body {
    min-width: 1260px;
}
html,
body {
    height: 100%;
}
.cbody {
    /* overflow: hidden; */
    /* border: 1px #000 solid; */
    height: 100%;
}
.container-form {
    max-width: 1300px;
    width: 100%;
    height: 100%;
    margin: auto;
}
.consult-apply-box {
    background: rgba(197, 227, 255, 1);
    padding-bottom: 123px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 100%;
    padding-left: 24px;
    padding-right: 24px;
}
.consult-apply-box .header-form {
    height: 96px;
}
.consult-apply-box .header-form .logoImg {
    position: relative;
    width: 160px;
    height: 100%;
    display: block;
}
.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}
.consult-apply-box .fillout-box {
    display: flex;
    /* background: #ffffff;
    box-shadow: 0px 25px 50px -12px rgba(129, 177, 221, 0.5);
    border-radius: 16px; */
}

.consult-apply-box .fillout-box .flText {
    /* background: #f2f7ff; */
    width: 600px;
    padding: 40px 0 0 50px;
    box-sizing: border-box;
    border-radius: 16px 0px 0px 16px;
    padding-bottom: 39px;
}
.consult-apply-box .fillout-box .img-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.consult-apply-box .fillout-box .img-logo {
    width: 140px;
    height: 64px;
    background: #ffffff;
    border-radius: 2px;
    padding: 8px;
}
.consult-apply-box .fillout-box .flText .bigTit {
    font-size: 36px;
    font-weight: 500;
    color: #233863;
    line-height: 50px;
    margin-bottom: 24px;
}
.consult-apply-box .fillout-box .flText .desList {
    margin-bottom: 24px;
    padding-left: 20px;
    box-sizing: border-box;
}
.consult-apply-box .fillout-box .flText .desList li {
    float: left;
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #233863;
    line-height: 36px;
    position: relative;
}
.consult-apply-box .fillout-box .flText .desList li span {
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    border-radius: 50%;
    background: rgba(35, 56, 99, 0.5);
    left: -16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.consult-apply-box .fillout-box .flText .desList li::marker {
    color: rgba(35, 56, 99, 0.5);
}
.consult-apply-box .fillout-box .flText .contactTit {
    font-size: 14px;
    font-weight: 500;
    color: #233863;
    line-height: 24px;
    margin-bottom: 8px;
}
.consult-apply-box .fillout-box .flText .contactNum {
    font-size: 14px;
    font-weight: 500;
    color: #233863;
    margin-bottom: 20px;
}
.consult-apply-box .fillout-box .flText .contactNum span {
    font-size: 18px;
    color: #233863;
    line-height: 19px;
    font-family: "D-DINExp-Bold";
}
/* .consult-apply-box .fillout-box .flText img {
    max-width: 510px;
    margin-left: 4px;
} */

.consult-apply-box .global-m-hide {
    margin-right: 45px;
}
.global-m-hide.shi-yong{
    display: none;
}
.cuImg.img2.global-m-hide{
    position: fixed!important;
    bottom: 0!important;
    right: 7%!important;
    height: 95%;
}

.consult-apply-box .fillout-box .top {
    display: flex;
    align-items: center;
    margin-top: 63px;
    margin-bottom: 24px;
}
.consult-apply-box .fillout-box .top .tit {
    margin: 0 14px 0 16px;
    /* width: 386px; */
    height: 33px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    text-align: left;
    font-style: normal;
}
.consult-apply-box .fillout-box .top .shadow-line {
    width: 75px;
    height: 1px;
    border-top: 1px solid #243863;
    opacity: 0.15;
}

.consult-apply-box .fillout-box .concant {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #233863;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-top: 16px;
    text-align: center;
    padding-right: 94px;
}

.consult-apply-box .fillout-box .concant span {
    font-weight: 600;
    font-size: 20px;
    color: #229af4;
    line-height: 28px;
    text-align: left;
    font-style: normal;
}

.consult-apply-box .fillout-box .flForm {
    padding: 42px 40px 42px 30px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 25px 50px -12px rgba(129, 177, 221, 0.5);
    border-radius: 16px;
}
.consult-apply-box .fillout-box .flForm .tit {
    font-weight: 500;
    font-size: 30px;
    color: #233863;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-align: center;
}

.consult-apply-box .fillout-box .flForm .des {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #A9B4C9;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    text-align: center;
    margin: 3px 0 30px;
}
.consult-apply-box .fillout-box .flForm .box {
    /* padding-left: 41px; */
    box-sizing: border-box;
}
.consult-apply-box .fillout-box .flForm .box .item {
    margin-bottom: 24px;
    position: relative;
    width: 520px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}
.consult-apply-box .fillout-box .flForm .box .left {
    width: 70px;
    text-align: right;
    display: block;
    margin-right: 20px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #233863;
    line-height: 24px;
    text-align: right;
    font-style: normal;
}
.consult-apply-box .fillout-box .flForm .box .right {
    width: calc(100% - 90px);
    display: flex;
    gap: 10px;
}
.consult-apply-box .fillout-box .flForm .box .check-right {
    flex-wrap: wrap;
}

.consult-apply-box .fillout-box .flForm .box .right .form-check-input {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #233863;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    width: 100px;
}
.consult-apply-box .fillout-box .flForm .box .right .form-check-input span {
    margin-left: 10px;
}

.consult-apply-box
    .fillout-box
    .flForm
    .box
    .item
    input:not([type="checkbox"]) {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #e8ebee;
    padding-left: 12px;
    box-sizing: border-box;
    color: #233863;
    font-size: 13px;
    width: calc(100% - 90px);
}
.consult-apply-box .fillout-box .flForm .box .item textarea {
    border: 1px solid #e8ebee;
    resize: none;
    width: 100%;
    height: 80px;
    padding-top: 12px;
    padding-left: 12px;
    background: #fbfcfd;
    color: #233863;
}
/*手机验证码*/
.consult-apply-box .fillout-box .flForm .box .item.phoneCD input.pcodenum {
    width: 182px;
}
.consult-apply-box .fillout-box .flForm .box .item.phoneCD input.pcodebtnhui {
    background: #e8ebee;
}

.consult-apply-box .fillout-box .flForm .box .item input.pcodebtn {
    width: 110px;
    padding-left: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    color: #233863;
    background: #ffffff;
    line-height: 18px;
    border: 1px solid #e8ebee;
    margin-left: 10px;
}
/*隐私声明*/
.consult-apply-box .fillout-box .flForm .box .item.protocols {
    height: 17px;
    line-height: 17px;
    font-weight: 400;
    font-size: 12px;
    color: #233863;
    display: flex;
}
.consult-apply-box .fillout-box .flForm .box .item.protocols a {
    color: #229af4;
}
.consult-apply-box .fillout-box .flForm .box .item.protocols a:hover {
    text-decoration: underline;
}
.consult-apply-box .fillout-box .flForm .box .item.protocols::before {
    content: "";
}
.consult-apply-box .fillout-box .flForm .box .item input[type="radio"] {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 7px;
    border: 2px solid #e5e6eb;
    vertical-align: middle;
    margin-right: 8px;
}
/* .consult-apply-box .fillout-box .flForm .box .item::before {
    content: "*";
    position: absolute;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 42px;
    color: #ff0000;
    font-size: 14px;
} */
.consult-apply-box .fillout-box .flForm .box .item.itemPN::before {
    content: "";
}
.fillout-box .flForm .item .select-box {
    padding-top: 5px;
    display: none;
    position: absolute;
    z-index: 3;
    width: 100%;
    max-height: 160px;
    overflow-y: scroll;
    box-shadow: 0px 2px 10px 0px rgba(78, 89, 105, 0.1);
    border-radius: 4px;
}
.fillout-box .flForm .item .select-box .insideBox {
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(78, 89, 105, 0.1);
    border-radius: 4px;
    padding: 4px 0;
}
.fillout-box .flForm .item .select-box span {
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    box-sizing: border-box;
    /* color: #233863; */
    cursor: pointer;
    color: #a9b4c9;
}

.fillout-box .flForm .item.activeSelect .select-box {
    display: block;
}
.fillout-box .flForm .item .select-box span:hover {
    background: #f2f3f5;
}
.fillout-box .flForm .item .select-box span.selectV {
    color: #229af4;
}
.fillout-box .flForm .box .item input::placeholder,
.fillout-box .flForm .box .item textarea::placeholder {
    color: #a9b4c9;
    font-size: 13px;
}
.fillout-box .flForm .box .item.seItem input {
    cursor: pointer;
}
.fillout-box .flForm .box .item.seItem .arrIcon {
    position: absolute;
    right: 12px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
}
/* .fillout-box .flForm .box .item.seItem:hover .arrIcon{
    transform: rotate(180deg);
} */
.fillout-box .flForm .box .item.activeSelect .arrIcon {
    transform: rotate(180deg);
}
.fillout-box .flForm .box .startBtn {
    font-family: Verdana;
    height: 40px;
    line-height: 40px;
    background: #229af4;
    border-radius: 2px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    /* display: block; */
    border: none;
    width: 100%;
    cursor: pointer;
}
.fillout-box .flForm .box .startBtn:hover {
    background-color: #1e8ada;
}

.fillout-box .flForm .item .select-box {
    scrollbar-width: none;
}
/* 滚动条样式 */
.fillout-box .flForm .item .select-box::-webkit-scrollbar {
    width: 4px; /*  设置纵轴（y轴）轴滚动条 */
    height: 4px; /*  设置横轴（x轴）轴滚动条 */
    display: none;
}
/* 滚动条滑块（里面小方块） */
.fillout-box .flForm .item .select-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
/* 滚动条轨道 */
.fillout-box .flForm .item .select-box::-webkit-scrollbar-track {
    border-radius: 0;
}

.fillout-box .flForm .box .startBtn.notClick {
    pointer-events: none;
    cursor: not-allowed;
}

.consult-apply-box .container-form {
    position: relative;
}


/* .onlineService .online-qw-wrapper .online-p1 {
    margin-top: 12px;
} */


/* .item:hover {
    transform: translateY(-1200px);
    filter: drop-shadow(#ffd283 0 1200px);
    overflow: hidden;
} */

.global-m-show {
    display: none;
}

.consult-apply-box .container-form .cuImg {
    position: absolute;
}
.consult-apply-box .container-form .cuImg.img1 {
    /* left: -90px; */
    bottom: -15px;
    width: 130px;
    right: 438px;
    /* z-index: -1; */
}
.consult-apply-box .container-form .cuImg.img2 {
    right: -186px;
    /* bottom: -96px; */
    bottom: -150px;
    width: 430px;
    z-index: -1;
    max-height: none;
}

.white {
    color: white;
}
.input-container::before {
    content: '*';
    color: red;
    position: absolute;
    left: 77px;
    top: 58%;
    transform: translateY(-50%);
}
.protocols .protocol_checkbox {
    margin-right: 5px;
}

@media screen and (max-width: 1480px) {
    .consult-apply-box .container-form .cuImg.img2 {
        right: -56px;
    }
}
@media screen and (max-width: 768px) {
    body {
        min-width: 100%;
        width: 100%;
    }
    .cbody {
        /* padding-top: 30px; */
        padding-top: 0;
    }
    .consult-apply-box {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .shi_yong_page .consult-apply-box {
        background: #ECF0F6!important;
    }
    .consult-apply-box .container-form {
        padding: 30px 24px 48px;
        box-sizing: border-box;
    }
    .consult-apply-box .fillout-box {
        display: block;
    }
    .consult-apply-box .fillout-box .flForm {
        padding: 24px 24px 40px 24px;
        box-sizing: border-box;
    }
    .consult-apply-box .container-form .cuImg.img2 {
        right: 0;
        bottom: 0;
        max-width: 158px;
    }
    .consult-apply-box .container-form .cuImg.img1 {
        left: 0;
        bottom: 9px;
        max-width: 80px;
        z-index: -1;
    }
    .consult-apply-box .fillout-box .flForm .box .item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .consult-apply-box .fillout-box .flForm .box .left {
        text-align: left;
        margin-bottom: 8px;
    }
    .consult-apply-box .fillout-box .flForm .box .h5-item .left {
        display: none;
    }
    .h5-flForm .tit, .h5-flForm .des {
        text-align: left!important;
    }
    .h5-item.input-container {
        position: relative;
    }

    .h5-item.input-container input {
        padding-left: 25px!important;
        width: 100%!important;
    }
    .customs-radio{
        display: grid!important;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100% !important;
    }
    .customs-radio .form-check-input{
        width: initial !important;
    }
    .customs-radio input{
        width: 0!important;
    }
    .customs-radio input[type="radio"] + label {
        background: #F2F4F7;
        border-radius: 4px;
        display: inline-block;
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: center;
    }
    .customs-radio input[type="radio"]:checked + label {
        background-color: #229af436;
    }
    .h5-item.input-container .right {
        width: 100%!important;
    }
    .h5-item.input-container input.pcodebtn {
        padding-left: 0!important;
        width: 144px !important;
    }
    .h5-item.protocol_submit_box .protocol_submit {
        display: flex;
        flex-direction: column-reverse;
        width: 100%!important;
    }
    .h5-item.protocol_submit_box .protocols {
        flex-direction: row!important;
    }
    .h5-item.protocol_submit_box .protocols .protocol_checkbox {
        position: relative;
        top: -0px;
    }
    .h5-item.protocol_submit_box .startBtn {
        margin: 6px 0 12px!important;
    }
    

    .h5-item.input-container::before {
        content: '*';
        color: red;
        position: absolute;
        left: 5px;
        top: 58%;
        transform: translateY(-50%);
    }
    .consult-apply-box .fillout-box .flForm .box {
        padding-left: 0;
    }
    .fillout-box .flForm .box .startBtn {
        width: 100%;
    }
    .consult-apply-box .fillout-box .flForm .tit {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 33px;
    }
    .consult-apply-box .fillout-box .flForm .des {
        margin-bottom: 16px;
        line-height: 24px;
    }
    .consult-apply-box .fillout-box .flForm .box .item::before {
        left: 12px;
    }
    .consult-apply-box .fillout-box .flForm .box .item input {
        padding-left: 26px;
    }
    .fillout-box .flForm .item .select-box span {
        height: 28px;
        line-height: 28px;
    }

    .consult-apply-box .fillout-box .flForm .box .item.phoneCD input.pcodenum {
        width: calc(100% - 120px);
        margin-right: 5px;
    }
    .consult-apply-box .fillout-box .flForm .box .item.protocols {
        margin-bottom: 0;
        line-height: normal;
    }
    .h5-bg.cuImg.img1.global-m-show, .h5-bg.cuImg.img2.global-m-show {
        display: none;
    }
    .m-trial-bg1.h5-bg {
        position: fixed;
        top: 24px;
        right: 0px;
        z-index: -1;
        width: 200px;
    }
    .m-trial-bg2.h5-bg {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
}




@media screen and (max-width: 768px) {
    .global-m-hide {
        display: none;
    }
    .header-form.global-m-hide {
        display: block;
        margin-right: 0;
    }
    .header-form {
        margin-top:30px;
    }
    .header-form .container-form {
        padding: 0 24px;
    }
    .consult-apply-box .header-form {
        height: 30px;
    }
    .consult-apply-box .header-form .logoImg {
        width: 150px;
        text-align: left;
        
        
    }
    
}

@media screen and (max-width: 768px) {
    .global-m-show {
        display: block;
    }
}