.gstarcad365_model{width:100%;padding-top:68px;background:url(../../images/gstarcad365-bg.png) no-repeat;background-size:cover;}
.gstarcad365_title{margin-top:120px;font-size: 56px;line-height: 74px;font-weight: 700;text-align: center;color: #ffffff;}
.gstarcad365_txt{font-size: 28px;
    text-align: center;
    color: #ffffff;
    line-height: 37px;margin:28px 0 60px;}
.gstarcad365_btn{
    display:flex;
   justify-content:space-between ;
    width:704px;
    margin:0 auto;position: relative;
    z-index: 2;
}
.gstarcad365_btnone{justify-content:center;}
.gstarcad365_btn a{
    width: 280px;
    height: 80px;line-height: 80px;
    background: linear-gradient(142deg,#ffffff 5%, #e3f1ff 93%);
    border-radius: 14px;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #007dff;
    cursor:pointer;transition: all 0.1s ease-in;
}
.gstarcad365_btn a:hover{
    background: linear-gradient(142deg,#99e0ff 5%, #78b4ff 96%);color: #ffffff;
}
.gstarcad365_img{width:100%;margin:-7% auto 0;text-align: center;min-height:300px;}
.gstarcad365_img img{width:100%;max-width:1920px;}
.gstarcad365_img_paid{display:none;}
.gstarcad365_img_phone{display:none;}




/*20231108新版设计图*/

.gstarcad365new_model{width:100%;margin-top:68px;min-height:830px;background:#fefefe url(../../images/gstarcad365new-bg.png) no-repeat right bottom;}
.gstarcad365new_title{margin-top:157px;font-size: 56px;line-height: 74px;font-weight: 800;color: #333;}
.gstarcad365new_txt{
    font-size: 26px;font-weight: 600;
    color: #333;
    line-height: 35px;margin:30px 0 55px;
}
.gstarcad365new_btn{display:flex;}
.gstarcad365new_btn a{
    height: 56px;line-height: 56px;
    background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;display:block;
    cursor:pointer;transition: all 0s;
    margin-right:20px;
}
.gstarcad365new_btn a.gstarcad365new_btn_border{border-radius: 4px;color: #027AFE;
    border: 1px solid #027AFE;
    background-color: rgba(0, 0, 0, 0);
    background:none;
}
.gstarcad365new_btn .gstarcad365new_btn_normal{
    width: 200px;
}
.gstarcad365new_btn .gstarcad365new_btn_large{
    width: 200px;
}
.gstarcad365new_btn a:last-child{
    margin-right:0;
}
.gstarcad365new_btn a:hover{
    /*background: linear-gradient(142deg,#99e0ff 5%, #78b4ff 96%);color: #ffffff;*/
    background:#0052D9;color: #fff;
}
.gstarcad365new_btn .gstarcad365new_btn_border:hover{
    background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%);
    color: #fff;border:none;
}

.gstarcad365new_describe{width:100%;background:url(../../images/gstarcad365new-bg2.png) no-repeat;background-size:cover;}
.gstarcad365new_describe_title{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #686868;
    line-height: 27px;
    margin-top:80px;
}
.gstarcad365new_img{width:100%;margin:66px auto 0;text-align: center;}
.gstarcad365new_img img{width:100%;max-width:1081px;}
.gstarcad365new_img_paid{display:none;max-width:692px;}
.gstarcad365new_img_phone{display:none;max-width:346px;}


.applyMask{width:100%; height:100%;left:0;top:0;
    z-index: 99999998;display:none;position: fixed;background-color: rgba(0,0,0,0.7);}

.enterprise-dialog {
    width: 500px;
    height: 430px;
    margin: -265px 0 0 -250px;
    display: none;
    background-color: #fff;
    border-radius: 2px;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    z-index: 99999999;
}
.enterprise-dialog-header{
     padding: 20px 20px 10px;
     position: relative;
 }
.enterprise-dialog-title {
     line-height: 24px;
     font-size: 18px;
     color: #303133;
 }
.enterprise-dialog-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #909399;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
}
.enterprise-dialog-close img{width:66%;height:auto;}
.layui-icon {
    font-size: 20px;
    color: #909399;
}
.layui-icon:hover{
    color:#409EFF
}

.enterprise-dialog-close:hover{
     color:#409EFF
 }
.enterprise-dialog-notices{
     color: #999;
     margin-top:5px;
 }
.enterprise-dialog-body {
    padding: 20px 20px 0;
    color: #606266;
    font-size: 14px;
}
.layui-input-block{
    width:300px;
}

.enterprise-dialog-item{
     margin-bottom: 22px;
}
.enterprise-dialog-item-label{
     width: 110px;
     text-align: right;
     float: left;
     font-size: 14px;
     color: #606266;
     line-height: 40px;
     padding: 0 12px 0 0;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
 }
.enterprise-dialog-item-require:before {
     content: '*';
     color: #f56c6c;
     margin-right: 4px;
 }
.enterprise-dialog-item-input{
     line-height: 40px;
     position: relative;
     font-size: 14px;
     width: 335px;
    float:left;
 }
.enterprise-dialog-item-inputinner{
     -webkit-appearance: none;
     background-color: #fff;
     background-image: none;
     border-radius: 4px;
     border: 1px solid #dcdfe6;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     color: #606266;
     display: inline-block;
     font-size: inherit;
     height: 40px;
     line-height: 40px;
     outline: 0;
     padding: 0 15px;
     -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
     transition: border-color .2s cubic-bezier(.645,.045,.355,1);
     width: 100%;
 }
.enterprise-dialog-item-select{
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.enterprise-dialog-item-prepend{
     background-color: #f5f7fa;
     color: #909399;
     vertical-align: middle;
     display: table-cell;
     position: relative;
     border: 1px solid #dcdfe6;
     border-radius: 4px;
     padding: 0 20px;
     width: 1px;
     white-space: nowrap;
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
     border-right: 0;
 }
.enterprise-dialog-item-apend{
     border-radius: 4px;
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
     border: 1px solid #dcdfe6;
     border-left:0;
 }
.enterprise-dialog-item-message{
     cursor: pointer;
 }
.enterprise-dialog-item-error{
     color: #f56c6c;
     font-size: 12px;
     line-height: 1;
     padding-top: 4px;
     position: absolute;
     top: 100%;
     left: 0;
 }

/*.enterprise-dialog-item-inputinner{*/
    /*border-color: #67c23a;*/
/*}*/


.enterprise-dialog-item-inputinner{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: middle;
    display: table-cell;
}


.enterprise-dialog-item-inputinner{
    border-radius: 4px;
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
}

.enterprise-dialog-btn{
     text-align:right;
 }
.enterprise-dialog-button{
     width:auto;
     display: inline-block;
     line-height: 1;
     white-space: nowrap;
     cursor: pointer;
     background: #fff;
     border: 1px solid #dcdfe6;
     color: #606266;
     -webkit-appearance: none;
     text-align: center;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     outline: 0;
     margin: 0;
     -webkit-transition: .1s;
     transition: .1s;
     font-weight: 500;
     padding: 12px 20px;
     font-size: 14px;
     border-radius: 4px;
     margin-right: 15px;

 }
.enterprise-dialog-btnprimary{
     background-color: #1d4ddc;
     border: none;
     color: #fff;

 }
.enterprise-dialog-btnprimary:hover{
    color: #fff;
    border-color: #0071ff;
    background-color: #0071ff;
}
.enterprise-dialog-btndefault:hover{
     color: #0071ff;
     border-color: #0071ff;
     background-color: #ecf5ff;
 }

.enterprise-dialog-item-inputinner{
    padding-right: 30px;
}

.enterprise-dialog-inputsuffix{
     position: absolute;
     top: 0;
     -webkit-transition: all .3s;
     height: 100%;
     color: #c0c4cc;
     text-align: center;
     right: 5px;
     transition: all .3s;
 }
.enterprise-dialog-suffix-inner{
     pointer-events: all;
 }
.enterprise-dialog-caret{
     color: #c0c4cc;
     font-size: 14px;
     -webkit-transform: rotateZ(180deg);
     transform: rotateZ(180deg);
     cursor: pointer;
     height: 100%;
     width: 25px;
     text-align: center;
     -webkit-transition: all .3s;
     transition: all .3s;
     line-height: 40px;
 }

.enterprise-promptmsg-box{height: 200px;    margin: -100px 0 0 -250px;}
.enterprise-dialog-prompt{display:flex;}
.enterprise-dialog-prompt i{border-radius:20px;background-color:rgb(255, 179, 0);color:#fff;
    width:22px;height:20px;line-height:20px;text-align:center;
    margin-right:10px;

}
.enterprise-dialog-prompt span{font-size: 14px;color: #606266;line-height:20px;}

.enterprise-dialog-success{
    height: 300px;
    margin: -150px 0 0 -250px;

}
.enterprise-dialog-success .enterprise-dialog-header{text-align:center;font-weight: bold;padding-top:40px;}
.enterprise-dialog-success .enterprise-dialog-prompt{justify-content: center;}
.enterprise-dialog-success .enterprise-dialog-btn{text-align:center;}
.enterprise-dialog-success .enterprise-dialog-button{margin-top:90px;}


/*20240702改版*/
.cad365_summary{width:100%;background:#F9FBFF url(../../images/cad365/summary_bg.png) no-repeat bottom center;background-size:100% auto;}
.cad365_summary_top{width:92%;margin:0 auto;}
.cad365_subhead{
    margin-top:120px;
    margin-bottom:11px;
    font-weight: 600;
    font-size: 20px;
    color: #026EFF;
    line-height: 28px;
    text-align: center;
    background: linear-gradient(30deg, #026EFF 0%, #03A7FC 100%);
    background: -webkit-linear-gradient(30deg, #026EFF 0%, #03A7FC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.cad365_subtit{
    font-weight: 600;
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    text-align: center;
}
.cad365_intro{
    font-size: 18px;
    color: #616161;
    line-height: 28px;
    text-align: center;
    margin-top:11px;
}
.cad365_cloud{width:86%;margin:48px auto 112px;}
.cad365_cloud img{width:100%;height:auto;}
.cad365_core{width:100%;}
.cad365_core_cont{display:flex;justify-content: space-between;margin:130px 0 110px;}
.cad365_core_item{width:32%;position:relative;padding:50px 45px;
    height: 362px;
    background-color: #00B3FF;
    border-radius: 20px;
}
.cad365_core_itemtwo{background-color: #0073FF;}
.cad365_core_itemthree{background-color: #0BBAD5;}
.cad365_core_img{width:150px;height:auto;position:absolute;right:16px;top:-80px}
.cad365_core_item:hover .cad365_core_img{animation:moveAnimationCore 0.8s ease-in-out infinite alternate;}

@keyframes moveAnimationCore {
    0% { top:-80px;}
    100% { top:-90px }
}

.cad365_core_tit{font-size: 22px;color: #FFFFFF;line-height: 34px;font-weight:bold;}
.cad365_core_txt{font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;margin-top:28px;}

.cad365_highlights{background-color:#F9FBFF;}
.cad365_highlights_tabtop{border-bottom:1px solid #EAEDF3;width:100%;margin:32px 0 48px;position:relative;}
.cad365_highlights_tabs{width:1000px;margin:0 auto;display:flex;justify-content: space-between;position:relative;}
.cad365_highlights_tabnav{padding:20px 0;text-align:center;font-size: 18px;color: #333;cursor:pointer;position: relative;}
.cad365_highlights_tabnav:hover{color:#0278FF;}
.cad365_highlights_tabPane{margin:0 24px;color: #333;cursor:pointer;}
.cad365_highlights_tabPane:hover{color:#0278FF;}
.cad365_highlights_tabnav_active{color:#0278FF;font-weight: bold;}
.cad365_highlights_tabnav_active .cad365_highlights_tabPane{color:#0278FF;font-weight: bold;}
.cad365_highlights_tab_bar{pointer-events: none;position: absolute;bottom: 0;
    height:3px;background-color:#0278FF;width:120px;left:0;
    transition: width .3s, left .3s, right .3s;
}

.cad365_highlights_prevcover {
    height: 100%;
    width: 10px;
    background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 71%);
}

.cad365_highlights_lastcover {
    background: -webkit-gradient(linear, right top, left top, color-stop(22.92%, #f4f7fc), to(rgba(244, 247, 252, 0)));
    background: -webkit-linear-gradient(right, #f4f7fc 22.92%, rgba(244, 247, 252, 0));
    background: -moz-linear-gradient(right, #f4f7fc 22.92%, rgba(244, 247, 252, 0) 100%);
    background: linear-gradient(270deg, #f4f7fc 22.92%, rgba(244, 247, 252, 0));
    bottom: 0;
    display: block;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
}

.cad365_highlights_tabcont{margin-top:48px;}
.highlights_tab_wrap{width:100%;display:flex;justify-content: space-between;}
.highlights_tab_detail{padding:48px 0 40px;width:40%;position:relative;}
.highlights_tab_detail_tit{font-weight: 600;font-size: 24px;color: #333333;line-height: 33px;margin-bottom:32px;}
.highlights_tab_detail_list{display:flex;margin-bottom:20px;}
.highlights_tab_detail_list i{width:20px;height:20px;margin-right:8px;border-radius:20px;
    background: rgba(2,120,255,0.1);position: relative;margin-top: 1px;}
.highlights_tab_detail_list i:before{width: 8px;height: 8px;display:block;content: "";position: absolute;
    background: #0278FF;
    z-index: 2;border-radius:20px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;}
.highlights_tab_detail_list span{font-size: 16px;color: #595858;line-height: 22px; }
.highlights_tab_detail_desc{position:absolute;bottom:30px;left:0;font-weight: 400;
    font-size: 16px;
    color: #595858;
    line-height: 22px;
    }

.highlights_tab_detail_listcont{display:flex;}
.highlights_tab_detail_listcont .highlights_tab_detail_list{width:30%;}

.highlights_tab_img{width:50%;}
.highlights_tab_img img{width:100%;height:auto;max-width:760px}


.cad365_scene{width:100%;background-color: #F9FBFF;}
.cad365_scene_pc{width:100%;margin-top:56px;position:relative;
    background:url(../../images/cad365/scene-icon3.png) no-repeat left center;
    background:url(../../images/cad365/scene-icon2.png) no-repeat left center;
    background:url(../../images/cad365/scene-icon1.png) no-repeat left center;
    transition: all 0.1s;
}

.cad365_scene_pccont{display:flex;padding:108px 0 111px;justify-content: space-between;}
.cad365_scene_pctabs{width:250px;
    border-left: 1px solid rgba(255,255,255,0.5);display:flex;flex-direction: column;
    margin:32px 0;
}
.cad365_scene_pctabs_wrap{width:75%;background: rgba(255,255,255,0.96);
    box-shadow: 16px 1px 80px 0px rgba(23,55,82,0.08);
    border-radius: 12px;
    backdrop-filter: blur(10px);}
.cad365_scene_pctabs_pane{width: 100%;
    height: 65px;line-height: 65px;
    border-radius: 0px 4px 4px 0px;font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
    cursor:pointer;
    text-align: center;}
.cad365_scene_pctabs_panemar{margin:32px 0;}
.cad365_scene_pctabs_pane:hover{background:hsla(0,0%,100%,.06);color:#fff;}
.cad365_scene_pctabs_active{color:#fff;border-left: 3px solid #fff;background: rgba(255,255,255,0.2);  }
.cad365_scene_pctabs_active:hover{color:#fff;border-left: 3px solid #fff;background: rgba(255,255,255,0.2); }

.cad365_scene_pctabs_wrap ul{padding:20px 30px;}
.cad365_scene_pctabs_wrap ul li{padding:20px 0;border-bottom:1px solid #E1E7EE;}
.cad365_scene_pctabs_wrap ul li:last-child{border:none;}
.cad365_scene_pctabs_tit{font-weight: 600;font-size: 18px;color: #333333;line-height: 25px;}
.cad365_scene_pctabs_txt{font-size: 14px;color: #595858;line-height: 20px;margin-top:8px;}

.cad365_scene_pctabs_listtwo {display:flex;flex-wrap: wrap;}
.cad365_scene_pctabs_listtwo li{width:50%;}
.cad365_scene_pctabs_wrap ul.cad365_scene_pctabs_listtwo li{padding: 40px 0;}

.cad365_scene_mobile{display:none;}
.cad365_scene_mobilecont{border-radius: 12px;
    margin-top:24px; box-shadow: 0px 2px 20px 0px rgba(164,198,215,0.5);
    overflow: hidden;background:url(../../images/cad365/scene-icon8.png) no-repeat left top;
    background-size: 100% auto;transition: all 0s;
    position: relative;
    z-index: 0;}
/*.cad365_scene_mobile_bg{height: 120px;*/
    /*position: absolute;*/
    /*top: 0;top:0;background:url(../../images/cad365/scene-icon1.png) no-repeat center;*/
    /*background-size:cover;*/
    /*width: 100%;*/
    /*z-index: -1;}*/
.cad365_scene_mobile_subject{padding:28px 20px 48px;font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;}
.cad365_scene_mobile_solutions{background: #FFFFFF;

    border-radius: 12px;}
.cad365_scene_mobile_tabtop{display:flex;position:relative;}
.cad365_scene_mobile_tabcont{display:flex;position:relative;overflow-x: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;padding-bottom: 5px;}
.cad365_scene_mobile_tabcont::-webkit-scrollbar {
    display: none;
}
.cad365_scene_mobile_tab{flex-shrink: 0;padding: 12px 0 10px;
    font-size: 14px;margin-right:20px;
    color: #333333;
    cursor: pointer;
    position: relative;border:2px solid #fff;}
.cad365_scene_mobile_tab_active{border-bottom:2px solid #0278FF;color: #0278FF;font-weight:bold;}
.cad365_scene_mobile_tabinfo {width: 100%;
    background: none;
    box-shadow: none;
    border-radius:0;
    backdrop-filter: none;
}
.cad365_scene_mobile_tabinfo ul {padding: 16px 20px;}
.cad365_scene_mobile_tabtop .cad365_highlights_lastcover{background: linear-gradient( 270deg, #F9FBFF 0%, rgba(249,251,255,0) 100%);}


.cad365_mode{position: relative;z-index: 1;width:100%;background:#F9FBFF url(../../images/cad365/mode-icon3.png) no-repeat bottom center;background-size:100% auto;}
.cad365_mode_cont{display:flex;justify-content: space-between;margin-top:48px;}
.cad365_mode_list{width:47%;padding:40px 0 32px 40px;position:relative;
    background: linear-gradient( 180deg, #D6E7FE 0%, #F4F9FF 100%);

    display:flex;justify-content: space-between;
    border: 1px solid rgba(124, 183, 255, .4);
    /*border-image: linear-gradient(179deg, rgba(124, 183, 255, 1), rgba(190, 216, 250, 1)) 1 1;*/
    border-radius: 20px;
    }

.cad365_mode_listbg{position:absolute;right:0;top:0;width:59%;height:auto;z-index:0;}
.cad365_mode_list_left{width:62%;position: relative;z-index: 1;}
.cad365_mode_list_right{width:220px;position:relative; z-index: 1;}
.cad365_mode_list_right img{width:100%;height:auto;position:absolute;right:-28px;}

.cad365_mode_list:hover .cad365_mode_list_right img{animation:moveAnimationMode 0.8s ease-in-out infinite alternate;}

@keyframes moveAnimationMode {
    0% { top:0;}
    100% { top:-10px }
}

.cad365_mode_list_tit{font-weight: 600;
    font-size: 24px;
    color: #333333;
    line-height: 33px;}
.cad365_mode_list_txt{font-weight: 400;margin-top:16px;
    font-size: 16px;height:100px;
    color: #595858;
    line-height: 22px;}
.cad365_mode_list_desc{font-size: 16px;
    color: #595858;margin-top:12px;
    line-height: 22px;}
.cad365_mode_list_btn{cursor:pointer;width: 128px;
    height: 43px;line-height: 43px;font-size: 14px;
    color: #027AFE;
    text-align: center;display:block;margin-top:20px;
    border-radius: 4px;
    border: 1px solid #027AFE;transition: all 0s;}
.cad365_mode_list_btn:hover{background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%);color: #fff;}

.cad365_client{margin-top:110px;}
.cad365_client_cont{display:flex;justify-content: space-between;margin:48px 0 110px;}
.cad365_client_list{width:24%;
    background: #4CC3F7;    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 20px 0px rgba(164,198,215,0.5);
    border-radius: 12px;padding-top:24px;}
.cad365_client_list_two{background: #46B4F4;}
.cad365_client_list_three{background: #3D9FFC;}
.cad365_client_list_four{background: #0877FE;}
.cad365_client_pad{padding:0 28px;}
.cad365_client_list_tit{font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 0px 2px 20px rgba(164,198,215,0.5);
    }
.cad365_client_list_txt{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-shadow: 0px 2px 20px rgba(164,198,215,0.5);
    margin:10px 0 17px;

}
.cad365_client_list_wrap{background: linear-gradient(0,#FFFFFF 0%, rgba(255,255,255,0.85) 100%);
    box-shadow: 0px 2px 20px 0px rgba(164,198,215,0.5);
    border-radius: 12px;flex-grow: 1;position:relative;
    backdrop-filter: blur(10px);padding:32px 28px 40px;}
.cad365_client_list_subtit{font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-shadow: 0px 2px 20px rgba(164,198,215,0.5);}
.cad365_client_col{display:flex; flex-direction: column;height:154px;margin-top:12px;}
.cad365_client_row{display:flex;margin-bottom:8px;align-items: center}
.cad365_client_row img{width:16px;height:16px;margin-right:8px;}
.cad365_client_row span{font-size: 14px;
    color: #616161;
    line-height: 28px;
    text-shadow: 0px 2px 20px rgba(164,198,215,0.5);}

.cad365_client_btn{width:100%;height: 43px;line-height: 43px;font-size: 14px;
    color: #027AFE;cursor:pointer;display:block;
    text-shadow: 0px 2px 20px rgba(164,198,215,0.5);
    text-align: center;margin-top:45px;
    /*box-shadow: 0px 2px 20px 0px rgba(164,198,215,0.5);*/
    border-radius: 4px;transition: all 0s;
    border: 1px solid #027AFE;}
.cad365_client_btn:hover{background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%); color: #fff;}
.cad365_client_btnh5{display:block;text-align:center;width: 114px;
    height: 32px;line-height:32px;color:#fff;
    border-radius: 5px;margin-top:10px;background-color: #1D4DDC;cursor:pointer;}
.cad365_client_btnh5:hover{color:#fff}

.cad365_client_btncont{display:flex;margin-top:45px;justify-content: space-between;}
.cad365_client_select{background-color: #fff;
    border-radius: 4px;font-size:14px;
    border: 1px solid #027AFE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 43px;
    line-height: 43px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 50%;}
.cad365_custom_select{position:relative;width: 50%;}
.cad365_custom_select .cad365_custom_select_outside{
    text-align:center;overflow:hidden;
    width: 100%;
    height: 43px;line-height: 43px;
    /*background: #ffffff url(../../images/select-triangle-icon.png) no-repeat 97% center;*/
    background-size:9px auto;
    /*border: 1px solid #027AFE;*/
    border: 1px solid #dcdcdc;
    border-radius: 4px 0 0 4px;
    cursor:pointer;
    font-size: 14px;
    color: #606266;
    word-break: break-all;
    padding: 0 12px 0 5px;position:relative;
    /*transition: all 0.1s ease;*/
    transition: background-image 0.5s ease-in-out; /* 平滑过渡效果 */
}
.cad365_custom_select .cad365_custom_select_outside:after{
    content: "";
    /*width: 18px;*/
    /*height: 11px;*/
    /*background: url(../../images/select-triangle-icon.png) no-repeat center;*/
    /*background-size:9px auto;*/
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    border-left: 6px solid transparent;
    border-top: 6px solid #c2c2c2;
    border-right: 6px solid transparent;
    margin-top: -3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.cad365_custom_select .select_outside_selected:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cad365_custom_select .cad365_custom_select_outside:hover{
    /*border: 1px solid #6F6F6F;*/
    /*color:#6F6F6F;*/
    -webkit-box-shadow:0 0 3px #d4e3fc;
    -moz-box-shadow:0 0 3px #d4e3fc;
    box-shadow:0 0 3px #d4e3fc;

    border: 1px solid #007efe;
    border-radius: 4px 0 0 4px;
}
.cad365_custom_select ul.cad365_custom_select_options {
    min-width: 100%;
    max-width: 270px;
    max-height: 217px;
    overflow-y: auto;
    /*width: 100%;*/
    overflow:auto;
    float: none;
    margin: 0;
    border: 1px solid #dcdcdc;
    display: none;
    position: absolute;
    left:0;
    top:43px;
    background-color: #fff;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    border-radius:0 0 4px 4px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.05), 0px 4px 5px 0px rgba(0,0,0,0.08), 0px 2px 4px -1px rgba(0,0,0,0.12);
}
.cad365_custom_select ul.cad365_custom_select_options::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.cad365_custom_select ul.cad365_custom_select_options::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px
}

.cad365_custom_select ul.cad365_custom_select_options::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, .7);
    -webkit-border-radius: 6px
}

.cad365_custom_select ul.cad365_custom_select_options::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, .7);
    -webkit-border-radius: 6px
}
.cad365_custom_select ul.cad365_custom_select_options li {
    height:36px;line-height:36px;font-size:14px;color:#333;
    cursor: pointer;background-color: #fff;padding:0 5px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
    text-align:center;
}
.cad365_custom_select ul.cad365_custom_select_options li:hover{
    color:rgba(0, 0, 0, 0.90);
    background-color: #f3f3f3;
}
.cad365_custom_select ul.cad365_custom_select_options li:active{
    color: #fff;
    background-color: #007efe;
}
.cad365_custom_select ul.cad365_custom_select_options li.self_selected{
    color: #fff;
    background-color: #007efe;
}

.cad365_client_btntwo{margin:0;width:50%;border-radius:0 4px 4px 0;}


.cad365_client_normal{ -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.cad365_client_list:hover .cad365_client_normal{
    opacity: 0;
    -webkit-transform: scale(.55);
    transform: scale(.55);
}
.cad365_client_hover{
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;

    position: absolute;
    top: 32px;
    left: 28px;
    right:28px;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.cad365_client_list:hover .cad365_client_hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cad365_client_hoverinfo{margin-top:44px;display:flex;justify-content: space-between;}
.cad365_client_qrcode{display:flex;flex-direction: column;align-items: center;}
.cad365_client_qrcode:first-child{margin-right:32px;}
.cad365_client_qrcode img{width:110px;height:110px;}
.cad365_client_qrcode span{font-size: 14px;
    color: #616161;
    line-height: 28px;margin-top:8px;}

.cad365_qa{width:100%;background: #F9FBFF;}
.cad365_qa_cont{margin:40px 0 110px;}
.cad365_qa_list{position:relative;background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.04);margin-bottom:12px;
    border-radius: 12px;padding:24px 32px;}
.cad365_qa_list_header{display:flex;justify-content: space-between;align-items: center;cursor:pointer;}
.cad365_qa_list_tit{font-size: 20px;color: #333333;line-height: 29px;width:90%;}
.cad365_qa_list_tit:hover{color: #026EFF;}
.cad365_qa_expand{height:29px;width:29px;
    background:url(../../images/cad365/scene-icon6.png) no-repeat center;
    background:url(../../images/cad365/scene-icon7.png) no-repeat center;}
.cad365_qa_active .cad365_qa_expand{background:url(../../images/cad365/scene-icon6.png) no-repeat center;}
.cad365_qa_list_content{font-size: 18px;
    color: #616161;
    line-height: 28px;margin-top:20px;display:none;}

.cad365_contact{background:url(../../images/cad365/contact-bg.png) no-repeat center;background-size:cover;}


.cad365_contact_cont{width:100%;}
.cad365_contact_form{width:48%;margin:64px auto 0;}
.cad365_form_list{
    width:100%;margin:0 auto;
}
.cad365_form_txtstar:before {
    content: '*';
    position: absolute;
    left: 10px;
    line-height: 18px;
    top: 15px;
    font-size: 18px;
    color: #ff4d4f;
}
.cad365_form_txtstarother:before{left: 25px;}
.cad365_form_txtstarone:before{left: -5px;}
.cad365_form_txt{float: left;position:relative;
    margin-right: 2px;margin-right:16px;
    width: 85px;text-align:right;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: rgba(0,0,0,0.85);}
.cad365_form_input{
    border: none;
    width: 79%;padding:0 10px;
    height: 42px;background: #ffffff;
    line-height: 42px;border-radius: 2px;
    float: left;
    font-size: 14px;
    color: #333;}
.cad365_form_input::placeholder{color: #bdbdbd;font-size: 14px;}
.cad365_form_select{padding:0;background: none;display:flex;margin-bottom:15px;}
.cad365_select_item{display:flex;align-items: center;margin-right:28px;cursor: pointer}
.cad365_select_item i{width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 8px;margin-right:8px;
    border: 1px solid #DCDCDC;position:relative;}

.cad365_select_item_active i{border: 1px solid #0052D9;}
.cad365_select_item_active i:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0052D9;
    border-radius: 8px;
    margin:auto;
    display:block;
    left:0;
    top: 0;
    right:0;
    bottom:0;
}
.cad365_select_item span{
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    line-height: 22px;}

.cad365_form_textarea{border: none;
    width: 79%;padding:8px 10px 0;
    height: 80px;background: #ffffff;
    float: left;border-radius: 2px;
    font-size: 14px;
    color: #333;}
.cad365_form_textarea::placeholder{color: #bdbdbd;font-size: 14px;}
.cad365_form_error{    height: 28px;
    line-height: 28px;
    padding-left: 101px;
    font-size: 12px;
    color: #E34D59;}
/*.remarks_error{height: 20px;    line-height: 20px;}calc(100% - 80px)*/
.cad365_form_subbtn{width:79% ;display:block;
    height: 52px;line-height: 52px;margin:20px 0 0 101px;
    cursor:pointer;
    font-size: 16px;font-weight:bold;
    text-align: center;
    color: #fff;
    background: linear-gradient(120deg,#026eff 7%, #03a7fc 91%);
    border-radius: 4px;
}
.cad365_form_subbtn:hover{background: #0052D9; color: #fff;}

.cad365_form_seek{
    font-size: 16px;
    text-align: center;
    color: #8c8c8c;
    line-height: 28px;
    margin:20px auto 0;

}
.cad365_form_illustrate{
    font-size: 13px;
    color: #8c8c8c;
    line-height: 28px;
    margin-bottom:100px;
    text-align:center;
}


@media screen and (max-width:1900px) {
    .gstarcad365new_model{
        background-size:cover;
    }
}
@media screen and (max-width:1670px) {
    .gstarcad365new_txt {
        font-size: 22px;
    }
    .gstarcad365new_model{
        min-height: 734px;
    }
    .gstarcad365new_title {
        font-size: 52px;
    }
}
@media screen and (max-width:1430px){
    .cad365_core_tit {
        font-size: 20px;
        line-height: 30px;
    }
    .cad365_core_txt {
        font-size: 14px;
        line-height: 23px;
        margin-top: 20px;
    }
    .cad365_core_item {
        padding: 50px 40px;
        height: 350px;

    }
    .highlights_tab_detail_tit {
        font-size: 22px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .highlights_tab_detail_list span {
        font-size: 14px;
        line-height: 22px;
    }
    .highlights_tab_detail_list {
        margin-bottom: 15px;
    }
    .highlights_tab_detail {
        padding: 30px 0 40px;
        width: 40%;
    }
    .cad365_scene_pctabs_listtwo li {
        width: 48%;
    }

    .gstarcad365new_btn .gstarcad365new_btn_normal{
        width: 160px;
    }
    .cad365_client_qrcode:first-child {
        margin-right: 20px;
    }
}
@media screen and (max-width:1300px) {
    .gstarcad365_title{margin-top:100px;font-size: 50px;line-height: 68px;}
    .gstarcad365_txt{font-size: 22px;line-height: 30px;margin:22px 0 50px;}
    .gstarcad365_btn{width:570px;}
    .gstarcad365_btn a{
        width: 260px;
        height: 60px;line-height: 60px;
        border-radius: 12px;
        font-size: 22px;
    }
    .gstarcad365new_model{
        background-size:cover;
        min-height: 530px;
    }
    .gstarcad365new_title{margin-top:86px;font-size: 36px;line-height: 54px;}
    .gstarcad365new_txt{
        font-size: 18px;
        line-height: 26px;margin:20px 0 20px;
    }
    .gstarcad365new_btn a{
        height: 46px;line-height: 46px;
        border-radius: 10px;
        font-size: 16px;
        margin-right:10px;
    }
    .gstarcad365new_btn .gstarcad365new_btn_normal{
        width: 160px;
    }
    .gstarcad365new_btn .gstarcad365new_btn_large{
        width: 160px;
    }

    .cad365_subhead {
        margin-top: 90px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }
    .cad365_subtit {
        font-size: 32px;
        line-height: 46px;
    }
    .cad365_intro {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }
    .cad365_cloud {
        margin: 30px auto 90px;
    }
    .cad365_core_img {
        width: 130px;
        right: 11px;
        top: -70px;
    }
    .cad365_core_tit {
        font-size: 18px;
        line-height: 28px;
    }
    .cad365_core_item {
        padding: 40px 30px;
        height: 340px;
    }
    .cad365_highlights_tabnav {
        padding: 15px 0;
        font-size: 16px;
    }
    .cad365_highlights_tab_bar {
        width: 112px;
    }
    .highlights_tab_detail_tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .highlights_tab_detail {
        padding: 8px 0 40px;
    }
    .highlights_tab_detail_list span {
        font-size: 14px;
        line-height: 18px;
    }
    .highlights_tab_detail_list i {
        width: 18px;
        height: 18px;
        margin-right: 5px;margin-top: 0;
    }
    .highlights_tab_detail_list i:before {
        width: 6px;
        height: 6px;
    }
    .cad365_scene_pctabs_pane {
        font-size: 22px;
    }
    .cad365_mode_list_tit {
        font-size: 22px;
        line-height: 32px;
    }
    .cad365_mode_list_txt {
        margin-top: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .cad365_client_pad {
        padding: 0px 20px;
    }
    .cad365_client_list_wrap {
        padding: 25px 20px 30px;
    }
    .cad365_client_hover{
        top:25px;
        left:20px;
        right:20px;
    }
    .cad365_client_qrcode img {
        width: 100px;
        height: 100px;
    }
    .cad365_qa_list_tit {
        font-size: 18px;
        line-height: 28px;
    }
    .cad365_qa_list_content {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }

}
@media screen and (max-width: 1200px) {
    .cad365_core_item {
        padding: 40px 20px;
        height: 340px;
    }
    .cad365_core_tit {
        font-size: 16px;
        line-height: 26px;
    }
    .cad365_core_txt {
        font-size: 13px;
        line-height: 22px;
        margin-top: 15px;
    }
    .cad365_highlights_tabs {
        width: 75%;
    }
    .highlights_tab_detail_listcont .highlights_tab_detail_list {
        width: 50%;
    }
    .highlights_tab_detail_desc {
        bottom: 0;
        left: 0;
        font-size: 14px;
    }
    .cad365_scene_pctabs_tit {
        font-size: 16px;
        line-height: 24px;
    }
    .cad365_scene_pctabs_txt {
        font-size: 12px;
        line-height: 20px;
        margin-top: 8px;
    }
    .cad365_mode_list {
        padding: 30px 0 30px 30px;
    }
    .cad365_mode_list_right {
        width: 180px;
    }
    .cad365_mode_list_txt {
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }
    .cad365_client_list_tit {
        font-size: 18px;
        line-height: 28px;
    }
    .cad365_client_list_txt {
        font-size: 12px;
        line-height: 16px;
        margin: 10px 0 15px;
    }
    .cad365_client_pad {
        padding: 0px 10px;
    }
    .cad365_scene_pctabs_wrap {
        width: 68%;
    }
    .cad365_scene_pctabs_wrap ul li {
        padding: 10px 0;
    }
    .cad365_mode_list_desc {
        font-size: 14px;
        margin-top: 12px;
        line-height: 22px;
    }
    .cad365_contact_form {
        width: 60%;
        margin: 60px auto 0;
    }
    .cad365_client_qrcode img {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width:980px) {
    .gstarcad365_title{margin-top:50px;font-size: 38px;line-height: 58px;}
    .gstarcad365_txt{    font-size: 18px;line-height: 24px; margin: 15px 0 35px;}
    .gstarcad365_btn{width:452px;}
    .gstarcad365_btn a{
        width: 204px;
        height: 50px;
        line-height: 50px;
        border-radius: 10px;
        font-size: 18px;
    }
    .gstarcad365_img {
        min-height: 50px;
    }
    .gstarcad365new_model {
        min-height: 400px;
        margin-top: 50px;
    }
    .gstarcad365new_title {
        margin-top: 65px;
        font-size: 32px;
        line-height: 50px;
    }
    .gstarcad365new_txt {
        font-size: 17px;
        line-height: 22px;
        margin: 20px 0 20px;
    }
    .gstarcad365new_btn a {

        height: 42px;
        line-height: 42px;
        border-radius: 10px;
        font-size: 14px;
    }
    .gstarcad365new_btn .gstarcad365new_btn_normal{
        width: 145px;
    }
    .gstarcad365new_btn .gstarcad365new_btn_large{
        width: 145px;
    }

    .gstarcad365new_describe_title {
        font-size: 14px;
        line-height: 24px;
        margin-top: 60px;
    }


    .cad365_contact_form {
        width: 75%;
        margin: 32px auto 0;
    }
    .cad365_subhead {
        margin-top: 70px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    .cad365_subtit {
        font-size: 28px;
        line-height: 42px;
    }
    .cad365_intro {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
    .cad365_cloud {
        margin: 30px auto 60px;
    }
    .cad365_subtit {
        font-size: 26px;
        line-height: 40px;
    }
    .cad365_core_tit {
        font-size: 14px;
        line-height: 24px;
    }
    .cad365_core_txt {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
    }
    .highlights_tab_detail {
        padding: 0px 0 40px;
    }
    .highlights_tab_detail_tit {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .highlights_tab_detail_list span {
        font-size: 12px;
        line-height: 18px;
        width: 80%;
    }
    .cad365_scene_pc {
        margin-top: 40px;
    }
    .cad365_scene_pccont {
        padding: 80px 0 80px;
    }
    .cad365_scene_pctabs_pane {
        font-size: 18px;
    }
    .cad365_scene_pctabs {
        width: 185px;
         margin: 25px 0;
    }
    .cad365_scene_pctabs_wrap ul {
        padding: 10px 20px;
    }
    .cad365_scene_pctabs_wrap ul.cad365_scene_pctabs_listtwo li {
        padding: 30px 0;
    }
    .cad365_mode_list_right {
        width: 125px;
    }
    .cad365_mode_list_tit {
        font-size: 18px;
        line-height: 28px;
    }
    .cad365_mode_list {
        padding: 25px 0 25px 20px;
    }
    .cad365_mode_list_desc {
        font-size: 12px;
        margin-top: 10px;
        line-height: 22px;
    }
    .cad365_mode_list_txt {
        height: 145px;
    }
    .cad365_client {
        margin-top: 60px;
    }
    .cad365_client_cont {
        margin: 40px 0 70px;
        flex-wrap: wrap;
    }
    .cad365_client_list {
        width: 48%;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .cad365_client_qrcode img {
        width: 90px;
        height: 90px;
    }
    .cad365_client_hoverinfo {
        justify-content: center;
    }
}
@media screen and (max-width:750px) {
    .gstarcad365_img_pc{display:none;}
    .gstarcad365_img_paid{display:inline-block;max-width:750px;}
    .gstarcad365_img_phone{display:none;}
    .gstarcad365_img {
        width: 100%;
        margin: 27px auto 0;
        text-align: center;
        min-height:30px;
    }
    .gstarcad365_title {
        margin-top: 22px;
        font-size: 34px;
        line-height: 54px;
    }
    .gstarcad365_txt {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0 29px;
    }
    .gstarcad365_btn {
        width: 400px;
    }
    .gstarcad365_btn a {
        width: 150px;
        height: 46px;
        line-height: 45px;
        border-radius: 10px;
        font-size: 16px;
    }


    .gstarcad365new_title {
        margin-top: 42px;
        font-size: 32px;
        line-height: 46px;
    }
    .gstarcad365new_txt {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 20px;
    }
    .gstarcad365new_btn a {
        height: 40px;
        line-height: 40px;
        border-radius: 7px;
        font-size: 14px;
    }
    .gstarcad365new_btn .gstarcad365new_btn_normal{
        width: 140px;
    }
    .gstarcad365new_btn .gstarcad365new_btn_large{
        width: 140px;
    }
    .gstarcad365new_describe_title {
        font-size: 12px;
        line-height: 26px;
        margin-top: 50px;
    }

    .cad365_contact_form {
        width: 100%;
    }

    .cad365_form_illustrate {
        margin-bottom: 40px;
    }
    .cad365_cloud {
        width: 100%;
        margin: 48px auto 112px;
    }
    .cad365_summary_top {
        width: 100%;
        margin: 0 auto;
    }
    .cad365_subhead {
        margin-top: 48px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 24px;
    }
    .cad365_core_cont {
        margin: 90px 0 90px;
    }
    .cad365_core_img {
        width: 99px;
        right: 10px;
        top: -53px;
    }
    .cad365_core_item {
        padding: 40px 8px;
        height: 340px;
    }
    .cad365_highlights_tabs {
        width: 90%;
    }
    .cad365_scene_pctabs_pane {
        font-size: 16px;
    }
    .cad365_scene_pctabs {
        width: 165px;
        margin: 25px 0;
    }
    .cad365_scene_pctabs_wrap ul.cad365_scene_pctabs_listtwo li {
        padding: 25px 0;
    }
    .cad365_mode_list_right {
        width: 90px;
    }
    .cad365_mode_list_left {
        width: 84%;
    }
    .cad365_client_cont {
        margin: 40px 0 90px;
        flex-wrap: wrap;
    }
    .cad365_qa_list_tit {
        font-size: 16px;
        line-height: 22px;
    }
    .cad365_qa_list_content {
        font-size: 12px;
        line-height: 22px;
        margin-top: 10px;
    }
}
@media screen and (max-width:640px) {
    .gstarcad365new_model {
        background: #eceff1 url(../../images/gstarcad365new-bg-paid.png) no-repeat right bottom;
        background-size:cover;
        min-height: 730px;
    }
    .gstarcad365new_describe_title {
        margin-top: 20px;
    }
    .gstarcad365new_img {
        margin: 36px auto 0;
    }
    .gstarcad365new_img_pc{display:none;}
    .gstarcad365new_img_paid{display:inline-block;}
    .gstarcad365new_img_phone{display:none;}


    .enterprise-dialog {
        width: 90%;
        height: 430px;
        margin: -265px 0 0 -45%;
    }
    .enterprise-dialog-item-label {
        width: 90px;
        font-size: 12px;
        line-height: 40px;
        padding: 0 12px 0 0;

    }
    .enterprise-dialog-item-input {
        margin-left: 0;
        line-height: 40px;
        font-size: 12px;
        width: 69%;
    }

    .cad365_subhead {
        margin-top: 48px;
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 20px;
    }
    .cad365_subtit {
        font-size: 20px;
        line-height: 28px;
    }
    .cad365_intro {
        font-size: 14px;
        line-height: 28px;
        margin-top: 5px;
    }
    .cad365_cloud {
        margin: 24px auto 48px;
    }
    .cad365_core_cont {
        margin: 74px 0 48px;
        flex-wrap:wrap;
    }
    .cad365_core_item{width:100%;}
    .cad365_core_img {
        width: 100px;
        right: 10px;
        top: -53px;
    }
    .cad365_core_item {
        padding: 40px 36px;
        height: 280px;
        margin-bottom:70px;
    }
    .cad365_core_tit {
        font-size: 18px;
        line-height: 25px;
    }
    .cad365_core_txt {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }
    .cad365_core_itemthree{margin-bottom:0;}
    .cad365_highlights .cad365_subtit {
        width: 90%;
        margin: 0 auto;
    }
    .cad365_highlights_tabtop {
        width: 100%;
        margin: 16px 0 24px;
    }
    .cad365_highlights_tabnav {
        padding: 10px 0;
        font-size: 14px;
    }
    .cad365_highlights_tab_bar {
        width: 86px;
    }
    .cad365_highlights_tabPane {
        margin: 0 15px;
    }
    .highlights_tab_detail {
        padding: 30px 0 40px;
        width: 100%;
    }
    .highlights_tab_img {
        width: 100%;
    }
    .highlights_tab_wrap{
        flex-direction: column;
        background: #EDF0FB;
        border-radius: 12px;
        padding:0 20px 24px;
    }
    .highlights_tab_detail {
        padding: 24px 0 24px;
        width: 100%;
    }
    .highlights_tab_detail_list {
        margin-bottom: 12px;
    }
    .highlights_tab_detail_desc {
        position: relative;
        bottom: auto;
        left: auto;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
    }
    .cad365_highlights_tabcont {
        margin-top: 24px;
    }
    .cad365_scene_pc {
        margin-top: 24px;
        display:none;
    }
    .cad365_scene_mobile{display:block;}
    .cad365_scene_mobile_tabinfo {
        width: 100%;
    }
    .cad365_scene_pctabs_tit {
        font-size: 14px;
        line-height: 20px;
    }
    .cad365_scene_pctabs_wrap ul {
        padding: 10px 20px 30px;
    }
    .cad365_mode_cont {
        margin-top: 24px;
        flex-direction: column;
    }
    .cad365_mode_list {
        width:100%;
        padding: 16px 20px;
        margin-bottom:20px;
    }
    .cad365_mode_list_tit {
        font-size: 16px;
        line-height: 20px;
    }
    .cad365_mode_list_txt {
        height: auto;
    }
    .cad365_mode_list_right {
        width: 110px;
    }
    .cad365_mode_list_btn {
        width: 105px;
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        margin-top: 16px;

    }
    .cad365_client {
        margin-top: 28px;
    }
    .cad365_client_list {
        width: 100%;
        padding-top: 24px;
        margin-bottom: 20px;
    }
    .cad365_client_pad {
        padding: 0px 28px;
    }
    .cad365_client_list_wrap {
        padding: 32px 28px 40px;
    }
    .cad365_client_hover{
        top:32px;
        left:28px;
        right:28px;
    }

    .cad365_client_qrcode img {
        width: 110px;
        height: 110px;
    }
    .cad365_client_list_tit {
        font-size: 20px;
        line-height: 28px;
    }
    .cad365_client_list_txt {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0 17px;
    }
    .cad365_client_cont {
        margin: 24px 0 48px;
    }
    .cad365_qa_cont {
        margin: 24px 0 48px;
    }
    .cad365_qa_list {
        margin-bottom: 20px;
        padding: 16px 20px;
    }
    .cad365_qa_list_content {
        font-size: 14px;
        line-height: 20px;
        margin-top: 8px;
    }
    /*.cad365_form_txt {*/
        /*width: 100%;*/

    /*}*/
}
@media screen and (max-width:540px) {
    .cad365_form_input{    width: 75%;}
    .cad365_form_textarea{    width: 75%;}
    .cad365_highlights_tabPane {
        margin: 0 5px;
    }
    .cad365_highlights_tab_bar {
        width: 66px;
    }
}

@media screen and (max-width:460px) {
    .cad365_form_input {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .cad365_form_txt {
        margin-right: 0;
        width: 95px;
        height: 20px;
        line-height: 20px;
        margin-bottom:10px;
        text-align:left;

    }
    .cad365_form_txtstar:before {
        top: 5px;left:0;
    }
    .cad365_form_txtstarother:before {
        left: 0;
    }
    .cad365_form_txt {
        padding-left: 12px;
    }
    .cad365_form_subbtn {
        width: 100%;margin: 0;
        height: 48px;
        line-height: 48px;
    }

    .cad365_form_txtarea{padding-left:0;}
    .cad365_form_textarea{width:100%;}
    .cad365_form_error {
        height: 18px;
        line-height: 18px;
        padding-left: 0;
        font-size: 12px;
    }
}
@media screen and (max-width:414px) {
    .gstarcad365_img_pc{display:none;}
    .gstarcad365_img_paid{display:none;}
    .gstarcad365_img_phone{display:inline-block;max-width:375px;}
    .gstarcad365_title {
        font-size: 30px;
        line-height: 42px;
        width:86%;
        margin: 20px auto 0;
        text-align: left;
    }
    .gstarcad365_txt {
        font-size: 12px;
        line-height: 20px;
        margin: 5px auto 22px;
        width:86%;
        text-align: left;
    }
    .gstarcad365_btn {
        width:86%;justify-content: start;
    }
    .gstarcad365_btn a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        border-radius: 7px;
        font-size: 13px;
    }
    .gstarcad365_btn a:first-child{margin-right:30px;}

    .gstarcad365new_model {
        background: #eceff1 url(../../images/gstarcad365new-bg-mobile.png) no-repeat right bottom;
        background-size: cover;
        min-height: 531px;
    }
    .gstarcad365new_title {
        margin-top: 36px;
        font-size: 30px;
        line-height: 42px;
    }
    .gstarcad365new_txt {
        font-size: 12px;
        line-height: 21px;
        margin: 10px 0 20px;
        font-weight: 600;
    }
    .gstarcad365new_describe_title{text-align:left;}
    .gstarcad365new_img_pc{display:none;}
    .gstarcad365new_img_paid{display:none;}
    .gstarcad365new_img_phone{display:inline-block;}

    .enterprise-dialog-body {
        padding: 0 20px 0;
        font-size: 12px;
    }
    .enterprise-dialog-item-input {
        margin-left: 0;
        line-height: 40px;
        font-size: 12px;
        width: 65%;
    }


    .cad365_contact_form {
        margin: 20px auto 0;
    }
    .cad365_form_txt {
        height: 20px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .cad365_form_input {
        height: 38px;
        line-height: 38px;
    }

    .cad365_highlights_tabs {
        width: 120%;
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;
    }
    .cad365_highlights_tabtop{
        display: flex;
    }
    .cad365_highlights_tabs{
        justify-content: inherit;
        width:auto;
    }
    .cad365_highlights_tabnav {
        flex-shrink: 0;
    }
    .cad365_highlights_tabPane {
        margin: 0 16px;
    }
    .cad365_highlights_tab_bar{
        width:88px;
    }
}
@media screen and (max-width:376px) {
    .cad365_highlights_tabPane {
        margin: 0 5px;
    }
    .cad365_highlights_tab_bar{
        width:66px;
    }
    /*.cad365_highlights_lastcover {*/
        /*width: 15px;*/
    /*}*/
    .cad365_highlights_tabnav {
        margin-right: 10px;
    }
}
@media screen and (max-width:358px) {
    .gstarcad365_title {
        width:90%;
    }
    .gstarcad365_txt {
        width:90%;
     }
    .gstarcad365_btn {
        width:90%;
    }
    .gstarcad365_btn a {
        width: 120px;
    }
    .gstarcad365new_model {
        background-size: cover;
        min-height: 477px;
    }

    .enterprise-dialog-notices {
        font-size: 12px;
        line-height: 14px;
    }
    .enterprise-dialog-body {
        padding: 5px 20px 0;
        font-size: 12px;
    }
    .enterprise-dialog-item-input {
        width: 57%;
        margin-left:0;
    }

    .cad365_form_txt { font-size: 14px;margin-bottom: 6px;}
    .cad365_form_input {height: 32px;line-height: 32px;}
    .cad365_form_error {height: 18px;line-height: 18px;}
    .cad365_form_subbtn {
        margin: 0;
        height: 46px;
        line-height: 46px;
    }
}