
#contact{
    position: relative;
    padding-top: 12rem;
    overflow: hidden;
}

.show-mobile{
    display: none;
}
.show-pc{
    display: block;
}

.icon-bluetick{
    color: #436aee;
}

.excessive{
    background: url("../img/backgroundShadow.png") no-repeat;
    background-size: 100% 100%;
    height: 416px;
    width: 100%;
    position: absolute;
    bottom: -60px;
    z-index: -10;
}


.contact-icon{
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 1.3rem;
    margin-top: -0.5rem;
    vertical-align: middle;
}

.icon-errormes{
    color: #F97C7C;
}


#contact .header-title{
    margin-top: 29px;
}
#contact .header-title p{
    color:#3D3652;
    margin: 12px 0;
}
#contact .explain{
    margin-top: 29px;
}
#contact .explain p{
    margin-right: 162px;
    line-height: 30px;
}
#contact .explain .full-width{
    margin-right: 0;
}
#contact .line{
    margin: 4rem 20rem 4rem 0;
    border: 1px solid #EDEFF5;
}



#contact .item li{
    margin-bottom: 1.6rem;
}


#contact .contact-from{
    /*max-width: 58px;*/
    position: relative;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(70, 68, 73, 0.2);
    margin-bottom: 100px;
}


#contact .from-element{
    font-size: 0;
    padding: 6rem 5rem 4rem;
}

#contact .from-result{
    position: absolute;
    padding: 60px 60px 40px;
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#contact .from-result .icon{
    display: block;
    margin: 172px auto 0;
    width: 52px;
    height: 52px;
}
#contact .from-result .icon-success{
    background: url("../img/contact-from-success.svg");
}
#contact .from-result .icon-error{
    background: url("../img/contact-from-error.svg");
}
#contact .from-result .result-title{
    margin-top: 5rem;
    font-size: 4.8rem;
    font-weight: 800;
    color: #3D3652;
}
#contact .from-result .result-info{
    margin-top: 5.3rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #727483;
}
#contact .from-result .result-btn{
    margin-top: 4.1rem;
    width: 136px;
    padding: 14px 0;
    border-radius: 27px;
}

#contact .from-result .result-info p{
    margin-bottom: 17px;
}
#contact .from-result .result-info p.mail{
    color: #A0B3F6;
}

.from-element input,.from-element select,.from-element textarea{
    resize:none;
    background-color: transparent;
    width: 100%;
}

/* placeholder 字体颜色 */
.from-element input::-webkit-input-placeholder {
    color: #C2C4D2;
}
.from-element input::-moz-input-placeholder {
    color: #C2C4D2;
}
.from-element input::-ms-input-placeholder {
    color: #C2C4D2;
}


.from-element .input-inline{
    padding: 0 10px;
    display: inline-block;
}

.from-element .input-inline{
    padding-left: 0;
}

.from-element .input-inline + .input-inline {
    padding-right: 0;
}

.from-element .input-item{
    margin-bottom: 15px;
}
.from-element .input-item textarea{
    padding: 0;
}
.from-element .input-element{
    padding: 12px 15px;
    background-color: #F5F7FC;
    border-radius: 8px;
    position: relative;
}

.contact-from .tick{
    font-size: 14px ;
    position: absolute;
    right: 17px;
}

.blur-border{
    border: 1px solid #F5F7FC;
}
.from-element .focus-border{
    border: 1px solid #436aee;
    background-color: #fff;
}
.from-element .warning-border{
    border: 1px solid #F57878;
    background-color: #fff;
}
.contact-merconBtnList{
    margin: 35px 0 26px 0;
}
.contact-tab{
    width: 134px;
    height: 42px;
    color: #436AEE;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.Consumers{
    display: none;
}
.contact-activate{
    background: #436AEE;
    border-radius: 21px;
    color: #ffffff;
}
.from-element .form-text-bottom{
    color: #727483;
    margin-top: 5px;
}

.from-element .input-button{
    margin: 2.8rem 0 0;
}



/**
select2 样式重写
 */
.select2-container--default .select2-selection--single{
    border: unset;
    background-color: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:24px;
    top:0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #436aee transparent transparent transparent;
    border-width: 6px 6px 0 6px;
    margin-left: -6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #436aee transparent;
    border-width: 0 6px 6px 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b.tick-waring{
    border-color: #F57878 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b.tick-waring{
    border-color: transparent transparent #F57878 transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0;
}
.select2-results{
    font-size: 16px;
    margin: 18px 0;
    border: 1px solid #C2C4D2;
    box-shadow: 0 16px 24px 0 rgba(24, 6, 2, 0.2);
    border-radius: 08px;
    overflow: hidden;
    background: #fff;
}
.select2-results__option--selectable,.select2-results__option{
    padding-left: 16px;
}

.select2-container--open .select2-dropdown--below,.select2-container--open .select2-dropdown--above{
    border: none;
    background-color: transparent;
    margin-left: -17px;
}

.select2-container--default .select2-results__option--selected{
    background: unset;
    color: #436aee;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #436aee;
    color: #fff;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
    width: 6px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
    background-color: #C2C4D2;
    border-radius: 3px;
}
.select2-container .select2-selection--single{
    height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px;
}


@media (max-width:1024px ) {

    #contact .show-mobile{
        display: block;
    }
    #contact .show-pc{
        display: none;
    }

    #contact .contact-content>div{
        width: 100%;
    }
    #contact .explain p{
        margin-right: 0;
    }

    #contact .line{
        margin: 4rem 0;
    }

    #contact .contact-from{
        border-radius: 15px;
        margin-top: 28px;
        margin-bottom: 55px;
    }

}


@media (max-width:768px ) {

    #contact{
        padding-top: 0;
    }

    .contact-icon{
        width: 4.4rem;
        height: 4.4rem;
    }

    #contact .explain{
        margin-top: 20px;
    }
    #contact .explain p{
        font-size: 15px;
        line-height: 20px;
    }


    .from-element .input-element{
        padding: 12px 9px;
    }
    .tick-waring{
        width: 14px;
        hright: 14px;
    }
    .font-semibold .icon-bluetick{
        font-size: 20px;
        margin-left: -30px;
    }

    .icon-bluetick{
        font-size: 20px;
    }


    #contact .from-element{
        padding: 6rem 4rem 4.8rem;
    }

    .oac-mobile{
        margin-left: 5.7rem;
    }
    .oac-mobile img{
        margin-left: -5.7rem;
    }

}



