/* Screen Reader Only - 접근성용 숨김 텍스트 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.spinner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    z-index: 99;
}
.spinner > div {
    background-color: #67CF22;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
} 
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
.m_menu_open{
    background: none;
    border: 0;
    cursor: pointer;
}
.m_menu_open img {
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.6));
}
.child_link_nav a{
    color: #fff;
}
.header_new_style{
	background: #12100E !important;
}
.navigation_area_mobile{
    display: none;
}
.header_u{
    display: none;
}
.layui-carousel>[carousel-item]>*{
    background-color:#000;
}
.layui-carousel{
    background:none;
}
@media screen and (max-width: 750px){
    body {
        width: 100% !important;
        min-width:100% !important;
        max-width: 100% !important;
    }
    #sidebar-right{
        display: none !important;
    }
    .contentMaxWidth {
        width: 100% !important;
        margin: 0 0 0 0;
        padding: 0 0px !important;
    }
    .wrap_complete {
        width: 100% !important;
        margin: 0 auto;

    }
    .latest_box{
        display: none !important;
    }
    .navigation_area{
        display: none !important;
    }
    #sidebar-left{
        display: none !important;
    }
    .co2_box{
        display: none !important;
    }
    .wrap_content{
        width: 100% !important;
    }
    .mt30{
        margin-top: 20px !important;
    }
    .gur {
        width: 100% !important;
        text-align: center;
        border-top: 0px solid #ffc229;
        padding: 0px 0 0px 0;
    }
    .gur > img{
        width: 25px !important;

    }
    .gur span {
        font-size: 18px;
        padding: 0 17px;
        line-height:normal;
    }
    .gur h1 {
        font-size: 18px;
        padding: 0 17px;
        line-height: normal;
        margin: 0;
        display: inline;
        font-weight: normal;
    }
    .gur2 > img{
        width: 100%;
    }
    .navigation_area_mobile{
        display: block !important;
        width: 100%;
        height: 66px;
        background: #12100E;
        position: relative;
    }
    .navigation_area_mobile_logo{
        width: 50%;
        margin: 0 auto;
        height: 66px;
        text-align: center;
    }
    .navigation_area_mobile_logo > a > img{
        margin-top: 8px;
    }
    .navigation_area_mobile_login{
        position: absolute;
        width: 77px;
        height: 33px;
        background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
        border-radius: 16px;
        top: 16.5px;
        right: 17.5px;
        color: #333;
        font-family: a3;
        font-size: 11px;
    }
    .navigation_area_mobile_out{
        position: absolute;
        width: 77px;
        height: 33px;
        background: linear-gradient( 180deg, #FFFFFF 0%, #848484 100%);
        border-radius: 16px;
        top: 16.5px;
        right: 17.5px;
        color: #333;
        font-family: a3;
        font-size: 11px;
    }
    .navigation_area_mobile_menu{
        position: absolute;
        width: 50px;
        height: 21.25px;
        background: none;
        border: none;
        top: 22.5px;
        left: 17.5px;
        font-size:0;
    }
    .header_u{
        width: 100%;
        height: 100%;
        background: linear-gradient( 180deg, #3D2B12 0%, #2B200F 30.5%, #151515 100%);
        top: 0;
        left: 0;
        display: none;
        z-index: 99999;
        padding: 10px 15px 30px 15px;
        position: fixed;
        overflow-y: scroll;
    }
    .login_profile{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px 0;
        gap: 15px;
    }
    .login_profile_thumb {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        flex-shrink: 0;
    }
    .login_profile_thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .login_profile > a {
        flex-shrink: 0;
        color:#fff;
        font-size: 12px;
        font-weight: 700;
        border: 1px solid #67373B;
        border-radius: 30px;
        padding: 8px 16px;
    }
    .hu_point{
        width: 100%;
        height: 50px;
        background: rgba(255,255,255,0.1);
        text-align: left;
        line-height: 50px;
        padding: 0 24px;
    }
    .hu_point > span{
        color: #F7B500;
        font-size: 12px;
    }
    .hu_mm{
        width: 100%;
        margin: 10px 0 0 0;
        position: relative;
        display: block;
    }
    .hu_mm > a > img{
        width: 100%;
        margin-left: 0px;
        border: 0px solid rgba(255,255,255,0.2);
        border-radius: 0 8px 0 0;
        margin-top: 10px;
    }
    .side_nav{
        width: 100%;
        height: auto;
        position: relative;
    }
    .side_nav .side_navbox {
        padding: 0px;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px 0;
    }
    .side_nav .side_navbox .nav_item {
        text-align: center;
    }
    .side_nav .side_navbox .nav_item > a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        color:#fff;
    }
    .side_nav .side_navbox .nav_item > a .icon {
        width: 60px;
        height: 60px;
        position: relative;
        border: 1px solid #D69C44;
        margin: 0 auto;
        border-radius: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: 30px 30px;
        background-size: 30px;
        margin-bottom: 8px;
    }
    .side_nav .side_navbox .nav_item > a > span {
        font-size:12px;
        font-weight: 500;
    }
    .zzw{
        width: 100%;
        height: 2px;
        background: #D69D45;
        margin: 20px 0;
    }
    .latest_box2{
        width: 100%;
    }
    .latest_box_c{
        width: 100% !important;
        padding: 0 8px !important;
    }
    .latest_title {
        width: 100%;
        height: 45px !important;
        background-size: 100% 100%;
        text-align: left;
        padding-left: 0px !important;
        color: #fff;
        font-size: 13px !important;
        font-family: a3;
        line-height: 45px !important;
        border-bottom: 1px solid #a88322 !important;
        /*overflow-y: hidden;
        overflow-x: scroll;*/
    }
    .tab-nav img{
        margin-right: 0 !important;
    }
    .tab-nav span{
        margin-left: 5px !important;
        margin-top: 10px !important;
        font-size: 11px !important;
        padding: 0 5px !important;
    }
    .latest_div {
        width: 100%;
        height: 140px !important;
        overflow: hidden;
    }
    .latest_div ul li {
        width: 100%;
        height: 35px !important;
        line-height: 35px !important;
        padding: 0px 55px 0 5px !important;
        text-align: left;

    }
    .latest_div ul li a {
        font-size: 12px !important;
        color: #fff;
        font-family: a2;
        line-height: 35px !important;
    }
    .latest_box_c:last-child{
        margin-top: 20px;
    }
    .side_box_header{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 60px;
        padding: 0px;
        gap: 5px;
    }
    .side_box_header .side_bell {
        margin-right: auto;
    }
    .side_box_header button, .side_box_header button {
        width: 30px;
        height: 30px;
        position: relative;
        border: none;
        background-image: url(../img/side_close.png);
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-color: transparent;
    }
    .side_box_header .side_bell > button {
        background-image: url(../img/bell_icon.png);
    }
    .login_profile_info {
        flex-grow: 1;
    }
    .login_profile_info .login_lv {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
    }
    .login_profile_info .login_lv img {
        flex-shrink: 0;
        width: 20px;
        height: 20px;
    }
    .login_profile_info .login_lv p {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
    }
    .login_profile_info > p {
        margin-top: 2px;
        line-height: 1.5em;
        font-size:12px;
        color:#fff;
    }
    .login_profile > a {
        flex-shrink: 0;
        color: #333;
        font-size:12px;
        background: linear-gradient( 180deg, #F9F4B8 0%, #D5A125 100%);
        border-radius: 30px;
        padding: 8px 16px;
        border: 0;
    }
}


