/* #fk_bodybg {
    background: #f5f5f5 url(skin/images/fk_bg.png) no-repeat;
} */

.submit-modal-body {
    display: none;
}

.fk_logo {
    /* margin: 10px; */
}

.fk_content {
    width: 664px;
    background: #fff;
    margin: 70px auto 45px;
    padding: 34px 46px 35px;
    font-size: 12px;
    color: #7f8284;
    box-shadow: 0 9px 27px rgba(77, 93, 119, 0.2);
    border-radius: 5px;
}

.fk_content p {
    font-size: 12px;
    color: #7f8284;
    margin: 0px 0 10px
}



.layui-btn {
    background-color: #438aec;
}

.fk_content h1 {
    color: #d7373b;
    text-align: center;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 20px;
    width: 90%;
    float: right;
}

.fk_content hr {
    background: #e3e6ee;
    height: 6px;
    width: 591px;
    border-radius: 10px;
    border: 0;
    margin: 16px 0 30px;
}

.fk_content input:focus {
    border: 1px solid #82b1f2;
}



.fk_bottom {
    font-size: 20px;
    width: 664px;
    margin: 0 auto;
    padding-bottom: 35px;
}

.fk_bottom p {
    float: left;
    margin-left: 77px;
    font-size: 19px;
    text-align: left;
    line-height: 33px;
    color: #8f98a6;
}

.fk_bottom img {
    float: right;
    margin-right: 77px;
}

.layui-form-item {
    margin-bottom: 30px;
}

.layui-input-block {
    margin-left: 0px;
}

.layui-form-label {
    width: auto;
    padding: 0px;
    padding-bottom: 13px;
    text-align: left;
    color: #373d41;
    font-size: 14px;
    float: none;
}

.layui-form-label span {
    color: #d43538;
    margin-top: 1px;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
    margin-left: 10px;
}

#code {
    display: none;
    /* 默认隐藏 */
}

#change {
    display: none;
    width: 28% !important;
    padding: 0 !important;
    float: left;
    margin-right: 0px;
    line-height: 38px;
    margin-top: 26px;

}

#change span {
    border: 1px solid;
    border-radius: 50%;
    /* padding: 5px; */
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    margin-right: 5px;
}

#TencentCaptcha {
    width: 100%;
    height: 38px;
    border: none;
}

#mobile .layui-input-inline {
    width: 100%;
}

.mobile_layui-input-inline {
    width: 70% !important;
}

#code .layui-input-inline:nth-last-child(2) {
    width: 70%;
}
/* 底部表单多选样式 */
.ProductInformation {
    width: 644px;
    border: 1px solid #dadada;
    padding: 10px;
    height: auto;
    margin-bottom: 30px;
}
.ProductInformation ul li {
    display: inline-block;
    width: 49%;
    margin: 5px 0 5px;


}

.ProductInformation .layui-form-checkbox[lay-skin=primary] span {
    font-size: 12px;
    color: #7f8284;
}

.ProductInformation .layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    height: 14px;
}

.ProductInformation .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #d2d2d2;
}

@media screen and (max-width: 1024px) {
    .layui-layer {
        height: auto !important;
    }

    #mobile #change {
        float: left;
    }

    #code .layui-input-inline:nth-last-child(2) {
        float: left;
        width: 70% !important;
    }

    .layui-form-item .layui-input-inline {
        width: auto;
        margin: auto;
    }

    .fk_content hr {
        width: 100%;
    }

    .fk_content {
        width: auto;
        box-shadow: none;
    }

    .fk_content a {
        display: none;
    }

    .fk_content h1 {
        color: #d7373b;
        text-align: center;
        width: 100%;
    }

    .fk_content {
        margin-top: 20px;
        padding: 34px 20px 0px;
    }

    .fk_bottom span,
    .fk_bottom img {
        float: none;
        display: block;

    }

    .fk_bottom span,
    .fk_bottom img {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .fk_bottom {
        width: auto;
        margin: 0 auto;
    }

    #change {
        margin-top: 26px;
        margin-left: 2%;
    }
}

@media screen and (max-width: 450px) {

    /* .layui-form-item .layui-input-inline{
        width: initial !important;
    } */
    .layui-form-item .mobile_layui-input-inline {
        width: 70% !important;
        float: left;
    }
}
