
.body {
    width: 100%;
    background-color: #fff !important;
}



.headtop {
    width: 100vw;
    /* background-color: #fff; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */
}

/* 添加滚动时的样式 */
.headtop.scrolled {
    background-color: #fff;
    box-shadow: 0 0.0208rem 0.0417rem rgba(0, 0, 0, 0.1);
    /* 可选：添加阴影效果 */
}

.head_top {
    padding: 0 0.8333rem;
    height: 60px;
    /* background: #FFFFFF; */
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    color: #111111;
}

.head_top .head_lf {
    display: flex;
    align-items: center;

}

.head_top .head_lf img {
    width: 41px;
    height: 41px;
    margin-right: 12px;
}

.head_top .head_lf .tex1 {
    font-size: 0.18rem;
    min-width: 2.2917rem;
    font-weight: bold;
}

.head_top .head_cter {
    width: 6.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1.14rem;
}

.head_top .head_cter a:hover {
    color: #2F80FF;
}

.head_top .head_rt {
    display: flex;
    align-items: center;
}

.head_top .head_rt .btn1:hover {
    background: #2F80FF;
    color: #fff;
    cursor: pointer;
}

.head_top .head_rt .btn1 {
    width: 0.75rem;
    height: 0.3438rem;
    background: #FFFFFF;
    border-radius: 0.0417rem;
    border: 1px solid #DDDDDD;
    font-size: 0.1354rem;
    color: #111111;
    line-height: 0.3438rem;
    text-align: center;
    margin-right: 0.125rem;

}

.head_top .head_rt .btn2:hover {

    background: #D96B01 !important;
}

.head_top .head_rt .btn2ui:hover .sidebar-bubble {
    transform: scale(1);
}

.head_top .head_rt .btn2 {
    /* width: 0.75rem; */
    background: #FF7D00;
    border-radius: 0.0417rem;
    font-size: 0.1354rem;
    color: #fff;
    /* line-height: 0.3438rem; */
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
}


