.banner {
    position: relative;
}

.banner-image {
    display: block;
    width: 100%;
}

.public-nav {
    padding: 0 29.69%;
}

.cooperation-case {
    margin-top: 0.75rem;
}

.subscribe {
    width: 95vw;
    max-width: 14.2rem;
    margin: 0 auto;
    padding: 0 0.1rem;
}

.subscribe-title {
    margin-bottom: 0.4rem;
    font-size: 0.36rem;
    color: #333333;
    text-align: center;
}

.subscribe-content {
    margin-bottom: 0.6rem;
    text-align: center;
    color: #666666;
    line-height: 0.28rem;
    font-size: 0.16rem;
}

    .subscribe-content > span {
        color: #dc174f;
        font-weight: bold;
    }

.form-item-subscribe {
    right: 0.77rem;
    position: absolute;
    color: #dc174f;
    z-index: 10;
    pointer-events: none;
}

.subscribe-place-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.19rem;
}

.subscribe-place-item {
    position: relative;
    width: 49.17%;
    padding-top: 27.57%;
}

.subscribe-place-item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .subscribe-place-item-content > img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .subscribe-place-item-content > video {
        display: block;
        height: 100%;
        width: 100%;
    }

.video-message {
    display: flex;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.47rem;
    font-size: 0.22rem;
    padding: 0 0.31rem 0.29rem;
    color: #ffffff;
    background: url(../../images/video-shadow-bg.png) no-repeat bottom/100% auto;
}

.apply {
    margin-top: 1.2rem;
}

.apply-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 12.2rem;
    width: 95%;
    margin: 0 auto;
    padding: 0.6rem 1.9rem;
    box-shadow: 0 0.1rem 0.16rem 0 rgba(4, 0, 0, 0.2);
    border-radius: 0.1rem;
    background-color: #fff;
}

.apply-form-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.date-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 2.97rem; */
    width: 100%;
    height: 0.43rem;
    padding: 0 0.15rem;
    color: #333333;
    font-size: 0.16rem;
    background-color: #ffffff;
    border-radius: 0.06rem;
    cursor: pointer;
    border: solid 1px #b4b4b4;
}

.time-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* width: 3.42rem; */
    height: 0.43rem;
    padding: 0 0.15rem;
    font-size: 0.16rem;
    background-color: #ffffff;
    border-radius: 0.06rem;
    cursor: pointer;
    color: #999999;
    border: solid 1px #b4b4b4;
}

    .time-select > span {
        display: flex;
        font-size: 0.14rem;
        color: #dc174f;
    }

        .time-select > span::after {
            content: '';
            display: block;
            height: 0.16rem;
            width: 0.16rem;
            margin-left: 0.46rem;
            transform: rotate(90deg);
            background: url(../../images/arrow-black-right-icon.png) no-repeat center/0.16rem auto;
        }

.date-select::after {
    content: '';
    display: block;
    height: 0.16rem;
    width: 0.16rem;
    transform: rotate(90deg);
    background: url(../../images/arrow-black-right-icon.png) no-repeat center/0.16rem auto;
}

.date-select.clear {
    padding: 0;
}

    .date-select.clear .layui-unselect.layui-form-select {
        width: 100%;
    }

        .date-select.clear .layui-unselect.layui-form-select input {
            border: none;
        }

    .date-select.clear::after {
        display: none;
    }

.layui-input.layui-unselect {
    height: auto;
}

.apply-form-item > label {
    margin-right: 0.19rem;
    text-align: right;
    font-size: 0.16rem;
    white-space: nowrap;
    margin-right: 0.2rem;
    color: #333333;
}

.apply-form-item > input[type='text'] {
    border-radius: 0.06rem;
    width: 100%;
    height: 0.42rem;
    padding: 0 0.15rem;
    border-radius: 0.06rem;
    color: #333333;
    font-size: 0.16rem;
    border: solid 1px #b4b4b4;
}


/*.apply-form-item input[type='checkbox'] {
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.12rem;
    border-radius: 0;
    cursor: pointer;
    background: url(../../images/check-box-icon.svg) no-repeat center/contain;
}

    .apply-form-item input[type='checkbox']:checked {
        width: 0.16rem;
        height: 0.16rem;
        margin-right: 0.12rem;
        cursor: pointer;
        border-radius: 0;
        background: url(../../images/check-box-active-icon.svg) no-repeat center/contain;
    }*/

.apply-form-item-checkbox-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .apply-form-item-checkbox-list > div {
        display: flex;
        align-items: center;
        margin-right: 0.6rem;
    }

.apply-form-item.width_444 {
    width: 4.44rem;
}


.apply-form-item.width_342 {
    width: 3.42rem;
}

.apply-form-item.width_100 {
    width: 100%;
    justify-content: flex-start;
}



.apply-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.3rem auto 0;
    width: 1.78rem;
    height: 0.5rem;
    background-color: #dc174f;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.05);
    border-radius: 0.25rem;
    font-size: 0.16rem;
    cursor: pointer;
    color: #ffffff;
}

.apply-form-agree {
    flex-shrink: 0;
    width: 100%;
    margin-top: 0.29rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .apply-form-agree .layui-unselect.layui-form-radio {
        margin: 0;
        padding: 0;
    }

    .apply-form-agree span {
        color: #dc174f;
        cursor: pointer;
    }

/*    .apply-form-agree input[type='radio'] {
        width: 0.19rem;
        height: 0.19rem;
        margin-right: 0.12rem;
        border-radius: 0;
        cursor: pointer;
        background: url(../../images/radio-icon.svg) no-repeat center/contain;
    }

        .apply-form-agree input[type='radio']:checked {
            width: 0.19rem;
            height: 0.19rem;
            margin-right: 0.12rem;
            cursor: pointer;
            border-radius: 50%;
            background: #dc174f url(../../images/check-box-active-icon.svg) no-repeat center/contain;
        }*/

.label-127 {
    width: 1.27rem;
    flex-shrink: 0;
}

.cultivate-bg {
    display: block;
    margin-top: -20.3%;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: #dc174f;
}

.layui-form-select dl dd.layui-this {
    background-color: #dc174f;
}

html body .layui-layer-btn .layui-layer-btn0 {
    border-radius: 14px;
    border-color: #dc174f;
    background-color: #dc174f;
}

html body .layui-layer.layui-layer-dialog {
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    .public-nav {
        padding: 0 20%;
    }

    .apply-form {
        padding: 0.6rem 0.7rem;
    }
}

@media screen and (max-width: 750px) {
    .subscribe-place-box {
        display: block;
    }

    .subscribe-place-box {
        width: 100%;
    }

    .subscribe-place-item {
        width: 100%;
        padding-top: 56.073%;
    }

        .subscribe-place-item:last-of-type {
            margin-top: 0.2rem;
        }

    .apply {
        margin-top: 0.5rem;
    }

    .subscribe-place-box {
        margin-bottom: 0;
    }

    .apply-form {
        width: 95vw;
        justify-content: center;
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .apply-form-item {
        width: 100% !important;
    }

    .apply-form-item > label {
        width:1.27rem !important;
        flex-shrink:0;
    }

    .apply-form-item > input[type='text'] {
        width: 100% !important;
    }
/*
        .apply-form-item.width_100 {
            flex-wrap: wrap;
        }*/

    .apply-form-item-checkbox-list {
        width: 100%;
        margin-top: 0.2rem;
    }

        .apply-form-item-checkbox-list > div {
            margin-bottom: 0.1rem;
            margin-right: 0.4rem;
        }
}
