div{
    box-sizing: border-box;
}
.qvcHtml,.qvcBody{
    width: 100%;
    height: 100%;
}
.qvctOutMainBox{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.qvcHtml .qcvtMainBg{
    height: 325px;
    width: 100%;
    background: url('../img/handicap/sul_bottom_bg@2x.png') center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    bottom:0 ;
    left: 0;
    z-index: -1;
}
.qvctOutMainBox .qvctWelcomePage{
    width: 100%;
    padding: 200px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:relative;
    z-index: 2;
}
.qvctOutMainBox .qvctWelcomePage .welcomeText{
    max-width: 950px;
    color: #292D70;
    text-align: center;
    font-family: Avenir;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 52px; 
    margin-bottom: 42px;
}
.qvctOutMainBox .qvctWelcomePage .welcomeTips{
    max-width: 950px;
    color: #000341;
    text-align: center;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    margin-bottom: 60px;
}
.qvctOutMainBox .qvctWelcomePage .welcomeBtn{
    width: 183px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px; 
    border-radius: 70px;
    background: #FFA924;
    cursor: pointer;
}
.qvctOutMainBox .qvctQuestionPage{
    width: 100%;
    padding: 150px 20px 200px;
    position: relative;
    z-index: 2;
}
.qvctOutMainBox .qvctQuestionPage .questionBox{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .question{
    max-width:950px ;
    color: #291B6A;
    text-align: center;
    font-family: Avenir;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 38px; 
    margin-bottom: 35px;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .optionBox{
    min-width: 360px;
    padding: 17px 25px;
    color: #000341;
    font-family: Avenir;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    border-radius: 12px;
    border: 1px solid rgba(0, 3, 65, 0.70);
    margin-bottom: 20px;
    cursor: pointer;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .checked{
    border-radius: 12px;
    border: 1px solid #6051A6;
    background: #6051A6;
    color: #FFF;

}
.qvctOutMainBox .qvctQuestionPage .questionBox .nextBtn{
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 70px;
    background: #B2B3C6;
    color: #FFF;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-top: 50px;
    cursor: pointer;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .actived{
    background: #171A52;
    color: #fff;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .flexOptionBox{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.qvctOutMainBox .qvctQuestionPage .quesiton2 .flexOptionBox .optionBox{
    width: 660px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .flexOptionBox .showTipBox{
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 10px;
    flex-shrink: 0;
    background: url('../img/handicap/sol_question@2x.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .flexOptionBox .showTipBox .TipsInfoBox{
    display: inline-block;
    width: 320px;
    padding: 25px;
    color: #000341;
    font-family: Avenir;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    border-radius: 8px;
    border:1px solid rgb(186, 183, 221);
    position: absolute;
    top:30px ;
    left:-30px;
    background: #fff;
    display: none;
    z-index: 2;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .flexOptionBox .showTipBox .TipsInfoBox span{
    width: 15px;
    height: 8px;
    background:url('../img/handicap/sol_dropdown_arr@2x.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -8px;
    left: 31px;
}
.qvctOutMainBox .qvctQuestionPage .questionBox .flexOptionBox .showTipBox:hover .TipsInfoBox{
    display: inline-block;
}

.qvctOutMainBox .qvctQuestionPage .quesiton3 .question{
    max-width:977px ;
}

.qvctOutMainBox .qvctQuestionPage .quesiton5 .progressOutBox{
    display: flex;
    align-items: flex-end;
}
.qvctOutMainBox .qvctQuestionPage .quesiton5 .progressOutBox .baseNum{
    color: #999;
    font-family: Avenir;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    margin: 0 15px;
}
.qvctOutMainBox .qvctQuestionPage .quesiton5 .inputBox{
    margin-top: 87px;
    position: relative;
}
.qvctOutMainBox .qvctQuestionPage .quesiton5 .inputBox input[type=range]{
    -webkit-appearance: none;
    background: -webkit-linear-gradient(#291B6A, #291B6A) no-repeat, #D9D4F0;
    background-size: 0% 100%;
    height: 11px;
    border-radius: 14.2px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    width: 250px !important;
    height: 18px !important;
}
.qvctOutMainBox .qvctQuestionPage .quesiton5 .inputBox input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    background: #291B6A;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(103, 80, 164, 0.08);
    position: relative;
}
.qvctOutMainBox .qvctQuestionPage .quesiton5 .inputBox .rangeMask{
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
    left: -16px;
    top: -20px;
    background: rgba(103, 80, 164, 0.08);
    z-index: 1;
}
.qvctOutMainBox .qvctQuestionPage .quesiton5 .inputBox .rangeShow{
    width: 42px;
    height: 39px;
    line-height: 10px;
    position: absolute;
    left: -7px;
    top: -62px;
    background: url('../img/nosOffers/Group 1924.png') no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 12px;
}
.qvctOutMainBox .qvctQuestionPage .quesiton5 .nextBtn{
    margin-top: 70px;
}
.qvctOutMainBox .qvctQuestionPage .waitBox {
    position: absolute;
    left:-100000px;
    top: 0;
}


.calendarOutMainBox{
    width: 100%;
    padding: 200px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.calendarOutMainBox .flexOutBox{
    display: flex;
}
.calendarOutMainBox .flexOutBox .calendarBox{
    width: 710px;
    height: 238px;
    border-radius: 16px ;
    box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.20);
}
.calendarOutMainBox .flexOutBox .calendarBox .calendarHeader{
    width: 100%;
    height: 63px;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(90deg, #6847FF 0%, #896CFA 100%);
    display: flex;
}
.calendarOutMainBox .flexOutBox .calendarBox .calendarHeader div{
    width: 142px;
    height:63px;
    line-height: 63px;
    text-align: center;
    color: #FFF;
    font-family: Avenir;
    font-size: 15px;
    font-weight: 500;
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBox{
   display: flex;
   border-top: 0;
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBo2{
   display: none
}

.calendarOutMainBox .flexOutBox .calendarBox .needRadio{
   border-radius: 0 0 16px 16px;
   overflow: hidden;
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .eachDate{
    width: 142px;
    height: 175px;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBo2 .eachDate{
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .eachDate:nth-child(5n){
    border-right: 0;
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .checked{
    background: rgba(125, 94, 253, 0.15);
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .eachDate .num{
    color: #C0C0C0;
    font-family: Avenir;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .checked .num{
    color: #6D4DFF;
}
.calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .eachDate .icon{
    width: 65px;
    height: 65px;
    margin: 14px auto 0;
}
.calendarOutMainBox .flexOutBox .infoOutBox{
    width: 446px;
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #B8B8DD; 
    background: #FFF;
    box-shadow: 0px 25px 35px 0px rgba(42, 30, 91, 0.30);
    margin-left: 34px;
    position: relative;
}
.calendarOutMainBox .flexOutBox .infoOutBox .toe{
    width: 30px;
    height: 16px;
    background: url('../img/handicap/sol_dropdown_arr@2x.png') center top no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
    position: absolute;
    left: -23px;
    top:120px ;
}
.calendarOutMainBox .flexOutBox .titleBox{
   display: flex;
   align-items: center;
   color: #000;
   font-family: Avenir;
   font-size: 25px;
   font-weight: 900;
   margin-bottom: 25px;
}
.calendarOutMainBox .flexOutBox .titleBox .icon{
   width: 25px;
   height: 25px;
   margin-right: 5px;
}
.calendarOutMainBox .flexOutBox .icon1{
    background: url('../img/handicap/sol_calendar_img_1@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon2{
    background: url('../img/handicap/sol_calendar_img_2@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon3{
    background: url('../img/handicap/sol_calendar_img_3@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon4{
    background: url('../img/handicap/sol_calendar_img_4@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon5{
    background: url('../img/handicap/sol_calendar_img_5@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon6{
    background: url('../img/handicap/sol_calendar_img_6@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon7{
    background: url('../img/handicap/sol_calendar_img_7@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon8{
    background: url('../img/handicap/sol_calendar_img_8@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon9{
    background: url('../img/handicap/sol_calendar_img_9@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .icon10{
    background: url('../img/handicap/sol_calendar_img_10@2x.png') no-repeat;
    background-size: 100% 100%;
}
.calendarOutMainBox .flexOutBox .eachShaBi{
   margin-bottom: 30px;
   cursor: pointer;
}
.calendarOutMainBox .flexOutBox .eachShaBi .label{
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.calendarOutMainBox .flexOutBox .eachShaBi .label .bigT{
    max-width: 320px;
    color: #171A52;
    font-family: Avenir;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 9px;
    position: relative;
}
.calendarOutMainBox .flexOutBox .eachShaBi .label .bigT::after{
    height: 10px;
    width: 62px;
    content: '';
    background:#FDB02C ;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
}
.calendarOutMainBox .flexOutBox .eachShaBi .label .bigT span{
    position: relative;
    z-index: 2;
}
.calendarOutMainBox .flexOutBox .eachShaBi .label div{
    display: flex;
    align-items: center;
}
.calendarOutMainBox .flexOutBox .eachShaBi .label .isRightIcon{
    color: #47CC74;
    font-family: Avenir;
    font-size: 13px;
    font-weight: 800;
}
.calendarOutMainBox .flexOutBox .eachShaBi .label .isRightIcon span{
    width: 15px;
    height: 15px;
    background: url('../img/handicap/sol_calendar_check@2x.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}
.calendarOutMainBox .flexOutBox .eachShaBi .text{
    color: #555;
    font-family: Avenir;
    font-size: 15px;
    font-weight: 500;
}

.calendarOutMainBox .flexOutBox .grayShaBi .label .bigT::after{
    background:#ddd ;
}
.calendarOutMainBox .flexOutBox .grayShaBi .label .bigT,
.calendarOutMainBox .flexOutBox .grayShaBi .text{
    color: #bbb;
}
.calendarOutMainBox .coverOutBox{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    background: rgba(127, 118, 166, 0.6);
}
.calendarOutMainBox .coverOutBox .cover-main{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 563px;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
}
.calendarOutMainBox .coverOutBox .cover-main .cover-cancel{
    position: absolute;
    right: 25px;
    top: 25px;
    width: 21px;
    height: 21px;
    cursor: pointer;
    font-size: 30px;
     color: #979797;
}
.calendarOutMainBox .coverOutBox .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;
}

.calendarOutMainBox  .coverOutBox .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;
}

.calendarOutMainBox .coverOutBox .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;
}

.calendarOutMainBox .coverOutBox .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;
}

.calendarOutMainBox .coverOutBox .cover-main .email-item::placeholder {
    display: inline-block;
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #999;
}

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


.calendarOutMainBox .description{
    max-width: 515px;
    color: #291B6A;
    text-align: center;
    font-family: Avenir;
    font-size: 18px;
    font-weight: 800;
    margin-top: 50px;
}.calendarOutMainBox a{
    width: 192px;
    height: 51px;
    border-radius: 70px;
    background: #171A52;
    text-align: center;
    line-height: 51px;
    color: #FFF;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.7px;
    cursor: pointer;
    margin-top: 25px;
}
.qvcHtml .coverOutBox{
    display: none;
}
.qvcHtml .mobileQuestion2ShowTipBox{
    display: none;
}
@media only screen and (max-width:999px){
    .qvctOutMainBox{
        height: auto;
    }
    .qvcHtml .qcvtMainBg{
        background-size: auto 325px;
    }
    .qvctOutMainBox .qvctQuestionPage .quesiton2 .flexOptionBox .optionBox{
        width: 80%;
    }
    .calendarOutMainBox .flexOutBox{
        padding: 0px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .calendarOutMainBox .flexOutBox .calendarBox{
        width: 100%;
        border-radius: 0;
        height: auto !important;
    }
    .calendarOutMainBox .flexOutBox .infoOutBox {
        width: 90%;
       margin-left: 0;
       margin-top: 30px;
    }
    .calendarOutMainBox .flexOutBox .infoOutBox .toe {
        transform: rotate(-90deg);
        transform: unset;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: -16.4px;
    }

    .qvctOutMainBox .qvctQuestionPage .questionBox .flexOptionBox .showTipBox:hover .TipsInfoBox{
        display: none;
    }

    .qvcHtml .mobileQuestion2ShowTipBox{
       width: 100%;
       height: 100%;
       position: fixed;
       top: 0;
       left: 0;
       background: rgba(41, 27, 106, 0.6);
       display: flex;
       align-items: center;
       justify-content: center;
       padding:20px ;
       display: none;
       z-index: 120;
    }
    .qvcHtml .mobileQuestion2ShowTipBox .content{
       width: 100%;
       height: auto;
       background: #fff;
       padding:40px 20px 30px;
       color: #000341;
        font-family: Avenir;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px; 
        position: relative;
        border-radius: 20px;
    }
    .qvcHtml .mobileQuestion2ShowTipBox .content .cancel{
        position: absolute;
        right: 15px;
        top: 15px;
        width: 15px;
        height: 15px;
        cursor: pointer;
        font-size: 30px;
         color: #979797;
    }
    .qvcHtml .calendarOutMainBox .coverOutBox{
        padding: 20px;
    }
    .calendarOutMainBox .coverOutBox .cover-main{
        width: 100%;
        height: auto;
    }
    .calendarOutMainBox .coverOutBox .cover-main .email-item{
        width: 100%;
    }
    .calendarOutMainBox .flexOutBox .calendarBox .calendarHeader div{
        width:20%
    }
    .calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .eachDate{
        width: 20%;
        height: 80px;
        position: relative;
    }
    .calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .eachDate .icon{
        width: 30px;
        height: 30px;
        margin: 0;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }
    .calendarOutMainBox{
        padding: 70px 0 300px;
        height: auto;
        min-height: 100%;
    }
    .calendarOutMainBox .flexOutBox .calendarBox .dateOutBox .eachDate .num{
        font-size: 22px;
    }
    .calendarOutMainBox .flexOutBox .calendarBox .calendarHeader{
        border-radius: 0;
    }
    .calendarOutMainBox .description{
        padding: 0 20px;
    }
    .calendarOutMainBox .flexOutBox .calendarBox .needRadio{
        border-radius: 0;
    }
    .calendarOutMainBox a{
        width: 295px;
        height: 46px;
        line-height: 46px;
    }
}

@media only screen and (max-width:400px){
    .qvctOutMainBox .qvctQuestionPage .quesiton2 .flexOptionBox .optionBox{
        /* width: 70%; */
        min-width: 300px;
    }
}