.anim {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.anim.in {
    opacity: 1;
    transform: translateY(0);
}
.main_sp1{
    width:100%;margin: 0 auto;
}
.huangxian222{
    width: 100%;
    height: 2px;
    background: #B48C22;
    margin-top: 20px;
}
.main_sp111_n{
    width: 100%;
    height: 140px;
    position: relative;
    display: flex;
    margin: 20px 0 0 0;
}
.main_sp111_n2{
    width: 100%;
    height: 140px;
    position: relative;
    display: none;
    margin: 20px 0 0 0;
}
.main_sp111_n_l{
    width: calc(100%/2 - 5px);
    height: 140px;
    border: 0px solid rgba(255,255,255,0.5);
    border-radius: 0 0px 0 0;
}
.main_sp111_n_l img{
    width: 100%;
    height: 140px;
}
.main_sp111_n_r{
    width: calc(100%/2 - 5px);
    height: 140px;
    border: 0px solid rgba(255,255,255,0.5);
    border-radius: 0 0px 0 0;
    margin-left: 20px;
}
.main_sp111_n_r img{
    width: 100%;
    height: 140px;
}
.huangsexian{
    width: 100%;
    height: 3px;
    background: #FFC229;
    margin: 40px 0 40px 0;
}
@media screen and (max-width: 750px){
    .main_sp111_n{
        width: 100%;
        height: 35px;
        position: relative;
        margin: 20px 0 0 0;
        display: none;
    }
    .main_sp111_n2{
        width: 100%;
        height: 55px;
        position: relative;
        margin: 20px 0 0 0;
        display: none;
    }
    .main_sp111_n_l{
        width: calc(100%/2 - 10px);
        height: 35px;
    }
    .main_sp111_n_l img{
        width: 100%;
        height: 35px;
    }
    .main_sp111_n_r{
        width: calc(100%/2 - 10px);
        height: 35px;
        margin-left: 20px;
    }
    .main_sp111_n_r img{
        width: 100%;
        height: 35px;
    }
    .main_sp111_n2_l{
        width: calc(100%/2 - 10px);
        height: 55px;
    }
    .main_sp111_n2_l img{
        width: 100%;
        height: 55px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 0px;
    }
    .main_sp111_n2_r{
        width: calc(100%/2 - 10px);
        height: 55px;
        margin-left: 20px;
    }
    .main_sp111_n2_r img{
        width: 100%;
        height: 55px;
        border: 1px solid rgba(255,255,255,0.5);
        border-radius: 0px;
    }
    .huangsexian{
        height: 0 !important;
    }
}
.bnim_one{
    width: 100%;
    margin: 40px 0 0 0;
    position: relative;
    text-align: center;
}
.bnim_one > p{
    font-size: 17px;
    color: #fff;
    line-height: 35px;
}

.bnim_two{
    width: 100%;
    margin: 30px 0 0 0;
    position: relative;
    text-align: center;
}
.bnim_two_new_p1{
    font-size: 28px;
    font-style: italic;
    color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    font-weight: 700;
    padding: 20px 0 0 0;


}
.bnim_two_new_p2{
    font-size: 32px;
    font-weight: 700;
    font-family: a2;
    color: #fff;
    padding: 20px 0 0 0;
}
.bnim_two_new_img1{
    width: 170px;
}
.bnim_two_new_img2{
    width: 700px;
    margin-top: 30px;
}
.bnim_two_in{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.bnim_two_in_sp{
    width: 100%;
    height: 130px;
    background: #421E21;
    border: 1px solid #67373B;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    transition:all 0.3s ease;
}
.bnim_two_in_sp > div p{
    color: #fff;
    font-size: 16px;
}
.bnim_two_in_sp > div p:first-child{
    margin-bottom: 10px;
}
.bnim_two_in_sp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    transition: height 0.4s ease;
}
.bnim_two_in_sp:nth-child(1)::before {
    background:#f1b534;
}
.bnim_two_in_sp:nth-child(2)::before {
    background:#00d4ff;
}
.bnim_two_in_sp:nth-child(3)::before {
    background:#ff2d78;
}
.bnim_two_in_sp:nth-child(4)::before {
    background:#39ff14;
}
.bnim_two_in_sp:hover {
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.bnim_two_in_sp:hover::before {
    height: 100%;
}

.main_sp2{
    width:100%;
    height: 400px;
    margin: 30px 0 0 0;
    background: url("../img/lxs_new_bg_1.png") no-repeat;
    background-size: 100% 100%;
    padding: 90px 0 0 45px;
}
.main_sp2 h2{
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 10px;
}
.main_sp2 p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.main_sp2 button{
    width: 300px;
    height: 50px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);

    border-radius: 23px;
    color: #333;
    font-family: a2;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    margin-top: 25px;
}
.main_sp2 button:hover{
    box-shadow: 0px 12px 14px -4px rgba(255,213,73,0.2);
}
.main_sp2_too{
    width:100%;
    height: 530px;
    margin: 50px 0 0 0;
    background: url("../img/lxs_new_bg_3.png") no-repeat;
    background-size: 100% 100%;
    padding: 62px 0 0 75px;
}
.main_sp2_too h2{
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 15px;
}
.main_sp2_too p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.main_sp2_too2{
    width:100%;
    height: 500px;
    margin: 70px 0 0 0;
    background: url("../img/lxs_new_bg_4.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.main_sp2_too2_box{
    position: absolute;
    width: 459px;
    height: 266px;
    top: 104px;
    right: 64px;
}
.main_sp2_too2_box p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}
.main_sp2_too3{
    width:100%;
    height: 530px;
    margin: 50px 0 0 0;
    background: url("../img/lxs_new_bg_5.png") no-repeat;
    background-size: 100% 100%;
    padding: 62px 0 0 75px;
}
.main_sp2_too3 h2{
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 15px;
}
.main_sp2_too3 p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.main_sp2_too4{
    width:100%;
    height: 347px;
    margin: 50px 0 0 0;
    background: url("../img/lxs_new_bg_6.png") no-repeat;
    background-size: 100% 100%;
    padding: 42px 0 0 50px;
}
.main_sp2_too4 h2{
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 30px;
}
.main_sp2_too4 p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.main_sp2_too4_box{
    width: 100%;
    height: 66px;
    margin-top: 35px;
}
.main_sp2_too4_box_l{
    width: 706px;
    height: 66px;
    background: rgba(255,255,255,0.1);
    border-radius: 33px;
    position: relative;
    float: left;
    padding-left: 66px;
}
.main_sp2_too4_box_l img{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    left: 25px;
}
.main_sp2_too4_box_l input{
    width: 640px;
    height: 66px;
    border: 0;
    background: none;
    color: #fff;
    font-size: 16px;
    font-family: a2;
}
.main_sp2_too4_box_l input::placeholder{
    color: #fff;
    font-size: 16px;
    font-family: a2;
}
.main_sp2_too4_box_r{
    width: 146px;
    height: 66px;

    float: left;
    margin-left: 10px;
}
.main_sp2_too4_box_r button{
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
    border-radius: 33px;
    width: 100%;
    height: 66px;
    border: 0;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    font-family: a2;
    cursor: pointer;
}
.main_sp2_too4_box_r button:hover{
    box-shadow: 0px 12px 14px -4px rgba(255,213,73,0.2);
}
.main_sp2_too5{
    width:100%;
    height: 330px;
    margin: 50px 0 0 0;
    background: url("../img/lxs_new_bg_7.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding: 71px 0 0 0;
}
.main_sp2_too5 h2{
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 35px;
}
.main_sp2_too5 p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

.main_sp2_too6{
    width:100%;
    height: 660px;
    margin: 50px 0 0 0;
    position: relative;
    text-align: left;
}
.main_sp2_too7{
    width:100%;
    height: 544px;
    margin: 15px 0 0 0;
    position: relative;
    text-align: right;
}
.main_sp2_too6 img{
    height: 660px;
    position: absolute;
    right: 0;
    top: 0;
}
.main_sp2_too7 img{
    height: 544px;
    position: absolute;
    left: 0;
    top: 0;
}
.main_sp2_too6_box{
    width: 100%;
    margin-top: 40px;
}
.main_sp2_too6_box:first-child{
    margin-top: 0;
}
.main_sp2_too6_box_s1{
     padding: 2px 7px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
     border-radius: 50%;
     font-size: 22px;
     color: #151515;
 }
.main_sp2_too6_box_s2{
    font-size: 24px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-left: 8px;
}
.main_sp2_too7_box_s1{
    padding: 2px 7px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
    border-radius: 50%;
    font-size: 22px;
    color: #151515;
}
.main_sp2_too7_box_s2{
    font-size: 24px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-right: 8px;
}
.main_sp2_too6_box_zhanwei{
    width: 100%;
    height: 10px;
}
.main_sp2_too6_box p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}
.main_sp2_too8{
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    margin-top: 60px;
}
.main_sp2_too9{
    width: 100%;
    height: 484px;
    background: #1F2022;
    margin: 60px 0 0 0;
    border-radius: 14px 14px 0 0;
    position: relative;
}
.main_sp2_too9 img{
    position: absolute;
    width: 298px;
    top: 63px;
    left: 124px;
}
.main_sp2_too9_box{
    position: absolute;
    width: 520px;
    height: auto;
    top: 80px;
    right: 60px;
}
.main_sp2_too9_box h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too9_box p{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 29px;
}
.main_sp2_too9_box button{
    width: 300px;
    height: 60px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
    border-radius: 33px;
    color: #333;
    font-family: a2;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    margin-top: 20px;
}
.main_sp2_too9_box button:hover{
    box-shadow: 0px 12px 14px -4px rgba(255,213,73,0.2);
}
.main_sp2_too10{
    width: 100%;
    height: 808px;
    background: #1F2022 url("../img/lxs_new_bg_8.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.main_sp2_too10 img{
    position: absolute;
    width: 259px;
    right: 50px;
    bottom: 160px;
}
.main_sp2_too10_top{
    width: 100%;
    text-align: center;
    padding-top: 100px;
}
.main_sp2_too10_top h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too10_top p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}
.main_sp2_too10_box{
    width: 540px;
    height: auto;
    position: absolute;
    left: 40px;
    bottom: 100px;
}
.main_sp2_too10_box p{
    color: #fff;
    font-size: 15px;
    line-height: 29px;
}
.main_sp2_too11{
    width: 100%;
    height: 550px;
    background: #1F2022;
    margin: 0px 0 0 0;
    border-radius:0 0 14px 14px;
    position: relative;
}
.main_sp2_too11 img{
    position: absolute;
    width: 368px;
    top: 107px;
    left: 56px;
}
.main_sp2_too11_box{
    position: absolute;
    width: 585px;
    height: auto;
    top: 33px;
    right: 44px;
}
.main_sp2_too11_box h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too11_box p{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 29px;
}
.po_ab_font1{
    position: absolute;
    font-style: italic;
    font-size: 42px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    left: 306px;
    top: -30px;
}
.po_ab_font2{
    position: absolute;
    font-style: italic;
    font-size: 42px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    left: 395px;
    top: -30px;
}
.main_sp2_too12{
    width:100%;
    height: 580px;
    margin: 70px 0 0 0;
    background: url("../img/lxs_new_bg_9.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.main_sp2_too12_box{
    position: absolute;
    width: 450px;
    height: 460px;
    top: 60px;
    left: 60px;
}
.main_sp2_too12_box p{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
}
.main_sp2_too13{
    width:100%;
    height: 457px;
    margin: 50px 0 0 0;
    background: url("../img/lxs_new_bg_10.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.main_sp2_too13_box{
    position: absolute;
    width: 540px;
    height:auto;
    top: 50px;
    right: 110px;
}
.main_sp2_too13_box h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too13_box p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}
.main_sp2_too14{
    width:100%;
    height: auto;
    margin: 50px 0 0 0;
    background: #1F2022;
    border-radius: 14px;
    position: relative;
    padding: 30px;
}
.main_sp2_too15{
    width: 100%;
    height: 398px;
    margin: 0px 0 0 0;
    background: url("../img/lxs_new_bg_11.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.main_sp2_too15_box{
    position: absolute;
    width: 550px;
    height:auto;
    left: 50px;
    bottom: 97px;
    text-align: left;
}
.main_sp2_too15_box h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too15_box p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}
.main_sp2_too16{
    width: 100%;
    height: 378px;
    margin: 10px 0 0 0;
    background: url("../img/lxs_new_bg_12.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.main_sp2_too16_box{
    position: absolute;
    width: 553px;
    height:auto;
    right: 50px;
    top: 110px;
    text-align: right;
}

.main_sp2_too16_box p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}
.main_sp2_too17{
    width:100%;
    height: 585px;
    margin: 50px 0 0 0;
    background: url("../img/lxs_new_bg_13.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.main_sp2_too17_box{
    position: absolute;
    width: 535px;
    height:auto;
    top: 60px;
    left: 75px;
 }
.main_sp2_too17_box h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too17_box p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}
.main_sp2_too18{
    width: 100%;
    height: 460px;
    margin: 50px 0 0 0;
    background: url("../img/lxs_new_bg_14.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    padding: 50px 0 0 0;
}
.main_sp2_too18 h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too18 p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}
.main_sp2_too19{
    width: 100%;
    height: 457px;
    margin: 50px 0 50px 0;
    background: url("../img/lxs_new_bg_15.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: left;
}
.main_sp2_too19_box{
    position: absolute;
    width: 535px;
    height:auto;
    top: 90px;
    right: 115px;
}
.main_sp2_too19_box h2{
    font-size: 34px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 13px;
}
.main_sp2_too19_box p{
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}








.main_sp2_wap{
    width: 1280px;
    margin: 0 auto;
    padding: 100px 0;
}
.bnim_three{
    width: 100%;
    position: relative;
    text-align: center;
}
.bnim_three > p{
    font-size: 17px;
    color: #fff;
    line-height: 45px;
}
.bnim_four{
    width: 100%;
    margin: 70px 0 0 0;
    position: relative;
}
.bnim_four_top{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
}
.bnim_four_top > span{
    color: #fff;
    font-family: a3;
    font-size: 27px;
    font-weight: 700;
}
.bnim_four_top > span > img{
    margin: -10px 5px 0 0;
}
.bnim_four_b{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.bnim_four_b_box{
    width: 244px;
    height: 210px;
    background: #62393C;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.01);
    transition:all 0.3s ease;

}
.bnim_four_b_box > img{
    margin-top: 39px;
}
.bnim_four_b_box > p{
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}
.bnim_four_b_box:hover{
    background: #75464a;
    border: 1px solid rgba(241, 181, 52, 0.15);
}
.bnim_five{
    width: 100%;
    margin: 70px 0 0 0;
    position: relative;
}
.bnim_five_top{
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
}
.bnim_five_top > span{
    color: #fff;
    font-family: a3;
    font-size: 27px;
    font-weight: 700;
}
.bnim_five_top > span > img{
    margin: -10px 5px 0 0;
}
.bnim_five_b{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.bnim_five_b_box{
    width: 308px;
    height: 210px;
    background: #62393C;
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.01);
    transition:all 0.3s ease;

}
.bnim_five_b_box > img{
    margin-top: 39px;
}
.bnim_five_b_box > p{
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}
.bnim_five_b_box:hover{
    background: #75464a;
    border: 1px solid rgba(241, 181, 52, 0.15);
}
.zhanwei_border{
    width: 100%;
    height: 1px;
    background: #683E42;
    margin: 40px 0;
}
.bnim_six{
    width: 100%;
    height: 210px;
    border: 1px solid rgba(241, 181, 52, 0.12);
    background: #3f2022;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.bnim_six::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(241, 181, 52, 0.08) 40deg, transparent 80deg, transparent 180deg, rgba(241, 181, 52, 0.05) 220deg, transparent 260deg);
    animation: ctaRotate 8s linear infinite;
    pointer-events: none;
}
.bnim_six::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(241, 181, 52, 0.06), transparent 60%), radial-gradient(ellipse 60% 50% at 50% 100%, rgba(241, 181, 52, 0.08), transparent 60%), radial-gradient(circle at 20% 50%, rgba(241, 181, 52, 0.03), transparent 40%), radial-gradient(circle at 80% 50%, rgba(241, 181, 52, 0.03), transparent 40%);
    pointer-events: none;
}
@keyframes ctaRotate {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.main_sp3{
    width:100%;
    height: 460px;
    margin: 50px 0 0 0;
    background: url(../img/lxs_new_bg_2.png) no-repeat;
    background-size: 100% 100%;
}
.main_sp3_title_new{
    width: 100%;
    height: 140px;
    text-align: center;
    padding-top: 70px;
}
.main_sp3_title_new p{
    font-size: 32px;
    color: #fff;
    background: -webkit-linear-gradient(#FBEFCB, #D69C44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}
.main_sp3_box_new{
    width: 100%;
    height: calc(100% - 200px);
    padding:0 60px;
}
.main_sp3_box_n_l{
    width:465px;
    height: 100%;
    float: left;
}
.main_sp3_box_n_l p{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.main_sp3_box_n_r{
    width:465px;
    height: 100%;
    float: right;
}
.main_sp3_box_n_r p{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
}
.main_sp3_wap{
    width: 1280px;
    margin: 0 auto;
    padding: 0 ;
}
.bnim_seven {
    width: 100%;
    position: relative;
    text-align: center;
}
.bnim_twotwo{
    width: 100%;
    margin: 60px 0 0 0;
    position: relative;
}
.bnim_twotwo_in {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.bnim_twotwo_in_sp{
    width: 100%;
    height: 130px;
    background: #421E21;
    border: 1px solid #67373B;
    cursor: pointer;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 24px;
    padding: 24px 32px;
    transition:all 0.3s ease;
}
.bnim_twotwo_in_sp > div p{
    color: #fff;
    font-size: 16px;
}
/*.bnim_twotwo_in_sp > div p:first-child{
    margin-bottom: 10px;
}*/
.bnim_twotwo_in_sp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    transition: height 0.4s ease;
}
.bnim_twotwo_in_sp:nth-child(1)::before {
    background:#f1b534;
}
.bnim_twotwo_in_sp:nth-child(2)::before {
    background:#00d4ff;
}
.bnim_twotwo_in_sp:nth-child(3)::before {
    background:#ff2d78;
}
.bnim_twotwo_in_sp:nth-child(4)::before {
    background:#39ff14;
}
.bnim_twotwo_in_sp:hover {
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateY(0);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}
.bnim_twotwo_in_sp:hover::before {
    height: 100%;
}
.bnim_fivefive{
    width: 100%;
    margin: 25px 0 0 0;
    position: relative;
}

.bnim_fivefive_b{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.bnim_fivefive_b_box{
    width: 308px;
    height: 210px;
    background: #421E21;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 32px 14px rgba(149,100,104,0.52);
    border: 1px solid #916569;
    transition:all 0.3s ease;

}
.bnim_fivefive_b_box > img{
    margin-top: 39px;
}
.bnim_fivefive_b_box > p{
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}
.bnim_fivefive_b_box:hover{
    box-shadow: inset 0px 0px 32px 14px rgba(255,122,134,0.52);
}
.bnim_fivefivefive{
    width: 100%;
    margin: 25px 0 0 0;
    position: relative;
}

.bnim_fivefivefive_b{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.bnim_fivefivefive_b_box{
    width: 416px;
    height: 210px;
    background: #421E21;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 32px 14px rgba(149,100,104,0.52);
    border: 1px solid #916569;
    transition:all 0.3s ease;

}
.bnim_fivefivefive_b_box > img{
    margin-top: 39px;
}
.bnim_fivefivefive_b_box > p{
    font-size: 15px;
    color: #fff;
    line-height: 50px;
}
.bnim_fivefivefive_b_box:hover{
    box-shadow: inset 0px 0px 32px 14px rgba(255,122,134,0.52);
}
.bnim_nine{
    width: 100%;
    margin:0;
    position: relative;
    padding: 0 19px 0 19px;
}
.bnim_nine_b{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
}
.bnim_nine_b_box{
    width: 380px;
    height: 205px;
    background: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.bnim_eight{
    width: 100%;
    margin: 25px 0 0 0;
    position: relative;
}
.bnim_eight_b {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.bnim_eight_b_box {
    width: 416px;
    height: 210px;
    background: #421E21;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0px 0px 32px 14px rgba(149, 100, 104, 0.52);
    border: 1px solid #916569;
    transition: all 0.3s ease;
    display: grid;
    align-items: center;
}
.bnim_eight_b_box > div > p{
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
}
.bnim_eight_b_box:hover{
    box-shadow: inset 0px 0px 32px 14px rgba(255,122,134,0.52);
}
.bnim_one video{
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -332.5px;
}
.ms_n_1{
    display: none;
}
.ms_n_2{
    display: none;
}
.ms_n_3{
    display: none;
}
.ms_n_4{
    display: none;
}
.ms_n_5{
    display: none;
}
.ms_n_6{
    display: none;
}
.ms_n_7{
    display: none;
}
.ms_n_8{
    display: none;
}
.ms_n_9{
    display: none;
}
.ms_n_10{
    display: none;
}
.ms_n_11{
    display: none;
}
.ms_n_12{
    display: none;
}
.ms_n_13{
    display: none;
}
.ms_n_14{
    display: none;
}
.ms_n_15{
    display: none;
}
.ms_n_16{
    display: none;
}
.ms_n_17{
    display: none;
}
.ms_n_18{
    display: none;
}
.ms_n_19{
    display: none;
}
.ms_n_20{
    display: none;
}
.ms_n_21{
    display: none;
}
.ms_n_22{
    display: none;
}

@media screen and (max-width: 750px){
    body {
        min-width:0;
        max-width: 750px;
    }
    .evolution_header{
        display: none !important;
    }
    .wrap_complete {
        width: 100% !important;

    }
    .main_sp1{
        width: 100%;margin: 0 auto;
        padding: 0px !important;
    }

    .bnim_one{
        width: 100%;
        height: 170px !important;
        margin: 20px 0 0 0;
        position: relative;
        text-align: center;
    }
    .bnim_one > img{
        width: 280px !important;
    }
    .bnim_one > p{
        font-size: 12px !important;
        color: #fff;
        line-height: 35px;
    }
    .bnim_two{
        width: 100%;
        margin: 60px 0 0 0;
        position: relative;
    }
    .bnim_two_in{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .bnim_two_new_img1 {
        width: 100px;
        margin-top: 10px;
    }
    .bnim_two_new_p1 {
        font-size: 15px;
        font-style: italic;
        color: #fff;
        background: -webkit-linear-gradient(#FEF130, #FBA20D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        padding: 15px 0 0 0;
    }
    .bnim_two_new_p2 {
        font-size:17px;
        font-weight: 700;
        font-family: a2;
        color: #fff;
        padding: 15px 0 0 0;
    }
    .bnim_two_new_img2 {
        width: calc(100% - 40px);
        margin-top: 15px;
    }


    .ms_n_4{
        display: block;
    }

    .bnim_two_in_sp{
        width: 100%;
        height: 100%;
        background: #421E21;
        border: 1px solid #67373B;
        cursor: pointer;
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        align-items: center;
        gap: 10px;
        padding: 13px 15px;
        transition:all 0.3s ease;
    }
    .bnim_two_in_sp > img{
        width: 40px;
    }
    .bnim_two_in_sp > div p{
        color: #fff;
        font-size: 12px;
    }
    .bnim_two_in_sp > div p:first-child{
        margin-bottom: 5px;
    }
    .bnim_two_in_sp::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 0;
        transition: height 0.4s ease;
    }
    .bnim_two_in_sp:nth-child(1)::before {
        background:#f1b534;
    }
    .bnim_two_in_sp:nth-child(2)::before {
        background:#00d4ff;
    }
    .bnim_two_in_sp:nth-child(3)::before {
        background:#ff2d78;
    }
    .bnim_two_in_sp:nth-child(4)::before {
        background:#39ff14;
    }
    .bnim_two_in_sp:hover {
        border-color: rgba(255, 255, 255, 0.08);
        transform: translateY(0);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    }
    .bnim_two_in_sp:hover::before {
        height: 100%;
    }
    .ms_n_1{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_1.png);
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 40px 23px 40px 23px;
        text-align: left;
    }
    .ms_n_1 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
    }
    .ms_n_1 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_1 button {
        width:100%;
        height: 43px;
        background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
        border-radius: 23px;
        color: #333;
        font-family: a2;
        font-size: 13px;
        font-weight: 900;
        cursor: pointer;
        margin-top: 15px;
    }
    .ms_n_2{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_2.png);
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 40px 23px 40px 23px;
        text-align: left;
    }
    .ms_n_2 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    .ms_n_2 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_3{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_3.png);
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 40px 23px 150px 23px;
        text-align: left;
    }
    .ms_n_3 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
    }
    .ms_n_3 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_5{
        display: block;
        width:100%;
        margin: 0px 0 0 0;
        /*background-image: url(../img/ms_b_3.png);*/
        background: #0a0a0a;
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 15px 23px 15px 23px;
        text-align: left;
    }
    .ms_n_5 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
    }
    .ms_n_5 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_6{
        width: 100%;
        background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
        height: 6px;
        display: block;
    }
    .ms_n_7{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_7.png);
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 40px 23px 130px 23px;
        text-align: left;
    }
    .ms_n_7 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
    }
    .ms_n_7 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_8{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_8.png);
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 25px 23px 40px 23px;
        text-align: left;
    }
    .ms_n_8 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
    }
    .ms_n_8 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_8_in{
        width: 100%;
        height: 43px;
        margin-top: 15px;
    }
    .ms_n_8_in_l{
        width: 220px;
        height: 43px;
        background: rgba(255,255,255,0.1);
        border-radius: 22px;
        float: left;
        position: relative;
    }
    .ms_n_8_in_l input{
        width: 100%;
        height: 43px;
        background: none;
        border: 0;
        padding: 0 0 0 40px;
        color: #fff;
        font-size: 13px;
        font-family: a2;
    }
    .ms_n_8_in_l img{
        width: 14px;
        height: 14px;
        position: absolute;
        left: 15px;
        top: 14px;
    }
    .ms_n_8_in_l input::placeholder{
        color: #fff;
        font-size: 13px;
        font-family: a2;
    }
    .ms_n_8_in_r{
        width: calc(100% - 225px);
        margin-left: 5px;
        height: 43px;
        float: left;
    }
    .ms_n_8_in_r button{
        width: 100%;
        height: 43px;
        background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
        border-radius: 22px;
        color: #333;
        font-size: 13px;
        font-family: a3;
        font-weight: 700;
    }
    .ms_n_9{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_9.png);
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 40px 23px 40px 23px;
        text-align: left;
    }
    .ms_n_9 h3 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    .ms_n_9 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_10{
        width: 100%;
        margin: 15px 0 0 0;
        text-align: left;
        display: block;
    }
    .ms_n_10_in{
        width: 100%;
        line-height: 23px;
    }
    .ms_n_10_in_span1{
        padding: 5px 7px;
        background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
        border-radius: 50%;
        color: #151515;
        font-size: 12px;
    }
    .ms_n_10_in_span2{
        font-size: 20px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-left: 6px;
    }
    .ms_n_10 p{
        font-size: 13px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .main_sp2_too8 {
        width: 100%;
        height: auto;
        position: relative;
        text-align: center;
        margin-top: 15px;
    }
    .main_sp2_too8 img{
        width: 100%;
    }

    .ms_n_11{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        /*background-image: url(../img/ms_b_8.png);*/
        background: #1F2022;
        border-radius: 7px 7px 0 0;
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 25px 23px 25px 23px;
        text-align: center;
    }
    .ms_n_11 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    .ms_n_11 img{
        width: 45%;
        margin: 10px 0;
    }
    .ms_n_11 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: left;
    }
    .ms_n_11 button{
        width: 100%;
        height: 43px;
        background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
        border-radius: 23px;
        color: #333;
        font-family: a2;
        font-size: 13px;
        font-weight: 900;
        cursor: pointer;
        margin-top: 15px;
    }
    .ms_n_12{
        display: block;
        width:100%;
        margin:0;
        background:#1F2022 url(../img/ms_b_12.png);
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 45px 23px 45px 23px;
        text-align: center;
    }
    .ms_n_12 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    .ms_n_12 img{
        width: 50%;
        margin: 10px 0;
    }
    .ms_n_12 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: left;
    }
    .ms_n_13{
        display: block;
        width:100%;
        margin: 0;
        /*background-image: url(../img/ms_b_8.png);*/
        background: #1F2022;
        border-radius: 0 0 7px 7px;
        background-size: cover;
        text-align: center;
        background-position: center;
        padding: 25px 23px 25px 23px;
        text-align: center;
    }
    .ms_n_13 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    .ms_n_13 img{
        width: 50%;
        margin: 10px 0;
    }
    .ms_n_13 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: left;
    }
    .ms_n_14{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        /*background-image: url(../img/ms_b_8.png);*/
        background: #151515;
        background-size: cover;
        text-align: center;
        background-position: center;
        text-align: center;
    }
    .ms_n_14 img{
        width: 100%;
    }
    .ms_n_15{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        /*background-image: url(../img/ms_b_8.png);*/
        background: #0a0a0a;
        background-size: cover;
        text-align: center;
        background-position: center;
        text-align: left;
        padding: 0px 23px 15px 23px;
    }
    .ms_n_15 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: left;
    }
    .ms_n_15 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: left;
    }
    .ms_n_16{
        display: block;
        width:100%;
        margin: 0;
        background-image: url(../img/ms_b_16.png);
        background-size: cover;
        text-align: center;
        margin: 15px 0 0 0;
        background-position: center;
        padding: 55px 23px 35px 23px;
        text-align: left;
    }
    .ms_n_16 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .ms_n_16 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_17{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        /*background-image: url(../img/ms_b_8.png);*/
        background: #1F2022;
        background-size: cover;
        text-align: center;
        background-position: center;
        text-align: left;
        padding: 15px;
        border-radius: 7px;
    }
    .ms_n_18{
        display: block;
        width:100%;
        margin: 0;
        background-image: url(../img/ms_b_18.png);
        background-size: cover;
        background-position: center;
        padding: 20px 15px 30px 15px;
        text-align: left;
    }
    .ms_n_18 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .ms_n_18 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_19{
        display: block;
        width:100%;
        margin: 25px 0 0 0;
        background-image: url(../img/ms_b_19.png);
        background-size: cover;
        background-position: center;
        padding: 55px 15px 30px 15px;
        text-align: left;
    }
    .ms_n_19 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_20{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_20.png);
        background-size: cover;
        background-position: center;
        padding: 40px 23px 200px 23px;
        text-align: left;
    }
    .ms_n_20 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .ms_n_20 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: left;
    }
    .ms_n_21{
        display: block;
        width:100%;
        margin: 15px 0 0 0;
        background-image: url(../img/ms_b_21.png);
        background-size: cover;
        background-position: center;
        padding: 40px 23px 40px 23px;
        text-align: left;
    }
    .ms_n_21 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
        text-align: center;
    }
    .ms_n_21 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }
    .ms_n_22{
        display: block;
        width:100%;
        margin: 15px 0 25px 0;
        background-image: url(../img/ms_b_22.png);
        background-size: cover;
        background-position: center;
        padding: 55px 23px 175px 23px;
        text-align: left;
    }
    .ms_n_22 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FBEFCB, #D69C44);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;

    }
    .ms_n_22 p {
        font-size: 12px;
        color: #FFFFFF;
        line-height: 27px;
    }







    .main_sp2_too2{
        display: none;
    }
    .main_sp2_too10{
        display: none;
    }
    .main_sp2_too11{
        display: none;
    }
    .main_sp2_too12{
        display: none;
    }
    .main_sp2_too13{
        display: none;
    }
    .main_sp2_too14{
        display: none;
    }
    .main_sp2_too17{
        display: none;
    }
    .main_sp2_too18{
        display: none;
    }
    .main_sp2_too19{
        display: none;
    }
    .main_sp2_too6{
        display: none;
    }
    .main_sp2_too7{
        display: none;
    }
    .main_sp2_too9{
        display: none;
    }
    .main_sp2_too3{
        display: none;
    }
    .main_sp2_too{
        display: none;
    }
    .main_sp2_too4{
        display: none;
    }
    .main_sp2_too5{
        display: none;
    }
    .main_sp3{
      display: none;
    }
    .main_sp2{
        width:100%;
        margin: 10px 0 0 0;
        background-image: url(../img/lxs_new_bg_1.png);
        background-size: cover;
        padding: 40px 23px 0 23px;
        text-align: center;
        background-position: center;
        display: none;
    }
    .main_sp2 h2 {
        font-size: 25px;
        color: #fff;
        background: -webkit-linear-gradient(#FEF130, #FBA20D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .main_sp2 p {
        font-size: 13px;
        color: #FFFFFF;
        line-height: 30px;
    }




    .main_sp2_wap{
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
    }
    .bnim_three{
        width: 100%;
        position: relative;
        text-align: center;
    }
    .bnim_three > img{
        width: 50%;
    }
    .bnim_three > p{
        font-size: 12px;
        color: #fff;
        line-height: 20px;
        padding: 7px 20px;
    }
    .bnim_four{
        width: 100%;
        margin: 20px 0 0 0;
        position: relative;
    }
    .bnim_four_top{
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 15px;
    }
    .bnim_four_top > span{
        color: #fff;
        font-family: a3;
        font-size: 12px;
        font-weight: 700;
    }
    .bnim_four_top > span > img{
        height: 21px;
        margin: -5px 5px 0 0;
    }
    .bnim_four_b{
        width: 100%;
        display: block;
        grid-template-columns:none;

    }
    .bnim_four_b_box{
        width: 244px;
        height: 105px;
        background: #62393C;
        text-align: center;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.01);
        transition:all 0.3s ease;
        float: left;
        margin-left: 3px;
        padding: 16px 0px;
    }
    .bnim_four_b_box:nth-child(1){
        width:calc(100%/3 - 6px/3);
        margin-left: 0;
    }
    .bnim_four_b_box:nth-child(2){
        width:calc(100%/3 - 6px/3);

    }
    .bnim_four_b_box:nth-child(3){
        width:calc(100%/3 - 6px/3);

    }
    .bnim_four_b_box:nth-child(4){
        width:calc(100%/2 - 3px/2);
        margin-left: 0;
        margin-top: 3px;
    }
    .bnim_four_b_box:nth-child(5){
        width:calc(100%/2 - 3px/2);
        margin-top: 3px;
    }
    .bnim_four_b_box > img{
        margin-top: 0px;
        height: 50px !important;
    }
    .bnim_four_b_box > p{
        font-size: 10px;
        color: #fff;
        line-height: normal;
        margin-top: 5px;
    }
    .bnim_four_b_box:hover{
        background: #75464a;
        border: 1px solid rgba(241, 181, 52, 0.15);
    }
    .bnim_five{
        width: 100%;
        margin: 25px 0 0 0;
        position: relative;
    }
    .bnim_five_top{
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: left;
        margin-bottom: 15px;
    }
    .bnim_five_top > span{
        color: #fff;
        font-family: a3;
        font-size: 12px;
        font-weight: 700;
    }
    .bnim_five_top > span > img{
        height: 21px;
        margin: -5px 5px 0 0;
    }
    .bnim_five_b{
        width: 100%;
        display: block;
        grid-template-columns: none;
        gap: normal;
    }
    .bnim_five_b_box{
        width: 308px;
        height: 105px;
        background: #62393C;
        text-align: center;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.01);
        transition:all 0.3s ease;
        float: left;
        margin-left: 3px;
        padding: 16px 0;
    }
    .bnim_five_b_box:nth-child(1){
        width:calc(100%/2 - 3px/2);
        margin-left: 0;
    }
    .bnim_five_b_box:nth-child(2){
        width:calc(100%/2 - 3px/2);
    }
    .bnim_five_b_box:nth-child(3){
        width:calc(100%/2 - 3px/2);
        margin-left: 0;
        margin-top: 3px;
    }
    .bnim_five_b_box:nth-child(4){
        width:calc(100%/2 - 3px/2);
        margin-top: 3px;
    }
    .bnim_five_b_box > img{
        margin-top: 0px;
        height: 50px;
    }
    .bnim_five_b_box > p{
        font-size: 10px;
        color: #fff;
        line-height: normal;
        margin-top: 5px;
    }
    .bnim_five_b_box:hover{
        background: #75464a;
        border: 1px solid rgba(241, 181, 52, 0.15);
    }
    .zhanwei_border{
        width: 100%;
        height: 1px;
        background: #683E42;
        margin: 20px 0;
    }
    .bnim_six{
        width: 100%;
        height: 105px;
        border: 1px solid rgba(241, 181, 52, 0.12);
        background: #3f2022;
        position: relative;
        overflow: hidden;
        text-align: center;
        transition: opacity 0.6s ease, transform 0.6s ease;
        padding: 0 10px;
    }
    .bnim_six::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: conic-gradient(from 0deg, transparent 0deg, rgba(241, 181, 52, 0.08) 40deg, transparent 80deg, transparent 180deg, rgba(241, 181, 52, 0.05) 220deg, transparent 260deg);
        animation: ctaRotate 8s linear infinite;
        pointer-events: none;
    }
    .bnim_six::after {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(241, 181, 52, 0.06), transparent 60%), radial-gradient(ellipse 60% 50% at 50% 100%, rgba(241, 181, 52, 0.08), transparent 60%), radial-gradient(circle at 20% 50%, rgba(241, 181, 52, 0.03), transparent 40%), radial-gradient(circle at 80% 50%, rgba(241, 181, 52, 0.03), transparent 40%);
        pointer-events: none;
    }
    .bnim_six_con > img{
        margin-top: 32px !important;
    }
    @keyframes ctaRotate {
        0% {transform: rotate(0deg);}
        100% {transform: rotate(360deg);}
    }
    .main_sp3{
        width:100%;
        margin: 20px 0 0 0;
        background: #512529;
        padding: 0 10px;
    }
    .main_sp3_wap{
        width: 100%;
        margin: 0 auto;
        padding: 0 ;
    }
    .bnim_seven {
        width: 100%;
        position: relative;
        text-align: center;
    }
    .bnim_seven > img {
        width: 50%;
    }
    .bnim_twotwo{
        width: 100%;
        margin: 20px 0 0 0;
        position: relative;
    }
    .bnim_twotwo_in {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .bnim_twotwo_in_sp{
        width: 100%;
        height: 100%;
        background: #421E21;
        border: 1px solid #67373B;
        cursor: pointer;
        display: grid;
        grid-template-columns: auto 1fr auto auto;
        align-items: center;
        gap: 10px;
        padding: 13px 15px;
        transition: all 0.3s ease;
    }
    .bnim_twotwo_in_sp > img {
        width: 40px;
    }
    .bnim_twotwo_in_sp > div p{
        color: #fff;
        font-size: 12px;
    }
    /*.bnim_twotwo_in_sp > div p:first-child{
        margin-bottom: 10px;
    }*/
    .bnim_twotwo_in_sp::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 0;
        transition: height 0.4s ease;
    }
    .bnim_twotwo_in_sp:nth-child(1)::before {
        background:#f1b534;
    }
    .bnim_twotwo_in_sp:nth-child(2)::before {
        background:#00d4ff;
    }
    .bnim_twotwo_in_sp:nth-child(3)::before {
        background:#ff2d78;
    }
    .bnim_twotwo_in_sp:nth-child(4)::before {
        background:#39ff14;
    }
    .bnim_twotwo_in_sp:hover {
        border-color: rgba(255, 255, 255, 0.08);
        transform: translateY(0);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    }
    .bnim_twotwo_in_sp:hover::before {
        height: 100%;
    }
    .bnim_fivefive{
        width: 100%;
        margin: 10px 0 0 0;
        position: relative;
    }

    .bnim_fivefive_b{
        width: 100%;
        display: block;
        grid-template-columns: none;
        gap: normal;
    }
    .bnim_fivefive_b_box{
        width: 308px;
        height: 105px;
        background: #62393C;
        text-align: center;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.01);
        transition: all 0.3s ease;
        float: left;
        margin-left: 3px;
        padding: 16px 0;

    }
    .bnim_fivefive_b_box:nth-child(1){
        width: calc(100% / 2 - 3px / 2);
        margin-left: 0;
    }
    .bnim_fivefive_b_box:nth-child(2){
        width: calc(100% / 2 - 3px / 2);

    }
    .bnim_fivefive_b_box:nth-child(3){
        width: calc(100% / 2 - 3px / 2);
        margin-left: 0;
        margin-top: 3px;
    }
    .bnim_fivefive_b_box:nth-child(4){
        width: calc(100% / 2 - 3px / 2);
        margin-top: 3px;
    }
    .bnim_fivefive_b_box > img{
        margin-top: 0px;
        height: 50px;
    }
    .bnim_fivefive_b_box > p{
        font-size: 10px;
        color: #fff;
        line-height: normal;
        margin-top: 5px;
    }
    .bnim_fivefive_b_box:hover{
        box-shadow: inset 0px 0px 32px 14px rgba(255,122,134,0.52);
    }
    .bnim_fivefivefive{
        width: 100%;
        margin: 10px 0 0 0;
        position: relative;
    }

    .bnim_fivefivefive_b{
        width: 100%;
        display: block;
        grid-template-columns: none;
        gap: normal;
    }
    .bnim_fivefivefive_b_box{
        width: 416px;
        height: 105px;
        background: #62393C;
        text-align: center;
        cursor: pointer;
        border: 1px solid rgba(255, 255, 255, 0.01);
        transition: all 0.3s ease;
        float: left;
        margin-left: 3px;
        padding: 16px 0;

    }
    .bnim_fivefivefive_b_box:nth-child(1){
        width: calc(100% / 3 - 6px / 3);
        margin-left: 0;
    }
    .bnim_fivefivefive_b_box:nth-child(2){
        width: calc(100% / 3 - 6px / 3);

    }
    .bnim_fivefivefive_b_box:nth-child(3){
        width: calc(100% / 3 - 6px / 3);

    }
    .bnim_fivefivefive_b_box > img{
        margin-top: 0px;
        height: 50px;
    }
    .bnim_fivefivefive_b_box > p{
        font-size: 10px;
        color: #fff;
        line-height: normal;
    }
    .bnim_fivefivefive_b_box:hover{
        box-shadow: inset 0px 0px 32px 14px rgba(255,122,134,0.52);
    }
    .bnim_nine{
        width: 100%;
        margin:0;
        position: relative;
        padding: 0 7px 0 7px;
    }
    .bnim_nine_b{
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .bnim_nine_b_box{
        width: 100%;
        height:100%;
        background: none;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .bnim_eight{
        width: 100%;
        margin: 10px 0 0 0;
        position: relative;
    }
    .bnim_eight_b {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 3px;
    }
    .bnim_eight_b_box {
        width: 100%;
        height: 105px;
        background: #421E21;
        text-align: center;
        cursor: pointer;
        box-shadow: inset 0px 0px 32px 14px rgba(149, 100, 104, 0.52);
        border: 1px solid #916569;
        transition: all 0.3s ease;
        display: grid;
        align-items: center;
    }
    .bnim_eight_b_box > div > p{
        color: #fff;
        font-size: 10px;
        padding: 2px 0;
    }
    .bnim_eight_b_box:hover{
        box-shadow: inset 0px 0px 32px 14px rgba(255,122,134,0.52);
    }
    .bnim_one video{
        width: 280px !important;
        height: 250px !important;
        position: absolute;
        top: -50px;
        left: 50%;
        margin-left: -140px;
    }
}

.footer_in{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}
.footer_in_box{
    width: 100%;
    height: 320px;
    background: #512529;
    text-align: center;
    transition: all 0.3s ease;
    display: grid;
    align-items: center;
}
.footer_in_box > div > p{
    color: #A89294;
    font-size: 13px;
    padding: 8px 0;
}
@media screen and (max-width: 750px){
    footer {
        width: 100%;
        height: 215px;
        margin: 0;
        background: #512529;
    }
    .footer_in{
        width: 100%;
        padding: 0 00px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
    .footer_in_box{
        width: 100%;
        height: 215px;
        background: #512529;
        text-align: center;
        transition: all 0.3s ease;
        display: grid;
        align-items: center;
        padding: 0 35px;
    }
    .footer_in_box > div > p{
        color: #A89294;
        font-size: 11px;
        padding: 5px 0;
    }
}


.footer_in{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}
.footer_in_box{
    width: 100%;
    height: 320px;
    background: #0F0F0F;
    text-align: center;
    transition: all 0.3s ease;
    display: grid;
    align-items: center;
}
.footer_in_box > div > p{
    color: #666;
    font-size: 13px;
    padding: 8px 0;
}
.m_menu_fix{
    float: left;
    width: 100%;
    height: 16vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: url(../img/bg_footer.png) center top no-repeat;
    background-size: cover;
    display: none;
}
@media screen and (max-width: 750px){
    .m_menu_fix{
        display: block;
    }
    .m_menu_fix ul {
        width: 100%;
        height: 100%;
        margin: 3vw 0 0 0;
    }
    .m_menu_fix li {
        float: left;
        width: 20%;
        height: 100%;
    }
    .m_menu_fix li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 8px 5px 5px;
        text-align: center;
        font-weight: 500;
        font-size: 10px;
        color: #ffffff;
        line-height: 1.5;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .m_menu_fix li a img {
        display: inline-block;
        margin: 0 0 5px 0;
    }
    .m_menu_fix li:nth-child(3) a {
        width: 11.2vw;
        height: 11.2vw;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%);
        border-radius: 50%;
        background: #2F2F2F;
        font-size: 16px;
        color: #000000;
    }
    footer {
        width: 100%;
        height: 215px;
        margin: 0;
        background: #512529;
    }
    .footer_in{
        width: 100%;
        padding: 0 00px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 5px;
    }
    .footer_in_box{
        width: 100%;
        height: 215px;
        background: #0F0F0F;
        text-align: center;
        transition: all 0.3s ease;
        display: grid;
        align-items: center;
        padding: 0 35px;
    }
    .footer_in_box > div > p{
        color: #666;
        font-size: 10px;
        padding: 5px 0;
    }
}


@media screen and (max-width: 750px){
    .wrap_content{
        padding: 0 15px;
    }
    .gur_but {
		display: flex;
        width: 100%;
        height: 32px;
        text-align: center;
    }
    .gur_but .gur_but_but {
        width: 100%;
        height: 32px;
        color: #2d2b25;
        font-family: a3;
        font-size: 12px;
        cursor: pointer;
        line-height: 30px;
        transition: all .5s ease;
        position: relative;
    }
    .gur_but .gur_but_but2 {
        margin-left: 15px !important;
    }
    .mb50 {
        margin-bottom: 20px !important;
    }
}


.view_top_row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 95px;
    line-height: 95px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(103,55,59,0.94);
}
.view_top_row h2{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-bottom: 2px;
    font-family: a2;
}
@media screen and (max-width: 750px){
    .wrap_content{
        padding: 0 15px;
    }
    .view_top_row {

        width: 100%;
        height: 60px;
        line-height: 60px;

    }
    .view_top_row h2 {

        font-size: 15px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 0px;
        font-family: a3;
    }
    .u_gall {
        margin-top: 20px !important;
    }
    .u_gall_table {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px 15px !important;
    }
    .u_gall_table .u_item ._userItem .u_thumb {

        border-radius: 5px !important;
        overflow: hidden;
    }
    .u_gall_table .u_item ._userItem .u_txt {
        padding: 7px 0 0 !important;
    }
    .u_gall_table .u_item ._userItem .u_txt .u_tit h2 {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .u_gall_table .u_item ._userItem .u_txt .u_tit span {

        font-size: 12px !important;

    }
    .u_gall_table .u_item ._userItem .u_txt .u_stat {
        gap: 10px !important;
    }

    .u_gall_table .u_item ._userItem .u_txt .u_stat li {
        font-size: 11px !important;
        text-align: center;
        position: relative;
        color: #b39e9e;
    }
    .u_gall_table .u_item .u_writer {
        gap: 5px;
        margin-top: 5px !important;
    }
    .u_gall_table .u_item .u_writer .u_box ._userView {

        font-size: 12px !important;
        color: #fff;
        word-break: keep-all;
    }
    .u_gall_table .u_item .u_writer .u_box ._userView span {
        flex-shrink: 0;
        width: 15px !important;
        height: 15px !important;
    }
}


.link{
    color: inherit;
}
.hand{
    cursor:pointer;
}
.view_top_row{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 95px;
    line-height: 95px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.view_top_row h2{
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    margin-bottom: 2px;
    font-family: a2;
}
.view_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    margin-left: auto;
}
.view_stat > li {
    display: inline-flex;
    justify-content: flex-start;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #999;
    position: relative;
    font-family: a2;
}
 .view_txtcon {
    width: 100%;
    height: auto;
    position: relative;
    padding: 40px 0 30px;
}
 .view_txtcon .view_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    color:#e7ecf5;
    line-height: 1.5;
}
 .view_txtcon .view_txt img {
    width: auto;
    max-width: 100%;
}
.view_txtcon .view_txt p {
   color: #E09600;
    font-family: a2;
    font-size: 20px;
}
.view_top_row2{
    width: 100%;
    height: 150px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
}
.vtr_i{
    width: 70px;
    height: 70px;
    margin: 40px 20px 0 0;

}
.vtr_u{
    width: auto;
    height: 70px;
    margin: 40px 0 0 0;
    justify-content: center;

}
.vtr_u_1{
    height: 40px;
    text-align: left;
    line-height: 40px;
    gap: 10px;
}
.vtr_u_1_name{
    font-size: 15px;
    font-family: a2;
    color: #fff;
}
.vtr_u_1_lv{
    font-size: 15px;
    color: #fff;
    font-family: a2;

}
.vtr_u_2{
    height: 30px;
    text-align: left;
    line-height: 30px;
    gap: 10px;
    font-size: 15px;
    color: #fff;
    font-family: a2;
}
.vtr_u_2 > span img {
    margin-top: -3px;
}
.u_fan{
    position: absolute;
    width: 90px;
    height: 35px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
    border-radius: 16px;
    right: 99px;
    top: 57.5px;
    font-size: 16px;
    color: #333;
    font-family: a3;
    cursor: pointer;
}
.u_fan:hover{
    opacity: 0.8;
}
.u_right{
    position: absolute;
    width: 90px;
    height: 35px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
    border-radius: 16px;
    right: 0;
    top: 57.5px;
    font-size: 16px;
    color: #333;
    font-family: a3;
    cursor: pointer;
}
.u_right:hover, .u_left:hover{
    opacity: 0.8;
}
.u_left{
	position: absolute;
	width: 90px;
	height: 35px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
	border-radius: 16px;
	right: 200px;
	top: 57.5px;
	font-size: 16px;
	color: #333;
	font-family: a3;
	cursor: pointer;
}
.u_xia{
    position: absolute;
    width: 90px;
    height: 35px;
    background: #DBA104;
    border-radius: 8px;
    right: 0;
    top: 57.5px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: a3;
    cursor: pointer;
}
.u_xia:hover{
    opacity: 0.8;
}
@media screen and (max-width: 750px){
    .wrap_content{
        padding: 0 15px;
    }
    .view_top_row {

        width: 100%;
        height: 60px;
        line-height: 60px;

    }
    .view_txtcon .view_txt img {
        width: 100%;
        max-width: 100%;
    }
    .view_top_row h2 {

        font-size: 15px;
        color: #fff;
        line-height: 30px;
        margin-bottom: 0px;
        font-family: a3;
    }
    .view_top_row2{
        height: 60px;
    }
    .vtr_i {
        width: 30px;
        height: 30px;
        margin: 15px 7px 0 0;
    }
    .vtr_u {
        width: calc(100% - 40px);
        height: 60px;
        margin: 5px 0 0 0;
        justify-content: center;
    }
    .vtr_u_1 {
        height: 25px;
        text-align: left;
        line-height:30px;
        gap: 5px;
    }
    .vtr_u_1 > img{
        width: 13px !important;
        height: 13px !important;
        margin-top: 8px !important;
    }
    .vtr_u_1_name {
        font-size: 12px;
        font-family: a2;
        color: #fff;
    }
    .vtr_u_1_lv {
        font-size: 12px;
        color: #fff;
        font-family: a2;
    }
    .vtr_u_2 {
        height: 20px;
        text-align: left;
        line-height: 20px;
        gap: 3px;
        font-size: 10px;
        color: #fff;
        font-family: a2;
    }
    .vtr_u_2 > span img {
        height: 10px;
        margin-top: -1.5px;
    }
    .u_fan {
        position: absolute;
        width: 100px;
        height: 30px;
        background: linear-gradient(180deg, #FEF130 0%, #FBA20D 100%);;
        border-radius: 16px;
        left: 0px;
        top: 70px;
        font-size: 11px;
        color: #333;
        font-family: a3;
        cursor: pointer;
    }
    .u_xia {
        position: absolute;
        width: 100px;
        height: 30px;
        background: #DBA104;
        border-radius: 4px;
        left: 110px;
        top: 70px;
        font-size: 11px;
        color: #FFFFFF;
        font-family: a3;
        cursor: pointer;
    }
    .view_txtcon {
        width: 100%;
        height: auto;
        position: relative;
        padding: 0px 0 0px;
        margin-top: 20px;
    }
    .view_txtcon .view_txt p {
        color: #E09600;
        font-family: a2;
        font-size: 12px;
    }
    .zan{
        height: 40px !important;
    }
    .zan button {
        width: 130px !important;
        height: 32px !important;
        position: relative;
        border-radius: 15px !important;
        border: 1px solid #FEF130;
        background: none;
        font-size: 11px !important;
        color: #fff;
        font-family: a3;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        transition: all .3s;
    }
    .zan button:first-child:before {
        content: "";
        height: 12px !important;
        width: 12px !important;
        display: block;
        clear: both;
        background-size: 12px 12px !important;
        position: absolute;
        top: 9px !important;
        left: 36px !important;
    }
    .zan button:last-child:before {
        content: "";
        height: 12px !important;
        width: 12px !important;
        display: block;
        clear: both;
        background-size: 12px 12px !important;
        position: absolute;
        top: 10px !important;
        left: 31px !important;
    }
    .zan button:first-child.on:first-child:before {
        background-size: 12px 12px !important;
    }
    .zan button:last-child:hover:last-child:before {
        background-size: 12px 12px !important;
    }
    .view_comments{
        margin-top: 15px !important;
        border-top: 3px solid  rgba(255,255,255,0.1) !important;
        padding-top:15px !important;
    }
    .view_comtheader{
        margin-bottom: 15px !important;
    }
    .view_comtheader p {
        font-size: 12px !important;
    }
    .comt_textarea{
        height: 82px !important;
        min-height: 82px !important;
    }
    .comt_textarea>textarea {
        width: 100%;
        height: 100%;
        position: relative;
        background: #1F2022;
        border: 0px solid #67373b;
        padding: 15px;
        resize: none;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
    }
    .comt_button>button {
        width: 75px !important;
        height: 25px !important;
        position: relative;
        border: 0;
        font-size: 11px !important;
        color: #444;
        padding: 6px 10px;
        border-radius: 1px;
        cursor: pointer;
        font-family: a3;
        transition: all .3s;
    }
    .view_comtlist{
        margin-top: 15px !important;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_img {
        width: 30px !important;
        height: 30px !important;
        position: relative;
        border-radius: 5rem;
        margin-top: 5px !important;
        overflow: hidden;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .writer_name_comt {
        margin-bottom: 1px !important;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .writer_name_comt .writer_name .writer_box a {
        color: #fff;
        font-size: 12px !important;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .writer_name_comt .writer_name .writer_box a > span > img{
        width: 16px !important;
        height: 16px !important;
        margin-bottom: -5px;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .writer_name_comt .writer_name p {
        font-size: 12px !important;
        color: #fff;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt p {
        font-size: 11px !important;
        color: #fff;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .comt_stat li button {
        width: 110px;
        height: 30px !important;

        color: #fff;
        font-size: 12px !important;
        cursor: pointer;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .comt_stat li button:first-child:before {
        height: 12px !important;
        width: 12px !important;
        background-size: 12px 12px !important;
        top: 8px !important;
        left: 25px;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .comt_stat li button:first-child {
        padding-left: 15px !important;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .comt_stat li button:last-child {
        padding-left: 15px !important;
    }
    .view_comtlist .comt_listbox li .writer_infobox .writer_comt .comt_stat li button:last-child:before {
        height: 12px !important;
        width: 12px !important;
        background-size: 12px 12px !important;
        top: 9px !important;
        left: 18px;
    }
}

.ac_gull{
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
.ac_gallbox{
	width: 100%;
	height: auto;
	position: relative;
}
.ac_gall_table {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 22px;
}
.ac_item{
	height: auto;
	position: relative;
	border-radius: 10px;
	border:1px solid #2D2D2D;
	background: #191919;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    transition:all .3s
}
.ac_item > a{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-direction: column;
	width: 100%;
	position: relative;
}
.ac_thumb {
	width: 100%;
	height: 198px;
	background: none;
	aspect-ratio: 1.31 / 1;
	position: relative;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.yesorno{
	position: absolute;
	width: 90px;
	height: 30px;
	background: #D69C44;
	top: 10px;
	left: 10px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.yesorno2{
	position: absolute;
	width: 90px;
	height: 30px;
	background: #7B7B7B;
	top: 10px;
	left: 10px;
	border-radius: 8px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}
.mengban{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 10px 0 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 198px;
}
.ac_thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ac_bottom{
	width: 100%;
	height: 100px;
	padding: 0 15px;
}
.ac_bottom_title{
	width: 100%;
	height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ac_bottom_title > span{
	color: #fff;
	font-size: 15px;
	line-height: 50px;
}
.ac_bottom_title > span:hover{
	color: #DBA104;
}
.ac_bottom_time{
	width: 100%;
	height: 40px;
    background: linear-gradient( 180deg, #FBEFCB 0%, #D69C44 100%);
    border-radius: 22px;
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 40px;
    transition:all .3s
}
.ac_bottom_time:hover{
    transform:translateY(-2px)
}
.ac_item:hover{
    border:1px solid #2D2D2D;
    transform:scale(1.03);
    cursor:pointer;
}


/* ========== 发帖表单样式 ========== */
.post-form {
    /* background: #fff; */
    border-radius: 12px;
    padding: 24px;
/*    margin-top: 20px;*/
}

.post-form .section-header {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #e8ecef;
}

.post-form .section-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.post-form .form-group {
    margin-bottom: 20px;
}

.post-form .form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.post-form .form-label .required {
    color: #e53e3e;
    margin-left: 4px;
}

.post-form .form-input,
.post-form .form-select {
width: 100%;
padding: 12px 16px;
border: 2px solid #333;
border-radius: 10px;
font-size: 14px;
color: #fff;
background: #2A2A2A;
transition: all 0.3s ease;
box-sizing: border-box;
}

.post-form .form-input:focus,
.post-form .form-select:focus {
    outline: none;
    border-color: #8c5f63;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

.post-form .form-input.has-error,
.post-form .form-select.has-error {
    border-color: #e53e3e;
}

.post-form .error-msg {
    display: none;
    font-size: 12px;
    color: #e53e3e;
    margin-top: 6px;
}

.post-form .has-error .error-msg {
    display: block;
}

.post-form .form-footer {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e8ecef;
}

.post-form .form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.post-form .form-actions .portal-btn {
    min-width: 120px;
}

.post-form .form-hint {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

/* 标签输入样式 */
.post-form .tags-input {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px;
    border: 2px solid #67373b;
    border-radius: 10px;
    min-height: 44px;
    align-items: center;
    transition: all 0.3s ease;
}

.post-form .tags-input:focus-within {
    border-color: #8c5f63;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
}

.post-form .tags-input .tag-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
	background: linear-gradient(135deg, #f9f3b7 0%, #d5a226 100%);
    color: #2d2b25;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
}

.post-form .tags-input .tag-item .remove {
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.post-form .tags-input .tag-item .remove:hover {
    opacity: 1;
}

.post-form .tags-input .tag-input {
    flex: 1;
    min-width: 100px;
    border: none;
    outline: none;
    padding: 6px;
    font-size: 14px;
    background: transparent;
	color: #fff;
}

/* 日期选择器样式 */
.post-form .date-input-wrapper {
    position: relative;
    width: 100%;
}

.post-form .date-input-wrapper .form-input {
    padding-right: 40px;
    cursor: pointer;
    background-color: #fff;
}

.post-form .date-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.89-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zm0-12H5V6h14v2z'/%3E%3C/svg%3E") no-repeat center;
    pointer-events: none;
    cursor: pointer;
}

.post-form .date-input-wrapper .form-input:hover {
    border-color: #3498db;
}

/* 文件上传区域 */
.post-form .file-loading {
    padding: 10px 0;
}

/* ========== 个人中心页面样式 ========== */

/* 主内容区域样式 */
.main-content {
    padding-top: 20px;
}

/* 内容块样式 */
.content-block {
    background: #1F2022;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

/* 内容头部样式 */
.content-header {
    padding: 15px 20px;
    background: linear-gradient( 180deg, #FEF130 0%, #FBA20D 100%);
    border-radius: 12px 12px 0 0;
}
.content-header h3 {
    margin: 0;
    font-size: 18px;
    color: #2D2B25;
}

/* 内容区域 */
.block-content {
    padding: 20px;
/*    background: linear-gradient(180deg, #F3F5FF 0%, #EBEFFF 100%);*/
}

/* 表单样式 */
.form-body {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.post-form .form-body {
    margin-bottom: 20px;
}
.post-form .form-group {
    margin-bottom: 20px;
}
.form-input {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.post-form .form-input {
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px;
    font-size: 14px;
}
.post-form .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.post-form .form-tips {
    color: #fff;
    font-size: 13px;
}
.post-form .form-actions {
    display: flex;
    gap: 10px;
}

/* 按钮样式 */
.portal-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
}
.portal-btn-primary {
    background: linear-gradient( 180deg, #FEF130 0%, #FBA20D 100%);
    border-radius: 22px;
    color: #333;
    font-size: 15px;
    font-family: a2;
    font-weight: 700;
}
.portal-btn-primary:hover {
    opacity: 0.9;
}
.portal-btn-default {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}
.portal-btn-default:hover {
    background: #e8e8e8;
}

/* 表格样式 */
.portal-table {
    width: 100%;
    border-collapse: collapse;
}
.portal-table th,
.portal-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	color:#fff;
}
.portal-table th {
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    color: #fff;
}
.portal-table tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* 加载动画 */
.loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}
.loading-spinner:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #f1b534;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 空数据提示 */
.no-data {
    text-align: center;
    padding: 40px;
    color: #999;
}

/* 积分历史分页样式 */
.pagination-container .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 0;
}
.pagination-container .pagination-item {
    display: inline-block;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
    min-width: 40px;
    text-align: center;
    background: #EFF2FF;
    box-shadow: 0px 2px 4px 0px rgba(48,86,107,0.1);
}
.pagination-container .pagination-item:hover {
    background: linear-gradient(180deg, #FFD700 0%, #FF8C00 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination-container .pagination-item.active {
    background: linear-gradient(180deg, #FFD700 0%, #FF8C00 100%);
    color: #fff;
    cursor: default;
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination-container .pagination-dots {
    padding: 8px 8px;
    color: #999;
    font-size: 14px;
}


/* ========== include.html 提取的样式 ========== */

/* 头部导航栏样式 */
.gnb-logo {
    flex: 1 1;
}

/* 注册表单错误提示 */
.portal-form-group.reg-error {
    display: none;
}

/* 轮播图区域 */
.latest_box_img.hidden {
    display: none;
}

/*================新列表样式=================*/
.latest_time{
	color: #fff;
    position: absolute;
    right: 15px;
}


/* ========== 分页样式 ========== */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 10px 0;
    list-style: none;
    flex-wrap: wrap;
    gap: 8px;
}
.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 2px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    min-width: 40px;
    text-align: center;
    background: #EFF2FF;
    box-shadow: 0px 2px 4px 0px rgba(48,86,107,0.1);
}
.pagination a:hover {
    background: linear-gradient(180deg, #f9f4bd 0%, #d9aa34 100%);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination a.active {
    background: linear-gradient(180deg, #f9f4bd 0%, #d9aa34 100%);
    color: #fff;
    cursor: default;
    box-shadow: 0px 4px 8px 0px rgba(196,127,14,0.3);
}
.pagination span.disabled {
    color: #999;
    cursor: not-allowed;
    background-color: #f5f5f5;
    box-shadow: none;
}

/* ========== 更多按钮样式 ========== */
.more-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 0;
    transition: all 0.3s ease;
}

/* 覆盖 main.css 中 button:first-child:before 的样式 */
.more-btn:before,
.view_comtlist .comt_listbox li .writer_infobox .writer_comt .comt_stat li button.more-btn:before {
    display: none !important;
}

.more-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.more-btn span {
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: block;
}

.more-btn:hover span {
    background: rgba(255, 255, 255, 0.9);
}

/* ========== 帖子编辑和删除按钮样式 ========== */
.post-edit-btn,
.post-delete-btn {
    width: 90px;
    height: 35px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    transition: all 0.3s ease;
    font-family: a3;
}

.post-edit-btn {
    background: #4CAF50;
}

.post-edit-btn:hover {
    opacity: 0.8;
}

.post-delete-btn {
    background: #f44336;
    margin-left: 10px;
}

.post-delete-btn:hover {
    opacity: 0.8;
}



/* 轮播图容器样式 */
.board-carousel-container {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.board-carousel {
	width: 100%;
}

.board-carousel .slick-slide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/* 轮播图导航按钮样式 */
.board-carousel .slick-prev,
.board-carousel .slick-next {
	width: 40px;
	height: 40px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.board-carousel .slick-prev:before,
.board-carousel .slick-next:before {
	color: #fff;
	font-size: 20px;
}

.board-carousel .slick-prev:hover,
.board-carousel .slick-next:hover {
	background: rgba(0, 0, 0, 0.7);
}

/* 轮播图指示点样式 */
.board-carousel .slick-dots {
	bottom: 20px;
}

.board-carousel .slick-dots li button:before {
	color: #fff;
	font-size: 10px;
	opacity: 0.7;
}

.board-carousel .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}

.gur2 {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gur2 img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}