.head_top .head_rt .sidebar-bubble {
    position: absolute;
    width: 148px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 6px 6px 6px 6px;
    right: 0;
    top: 40px;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.head_top .head_rt .btn2ui {
    position: relative;
}

.head_top .head_rt .btn2:hover {
    cursor: pointer;
}

.head_top .head_rt .btn2ui:hover .sidebar-bubble {
    transform: scale(1);
}

.boxsdwddss {
    /* min-width: 1180px; */
    width:  calc(100% - 3.64rem);
    height:  calc(6.5rem - 1.87rem);
    background: url('../img/index-bg.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 1.87rem;
    padding-left: 3.64rem;

}

.boxsdwddss .sp1 {
    width: fit-content;
    font-weight: bold;
    font-size: .52rem;
    color: #111111;
    position: relative;
}

.boxsdwddss .sp1 img {
    width: 1.13rem;
    height: .4rem;
    position: absolute;
    right: -1.2rem;
    top: 0;
    /* 添加放大动效 */
    animation: pulse 2s infinite;
}

.boxsdwddss .sp1:hover img {
    transform: scale(1.1);
}

.boxsdwddss .sp2 {
    font-weight: bold;
    font-size: .52rem;
    color: #2F80FF;
    margin: 0.04rem 0 .24rem 0;
}

.boxsdwddss .sp3 {
    width: 5rem;
    font-size: .18rem;
    color: #111111;
    line-height: .28rem;
}

.boxsdwddss .anliu {
    width: 3rem;
    margin-top: .52rem;
    display: flex;
    justify-content: flex-start;
}

.boxsdwddss .anliu .btn1 {
    width: 1.28rem;
    height: .48rem;
    background: #FF7D00;
    border-radius: .08rem;
    line-height: .48rem;
    font-weight: 400;
    font-size: .18rem;
    color: #FFFFFF;
    margin-right: .16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.boxsdwddss .anliu .btn2 {
    width: 1.04rem;
    height: .48rem;
    background: #FFFFFF;
    border-radius: .08rem;
    border: 1px solid #2F80FF;
    line-height: .48rem;
    text-align: center;
    font-weight: 400;
    font-size: .18rem;
    color: #2F80FF;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.boxsdwddss .anliu .btn2:hover,
.boxsdwddss .anliu .btn1:hover {
    transform: translateY(-5px);
}

.waping {
    padding: 0 1.7rem;
}

.waping2 {
    padding: 0 3.1rem;
}

.waping3 {
    padding: 0 0 0 3.1rem;
}

.titlebox {
    text-align: center;
    font-weight: bold;
    font-size: .4rem;
    color: #111111;
    padding:.48rem 0;
    /* padding-top: 60px; */
}

.ljwmfw {
    width: 100%;
    background: #F2F8FE;
}

.ljwmfw .caets,
.kehupj .caets {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: .48rem;
}

.ljwmfw .caets .cart {
    width: calc((100% - .96rem)/ 4 - .50rem);
    min-height: 3.41rem;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-right: .32rem;
    padding: 0 .25rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.ljwmfw .caets .cart:hover {
    transform: translateY(-36px);
}

.kehupj .caets .cart {
    width: calc((100% - .96rem)/ 4 - .50rem);
    min-height: calc(3.14rem - .34rem);
    border-radius: 8px 8px 8px 8px;
    margin-right: .32rem;
    padding: 0 .25rem;
    background: #F2F8FE;
    cursor: pointer;
    transition: transform 0.3s ease;
    padding-bottom: .34rem;
}

.kehupj .caets .cart:hover {
    transform: translateY(-36px);
}

.ljwmfw .caets .cart:nth-of-type(4n),
.kehupj .caets .cart:nth-of-type(4n) {
    margin-right: 0;
}

.ljwmfw .caets .cart:nth-of-type(1),
.ljwmfw .caets .cart:nth-of-type(2),
.ljwmfw .caets .cart:nth-of-type(3),
.ljwmfw .caets .cart:nth-of-type(4) {
    margin-bottom: .32rem;
}

.ljwmfw .caets .k1 {
    width: .78rem;
    height: .78rem;
    background: #F2F8FE;
    border-radius: .16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .34rem;
}

.ljwmfw .caets .k1 img {
    width: .38rem;
    height: .38rem;
}

.ljwmfw .caets .k2 {
    font-weight: bold;
    font-size: .22rem;
    color: #111111;
    margin: .3rem 0 .16rem 0;
}

.ljwmfw .caets .k3 {
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    line-height: .24rem;
    margin-bottom: .32rem;
}

.ljwmfw .caets .k4 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: .16rem;
    color: #111111;
    cursor: pointer;
    margin-bottom: .24rem;

}

.ljwmfw .caets .k4:hover {
    color: #FF7D00;
}

.ljwmfw .caets .k4 img {
    width: .14rem;
    height: .14rem;
    margin-left: .06rem;

    z-index: 9;
}

/* 添加鼠标悬停时图片切换效果 */
.ljwmfw .caets .k4:hover img {
    content: url('./img/gohuang.png');
}

.kehupj .caets .cart .xingx {
    display: flex;
    margin-top: .4rem;
    margin-bottom: .26rem;
}

.kehupj .caets .cart .xingx .wjx {
    width: .15rem;
    height: .15rem;
    margin-right: 6px;
}

.kehupj .caets .cart .wenz {
    font-size: .16rem;
    color: #111111;
    line-height: .28rem;
    margin-bottom: .42rem;
}

.kehupj .caets .cart .touxi {
    display: flex;
    align-items: center;
}

.kehupj .caets .cart .touxi img {
    width: .52rem;
    height: .52rem;
    margin-right: .16rem;
}

.kehupj .caets .cart .touxi .rtt {
    display: flex;
    flex-direction: column;

}

.kehupj .caets .cart .touxi .rtt .tx1 {
    font-weight: bold;
    font-size: .16rem;
    color: #111111;
    margin-bottom: .06rem;
}

.kehupj .caets .cart .touxi .rtt .tx2 {
    font-weight: 400;
    font-size: .14rem;
    color: #999999;
}

.kehupj .caets .cart .wenz {
    min-height: 90px;
}

.yxxq {
    width: 100%;
    background: #F2F8FE;
}

.yxxq_box {
    min-width: calc(100% - 1.7rem);
    display: flex;
    /* flex-wrap:nowrap; */
    align-items: center;
    overflow-x: scroll;
}

.yxxq_box::-webkit-scrollbar {
    display: none;
}

.yxxq_box .box1 {
    min-width: calc(431px - 16px);
    height: 94px;
    background: #2F80FF;
    border-radius: 8px 8px 8px 8px;
    margin-right: .24rem;
    padding-left: 16px;
}

.yxxq_box .box4 {
    margin-right: 0 !important;
}

.yxxq_box .box2,
.yxxq_box .box3,
.yxxq_box .box4 {
    min-width: calc(356px - 18px);
    height: 94px;
    background: #FF7D00;
    border-radius: 8px 8px 8px 8px;
    margin-right: .24rem;
    padding-left: 16px;
}

.yxxq_box .box3 {
    background: #2F80FF;
}

.yxxqfx {
    display: flex;
    align-items: center;
    /* cursor: pointer; */
    /* transition: transform 0.3s ease; */

}

.yxxqfx:hover {
    /* transform: translateY(-12px); */
}

.yxxqfx .lff {
    width: 50px;
    height: 50px;
    background: #F2F8FE;
    border-radius: 8px 8px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yxxqfx .lff img {
    width: 40px;
    height: 40px;
}

.yxxqfx .rtt {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

.yxxqfx .rtt .tx1 {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.yxxqfx .rtt .tx2 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

#footer {
    width: 100%;
    background: #F2F8FE;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding: .48rem 0;
    text-align: center;
}

#footer .tx1 {
    margin-right: 32px;
    color: #999999;
}

#footer .tx2,
#footer .tx3 {
    margin-right: 32px;
    color: #999999;
}

#footer a:hover {
    color: #FF9900;
}


/* 手风琴 */
.sfqqh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
    height: 4.5rem;
    position: relative;
}

.sfqqh .wenzbox {
    position: absolute;
    bottom: -39px;
    left: 0;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.sfqqh .activ .wenz {
    display: none !important;
}

.sfqqh .activ .wenz1 {
    display: block !important;
}

/* .sfqqh .activ .wenz1 .qgpp {
  width: 0.47rem;
  height: 0.57rem;
  position: absolute;
  left: 0.38rem;
  top: 0;
}
.sfqqh .activ .wenz1 .swjl {
  margin-top: 0.6rem;
  margin-left: 0.51rem;
  font-weight: bold;
  font-size: 24px;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sfqqh .activ .wenz1 .swjl:hover {
  color: #2F80FF;
}
.sfqqh .activ .wenz1 .swjl .fwjl_img {
  margin-left: 0.08rem;
}
.sfqqh .activ .wenz1 .tx2 {
  margin-top: 0.3rem;
  margin-left: 0.51rem;
  display: flex;
}
.sfqqh .activ .wenz1 .tx2 .tx21 {
  margin-left: 0.1rem;
}
.sfqqh .activ .wenz1 .tx2 .tx21 .p1 {
  margin-bottom: 0.12rem;
}
.sfqqh .activ .wenz1 .tx2 .tx21 .p1,
.sfqqh .activ .wenz1 .tx2 .tx21 .p2 {
  font-weight: 400;
  font-size: 0.19rem;
  color: #000000;
}
.sfqqh .activ .wenz1 .tx2 .xian {
  width: 4px;
  height: 60px;
  background: #000000;
  opacity: 0.62;
}
.sfqqh .activ .wenz1 .tx1 {
  margin: 0.89rem 0 0 0.51rem;
}
.sfqqh .activ .wenz1 .tx1 .sp1 {
  font-weight: 300;
  font-size: 0.36rem;
  margin-right: 0.2rem;
}
.sfqqh .activ .wenz1 .tx1 .sp2 {
  font-weight: bold;
  font-size: 0.36rem;
  color: #111111;
} */
.sfqqh .cartfq {
    width: 2.13rem;
    height: 4.5rem;
    background-color: #00D4EC;
    cursor: pointer;
    transition: all 0.1s ease;
    padding-left: .24rem;
}

.sfqqh .cartfq:nth-of-type(2) {
    background: url('../img/sfq1.png') no-repeat;
    background-size: 100%;
}

.sfqqh .cartfq:nth-of-type(3) {
    background: url('../img/sfq2.png') no-repeat;
    background-size: 100%;
}

.sfqqh .cartfq:nth-of-type(4) {
    background: url('../img/sfq3.png') no-repeat;
    background-size: 100%;
}

.sfqqh .cartfq:nth-of-type(5) {
    background: url('../img/sfq4.png') no-repeat;
    background-size: 100%;
}

.sfqqh .cartfq .wenz {
    /* margin-top: 1.55rem; */
    display: flex;
    flex-direction: column;
}

.sfqqh .cartfq .wenz1 {
    display: none;
}

.sfqqh .activ {
    width: 7.6rem;
    height: 4.5rem;
    background-color: #269F5F;
    transition: all 0.1s ease;
    padding-left: .4rem;
}

.sfqqh .cartfq1.activ {
    background: url('../img/sfq1ac.jpg') no-repeat;
    background-size: 100%;
}

.sfqqh .cartfq2.activ {
    background: url('../img/sfq2ac.jpg') no-repeat;
    background-size: 100%;
}

.sfqqh .cartfq3.activ {
    background: url('../img/sfq3ac.jpg') no-repeat;
    background-size: 100%;
}

.sfqqh .cartfq4.activ {
    background: url('../img/sfq4ac.jpg') no-repeat;
    background-size: 100%;
}

.cartfq .wenz1 .tx11 {
    margin-top: .49rem;
    font-size: .28rem;
    margin-bottom: .65rem;
}

.cartfq .wenz1 .tx11 .sp1 {
    font-weight: bold;
    font-size: .28rem;
    color: #194995;
}

.cartfq .wenz1 .tx11 .sp2 {
    font-weight: bold;
    font-size: .28rem;
    color: #111111;
}

.cartfq .wenz1 .tdcastes {
    display: flex;
    flex-direction: column;
}

.cartfq .wenz1 .tdcastes .cart {
    margin-bottom: .39rem;
}

.cartfq .wenz1 .tdcastes .cart .box1 {
    display: flex;
    align-items: center;


}

.cartfq .wenz1 .tdcastes .cart .box1 img {
    width: .32rem;
    height: .32rem;
    margin-right: .1rem;
}

.cartfq .wenz1 .tdcastes .cart .box1 .sp1 {
    color: #194995;
    font-weight: bold !important;
    font-size: .16rem !important;
}

.cartfq .wenz1 .tdcastes .cart .box1 .sp2 {
    color: #111111;
    font-weight: bold !important;
    font-size: .16rem !important;
}

.cartfq .wenz1 .tdcastes .cart .box2 {
    font-weight: 400;
    font-size: .14rem;
    color: #111111;
    margin-top: .07rem;
    margin-left: .42rem;
}

.cartfq .wenz .title {
    margin-top: 3rem;
    font-weight: bold;
    font-size: .24rem;
    color: #FFFFFF;
    margin-bottom: .18rem;
}

.cartfq .wenz .spn {
    font-size: .16rem;
    color: #FFFFFF;
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
}

.cartfq .wenz .spn .dian {
    display: inline-block;
    width: .06rem;
    height: .06rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: .08rem;

}

/* 手风琴完 */
.wsmxz {
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
    /* padding: 0.7rem 0; */
    padding-bottom: .7rem !important;
    padding-top: .7rem !important;
}

.wsmxz .lff {
    width: 4.85rem;
    height: 5.59rem;
    margin-right: .32rem;
}

.wsmxz .lff img {
    width: 4.85rem;
    height: 5.59rem;
}

.wsmxz .rtt {
    /* width: 6rem; */
    display: flex;
    flex-direction: column;
}

.wsmxz .rtt .tx1 {
    width: 4rem;
    font-weight: bold;
    font-size: .4rem;
    color: #111111;
    margin-top: .18rem;
    margin-bottom: .32rem;
}

.wsmxz .rtt .tx2 {
    width: 6rem;
    font-weight: 400;
    font-size: .18rem;
    color: #707070;
    line-height: .3rem;
    margin-bottom: .64rem;
}

.wsmxz .rtt .caets {
    display: flex;
    flex-wrap: wrap;
}

.wsmxz .rtt .caets .cart {
    cursor: pointer;
    width: calc(3.81rem - .5rem);
    /* height:  calc(1.23rem - .44rem); */
    background: #F2F8FE;
    border-radius: .08rem;
    padding: .2rem .2rem .24rem .2rem;
    margin-right: .16rem;
    transition: transform 0.3s ease;
}

.wsmxz .rtt .caets .cart:hover {
    transform: translateY(-10px);
}

.wsmxz .rtt .caets .cart:nth-of-type(1),
.wsmxz .rtt .caets .cart:nth-of-type(2) {
    margin-bottom: .16rem;
}

.wsmxz .rtt .caets .cart:nth-of-type(2n) {
    margin-right: 0;
}

.wsmxz .rtt .caets .cart .tx11 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #111111;
}

.wsmxz .rtt .caets .cart .tx11 img {
    width: .32rem;
    height: .32rem;
    margin-right: .07rem;
}

.wsmxz .rtt .caets .cart .tx22 {
    margin-top: .1rem;
    font-weight: 400;
    font-size: .14rem;
    color: #999999;
    line-height: .21rem;
    margin-left: .4rem;
}

.kjbaidu {
    width: 100%;
    background: #F2F8FE;
}

.kjbaidu .tabks {
    width: 100%;
    display: flex;
}

.kjbaidu .tabks .lff {
    flex: 1;
}

.kjbaidu .tabks .rtt .cartiss {
    display: none;
    width: calc(12.03rem - .29rem);
    /* height:  calc(5.05rem - .38rem); */
    background: #FFFFFF;
    border-radius: .08rem;
    padding-left: .36rem;
    padding-top: .38rem;
    padding-right: .29rem;
    padding-bottom: .28rem;
    justify-content: space-between;
}

.kjbaidu .tabks .rtt .active {
    display: flex;
}

.kjbaidu .tabks .rtt .rtt1,
.kjbaidu .tabks .rtt .rtt1 img {
    width: 4.76rem;
    height: 4.32rem;
}

.kjbaidu .tabks .rtt .lff1 {
    margin-right: .13rem;
}

.kjbaidu .tabks .rtt .lff1 .tx1 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: .24rem;
    color: #111111;
}

.kjbaidu .tabks .rtt .lff1 .tx1 .shu {
    width: .06rem;
    height: .24rem;
    background: #2F80FF;
    margin-right: .1rem;
}

.kjbaidu .tabks .rtt .lff1 .tx2 {
    font-weight: bold;
    font-size: .16rem;
    color: #999999;
    margin: .28rem 0 .19rem 0;
}

.kjbaidu .tabks .rtt .lff1 .tx3 {
    font-weight: 400;
    font-size: .16rem;
    color: #111111;
    line-height: .32rem;
    height: 1.77rem;
}

.kjbaidu .tabks .rtt .lff1 .tx4 {
    font-weight: bold;
    font-size: .16rem;
    color: #999999;
    margin: 0rem 0 .24rem 0;
}

.kjbaidu .tabks .rtt .lff1 .tx5 {
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.kjbaidu .tabks .rtt .lff1 .tx6 {
    font-weight: 400;
    font-size: .14rem;
    color: #999999;
}

.kjbaidu .tabks .rtt .lff1 .tx5 .cart {
    /* width: 1.4rem; */
    margin-right: .48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kjbaidu .tabks .rtt .lff1 .tx5 .cart:nth-last-of-type(1) {
    margin-right: 0;
}

.kjbaidu .tabks .rtt .lff1 .tx5 .cart .tx51 {
    font-weight: bold;
    font-size: .32rem;
    color: #111111;
    margin-bottom: .07rem;
}

.kjbaidu .tabks .rtt .lff1 .tx5 .cart .tx52 {
    font-weight: 400;
    font-size: .18rem;
    color: #999999;
}

.kjbaidu .tioa {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .56rem 0;
}

.kjbaidu .tioa .ta1 {
    width: 146px;
    height: 2px;
    background: linear-gradient(135deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.15;
    margin-right: 16px;
}

.kjbaidu .tioa .tx1 {
    font-weight: 400;
    font-size: 16px;
    color: #999999;

}

.kjbaidu .tioa .ta2 {
    width: 146px;
    height: 2px;
    background: linear-gradient(225deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.15;
    margin-left: 16px;
}

.lfftabtnn {
    display: flex;
    flex-direction: column;
    padding-top: .27rem;
}

.lfftabtnn .cart {
    cursor: pointer;
    /* width: 3.29rem; */
    width: 100%;
    height: .8rem;
    border-radius: 1rem 0px 0px 1rem;
    font-size: .18rem;
    color: #111111;
    line-height: .8rem;
    text-align: center;
    margin-bottom: .1rem;
}

.lfftabtnn .active {
    background: #2F80FF;
    color: #FFFFFF;
}

.cartiss {
    display: none;
}

.cartiss.active {
    display: flex;
}

.pazlbo {
    display: flex;
    align-items: center;
    min-width: calc(100% - 1.7rem);
    overflow-x: scroll;
    padding-bottom: 48px;
}

.pazlbo::-webkit-scrollbar {
    display: none;
}

.pazlbo .cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #111111;
    margin-right: 55px;
}

.pazlbo .cart span {
    margin-top: 16px;
}

.pazlbo .cart img {
    height: 80px;
}

.gsjjie {
    display: flex;
    justify-content: space-between;
    position: relative;
    /* height: 6.25rem; */
    padding-bottom: .88rem !important;
}

.gsjjie .lffw {
    width: 6.25rem;
    z-index: 99;
}

.gsjjie .lffw .tx1 {
    width: 4.8rem;
    font-weight: bold;
    font-size: .4rem;
    color: #111111;
    margin-top: .88rem;
    margin-bottom: .32rem;
}

.gsjjie .lffw .tx2 {
    font-weight: 400;
    font-size: .18rem;
    color: #111111;
    line-height: .34rem;
}

.gsjjie .lffw .tx3 {
    font-weight: bold;
    font-size: .24rem;
    color: #111111;
    margin-top: .47rem;
}

.gsjjie .lffw .tx4 {
    margin-top: .26rem;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
}

.gsjjie .lffw .tx4 .caer:nth-of-type(1) {
    margin-bottom: .32rem;
}

.gsjjie .lffw .tx4 .caer {
    display: flex;
    align-items: center;
}

.gsjjie .lffw .tx4 .caer .err {
    width: .53rem;
    height: .53rem;
    border-radius: 50%;
    background: #F2F8FE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .16rem;
}

.gsjjie .lffw .tx4 .caer .ett {
    display: flex;
    flex-direction: column;
}

.gsjjie .lffw .tx4 .caer .ett .tx1er {
    font-weight: bold;
    font-size: .18rem;
    color: #111111;
    margin-bottom: .08rem;
}

.gsjjie .lffw .tx4 .caer .ett .tx2er {
    font-size: .16rem;
    color: #111111;
}

.gsjjie .lffw .tx4 .caer .err img {
    width: .32rem;
    height: .32rem;
}

.gsjjie .rtt {
    /* height: 6.25rem; */
    position: absolute;
    right: 0;
    top: 0;
    width: 12.20rem;
    z-index: 9;
}

.gsjjie .rtt img {
    width: 12.20rem;
    /* height: 6.25rem; */
    z-index: -1;
}

.license-box img {
    width: 100%;
    height: 100%;
}

.overflow {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.overflow-two {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overflow-three {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1910px) {
    .yxxq_box {
        overflow: visible;
    }

}
@media screen and (max-width: 1910px) { 
.yxxqfx:hover {
        transform: none;
    }
}


/* 平板 */
@media screen and (max-width: 1080px) {
    
.head_top .head_lf .tex1,.head_top,.cartfq .wenz1 .tdcastes .cart .box1 .sp1,.cartfq .wenz1 .tdcastes .cart .box1 .sp2,.cartfq .wenz1 .tdcastes .cart .box2,.cartfq .wenz .spn,.ljwmfw .caets .k3
,.ljwmfw .caets .k4,.gsjjie .lffw .tx2,.gsjjie .lffw .tx4 .caer .ett .tx1er,.gsjjie .lffw .tx4 .caer .ett .tx2er,.kehupj .caets .cart .wenz,.kehupj .caets .cart .touxi .rtt .tx1,.kehupj .caets .cart .touxi .rtt .tx2
,.head_top .head_rt .btn2
{
    font-size: 12px !important;
}
.kehupj .caets .cart .xingx .wjx{
    width: 12px;
    height: 12px;
}
    .lfftabtnn {
        flex-direction: row;
    }

    .kjbaidu .tabks {
        display: block;
    }

    .gsjjie .lffw {
        width: 9.25rem;
    }

    .kjbaidu .tabks .rtt .cartiss {
        width: 100%;
    }

    .kjbaidu .tabks .rtt .rtt1,
    .kjbaidu .tabks .rtt .rtt1 img {
        width: 399px;
        height: 399px;
    }

    .kjbaidu .tabks .rtt .lff1 {
        margin-right: 12px;
    }

    .kjbaidu .tabks .rtt .lff1 .tx1 {
        font-size: 20px;
    }

    .kjbaidu .tabks .rtt .lff1 .tx1 .shu {
        width: 5px;
        height: 20px;
        background: #2F80FF;
    }

    .kjbaidu .tabks .rtt .lff1 .tx2 {
        font-size: 13px;
        margin: 23px 0 17px 0;
    }

    .kjbaidu .tabks .rtt .lff1 .tx3 {
        font-size: 14px;
        line-height: 26px;
        height: 190px;
    }

    .kjbaidu .tabks .rtt .lff1 .tx4 {
        font-size: 13px;
        margin: 0 0 20px 0;
    }

    .kjbaidu .tabks .rtt .lff1 .tx5 {
        margin-bottom: 20px;
    }

    .kjbaidu .tabks .rtt .lff1 .tx5 .cart .tx51 {
        font-size: 26px;
    }

    .kjbaidu .tabks .rtt .lff1 .tx5 .cart .tx52 {
        font-size: 15px;
    }

    .kjbaidu .tabks .rtt .lff1 .tx6 {
        font-size: 12px;
    }

    .lfftabtnn {
        padding: 0 20px;
        width: calc(100% - 22px);
        justify-content: space-between;
        padding-top: 0;
    }

    .lfftabtnn .cart {
        width: 303px;
        height: 56px;
        background: #fff;
        border-radius: 40px 40px 40px 40px;
        margin-right: 11px;
        margin-bottom: 24px;
        line-height: 56px;
        font-size: 16px;
    }

    .lfftabtnn .active {
        background: #2F80FF;
    }

    .lfftabtnn .cart:nth-last-of-type(1) {
        margin-right: 0;
    }

    /* wdwdw */


    .gsjjie .lffw .tx2 {
        line-height: normal;
    }

    .wsmxz .rtt .caets .cart .tx22 {
        margin-top: 12px;
        font-size: 12px;
        color: #999999;
        line-height: 21px;
        margin-left: 20px;
    }

    .wsmxz .rtt .caets .cart:nth-of-type(1),
    .wsmxz .rtt .caets .cart:nth-of-type(2) {
        margin-bottom: 16px;
    }

    .wsmxz .rtt .caets .cart {
        width: calc((100% - 62px)/2);
        height: calc(105px - 30px);
        background: #F2F8FE;
        border-radius: 8px 8px 8px 8px;
        background: #F2F8FE;
        padding: 11px 13px 15px 10px;
        margin-right: 16px;
        transition: transform 0.3s ease;
    }

    .wsmxz .lff {
        width: 356px;
        height: 410px;
    }

    .wsmxz .lff img {
        width: 356px;
        height: 410px;
    }

    .waping2 {
        padding: 0 20px;
    }

    .waping3 {
        padding: 0 0 0 20px;
    }

    .wsmxz .rtt .tx1 {
        width: 260px;

        font-weight: bold;
        /* font-size: 26px; */
    }

    .wsmxz .rtt .tx2 {
        font-size: 16px;
        width: 8rem;
        line-height: 30px;
    }

 

    .waping,
    .waping2 {
        padding: 0 20px;
    }

    .ljwmfw .caets .k3,
    .kehupj .caets .cart .wenz {
        line-height: .32rem;
    }

    .sfqqh .cartfq {
        width: 155px;
        margin-right: 10px;
    }

    .sfqqh .activ {
        width: 531px;
    }

    .cartfq .wenz1 .tdcastes .cart {
        margin-bottom: .19rem;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}