/* 轮播 */
.iconBox {
    /* margin: 100px 0; */
    margin: 40px 0;
}

.iconBox .title {
    font-weight: 900;
    font-size: 44px;
    color: rgba(1, 4, 66, 1);
    text-align: center;
    margin-bottom: 80px;
    line-height: 61px;
}

.iconBox .logosOutBox {
    width: 100%;
    height: 110px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.iconBox .logosOutBox .imgOutBox {
    display: flex;
    width: 5500px;
    height: 110px;
    position: absolute;
    box-sizing: border-box;
}

.iconBox .logosOutBox .imgOutBox .desaturateBox {
    width: 100%;
    height: 110px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}

.iconBox .logosOutBox .desaturate {
    filter: grayscale(100%);
}

/* .logos */
@keyframes banner-logo-scroll {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

.iconBox .logosOutBox .logosImg {
    width: auto;
    height: 110px;
    max-width: none;
    display: inline-block;
    vertical-align: middle;

    display: inline-block;
    border-style: none;
    border: 0 none;
    border-width: 0;
    border: #fff;

    animation-name: banner-logo-scroll;
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.iconBox .logosOutBox .logosImg .logos {
    height: 100%;
    margin: 0 15px;
    opacity: 0.35;
}

@media only screen and (max-width:999px) {
    /* .iconBox .title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 40px;
    }

    .iconBox .logosOutBox {
        width: 320px;
        height: 342px;
        background-image: url(../img/newWebSite/client_logo_mobile@2x.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        margin: 0 auto;
    }

    .iconBox .logosOutBox .logosImg {
        display: none;
    }

    .iconBox {
        margin-top: 60px;
    } */

     .iconBox .logosOutBox .logosImg {
        height: 54px;
    }
    .iconBox .logosOutBox {
        height: 54px;
    }
    .iconBox .logosOutBox .imgOutBox {
        height: 54px;
    }
    .iconBox {
        margin: 35px 0 0 0;
    }
}





.TarifPage {
    margin: 0 auto;
    padding-top: 133px;
    /* padding-bottom: 80px; */
    padding: 150px;
}

.TarifPage * {
    box-sizing: border-box;
}

.TarifPage .topText {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.TarifPage .topText .topTitleBtn {
    font-family: 'Avenir';
    font-style: normal;
    width: 126px;
    height: 38px;
    background: #EBE7FE;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #291B6A;
}

.TarifPage .topText .topContent {
    height: 40px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #291B6A;
    margin: 30px 0 20px 0;
}

.TarifPage .topText .footerItemBox {
    display: flex;
    justify-content: space-between;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    color: #291B6A;
}

.TarifPage .topText .footerItemBox .footerItem {
    margin-right: 30px;
}

.TarifPage .topText .footerItemBox img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 8px;
}

.upsideFooterText {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    color: #291B6A;
    margin-top: 70px;
}

.swiperBox {
    height: 108.18px;
    background-color: #999;
    margin-top: 40px;
}

.iframeBox {
    /* margin-top: 120px; */
    text-align: center;
}

.iframeBoxHeader {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 44px;
    line-height: 30px;
    text-align: center;
    color: #291B6A;
}

.iframeBox .iframeBoxBody {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.iframeBox .iframeBoxBody .detailItem {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-family: 'Avenir';
    font-style: normal;
    width: 950px;
    background: #FFFFFF;
    border: 1px solid #291B6A;
    border-radius: 15px;
    margin-top: 20px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    color: #291B6A;
    cursor: pointer;
}

.iframeBox .iframeBoxBody .detailItem .show {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.iframeBox .iframeBoxBody .detailItem img {
    width: 16px;
    height: 16px;
}

.iframeBox .iframeBoxBody .detailItem .moreInfo {
    text-align: justify;
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    color: #291B6A;
}

.iframeBox .iframeBoxBody .detailItem .moreInfo div {
    margin-bottom: 30px;
}

.mui-hidden {
    display: none ;
}
.mui-hidden-v {
    /* overflow: hidden; */
    opacity: 0;
}

.iframeBox .iframeBoxBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 950px;
    height: 170px;
    background: #291B6A;
    border-radius: 15px;
    margin-left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 0 40px;
    margin-top: 80px;

}

.iframeBox .iframeBoxBtn .commitText {
    display: flex;
    width: 567px;
    font-family: 'Avenir';
    font-style: italic;
    /* text-align: justify; */
    text-align: left;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
}

.iframeBox .iframeBoxBtn .commitBtn {
    width: 255px;
    height: 46px;
    background: #FFA924;
    border-radius: 70px;
    line-height: 46px;

}

.iframeBox .iframeBoxBtn .commitBtn a {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    color: #FFFFFF;
}


.TarifPage .title {
    height: 66px;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    color: #988DCA;
    margin: 0 auto;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.TarifPage .flexOutBox .slide {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    padding: 38px !important;
    /* background-color: #fff !important; */
}

.TarifPage .eachBox .slideTitle {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #291B6A;
}

.TarifPage .slide .inputBox {
    /* margin-top: 24px !important; */
    margin-top: 87px;
}

.TarifPage .eachBox .slideCountent {
    width: 305px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #6051A6;
    margin-top: 25px;
}

.TarifPage .slide input {
    /* width: 733px;
   height: 11px;
   background: #D9D4F0;
    border-radius: 14.2px;
    margin-right: 24px; */
}

.TarifPage #rangeValue {
    display: inline-block;
    position: relative;
    left: 250px;
    width: 51px;
    height: 39px;
    background: url('../img/nosOffers/Group\ 1924.png') no-repeat;
    /* background-size: 100%,100%; */
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 7px 11px 0px 3px;
    display: none;
}

.TarifPage .eachBox .btnCommit {
    position: absolute;
    left: 30px;
    right: 20px;
    bottom: 125px;
    width: 305px;
    height: 46px;
    background: #171A52;
    border-radius: 70px;
    text-align: center;
    line-height: 46px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
}

/* .TarifPage .eachBox .btnCommit  a {
    
} */
.slide .show-submit-slide {
    position: static;
    display: inline-block;
    background-color: #171a52;
    margin-left: -10px;
    margin-top: 30px;
    
}

.show-submitBtn {
    position: absolute;
    bottom: 40px;
    width: 305px;
    height: 46px;
    background: #B65847;
    border-radius: 70px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}

/* 兼容 */
a:visited {
    color: #FFFFFF;
}
a:link {
    color: #FFFFFF;
}

.TarifPage .inputBox {
    margin-right: 24px;
    position: relative;
    /* top: 50px !important; */
}

.TarifPage .inputBox input {
    cursor: pointer;
    width: 275px !important;
    height: 8px !important;
}

.TarifPage .inputBox .rangeMask {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    /* left: -13px;
    top: -19px; */
    left: -7px;
    top: -7px;
    background: rgba(103, 80, 164, 0.08);
    z-index: 1;
}

/* 随动 */
.TarifPage .inputBox .rangeShow {
    /* width: 40px;
    height: 50px; */
    width: 42px;
    height: 39px;
    line-height: 10px;
    position: absolute;
    /* border-radius: 50%; */
    left: -12px;
    /* top: -80px; */
    top: -53px;
    /* background: url('../img/v3/slide_dot@2x.png') no-repeat; */
    background: url('../img/nosOffers/Group 1924.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 12px;
    /* display: none; */
}

/*横条样式*/
.TarifPage .slide input[type=range] {
    -webkit-appearance: none;
    width: 733px;
    background: -webkit-linear-gradient(#291B6A, #291B6A) no-repeat, #D9D4F0;
    /*设置左边颜色为#61bd12，右边颜色为#ddd*/
    background-size: 0% 100%;
    height: 11px;
    border-radius: 14.2px;
    position: relative;
    z-index: 2;
}

/*拖动块的样式*/
.TarifPage .slide input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    background: #291B6A;
    border-radius: 50%;
    box-shadow: 0px 1.30304px 2.60608px rgba(0, 0, 0, 0.3), 0px 1.30304px 3.90911px rgba(0, 0, 0, 0.15);
}

.TarifPage .flexOutBox {
    /* width: 825px; */
    width: 1175px;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 70px auto 0;
}

.TarifPage .flexOutBox2 {
    justify-content: center !important;
}

.TarifPage .flexOutBox .eachBox {
    /* width: 377px;
    height: 504px; */
    width: 365px;
    /* height: 520px;   */
    height: 100%;
    background: #FFF0D9;
    /* border: 1px solid #D9D4F0; */
    /* box-shadow: 6px 15px 65px rgba(41, 27, 106, 0.13); */
    border-radius: 16px;
    padding: 60px 34px 40px;
    position: relative;
    /* cursor: pointer; */


}

.TarifPage .flexOutBox1 .slide-box {
    background: #FFFFFF;
    border: 3px solid #291B6A;
    border-radius: 20px;
}

/* .sizeThree {
    width: 365px;
    height: 520px;  
    background-color: #333333;
} */
.TarifPage .flexOutBox .active {
    border: 3px solid #291B6A;
}

.TarifPage .flexOutBox .active .tipBox {
    background: #FABB64 !important;
}

.TarifPage .flexOutBox .eachBox .tipBox {
    display: flex;
    align-items: center;
    position: absolute;
    top: 39px;
    left: 23px;
    width: 342px;
    height: 80px;
    background: #F4DFBC;
    border-radius: 100px 0px 0px 100px;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #734B13;
}

.TarifPage .flexOutBox .eachBox .tipBox img {
    width: 68px;
    height: 68px;
    margin: 6px 0 6px 7px;
}

.TarifPage .flexOutBox .eachBox .tipBox div {
    margin-left: 22px;
}

.TarifPage .flexOutBox .eachBox .monerBox {

    /* width: 197px; */
    height: 45px;
    margin-bottom: 8px;

    margin-top: 95px;

    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 33px;
    line-height: 45px;
    color: #3E2400;
}

.TarifPage .flexOutBox .eachBox .monerBox img {
    height: 100%;
    width: 30px;
    height: 30px;
}

.TarifPage .flexOutBox .eachBox .label {
    margin-bottom: 18px;
    font-family: 'Avenir';
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.TarifPage .flexOutBox .eachBox .label .chaeckChart {
    width: 14px;
    /* height: auto; */
    height: 11px;
    vertical-align: middle;
}
.warp-text {
    /* display: inline-block;
    margin-left: 18px;
    position: relative;
    top: -25px; */
    display: flex;
    align-items: baseline;
}

.TarifPage .flexOutBox .eachBox:last-child .label {

    margin-bottom: 12px;
}

.TarifPage .flexOutBox .eachBox .label img {
    width: 20px;
    height: 20px;
}

.TarifPage .flexOutBox .eachBox .checkBox {
    margin-top: 50px;
}

/* .TarifPage .flexOutBox .eachBox:last-child .label img {

} */
.TarifPage #btn {
    width: 288px;
    height: 49px;
    background: #999;
    border-radius: 4px;
    font-weight: 800;
    font-size: 18px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin: 40px auto 0;
}

.TarifPage #btnLnk {
    display: block;
    width: 288px;
    height: 49px;
    background: #291B6A;
    border-radius: 4px;
    font-weight: 800;
    font-size: 18px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin: 40px auto 0;

}

.TarifPage .btnactive {
    background: #291B6A !important;
    /* background: #FABB64 !important; */

}

div {
    box-sizing: border-box;
}

.formPage {
    margin: 0 auto;
    padding-top: 133px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
}

.formPage .leftBox {
    width: 776px;
    margin-right: 64px;
}

.formPage .leftBox .meetings-iframe-container {
    margin-top: 31px;
}

.formPage .rightBox {
    width: 428px;
    padding-top: 115px;
}

.formPage .leftBox .title {
    font-weight: 500;
    font-size: 24px;
    color: #291B6A;
    margin-bottom: 8px;
}

.formPage .toFormOutBox {
    width: 288px;
    height: 49px;
    background: #291B6A;
    border-radius: 4px;
    font-weight: 800;
    font-size: 18px;
    line-height: 49px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
}

.formPage .rightBox .eachBox {
    padding: 18px 0;
    border-top: 0.5px solid #291B6A;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    cursor: pointer;
}

.formPage .rightBox .eachBox:last-child {
    border-bottom: 0.5px solid #291B6A;
}

.formPage .rightBox .down {
    background: url('../img/v3/arr_down@2x.png') no-repeat;
    background-size: 12px 10px;
    background-position: 408px 20px;
}

.formPage .rightBox .up {
    background: url('../img/v3/arr_up@2x.png') no-repeat;
    background-size: 12px 10px;
    background-position: 408px 20px;
}

.formPage .rightBox .eachBox p {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #291B6A;
    padding-right: 20px;
}

.formPage .rightBox .eachBox .moreInfo {
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    color: #291B6A;
    display: none;
    margin-top: 16px;
}

.formPage .rightBox .eachBox .moreInfo .empty-line {
    display: block;
    height: 30px;
    visibility: hidden;
}

.fade-in-top {
    overflow: hidden;
    max-height: 117px;
    /* min-height: 117px; */
    transition: max-height 0.5s ease-out;
}

.slide-out-top {
    /* // 展开 */
    overflow: hidden;
    max-height: 770px;
    min-height: 117px;
    transition: max-height 0.5s ease-in;
    -webkit-transform: max-height 0.5s ease-in;
}

.formPage .formOutBox {
    width: 100%
}

.formPage .formOutBox .formBox {
    margin-top: 50px;
}

.formPage .flexBox {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.formPage .flexBox .eachBox {
    width: 365px;
    margin-right: 46px;
}

.formPage .flexBox .eachBox .label {
    font-weight: 400;
    font-weight: 500;
    font-size: 16px;
    color: #988DCA;
    margin-bottom: 6px;
}

.formPage .flexBox .eachBox input {
    width: 365px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #291B6A !important;
    border: 2px solid #988DCA;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
}

.formPage .flexBox .eachBox textarea {
    width: 776px;
    min-height: 124px;
    font-weight: 500;
    font-size: 18px;
    color: #291B6A !important;
    border: 2px solid #988DCA;
    border-radius: 4px;
    padding: 12px;
    box-sizing: border-box;
}

.formPage .flexBox .eachBox #formSelect {
    width: 365px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #291B6A !important;
    border: 2px solid #988DCA;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
    appearance: none;
    background: url('../img/v3/arr_down@2x.png') no-repeat;
    background-size: 12px 10px;
    background-position: 200px 20px;
}

.formPage .shortInput {
    width: 228px !important;
}

.formPage .btnSubmit {
    width: 288px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #291B6A;
    border: 2px solid #291B6A;
    border-radius: 4px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 37px auto 0;
    color: #FFFFFF;
    cursor: pointer;
}

.successInfoPage {
    padding-top: 141px;
    padding-bottom: 82px;
}

.successInfoPage img {
    width: 575px;
    height: 375px;
    display: block;
    margin: 0 auto 17px;
}

.successInfoPage h1 {
    font-weight: 900;
    font-size: 36px;
    height: 86px;
    text-align: center;
    color: #CEC4FD;

    margin: 0 auto;
}
.successInfoPage h3 {
    font-weight: 900;
    font-size: 36px;
    height: 86px;
    text-align: center;
    color: #CEC4FD;

    margin: 0 auto;
}
.successInfoPage .text-404 {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #291B6A;
}
.successInfoPage p {
    font-weight: 400;
    font-weight: 500;
    height: 42px;
    font-size: 22px;
    text-align: center;

    color: #291B6A;
}

.successInfoPage a {
    width: 261px;
    height: 51px;
    display: block;
    margin: 34px auto 0px;
    background: #171A52;
    border: 2px solid #291B6A;
    border-radius: 4px;
    font-weight: 900;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    
    border-radius: 70px;
}

/* 遮罩层 */
.cover-box {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    /* background: 127, 118, 166; */
    background: rgba(127, 118, 166, 0.6);
}

.cover-main {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 563px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
}

.cover-cancel {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    font-size: 30px;
    /* color: #979797; */

}

.cover-box .cover-main .cover-title {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    color: #291B6A;
    margin-top: 30px;
}

.cover-box .cover-main .cover-info {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #291B6A;
    margin: 20px 0 40px 0;
}

.cover-box .cover-main .email-item {
    width: 423px;
    height: 48px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #988DCA;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-left: 19px;
    color: #292b6a;
    font-size: 18px;
}

.cover-box .cover-main .email-item:last-child {
    margin-bottom: 50px;
    appearance: none;
    /* 兼容Chrome */
    -webkit-appearance: none;
    background: url(../img/nosOffers/Vector.png) no-repeat 96% center;
}

.cover-box .cover-main .email-item::placeholder {
    display: inline-block;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #5B5B5B;
}

.coner-commit {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    cursor: pointer;
    width: 215px;
    height: 46px;
    background: #171A52;
    border-radius: 70px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    margin: 0 50%;
    transform: translateX(-50%);
}


@media only screen and (max-width:1120px) {}

@media only screen and (max-width:999px) {
    .TarifPage {
        margin: 0 auto;
        padding: 120px 20px 50px;
        position: relative;
        overflow: hidden;
    }

    .TarifPage .slide {
        width: 100%;
        margin: 0 20px;
    }

    .TarifPage .title {
        height: auto;
        text-align: center;
    }

    .TarifPage #rangeValue {
        width: 74px;
    }

    .TarifPage .inputBox,
    .TarifPage .slide input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        width: 275px;
        height: 8px;
    }

    .TarifPage .flexOutBox {
        width: 100%;
        flex-direction: column;
    }

    .TarifPage .flexOutBox .eachBox {
        width: 100%;
        margin-bottom: 20px;
    }

    .TarifPage .fixedBtn {
        width: 100%;
        height: 90px;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .TarifPage #btn {
        position: sticky;
        margin-top: 20px;
    }

    .formPage {
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .formPage .leftBox,
    .formPage .rightBox,
    .formPage .flexBox .eachBox textarea,
    .formPage .flexBox .eachBox,
    .formPage .flexBox .eachBox input {
        width: 100% !important;
        margin-right: 0;
    }

    .formPage .rightBox {
        padding-top: 20px;
    }

    .slide-out-top {
        max-height: 920px;
    }

    .formPage .rightBox .up {
        background-position: 408px 20px;
    }

    .formPage .flexBox {
        flex-direction: column;
        margin-bottom: 0;
    }

    .formPage .flexBox .eachBox {
        margin-bottom: 20px;
    }

    .successInfoPage img {
        width: 100%;
        height: auto;
    }

    .formPage .leftBox .meetings-iframe-container {
        height: 650px;
    }

    .formPage .leftBox .meetings-iframe-container iframe {
        height: 650px !important;
    }

    .formPage .rightBox .eachBox p {
        font-size: 18px;
        line-height: 23px;
    }

    .formPage .rightBox .eachBox .moreInfo {
        font-size: 17px;
        line-height: 23px;
    }

    .formPage .rightBox .down {
        background-position: 320px 22px;
    }

    .formPage .rightBox .up {
        background-position: 320px 22px;
    }

    /* --- */
    .TarifPage .topText .topContent {
        font-family: 'Avenir';
        font-style: normal;
        height: auto;
        font-weight: 800;
        font-size: 28px;
        line-height: 36px;
        color: #292D70;
    }

    .TarifPage .topText .footerItemBox {
        flex-direction: column;
        justify-content: center;
        align-items: start;

    }

    .TarifPage .topText .footerItemBox .footerItem {
        margin-top: 15px;
    }

    .TarifPage .flexOutBox {
        margin-top: 52px;
        height: auto !important;
    }

    .TarifPage .flexOutBox .eachBox {
        box-sizing: border-box;
        /* width: 335px; */
        width: 100%;
        /* height: 371px; */
        background: #FFFFFF;
        border: 3px solid #291B6A;
        border-radius: 20px;
        padding: 20px !important;
    }

    .TarifPage .eachBox .slideTitle {
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 800;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        color: #292D70;
    }

    .TarifPage .eachBox .slideCountent {
        width: auto;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #6051A6;
        /* margin-top: 20px; */
        margin-top: 5%;
    }

    .TarifPage .inputBox input {
        width: 290px !important;
    }

    .TarifPage .slide .inputBox {
        margin-top: 75px;
    }

    .TarifPage .eachBox .btnCommit {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        /* width: 295px; */
        width: 78.67%;
        height: 46px;
        margin: 80px auto 0;
    }

    .TarifPage .flexOutBox .eachBox .tipBox {
        width: 315px;
        width: 84%;
        top: 25px;
        left: auto;
        right: 0;
    }

    .TarifPage .flexOutBox .eachBox1,
    .TarifPage .flexOutBox .eachBox2 {
        background: none;
        border: none;
    }

    .TarifPage .flexOutBox .eachBox1 {
        /* height: 356px; */
        height: auto;
        background-color: #FFF0D9;
    }

    .TarifPage .flexOutBox .eachBox2 {
        /* height: 404px; */
        height: auto;
    }

    .TarifPage .flexOutBox .eachBox .monerBox {
        font-size: 28px;
        line-height: 38px;
    }

    .TarifPage .flexOutBox .eachBox .peopleNum1 {
        font-style: normal;
        font-size: 20px;
        line-height: 27px;
    }

    .TarifPage .flexOutBox .eachBox .checkBox {
        margin-top: 30px;
    }

    .TarifPage .flexOutBox .eachBox .label {
        margin-bottom: 12px;
    }

    .upsideFooterText {
        margin-top: 25px;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        color: #292D70;
    }

    .iframeBox {
        margin-top: 40px;
        /* margin-top: 80px; */
    }

    .iframeBoxHeader {
        font-weight: 800;
        font-size: 28px;
        line-height: 36px;
        color: #292D70;
    }

    .iframeBox .iframeBoxBody {
        /* width: 335px; */
        width: 100%;
        margin-top: 24px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .iframeBox .iframeBoxBody .detailItem {
        width: 100%;
        text-align: left;
        padding: 15px 20px 0 20px;
        font-family: 'Avenir';
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 21px;
        color: #291B6A;
        margin-top: 40px;
    }
    .iframeBox .iframeBoxBody .detailItem .show {
        margin: 0;
        margin-bottom: 20px;
    }
    .iframeBox .iframeBoxBody .detailItem .show p {
        margin-right: 15px;
    }
    .iframeBox .iframeBoxBody .detailItem .moreInfo {
        font-size: 17px;
        width: 265px;
        margin-bottom: 20px;
    }
    .iframeBox .iframeBoxBody .detailItem .moreInfo div {
        margin-bottom: 0;
        text-align: left;
    }
    .iframeBox .iframeBoxBtn {
        width: 335px;
        height: 301px;
        background: #291B6A;
        border-radius: 15px;
        padding: 45px 30px;
        flex-direction: column;
        margin-top: 45px;
    }
    .iframeBox .iframeBoxBtn .commitText {
        width: auto;
    }
    .cover-main {
        width: 100%;
        position: sticky;
        transform: none;
        /* width: 376px; */
        padding: 20px;
        height: 100vh;
        border-radius: 0;
    }
    .cover-box {
        z-index: 999;
        /* position: absolute; */
        /* position: sticky; */
    }
    .cover-box .cover-main .email-item {
        width: 100%;
    }
    .cover-box .cover-main .cover-title {
        text-align: left;
    }
    .coner-commit {
        /* margin-top: 285px !important; */
        position: fixed;
        bottom: 36px;
        left: 0;
    }
    .eachBox1 .show-submitBtn, .eachBox2 .show-submitBtn {
        /* margin-left: -5px; */
        display: inline-block;
        position: static;
        margin-left: 5px;
        /* width: 81.34%; */
        width: 100%;
        bottom: 4%;
        
    }
    .slide .show-submit-slide {
        width: 105%;
        margin-bottom: 0;
        /* margin-top: auto; */
    }

/* ----  */
    /* .cover-box .cover-main .email-item:last-child {
        
    } */
}




@media only screen and (max-width:560px) {

    .formPage .leftBox .meetings-iframe-container {
        height: 630px;
    }
    /* 清除移动滚动条 */
    .formPage {
        /* padding-left: 0; */
        /* padding-right: 0; */
    }
    .formPage .leftBox {
        overflow: hidden;
    }

    .formPage .leftBox .title {
        margin-left: 0px;
        margin-right: 0px;
    }

    .formPage .rightBox {
        padding-left: 20px;
        padding-right: 20px;
    }
    
}