@charset "UTF-8";
.all {
    margin-top: 80px;
    color: #fff;
    background-size: cover;
    background-image: url(../img/contact_bg.jpg);
    background-position: left top;
}
.all .a_btn .button_bg{
    background: #0460A9;
}
.all>.wrap{
    backdrop-filter: blur(4px);
}
.all a{
    color: #fff;
}
.title{
    font-weight: bold;
}
.flx{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flx>div{
    width: 200px;
}
.flx>div:last-child{
    width: 370px;
}
.flx .title{
    /*color: #212121;*/
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 13px;
}
.flx .subtitle{
    /*color: silver;*/
    margin-top: 7px;
    font-weight: bold;
}
.flx1 a{
    /*color: #212121;*/
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    transition: all 0.5s;
}
.flx1 a:hover{
    /*color: #0460A9;*/
}
.flx2 img{
    width: 100%;
}
.flx2 .mao{
    margin-top: 5px;
}
.flx2 .mao a{
    /*color: #0460A9;*/
}


.platform{
    display: flex;
}
.platform>a{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,0.8);
    transition: all 0.5s;
}
.platform>a:hover{
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(255,255,255,1);
}


.all .layui-form-checkbox[lay-skin=primary] span{
    color: #fff;
}
.all .layui-form-checkbox[lay-skin=primary] i{
    width: 18px;
    height: 18px;
}
.all .layui-form-checked[lay-skin=primary] i{
        border-color: #0460A9 !important;
    background-color: #0460A9;
}
.all .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #0460A9;
}
.contact_form .layui-form{

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_form .layui-form>div{
    width: calc((100% - 30px)/2);
    margin-top: 20px;
}
.contact_form .a_btn{
    margin-left: auto;
    margin-right: auto;
    border-width: 0px;
}
.contact_form .layui-input{
    height: 50px;
}
.contact_form .must{
        display: flex;
    align-items: center;
    line-height: 1;
    flex-wrap: wrap;
}
.contact_form .must a{
    color: #ffffff;
    transition: all 0.5s;
}
.contact_form .must a:hover{
    color: #0460A9;
}
.store{
    display: none;
}
@media screen and (max-width: 1200px) {
    .all {
        margin-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    .contact_form .layui-form{
        width: 100%;
    }
    .contact_form .layui-form>div{
        width: 100%;
        margin-top: 15px;
    }
    .flx>div{
        width: 48%;
    }
    .flx>div:last-child {
        width: 100%;
    }
    .contact_form .must{
        justify-content: center;
    }
    .contact_form .must>div{
                text-align: center;
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding-left: 0;
        justify-content: center;
    }
    .all .layui-form-checkbox[lay-skin=primary] span{
        padding-left: 10px;
        padding-right: 0;
    }
    .all .layui-form-checkbox[lay-skin=primary] i{
        position: relative;
    }
}

