@charset "utf-8";
/* ===================Try样式========================== */
html::-webkit-scrollbar {width: 6px;}
html::-webkit-scrollbar-thumb {background: #033993;}
html::-webkit-scrollbar-track {background: #f1f1f1;}
html{scrollbar-color:#033993 #f1f1f1;scrollbar-width:thin;}
html{scrollbar-face-color: #033993;scrollbar-shadow-color: #033993;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}

.tryout{width: 100%;overflow: hidden;font-family: "微软雅黑", "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1", Arial, tahoma, Helvetica, sans-serif;box-sizing: border-box;}
.tryout .image{width: 100%;overflow: hidden;}
.tryout .image img{width: 100%;object-fit: cover;}
.tryout-form{width: 100%;padding: 130px 7.3%;}
.tryout-form-head{width: 100%;text-align: center;}
.tryout-form-head img{max-width: 84%;}
.tryout-form-head2{width: 100%;text-align: center;display:none}
.tryout-form-head2 img{max-width: 84%;}
.tryout-form-info{width: 100%;margin-top: 160px;}
.tryout-form-info li{width: 100%;margin-top: 120px;}
.tryout-form-info li:first-child{margin-top: 0;}
.tryout-form-info .hint{font-size: 65px;color: #d69963;line-height: 1.14;margin-bottom: 36px;}
.tryout-form-info input, .tryout-form-info select{display: block;width: 100%;color: #306666;font-size: 58px;height: 150px;border-radius: 10px;background: #e6ecec;padding: 0 30px;box-sizing: border-box;border: none;}
.tryout-form-info select{appearance:none;-moz-appearance:none;-webkit-appearance:none;color: #306666;border: none;background: #e6ecec url('../images/try/tryArr.svg') no-repeat right 30px center/60px auto;}
.tryout-form-info input:focus, .tryout-form-info select:focus{outline:none}
.tryout-form-info input::-webkit-input-placeholder{color: #306666;font-size: 58px;}
.tryout-form-info input:-moz-placeholder{color: #306666;font-size: 58px;}
.tryout-form-info input::-moz-placeholder{color: #306666;font-size: 58px;}
.tryout-form-info input:-ms-input-placeholder{color: #306666;font-size: 58px;}
.tryout-form-hint{width: 100%;margin-top: 120px;font-size: 52px;color: #000;}
.tryout-form-hint *{line-height: 1.8;}
.tryout-form-hint .check{display: flex;align-items: center;flex-wrap: wrap;user-select: none;}
.tryout-form-hint .check i{width: 36px;height: 36px;font-style: normal;position: relative;border: 2px solid #000;cursor: pointer;transition: all .4s ease;margin-right: 30px;}
.tryout-form-hint .check span{color: #d69963;cursor: pointer;}
.tryout-form-hint .check i::before{content: "";position: absolute;width: 80%;height: 80%;top: 10%;left: 11%;background: #306666;opacity: 0;transition: all .4s ease;}
.tryout-form-hint .check i:hover, .tryout-form-hint .check i.active{border-color: #306666}
.tryout-form-hint .check i.active::before{opacity: 1;}
.tryout-form-hint .text{width: 100%;opacity: 0.8;padding-left: 70px;}
.tryout-form-btn{width: 100%;display: flex;justify-content: center;margin-top: 110px;}
.tryout-form-btn button{width: 880px;height: 240px;border: none;border-radius: 120px;background: #306666;color: #fff;cursor: pointer;font-size: 100px;font-weight: 700;letter-spacing: 140px;text-indent: 140px;transition: all .4s ease;}
.tryout-form-btn button:hover{box-shadow: 0 20px 40px 0 rgba(48, 102, 102, 0.2);}

.tryoutPop{position: fixed;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);top: 0;left: 0;display: none;align-items: center;z-index: 99999;}
.tryoutPop.active{display: flex;}
.tryoutPop-contain{background: #fff;position: relative;border-radius: 10px;max-width: 1500px;margin: 0 auto;padding: 70px 20px;}
.tryoutPop-close{width: 50px;height: 50px;background: #306666;cursor: pointer;display: flex;align-items: center;justify-content: center;top: 10px;right: 10px;position: absolute;z-index: 10;}
.tryoutPop-close svg{width: 68%;}
.tryoutPop-info{width: 100%;}
.tryoutPop-info .content{font-size: 20px;line-height: 1.5;color: #000;max-height: 700px;padding: 0 50px;overflow-y: auto;}
.tryoutPop-info .content::-webkit-scrollbar {width: 3px;}
.tryoutPop-info .content::-webkit-scrollbar-thumb {background: #306666;}
.tryoutPop-info .content::-webkit-scrollbar-track {background: #f1f1f1;}
.tryoutPop-info .content{scrollbar-color:#306666 #f1f1f1;scrollbar-width:thin;}
.tryoutPop-info .content{scrollbar-face-color: #306666;scrollbar-shadow-color: #306666;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}
.tryoutPop-info .content *{line-height: inherit;}
.tryoutPop-info .content h5{font-size: 30px;font-weight: 700;margin-top: 30px;}
.tryoutPop-info .content h6{font-size: 24px;font-weight: 700;margin-top: 10px;}
.tryoutPop-info .content h5:first-of-type{margin-top: 0;}
.tryoutPop-info .content h6:first-of-type{margin-top: 0;}

.succeedPop{position: fixed;width: 100%;height: 100%;padding-bottom: 50px;background: linear-gradient(to right,#faab22,#f83600);top: 0;left: 0;display: none;align-items: center;}
.succeedPop.active{display: flex;}
.succeedPop-contain{width: 740px;margin: 0 auto;}
.succeedPop-close{width: 50px;height: 50px;background: #fff;border-radius: 50px;cursor: pointer;display: none;align-items: center;justify-content: center;top: 20px;right:20px;position: absolute;z-index: 10;}
.succeedPop-close svg{width: 60%;}
.succeedPop-info{width: 100%;font-size: 48px;color: #fff;text-align: center;font-weight: 700;}
.succeedPop-info span{display: block;width: 100%;margin-top: 24px;}

/* ----------------------------千会------------------------------------------ */
.tryout2 .tryout-form-info .hint{color: #7f7f7f;}
.tryout2 .tryout-form-info input{background: #e9f1fd;}
.tryout2 .tryout-form-info input, .tryout2 .tryout-form-info select{color: #4e8df0;}
.tryout2 .tryout-form-info select{background-image: url('/APP/Public/Home/images/try2/tryArr.svg');background-color: #e9f1fd;}
.tryout2 .tryout-form-info input::-webkit-input-placeholder{color: #4e8df0;}
.tryout2 .tryout-form-info input:-moz-placeholder{color: #4e8df0;}
.tryout2 .tryout-form-info input::-moz-placeholder{color: #4e8df0;}
.tryout2 .tryout-form-info input:-ms-input-placeholder{color: #4e8df0;}
.tryout2 .tryout-form-hint .check span{color: #4e8df0;}
.tryout2 .tryout-form-hint .check i::before{background: #4e8df0;}
.tryout2 .tryout-form-hint .check i:hover, .tryout2 .tryout-form-hint .check i.active{border-color: #4e8df0}
.tryout2 .tryout-form-btn button{background: #4e8df0;}

.tryoutPop2 .tryoutPop-close{background: #4e8df0;}
.tryoutPop2 .tryoutPop-info .content::-webkit-scrollbar-thumb {background: #4e8df0;}
.tryoutPop2 .tryoutPop-info .content{scrollbar-color:#4e8df0 #f1f1f1;scrollbar-width:thin;}
.tryoutPop2 .tryoutPop-info .content{scrollbar-face-color: #4e8df0;scrollbar-shadow-color: #4e8df0;scrollbar-arrow-color: #000;scrollbar-track-color: #f1f1f1;}

.tryout-form-contain{width:100%;position:relative;}
.tryout-form-code{display:none;}

/* PC端改变 */
.tryout.tryoutGb .image{display:none;}
.tryout.tryoutGb .tryout-form{height:100vh;background:url('/APP/Public/Home/images/try/pc_3.jpg') no-repeat right center/cover;display:flex;align-items:center;padding-top:0;padding-bottom:0;}
.tryout.tryoutGb .tryout-form-contain{width:664px;background:#fff;padding:60px 48px;}
.tryout.tryoutGb .tryout-form-info li{display:flex;margin-top:18px;align-items:center}
.tryout.tryoutGb .tryout-form-info .hint {font-size: 20px;margin-bottom: 0;width:192px;}
.tryout.tryoutGb .tryout-form-info input, .tryout.tryoutGb .tryout-form-info select{width:calc(100% - 192px);height:46px;font-size:18px;border-radius:6px;padding:0 12px;}
.tryout.tryoutGb .tryout-form-info input::-webkit-input-placeholder{font-size: 18px;}
.tryout.tryoutGb .tryout-form-info input:-moz-placeholder{font-size: 18px;}
.tryout.tryoutGb .tryout-form-info input::-moz-placeholder{font-size: 18px;}
.tryout.tryoutGb .tryout-form-info input:-ms-input-placeholder{font-size: 18px;}
.tryout.tryoutGb .tryout-form-hint {margin-top: 30px;font-size: 16px;}
.tryout.tryoutGb .tryout-form-hint .check i {width: 16px;height: 16px;margin-right: 12px;}
.tryout.tryoutGb .tryout-form-hint .text {padding-left: 32px;}
.tryout.tryoutGb .tryout-form-btn{margin-top:36px;}
.tryout.tryoutGb .tryout-form-btn button {width: 190px;height: 54px;border-radius: 27px;font-size: 24px;letter-spacing: 10px;text-indent: 10px;}
.tryout.tryoutGb .tryout-form-hint * {line-height: 1.6;}
.tryout.tryoutGb .tryout-form-head{display:none}
.tryout.tryoutGb .tryout-form-head2{display:block}
.tryout.tryoutGb .tryout-form-info{margin-top:40px}
.tryout.tryoutGb .tryout-form-info select {background: #e6ecec url('../images/try/tryArr.svg') no-repeat right 14px center/22px auto;}
.tryout.tryoutGb .tryout-form-code{display:block;position:absolute;width:182px;top:0;right:-186px;}
.tryout.tryoutGb .tryout-form-code img{width:100%;}
.tryout.tryoutGb .tryout-form-hint .check i::before {width: 12px;height: 12px;top: 50%;left: 50%;margin: -6px 0 0 -6px;}

.FuChuang, .ec--cs-root, .ec--cs-wrapper, .ec--cs-invite-wrapper{display:none !important}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .tryout-form-info{margin-top: 120px;}
    .tryout-form-info li{margin-top: 100px;}
    .tryout-form-info .hint {font-size: 56px;margin-bottom: 32px;}
    .tryout-form-info input, .tryout-form-info select{font-size: 50px;height: 130px;padding: 0 30px;}
    .tryout-form-info input::-webkit-input-placeholder{font-size: 50px;}
    .tryout-form-info input:-moz-placeholder{font-size: 50px;}
    .tryout-form-info input::-moz-placeholder{font-size: 50px;}
    .tryout-form-info input:-ms-input-placeholder{font-size: 50px;}
    .tryout-form-hint {margin-top: 100px;font-size: 48px;}
    .tryout-form-btn {margin-top: 100px;}
    .tryout-form-btn button {width: 780px;height: 200px;border-radius: 100px;font-size: 80px;letter-spacing: 100px;text-indent: 100px;}
    .tryout-form-info select{background: #e6ecec url('../images/try/tryArr.svg') no-repeat right 20px center/40px auto;}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .tryout-form {padding: 100px 4%;}
    .tryout-form-info{margin-top: 90px;}
    .tryout-form-info li{margin-top: 70px;}
    .tryout-form-info .hint {font-size: 50px;margin-bottom: 28px;}
    .tryout-form-info input, .tryout-form-info select{font-size: 44px;height: 100px;padding: 0 20px;}
    .tryout-form-info input::-webkit-input-placeholder{font-size: 44px;}
    .tryout-form-info input:-moz-placeholder{font-size: 44px;}
    .tryout-form-info input::-moz-placeholder{font-size: 44px;}
    .tryout-form-info input:-ms-input-placeholder{font-size: 44px;}
    .tryout-form-hint {margin-top: 70px;font-size: 40px;}
    .tryout-form-btn {margin-top: 70px;}
    .tryout-form-btn button {width: 600px;height: 160px;border-radius: 80px;font-size: 60px;letter-spacing: 80px;text-indent: 80px;}
    .tryoutPop-contain{width: 92%;padding: 50px 20px;}
    .tryoutPop-info .content{font-size: 17px;padding: 0 40px;max-height: 500px;}
    .tryoutPop-info .content h5{font-size: 22px;margin-top: 20px;}
    .tryoutPop-info .content h6{font-size: 19px;margin-top: 10px;}
    .tryout-form-info select{background: #e6ecec url('../images/try/tryArr.svg') no-repeat right 20px center/30px auto;}
    
    .tryout.tryoutGb .tryout-form-info li {margin-top: 10px;}
    .tryout.tryoutGb .tryout-form-info {margin-top: 20px;}
    .tryout.tryoutGb .tryout-form-btn {margin-top: 20px;}
    .tryout.tryoutGb .tryout-form-contain {width: 600px;background: #fff;padding: 32px 28px;}
    .tryout.tryoutGb .tryout-form-info .hint {font-size: 16px;width:154px;}
    .tryout.tryoutGb .tryout-form-info input, .tryout.tryoutGb .tryout-form-info select{width:calc(100% - 154px);height:42px;font-size:16px;}
    .tryout.tryoutGb .tryout-form-info input::-webkit-input-placeholder{font-size: 16px;}
    .tryout.tryoutGb .tryout-form-info input:-moz-placeholder{font-size: 16px;}
    .tryout.tryoutGb .tryout-form-info input::-moz-placeholder{font-size: 16px;}
    .tryout.tryoutGb .tryout-form-info input:-ms-input-placeholder{font-size: 16px;}
    .tryout.tryoutGb .tryout-form-hint {margin-top: 20px;}
    .tryout.tryoutGb .tryout-form-btn button {width: 160px;height: 48px;border-radius: 24px;font-size: 20px;letter-spacing: 8px;text-indent: 8px;}
}

@media all and (max-width:1430px) {
    /* 1360 */
}

@media all and (max-width:1350px) {
    /* 1280 */
    .tryout-form {padding: 80px 4%;}
    .tryout-form-info{margin-top: 70px;}
    .tryout-form-info li{margin-top: 50px;}
    .tryout-form-info .hint {font-size: 32px;margin-bottom: 20px;}
    .tryout-form-info input, .tryout-form-info select{font-size: 32px;height: 70px;padding: 0 20px;}
    .tryout-form-info input::-webkit-input-placeholder{font-size: 32px;}
    .tryout-form-info input:-moz-placeholder{font-size: 32px;}
    .tryout-form-info input::-moz-placeholder{font-size: 32px;}
    .tryout-form-info input:-ms-input-placeholder{font-size: 32px;}
    .tryout-form-hint {margin-top: 50px;font-size: 32px;}
    .tryout-form-btn {margin-top: 50px;}
    .tryout-form-btn button {width: 400px;height: 120px;border-radius: 60px;font-size: 40px;letter-spacing: 40px;text-indent: 40px;}
    .tryoutPop-contain{width: 92%;padding: 40px 20px;}
    .tryoutPop-info .content{font-size: 16px;padding: 0 30px;}
    .tryoutPop-info .content h5{font-size: 20px;margin-top: 16px;}
    .tryoutPop-info .content h6{font-size: 18px;margin-top: 8px;}
    .tryoutPop-close {width: 40px;height: 40px;}
    .tryout-form-info select{background: #e6ecec url('../images/try/tryArr.svg') no-repeat right 16px center/24px auto;}
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
}

/* ------------------------平板端-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .tryout-form-info .hint {font-size: 26px;margin-bottom: 20px;}
    .tryout-form-hint {font-size: 24px;}
    .tryout-form-hint .check i {width: 30px;height: 30px;margin-right: 24px;}
    .tryout-form-hint .text {padding-left: 58px;}
    .tryout-form-btn button {width: 340px;height: 90px;border-radius: 45px;}
    
    .tryout.tryoutGb .image{display:block;}
    .tryout.tryoutGb .tryout-form{height:auto;background:#fff;padding: 60px 4%;}
    .tryout.tryoutGb .tryout-form-code{display: none;}
    .tryout.tryoutGb .tryout-form-head2{display: none;}
    .tryout.tryoutGb .tryout-form-contain{width:100%;padding:0}
    .tryout.tryoutGb .tryout-form-head{display:block;}
    .Header-wrapper, .Footer-wrapper{display:none}
    .Container-wrapper{margin-top:0 !important;}
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:680px) {
    /* 移动终端 360 适配 */
    .tryout-form {padding: 40px 4%;}
    .tryout-form-info{margin-top: 30px;}
    .tryout-form-info li{margin-top: 14px;}
    .tryout-form-info .hint {font-size: 14px;margin-bottom: 5px;}
    .tryout-form-info input, .tryout-form-info select{font-size: 16px;height: 44px;padding: 0 12px;border-radius: 5px;}
    .tryout-form-info input::-webkit-input-placeholder{font-size: 16px;}
    .tryout-form-info input:-moz-placeholder{font-size: 16px;}
    .tryout-form-info input::-moz-placeholder{font-size: 16px;}
    .tryout-form-info input:-ms-input-placeholder{font-size: 16px;}
    .tryout-form-hint {margin-top: 16px;font-size: 12px;}
    .tryout-form-hint .check i {width: 14px;height: 14px;margin-right: 8px;border: 1px solid #000;}
    .tryout-form-hint .check i::before{width: 10px;height: 10px;top: 50%;left: 50%;margin: -5px 0 0 -5px;}
    .tryout-form-hint .text {padding-left: 24px;}
    .tryout-form-btn {margin-top: 16px;}
    .tryout-form-btn button {width: 160px;height: 46px;border-radius: 23px;font-size: 18px;letter-spacing: 10px;text-indent: 10px;}
    .tryoutPop-contain{width: 92%;padding: 40px 20px;}
    .tryoutPop-info .content{font-size: 16px;padding: 0 30px;}
    .tryoutPop-info .content h5{font-size: 20px;margin-top: 16px;}
    .tryoutPop-info .content h6{font-size: 18px;margin-top: 8px;}
    .tryoutPop-close {width: 40px;height: 40px;}
    .tryoutPop-contain{width: 92%;padding: 40px 8px;}
    .tryoutPop-info .content{font-size: 15px;padding: 0 8px;max-height: 500px;}
    .tryoutPop-info .content h5{font-size: 18px;margin-top: 8px;}
    .tryoutPop-info .content h6{font-size: 16px;margin-top: 4px;}
    .tryoutPop-close {width: 30px;height: 30px;top: 5px;right: 5px;border-radius: 4px;}
    .tryout-form-btn button:hover{box-shadow: 0 4px 10px 0 rgba(48, 102, 102, 0.2);}
    .tryout-form-info select{background: #e6ecec url('../images/try/tryArr.svg') no-repeat right 10px center/20px auto;}
    .succeedPop{padding-bottom: 30px;}
    .succeedPop-contain {width: 300px;}
    .succeedPop-info {font-size: 40px;}
    .succeedPop-info span {margin-top: 2px;}
    .succeedPop-close {width: 36px;height: 36px;top: 16px;right: 16px;}
    
    .tryout.tryoutGb .tryout-form{padding: 40px 4%;}
    .tryout.tryoutGb .tryout-form-info li {margin-top: 14px;flex-wrap:wrap}
    .tryout.tryoutGb .tryout-form-info {margin-top: 30px;}
    .tryout.tryoutGb .tryout-form-info li:first-child{margin-top:0}
    .tryout.tryoutGb .tryout-form-info .hint {font-size: 14px;width: 100%;margin-bottom: 5px;}
    .tryout.tryoutGb .tryout-form-info input, .tryout.tryoutGb .tryout-form-info select {width: 100%;height: 44px;border-radius:5px;}
    .tryout.tryoutGb .tryout-form-hint {margin-top: 16px;}
    .tryout.tryoutGb .tryout-form-info select {background: #e6ecec url('../images/try/tryArr.svg') no-repeat right 10px center/20px auto;}
    .tryout.tryoutGb .tryout-form-hint .text {padding-left: 24px;}
    .tryout.tryoutGb .tryout-form-hint {margin-top: 16px;font-size: 12px;}
    .tryout.tryoutGb .tryout-form-hint .check i {width: 14px;height: 14px;margin-right: 8px;}
    .tryout.tryoutGb .tryout-form-btn {margin-top: 16px;}
    .tryout.tryoutGb .tryout-form-btn button {width: 160px;height: 46px;border-radius: 23px;font-size: 18px;letter-spacing: 10px;text-indent: 10px;}
    .tryout.tryoutGb .tryout-form-hint .check i::before {width: 10px;height: 10px;top: 50%;left: 50%;margin: -5px 0 0 -5px;}
}
<!--0.0001220703125-->