* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 10px;
}

body {
    background-color: #ba8f56;
    margin: 0;
    padding: 0;
}

.page {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background-color: #efc387;;
    padding-bottom: 2rem;
    position: relative;
}

.notification-container {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    background-color: #333333;
    padding: .5rem 0;
    width: 100%;
    margin: 0;
    font-size: 0;
}

.notification-container p {
    font-size: 1rem;
    color: #ffffff;
    animation: scroll 13s linear infinite;
}

.content-1 {
    background-image: url("/statics/ffsm/bazimp/bg_index_cover.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: auto;
}

.cover {
    font-size: 1.4rem;
    position: relative;
    height: calc(39.7rem + 2.8rem + 1.5rem);
}

.cover .arch {
    width: 100%;
    height: 12.9rem;
    background-image: url("/statics/ffsm/bazimp/decoration_arch.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cover .book-outside {
    display: block;
    width: 16.6rem;
    height: 27.7rem;
    background-image: url("/statics/ffsm/bazimp/2025_content_book_outside.png");
    background-size: 100% 100%;
    position: absolute;
    top: 9.3rem;
    left: 9.9rem;
}

.cover .marks .mark {
    width: 7.3rem;
    height: 17.3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0;
}

.cover .marks .mark-1 {
    background-image: url("/statics/ffsm/bazimp/book_mark_1.png");
    left: 1.8rem;
    top: 13.3rem;
}

.cover .marks .mark-2 {
    background-image: url("/statics/ffsm/bazimp/book_mark_2.png");
    top: 5.5rem;
    left: 28.5rem;
}

.cover .marks .mark-3 {
    background-image: url("/statics/ffsm/bazimp/book_mark_3.png");
    top: 7.6rem;
    left: 1.8rem;
}

.cover .marks .mark-4 {
    background-image: url("/statics/ffsm/bazimp/book_mark_4.png");
    top: 15.7rem;
    left: 28.5rem;
}

.cover .marks .mark-5 {
    background-image: url("/statics/ffsm/bazimp/book_mark_5.png");
    top: 12.4rem;
    left: 1.8rem;
}

.cover .marks .mark-6 {
    background-image: url("/statics/ffsm/bazimp/book_mark_6.png");
    top: 12.4rem;
    left: 28.5rem;
}

.cover .tag_word {
    width: 31.1rem;
    height: 2.8rem;
    position: absolute;
    left: 3.3rem;
    top: 39.7rem;
    background-image: url("/statics/ffsm/bazimp/tag_word.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.book-mark-animation {
    animation: book-mark 3s cubic-bezier(.6, 0, .6, 1) infinite;
}

.form-container * {
    font-size: 1.4rem;
}

.form-container {
    padding: 0 2rem;
}

.form-container .form-item {
    border: 2px solid #9e3f24;
    padding: 0 2.5rem;
    border-radius: 2rem;
    margin: 1rem .5rem;
    height: 4rem;
    display: flex;
    align-items: center;
}
.form-container .form-item #birthday{
    user-select: none;
}

.form-container .form-item .label {
    margin-right: 1rem;
    font-size: 1.6rem;
    font-weight: bold;
}

.form-container .form-item input {
    font-size: 1.4rem;
    background: none;
}

.form-container .tips {
    display: block;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 1rem;
}

.form-container .tips * {
    font-size: 1rem;
}
.form-container .tips .height-line{
    color: #f6432e;
}
.form-container .privacy .radio:before{
    width: 1.2rem;
    height: 1.2rem;
}
.form-container .submit-container{
    height: 8.1rem;
    width: 100%;
}

.radio {
    margin-right: 1rem;
}

.radio.checked::before {
    background-image: url("/statics/ffsm/public/images/icon_suo_dagou.png");
    background-size: 100% 100%;
    background-color: #333333;
    background-position: center center;
    background-repeat: no-repeat;
}

.radio:last-child {
    margin-right: 0 !important;
}

.flex {
    display: flex;
}

.radio::before {
    content: "";
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: white;
    border-radius: 100%;
    border: 2px solid #000000;
    margin-right: .5rem;
    vertical-align: middle;
}
.J_ajax_submit_btnsub{
    background-image: url("/statics/ffsm/bazimp/2025_btn_submit_1.png");
    background-color: inherit;
    background-size: 100% 100%;
    font-size: 0;
    width: 33.5rem;
    height: 8.1rem;
    animation: submit-container 1s ease-in-out infinite;
    animation-direction: alternate;
}
.content-2{
    background-image: url("/statics/ffsm/bazimp/bg_content_2.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 33.5rem;
    width: 100%;
    margin-top: 2rem;
    position: relative;
}
.content-2 .avatar{
    width: 10.3rem;
    height: 19rem;
    position: absolute;
    top: 8.8rem;
    left: 4.2rem;
}
.content-2 .tags .tag{
    position: absolute;
    width: 10.3rem;
    height: 2.5rem;
    left: 20.2rem;
    background-size: 100% 100%;
}
.content-2 .tags .tag:nth-child(1){
    top: 7.3rem;
    background-image: url("/statics/ffsm/bazimp/btn_1.png");
}
.content-2 .tags .tag:nth-child(2){
    top: 14.9rem;
    background-image: url("/statics/ffsm/bazimp/btn_2.png");
}
.content-2 .tags .tag:nth-child(3){
    top: 22.6rem;
    background-image: url("/statics/ffsm/bazimp/btn_3.png");
}
.content-2.type-1 .avatar{
    background-image: url("/statics/ffsm/bazimp/avatar_people_1.png");
    background-size: 100% 100%;
}
.content-2.type-2 .avatar{
    background-image: url("/statics/ffsm/bazimp/avatar_people_2.png");
    background-size: 100% 100%;
}
.content-2.type-3 .avatar{
    background-image: url("/statics/ffsm/bazimp/avatar_people_3.png");
    background-size: 100% 100%;
}
.content-2.type-1 .tags .tag:nth-child(1){
    background-image: url("/statics/ffsm/bazimp/btn_1_activate.png");
    background-size: 100% 100%;
}
.content-2.type-2 .tags .tag:nth-child(2){
    background-image: url("/statics/ffsm/bazimp/btn_2_activate.png");
    background-size: 100% 100%;
}
.content-2.type-3 .tags .tag:nth-child(3){
    background-image: url("/statics/ffsm/bazimp/btn_3_activate.png");
    background-size: 100% 100%;
}
.content-3{
    width: 100%;
    height: 83.9rem;
    background-image: url("/statics/ffsm/bazimp/bg_content_3.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.content-3  .desc{
    width: 18.4rem;
    height: 8.6rem;
    position: absolute;
    top: 15.9rem;
    left: 9.4rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
}
.content-3 .tag{
    width: 8.5rem;
    height: 5.9rem;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: content-3-tag 1s ease-in-out infinite;
    animation-direction: alternate;
}
.content-3.type-1 .desc{
    background-image: url("/statics/ffsm/bazimp/btn_mg_des_1.png");
}
.content-3.type-2 .desc{
    background-image: url("/statics/ffsm/bazimp/btn_mg_des_2.png");
}
.content-3.type-3 .desc{
    background-image: url("/statics/ffsm/bazimp/btn_mg_des_3.png");
}
.content-3.type-1 .tag{
    top: 22rem;
    left: 3.4rem;
    background-image: url("/statics/ffsm/bazimp/btn_mg_1.png");
}
.content-3.type-2 .tag{
    top: 13rem;
    left: 10.8rem;
    background-image: url("/statics/ffsm/bazimp/btn_mg_2.png");
}
.content-3.type-3 .tag{
    top: 17.5rem;
    right: 3.6rem;
    background-image: url("/statics/ffsm/bazimp/btn_mg_3.png");
}
.content-4,
.content-5{
    width: 100%;
    font-size: 0;
}
.content-4 img,
.content-5 img{
    width: 100%;
}
.content-6{
    width: 100%;
    height: 60.1rem;
    background-image: url("/statics/ffsm/bazimp/bg_content_6.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.content-6 img{
    position: absolute;
    width: 6.4rem;
    height: 6.4rem;
    animation: content-6-img 1.5s linear .2s infinite;
}
.content-6 img:nth-child(1){
    top: 42.3rem;
    left: 2.6rem;
}
.content-6 img:nth-child(2){
    top: 36.5rem;
    left: 9.7rem;
}
.content-6 img:nth-child(3){
    top: 36.5rem;
    left: 21.1rem;
}
.content-6 img:nth-child(4){
    top: 42.3rem;
    left: 28.3rem;
}
.security-certification-container{
    background-image: url("/statics/ffsm/bazimp/bg_security_certification.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: calc(37.5rem - 4rem);
    height: 8.8rem;
    margin: 1rem auto;
}
footer{
    text-align: center;
    padding: 1rem 0 12rem 0;
}
footer a{
    color: #a1321c;
}
.side-bar{
    position: fixed;
    top: 7rem;
    right: 0.1rem;
}
.side-bar .item{
    display: block;
    font-size: 1.1rem;
    width: 1rem;
    color: #ffffff;
    background-color: rgba(0,0,0,.6);
    padding: 1.5rem .8rem;
    margin-bottom: 2rem;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
.to-top-container{
    position: fixed;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    display: none;
}
.to-top-container .to-top{
    background-image: url("/statics/ffsm/bazimp/2025_btn_submit_1.png");
    background-color: inherit;
    background-size: 100% 100%;
    font-size: 0;
    width: 33.5rem;
    height: 8.1rem;
    animation: submit-container 1s ease-in-out infinite;
    animation-direction: alternate;
}
@keyframes content-6-img {
    25%{
        transform: translateY(1rem);
    }
    75%{
        transform: translateY(-1rem);
    }
}
@keyframes content-3-tag {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.2);
    }
}
@keyframes submit-container {
    0%{
        transform: scale(.9);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes book-mark {
    0% {
        opacity: 0;
        scale: .5;
    }
    50% {
        opacity: 1;
        scale: 1;
    }
    100% {
        opacity: 0;
        scale: .5;
    }
}
.Js_date{
    cursor: pointer;
    user-select: none;
}
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
@media screen and (min-width: 640px) {
    .side-bar{
        left: 50%;
        transform: translateX(calc(320px - 2.4rem));
    }
}