@media only screen and (max-width: 1424px) {
    .footer-center > .center > .info-wrapper > .info-row {
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 992px) {
    .footer-bottom-top {
        padding-left: 10% !important;
        padding-right: 10% !important;
    }
    .footer-bottom-top > .footer-logo {
        text-align: center;
    }
    .footer-bottom-top > .footer-logo > div {
        text-align: center;
    }
    .footer-bottom-top > .footer-other > .footer-contact > .tel-wrapper > div {
        text-align: center;
    }
    .footer-bottom-top > .footer-other > .footer-link > a {
        width: 49%;
        margin: 0 !important;
        box-sizing: border-box;
        padding: 0.2rem;
    }
    .footer-bottom-top > .footer-other > .footer-link > a:nth-child(1) {
        text-align: right;
    }
    .footer-bottom-top > .footer-other > .footer-link > a:nth-child(2) {
        text-align: left;
    }
    .footer-bottom-top > .footer-other > .footer-link > a:nth-child(3) {
        text-align: right;
    }
    .footer-bottom-top > .footer-other > .footer-link > a:nth-child(4) {
        text-align: left;
    }
    .footer-bottom-top > .footer-other > .footer-link > a:nth-child(5) {
        text-align: right;
    }
    .footer-bottom-top > .footer-other > .footer-link > a:nth-child(6) {
        text-align: left;
    }
    .footer-bottom-top > .footer-other > .footer-link > a:last-child {
        width: 100%;
        text-align: center;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}
input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-search-cancel-button {
    display: none;
}

.overlay,
.overlay2 {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.overlay > .bg,
.overlay2 > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.overlay.show,
.overlay2.show {
    display: block;
}
.overlay > .dia-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 80%;
    max-width: 5rem;
}
.overlay .dia-wrapper {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding: 0.2rem;
    border-radius: 0.2rem;
}
.overlay .dia-wrapper > .dia-title {
    width: 100%;
    text-align: center;
}
.overlay .dia-wrapper > .dia-title > span {
    font-size: 0.21rem;
    font-weight: 500;
    color: #1a1a1a;
}
.overlay .dia-wrapper > .dia-title > p {
    font-size: 0.16rem;
    font-weight: 400;
    color: #3d3d3d;
}
.overlay .dia-wrapper > .dia-content > .item {
    display: inline-block;
    padding-right: 0.15rem !important;
    padding-left: 0.15rem !important;
}
.overlay .dia-wrapper > .dia-content > .item > .label {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #3d3d3d;
    margin-bottom: 0.04rem;
}
.overlay .dia-wrapper > .dia-content > .item > .label > p {
    color: red;
    display: inline-block;
    margin: 0;
}
.overlay .dia-wrapper > .dia-content > .item > input {
    width: 100%;
    background: #e8e8e8;
    outline: none;
    border: none;
    font-size: 0.18rem;
    font-weight: 400;
    margin-bottom: 0.13rem;

    padding: 0.08rem 0.08rem;
    box-sizing: border-box;
}
.overlay .dia-wrapper > .btn-wrapper {
    width: 100%;
    text-align: center;
}
.overlay .dia-wrapper > .btn-wrapper > .btn {
    width: 1.5rem;
    height: 0.4rem;
    padding: 0;
    line-height: 0.4rem;
    background: #2f6cff;
    border-radius: 0.25rem;
    font-size: 0.18rem;
    font-weight: 400;
    color: #fff;
}
.overlay2 .dia-center {
    width: 80%;
    max-width: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}
.overlay2 .dia-wrapper {
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0.2rem;
    padding: 0.1rem;
    box-sizing: border-box;
}
.overlay2 .dia-wrapper > img {
    width: 100%;
}
.overlay2 .dia-wrapper > p {
    font-size: 0.18rem;
    font-weight: 400;
    color: #333232;
}
.container-fluid {
    padding: 0;
    box-sizing: border-box;
}
.footer {
    width: 100%;
}
.footer-top {
    width: 100%;
    min-height: 2.75rem;
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/footer/footerTopbg.png");
    background-size: cover;
    padding: 0 20%;
    padding-top: 0.49rem;
    box-sizing: border-box;
}
.footer-top > div {
    text-align: center;
}
.footer-top > div > p {
    display: inline-block;
}
.footer-top > div > p:nth-child(1) {
    font-size: 0.32rem;
    font-weight: 400;
    color: #ffffff;
}
.footer-top > div > p:nth-child(2) {
    font-size: 0.32rem;
    font-weight: 400;
    color: #fff;
}
.footer-top > .container-fluid {
    margin-top: 0.54rem;
}
.footer-top > .container-fluid > .btn {
}
.footer-top > .container-fluid > .btn > div {
    padding: 10px;
    width: 100%;
}
.footer-top > .container-fluid > .btn > div > img {
    width: 100%;
}
.footer-center {
    width: 100%;
    min-height: 5.32rem;
    /* background: #F4D420; */
    background-image: url("https://weishijiao.oss-cn-zhangjiakou.aliyuncs.com/website2/image/footer/footerbg.png");
    background-size: cover;
    padding-left: 17.5%;
    padding-top: 0.29rem;
    padding-right: 17.5%;
    box-sizing: border-box;
}
.footer-center > .center {
    text-align: center;
}
.footer-center > .center > .img-wrapper {
    max-width: 3.82rem;
    display: inline-block;
    vertical-align: top;
}
.footer-center > .center > .img-wrapper > img {
    width: 100%;
}
.footer-center > .center > .info-wrapper {
    display: inline-block;
    text-align: left;
    margin-left: -0.4rem;
    vertical-align: top;
    max-width: 6.91rem;
}
.footer-center > .center > .info-wrapper > h1 {
    font-size: 0.38rem;
    font-weight: bold;
    color: #000000;
    margin-top: 0;
}
.footer-center > .center > .info-wrapper > h3 {
    font-size: 0.21rem;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.footer-center > .center > .info-wrapper > .info-row {
}
.footer-center > .center > .info-wrapper > .info-row > p {
    display: inline-block;
    font-size: 0.14rem;
    font-weight: 400;
    color: #000000;
    white-space: normal;
    line-height: 26px;
}
.footer-center > .center > .info-wrapper > .info-row > h3 {
    display: inline-block;
    font-size: 0.14rem;
    font-weight: bold;
    margin: 0;
}
.footer-center > .center > .info-wrapper > .info-row > h1 {
    display: inline-block;
    font-size: 0.18rem;
    font-weight: bold;
    margin: 0;
}

.footer-center > .center > .info-wrapper > .line {
    width: 0.61rem;
    height: 0.03rem;
    background: #000000;
    margin: 0.25rem 0;
}
.footer-center > .center > .info-wrapper > p {
    font-size: 0.15rem;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    white-space: normal;
}

.footer-bottom {
    width: 100%;
    min-height: 4.86rem;
    background: #262730;
    padding-top: 0.35rem;
    box-sizing: border-box;
}

.footer-bottom-top {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.3rem;
    padding-left: 12%;
    padding-right: 12%;
    box-sizing: border-box;
}
.footer-bottom-top > .footer-logo {
}
.footer-bottom-top > .footer-logo > img {
    width: 100%;
    max-width: 3rem;
    margin-bottom: 0.5rem;
}
.footer-bottom-top > .footer-logo > div {
    margin-bottom: 0.3rem;
}
.footer-bottom-top > .footer-logo > div > h3 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    margin-bottom: 0.1rem;
}
.footer-bottom-top > .footer-logo > div > p {
    font-size: 0.16rem;
    color: #8d8d8e;
}
.footer-bottom-top > .footer-other {
}
.footer-bottom-top > .footer-other > .footer-link {
    padding: 0.3rem 0 0 0;
    width: auto;
}
.footer-bottom-top > .footer-other > .footer-link > a {
    font-size: 0.16rem;
    color: #8d8d8e;
    display: inline-block;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    margin-bottom: 0.2rem;
}
.footer-bottom-top > .footer-other > .footer-contact {
}
.footer-bottom-top > .footer-other > .footer-contact > .code-wrapper {
}
.footer-bottom-top > .footer-other > .footer-contact > .code-wrapper > .code-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 0.5rem;
}

.footer-bottom-top > .footer-other > .footer-contact > .code-wrapper > .code-content > img {
    width: 1.2rem;
    margin-top: 0.2rem;
}
.footer-bottom-top > .footer-other > .footer-contact > .code-wrapper > .code-content > p {
    font-size: 0.16rem;
    color: #8d8d8e;
    margin-top: 0.2rem;
}

.footer-bottom-top > .footer-other > .footer-contact > .tel-wrapper {
    padding-top: 0.5rem;
}
.footer-bottom-top > .footer-other > .footer-contact > .tel-wrapper > div {
    margin-bottom: 0.3rem;
}
.footer-bottom-top > .footer-other > .footer-contact > .tel-wrapper > div > h3 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #8d8d8e;
    margin: 0.1rem 0;
}
.footer-bottom-top > .footer-other > .footer-contact > .tel-wrapper > div > p {
    font-size: 0.28rem;
    font-weight: bold;
    color: #8d8d8e;
}

.footer-b-bottom {
    width: 100%;
    padding: 0.3rem 0 0.5rem 0;
    display: flex;
    justify-content: center;
    color: #78787c;
    border-top: 0.01rem solid #78787c;
}
.footer-b-bottom > div {
    font-size: 0.12rem;
}
.footer-b-bottom > div > a {
    color: #78787c;
}

/* layer样式 */
body .layui-layer-title {
    background: #ffffff;
    color: #3333333;
    border: none;
}
body .layui-layer-btn {
    text-align: center;
}
body .layui-layer-btn a {
}
body .layui-layer-dialog {
    border-radius: 7px;
    overflow: hidden;
}
