html, body {
    margin: 0;
    padding: 0;
    font-family: "Source Han Sans SC","PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}
a,a:hover{
    text-decoration:none;
}
.px-20 {
    padding: 0 0.2rem;
}
.py-20 {
    padding: 0.2rem 0;
}
.p-20 {
    padding: 0.2rem;
}
.pt-40{
    padding-top: .4rem;
}
.pt-50{
    padding-top: .5rem;
}
.pt-80{
    padding-top: .8rem;
}
.mt-20 {
    margin-top: 0.2rem;
}
.mt-40 {
    margin-top: 0.4rem !important;
}
.mb-10{
    margin-bottom: .1rem;
}
.mb-20{
    margin-bottom: .2rem;
}
.rounded-16 {
    border-radius: .16rem;
}
.page {
    width: 7.5rem;
    margin: 0 auto;
    background: #ffffff;
    min-height: 100vh;
    overflow: hidden;
    box-shadow: 0 0 1rem rgba(0,0,0,0.1);
}
/* 吸顶导航栏 */
.navbar-custom {
    /*width: 7.5rem;*/
    /*margin: 0 auto;*/
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    height: 1.22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    box-shadow: 0 0 .1rem rgba(255,255,255,1);
}
.navbar-logo {
    width: 2.29rem;
    height: 0.68rem;
    object-fit: contain;
    display: block;
}
.navbar-menu {
    width: 0.31rem;
    height: 0.26rem;
    cursor: pointer;
    display: block;
}
.dropdown-menu {
    font-size: .24rem;
    width: auto;
    min-width: auto;
    border-radius:0;
    background-color: #c9a36a;
    text-align: center;
    padding: .2rem;
    left: 0.01rem !important;
}
.dropdown-item {
    padding: 0 .1rem;
    color: white;
}
.dropdown-divider {
    margin: .1rem 0;
    border-top: .01rem dashed #dcdcdc;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: #c9a36a;
}
.box-shadow {
    box-shadow: 0 0 .8rem rgba(231,219,200,1);
}
.carousel {
    width: 7.1rem;
    margin: 0.06rem auto 0;
}
.carousel-indicators {
    margin-bottom: 0;
}
.container {
    width: 7.1rem;
    padding: 0;
}
.product-card {
    width: 3.45rem;
    padding-top: 0.4rem;
}
.product-img {
    width: 2.5rem;
}
.product-title{
    font-size: 0.26rem;
    color: black;
    text-align: center;
    margin-bottom: 0;
}
.main-title {
    font-size: .5rem;
    color: #fb711f;
    margin-bottom:0.04rem;
    font-weight: bold;
}
.small-title {
    font-size: .28rem;
    color: #fb711f;
    margin-bottom: .2rem;
}
.content-title {
    font-size: .32rem;
    color: #c69c62;
    margin-top: .5rem;
}
.content-title span {
    background-color: #ffffff;
    padding: .18rem .30rem;
    border: solid .02rem #d3ab75;
}
.content,.content-1,.content-2,.content-3,.content-4,.content-5,.content-6,.content-7,.content-8,.content-9,.about-content,.header-nav,.goods-detail{
    width: 7.1rem;
    margin: 0 auto;
}
.content-1,.content-2 {
    margin-top: -0.76rem;
}
.content-1-left {
    padding: .3rem .3rem .2rem .2rem;
}
.content-1 .content-1-right {
    padding-top: .3rem;
}
.content-img {
    width: 1.86rem;
}
.title-box {
    position: relative;
    width: 2.52rem;
    padding: .1rem 0rem;
    background-color: #c69c62;
    border-radius: .06rem;
    text-align: center;
    box-shadow: 0 0 .10rem rgba(0,0,0,0.1);
    font-size: .26rem;
    font-weight: bold;
    color: white;
    margin: 0 0 .1rem .5rem;
}
.title-box .triangle {
    position: absolute;
    bottom: -.11rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .12rem solid transparent;
    border-right: .12rem solid transparent;
    border-top: .12rem solid #c69c62;
}
.content-1 .title-one{
    color: #fe7b2b;
    font-weight: bold;
    font-size: .32rem;
}
.content-1 .title-one span{
    font-size: .42rem;
}
.content-1 .title-two{
    font-size: .26rem;
    font-weight: 600;
}
.content-1 .title-three{
    font-size: .2rem;
    /*font-weight: 300;*/
    color: #999999;
}
hr {
    border-top: .01rem dashed #f6dfbf;
    margin: .1rem 0 0 0;
}
.content-2 .content-2-box{
    padding: 0 .25rem .2rem;
}
.content-2-title-box {
    position: relative;
    width: 3.2rem;
    padding: .1rem 0rem;
    background-color: #c69c62;
    border-radius: .06rem;
    text-align: center;
    box-shadow: 0 0 .10rem rgba(0,0,0,0.1);
    font-size: .26rem;
    font-weight: bold;
    color: white;
}
.content-2-title-box .triangle {
    position: absolute;
    bottom: -.11rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .12rem solid transparent;
    border-right: .12rem solid transparent;
    border-top: .12rem solid #c69c62;
}
.content-2 .title-one {
    font-size: .26rem;
    font-weight: 600;
}
.content-2 .title-one span{
    color: #a8834c;
}
.content-2 .title-two {
    font-size: .26rem;
    font-weight: 600;
    color: #a8834c;
}
.content-5 .content-5-box {
    background-color: #efe6d7;
    padding: .25rem 0;
}
.content-5-box-1 {
    width: 6.66rem;
    margin: 0 auto;
    background-color: #ffffff;
    padding-bottom: .3rem;
}
.content-5-box-1 .title,.content-5-box-2 .title,.content-5-box-3 .title{
    font-size: .32rem;
    font-weight: 600;
    color: #b8915a;
    display: flex;
    align-items: center;
    margin: 0rem 0rem 0rem .3rem;
    padding-top: .3rem;
}
.content-5-box-1 .title span{
    font-size: .36rem;
    font-style: italic;
    margin-right: .1rem;
}
.content-5-box-1-left {
    margin: 0 .1rem 0 .2rem;
}
.content-5-box-1-left img{
    width: 1.34rem;
}
.content-5-box-1-right .arrow-btn {
    width: fit-content;
    position: relative;
    background-color: #cba268;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1;
    padding: 0.09rem 0.15rem;
    margin-top: .15rem;
    margin-bottom: .2rem;
}
.content-5-box-1-right .arrow-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.3rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.35rem solid #cba268;
    z-index: 0;
}
.two-btn {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}
.two-btn .two-btn-arrow-1 {
    width: fit-content;
    position: relative;
    background-color: #cba268;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1;
    padding: 0.09rem 0.1rem 0.09rem 0.15rem;
}
.two-btn .two-btn-arrow-1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.22rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.25rem solid #cba268;
    z-index: 10;
}
.two-btn .two-btn-arrow-2 {
    width: fit-content;
    position: relative;
    background-color: #cba268;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1;
    padding: 0.09rem 0.1rem 0.09rem 0.25rem;
    margin-left: .15rem;
}
.two-btn .two-btn-arrow-2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.22rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.25rem solid #cba268;
    z-index: 10;
}
.two-btn .two-btn-arrow-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
    border-left: 0.15rem solid #ffffff;
}
.two-btn .two-btn-arrow-3 {
    width: fit-content;
    position: relative;
    background-color: #cba268;
    color: #fff;
    font-size: 0.22rem;
    line-height: 1;
    padding: 0.09rem 0.1rem 0.09rem 0.25rem;
    margin-left: .15rem;
    background-image: linear-gradient(90deg,
    #f38329 0%,
    #eba723 100%),
    linear-gradient(
            #cba268,
            #cba268);
    background-blend-mode: normal,
    normal;
}
.two-btn .two-btn-arrow-3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.22rem;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.25rem solid transparent;
    border-bottom: 0.25rem solid transparent;
    border-left: 0.25rem solid #eba723;
    z-index: 0;
}
.two-btn .two-btn-arrow-3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.2rem solid transparent;
    border-bottom: 0.2rem solid transparent;
    border-left: 0.15rem solid #ffffff;
}
.content-5-box-1-right p{
    font-size: .22rem;
}
.content-5-box-1-right p span{
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: transparent;
    z-index: 1;
}
.content-5-box-1-right p span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.03rem;
    width: 100%;
    height: 0.1rem;
    background-color: #ffcc00;
    z-index: -1;
}
.content-5-box-2 {
    width: 6.66rem;
    margin: 0.1rem auto 0 auto;
    background-color: #ffffff;
    padding-bottom: .3rem;
 }
