.JQInformationInfo{
    width: 1200px;
    margin: 0px auto;


}
.JQInformation .item{
    cursor: pointer;

    margin-bottom: 30px;
    box-shadow: 0 2px 28px 4px #0000000a;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.JQInformation .item:hover  .topImg img{
    /* transform: scale(1.1);
    transition: 0.5s; */
}
.JQInformation .item .topImg{
    width: 120px;
    height: 140px;
    overflow: hidden;
}
.JQInformation .item .topImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.JQInformation .item_content{
    flex: 1;
    padding-left: 30px;
    /* height: 180px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-self: stretch;
}
.JQInformation .item_content-title{
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    /* height: 60px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.JQInformation .item_content-date{
    border-top: 1.5px solid rgba(0,0,0,0.07);
    color: #999;
    font-size: 14px;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.JQInformation .item_content-date img{
    width: 15px;
    height: 15px;
}






.introduce {
    background: rgb(247, 247, 247);
}
/* 景点介绍轮播*/
.introduce .carousel-inner{
    width: 1200px;
    margin: 0px auto 30px;
    overflow: hidden;
    position: relative;
}
.carousel-list{
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;

    left: 0px;
}
.introduce .carousel-item{
    z-index: 1;
    width: 388px;
    height: 150px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0,0.3);
    font-size: 24px;
    background-position: center ;
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
}
.introduce .carousel-item2{
    width: 290px;
}
.introduce .carousel-item-t{
    font-weight: 700;
    display: inline-block !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.carousel-item-b{
    font-size: 20px;
}

.carouselActive::after{
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(65, 200, 122, 0.7) !important;
}
.carouselActive .carousel-item-t{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}


/* 景点介绍 */
.introduce-list{
    width: 1200px;
    margin: 0px auto;
}
.introduce-list .introduceInfo{
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 28px 1px #0000000a;
    margin-bottom: 30px;
    cursor: pointer;
}
.introduce-list .introduceInfo-Img{
    width: 1200px;
    max-height: 450px;
    /* border: 1px solid red; */
    padding: 0px;
    margin: 0px;
    object-fit: cover;
}
.introduce-list .introduceInfo-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 30px;
    align-items: flex-start;
    box-sizing: border-box;
}
.introduce-list .introduceInfo-content-l{
    flex: 1.3;
    margin-right: 30px;
    position: relative;
}
.introduce-list .introduceInfoTitle{
    font-size: 26px;
    font-weight: 700;
    color: black;
}
.introduce-list .introduceInfoDesc{
    font-size: 16px;
    color: black;
    line-height: 40px;
    height: 80px;
    margin: 10px 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border: 1px solid red; */
}
.introduceInfoDate,.introduceInfoAddress{
    line-height: 35px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}
.introduceInfoDate img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: cover;
}
.introduceInfoAddress img{
    width: 20px;
    height: 22px;
    margin-right: 10px;
}
.introduceInfoBtn{
    border: 1px solid #666666;
    width: 80px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color:#666666;
    right: 0px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    /* line-height: 40px; */
}


