.common-side-sing {
    z-index: 999;
    position: fixed;
    bottom: 40px;
    right: 15px;
    width: 72px;
}
.side-white{
    width: 72px;
    padding-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    /*box-shadow: 0 0 10px rgba(245, 29, 66, 0.4);*/
    border-radius: 5px;
}
.side-back{
    margin-top: 10px;
    width: 72px;
    background: #2D66F5;
    padding: 16px  11px 14px 11px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #E7E7E7;
    cursor: pointer;
}
.side-back img{
    width: 26px;
    height: 26px;
}
.side-back-text{
    margin-top: 4px;
    font-size: 12px;
    color: #FFFFFF;
}
.side-index-sing {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 13px;
    cursor: pointer;
}
.side-index-sing .iconfont {
    font-size: 26px;
    color: #404757;
}
.index-text-sing {
    margin-top: 4px;
    text-align: center;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
}
.side-line-sing {
    margin-left: 16px;
    margin-top: 5px;
    width: 40px;
    height: 1px;
    background: #E7E7E7;
    opacity: 1;
    border-radius: 1px;
}
/*---- 首页轮播导航 ----*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px 7px;
}

.swiper-pagination-bullet {
    margin: 0 3px;
    background: #fff;
    border-radius: 4px;
    outline: none;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background: #fff;
    width: 25px;
    height: 8px;
    opacity: 1;
    transition: .2s ease-in-out;
}

.adviser-pagination .swiper-pagination-bullet-active {
    width: 25px;
    height: 10px;
    background: #2563E2;
}

.adviser-pagination span {
    width: 12px;
    height: 10px;
    background: #D5D6E1;
    border-radius: 50px;
}
/*---- 步骤 ----*/
.step-box{
    padding-top: 57px;
    width: 100%;
    height: 202px;
    background: #EDEDF2;
    display: flex;
    /*align-items: center;*/
}
.step-box-common{
    width: 980px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.step-box-info{
    position: relative;
}
.step-title{
    height: 46px;
    width: 46px;
    background: #0085F9;
    box-shadow: 0 0 0 7px rgba(0, 133, 249, 0.2);

    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    border-radius: 50%;
}
.step-text{
    width: 128px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    bottom: -50px;
    left: -40px;
    position: absolute;
}
.step-line{
    height: 1px;
    background: #D8D8D8;
    width: 200px;
    margin: 0 20px;
    flex-shrink: 0;
}
/*---- 问题form ----*/
.problem-form{
    width: 100%;
    background: #F1F5FA;
    border-radius: 6px;
    padding-top: 40px;
}
.problem-form-box{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.problem-form-title{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: 50px;
    background: #E8F3FF;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;

}
.problem-form-title img{
    width: 14px;
    height: 14px;
    margin-right: 10px;
}
.warn-text{
    font-size: 14px;
    color: #0085F9;
    line-height: 20px;
}
.enter-box-item{
    display: flex;
    align-items: center;
    width: 288px;
    height: 50px;
    border: 1px solid #DFE0E4;
    border-radius: 6px;
    position: relative;
    background: #ffffff;
}
.enter-box-phone .layui-input{
    padding-left: 20px!important;
}
.problem-form .layui-input{
    border: none;
    padding-left:10px;
    height: 22px;
    line-height: 22px;
}
.phone-number-type{
    padding-left: 5px;
}
.problem-form .layui-input::placeholder{
    font-size: 16px;
    color: #999999;
}
.select-input-yimin .placeholder{
    position: relative;
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
    height: 22px;
}
.select-input-mudi .placeholder{
    position: relative;
    font-size: 16px;
    color: #999999;
    margin-left: 10px;
    height: 22px;
}
.whatapp::placeholder{
    font-size: 14px;
}

.label-name{
    flex-shrink: 0;
    font-size: 16px;
    color: #222222;
    padding-left:15px;
    height: 22px;
    line-height: 22px;
    font-weight: 600;
}
.label-name span{
    font-size: 16px;
    color: #FF0000;
    font-weight: 600;
}
/*.clear-input{*/
/*    !*display: none;*!*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 16px;*/
/*}*/
select:valid{
    color: red;
}
.contract-from-box{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
    flex-wrap: wrap;
}
.cmz-select input{
    font-weight: 500!important;

}
.cmz-select{
    padding-right: 0px!important;
    width: 50px!important;
}
.form-select-icon{
    position: absolute;
    top: 22px;
    left: 122px;
}
.form-select-icon img{
    width: 21px;
    height: 6px;
}
.send-code{
    position: absolute;
    right: 20px;
    top: 13px;
    line-height: 21px;
    font-size: 16px;
    color: #0085F9;
    background: transparent;
    border: none;
    cursor: pointer;
}
.wx-item .label-name{
    font-size: 14px;
}
.wx-item input::placeholder{
    font-size: 14px!important;
}
.send-code.disabled {
    cursor: not-allowed;
}
.error {
    color: red;
}
.select-input-yimin{
    position: relative;
}
.icon-select{
    position: absolute;
    right: 15px;
    top: 22px;
}
.icon-select img {
    width: 11px;
    height: 6px;
}
.select-contrast .enter-box-item .icon-select img {
    width: 18px;
    height: 10px;
}
.hidden {
    display: none!important;
}
/*.select-input-yimin:focus  .select-down{*/
/*    display: block;*/
/*}*/
/*.select-input-yimin:focus  .select-up{*/
/*    display: none;*/
/*}*/
/*.item1:focus  .select-down{*/
/*    display: block;*/
/*}*/
/*.item1:focus  .select-up{*/
/*    display: none;*/
/*}*/
/*.item2:focus  .select-down{*/
/*    display: block;*/
/*}*/
/*.item2:focus  .select-up{*/
/*    display: none;*/
/*}*/
.form-small{
    width: 288px
}
.form-lager{
    width: 592px;
    margin-top: 5px;
}
.contrast-btn{
    margin-top: 5px;
    width: 140px;
    height: 50px;
    background: #0085F9;
    box-shadow: 0px 3px 10px 0px rgba(0,133,249,0.3);
    border-radius: 5px;
    padding: 14px 24px;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;

}
.contrast-btn img{
    margin-top: 2px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
/* --- 项目对比区域 ---*/
.contrast{
    /*height: 876px;*/
    width: 100%;
    background: #ffffff;
    padding-top: 50px;
    box-sizing: border-box;
}
.contrast-box{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.contrast-box-title{
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #29345C;
    margin-bottom: 40px;
}
.select-contrast{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.select-contrast .enter-box-item{
    width: 585px;
    height: 76px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #D7D7D7;
}
.select-contrast  .icon-select{
    position: absolute;
    right: 15px;
    top: 35px;
}
.select-contrast  .label-name{
    font-weight: 600;
    font-size: 24px;
    color: #999999;
    padding-left: 30px;
}
.contrast-info{
    font-size: 14px;
    color: #0085F9;
    line-height: 20px;
    margin-top: 10px;
}
.nav-item-select1 {
    position: absolute;
    top: 59px;
    left: 90px;
    /*width: 486px;*/
    /* height: 435px; */
    padding: 12px;
    cursor: default;
    background: #fff url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/menu_logo.png") no-repeat 310px 96px/165px 164px;
    background: #fff url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/menu_logo.png") no-repeat 310px 96px/165px 164px;
    box-shadow: 0 3px 10px rgba(0, 103, 237, 0.26);
    border-radius: 5px;
    z-index: 9999;
}
.nav-item-select1 .menu-l-item-link:hover {
    color: #1D2143;
}
.nav-item-select {
    position: absolute;
    top: 59px;
    left: 90px;
    /*width: 486px;*/
    /* height: 435px; */
    padding: 12px;
    cursor: default;
    background: #fff url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/menu_logo.png") no-repeat 310px 96px/165px 164px;
    background: #fff url("https://ydimmi.oss-cn-beijing.aliyuncs.com/static/pc/image/common/menu_logo.png") no-repeat 310px 96px/165px 164px;
    box-shadow: 0 3px 10px rgba(0, 103, 237, 0.26);
    border-radius: 5px;
    z-index: 9999;
}
.nav-item-select .menu-l-item-link:hover {
    color: #1D2143;
}
.contrast-emtry{
    /*height: 663px;*/
    border-radius: 8px;
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.contrast-emtry-box{
    width: 384px;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contrast-emtry img{
    width: 353px;
    height: 402px;
}
.contrast-emtry-text{
    font-size: 24px;
    color: #B1B1C3;
    position: absolute;
    bottom: 15px;
}
.project-first,.project-second{
    width: 476px;
    height: 100%;
    background: #F8FAFF;
    border-radius: 8px;
    padding: 0 24px;
    box-sizing: border-box;
}
.project-contrast-info{
    color: #FFFFFF;
    width: 200px;
    height: 100%;
    background: linear-gradient( 90deg, #0095F9 0%, #0085F9 100%);
    border-radius: 8px;
    margin: 0 24px;
    padding: 0 24px;
    box-sizing: border-box;
}
.project-contrast-info .contrast-item{
    border-color: #FFFFFF;
    font-weight: 600;
}
.contrast-item:first-child{
    min-height: 116px!important;
    font-size: 22px!important;
    font-weight: 600;
}
.contrast-item{
    width: 100%;
    padding: 40px 0;
    min-height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #DDDDDD;
    font-size: 18px;
}
.contrast-item:nth-child(2){
    font-weight: 600;
}
.contrast-item:last-child{
    border-bottom: none;
}

.contrast-item-value{
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    word-break: break-all;
    /*text-align: center;*/
}
.select-input-value .contrast-item-value{
    text-align: center;
}
.core-requirements-content .contrast-item-value,.project-advantages-content .contrast-item-value{
    align-items: flex-start;
}

.select-input-value .contrast-item-data::before{
    height: 0!important;
}
.contrast-item-data:first-child::after,.contrast-item-data:last-child::after{
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: 0;
    display: block;
    background-image: repeating-linear-gradient(
            to right,
            #DDDDDD 0px,
            #DDDDDD 4px,
            transparent 4px,
            transparent 8px
    );
}
.contrast-item-data:nth-child(2)::after{
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: 0;
    display: block;
    background-image: repeating-linear-gradient(
            to right,
            #FFFFFF 0px,
            #FFFFFF 4px,
            transparent 4px,
            transparent 8px
    );
}
.select-input-value .contrast-item-data{
    border-radius: 5px 5px 0 0 ;
}
.select-input-value .contrast-item-value{
    font-size: 22px;!important;
    min-height: 124px;
    max-width: 308px!important;
    margin: 0 auto;
    font-weight: 600;
}
.budget-box-content .contrast-item-value{
    font-weight: 600;
}
.contrast-item-data{
    color: #29345C;
    padding: 0 20px;
    /*font-weight: 600;*/
    position: relative;
}
.contrast-item-data:first-child,.contrast-item-data:last-child{
    background: #F8FAFF;
}
.contrast-item-data:nth-child(2){
    background: #0085F9!important;
    color: #FFFFFF;
    font-weight: 600;

}
.contrast-item-data:nth-child(2) .contrast-item-value{
    border-color: #FFFFFF;
    align-items: center;
}
.contrast-item-data:first-child,.contrast-item-data:nth-child(3){
    width: 476px;
}

.contrast-item-data:nth-child(2){
    width: 200px;
    margin: 0 24px;
}
.common-footer{
    margin-bottom: 0!important;
}
.select-input-value,
.overall-cycle-content,
.budget-box-content,
.trial-cycle-content,
.overall-cycle-content,
.core-requirements-content,
.project-advantages-content,
.contrast-wrapper{
    display: flex;
}
.piece-low,.time-low{
    /*width: 95px;*/
    height: 30px;

    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;

}
.piece-low img,.time-low img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.piece-low{
    background: #E8F3FF;
    color: #0085F9;
    /*width: 100px;*/
    /*margin-left:95px;*/
}
.time-low{
    background: #FFEEE4;
    color: #FF5608;
}
.project-advantages-content .contrast-item-data{
    /*border-radius:  0 0 5px 5px;*/
}
.contrast-data{
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}
.country-box{
    width: 100%;
    height: 116px;
    background: #F9F9FB;
    border-radius: 6px;
}
.country-box-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 36px;
}
.country-box-content .project1{
    margin-left: 170px;
}
.country-box-content .project2{
    margin-right:330px ;
}
.country-box-content img{
    width: 85px;
    height: 56px;
}
.budget-box{
    width: 100%;
    background: #F9F9FB;
    border-radius: 6px;
    margin-top: 40px;
}
.budget-box-title{
    font-weight: 600;
    font-size: 20px;
    color: #444444;
    padding-left: 29px;
    line-height: 65px;
    height: 65px;
    border-bottom: 1px solid #E8E8E8;
}
.budget-box-content{
    /*flex-direction: column;*/
}
.budget-box-content .project1{

}
.budget-box-content .project2{
}

.budget-box-text{

}
.trial-cycle{
    width: 100%;
    background: #F9F9FB;
    border-radius: 6px;
    margin-top: 40px;
}

.trial-cycle-content{

}
.trial-cycle-content .project1{


}
.trial-cycle-content .project2{

}
.trial-cycle-text{

}
.overall-cycle{
    width: 100%;
    background: #F9F9FB;
    border-radius: 6px;
    margin-top: 40px;
}
.overall-cycle-content{
}
.overall-cycle-content .project1{


}
.overall-cycle-content .project2{

}
.overall-cycle-text{

}
.core-requirements{
    width: 100%;
    background: #F9F9FB;
    border-radius: 6px;
    margin-top: 40px;
}
.core-requirements-content{

}
.core-requirements-content  .project1{

}
.core-requirements-content  .project2{

}
.core-requirements-text{

}
.project-advantages{
    width: 100%;
    background: #F9F9FB;
    border-radius: 6px;
    margin-top: 40px;
}
.project-advantages-content{

}
.project-advantages-content  .project1{

}
.project-advantages-content  .project2{

}
.project-advantages-text{

}
.cmz-select .inputImg {
    right: -5px;
    font-size: 14px;
    z-index: 1;
}
.contrast-content{
    max-height: 546px;
    overflow: auto;
    width: calc(100% + 30px);
}
.contrast-wrapper{
    height: 20px;
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
}
.contrast-item-wrapper{
    border-radius:  0 0 5px 5px;
}
.contrast-wrapper .contrast-item-wrapper:first-child,.contrast-wrapper .contrast-item-wrapper:last-child{
    background: #F8FAFF;
    width: 476px;
}
.contrast-wrapper .contrast-item-wrapper:nth-child(2){
    background: #0085F9;
    width: 200px;
    margin: 0 24px;
}