.content-5-box-2 img{
    width: 2.99rem;
}
.content-5-box-2 .d-flex div{
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.content-5-box-2 .img-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0.05rem 0.2rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(90deg,
    #e5c18e 1%,
    #bf9558 100%),
    linear-gradient(
            #cba268,
            #cba268);
}
.content-5-box-3 {
    width: 6.66rem;
    margin: 0.1rem auto 0 auto;
    background-color: #ffffff;
    padding-bottom: .3rem;
}
.content-5-box-3-left {
    margin: 0 .1rem 0 .2rem;
}
.content-5-box-3-left img{
    width: 1.34rem;
}
.content-5-box-3-right {
    font-size: .26rem;
}
.content-6 .content-6-box {
    background-color: #efe6d7;
    padding: .25rem 0;
}
.content-6 .title{
    font-size: .34rem;
    color: #b68337;
    text-align: center;
    font-weight: 600;
    padding-bottom: .2rem;
}
.content-6 .title span{
    font-style: italic;
    margin-right: .1rem;
    position: relative;
    display: inline-block;
    background: transparent;
    z-index: 1;
}

.content-6 .title span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.03rem;
    width: 100%;
    height: 0.05rem;
    background-color: #b68337;
    z-index: -1;
}
.content-6 .content-6-box-left,.content-6 .content-6-box-right {
    background-color: white;
    width: 3.25rem;
    position: relative;
    padding-top: 0.3rem;
}
.content-6 .content-6-box-title{
    width: 2.14rem;
    font-size: .26rem;
    text-align: center;
    border-radius: .10rem;
    margin: 0 auto;
    background-image: linear-gradient(90deg,
    #e5c18e 1%,
    #bf9558 100%),
    linear-gradient(
            #30ff57,
            #30ff57);
    color: #ffffff;
    position: absolute;
    top: -0.24rem;
    left: 50%;
    transform: translateX(-50%);
    padding: .08rem 0;
}
.content-6 .content-6-box-img {
    width: 2.98rem;
    margin: 0 auto;
}
.content-6 .content-6-box-img img{
    border-radius: .10rem;
}
.content-6 .content-6-box-left p,.content-6 .content-6-box-right p {
    font-size: 0.22rem;
    width: 2.98rem;
    margin: 0 auto;
    padding-bottom: .2rem;
}
.content-7 .content-7-box {
    background-color: #f2ebe0;
    border-radius: .3rem;
    padding: .25rem 0.26rem;
}
.content-7 .content-7-box .title {
    font-size: .24rem;
    color: #000000;
    padding-bottom: .16rem;
}
.content-7 .content-7-box .content-7-box-1 {
    width: 6.5rem;
    margin: 0 auto;
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: .26rem 0;
}
.content-7 .content-7-box .content-7-box-2 {
    width: 6.5rem;
    margin: 0 auto;
    background-color: #f0eded;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: .26rem 0;
}
.content-7 .content-7-box .content-7-box-3 {
    width: 6.5rem;
    margin: 0 auto;
    background-color: #ffffff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding: .26rem 0;
}
.content-7 .content-7-box .content-7-box-text-1 {
    font-size: .26rem;
    color: #b48d57;
    padding-left: .5rem;
    background: linear-gradient(90deg,
    #f38329 0%,
    #eba723 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-7 .content-7-box .content-7-box-text-2 {
    font-size: .24rem;
    color: #000000;
    padding-left: .5rem;
}
.content-7 .content-7-box img {
    width: 6.5rem;
    margin: -.1rem auto 0 auto;
}
.content-8 .content-8-box {
    background-color: #ffffff;
    padding: .25rem .3rem 0rem .3rem;
}
.content-8-box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
}
.content-8-box-1 .circle-1{
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    background-image: linear-gradient(90deg,
    #676767 0%,
    #b5b5b5 100%),
    linear-gradient(
            #c69c62,
            #c69c62);
    font-size: .22rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}
.content-8-box-1 .circle-1 .circle-1-title {
    font-size: .38rem;
}
.content-8-box-1 .circle-2{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-image: linear-gradient(90deg,
    #f38329 0%,
    #eba723 100%),
    linear-gradient(
            #c69c62,
            #c69c62);
    font-size: .26rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
}
.content-8-box-1 .circle-2 .circle-2-title {
    font-size: .40rem;
}
.content-8-box-1 .circle-2 .circle-2-content {
    line-height: 1;
}
.content-8-box .title{
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: transparent;
    z-index: 1;
    font-size: .25rem;
    color: #ac8146;
    top: -.5rem;
}
.content-8-box .title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.03rem;
    width: 100%;
    height: 0.1rem;
    background-color: #fff7cd;
    z-index: -1;
}
.content-8-box .cont {
    font-size: .24rem;
    color: #000000;
    margin-top: -.6rem;
    padding-bottom: .2rem;
}
.img-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: .3rem;
}
.text-1 {
    position: absolute;
    top: 0.06rem;
    left: 0.18rem;
    color: #ffffff;
    font-size: .24rem;
    z-index: 2;
}
.text-2 {
    position: absolute;
    top: .6rem;
    left: .28rem;
    /*transform: translate(-50%, -50%);*/
    color: #b58848;
    font-size: .24rem;
    z-index: 2;
    width: 4.8rem;
}








.content-9 .content-9-box {
    background-color: #ffffff;
    padding: .25rem 0;
    margin-bottom: .3rem;
}
.content-9 .content-9-box-1 {
    width: 6.83rem;
    margin: 0 auto;
    padding: 0 .12rem;
}
.content-9 .art {
    display: flex;
    align-items: flex-start;
    gap: 0.2rem;
    /*padding-left: .2rem;*/
}
.content-9 .title {
    font-size: .24rem;
    /*margin-left: .2rem;*/
    font-weight: 550;
    padding-bottom: .2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}
.content-9 .cont {
    font-size: .22rem;
    /*margin-left: .2rem;*/
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: .15rem;
    color: black;
}
.content-9 img {
    width: 1.52rem;
}
.content-9 .read {
    font-size: .2rem;
    color: #999999;
    margin-right: .2rem;
}
.content-9 .data {
    display: flex;
    align-items: flex-start;
    /*float: right;*/
    display: flex;
    justify-content: flex-end;
    margin-top: .1rem;
}
.content-9 .date {
    font-size: .2rem;
    color: #999999;
    text-align: center;
 }
.content-9 .date img {
    width: .2rem;
    margin-right: .1rem;
}
.solid-line {
    width: 100%;
    height: .01rem;
    background: #ededed;
    margin-top: .1rem;
    margin-bottom: .2rem;
}
.content-9 .more {
    font-size: .24rem;
    color: #999999;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .2rem;
}
.footer{
    /*margin-top: .3rem;*/
    width: 7.5rem;
    background-image: url("/static/images/footer.jpg");
    font-size: .22rem;
    color: #ffffff;
    padding: .3rem .3rem;
    height: 4.13rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.footer .connect {
    /*display: flex;*/
    /*justify-content: center;*/
    /*gap: 0.3rem;*/
    font-weight: 550;
}
.footer .phone img,.footer .address img,.footer .mail img{
    width: .28rem;
    margin-right: .1rem;
}
.footer p {
    padding-bottom: .08rem;
}
.footer .wechat {
    position: absolute;
    width: 1.36rem;
    text-align: center;
    top: 2.3rem;
    left: 5.7rem;
}
.footer .copyright {
    position: absolute;
    margin-top: .4rem;
    text-align: center;
    top: 2.4rem;
    left: 1.1rem;
    font-size: .20rem;
}
.footer .phone {
    position: absolute;
    top: 1.1rem;
    left: .5rem;
}
.footer .address {
    position: absolute;
    top: 1.55rem;
    left: .5rem;
    width: 3.5rem;
}
.footer .mail {
    position: absolute;
    top: 2.25rem;
    left: .5rem;
}
.footer .cooperation {
    position: absolute;
    top: 1.1rem;
    left: 4.2rem;
}
.footer .mobile {
    position: absolute;
    top: 1.55rem;
    left: 4.2rem;
}
.header {
    font-size: .26rem;
    display: flex;
    font-weight: 500;
}
.header a {
    color: #333333;
    flex: 1;
    text-align: center;
    padding: .2rem 0;
}
.header .active {
    color: #ef6410;
    border-top: #ef6410 solid .03rem;
}
.header-nav {
    font-size: .24rem;
    color: #666666;
    background-color: #F2F2F2;
    width: 100%;
    padding: 0.2rem;
    height: auto;
}
.header-nav a {
    color: #666666;
}
.about-content {
    background-color: white;
    /*padding: .3rem;*/
    margin-bottom: .3rem;
    margin-top: .3rem;

    font-size: .22rem;
    color: #333333;
    line-height: 1.5;
}
.about-title {
    font-size: .28rem;
    color: #000000;
    font-weight: 500;
}
.about-title span{
    font-size: .22rem;
    color: #dcdcdc;
    margin-left: .1rem;
}
.about-content-box .title {
    font-size: .3rem;
    color: #b99059;
    padding-bottom: .28rem;
}
.about-content-box .cont {
    font-size: .24rem;
    color: #000000;
    padding-bottom: .5rem;
}
.pages {
    text-align: center;
}
.prev {
    border: solid .01rem #c69c62;
    border-radius: .42rem;
    width: 2.55rem;
    font-size: .32rem;
    padding: .2rem .8rem;
    color: #c69c62;
}
.prev:hover{
    color: #c69c62;
}
.next {
    border-radius: .42rem;
    width: 2.55rem;
    background-color: #ff6b22;
    font-size: .32rem;
    padding: .2rem .8rem;
    color: #fefefe;
}
.next:hover{
    color: #fefefe;
}
.goods-img {
    margin-top: .2rem;
}
.goods-solid-line {
    width: 100%;
    height: .01rem;
    background: #ededed;
    margin-top: .2rem;
    margin-bottom: .2rem;
}
.goods-manual {
    background-color: #ffffff;
    margin-top: .2rem;
    margin-bottom: 1rem;
    padding: .3rem 0;
    border-radius: .1rem;
}
.goods-manual h1 {
    font-size: .24rem;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}
.goods-row {
    display: flex;
    /*text-align: center;*/
    font-size: .24rem;
}
.goods-row .goods-row-left {
    flex: 2.5;
    /*text-align: center;*/
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    padding-left: .2rem;
    font-weight: 550;
    color: #333333;
}
.goods-row .goods-row-right {
    flex: 7.5;
    padding-right: .2rem;
    color: #666666;
    white-space: pre-wrap;
}
.contact {
    margin-top: .3rem;
    padding: 0.3rem 0.2rem;
    background-color: #ffffff;
}
.contact .title {
    font-size: .4rem;
    color: #c69c62;
    font-weight: 550;
    padding-bottom: .5rem;
}
.contact .small-title {
    color: #000000;
    font-size: .3rem;
    font-weight: bold;
    padding-bottom: .1rem;
}
.contact .small-title img{
    margin-right: .1rem;
    width: .32rem;
}
.contact .small-cont {
    color: #666666;
    font-size: .3rem;
    margin-left: .4rem;
}
.contact .contact-form {
    border: solid .01rem #dcdcdc;
    border-radius: .1rem;
    background-color: #ffffff;
    margin-top: .7rem;
}
.contact-form h2 {
    color: #ef6410;
    font-size: .32rem;
    font-weight: 550;
    text-align: center;
    margin-top: .35rem;
    margin-bottom: 0.1rem;
}
.contact-form .tips {
    color: #999999;
    font-size: .24rem;
    text-align: center;
}
.contact-form .form-label {
    background-color: #f6f6f6;
    width: 6.7rem;
    display: flex;
    margin: 0.1rem auto;
    align-items: center;
    padding: .15rem;
}
.contact-form img {
    width: .32rem;
    margin-right: .1rem;
}
.contact-form input {
    background-color: #f6f6f6;
    border: none;
    flex: 1;
    font-size: .26rem;
}
.contact-form input::placeholder,.contact-form textarea::placeholder {
    color: #999999; /* 橙色 */
}
.contact-form input:focus,.form-textarea-label textarea:focus {
    outline: none;
    border: none;
}
.form-textarea-label{
    position: relative;
    background-color: #f6f6f6;
    padding: .15rem .15rem 0 .15rem;
    width: 6.7rem;
    margin: 0.1rem auto;
}
.form-textarea-label img{
    position: absolute;
    left: .15rem;
    top: .24rem;              /* 控制图标在 textarea 里的位置 */
    width: .32rem;
    pointer-events: none;  /* 点击时不挡住输入 */
    margin-right: .1rem;
}
.form-textarea-label textarea{
    width: 100%;
    padding-left: .42rem;    /* 给图片预留空间 */
    box-sizing: border-box;
    font-size: .26rem;
    border: none;
    background-color: #f6f6f6;
}
.form-button {
    text-align: center;
}
.form-button .btn {
    padding: 0.2rem 1rem;
    text-align: center;
    font-size: .32rem;
    background-color: #ef6410;
    border-radius: .5rem;
    color: #ffffff;
    margin-bottom: .3rem;
}
.article-detail {
    margin-top: .3rem;
    padding: 0.3rem 0.2rem;
    background-color: #ffffff;
}
.article-detail .title {
    font-size: .3rem;
    font-weight: 600;
    color: #000000;
    text-align: center;
}
.article-detail .data {
    display: flex;
    align-items: center;
    /*float: right;*/
    display: flex;
    justify-content: center;
    margin-top: .2rem;
}
.article-detail .read {
    margin-right: .6rem;
}
.article-detail .date img{
    width: .2rem;
    margin-right: .05rem;
    margin-top: -.03rem;
}
.article-detail .read,.article-detail .date {
    color: #a5a5a5;
    font-size: .2rem;
    text-align: center;
}
.article-detail .article-content {
    padding-top: .2rem;
    font-size: .22rem;
    color: #424242;
    white-space: normal;
    word-wrap: break-word;
}
.article-detail .article-content p {
    margin-bottom: 0;
}
.article-detail .article-content img {
    text-align: center;
    display: block;
    margin: 0 auto .1rem auto;
    max-width: 100%;
}
span{
    text-wrap: unset !important;
}
.article-detail .pages{
    font-size: .6rem;
}
.article-detail .hot-recommend-title {
    color: #c69c62;
    font-size: .26rem;
    text-align: center;
    margin-top: .6rem;
    margin-bottom: .6rem;
}
.article-detail .hot-recommend-content {
    border-top: #ff6b22 .06rem solid;
    background-color: #ffffff;
    box-shadow: -.05rem .05rem .32rem 0rem
    rgba(109, 109, 109, 0.21);
    border-radius: .1rem;
    font-size: .26rem;
    padding: .2rem .3rem;
}
.hot-recommend-content a {
    color: #323232;
}

.friend-link {
    padding: 0.2rem;
    font-size: 0.26rem;

}
.friend-link img {
    margin-right: .1rem;
    width: 0.32rem;
}
.friend-link span {
    color: #DEDEDE;
    margin-left: .1rem;
}
.friend-link p {
    color: black;
}
.friend-link .link {
    margin-top: .2rem;
    margin-left: .4rem;
    display: flex;
    flex-wrap: wrap;
}
.friend-link .link a {
    width: 33.3333%;
    box-sizing: border-box;
    /*text-align: center;*/
}
.gray {
    height: .2rem;
    background-color: #F2F2F2;
}
.index-content-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.index-content-1 a {
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
    color: #333333;
    font-size: .22rem;
    padding: .5rem .3rem;
    border-right: .02rem solid #f7f7f7;
    border-bottom: .02rem solid #f7f7f7;
}
.index-content-1 a:nth-child(3n){
    border-right: none;
}

.index-content-1 a:nth-last-child(-n+3){
    border-bottom: none;
}
.index-content-1 a img{
    max-width: .8rem;
}

#image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
#image-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
#image-modal.active {
    display: flex;
}
.mySwiper {
    height: 2.2rem;
    text-align: center;
}
.swiper-slide img {
    height: 100%;
    /*padding: .2rem;*/
}
.index-content-2,.index-content-3 {
    padding: .2rem;
}
.index-content-2 .index-content-2-title {
    font-size: .28rem;
    color: #333333;
}
.index-content-2 .index-content-2-title img {
    margin-right: .1rem;
    width: .3rem;
    padding-bottom: .08rem;
}
.index-content-2-title p, .index-content-2-title a {
    display: inline; /* 或 inline-block */
}
.index-content-2-title a {
    float: right;
    font-size: .24rem;
    color: #666666 !important;

}
.index-content-2 .index-content-2-title span{
    font-size: .24rem;
    color: #dcdcdc;
    margin-left: .1rem;
}
.index-content-2-article {
    display: flex;
    align-items: flex-start;
    gap: .2rem;
    padding: .1rem 0;
}
.index-content-2-article .index-article-images{
    border-radius: .06rem;
    width: 2.2rem;
    height: 1.5rem;
}
.index-content-2-con {
    width: 4.7rem;
    font-size: .22rem;
    color: #333333;
    flex: 1;
}
.index-content-2-con .index-article-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .24rem;
}
.index-content-2-con .index-article-content {
    line-height: 1;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .22rem;
}
.index-content-2-con .date {
    display: flex;           /* 左右排列 */
    justify-content: flex-end; /* 内容右对齐整个容器 */
    align-items: center;       /* 垂直居中 */
}
.index-content-2-con .date p {
    margin: 0;               /* 去掉默认 margin */
    display: flex;           /* 可选，保证内部内容垂直居中 */
    align-items: center;
    font-size: .2rem;         /* 可根据需求调整 */
    color: #a5a5a5;
}
.index-content-2-con .date p + p {
    margin-left: .8rem;         /* 两个 p 之间间距 */
}
.index-content-2-con .date img {
    width: .2rem;
    margin-right: .1rem;
}
.index-content-3 .index-content-3-title {
    font-size: .28rem;
    padding-bottom: .1rem;
    color: #333333;
}
.index-content-3 .index-content-3-title img{
    margin-right: .1rem;
    width: .3rem;
    padding-bottom: .08rem;
}
.index-content-3 .index-content-3-title span{
    font-size: .24rem;
    color: #dcdcdc;
    margin-left: .1rem;
}
.cooperation-text-1 {
    color: #f47d37;
    font-size: .3rem;
    text-align: center;
}
.cooperation-text-2 {
    font-size: .38rem;
    color: #f47d37;
    text-align: center;
    font-weight: 600;
}
.cooperation-text-3 {
    color: #f47d37;
    font-size: .44rem;
    text-align: center;
    padding-bottom: .6rem;
}
.cooperation-1-text {
    position: absolute;
}
.cooperation-1-text .title{
    text-align: center;
    font-size: .26rem;
    color: #ef712d;
    font-weight: 600;
}
.cooperation-1-text .con{
    font-size: .22rem;
    color: #333333;

}