.introduce-list .introduceInfo-content-r{
    width: 412px;
    overflow: hidden;
    height: 250px;
    cursor: grab;
}
.introduceImgs{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.swiper{width: 100%;}
.introduce-list .introduceInfo-content-r .img_item{
    width: 250px !important;
    height: 250px;
    overflow: hidden;
    /* margin-right: 15px; */
}
.introduce-list .introduceInfo-content-r div:last-child{
    margin-left: 0px !important;
}
.introduce-list .introduceInfo-content-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.introduce-list .introduceInfo-content-r img:hover{
    /* transform: scale(1.2);
    transition: 1s; */
}

.introduce-list .introduceInfoNext-Btn{
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: end;
}
.introduce-list .introduceInfoNext-Btn img{
    width: 25px;
    height: 25px;
    cursor: pointer;
    object-fit: cover;
}

/* 周边景点 */
.periphery-list{
    width: 1200px;
    margin: 0px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;

}
.peripheryInfo{
    width: 585px;
    background: #ffffff;
    box-shadow: 0 2px 28px 1px #0000000a;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.peripheryInfo img{
    width: 100%;
    max-height: 328px;
}
.peripheryInfo .peripheryContent{
    padding: 20px 30px 30px;
    box-sizing: border-box;

}
.peripheryInfo .peripheryTitle{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.peripheryInfo .peripheryDesc{
    line-height: 40px;
    font-size: 16px;
    color: #000;
    height: 80px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* border: 1px solid red; */
}
.peripheryInfo .peripheryBtn{
    border: 1px solid #666666;
    /* width: 80px; */
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
}
.peripheryInfo .peripheryInfoBgImg{
    position: absolute;
    right: -70px;
    bottom: 0px;
    width: 300px;
    height: 159px;
}
.xxytlabels{position: relative;top: -2px;}
.xxytlabel{
    background-color: #6fb575;
    color: #fff;
    font-size: 12px;
    border-radius: 12px;
    font-weight: normal;
    margin-right: 5px;
    padding: 2px 8px;
}
.xxytlabels .xxytlabel:last-child{margin-right: 0;}


.commonHonorContent {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0px;
    overflow: hidden;
}
.commonHonor {
    font-size: 32px;
    color: #000000;
    width: 1200px;

    margin: 0px auto 40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 580px);

    grid-gap: 0px 40px;
}
.commonHonor-box {
    width: 580px;
    height: 277px;
    position: relative;
    margin-bottom: 40px;
}
.commonHonor-box-img {
    object-fit: cover;
    width: 225px;
    /* height: 200px; */
    position: absolute;
    top: 51px;
    left: 50px;
    box-shadow: 0 6px 7px 0 #00000026;
    background-color: #d1d1d1;
}
.commonHonor-box-rigthimg {
    width: 150px;
    /* height: 201px; */
    position: absolute;
    top: 73px;
    right: 8px;
    /* background-color: silver; */
}
.commonHonor-box-top {
    box-sizing: border-box;
    padding-top: 84px;
    padding-left: 302px;

    width: 100%;
    height: 158px;
}
.tislin {
    line-height: 15px !important;
}
.commonHonor-box-top-t1 {
    font-weight: 400;
    line-height: 35px;
    font-size: 16px;
    z-index: -1;
    color: #666666;

}
.commonHonor-box-top-t2 {
    font-weight: 700;
    line-height: 50px;
    width: 100%;

    font-size: 18px;
    text-align: left;
    color: #000000;
    overflow: hidden;

    text-overflow: ellipsis;
    cursor: pointer;
    white-space: nowrap;


}
.commonHonor-box-top-t2:hover .commonHonor-box-top-t2-ps{
    display: block;

}
/*   <div class="commonHonor-box-top-t2 matop11">${v}


              </div>*/
.commonHonor-box-top-t2-ps {
    display: none;
    position: absolute;

    margin-top: -92px;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 10px;
    min-width: 100px;
    font-weight: 700;
    font-size: 18px;

    color: #000000;;
    z-index: 1000 !important;
    line-height: 40px;
    background-color:#d1d1d1;
    border-radius: 16px;

}

.top-box {
    display: flex;
    font-weight: 400;

    font-size: 16px;

    color: #666666;
}
.top-box-r1 {
    line-height: 35px;
}
.honeblace {
    color: #000000;
}
.male66 {
    margin-right: 66px;
}

.commonHonor-box-bon {
    background-color: #6cd382 !important;
    width: 100%;
    height: 51px;
}

.activitieszem {
    width: 100%;
    /* background-color: #f7f7f7; */
    min-height: 200px;
}
.activities {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}
.activities-txt {
    font-size: 28px;
    color: #000000;
    margin-bottom: 10px;
}
.mar20 {
    margin-top: 30px;
}
.nodata {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 400;
}
.activities-bn {
    width: 100%;
    min-height: 300px;
}
.activities-text {
    font-size: 32px;
    color: #000000;
    margin: 30px 0;
}
.activitiesbox1 {
    width: 100%;
    min-height: 300px;
    display: flex;
    background-color: #fff;

    box-shadow: 0 2.58px 24.94px 0 rgba(0, 0, 0, 0.09);
}
.activitiesbox {
    width: 100%;
    min-height: 300px;
    display: flex;
    background-color: #fff;
    margin-top: 40px;
    box-shadow: 0 2.58px 24.94px 0 rgba(0, 0, 0, 0.09);
}
.activitiesbox-img {
    width: 50%;
    object-fit: cover;
    height: 300px;
}

.acpagination {
    width: 100%;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.activitiesbox-right {
    width: 50%;
    box-sizing: border-box;
    padding: 30px;

    position: relative;
}
.activitiesbox-right--t1 {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.activitiesbox-right-t2 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activitiesbox-right-btm {
    position: absolute;
    bottom: 20px;
    width: 90%;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.activitiesbox-box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.activitiesbox-detail {
    font-size: 18px;
    color: #ffffff;
    background-color: #70c96c;
    padding: 14px 22px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}
.QA {
    width: 1200px;
    margin: 0 auto 100px;
    margin-top: 50px;
}
.QAflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.QAsearch {
    border: 1px solid rgba(206, 206, 206, 0.45);
    line-height: 46px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    user-select: none;
}
.QAsearch img {
    height: 24px;
    width: 24px;
    padding-left: 15px;
}
.QAsearch input {
    outline: none;
    padding: 12px;
    border: none;
    background: transparent;
}
.QAmenu span {
    font-size: 20px;
    color: #333333;
    margin-right: 36px;
    line-height: 46px;
    display: inline-block;
    cursor: pointer;
    user-select: none;
}
.QAmenu .active {
    color: #43a74d;
    position: relative;
    border-bottom: 4px solid #43a74d;
}
.QAcollapse {
    margin-top: 36px;
}
.QAcollapse_item {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 1px 27px 2px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
}
.QAcollapse_title {
    width: 100%;
    box-sizing: border-box;
    line-height: 62px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    background-color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.5s, color 0.5s;
}
.QAcollapse_item.active .QAcollapse_title {
    color: #ffffff;
    background-color: rgba(113, 189, 121);
}
.QAcollapse_title i {
    font-style: normal;
    font-size: 26px;
    margin-right: 22px;
}

.QAcollapse_title div {
    flex: 1;
}

.QAcollapse_title span {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
    position: relative;
}
.QAcollapse_title span::after {
    content: "";
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    height: 4px;
    width: 4px;
    transition: transform 0.3s;
    transform: rotate(-45deg);
    right: 6px;
    top: 5px;
}
.QAcollapse_item.active .QAcollapse_title span::after {
    transform: rotate(45deg);
    right: 5px;
    top: 4px;
}

.QAcollapse_text {
    display: none;
    font-size: 16px;
    text-align: justify;
    line-height: 38px;
    padding: 26px 36px 40px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    text-indent: 2rem;
}
/* .QAcollapse_item.active .QAcollapse_text {
  display: block;
} */

.nodata {
    font-size: 20px;
    color: #999;
    text-align: center;
    padding: 20px;
}



.transportation {
    width: 100%;
    /* background-color: aqua; */
    min-height: 200px;
}

.transporGuide {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    overflow: hidden;
    background-color: #f7f7f7;
}
.transporGuide-top {
    width: 100%;
    /* height: 125px; */
    display: flex;
    justify-content: space-between;
}
.transporGuideimg {
    object-fit: cover;
    position: relative;
    cursor: pointer;
    width: 228px;
    height: 100%;
}
.transporGuide-top-img {
    width: 100%;
    height: 100%;
}
.taammag30 {
    margin-top: 30px;
}
.transporGuideimg-text {
    z-index: 10000 !important;
    position: absolute;
    display: flex;
    top: 0;

    justify-content: center;
    width: 100%;
    height: 100%;

    font-weight: 700;

    font-size: 22px;
    text-align: left;

    color: #ffffff;
}
.tranproduct-chosee {
    background-color: rgba(65, 200, 122, 0.7) !important;
}
.transporGuideimg-text-t1 {
    display: none;
    pointer-events: none;
    margin-top: 26px;
}
.transporGuidesAcitve {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.transporGuide-med {
    position: relative;
    margin-top: 20px;
    min-height: 100px;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    padding: 30px;
    box-shadow: 0 0.78px 21.09px 1.56px #0000000a;
}
.transporGuide-med-tip {
    font-weight: 700;
    text-align: center;
    height: 27.34px;
    font-size: 22px;
    margin-bottom: 30px;
    color: #000000;
}
.transporGuide-med-box {
    margin-bottom: 10px;
    /* background-color: saddlebrown; */
    min-height: 100px;
}
.transporGuidetop {
    display: flex;
    min-height: 30px;
}
.transporGuidetop-f1 {
    line-height: 50px;
    font-weight: 300;
    font-size: 60px;
    text-align: left;
    color: #cecece;
}
.transporGuidetop-r1 {
    margin-left: 8px;
    height: 100%;
}
.transporGuidetop-r1-t1 {
    font-weight: 700;
    font-size: 20px;
    color: #999999;
}
.transporGuidetop-r1-t2 {
    font-weight: 700;
    margin-top: -2px;
    font-size: 20px;

    color: #000000;
}
.transporGuide-med-desc {
    margin-top: 25px;
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
}
.transporGuide-med-time {
    font-size: 18px;
    line-height: 40px;
    color: #666666;
    font-weight: 400;
}
.transporGuide-med-btx {
    width: 100%;
    font-weight: 400;

    font-size: 18px;
    line-height: 40px;
    text-align: left;
    color: #000000;
}
.transporGuide-med-btx-ts {
    margin-top: 20px;
    font-weight: 700;
    color: #666666;
}
.transporGuidemed-box {
    position: absolute;
    width: 200px;
    height: 100px;

    top: 100px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 700;
    color: #000033;
}
.transporGuideimg-box {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.transporGuideimg-box-img {
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.transporGuide-map {
    margin-top: 20px;
    width: 1200px;
    min-height: 700px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
}
.transporGuide-map-tc {
    margin-bottom: 30px;
    background-color: #999999;
    width: 100%;
    height: 700px;
}
#mapContainer {
    width: 100%;
    height: 100%;
}
.imdmao0 {
    width: 100%;

    height: 700px;
}
.imdmao1 {
    width: 100%;

    height: 700px;
}
.transporGuide-btm {
    margin-top: 20px;
    color: #4d90fe;
}
.transporGuide-boxl {
    width: 100%;
    /* background-color: saddlebrown; */
    position: relative;
    box-sizing: border-box;
    padding-left: 47px;
}
.transporGuide-boxl-line {
    height: 100%;
    position: absolute;
    top: 0;
    left: 14px;
    width: 1px;
    background-color: #cecece;
}
.dflx {
    display: flex;
    align-items: center;
    position: relative;

}

.step-dot1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* background-color: #76c260; */
    border: 1px solid #cecece;
    /* margin-right: 10px; */
    flex-shrink: 0; /* 防止圆点挤压内容 */
    align-self: flex-start; /* 将圆点对齐到左上角 */
    background-color: #ffffff;
    position: absolute;
    top: 13%;

    left: -44px;
}
.step-dot1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #76c260;
}
.transporGuide-boxl-posltop {
    position: absolute;
    top: 0;
    left: -37px;
    width: 10px;
    height: 28%;
    background-color: #ffffff;
}
.transporGuide-boxl-poslbom {
    position: absolute;
    top: 14%;
    left: -37px;
    width: 10px;
    height: 90%;
    background-color: #ffffff;


}
.posltop{
    display: flex;
    flex-direction: column;
    color: #999999;



}
.posltop-box{
    display: flex;
    align-items: center;
    color: #000000;
    margin-top: -10px;
}
.posltop-box-sp{
    margin: 0 10px;  color: #999999; font-weight: 700;
}


.zIndex {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}


.zindex2_card {
    width: 600px;
    height: 498px;
    background-image: url(../images/show/67.png);
    background-size: 100% 100%;
    position: relative;
    padding: 40px 50px 50px 50px;
    box-sizing: border-box;
    text-align: justify;
}
.zindex2_card_title {
    font-size: 28px;
    color: #000000;
    /* text-align: right; */
    font-weight: bold;
    margin-bottom: 10px;
    word-break: break-all;
}
.zindex2_card_text {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; /* 设置为想要的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    height: 191px;
}
.telflex {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000033;
    font-weight: bold;
    margin-top: 20px;
}
.telflex img {
    width: 20px;
    margin-right: 10px;
}
.telNumber {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}
.addressText {
    color: #333333;
    font-size: 16px;
    width: 50%;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 设置为想要的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.openDetail {
    font-size: 18px;
    color: #ffffff;
    background-color: #70c96c;
    padding: 14px 22px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    user-select: none;
    right: 50px;
    bottom: 40px;
}
.zIndexImages {
    display: flex;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 530px;
}
.imagesfull {
    height: 140px;
    width: 210px;
    border: 4px solid #fff;
    border-radius: 4px;
    margin-right: 16px;
    cursor: pointer;
}
.imagesfragmentary {
    height: 150px;
}
.flip .zindex1 {
    margin-left: 0;
}
.flip .zindex2_card {
    right: 0;
    background-image: url(../images/hotel/672.png);
    padding: 40px 50px 50px 140px;
}
/* .flip .zindex2_card_title {
  text-align: left;
} */
.flip .telflex,
.flip .telNumber {
    text-align: right;
    justify-content: flex-end;
}
.flip .openDetail {
    left: 140px;
    right: auto;
}
.flip .addressText {
    text-align: right;
}
.flip .zIndexImages {
    left: 30px;
}

.dish{
    position: absolute;
    left: 4px;
    color: #fff;
    font-size: 16px;
    bottom: 8px;
    right: 17px;
    padding: 6px 8px;
    background-color: rgba(0, 0,0, .5);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}



.productCome {
    width: 100%;
    /* background-color: #f7f7f7; */
    min-height: 200px;
}
.product {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    overflow: hidden;
}
.product-top {
    height: 118px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-top-tp {
    width: 290px;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: saddlebrown;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    position: relative;
    /* margin-bottom: 30px; */
}
.product-top-tp-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.product-pst {
    cursor: pointer;
    display: flex;

    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(100, 100, 100, 0.3);
}
.bgcs {
    pointer-events: none;

    height: 1px;
}
.bgcss {
    margin-top: 45px;
    pointer-events: none;
}
.product-chosee {
    background-color: rgba(65, 200, 122, 0.7) !important;
    /* display: flex;
    flex-direction: column; */
}

.bgcsAcitve {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.product-box {
    margin-top: 30px;
    background-color: #f7f7f7;
    width: 100%;
    min-height: 417px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 380px);

    grid-gap: 0 30px;
}
.product-box-tp {
    width: 380px;
    min-height: 230px;
    margin-bottom: 28px;
    box-shadow: 0 1.56px 11.72px 0.78px #0000000a;
    padding-bottom: 20px;
}

.product-img {
    object-fit: cover;
    width: 100%;
    height: 305px;
}
.product-imgdiv {
    height: 356px;
    background-color: #e0e0e1;

    width: 100%;
}
.product-pos {
    color: #e3e3e3;
    font-size: 35px;
    margin-left: 10px;
    display: none;
}

.product-tips {
    z-index: 1000;
    margin-top: 18px;

    font-weight: 700;

    height: 28.13px;
    font-size: 23px;
    text-align: left;
    color: #000000;
    margin-left: 20px;
}
.product-jj {
    position: relative;
    margin-left: 20px;
    margin-top: 10px;
    color: #666666;
    /* margin-bottom: 20px; */
}
.product-btn {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-to {
    height: 100%;
    width: 50px;
    display: flex;
    /* align-items: flex-end; */
    align-items: baseline;
    color: #f87777;
    font-size: 20px;
    line-height: 30px;
}
.product-to-f {
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;
    margin-right: 2px;
    /* background-color: #000000; */
}
/* .s1{
    background-color: #87BB7A;
} */
.product-go {
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background-color: #87bb7a;
}
.product-f {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}
.introduceInfojiangjie{
    height: 28px;
    
    background-size: 14px 20px;
    color: #c93f36;
    text-align: left;
    line-height: 28px;
    border: 2px solid #c93f36;
    border-radius: 16px;
    float: left;
    margin-right: 22px;
    cursor: pointer;
    margin-top: 10px;
}
.introduceInfojiangjie a{
    padding: 0 20px 0 36px;

    width: 100%;
    height: 100%;
    color: inherit;
}

.gonglueluxian{
    background-color: #76c360;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding: 40px 50px;
    line-height: 40px;
}