html {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.index-bg {
    width: 100%;
}

.div-index {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.div-top {
    width: 100%;
    height: 130px;
}

.img-top {
    width: 100%;
    height: 100%;
}

.top-title {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #D1D1D1;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.div-title-left {
    width: 50%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 30px;
}

.img-logo {
    width: 270px;
    height: 100px;
    top: 20px;
    left: calc(50% - 135px);
    position: absolute;
}

.img-into-shop {
    width: 187px;
    height: 42px;
    top: 65px;
    left: 72.7%;
    position: absolute;
}

.div-tab {
    width: 100%;
    top: 170px;
    height: 50px;
    background-color: #801D07;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div_tabs {
    width: 12.5%;
    height: 50px;
    font-size: 17px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
}

.div-tab-line {
    width: 1px;
    height: 40px;
    background-color: #420C00;
}

.div-bg {
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    font-size: 14px;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: black;
}

.div-lunbo {
    position: absolute;
    top: 230px;
    width: 100%;
}

.box {
    width: 80%;
    height: 70vh;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}

.tab {
	font-size: 14px;
    background-image: url('../img/click.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.box-1 ul li {
    width: 100%;
    height: 70vh;
    position: relative;
    overflow: hidden;
}

.box-1 ul li img {
    display: block;
    width: 100%;
    height: 70vh;
}

.box-1 ul li h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 300px;
    background: rgba(125, 125, 120, .4);
    text-indent: 2em;
    padding-right: 500px;
    font-size: 15px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite
}

.box-2 {
    position: absolute;
    right: 10px;
    bottom: 14px;
}

.box-2 ul li {
    float: left;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    text-indent: 100px;
    cursor: pointer;
}

.box-2 ul .on {
    background: rgba(255, 255, 255, 0.6);
}

.box-3 span {
    position: absolute;
    color: white;
    background: rgba(125, 125, 120, .3);
    width: 50px;
    height: 80px;
    top: 50%;
    font-family: "宋体";
    line-height: 80px;
    font-size: 60px;
    margin-top: -40px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

.box-3 .prev {
    left: 10px;
}

.box-3 .next {
    right: 10px;
}

.box-3 span::selection {
    background: transparent;
}

.box-3 span:hover {
    background: rgba(125, 125, 120, .8);
}

.div-bottom {
    width: 80%;
    position: absolute;
    margin-top: 55px;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.div-dianpu {
    width: 80%;
    position: absolute;
    top: 180px;
    left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.img-xinchuan {
    margin: 0 auto;
}

.div-qingbao-content {
    width: 100%;
    height: 366px;
    background: #FAFAFA;
    margin-top: 30px;
    box-shadow: 0px 3px 10px 0px rgba(194, 194, 194, 0.46);
    opacity: 0.8;
    border-radius: 20px;
}

.tv-content {
    width: calc(100% - 80px);
    margin-top: 40px;
    margin-left: 40px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    height: 286px;
    margin-top: 40px;
    overflow: auto;
}

.div-label {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.div-lable-s {
    width: calc((100% - 76px - 76px - 76px - 76px) / 5);
    height: 10vh;
    margin-top: 60px;
    margin-right: 38px;
    margin-left: 38px;
    box-sizing: border-box;
}

.div-lable-s1 {
    width: calc((100% - 76px - 76px - 76px - 76px) / 5);
    height: 10vh;
    margin-top: 60px;
    margin-right: 38px;
    box-sizing: border-box;
}

.div-lable-s5 {
    width: calc((100% - 76px - 76px - 76px - 76px) / 5);
    height: 10vh;
    margin-top: 60px;
    margin-left: 38px;
    box-sizing: border-box;
}

.img-order {
    margin: 0 auto;
    margin-top: 90px;
}

.div-lable-ss1 {
    width: calc((100% - 76px - 76px) / 3);
    margin-top: 30px;
    margin-right: 38px;
    box-sizing: border-box;
    position: relative;
}

.div-lable-ss {
    width: calc((100% - 76px - 76px) / 3);
    margin-top: 30px;
    margin-right: 38px;
    margin-left: 38px;
    box-sizing: border-box;
    position: relative;
}

.div-lable-ss3 {
    width: calc((100% - 76px - 76px) / 3);
    margin-top: 30px;
    margin-left: 38px;
    box-sizing: border-box;
    position: relative;
}

.img-foot {
    width: 100%;
    height: 28vh;
}

.div-foot-name {
    width: 100%;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: #801D07;
}

.foot-bottom {
    position: relative;
    width: 100%;
    height: 70px;
}

.img-bg-bottom {
    width: 100%;
    height: 100%;
}

.foot-name {
    width: 100%;
    height: 70px;
    bottom: 0;
    position: absolute;
    font-size: 23px;
    line-height: 70px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8F1D03;
}

.img-bg-bottom {
    width: 100%;
    height: 100%;
}

.foot-name {
    width: 100%;
    height: 70px;
    bottom: 0;
    position: absolute;
    font-size: 23px;
    line-height: 70px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8F1D03;
}

.div-biankuang {
    width: calc(100% - 10px);
    left: 5px;
    height: 26.7vh;
    top: 5px;
    position: absolute;
    background-image: url('../img/banner_bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    margin: 0px;
    padding: 0px;
}

.dian {
	background-image: url('../img/banner_bg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.div-foot-content {
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    max-height: 200px;
    overflow: auto;
}

.div-lable-sss1 {
    width: 23%;
    height: 43vh;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    margin-right: 17px;
    box-sizing: border-box;
    position: relative;
}

.div-lable-s1:hover {
 	transform:scale(1.3);
}
.div-lable-s:hover {
 	transform:scale(1.3);
}
.div-lable-s5:hover {
 	transform:scale(1.3);
}

.div-lable-sss {
    width: 23%;
    height: 43vh;
    margin-top: 15px;
    margin-right: 17px;
    margin-left: 17px;
    display: flex;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
}

.div-lable-sss3 {
	width: 23%;
    height: 43vh;
    margin-top: 15px;
    display: flex;
    margin-left: 17px;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
}

.line2 {
    width: 100%;
    height: 1px;
    margin-top: 120px;
    background: #D1D1D1;
}

.line3 {
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background: #D1D1D1;
}

.div-zhuo {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.div-zhuo-name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8F1D03;

}

.bottom-zhuzuo {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.bottom-zhuzuo-1 {
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.div-sing {
    position: absolute;
    top: 180px;
    width: 80%;
    left: 10%;
    display: flex;
    flex-direction: column;
}

.div-sing-contact {
    position: absolute;
    top: 180px;
    width: 78%;
    left: 11%;
    display: flex;
    flex-direction: column;
}


.div-cai {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.div-menu {
    width: 16%;
    display: flex;
    flex-direction: column;
}

.div-zhu {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.div-zhu-1 {
    background-color: #801D07;
    color: white;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    padding-left: 30px;
    margin-top: 20px;
    align-items: center;
}

.div-zhu-2 {
    background-color: white;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    /* height: 40px; */
    padding-left: 30px;
    align-items: center;
}

.dashed {
    border-bottom: 1px dashed #D1D1D1;
}

.div-content {
    width: calc(84% - 20px);
    margin-left: 20px;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}

.div-single-title {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.div-single-or {
    width: 100%;
    height: 42px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #801D07;
}

.img-menu {
    width: 17px;
    height: 17px;
    margin-left: 10px;
}

.div-single-menu-1 {
    margin-left: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.div-single-content {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}

.div-single-content1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 5px;
}

.div-single-or1 {
    width: 100%;
    height: 40px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #CFC2AC;
}

.div-single-menu-2 {
    margin-left: 10px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #801D07;
}

.div-single-lable-sss1 {
    width: calc((100% - 20px - 20px) / 3);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    box-sizing: border-box;
    position: relative;
}

.div-single-lable-sss {
    width: calc((100% - 20px - 20px) / 3);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.div-single-lable-sss2 {
    width: calc((100% - 20px - 20px) / 3);
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.img-single-foot {
    width: 100%;
    height: 28vh;
}

.div-single-biankuang {
    width: calc(100% - 10px);
    left: 5px;
    height: 26.7vh;
    top: 5px;
    position: absolute;
    background-image: url('../img/banner_bg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.div-single-foot-name {
    width: 100%;
    height: 40px;
    background-color: #DED9CB;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.div-single-zhe {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #801D07;
    margin-right: 10px;
}

.div-banquet-order {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.div-banquet-tu {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: 52vh;
    display: flex;
    flex-direction: row;
}

.div-banquet-dian {
    width: 650px;
    height: 100%;
}

.div-banquet-biankuang {
    width: 640px;
    left: 5px;
    height: 50.7vh;
    top: 5px;
    position: absolute;
    background-image: url('../img/banner_bg3.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.div-banquet-right {
    width: calc(100% - 650px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.div-banquet-li {
    margin-left: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.div-banquet-li1 {
    margin-left: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 30px;
}

.div-coupon-title {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-top: 20px;
    color: #333333;
    line-height: 30px;
}

.div-coupon-title1 {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.div-coupon-title2 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #801D07;;
    margin-top: 20px;
}

.line-contact {
    width: 100%;
    height: 10px;
    margin-top: 20px;
    background: #CFC3AD;
}

.div-coupon-content {
    width: 100%;
    height: 740px;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    overflow: auto;
}

.div-coupon-left {
    width: calc(33.33% - 30px);
    height: 48vh;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 45px;
    background-image: url('../img/coupon_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.img-coupon-quan {
    position: absolute;
    margin-left: 16%;
    margin-top:1vh;
    left: 0;
    top: 0;
    width: 68%;
    height: 46vh;
}

.div-coupon-btn {
    width: calc(100% - 110px);
    margin-left: 55px;
    margin-top: 80px;
    height: 50px;
    background: #801D07;
    border-radius: 10px;
    z-index: 1000;
    font-size: 30px;
    font-family: LiSu;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
}

.div-coupon-tip {
    z-index: 1000;
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #801D07;
    text-align: center;
}

.div-coupon-jine {
    z-index: 1000;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-size: 72px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #801D07;
    background: linear-gradient(0deg, #801D07 0%, #000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.div-coupon-jian {
    width: calc(100% - 110px);
    margin-left: 55px;
    margin-top: 40px;
    z-index: 1000;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #801D07;
}

.div-contact-h {
    width: 100%;
    display: flex;
    height: 40px;
    margin-top: 10px;
    position: relative;
    align-items: center;
    flex-direction: row;
}

.div-contact-h-bottom {
    width: 100%;
    display: flex;
    height: 80px;
    margin-top: 20px;
    position: relative;
    flex-direction: row;
}


.tv-left-1 {
    font-size: 18px;
    color: #333333;
}

.tv-left-2 {
    font-size: 18px;
    color: #333333;
    margin-left: 13%;
}

.tv-left-xing {
    font-size: 18px;
    color: #8F1D03;
}

.div-contact-h-right {
    display: flex;
    height: 100%;
    width: 84%;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 0;
    left: 20%;
}

.div-contact-h-rights {
    display: flex;
    height: 100%;
    flex-direction: row;
    color: #333333;
    font-size: 14px;
    align-items: center;
    position: absolute;
    top: 0;
    left: 20%;
}

.input-tab-left {
    height: 100%;
    width: 34.5%;
    border-color: #CCCCCC;
    border-style: solid;
    font-size: 18px;
    padding-left: 1.25%;
    color: #333333;
    margin-left: 2.5%;
    border-width: 1px;
    background-color: white;
    border-radius: 10px;
}

.input-tab-right-area {
    height: 100%;
    width: 93%;
    border-color: #CCCCCC;
    border-style: solid;
    font-size: 18px;
    padding-left: 10px;
    color: #333333;
    border-width: 1px;
    background-color: white;
    resize:none;
    border-radius: 10px;
}

.input-tab-right {
    height: 100%;
    width: 93%;
    border-color: #CCCCCC;
    border-style: solid;
    font-size: 18px;
    padding-left: 10px;
    color: #333333;
    border-width: 1px;
    background-color: white;
    border-radius: 10px;
}

.btn-contact {
    background: linear-gradient(180deg, #8F1D03 0%, #801D07 100%);
    border-radius: 5px;
    width: 240px;
    justify-content: center;
    color: white;
    margin-top: 20px;
    display: flex;
    font-size: 18px;
    line-height: 50px;
    margin-left: calc(50% - 120px);
    height: 50px;
}

.bottom-h1 {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bottom-h1s {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.bottom-h2 {
    display: flex;
    flex-direction: row;
}

.div-class-1 {
    width: 100%;

    background-color: white;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.div-class-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom-color: #333333;
    font-size: 16px;
    border-bottom-width: 1px;
}

.tv-wenzi {
    font-size: 16px;
    color: #333333;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    border-bottom-width: 1px;
}

.tv-privacy {
    font-size: 16px;
    color: #333333;
    width: 100%;
    white-space: pre;
}

.tv-outline {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.div-shopds-xiezhen {
    margin-top: 10px;
    width: 100%;
    height: 80vh;
    position: relative;

}

.img-shopds-dianpu {
    width: 100%;
    height: 100%;
}
.div-shopds-line
{
    width: calc(100% - 10px);
    height: 78.7vh;
    position: absolute;
    top: 5px;
    left: 5px;
    background-image: url('../img/banner_bg3.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.div-shopds-dian {

    overflow: auto;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}
.div-shopds-dians {
    position: relative;
    width: calc(33.33% - 10px);
    margin-right: 10px;
    height: 28vh;
    flex-shrink: 0;
}
.img-shopds-dianpus {
    width: 100%;
    height: 28vh;
}
.div-shopds-lines {
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    top: 5px;
    height: 26.7vh;
    background-image: url('../img/banner_bg2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.div-shopds-ors {
    height: 30px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #CFC2AC;
}
.tv-shopds {
    font-size: 13px;
    margin-left: 20px;
    color: #333333;
    margin-top: 10px;
}
