.menu-left-list {
    list-style: none;
    padding-top: 23px;
    height: 100%;
}
.menu-left-list-item.active {
    color: #3e68fa;
    font-weight: 700;
    background-color: #f3f7ff;
    border-left: 3px solid #3e68fa;
}
.menu-left-list-item {
    height: 47px;
    line-height: 47px;
    padding-left: 43px;
    font-size: 15px;
    color: #999;
    position: relative;
    cursor: pointer;
    border-left: 3px solid #fff;
}
.content-box{
    padding: 40px;
}
.content-box .box-row{
    font-size: 18px;
    font-weight: 500;

    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCE1E6;


}
.content-box .box-title{
    padding-top: 10px;
    color: #000;
    font-size: 18px;
    line-height: 28px;
}
.content-box .item{
    display: flex;
    flex-direction: row;
    padding: 3px 0px;
}
.content-box .item .title{
    width: 120px;
    color: #787878;
    font-size: 14px;
}
.content-box .item .value{
    font-size: 14px;
    color: #000;
}
.info-item{
    font-size: 13px;
}
.intro_container{
    background: linear-gradient(rgb(0, 135, 214) 0%, rgb(12, 156, 240) 100%);
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px);
    border-radius: 8px;
    padding: 20px;
}
.intro_header_title{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    height: 39px;
    line-height: 39px;
    margin-bottom: 30px;
}
.intro_content{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.intro_content_left{
    flex: 1;
}
.intro_content_left .item{
    color: #fff;
    padding: 0px;
}
.intro_content_left .item .title{
    color: #fff;
    width: 70px;
}
.intro_content_left .item .value{
    color: #fff;
}

.intro_content_right{
    display: flex;
    flex-direction: row;
    padding-top:20px;
}

.radio-box{
    display: flex;
    flex-direction: row;
}
.radio-box .item{
    padding: 5px 10px;
    color: #174f99;
    /*border-color: #174f99;*/
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #f5f6f7;
}
.user-count-box{
    padding: 16px 20px 14px;
    background:#f6f6f7;
    border-radius: 8px;
    color:#10141a;
    margin: 30px 0;
}
.product_item_right{
    display: flex;
    align-items: center;
    align-self: flex-end;
}
.stepperWrapper {
    align-items: center;
    height: 32px;
    display: flex;
    background: #fff;
    border-radius: 4px;
    padding: 4px 2px;
    box-sizing: border-box;
}
.stepperWrapper button {
    position: relative;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    color: rgba(11, 18, 26, 0.6);
    vertical-align: middle;
    background: #fff;
    border: 0;
    cursor: pointer;
}
.stepperWrapper .stepper_divide {
    height: 18px;
    width: 1px;
    margin: 0px 2px;
    background: rgba(6, 15, 26, 0.07);
}
.stepperWrapper .stepper_input_wrapper {
    display: flex;
    width: 72px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.stepperWrapper .stepper_input {
    caret-color: #267ef0;
    position: relative;
    padding: 0px 2px;
    background-color: #ffffff;
    box-sizing: border-box;
    min-width: 35px;
    width: auto;
    height: 24px;
    line-height: 24px;
    margin-right: 2px;
    padding: 0;
    color: #000000;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-width: 1px 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    font-size: 18px;
    line-height: 24px;
}
.stepperWrapper .stepper_input_unit {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}
.stepperWrapper.stepperWrapper_PC .stepper_input_unit {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #000000;
}
.stepperWrapper button {
    position: relative;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: 0;
    padding: 0;
    color: rgba(11, 18, 26, 0.6);
    vertical-align: middle;
    background: #fff;
    border: 0;
    cursor: pointer;
}

.stepperWrapper .stepper_minus::before {
    height: 1.5px;
    width: 50%;
}
.stepperWrapper .stepper_minus ::before, .stepperWrapper .stepper_plus ::before, .stepperWrapper .stepper_minus ::after, .stepperWrapper .stepper_plus ::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(11, 18, 26, 0.6);

    transform: translate(-50%, -50%);
    content: '';
}

.stepperWrapper .stepper_minus::before, .stepperWrapper .stepper_plus ::before,
.stepperWrapper .stepper_minus ::after, .stepperWrapper .stepper_plus ::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(11, 18, 26, 0.6);
    transform: translate(-50%, -50%);
    content: '';
}
.stepperWrapper .stepper_minus::before, .stepperWrapper .stepper_plus::before,
.stepperWrapper .stepper_minus::after, .stepperWrapper .stepper_plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(11, 18, 26, 0.6);
    transform: translate(-50%, -50%);
    content: '';
}

