
@media screen and (max-width: 430px){
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.21);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #000000;

    }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.41);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #000000;
    }
}
@media screen and (min-width: 769px) and (max-width: 820px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.428);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #000000;
    }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.536);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #000000;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1412px) {
    .contentpage {
        margin: 0;
        padding: 0;
        transform: scale(0.723);
        transform-origin: 0 0;
        width: 1876px;
        height: 100vh;
        background-color: #000000;
    }
}
@media screen and (min-width: 1413px) {  
    .contentpage {
        margin: 0;
        padding: 0;
        height: 100vh;
        background-color: #000000;
   }
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    z-index: -999;
    /* overflow-y: auto; */
}

.divbgc{
    position: relative;
}
/* banner */
.backbgctop{
    width: 100%;
    height: 100px;
}
.backbgc{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #CFAB82;
    z-index: 99999;
}

.topbanner{
    position: relative;
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100%;
    /* background-color: yellowgreen; */
    align-items: center;
    z-index: 99;

}
.cwbannner{
    left: 0;
    width: 100%;
    height: auto;
    /* height: 100%; */
    /* object-fit: cover; */
}
.cwlogo{
   width: 172px;
   height: 47px;
   margin-left: 57%;
   margin-right: 1.5vw;

}
.chobanner .textblock{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.chobanner .textblock .textpacetime{
    color: #000000;
    font-weight: bold;
}

.textblock{
    width: 140px;
    height: 56px;
    border-radius: 28px;
    text-align: center;
}
.textblock:hover{
    width: 140px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 28px;
    text-align: center;
}
.textblock:hover .textpacetime{
     color: #000000;
    font-weight: bold;

}
.textpacetime{
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 56px;
}
/* 导航 */
.linkthree{
    position: relative;
    height: 150px;
    background-color: #000000;
}
.linone{
    position: absolute;
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: 80%;
    padding-bottom: 30px;
    margin-left: 10%;
  /* background-color: cadetblue; */
}
.sthline{
    position: absolute;
    width: 85%;
    height: 1px;
    background: #959595;
    /* background: red; */
    margin-top: 99px;
    margin-left: 7.9%;

}
.thlinka{
    height: 96px;
    align-items: center;
}

.thlink{
    height: 96px;
    align-items: center;
}
.thlink:hover{
    height: 96px;

    border-bottom: 4px solid #FFDF8B;
    align-items: center;
}
.thlink:hover .thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #C68F00;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.thlinktext{
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.chodetail{
    height: 96px;
    /* background-color: yellowgreen; */
    border-bottom: 4px solid #FFDF8B;
    align-items: center;
}

.chodetailtext{
    font-weight: 400;
    font-size: 20px;
    color: #C68F00;
    line-height: 29px;
    margin-top: 36px;
    text-align: center;
}
.plateblock{
    position: relative;

}
.branchtitle{
    position: absolute;
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 51px;
    margin-top: 143px;
    margin-left: 7.9%;
}
/* 分店动态 */
.llblock{
    width: 100%;
    /* background-color: yellowgreen; */
    display: flex;
    flex-direction: column;
}
.ppbranchtitle{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 51px;
    margin-left: 7.9%;

}
.ppcarouselexterfd{
    position: relative;
    margin-top: 40px;
    overflow-x: auto;
    width: 100%;
    height: 415px;
    /* background-color: yellowgreen; */
}
.ppcarouselexterfd::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 Chrome, Safari 和 Opera */
}
.showblockfd{
    overflow: hidden;
    width: 86.5%;
   margin-left: 7.5%;
   /* background-color: yellowgreen; */

}
.nexttopallthreefd{
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    height: 415px;
    /* background-color: palevioletred; */
}
.fdstatic{
    position: relative;
     flex:0 0 auto;
    flex-wrap: nowrap;
    width: 48.9%;
    height: 400px;
    border-radius: 8px;
    background: rgba(255,255,255,0.15);
    border: 2px solid #A9A9A9;
    margin-right: 1.5%;
}
.fdstatic:hover{
    background-image: linear-gradient(to bottom right, #F5DDBB, #CAAD90);
    border: 2px solid #ffffff;

}
.fdstatic:hover .fdone{
    color: #6C4E00;
}
.fdstatic:hover .fdtwo{
    color: #684B00;
}
.fdstatic:hover .fdthree{
    color: #563E00;
}
.fdstatic:hover .needline{
    color: #6C4E00;
    text-decoration:underline;
}
.fdone{
    font-size: 16px;
    color: #ffffff;
    line-height: 29px;
    text-align: left;
    margin-top: 33px;
    margin-left: 3.9%;
}
.fdtwo{
    width: 92.38%;
    font-weight: bold;
    font-size: 23px;
    color: #ffffff;
    line-height: 34px;
    text-align: left;
    margin-left: 3.81%;
    margin-top: 23px;


    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fdthree{
    width: 92.38%;
    font-size: 19px;
    color: #CACACA;
    line-height: 30px;
    text-align: left;
    margin-left: 3.81%;
    margin-top: 28px;

     text-overflow: ellipsis;
	 overflow: hidden;
	 white-space: normal;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 5;
	 overflow: hidden;


}
.needline{
    position: absolute;
    bottom: 23px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    line-height: 29px;
    text-align: left;
    margin-left: 3.81%;
}
/* 品牌介绍 */
.ppbranchtitlejs{
    font-weight: bold;
    font-size: 30px;
    color:#ffffff;
    line-height: 51px;
    margin-left: 7.9%;
    margin-top: 40px;
}
.ppcarouselexter{
    position: relative;
    display: flex;
    margin-top: 50px;
    overflow-x: auto;
    width: 100%;
    height: 55vh;
    /* background-color: paleturquoise; */
}
.ppcarouselexter::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 Chrome, Safari 和 Opera */
}
.ppcarouselexterr{
    /* display: flex; */
    overflow-x: auto;
    width: 100%;
    height: 400px;
    margin-top: 50px;
    /* background-color: palevioletred; */
}
.ppcarouselexterr::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 Chrome, Safari 和 Opera */
}
.showblock{
    overflow: hidden;
    width: 86.05%;
    /* width: 100vw; */
    height: 50vh;
   margin-left: 7.5%;
   /* background-color: palevioletred; */

}
.nexttopallthree{
    display: flex;
    overflow: hidden;
    height: 59vh;
    flex-wrap: nowrap;
    /* background-color: aquamarine; */
}
.thblock{
    position: relative;
    display: flex;
    flex: 0 0 auto; /* 不允许伸缩 */
    width: 49%;
    background: rgba(255,255,255,0.15);
    height: 48vh;
    border-radius: 8px;
    margin-right: 1.6%;
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.07)
}
.logone{
    position: absolute;
   width: 50%;
   height: 100%;
   border-top-left-radius: 8px;     /* 左上角 */
   border-bottom-left-radius: 8px;
   background-repeat: no-repeat;
}
.doublock{
    position: absolute;
    overflow: hidden;
    width: 50.5%;
    height: 100%;
    background-color:#272727;
    margin-left: 49.5%;
    border-top-right-radius: 8px;    /* 右上角 */
    border-bottom-right-radius: 8px;

}
.datanate{
    width: 78%;
    height: 43px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #ffffff;
    /* line-height:40px; */
    text-align: left;
    margin-left: 11.7%;
    margin-top: 14.3%;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.datatext{
    width: 80%;
    font-size: 1.3rem;
    color: #999A9A;
    margin-top: 25px;
    margin-left: 11.7%;
    line-height: 30px;
    /* background-color: rebeccapurple; */
    margin-left: 9%;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.mobtn{
    position: absolute;
    display: flex;
    margin-top: 35px;
    width: 7vw;
    height:3.5vw;
    border-radius: 37px;
    background: linear-gradient(to left, #CAAD90 0%, #F5DDBB 70%);
    border: 2px solid rgba(255,255,255,0.47);
    align-items: center;
    margin-left:51.6% ;
    bottom: 2.5vw;
}
.mobtn:hover{
    background: linear-gradient(to left, rgba(202, 173, 144, 0.7) 0%, rgba(245, 221, 187, 0.7) 70%);
}
.motext{
    position: absolute;
    font-weight: 600;
    font-size: 1.2rem;
    color: #000000;
    line-height: 37px;
    margin-left: 1.8vw;
}
.moreloglitt{
    position: absolute;
    width: 8%;
    height: 25%;
    margin-left: 4.8vw;

}
/* 分店动态 */
.bigmoblocko{
    position: absolute;
    top: 0;
    left: 3.17%;
    height: 415px;
    width: 32px;
}
.bigmoblock{
    position: absolute;
    top: 0;
    right: 2.81%;
    height: 415px;
    width: 32px;
}
/* 品牌介绍 */

.bigmotwoone{
    position: absolute;
    top: 0;
    left: 3.17%;
    height: 49vh;
    width: 32px;
}
.bigmotwotwo{
    position: absolute;
    top: 0;
    right: 2.81%;
    height: 49vh;
    width: 32px;
}
/* 促销信息 */
.bigmoblockoo{
    position: absolute;
    left: 3.17%;
    height: 400px;
    width: 32px;
    /* background-color: palegreen; */
}
.bigmoblockk{
    position: absolute;
    right: 2.81%;
    height: 400px;
    width: 32px;
    /* background-color: yellowgreen; */
}
.leftbigmore{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 40px;
}


.rightbigmore{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 40px;
}
/* 促销信息 */
.fdbranchtitle{
    font-weight: bold;
    font-size: 30px;
    color:#ffffff;
    line-height: 51px;
    margin-left: 7.9%;
    /* margin-top: 50px; */
    /* background-color: palevioletred; */
}

.csblock{
        position: absolute;
        margin-left: 7.9%;
        display: flex;
        overflow-x: auto;
        width: 85%;
        height: 410px;
        flex-wrap: nowrap;
        /* background-color: olive; */
}
.csblock::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 - Chrome, Safari 和 Opera */
}
.csmess{
    position: absolute;
    display: flex;
    width: 98.2%;
    /* height: 100%; */
    /* background-color: paleturquoise; */
}
.cxblock{
    width:auto;
    height: 400px;
}
.cxblocka{
    width:auto;
    height: 400px;
    margin-right: 1.88%;
}
/* 分店导航 */
.dhbranchtitle{
    font-weight: bold;
    font-size: 30px;
    color:#ffffff;
    line-height: 51px;
    margin-left: 7.9%;
    margin-top: 60px;
}
.mapallblock{
    position: relative;
    width: 84.89%;
    height: 45vh;
    margin-left: 7.9%;
    border-radius: 8px;
    margin-top: 50px;
    border: 1px solid #B29D65;
    /* background-color: paleturquoise; */
}
.mapimg{
    position: absolute;
    width: 69.64%;
    height: 100%;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}
.instruetexte{
    position: absolute;
    top: 0;
    right: 0;
    width:30.36%;
    height: 100%;
    background-color: #272727;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.kblock{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 81%;
    /* background-color: orchid; */
}
.maptt{
    font-weight: 600;
    font-size:100%;
    color: #C3C6C6;
    margin-top: 8px;
}
/* 底部 */
.divbgb{
    /* position: absolute; */
    display: flex;
    width: 100%;
    height: 222px;
    background-color: #313131;
    align-items: center;
    margin-top: 120px;
}
.divdou{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bottotexte{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    margin-left: 7.5%;
    /* background-color: blueviolet; */

}
.bottotextea{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;

}
.bottotexteaa{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    margin-left: 7.5%;
}
.bottotexteaa:hover{
    color: #CFAB82;
}

.qrimg{
    position: absolute;
    width: 120px;
    height: 120px;
    right: 7%;

}
