﻿/*font-size*/
.banner {
    width: 100%;
}

    .banner .innerWrap {
        width: 1280px;
        margin: 0 auto;
        margin-top: 24px;
        height: 1.5rem;
        background-size: 100%;
        background-position: center;
        display: flex;
        justify-content: space-between;
    }

        .banner .innerWrap .box {
            width: 33%;
            flex: auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .banner .innerWrap .box:hover .icon img {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                -ms-transform: scale(1.2);
            }

            .banner .innerWrap .box .icon {
                width: 0.7rem;
                height: 0.7rem;
                border: 1px solid rgba(255, 255, 255, 0.3);
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .banner .innerWrap .box .icon img {
                    vertical-align: middle;
                    width: 0.3rem;
                    height: 0.3rem;
                    transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -ms-transition: all 0.5s;
                }

            .banner .innerWrap .box .text {
                margin-left: 0.2rem;
                color: #fff;
            }

                .banner .innerWrap .box .text .title {
                    font-size: 24px;
                }

@media only screen and (max-width: 1440px) {
    .banner .innerWrap .box .text .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner .innerWrap .box .text .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .banner .innerWrap .box .text .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .innerWrap .box .text .title {
        font-size: 16px;
    }
}

.banner .innerWrap .box .text .describe {
    font-size: 16px;
}

@media only screen and (max-width: 1366px) {
    .banner .innerWrap .box .text .describe {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .innerWrap .box .text .describe {
        font-size: 14px;
    }
}

.content {
    margin-top: 20px;
}

    .content .innerWrap {
        width: 1280px;
        margin: 0 auto;
        padding: 0 1.9rem 0 1.7rem;
        background-color: #f5f8fa;
    }

        .content .innerWrap .car {
            padding: 0.46rem 0 0.4rem;
            display: flex;
            align-items: center;
            border-bottom: 1px solid #c8c8c8;
        }

            .content .innerWrap .car .left {
                width: 2.8rem;
                height: 1.6rem;
                background-color: #fff;
                overflow: hidden;
            }

                .content .innerWrap .car .left .img {
                    width: 100%;
                    height: 100%;
                    background-position: center;
                    background-size: cover;
                    background-blend-mode: screen;
                    transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -ms-transition: all 0.5s;
                }

                    .content .innerWrap .car .left .img:hover {
                        transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                    }

            .content .innerWrap .car .text-box {
                margin-left: 0.4rem;
            }

                .content .innerWrap .car .text-box .title {
                    color: #000;
                    font-size: 24px;
                    word-break: break-all;
                }

@media only screen and (max-width: 1440px) {
    .content .innerWrap .car .text-box .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content .innerWrap .car .text-box .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .car .text-box .title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content .innerWrap .car .text-box .title {
        font-size: 16px;
    }
}

.content .innerWrap .car .text-box .text {
    color: #525252;
    font-size: 16px;
    margin-top: 0.2rem;
    display: flex;
}

@media only screen and (max-width: 1366px) {
    .content .innerWrap .car .text-box .text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content .innerWrap .car .text-box .text {
        font-size: 14px;
    }
}

.content .innerWrap .car .text-box .text .left-text,
.content .innerWrap .car .text-box .text .right-text {
    display: flex;
    flex-direction: column;
}

    .content .innerWrap .car .text-box .text .left-text div,
    .content .innerWrap .car .text-box .text .right-text div {
        line-height: 1.5;
        letter-spacing: 2px;
    }

    .content .innerWrap .car .text-box .text .left-text div {
        text-align: justify;
        text-align-last: justify;
        text-justify: distribute-all-lines;
    }

.content .innerWrap .form-box {
    padding: 0.3rem 0;
}

    .content .innerWrap .form-box input {
        outline: none;
        width: 100%;
        height: 40px;
        border: 1px solid #d9d9d9;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
        padding: 0 0.2rem;
        background-color: #fff;
    }

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box input {
        font-size: 12px;
    }
}

.content .innerWrap .form-box .hint {
    color: #e60111;
    font-size: 38px;
}

@media only screen and (max-width: 1440px) {
    .content .innerWrap .form-box .hint {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .form-box .hint {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .hint {
        font-size: 24px;
    }
}

.content .innerWrap .form-box .tips {
    margin-top: 0.2rem;
    color: #333;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .form-box .tips {
        font-size: 16px;
    }
}

.content .innerWrap .form-box .selectBox {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 0.2rem;
    max-height: 9.6rem;
    overflow-y: auto;
    border: 1px solid #fff;
    background-color: #fff;
    display: none;
}

    .content .innerWrap .form-box .selectBox li {
        height: 36px;
        line-height: 36px;
        color: #4d4d4d;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .selectBox li {
        font-size: 12px;
    }
}

.content .innerWrap .form-box .selectBox li:not(:last-child) {
    border-bottom: 1px solid #d4d4d4;
}

.content .innerWrap .form-box .selectBox li:hover {
    color: #e60111;
}

.content .innerWrap .form-box .box {
    margin-top: 20px;
}

    .content .innerWrap .form-box .box .title {
        height: 0.46rem;
        line-height: 0.46rem;
        color: #333;
        font-size: 18px;
    }

@media only screen and (max-width: 1024px) {
    .content .innerWrap .form-box .box .title {
        font-size: 16px;
    }
}

.content .innerWrap .form-box .box .title .must {
    margin-left: 5px;
    color: #e60111;
}

.content .innerWrap .form-box .line {
    display: flex;
    justify-content: space-between;
}

    .content .innerWrap .form-box .line .two-columns {
        flex: auto;
        display: flex;
        flex-direction: column;
    }

        .content .innerWrap .form-box .line .two-columns:first-child {
            margin-right: 10px;
        }

    .content .innerWrap .form-box .line .three-columns {
        flex: auto;
        width: 33.33%;
        height: 40px;
        border: 1px solid #d9d9d9;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
        padding: 0 0.2rem;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .line .three-columns {
        font-size: 12px;
    }
}

.content .innerWrap .form-box .line .three-columns:nth-child(2) {
    margin: 0 10px;
}

.content .innerWrap .form-box .line .three-columns .iconfont {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

    .content .innerWrap .form-box .line .three-columns .iconfont.active {
        transform: rotate(90deg);
    }

.content .innerWrap .form-box .optional-box {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

    .content .innerWrap .form-box .optional-box .text {
        font-size: 14px;
        color: #333;
        margin-bottom: 0.5rem;
    }

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .optional-box .text {
        font-size: 12px;
    }
}

.content .innerWrap .form-box .optional-box .handle {
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 18px;
    color: #e40112;
    display: inline-block;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .form-box .optional-box .handle {
        font-size: 16px;
    }
}

.content .innerWrap .form-box .optional-box .handle.fewer .iconfont {
    transform: rotate(270deg);
}

.content .innerWrap .form-box .optional-box .handle .iconfont {
    margin-left: 5px;
    display: inline-block;
    transform: rotate(90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.content .innerWrap .form-box .optional-box .time-box .title {
    height: 0.46rem;
    line-height: 0.46rem;
    color: #333;
    font-size: 18px;
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .form-box .optional-box .time-box .title {
        font-size: 16px;
    }
}

.content .innerWrap .form-box .optional-box .time-box .period {
    margin-top: 10px;
}

    .content .innerWrap .form-box .optional-box .time-box .period .chose {
        width: 100%;
        height: 40px;
        border: 1px solid #d9d9d9;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
        padding: 0 0.2rem;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .optional-box .time-box .period .chose {
        font-size: 12px;
    }
}

.content .innerWrap .form-box .optional-box .time-box .period .chose .iconfont {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

    .content .innerWrap .form-box .optional-box .time-box .period .chose .iconfont.active {
        transform: rotate(90deg);
    }

.content .innerWrap .form-box .optional-box .time-box .otheres {
    margin-top: 10px;
}

    .content .innerWrap .form-box .optional-box .time-box .otheres .textarea {
        width: 100%;
        border: 1px solid #d9d9d9;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
        padding: 0.1rem 0.2rem;
        background-color: #fff;
    }

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .optional-box .time-box .otheres .textarea {
        font-size: 12px;
    }
}

.content .innerWrap .form-box .submit-box {
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
    text-align: center;
}

    .content .innerWrap .form-box .submit-box .submit {
        width: 3.6rem;
        height: 0.64rem;
        text-align: center;
        line-height: 0.64rem;
        background-color: #e40112;
        color: #fff;
        font-size: 24px;
        border-radius: 5px;
        border: none;
    }

@media only screen and (max-width: 1440px) {
    .content .innerWrap .form-box .submit-box .submit {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .content .innerWrap .form-box .submit-box .submit {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .innerWrap .form-box .submit-box .submit {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .submit-box .submit {
        font-size: 16px;
        height: 1.64rem;
        line-height: 1.64rem;
        width: 5.6rem;
    }
}

.content .innerWrap .form-box .policy {
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
    text-align: center;
    font-size: 16px;
    color: #777;
}

@media only screen and (max-width: 1366px) {
    .content .innerWrap .form-box .policy {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .content .innerWrap .form-box .policy {
        font-size: 14px;
    }
}

.content .innerWrap .form-box .policy .key {
    color: #333;
    margin-left: 10px;
    text-decoration: underline;
    cursor: pointer;
}

body .layui-layer-policy {
    width: 60vw !important;
    height: 60vh;
    border-radius: 5px;
}

    body .layui-layer-policy .layui-layer-content {
        padding: 0.8rem;
    }

        body .layui-layer-policy .layui-layer-content h2 {
            margin-bottom: 0.4rem;
        }

@media screen and (max-width: 1440px) {
    .content .innerWrap {
        width: 1110px;
    }

    .banner .innerWrap {
        width: 1110px;
    }
}

@media screen and (max-width: 1280px) {
    .content .innerWrap {
        width: 90%;
    }

    .banner .innerWrap {
        width: 90%;
    }
}

@media screen and (max-width: 980px) {
    .content .innerWrap {
        width: 100%;
        padding: 0 5%;
    }

    .banner .innerWrap {
        width: 90%;
    }

        .banner .innerWrap .box .icon {
            display: none;
        }

        .banner .innerWrap .box .text {
            margin-left: 0;
        }
}

@media screen and (max-width: 768px) {
    .banner {
        display: none;
    }

    .content .innerWrap {
        padding: 0 5%;
    }

        .content .innerWrap .car {
            flex-direction: column;
        }

            .content .innerWrap .car .left {
                width: 100%;
                height: 8rem;
            }

            .content .innerWrap .car .text-box {
                margin: 20px 0 0;
            }

        .content .innerWrap .form-box .line {
            flex-direction: column;
        }

            .content .innerWrap .form-box .line .two-columns {
                margin: 0;
            }

            .content .innerWrap .form-box .line .three-columns {
                width: 100%;
                margin: 10px 0 0 !important;
            }

    body .layui-layer-policy {
        width: 80vw !important;
        height: 60vh;
        border-radius: 5px;
    }

        body .layui-layer-policy .layui-layer-content {
            padding: 20px 10px;
        }
}
body {
    line-height: 1.5;
}