.stepperWrapper .stepper_minus::before, .stepperWrapper .stepper_plus::before,
.stepperWrapper .stepper_minus::after, .stepperWrapper .stepper_plus::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(11, 18, 26, 0.6);
    transform: translate(-50%, -50%);
    content: '';
}
.stepperWrapper .stepper_plus::before {
    height: 1.5px;
    width: 50%;
}
.stepperWrapper .stepper_plus::after {
    width: 1.5px;
    height: 50%;
}
.user-count-bottom{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.price{
    display: flex;
    align-items: baseline;
    overflow: hidden;
    flex: 1;
}
.real_price {
    color: #1b539a;
    font-family: 'DIN Alternate';
    letter-spacing: normal;
    letter-spacing: initial;

    display: flex;
    align-items: baseline;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;

    padding-right: 5px
}
.unit{
    font-family: 'PingFang SC', 'Helvetica Neue', 'Arial', 'Hiragino Sans GB', 'STHeiti', 'Microsoft YaHei', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: rgba(12, 18, 25, 0.7);
}
.production_item_name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
}
.name_btm_tips {
    margin-top: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #10141a;
    margin-top: 4px;
}
.product-ver{

}
.product_title{
    padding: 15px 0;
}
.portfolio-inner-masonary button {
    padding: 4px 20px;
    margin-right: 3px;
}
.expire_tips {
    padding-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.pay_bar_container{
    margin-top: 80px;
    border-top: 1px solid #DCE1E6;
    display: flex;
    flex-direction: row;
    padding:   20px ;
}
.pay-box{
    display: flex;
    flex-direction: row;
}
.pay-left{
    flex: 1;
}
.price_info {
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(10, 17, 26, 0.5);
}
.mng_buy_price_btn {
    min-width: 160px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-left: 16px;
    text-align: center;
    cursor: pointer;
}
.wwui_button__Blue {
    color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4490d6),to(#357fb8));
    background-image: linear-gradient(180deg,#4490d6 0,#357fb8);
    background-repeat: repeat-x;
    border-color: #2084ca;
    border-radius: 5px;
}
.wwui_button__White {
    color: #2084ca;
    background-color: white;
    border: 1px solid #2084ca;
    border-radius: 5px;
}
.price_info .unit {
    font-weight: 600;
    font-size: 16px;
    color: #174f99;
    padding-left: 10px;
}
.price_info .number {
    font-family: 'DIN Alternate';
    color: #174f99;
    font-weight: 700;
    font-size: 30px;
}
.wwui_button__Blue:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#61a6e6),to(#4890c7));
    background-image: linear-gradient(180deg,#61a6e6 0,#4890c7);
    background-repeat: repeat-x;
    border-color: #2971a2;
    color: #fff;
    text-decoration: none;
}
.row-box{
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}
.row-item{
    flex: 1;
}
.product-box{
    border: 1px solid #CCCCCC;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.product-box .product-row{
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.product-box .row-header{
    background-color: #CCCCCC;
}
.product-row .product{
    flex: 1;
    padding: 5px;
}
.product-row .amount{
    width: 200px;
    text-align: center;
}
.product-row .amount-info{
    width: 200px;
    margin: 20px
}
.product-title{
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}
.product-info{
    margin: 20px;
    flex: 1;
}
.product-info .item{
    padding: 0px;
}
.product-info .item .title {
    width: 90px;
}
.img-pay{
    border: 1px solid #CCCCCC;
}

.code_img {
    width: 260px;
    height: 260px;
    display: block;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
}

.but_box{
    margin: 0 auto;
    width: 286px;;
}
.but_1{
    background:#4CAF50;
}
.but_2{
    background: #2d78f4;
}
.but_box button {
    outline: none;
    border-radius: 10px;
    border: none;
    color: white;
    width: 120px;
    height: 36px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 20px 8px 0px;
    cursor: pointer;
}
.but_1 {
    background: #4CAF50;
}
.wx-help-img {
    width: 300px;
    height: 200px;
    margin: 110px 0 50px;
}





.privacyAgreementBox{font-weight: 300;text-align: center;color: #666; min-height:70px; margin-top: 10px;}
.privacyAgreementBox a{ color: #0564f5!important; font-weight: 300;}
.privacyAgreementBox .agreement_tip{
    color: #ff7559;
    font-size: 12px;
    padding: 5px 0 0;
}
input[type="checkbox"]{
    width: 20px;
    height: 20px;
    background: none;
    outline: none;
    border: 1px solid #999;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    vertical-align: text-bottom;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
    position:relative;
}
input[type="checkbox"]:focus{ outline:none; }
input[type="checkbox"]:checked {
    background: #0564f5;
    border-color: #0564f5;
}
input[type="checkbox"]:after {
    display: block;
    content: '';
    height: 8px;
    width: 12px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}


.wrap-form{
    position: relative;
    min-height: 540px;
    height: 100%;
    margin: 0 auto;
    background: unset;
    box-shadow: unset;
    border-radius: 8px;
}
.page-form .form-control {
    font-size: 15px !important;
}
.page-form .phone-btn {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-style: none;
    color: #fff;
    border-radius: 3px;
}








.theme-white .banner-form-des {
    color: #8a9299;
    font-size: 14px;
}
.theme-white .form-control {
    background: #edf5fa !important;
}
.theme-white .form-control{
    border: 1px solid  #edf5fa  !important;
}
.theme-white .form-control:focus{
    border: 1px solid  #228ee6  !important;
}
.theme-white .page-form .form-control {

    color: #adbecc;
}

.theme-white .phone-btn:hover {
    background:#3276b1 !important;
}

.theme-white .panel-body .success {
    background: #1fc695;
    color: #fff;
}
.theme-white .modal-wd-tip {
    background: #fff;
}
.theme-white .panel-body p {
    color:#8a9299;
}
.theme-white .code_des{
    color:#000 !important;
}
/*/company auto complete*/
.theme-white .companyNameList{
    background:#EDF5FA;
    max-height: 160px;
    width: 90%;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    padding: 0;
    border-top:1px solid #ffffff;
}
.theme-white .companyNameList li{
    padding: 2px 15px;
    width: 100%;
    list-style: none;
    color:#000;
    font-size: 13px;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 2em;

}
.theme-white .companyNameList li:hover{
    background: #45abff;
}
/*//////////*/

.theme-blue .modal-wd-close {
    background-color: #fff;
}


/* Theme  blue*/
.theme-blue {
    background-color: #ffffff;
    color: #6A7280;
}
.theme-blue .banner-form h2{color:#444D5C;}
.theme-blue .banner-form-des {
    color: #6A7280;
    font-size: 14px;
}
.theme-blue .form-control {
    background: #ffffff !important;
    color:#6A7280 !important;
    border: 1px solid #DFE3EB !important;
}
.theme-blue .form-control:focus{
    background: #edf5fa !important;
    color:#333;
}


.theme-blue .page-form .form-control {
    color: #adbecc;
}


.theme-blue .panel-body {
    background: #333c66;
}
.theme-blue .panel-body .success {
    background: #ffffff;
    color: #333c66;
}
.theme-blue .modal-wd-tip {
    color: #fff;
}
.theme-blue .panel-body p {
    color: #c4dff5;
}

.theme-blue .code_des{
    color:#fff;
}
.theme-blue .modal-wd-close {
    background-color: #333c66;
}
/*company autocomplete*/
.theme-blue .companyNameList{
    background: rgba(255, 255, 255, 0.8);
    max-height: 160px;
    width: 90%;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    padding: 0;
}
.theme-blue .companyNameList li{
    padding: 2px 15px;
    width: 100%;
    list-style: none;
    color:#000;
    font-size: 13px;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 2em;

}
.theme-blue .companyNameList li:hover{
    background: #45abff;
}

.page-form {
    border-radius: 8px;
    max-width: 482px;
    background: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgb(0 0 0 / 4%), 0 2px 4px 0 rgb(0 0 0 / 16%);
    border-radius: 8px;
    font-family: "-apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif";
}

.page-form h2 {
    margin-bottom: 12px !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-top: 28px;
}
.page-form p{
    font-size: 14px;
    margin-bottom: 20px;
}



.panel-body .left {
    width: 30%;
    float: left;
}
.panel-body .right {
    float: left;
    width: 70%;
}
.panel-body .success {
    font-size: 25px;
    background: #ffffff;
    border-radius: 70px;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 15px;
}
.panel-body img {
    width: 100px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}
.panel-body .title{
    font-size:30px !important;
}
.panel-body p {
    margin-bottom: 0px !important;
    font-size: 14px !important;
    width: 100%;
    float: left;
}
.btn-primary {

    margin: 0 auto;
    width: 160px !important;
}

.form-group {
    margin-bottom: 0px !important;
}

.post-content p {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
.btn {
    border-radius: 3px !important;
    width: 100% !important;
    padding: 8px 12px !important;
    font-size: 16px !important;
}
.text-danger {
    color: #ff7559 !important;
    line-height: 40px;
    height: 40px;
    float: left;
    font-size: 22px;
}

.form-horizontal{
    margin-bottom: 30px;
}

.notice-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    height: 24px;
    display: block;
    line-height: 24px;
}

.page-form h3 {
    text-align: center;
    color: #395a80;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
}

.page-form .Captcha-img {
    width: 100%;
    height: 40px;
    border-radius: 3px;
}

.page-form .form-control::-webkit-input-placeholder{color:#adbecc !important; font-weight: 300}
.page-form .form-control::-moz-placeholder{color:#adbecc !important; font-weight: 300}
.page-form .form-control:-moz-placeholder{color:#adbecc !important; font-weight: 300}
.page-form .control-label {
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
    text-align: center !important;
    font-size: 16px;
    font-weight: 300;
    padding-top: 0 !important;
}
.page-form .row {
    margin-left: 0px;
    margin-right: 0px;
}

.modal-wd-click a {
    color: #1b8df7;
    text-decoration: underline;
}


.form-msg .sub-btn {
    background-color: #96a4b4;
    color: #ffffff;
    height: 40px;
    text-align: center;
    width: 100%;
    border: none;
    margin-top: 10px;
    border-radius: 6px;
}


.form-control {
    height: 40px !important;
    border-radius: 3px !important;
    border: none !important;
    background: #edf5fa !important;
    box-shadow: none !important;
}
.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    font-size:14px;
    display: block;
    width: 30px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
}
.has-success .form-control-feedback {
    color: #21d2a7 !important;
}


.form-msg button{
    outline: none!important;
    background-color: var(--my-background-color);
    border-color: var(--my-border-color);

}
#nextStep {
    background-color: #0564f5;
    line-height: 22px;
    height: 42px;
}
.theme-blue .phone-btn {
    background: #0564f5 !important;
}


