@charset "UTF-8";
/* CSS Document */
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
    padding: 0;
    margin: 0;
}
html {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/
* {
    word-wrap: break-word;
    margin: 0;
    padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
    border-collapse: collapse;
}/*细线表格*/
fieldset, img {
    border: none;
}/*清除描边,块显示*/
ul, li {
    list-style-type: none;
}/*无列表项目标记*/
a {
    color:#555;
    text-decoration: none;
}/* 链接无下划线,有为underline;链接去框 */

a:hover {
    color: #c1001f;
}/* 鼠标在链接上 */
body {
    font-family:"Microsoft YaHei";
    font-size:12px;
    color:#555;
    background:#f5f5f5;
}
select, input {
    vertical-align: middle;
    outline: none;
}
em, i {
    font-style: normal;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
    cursor: pointer;
    outline: none;
    border: none;
}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
.clear{clear: both;overflow:hidden;}
.h5{clear:both;overflow:hidden;height:5px;}
.h10{clear:both;overflow:hidden;height:10px;}
.h15{clear:both;overflow:hidden;height:15px;}
.h20{clear:both;overflow:hidden;height:20px;}
.h25{clear:both;overflow:hidden;height:25px;}
.h28{clear:both;overflow:hidden;height:28px;}
.h30{clear:both;overflow:hidden;height:30px;}
.h35{clear:both;overflow:hidden;height:35px;}
.h40{clear:both;overflow:hidden;height:40px;}
.h50{clear:both;overflow:hidden;height:50px;}
.h60{clear:both;overflow:hidden;height:60px;}
.h70{clear:both;overflow:hidden;height:70px;}
.h80{clear:both;overflow:hidden;height:80px;}
.h90{clear:both;overflow:hidden;height:90px;}
.h100{clear: both;overflow:hidden;height:100px;}
.h110{clear: both;overflow:hidden;height:110px;}
.h116{clear: both;overflow:hidden;height:116px;}

/*浏览器滚动条*/
/*::-webkit-scrollbar {width:9px;background-color:#333;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {border:solid 2px #333;width:5px;background-color:#fff;}
::-webkit-scrollbar-corner {background-color:#333;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}*/

.wrap{
    width: 1200px;
    margin: 0px auto;
}
.subCont{
    overflow: hidden;
}
.minH_400{
    min-height: 400px;
    height: auto !important;
    height: 400px;
}
.minH_600{
    min-height: 600px;
    height: auto !important;
    height: 600px;
}

.imghover .pic{ overflow:hidden;}/* 设置图片经过放大 */
.imghover .pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}/* 设置图片经过放大 */
.imghover:hover .pic img{ transform:scale(1.05); -webkit-transform:scale(1.05);}/* 设置图片经过放大 */
/*
* 自定义公共部分
*/
.tableCont{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.table{
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
}
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.imgDiv{
    overflow: hidden;
    position: relative;
    padding-top: 66.6666667%;
}
.imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
	object-fit: cover;
}
.scaleImg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.listDeta{
    overflow: hidden;
    position: relative;
}
.listName{
    display: block;
    font-size: 16px;
    color:#333;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.list_a:hover .listName{
    color:#761e1d;
}
.list_a:hover .listMore{
    border-color:#761e1d;
    color:#761e1d;
}
.listIntr{
    font-size: 14px;
    color:#999;
    line-height: 20px;
    overflow: hidden;
}
.listDescribe{
    font-size: 14px;
    color:#999;
    line-height: 20px;
    overflow: hidden;
}
/*
* 顶部start
*/
.headBox{background: #f7f6ef;position: fixed;left: 0px;top: 0px;z-index: 999;width: 100%;overflow: visible !important;}
.logo{display: block;overflow: hidden;position: relative; margin-left: 3.4375%;margin-top: 18px;}
.logo img{display: block;height: 65px;}
.nav{position: relative;}
.nav_dl{position: relative;height: 50px;padding: 25px 0px;}
.nav_dl dd{float: left;display: inline;position: relative;padding: 10px 20px;}
.nav_a{display: block;height: 30px;overflow: hidden;font-size: 16px;color:#333;line-height: 30px;-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;}
.nav_dl dd.hover .nav_a{color:#761e1d;}
.navBg{width: 100px;overflow: hidden;height: 3px;background: #761e1d;position: absolute;left: 0px;bottom: 25px;}

.topLink{
    position: relative;
    padding: 40px 30px;
    background: #876d46;
    margin-left: 20px;
}
.topLink_a{
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 20px;
}
.userTou{position: absolute;left: -10px;top: -10px;width: 40px;height: 40px;border-radius: 100%;}
.userTou img{width: 100%;height: 100%;border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;}
.add_Card{position: absolute;right: -12px;top: -12px;width: 15px;height: 15px;background: #F00;border-radius: 50%;line-height: 15px;text-align: center;color: #fff;font-size: 12px;}

.contact{
    background: url(../images/topIcon.png) no-repeat 0 0;
}
.contact:hover{
    background: url(../images/topIcon.png) no-repeat 0 -30px;
}
.user{
    background: url(../images/topIcon.png) no-repeat -70px 0;
}
.user:hover{
    background: url(../images/topIcon.png) no-repeat -70px -30px;
}
.shopCart{
    background: url(../images/topIcon.png) no-repeat -135px 0;
}
.shopCart:hover{
    background: url(../images/topIcon.png) no-repeat -135px -30px;
}
.topLink_dl dd{
    float: left;
    display: inline;
    position: relative;
    margin: 0 25px;
    width: 20px;
}
.topLinkDiv{
    overflow: hidden;
    position: absolute;
    right: -20px;
    top: 100%;
    padding: 40px 0 0;
    display: none;
}
.topSearch{
    overflow: hidden;
    width: 207px;
    padding: 20px;
    background-color: rgba(234,234,234,0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.topSearch input{
    display: block;
    width: 150px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #761e1d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 5px;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    background: none;
    outline: none;
    float: left;
}
.topSearch a{
    display: block;
    width: 40px;
    height: 32px;
    overflow: hidden;
    float: left;
    background: #761e1d;
    font-size: 12px;
    color:#fff !important;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.trangleUp{
    display: block;
    width: 14px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 19px;
    top: 33px;
    background: url(../images/trangleUp.png) no-repeat center center;
}
.headHide{height: 100px;clear: both}

@media only screen and (max-width: 1750px) {
    .nav_dl dd{padding:10px 20px;}
    .topLink{margin-left: 0}
}
@media only screen and (max-width: 1600px) {
    .nav_dl dd{padding:10px 20px;}
    .logo{margin-top: 20px}
    .logo img{height: 56px}
    .nav_a{font-size: 14px}
    .topLink{margin-left: 0;padding: 40px 20px}
    .topLink_dl dd{margin: 0 15px}
}
@media only screen and (max-width: 1400px) {
    .nav_dl dd{padding:10px 20px;}
    .logo{margin-top: 25px}
    .logo img{height: 50px}
    .nav_a{font-size: 14px}
}
/*
* 顶部end
*/

/*
* banner图start
*/
.banner{
    overflow: hidden;
}
.banImg{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 31.25%;
    cursor: hand;
}
.banImg img{
    display: block;
    width: 100%;
    height: 100%;
    *height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}
#banner .swiper-pagination span{
    width: 8px;
    height: 8px;
    overflow: hidden;
    border: 1px solid #8d7249;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
    opacity: 1;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
    background: #8d7249;
    border-color:#8d7249;
}
#banner .swiper-pagination-bullets{
    bottom: 30px;
}
/*
* banner图end
*/

/*
* 底部start
*/
.payBot{width: 100%;background: #fff;border-top: 1px solid #ddd;overflow: hidden}
.pyB_dl{padding: 35px 0;overflow: hidden;border-bottom: 1px solid #ddd}
.pyB_dl dd{
    float:left;
    width: 25%;
    overflow: hidden;
}
.pyB_dl dd a{
    display: block;
    margin:0 20px;
}
.pyB_dl dd a .icon{
    clear: both;
    width: 45px;
    height: 45px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: linear;
}
.pyB_dl dd a .divT{
    clear: both;
    height:36px;
    overflow: hidden;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 5px;
}
.pyB_dl dd a .txt{
    clear: both;
    overflow:hidden;
    text-align: center;
    color: #777;
    line-height: 22px;
    font-size: 14px;
}

.pyfoot{padding: 0 90px;height: 85px;line-height: 85px;}
.pyl_dl{overflow: hidden;width: 50%;position: relative}
.pyl_dl:after{content: "";position: absolute;width: 1px;height: 30px;right: 0;top: 25px;background: #ddd;}
.pyl_dl dd{float: left}
.pyl_dl dd a{padding: 0 22px;font-size: 14px;color: #444;display: block}
.pyl_dl dd:hover a{color: #cf1027}

.pyr_g{width: 50%;font-size: 14px;color: #444}
.pyr_view{padding-left: 105px}

.payFooter{background: #f0f0f0;width: 100%;overflow: hidden}
.py_text{text-align: center;font-size: 14px;color: #777;line-height: 40px;overflow: hidden;height: 60px;}
.py_text img{margin: 0 10px}
.py_text a:hover{color: #761e1d}

.pyr_ul li{float: left;position: relative;}
.shareEwm{position: absolute;bottom: 75px;left: -36px;width: 125px;height: 120px;display: none;transition: all .3s;-webkit-transition: all .3s}
.shareEwm:after{content: "";position: absolute;left: 50%;bottom:-15px;width:0;margin-left: -7px;height:0;border-width:7px 7px 0;z-index: 5;border-style:solid;border-color: #ddd transparent transparent;/*透明 透明  灰*/}
.ewmPc{padding: 5px;border: 1px solid #ddd;height: 116px;background: #fff}
.ewmPc img{width: 116px;height: 116px;}
.pyr_ul li a{display: block;width: 33px;height: 85px;margin: 0 9px;}
.pyr_ul li.li1 a{background: url(../images/v1.png) no-repeat center center;}
.pyr_ul li.li2 a{background: url(../images/v2.png) no-repeat center center;}
.pyr_ul li.li3 a{background: url(../images/v3.png) no-repeat center center;}
.pyr_ul li.li1:hover .shareEwm{display: block}
.pyr_ul li.li2:hover .shareEwm{display: block}
/*
* 底部end
*/

/*经典作品start*/
.classic_work{position: relative;overflow: hidden}
.bc_f2{background: #f2f2f2;}
.indexTit{background: url(../images/tit1.png) no-repeat center center;text-align: center}
.indexTit span{font-size: 36px;color: #761e1d}
.index_ct{padding: 20px 0;text-align: center;font-size: 14px;color: #777}

.classic_dl{overflow: hidden;margin: 0 -10px;}
.classic_dl dd{float: left;width: 50%;overflow: hidden;margin-bottom: 20px}
.classic_dl dd .odd{margin: 0 10px;height: 285px;position: relative}
.classic_dl dd .odd .pic{padding-top: 48.3050847%;overflow: hidden;position: relative;}
.classic_dl dd .odd .pic img {display: block;width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}

.classic_dl dd .even{margin: 0 10px;height: 285px;position: relative}
.imgInd1{width: 285px;height: 285px;position: relative}
.imgInd1 .pic{padding-top: 100%;overflow: hidden;position: relative;}
.imgInd1 .pic img {display: block;width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;object-fit: cover;}

.indShade{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transform-origin: center center;
    transform: scale(0);
    transition-delay: 0.3s;
}
.indShade .addBoxC{
    overflow: hidden;
    height: 180px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -50px;
}
.classic_dl dd .odd:hover .indShade{
    visibility:visible;
    opacity:1;
    transform: scale(1);
}
.classic_dl dd .even .imgInd1:hover .indShade{
    visibility:visible;
    opacity:1;
    transform: scale(1);
}
.indShade .title{font-size:18px;color:#fff;text-align:center;}
.indShade .content{height:42px;line-height:42px;color:#fff;font-size:14px;text-align:center;overflow:hidden;}
.indShade .buy{;text-align:center;font-size:15px;}
.indShade .buy a{color:#fff;display: block;width:162px;height:50px;margin:0 auto;background:url(../images/indBuy.png) no-repeat center center;line-height:50px}
/*经典作品end*/

/*精选产品start*/
.selectPro{width: 100%;min-height: 800px;background: url(../images/colBg1.jpg) no-repeat center center}
.indexTit2{background: url(../images/tit2.png) no-repeat center center;text-align: center}
.indexTit2 span{font-size: 36px;color: #fff;position: relative;display: block;}
.indexTit2 span:after{content: "";position: absolute;left: 50%;bottom: -25px;width: 40px;height: 4px;background: #fff;margin-left: -20px}

.proTitle{position: relative;}
.proT_ul{text-align: center;font-size: 0;border-bottom: 1px solid #979797}
.proT_ul li{display: inline-block;height: 50px;font-size: 16px;padding: 0 28px;cursor: pointer}
.proT_ul li span{position: relative;color: #fff;transition: all .3s;-webkit-transition:  all .3s}
.proT_ul li span:after{content: "";position: absolute;left: 50%;bottom: -34px;background: url(../images/zhuan.png) no-repeat center center;width: 12px;height: 8px;margin-left: -6px;display: none;transition: all .3s;-webkit-transition:  all .3s}
.proT_ul li:hover span{color: #ffd591}
.proT_ul li.hover span{color: #ffd591}
.proT_ul li:hover span:after{display: block}
.proT_ul li.hover span:after{display: block}

.proBox_dl{overflow: hidden;margin: 0px -6px;}
.proBox_dl .list_a{margin: 0px 6px;background:#fff url(../images/border.png) no-repeat center center}
.proBox_dl dd{width: 25%;overflow: hidden;float: left;display: inline;padding: 6px 0px;}
.proBox_dl dd .imgDiv{padding-top: 100%;}
.proImg{padding: 10px 20px 15px;overflow: hidden;}
.proBox_dl .listDeta{padding: 0px 10px 25px;overflow: hidden;text-align: center;}
.price{overflow: hidden;font-size: 18px;color:#761e1d;}
.proBox_dl .listDescribe{padding: 10px 0px 15px;font-size: 14px;color: #666}
.proBox_dl dd .list_a{-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.proBox_dl dd:hover a{-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}

.proMore a{width: 175px;height: 48px;border: 1px solid #898989;border-radius: 2px;line-height: 50px;text-align: center;font-size:14px;color: #fff;display: block;margin: 0 auto;transition: all .3s;-webkit-transition:  all .3s}
.proMore a:hover{border-color: #876d46;color: #876d46}
/*精选产品end*/


/*最新活动start*/
.indexTit3{background: url(../images/tit3.png) no-repeat center center;text-align: center}
.indexTit3 span{font-size: 36px;color: #333}

.activeBox_dl{overflow: hidden;margin: 0px -10px;}
.activeBox_dl .list_a{margin: 0px 10px;background:#fff}
.activeBox_dl dd{width: 33.3333%;overflow: hidden;float: left;display: inline;}
.activeBox_dl dd .imgDiv{padding-top: 56.0723514%;}
.actImg{overflow: hidden;position: relative}
.activeBox_dl .listDeta{padding: 0px 30px;overflow: hidden;text-align: center;height: 223px}
.activeBox_dl dd .list1{font-size: 20px;color: #333;padding: 25px 0}
.activeBox_dl .listDescribe{font-size: 14px;color: #777;line-height: 26px;margin-bottom: 36px}
.activeBox_dl dd .detail{font-size: 14px;color: #666}
.activeBox_dl dd .list_a{-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.activeBox_dl dd:hover a{-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}
.activeBox_dl dd:hover .list1{color: #8d7249}
.activeBox_dl dd:hover .detail{color: #8d7249}

.activeMore a{width: 175px;height: 48px;border: 1px solid #d8d8d8;border-radius: 2px;line-height: 50px;text-align: center;font-size:14px;color: #666;display: block;margin: 0 auto;transition: all .3s;-webkit-transition:  all .3s}
.activeMore a:hover{border-color: #876d46;color: #876d46}
/*最新活动end*/

/*文化故事start*/
.cultureStory{width: 100%;min-height: 475px;background: url(../images/colBg2.jpg) no-repeat center center}
.cultureWrap{position: relative;height: 475px}
.storyBox{position: absolute;right: 0;top: 50%;color: #fff;height: 240px;margin-top: -120px;width: 40%;text-align: center}
.storyTit{font-size: 36px;margin-bottom: 28px}
.storyIntr{font-size: 14px;line-height: 28px;margin-bottom: 35px}
.storyBox span{display: block;width: 100px;height: 1px;background: #fff;margin: 0 auto}
.lookPro{padding: 25px 0}
.lookPro a{display: block;color: #fff;font-size: 18px;}
.lookPro a:hover{color: #8d7249}
/*文化故事end*/

/*首页广告start*/
.adBox{width: 100%;height: 165px;position: fixed;left: 0;bottom: 0;background: rgba(49,49,48,.9);display: block;z-index: 999}
.adList{padding: 36px 50px;position: relative}
.adList a.close{position: absolute;right: 48px;top: 24px;height: 22px;width: 22px;background: url(../images/close.png) no-repeat center center}
.adList a.close:hover{opacity: .9}
/*首页广告end*/

/*
* 右边漂浮
*/
.rightFlex{position: fixed;right: 0px;top: 40%;z-index: 999;}
.rightFlexDiv{position: relative;background: #fff;}
a.rightFlex_a{
    display: block;
    overflow: hidden;
    font-size: 15px;
    color:#666;
    text-align: center;
    transition: all .3s;
    -webkit-transition:  all .3s;
}
.rightFlexDiv span{display: block;text-align: center}
.rightCustom .rightFlex_a{background: #fff url(../images/xcx.png) no-repeat center 15px;width: 82px;padding: 60px 0 6px;border-bottom: 1px solid #ddd;transition: all .3s;
    -webkit-transition:  all .3s;}
.rightCode_a .rightFlex_a{background: #fff url(../images/dd2.png) no-repeat center 15px;width: 82px;padding: 60px 0 6px;border-bottom: 1px solid #ddd;transition: all .3s;
    -webkit-transition:  all .3s;}
.rightTell .rightFlex_a{background: #fff url(../images/dd3.png) no-repeat center 15px;width: 82px;padding: 60px 0 6px;border-bottom: 1px solid #ddd;transition: all .3s;
    -webkit-transition:  all .3s;}
.backTop .rightFlex_a{background: #fff url(../images/dd4.png) no-repeat center 25px;width: 82px;padding: 60px 0 6px;transition: all .3s;
    -webkit-transition:  all .3s;}

.rightFlex_dl dd:hover a.rightFlex_a{color: #fff}
.rightFlex_dl dd:hover .rightCustom a.rightFlex_a{color: #666}
.rightFlex_dl dd:hover .backTop .rightFlex_a{background: #876d46 url(../images/dd4_h.png) no-repeat center 25px;position: relative;color: #fff}
.rightFlex_dl dd:hover .rightCode_a .rightFlex_a{background: #876d46 url(../images/dd2_h.png) no-repeat center 15px;}
.rightFlex_dl dd:hover .rightTell .rightFlex_a{background: #876d46 url(../images/dd3_h.png) no-repeat center 15px;}


.rightFlexCont{
    display: none;
    overflow: hidden;
    position: absolute;
    right: 82px;
    bottom: 0px;
    border:1px solid #ddd;
    width: 110px;
    height: 110px;
    background: #fff;
    padding: 5px;
}

.rightCode{
    overflow: hidden;
}
.rightCode img{
    display: block;
    width: 110px;
    height: 110px;
}
.rightTellCont{
    overflow: hidden;
    background: url(../images/tell_999.png) no-repeat center 10px;
    background-size: auto 35px;
    padding-top: 55px;
}
.rightTellCont span{
    display: block;
    overflow: hidden;
    font-size: 16px;
    color:#666;
    line-height: 25px;
    text-align: center;
}
.rightTellCont i{
    display: block;
    overflow: hidden;
    font-size: 16px;
    color:#666;
    line-height: 25px;
    text-align: center;
}
.rightFlex_dl dd:hover .rightFlexCont{display:block}
/*
* subBanner内页
*/


.subBanner{
    overflow: hidden;
    position: relative;
}
.subBanner a{
    display: block;
    height: 500px;
    position: relative;
}
.subBanner3{
    overflow: hidden;
    position: relative;
}
.subBanner3 a{
    display: block;
    height: 480px;
    position: relative;
}
.subBanTxtBox{
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -84px;
    text-align: center;
}
.subBanTxtBox span{
    display: block;
    overflow: hidden;
    font-size: 36px;
    color:#fff;
    font-weight: bold;
}
.subBanTxtBox i{
    display: block;
    overflow: hidden;
    font-size: 18px;
    color:#fff;
    line-height: 35px;
}
/*
* 当前位置
*/
.location{
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color:#999;
    padding: 10px 0px;
}
.location span{
    padding-left: 15px;
    background: url(../images/local.png) no-repeat left 5px;
}
.location a{
    color:#999;
}
.location a:hover{
    color: #bd0000;
}
.location i{
    padding: 0px 3px;
}

.posNavBox{position:relative;}
.posNav_a{display:block;height:30px;line-height:30px;padding:0px 10px;background:url(../images/arrowSmall.png) no-repeat right center;}
.subPosNav{display:none;width:100px;overflow:hidden;position:absolute;left:0px;top:29px;background:#000;border-radius:3px;padding:10px;}
.subPosNav a{display:block;height:30px;line-height:30px;font-size:12px;color:#fff;}
/**
 * page 分页
 * @author 杨朝杰
 * @return
 */
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#999999;border-radius:3px;background: #fff; margin: 0 3px;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #761e1d;color: #fff;}
.page a.hover{background: #761e1d;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{width: 11px;height: 19px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
/*页码结束*/



/*
* 筛选start
*/
.screenBox{
    overflow: hidden;
    background: #f2f2f2;
    padding: 10px 20px;
}
.screen_dl{
    overflow: hidden;
    padding: 5px 0px;
}
.screen_dl dd{
    overflow: hidden;
    padding: 5px 0px 5px 70px;
    position: relative;
}
.screenL{
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#ccc;
    text-align: right;
}
.screenL i{
    padding-left: 28px;
}
.screenR{
    overflow: hidden;
    line-height: 30px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}
.screenR a{
    font-size: 14px;
    color:#666;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0px 15px;
}
.screenR a:hover,
.screenR a.hover{
    color:#761e1d;
}
.screen_ul{
    overflow: hidden;
}
.screen_ul li{
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    padding: 0px 39px 0px 10px;
    position: relative;
    border:1px solid #761e1d;
    float: left;
    display: inline;
    margin-right: 10px;
    font-size: 14px;
    color:#666;
}
.screen_ul li a{
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
    background: #761e1d url(../images/closeSmall.png) no-repeat center center;
}
.sortingBox{
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    padding: 15px 0px 5px;
}
.sortL{
    overflow: hidden;
}
.sort_dl1{
    overflow: hidden;
}
.sort_dl1 dd{
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #e6e6e6;
    height: 20px;
    line-height: 20px;
    padding-right: 25px;
}
.sort_dl1 dd a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#999;
}
.sort_dl1 dd.hover a,
.sort_dl1 dd a:hover{
    color:#bd0000;
}
.sort_dl1 dd span{
    display: block;
    padding-left: 25px;
}
.sort_dl1 dd span a{
    padding-right: 10px;
    background: url(../images/arrowDown.png) no-repeat right center;
}
.sort_dl1 dd.hover span a{
    background: url(../images/arrowDown_h.png) no-repeat right center;
}
.sort_dl1 dd.desc span a{
    background: url(../images/arrowUp_h.png) no-repeat right center;
}
.sortC{
    overflow: hidden;
    margin-left: 70px;
}
.sort_dl2{
    overflow: hidden;
}
.sort_dl2 dd{
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    float: left;
    display: inline;
    margin-right: 20px;
}
.sort_dl2 dd a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    padding-left: 25px;
    background: url(../images/checkbox.png) no-repeat left center;
}
.sort_dl2 dd.hover a{
    background: url(../images/checkbox_h.png) no-repeat left center;
}
.sortR{
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color:#666;
}
.sortR i{
    color:#bd0000;
    padding: 0px 3px;
}
.sortR span{
    padding-left: 20px;
}
.sortR em{
    color:#bd0000;
    font-style: normal;
}
.productBox{
    padding: 10px 0px;
}



/*二级页面背景*/
.lf_Bg{width: 100%;background: url(../test/subBg.jpg) no-repeat center center;background-size: cover; }

/*商品列表start*/
.pdt_dl{margin:0px -15px;overflow: hidden}
.pdt_dl dd{float:left;width:33.3333%;position: relative;padding: 7px 0px;}
.pdt_dl dd .odd {margin: 0 15px;position: relative;height: 690px}
.pdt_dl dd .even {margin: 0 15px;position: relative;/* height: 690px */}

.pdt_dl dd .odd .pic{overflow: hidden;position: relative;}
.pdt_dl dd .odd .pic:before{ display: block; content: ''; padding-top: 117.9487%;}
.pdt_dl dd .odd .pic img {display: block;width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}

.pdt_tp{position: relative;}
.pdt_tp .pic{overflow: hidden;position: relative;}
.pdt_tp .pic:before{ display: block; content: ''; padding-top: 100%;}
.pdt_tp .pic img {display: block;width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}

.pdt_shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;visibility: hidden;opacity: 0;transition-duration: 0.3s;transition-timing-function: ease;transform-origin: center center;transform: scale(0);transition-delay: 0.3s;}
.pdt_shade .pdt_addC{overflow: hidden;height: 200px;position: absolute;width: 90%;top: 50%;left: 5%;margin-top: -100px;background: rgba(255,255,255,.9);/* margin-left: -200px; */}
.pdt_dl dd .odd:hover .pdt_shade{visibility:visible;opacity:1;transform: scale(1);}
.pdt_dl dd .even .pdt_tp:hover .pdt_shade{visibility:visible;opacity:1;transform: scale(1);}

.pdt_shade .name{font-size:16px;color:#000;text-align:center;padding-top: 40px}
.pdt_shade .priceNum{height:60px;line-height:60px;color:#761e1d;font-size:18px;text-align:center;overflow:hidden;}
.pdt_shade .addOrder{;text-align:center;}
.pdt_shade .addOrder a{color:#333;display: block;width:140px;height:44px;margin:0 auto;line-height:46px;font-size: 14px;border: 1px solid #666}

.pdt_dl dd:hover .addOrder a{color: #761e1d;border-color: #761e1d}
/*商品列表end*/

/*
* 产品详情
*/
.proView{
    overflow: hidden;
    padding: 20px 20px 40px;
    background: #fff;
}
.proViewL{
    overflow: hidden;
}
.proViewR{
    overflow: hidden;
    width: 610px;
}
.proViewTit{
    overflow: hidden;
    font-size: 32px;
    color:#333;
}
.proViewIntr{
    overflow: hidden;
    font-size: 18px;
    color:#666;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.proViewDiv{
    position: relative;
    padding-left: 100px;
    min-height: 30px;
    height: auto !important;
    height: 30px;
}
.proViewDivTit{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    position: absolute;
    left: 15px;
    top: 0px;
    font-size: 14px;
    color:#999;
}
.proViewDeta{
    overflow: hidden;
}
.proViewPrice{
    overflow: hidden;
    font-size: 28px;
    color:#761e1d;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}
.proViewTxt{
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    color:#666;
}
.proViewTxt i{
    padding: 0px 5px;
}
.skuValue{
    float:left;
    display:inline;
    overflow:hidden;
}
.skuValue a{
    display:block;
    float:left;
    line-height:28px;
    margin:0 5px 5px 0;
    border:1px solid #d9d9d9;
    padding:0 8px;
    position:relative;
}
.skuValue a i{
    width:15px;
    height:15px;
    display:block;
    position:absolute;
    right:-2px;
    bottom:-2px;
    z-index:90;
    background:url(../images/proViewChecked.png) no-repeat center center;
    display:none;
}
.skuValue a:hover {
    display: block;
    float: left;
    line-height: 26px;
    margin: 0 5px 5px 0;
    border: 2px solid #de0000;
    padding: 0 7px;
}
.skuValue a.hover{display:block;float:left;line-height:26px;margin:0 5px 5px 0;border:2px solid #de0000;padding:0 7px;}
.skuValue a.hover i{ display:block;}
.proViewDeta .skuBox{
    overflow: hidden;
    margin-right: 15px;
}
a.skuBt{
    display: block;
    width: 28px;
    height: 28px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 20px;
    color:#666;
    text-align: center;
    line-height: 26px;
    float: left;
    border-radius: 50%;
}
.skuInp{
    width: 50px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    line-height: 28px;
    border: none;
    text-align: center;
    font-size: 18px;
    color:#666;
    float: left;
    outline: none;
    margin: 0px 5px;
}
.proViewBt{
    overflow: hidden;
}
.proViewBt a{
    margin-right: 10px;
}
.proViewBt_a{
    overflow: hidden;
    display: block;
    width: 168px;
    height: 48px;
    overflow: hidden;
    border: 1px solid #876d46;
    font-size: 16px;
    color:#876d46;
    text-align: center;
    line-height: 48px;
    border-radius: 2px;
}
.joinCart{
    background: #761e1d;
    color:#fff !important;
}
.buyProduct{
    background: #761e1d;
    color:#fff !important;
}
.collection{
    display: block;
    overflow: hidden;
    width: 48px;
    height: 23px;
    overflow: hidden;
    font-size: 12px;
    color:#666;
    text-align: center;
    padding-top: 25px;
    border: 1px solid #c7c7c7;
    background: url(../images/collection.png) no-repeat center 5px;
}
.collectShare{
    display: block;
    overflow: hidden;
    width: 48px;
    height: 23px;
    overflow: hidden;
    font-size: 12px;
    color:#666;
    text-align: center;
    padding-top: 25px;
    border: 1px solid #c7c7c7;
    background: url(../images/colletShare.png) no-repeat center 5px;
}
.salesIntr{
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
}
.salesIntr_dl{
    background: #f6efe2;
    padding: 17px 0;
    overflow: hidden;
}
.salesIntr_dl dd{
    overflow: hidden;
}
.saleCom{
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.saleCom span{display: block;color: #761e1d}
.saleCom a{display: block;padding-right: 36px;color: #761e1d;background: url(../images/sale.png) no-repeat 60px center}
/*产品相册展示 放大镜begin*/
.bigpic {
    width: 428px;
    height:428px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.bigpic img{
    width: 428px;
    height:428px;
}

.bigpic a {
    display: block;
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    border: solid 1px #eee;
    width: 428px !important;
    height: 428px !important;
    background: #fff;
    display: none;
    text-align: center;
    overflow: hidden;
}
div.zoomMask {
    position: absolute;
    background: url(../images/float_layer.png) repeat;
    cursor: move;
    z-index: 99;
}
.moveBox {
    width:78px;
    height:430px;
    margin:auto;
    position: relative;
    margin-left: 10px;
}
.pageLeft {
    width:78px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0px;
    display: inline;
    z-index: 77;
    cursor: pointer;
    background: #f2f2f2 url(../images/knowIcnPrev.png) no-repeat center center;
}
.pageRight {
    width:78px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0px;
    background: #f2f2f2 url(../images/knowIcnNext.png) no-repeat center center;
}
.move_content {
    clear: both;
    width:78px;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.rexiaoPic {
    overflow: hidden;
    height: 78px;
}
.sell_order {
    height: 9000px;
    position: absolute
}
.rexiaoPic li {
    width:78px;
    height:78px;
    display: block;
    background: #fff;
    color: #fff;
    cursor: pointer;
    position:relative;
    margin-bottom: 10px;
}
.rexiaoPic li:after {
    display: block;
    content: "";
    overflow: hidden;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
.rexiaoPic li i{ height:74px; width:74px;border:2px solid #8d7249; display:none; position:absolute; top:0px; left:0px;}
.rexiaoPic li.hover i{ display:block;}
.rexiaoPic li img {
    width:78px;
    height:78px;
}
.proViewTabBox{
    height: 45px;
}
.proViewTabDiv{
    overflow: hidden;
}
.fixed{
    position: fixed;
    left: 50%;
    top: 100px;
    width: 1200px;
    z-index: 999;
    margin-left: -600px;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
.proViewTab_dl{
    overflow: hidden;
    background: #ebebeb;
}
.proViewTab_dl dd{
    width: 150px;
    height: 43px;
    border-top: 3px solid #ebebeb;
    text-align: center;
    line-height: 40px;
    float: left;
    display: inline;
    position: relative;
}
.proViewTab_dl dd:before{content: "";position: absolute;left: 0;top: -3px;width: 100%;height: 3px;background: #761e1d;display: none}
.proViewTab_dl dd a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    position: relative;
}
.proViewTab_dl dd.hover{
    background: #fff;
}
.proViewTab_dl dd.hover:before{display: block}
.proViewTabCont{
    overflow: hidden;
}
.partBox{ overflow:hidden;clear:both;display:none;background: #fff;padding-top: 20px}
.partBox img{max-width:100%;}



/*评价*/
.commentTop{padding: 20px 0;font-size: 24px;color: #fff}
.commentBox{width: 790px;}
.commentBox li{background: #fff;padding: 35px 40px;margin-bottom: 15px}
.commentDetail{position: relative;padding-left: 60px}
.touHead{position: absolute;left: 0;top: 0;width: 47px;height:47px;}
.touHead img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.nameBox{overflow: hidden}
.nameBox .name{font-size: 16px;color: #761e1d}
.nameBox .time{font-size: 14px;color: #999;padding-top: 3px;display: block}

.commerFr{overflow: hidden}
.starCont{overflow: hidden;    margin-left: 20px;margin-top: 3px;}
.indexStar{position: relative;width: 63px;overflow: hidden;background: url(../images/star_h.png) no-repeat left center;background-size: auto 11px;
    height: 11px;margin: 0px auto;}
.indexStar dd{width: 20%;overflow: hidden;float: left;display: inline;position: relative;z-index: 4;}
.indexStar dd span{display: block;overflow: hidden;height: 11px;}
.indexStar dt{display: block;width: 0px;height: 100%;overflow: hidden;position: absolute;left: 0px;top: 0px;
    background: url(../images/star.png) no-repeat left center;background-size: auto 11px;}
.commentIntr{padding: 10px 0;font-size: 14px;color: #666;line-height: 28px;}
.sunburn img{width: 140px;height: 140px;margin-right: 20px}

.commentPlate{width: 395px;}
.platetop{background: #fff;padding: 30px 26px}
.numPlate{font-size: 56px;color: #761e1d}
.numPlate span{font-size: 14px;color: #666}
.Satisfaction{width: 100%;height: 25px;line-height: 25px;background: #b39f78;font-size: 12px;color: #fff;text-align: center}

.evaluateBox{overflow: hidden;padding: 30px;background: #fff;margin-bottom: 15px;font-size: 14px;color: #999}
.evaluteCom{overflow: hidden}
.evaluteIntr{padding: 10px 0;color: #666;line-height: 28px}
/*
* 评分
*/
.commentItem dd{margin:25px 0 -1px; padding-bottom: 15px;min-height:70px;clear:both;overflow:hidden;border-bottom:1px solid #f1f1f1;}
.commentHead{float:left;overflow:hidden;width:120px}
.commentHead p{display:block;width:60px;height:60px;border-radius:100%;margin:0 auto;overflow:hidden;}
.commentHead p img{width:60px;height:60px;}
.commentHead span{display:block;clear:both;overflow:hidden;text-align:center;line-height:35px;}
.commentCon{width:1050px;min-height:70px;float:right;background:#fff;}
.commentIcon{clear:both;}

.commentTit{padding:0 0 10px 0;overflow:hidden;}

.commentInfo{overflow:hidden;line-height:24px;color:#666;}
.commentTime{
    overflow:hidden;
    line-height:20px;
    color:#999;
}
.commentReply{clear:both;overflow:hidden;line-height:25px;color:#bd0000;padding:10px 0;}
/*^^^ 晒图 ^^^*/
.productViewPic{overflow:hidden;padding:20px 0 0 0;}
.productViewPic li{width: 100px;border:1px solid #dedddd;cursor:pointer;float:left;display:inline;margin: 0 15px 10px 0;position: relative;padding:2px;}
.productViewPic li img{width:100px;height:100px;}
.productViewPic li i{display: block;position: absolute;left: 50%;margin-left: -7px;bottom: -7px;width: 15px;height: 8px;background:url(../images/jt.png) no-repeat left bottom;display: none;}
.productViewBigPic{display: none;cursor: pointer;overflow:hidden;}
.productViewBigPic img{width:100%;}

/*^^^ 评级 ^^^*/
.ratingBox{overflow:hidden;clear:both;border:1px solid #e6e6e6;}
/*.ratingTotal{ width:170px; height:135px;float:left;background:url(../images/ratingBoxBg.jpg) no-repeat right center}*/
.ratingTotal font{display:block; color:#ffa400; font-size:32px; font-family: Arial; text-align:center; padding:40px 0 0 0;}
.ratingTotal b{font-size:22px;}
.ratingTotal p{margin: 4px 0px; color: #888888; text-align: center;}

.Appraise{width:200px;float:left;padding:15px 50px; margin-top:15px;overflow:hidden;}
.Appraise li{display: block; height: 16px;padding:5px 0; overflow:hidden;}
.Appraise li font{color:#9c9c9c;}
.Appraise span{font-size: 12px; color: #3c3c3c; float: left;}
.Appraise div{background:#e5e4e4; width: 100px; height: 10px; float: right; margin-top: 3px;}
.Appraise div em{display:block; height: 10px; background:#ffa400;}

.impression{
    width:400px;
    padding:20px 0 0 70px;
    position:relative;
}
.impression strong{
    width:60px;
    display:block;
    position:absolute;
    left:0;
    font-weight:normal;
}
.impression p{
    display:inline-block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    margin-right: 5px;
    background:#f2f2f2;
    margin-bottom: 10px;
    border-radius:2px;
}
.impression em{ color:#c5c5c5; padding:0 0 0 3px;}
/*商品评价 begin*/
/* 星级 整颗星或者百分比（50%）*/
.starBox{height:30px;clear:both;overflow:hidden;}
.starBox .span1{display: block; line-height:22px; text-align:left; float: left;}
.starBox .span2{display: block; line-height:18px; text-align: right; padding: 0 5px; float: left;background:url(../images/evalPointBg.png) no-repeat center center;}

.starStyle1{margin: 3px 0px;width:85px;height:14px;float:left;overflow:hidden;background:url(../images/member/star.png) no-repeat left bottom;}
.starStyle1 p{width:100%;height:14px;float:left;overflow:hidden;background:url(../images/member/star.png) no-repeat left top;}
.starStyle1 p.star1{width:20%;}
.starStyle1 p.star2{width:40%;}
.starStyle1 p.star3{width:60%;}
.starStyle1 p.star4{width:80%;}
.starStyle1 p.star5{width:100%;}
.starStyle1 a{display:block;width:17px;height:17px;float:left;}
.starStyle1 a:hover{background:url(../images/member/star.png) no-repeat left top;}
.starStyle1 a.on{background:url(../images/member/star.png) no-repeat left top;}

.userName{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    margin-right: 20px;
}


/*搜索页面start*/
.subSearch{overflow: hidden;position: relative;}
.subSearch a{display: block;height: 322px;position: relative;}
.searchRes{position: absolute;left: 50%;top: 50%;text-align: center;width: 500px;height: 100px;margin-left: -250px;margin-top: -50px}
.searchRes .text{font-size: 36px;font-weight: bold;color: #fff;margin-bottom: 10px}
.searchRes span{font-size: 16px;color: #fff}

/*未搜索到*/
.noSearch{background: #fff;text-align: center;padding: 40px 0 50px}
.noSearch .tit1{font-size: 24px;color: #333;margin-bottom: 10px}
.noSearch .tit2{font-size: 14px;color: #666;margin-bottom: 50px}
.noSearch .tit3{margin-bottom: 50px}
/*搜索页面end*/

/*最新活动start*/
.newAcList_dl{overflow: hidden;margin: 0px -10px;}
.newAcList_dl .list_a{margin: 0px 10px;background:#fff}
.newAcList_dl dd{width: 33.3333%;overflow: hidden;float: left;display: inline;margin-bottom: 20px}
.newAcList_dl dd .imgDiv{padding-top: 56.0723514%;}
.newAcList_dl .actImg{overflow: hidden;position: relative}
.newAcList_dl .listDeta{padding: 0px 20px;overflow: hidden;height: 120px}
.newAcList_dl dd .list1{font-size: 16px;color: #333;padding: 20px 0 10px}
.newAcList_dl .listDescribe{font-size: 14px;color: #777;line-height: 24px;}
.newAcList_dl dd .list_a{-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.newAcList_dl dd:hover a{-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}
.newAcList_dl dd:hover .list1{color: #8d7249}


.newAcList_dl2{overflow: hidden;margin: 0px -10px;}
.newAcList_dl2 .list_a{    padding: 10px;background:#fff}
.newAcList_dl2 dd{width: 100%;overflow: hidden;float: left;display: inline;margin-bottom: 20px;}
.newAcList_dl2 dd .imgDiv{padding-top: 56.0723514%;}
.newAcList_dl2 .actImg{overflow: hidden;position: relative;float: left;display: inline;width: 480px;}
.newAcList_dl2 .listDeta{padding: 0px 20px;overflow: hidden;height: 248px;}
.newAcList_dl2 dd .list1{font-size: 20px;color: #333;padding: 50px 0 15px;}
.newAcList_dl2 .listDescribe{font-size: 16px;color: #777;line-height: 30px;height: 120px;}
.newAcList_dl2 dd .list_a{-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.newAcList_dl2 dd:hover a{-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}
.newAcList_dl2 dd:hover .list1{color: #8d7249}

/*最新活动end*/

/*最新活动详情start*/
.bc_fff{background: #fff}
.new_box{position: relative}
.newBt{position: absolute;left: -50px;top: 0;}
.newBt a{display: block;width: 50px;height: 50px;}
.newBt a.new01{background: #761e1d url(../images/newBack.png) no-repeat center center}
.newBt a.new02{background: #facd89 url(../images/newShare.png) no-repeat center center}
.newBt a.new01:hover{background: #9a2a21 url(../images/newBack.png) no-repeat center center}
.newBt a.new02:hover{background: #d1a76d url(../images/newShare.png) no-repeat center center}


.singleArt{padding: 30px 0;overflow: hidden;}
.articleTitle{font-size:30px;line-height:40px;color:#333;text-align: center;}
.articleBox {overflow: hidden;font-size: 16px;color: #666;line-height: 30px;padding: 0 50px}
.articleT2 {height:35px;font-size: 14px;color: #666;line-height: 35px;text-align: center;padding-bottom: 25px;border-bottom: 1px solid #e9e9e9;position: relative;}
.articleT2 span{margin: 0 10px;color: #666666;background-position:left center;background-repeat: no-repeat;}
.articleT2 span.span1{
    padding-left:22px;
    background-image: url(../images/icon10.png);
}
.articleT2 span.span2{
    padding-left:34px;
    background-image: url(../images/icon11.png);
}
.articleBox .title{text-align: center}
.articleBox .pic{text-align: center}
.articleBox img{max-width: 100%;}

.newV_dl{position: relative;overflow: hidden;margin: 0 -10px;}
.newV_dl dd{float: left;width: 50%;}
.newV_dl dd .list_a{margin: 0 10px;overflow: hidden;transition: all .3s;-webkit-transition:  all .3s;background: #fff;}
.newV_dl dd .pic{position: relative;width: 214px;height: 120px}
.newV_dl dd .pic img{width: 100%;height: 100%}
.newV_dl dd .text{overflow: hidden;padding: 0 20px;position: relative}
.newV_dl dd .text .y1{height: 50px;line-height: 50px;font-size: 18px;color: #333;transition: all .3s;-webkit-transition:  all .3s}
.newV_dl dd .text .intro{font-size: 14px;color: #777;line-height: 24px;transition: all .3s;-webkit-transition:  all .3s}
.newV_dl dd:hover .list_a{background: #761e1d}
.newV_dl dd:hover .text .y1{color: #fff}
.newV_dl dd:hover .text .intro{color: #fff}
/*最新活动详情end*/

/*文化故事start*/
.cultureTitle{text-align: center;color: #fff;padding: 40px 0}
.cultureName{font-size: 36px;line-height: 50px}
.cultureTitle span{font-size: 24px;}

.sort_Box_dl{overflow: hidden;font-size: 0}
.sort_Box_dl dd{display: inline-block;margin: 0 50px;}
.sort_Box_dl dd a{text-align: center;width: 90px;height: 90px;font-size: 18px;color: #fff;line-height: 90px;}
.sort_Box_dl dd .list1{width: 100%;height: 100%;background: #b19878 url(../test/list1.png) no-repeat center center;border-radius: 90px;}
.sort_Box_dl dd .list2{width: 100%;height: 100%;background: #761e1d url(../test/list2.png) no-repeat center center;border-radius: 90px;}
.sort_Box_dl dd .list3{width: 100%;height: 100%;background: #5c4648 url(../test/list3.png) no-repeat center center;border-radius: 90px;}
.sort_Box_dl dd .list4{width: 100%;height: 100%;background: #24394c url(../test/list4.png) no-repeat center center;border-radius: 90px;}
.sort_Box_dl dd .list5{width: 100%;height: 100%;background: #005752 url(../test/list5.png) no-repeat center center;border-radius: 90px;}
.sort_Box_dl dd .list6{width: 100%;height: 100%;background: #8a8000 url(../test/list6.png) no-repeat center center;border-radius: 90px;}

.sort_Box_dl dd a p{top:0;left:0;border-radius:45px;position:absolute;z-index:1;}
.sort_Box_dl dd a p{display: block;display: none\9;*display: none;width:90px;height:90px;border-radius:45px;overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position:absolute;
    left:0;
    top:0;
    z-index:6;
}
.sort_Box_dl dd a:hover p{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;\9;
    *display: block;
}
.sort_Box_dl dd a p img{
    width:90px;
    height:90px;
    border-radius:45px;
    z-index:6;
}

.cultureBox img{max-width: 100%;margin-bottom: 20px}
/*文化故事end*/


/*定制start*/
.subBanner4{min-height: 500px;}
.madeWrap{position: relative;height: 500px}
.madeBox{position: absolute;right: 65px;top: 50%;color: #fff;height: 240px;margin-top: -120px;width: 31%;text-align: center}
.madeTit{font-size: 22px;margin-bottom: 20px}
.madeIntr{font-size: 14px;line-height: 28px;margin-bottom: 35px}
.myMade a{display: block;color: #fff;font-size: 16px;width: 186px;height: 42px;line-height: 42px;background: #8d7249;margin: 0 auto}
.myMade a:hover{background: #ae8d5d}

.madeView{position: relative;overflow: hidden}
.madeView .pic{position: relative;}
.madeView .pic img{width: 100%;height: 500px;}
.madeView .pic .text{position: absolute;right: 250px;top: 50%;height: 150px;margin-top: -75px;text-align: center;color: #fff}
.madeView .pic .text .tit{font-size: 30px;margin-bottom: 25px;padding-top: 20px}
.madeView .pic .text .conte{font-size: 18px;margin-bottom: 25px;}
.madeView .pic .text a{font-size: 16px;color: #fff}

.madeText{height: 210px;text-align: center;background: #f5f5f5;color: #333;}
.madeText .tit{padding: 45px 0 22px;font-size: 30px}
.madeText .conte{font-size: 18px;margin-bottom: 20px;}
.madeText a{font-size: 16px;color: #333}
/*定制end*/

/*我要定制start*/
.md_title{position: absolute;left: 50%;top: 50%;width: 500px;margin-left: -238px;height: 60px;margin-top: -30px;text-align: center;color: #fff}
.md_title div{font-size: 36px;}
.md_title span{font-size: 24px;}

.madeFill{background: #f5f5f5;padding: 0 215px}
.fillTtitle{font-size: 16px;color: #000;text-align: center;font-weight: bold}

.made_form{overflow: hidden}
.made_form dd{margin-bottom: 10px}
.m_formL {width: 100px;overflow: hidden;height: 40px;line-height: 40px;font-size: 14px;color: #333;text-align: right;padding-right: 10px;}
.m_formL b{color: #cc1212}
.m_formR {padding: 0px 10px;overflow: hidden;border: 1px solid #e6e6e6;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;position: relative;background: #fff;width: 228px}
.m_formR1{padding: 0px 10px;overflow: hidden;border: 1px solid #e6e6e6;-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;-o-border-radius: 3px;border-radius: 3px;position: relative;background: #fff;width: 638px;height: 88px}
.m_formInp {display: block;width: 100%;height: 38px;overflow: hidden;line-height: 38px;font-size: 14px;color: #333;outline: none;border: none;background: none;}
.m_formT{display: block;width: 100%;overflow: hidden;line-height: 38px;font-size: 14px;color: #333;outline: none;border: none;resize: none}
.m_formR2{width: 58px;height: 58px;border: 1px solid #e6e6e6;background:#fff url(../images/jia.png) no-repeat center center}
.m_formR2 a{display: block;height: 100%}
.m_form_code{margin-left: 10px;cursor: pointer}
.m_form_code img{width: 120px;height: 40px}

.subMit{padding: 30px 110px 20px;font-size: 14px;}
.subMit a{display: block;width: 124px;height: 42px;line-height: 42px;border-radius: 2px;text-align: center;background: #761e1d;color: #fff}
.foem_intr{color: #b51010}
/*我要定制end*/

/*企业店铺start*/
.subBanner6{position: relative;}
.buissShop{
    display: block;
    height: 220px;
    position: relative;
}
.buissShop .pariner .parFl{width: 165px;height: 165px;background: #fff url(../images/otherShop.png) no-repeat center center;margin-top: 55px}
.buissShop .pariner{overflow: hidden}
.buissShop .pariner .parName{position: absolute;left: 190px;bottom: 70px;font-size: 30px;color: #130f06}

.b_shop{background: #f5f5f5}

.shop_bus_dl{overflow: hidden;margin: 0px -6px;}
.shop_bus_dl .list_a{margin: 0px 6px;background:#fff;position: relative}
.shop_bus_dl dd{width: 25%;overflow: hidden;float: left;display: inline;padding: 6px 0px;}
.shop_bus_dl dd .imgDiv{padding-top: 100%;}
.proImg{padding: 10px 20px 15px;overflow: hidden;position: relative}
.shop_bus_dl .listDeta{padding: 0px 10px 25px;overflow: hidden;text-align: center;}
.price{overflow: hidden;font-size: 18px;color:#761e1d;}
.shop_bus_dl .listDescribe{padding: 10px 0px 15px;font-size: 14px;color: #666}
.shop_bus_dl dd .list_a{-webkit-transition: all 0.5s linear;-o-transition: all 0.5s linear;transition: all 0.5s linear;}
.shop_bus_dl dd:hover a{-webkit-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);box-shadow: 0px 5px 10px rgba(0,0,0,0.1);}

.snatch{position: absolute;width: 80px;height: 80px;border-radius: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: rgba(0,0,0,.5)}
.snatch span{display: block;font-size: 16px;color: #f5f5f5;text-align: center;line-height: 80px}
/*企业店铺end*/

/*企业商铺详情start*/
.shopAd{position: relative;background-size: cover;width: 100%;height: 120px}
.shopPartner{overflow: hidden}
.shopPartner .parFl{width: 118px;height: 118px;background: #fff url(../images/otherShop.png) no-repeat center center;background-size: 120px;border: 1px solid #ddd}
.shopPartner .parName{position: absolute;left: 140px;top: 30px;font-size: 18px;color: #130f06}
.shopAd a{display: block;width: 100px;height: 34px;line-height: 34px;text-align: center;font-size: 16px;color: #fff;border-radius: 2px;background: #761e1d;position: absolute;right: 50px;top: 50%;margin-top: -17px}
/*企业商铺详情end*/


/*小程序start*/
.subBanner7{height: 530px;position: relative}
.small_title{position: absolute;left: 50%;top: 50%;width: 500px;margin-left: -250px;height: 120px;margin-top: -60px;text-align: center;color: #fff}
.small_title .div1{font-size: 36px;margin-bottom: 10px}
.small_title .div2{font-size: 30px;}

.smallT_w{position: relative;background: url(../images/rout.jpg) no-repeat center center;height: 1000px;margin: 0 auto;color: #fff;text-align: center}
.small_com{position: absolute;left: 98px;top: 140px;display: none;}
.sm_box1{font-size: 24px;margin-bottom: 34px}
.sm_box2{margin-bottom: 30px;}
.sm_box3{font-size: 14px}
/*小程序end*/

/*帮助中心start*/
.subBanner8{height: 322px;position: relative}
.help_title{position: absolute;left: 50%;top: 50%;width: 500px;margin-left: -250px;height: 100px;margin-top: -50px;text-align: center;color: #fff}
.help_title .div1{font-size: 36px;margin-bottom: 10px}
.help_title .div2 a{font-size: 16px;color: #fff}

.help_wrap{overflow: hidden}
.helpFl_box{width: 220px;position: relative;font-size: 16px;}
.hf_tit{background: #fff;height: 64px;line-height: 64px;border: 1px solid #ddd}
.hf_tit span{padding-left: 60px;display: block}
.helpFl_dl{color: #333}
.helpFl_dl dd{height: 50px;line-height: 50px;border-bottom: 1px solid #ddd;background: #fff;transition: all .3s;-webkit-transition: all .3s}
.helpFl_dl dd a{display: block;padding-left: 60px;color: #333;background: url(../images/nt.png) no-repeat 192px center;transition: all .3s;-webkit-transition: all .3s}
.helpFl_dl dd:hover{background: #761e1d}
.helpFl_dl dd:hover a{background: url(../images/nt_h.png) no-repeat 192px center;color: #fff}
.helpFl_dl dd.hover{background: #761e1d}
.helpFl_dl dd.hover a{background: url(../images/nt_h.png) no-repeat 192px center;color: #fff}
.helpFl_dl dt{height: 10px}


.helpFr_box{width: 970px;background: #fff}
.hr_title{height: 48px;line-height: 48px;padding: 0 20px;border-bottom: 1px solid #ddd;background: #f4f4f4;font-size: 18px;color: #333;}

.hr_content{padding: 20px;font-size: 16px;color: #333;line-height: 25px;}
.hr_content dd{position: relative;padding-left: 25px;margin-bottom: 20px}
.hr_content dt{padding: 0 25px;color: #999;font-size: 16px}
.hr_content dd span{position: absolute;left: 0;top: 0;}
.hr_dd1{color: #333}
.hr_dd2{color: #666}
/*帮助中心end*/

/*帮助中心图标*/
.spanIcon1{background: url(../images/help1.png) no-repeat 25px center;}
/*邀请分销图标*/
.spanIcon2{background: url(../images/member/invite1.png) no-repeat 20px center;}
/*邀请分销图标*/
.spanIcon3{background: url(../images/member/manage.png) no-repeat 20px center;}
/*账号管理图标*/
.spanIcon4{background: url(../images/member/mer.png) no-repeat 25px center;}
/*服务中心图标*/
.spanIcon5{background: url(../images/member/serCen.png) no-repeat 25px center;}























/*
* 合作伙伴
*/
.part_dl{
    margin: 0px -5px;
}
.part_dl dd{
    width: 25%;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.part_dl dd .list_a{
    background: #fff;
    margin: 0px 5px;
    padding: 0px 0px 40px 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.part_dl dd .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.partImg{
    padding: 30px 20px;
    overflow: hidden;
}
.part_dl .listName{
    text-align: center;
}
.part_dl .listIntr{
    height: 60px;
    font-size: 12px;
    padding: 0px 25px;
}

/*
* vip会员
*/
.vipRow1{
    background: #fafafa;
    overflow: hidden;
    padding: 30px 0px;
}
.vipTitBox{
    padding: 20px 0px;
    overflow: hidden;
    border-bottom: 1px dashed #666;
}
.vipTit{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    border-left: 8px solid #000;
    padding-left: 15px;
}
.vipTitCh{
    overflow: hidden;
    font-size: 24px;
    color:#333;
    font-weight: bold;
}
.vipTitEn{
    overflow: hidden;
    font-size: 16px;
    color:#666;
}
.vipRow1_dl{
    overflow: hidden;
    margin: 0px -85px;
    padding: 90px 0px;
    background: url(../images/vipLine.png) no-repeat center 300px;
}
.vipRow1_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.vipRow1Div{
    overflow: hidden;
    /*padding: 0px 85px;*/
}
.vipName{
    width: 175px;
    height: 175px;
    overflow: hidden;
    margin: 0px auto;
    font-size: 24px;
    color:#333;
    text-align: center;
    line-height: 175px;
}
.vipRow1 .dd1{
    padding-top: 30px;
}
.vipRow1 .dd2{
    padding-top: 20px;
}
.vipRow1 .dd3{
    padding-top: 10px;
}
.vipRow1 .dd1 .vipName{
    background: url(../images/vipIcon1_1.png) no-repeat center center;
}
.vipRow1 .dd2 .vipName{
    background: url(../images/vipIcon1_2.png) no-repeat center center;
}
.vipRow1 .dd3 .vipName{
    background: url(../images/vipIcon1_3.png) no-repeat center center;
}
.vipRow1 .dd4 .vipName{
    background: url(../images/vipIcon1_4.png) no-repeat center center;
}
.vipIntr{
    overflow: hidden;
    color:#333;
    font-size: 16px;
}
.vipRow1 .vipIntr{
    text-align: center;
    padding-top: 70px;
    margin: 0px 70px;
    font-size: 20px;
}
.vipRow2{
    overflow: hidden;
    padding: 100px 0px;
    background: #d2b988;
}
.vipRow2L{
    overflow: hidden;
    height: 120px;
    font-size: 24px;
    color:#fefefe;
    font-weight: bold;
    line-height: 120px;
    border-right: 1px solid #fff;
    padding-right: 45px;
    margin: 5px 45px 5px 0px;
}
.vipRow2R{
    height: 140px;
    overflow: hidden;
}
.vipRow2_dl{
    overflow: hidden;
    margin: 0px -45px;
}
.vipRow2_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.vipRow2Div{
    overflow: hidden;
    margin: 0px 45px;
    font-size: 16px;
    color:#fefefe;
    line-height: 30px;
    padding-top: 80px;
    text-align: center;
}
.vipRow2R .dd1 .vipRow2Div{
    background: url(../images/vipIcon2_1.png) no-repeat center 5px;
}
.vipRow2R .dd2 .vipRow2Div{
    background: url(../images/vipIcon2_2.png) no-repeat center 5px;
}
.vipRow2R .dd3 .vipRow2Div{
    background: url(../images/vipIcon2_3.png) no-repeat center 5px;
}
.vipRow2R .dd4 .vipRow2Div{
    background: url(../images/vipIcon2_4.png) no-repeat center 5px;
}
.vipRow3{
    overflow: hidden;
    background: #fff;
    padding: 80px 0px;
}
.vipRow3_dl{
    overflow: hidden;
}
.vipRow3_dl dd{
    padding: 25px 0px;
    overflow: hidden;
}
.vipRow3 .vipIntr{
    padding: 10px 0px 15px;
    line-height: 30px;
    border-bottom: 1px dashed #dedede;
}
.vipRow4{
    background: #fafafa;
    overflow: hidden;
    padding: 80px 0px;
}
.vipRow4_dl{
    overflow: hidden;
    padding-top: 1px;
}
.vipRow4_dl dd{
    overflow: hidden;
    width: 25%;
    float: left;
    display: inline;
    margin: -1px -1px 0px 0px;
}
.vipRow4Div{
    border: 1px solid #ccc;
    overflow: hidden;
}
.vipRow4Icon{
    overflow: hidden;
    font-size: 20px;
    color:#333;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding: 160px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
}
.vipRow4 .vipIntr{
    height: 175px;
    line-height: 35px;
    padding: 40px 20px;
}
.vipRow4_dl .dd1 .vipRow4Icon{
    background: url(../images/vipIcon4_1.png) no-repeat center 20px;
}
.vipRow4_dl .dd2 .vipRow4Icon{
    background: url(../images/vipIcon4_2.png) no-repeat center 20px;
}
.vipRow4_dl .dd3 .vipRow4Icon{
    background: url(../images/vipIcon4_3.png) no-repeat center 20px;
}
.vipRow4_dl .dd4 .vipRow4Icon{
    background: url(../images/vipIcon4_4.png) no-repeat center 20px;
}
.vipRow5{
    padding: 50px 0px 80px;
    overflow: hidden;
    background: #fff;
}
.vipTip{
    font-size: 16px;
    overflow: hidden;
    color:#fd4d4d;
}
.vipRow5_dl{
    overflow: hidden;
    margin: 0px -15px;
}
.vipRow5_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.vipRow5Div{
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    padding-top: 15px;
    margin: 0px 15px;
}
.vipRow5Deta{
    background: #f0f0f0;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.vipRow5Name{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color:#666;
    text-align: center;
}
.vipRow5Name span{
    font-size: 36px;
    color:#d2b988;
    font-weight: bold;
}
.vipRow5Div .vipIntr{
    text-align: center;
}
.vipRow5Bd{
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 15px;
    bottom: 15px;
    border: 4px solid #d2b988;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.vipRow6{
    overflow: hidden;
    background: #fafafa;
    padding: 50px 0px 80px;
}
.vipRow6_dl{
    overflow: hidden;
    margin: 0px -20px;
}
.vipRow6_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.vipRow6Div{
    overflow: hidden;
    margin: 0px 20px;
    font-size: 16px;
    color:#333;
    padding-top: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.vipRow6Div a{
    color:#d2b988;
}
.vipRow6_dl .dd1 .vipRow6Div{
    background: url(../images/vipIcon6_1.png) no-repeat center 0px;
}
.vipRow6_dl .dd2 .vipRow6Div{
    background: url(../images/vipIcon6_2.png) no-repeat center 0px;
}
.vipRow6_dl .dd3 .vipRow6Div{
    background: url(../images/vipIcon6_3.png) no-repeat center 0px;
}
.vipRow6_dl .dd4 .vipRow6Div{
    background: url(../images/vipIcon6_4.png) no-repeat center 0px;
}



/*
* 支付失败&&成功
*/
.payDetaTit{
    overflow: hidden;
    font-size: 30px;
    color:#333;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    text-align: left;
}
.paySucTit{
    background: url(../images/paySuccess.png) no-repeat left center;
}
.payFailure{
    background: url(../images/payFailure.png) no-repeat left center;
}
.paySucDeta{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    text-align: left;
}
a.goOrderView{
    overflow: hidden;
    font-size: 14px;
    color:#b4a078;
    text-align: left;
}
.ta_c{
    text-align: center;
}
.center{
    display: inline-block;
    overflow: hidden;
}
.paySucDeta i{
    font-size: 20px;
    color: #bd0000;
    font-weight: bold;
}
.payAgain{
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    background: #bd0000;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color:#fff !important;
}
.payAgain i{
    padding-left: 10px;
    font-family: '宋体';
    font-weight: bold;
}
/*
* layer 个人样式修改
*/
.layui-layer-title{
    font-size: 16px !important;
    background: #fff !important;
    color:#333 !important;
    height: 45px !important;
    line-height: 45px !important;
}
.layui-layer-btn{
    text-align: center !important;
    padding: 0 15px 20px !important;
}
.layui-layer-btn a{
    height: 30px !important;
    padding: 0px 40px !important;
    line-height: 30px !important;
    margin: 7px 10px 0 !important;
}
.layerAsk .layui-layer-content{
    text-align: center;
    padding: 30px 20px !important;
}
.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px !important;
    text-align: left;
}
.layui-layer-btn .layui-layer-btn0{
    background: #fff !important;
    border-color: #ddd !important;
    color:#666 !important;
}

.layui-layer-btn .layui-layer-btn1{
    background: #761e1d !important;
    border-color: #761e1d !important;
    color:#fff !important;
}

.changeAddLayer .layui-layer-setwin{
    top: 6px;
}
.changeAddLayer .layui-layer-setwin a{
    width: 30px;
    height: 30px;
    background: url(../images/dele.png) no-repeat center center;
}
.changeAddLayer .layui-layer-btn{
    text-align: center;
}
.changeAddLayer .layui-layer-btn a{
    height: 42px;
    width: 50px;
    line-height: 42px;
    font-size: 14px;
    color:#666;
    background: #f5f3ef;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.changeAddLayer .layui-layer-btn a.layui-layer-btn0{
    background: #761e1d;
    border-color:#761e1d;
    color:#fff;
}
.noOrder{
    overflow: hidden;
    padding-top: 200px;
    font-size: 16px;
    color:#999;
    text-align: center;
    background: url(../images/order.png) no-repeat center 40px;
}
.noOrder a{
    color:#761e1d;
}

/*
* 询问提示
*/

/*
* 优惠券
*/
.couponList_dl{
    overflow: hidden;
    margin: 0px -15px;
}
.couponList_dl dd{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.couponCont{
    overflow: hidden;
    margin: 0px 15px;
    padding: 35px 30px;
    background: url(../images/couponList.png) no-repeat center center;
    position: relative;
}
.couFirst {
    overflow: hidden;
    position: absolute;
    left: 18px;
    top: 36px;
}
.couFirst em {
    display: none;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #b7a37e;
    padding: 0px 5px;
    border: 1px solid #b7a37e;
    float: left;
    margin-right: 5px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -ms-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.couponL{
    width: 360px;
    overflow: hidden;
}
.couponImg{
    width: 110px;
    height: 110px;
    overflow: hidden;
    position: relative;
    margin-right: 40px;
    margin-top: 20px;
}
.couponImg span{ position: absolute;top: 40px;left: 20px;font-size: 20px;font-weight: bold;color: #fff}
.couponImg img{
    display: block;
    position: absolute;
    width: 100%;
}
.couponTxt{
    overflow: hidden;
    height: 150px;
    line-height: 30px;
    position: relative;
}
.couponTxt span{
    display: block;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color:#b4a078;
}
.couponTxt i{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#333;
}
.couponTxt em{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#999;
}
.couponR{
    width: 135px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.couponRush{text-align: center;font-size: 14px;color: #666;}
.couponRush span{display: block;margin-bottom: 8px}
.couponRush i{display: block;width: 78px;height: 8px;border: 1px solid #b4a078;border-radius: 10px;margin: 0 auto 8px;position: relative}
.couponRush i:after{content: "";position: absolute;left: 0;top: 0;width: 32%;height: 100%;border-radius: 10px;background: #f5e9d5}
a.couponBt{
    display: block;
    overflow: hidden;
    width: 85px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background: #e26744;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    margin: 0px auto;
    text-align: center;
    line-height: 30px;
}



/*^^^ 产品属性SKU ^^^*/
.skuBox{
    clear:both;
    overflow:hidden;
    padding:0 0 10px 0;
}
.skuBox dl{
    clear:both;
    overflow:hidden;
}
.skuBox dl dd{
    clear:both;
    overflow:hidden;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    position: relative;
    padding-left: 65px;
    margin-bottom: 5px;
    z-index:5;
}
.skuBox dl dd span.skuName{
    width:65px;
    display:block;
    float:left;
    line-height:30px;
    height:30px;
    overflow:hidden;
    position: absolute;
    left: 0px;
    top:0px;
    font-size: 14px;
    color:#999;
}
.skuBox .skuValue{
    float:left;
    display:inline;
    overflow:hidden;
}
.skuBox .skuValue a{
    display:block;
    float:left;
    line-height:28px;
    margin:0 5px 5px 0;
    border:1px solid #d9d9d9;
    padding:0 8px;
    position:relative;
}
.skuBox .skuValue a i{
    width:15px;
    height:15px;
    display:block;
    position:absolute;
    right:-2px;
    bottom:-2px;
    z-index:90;
    background:url(../images/proViewChecked.png) no-repeat center center;
    display:none;
}
/*.skuBox .skuValue a.dzBt:link{ background:#f97704; color:#fff;border:1px solid #f97704;}
.skuBox .skuValue a.dzBt:visited{ background:#f97704; color:#fff;border:1px solid #f97704;}
.skuBox .skuValue a.dzBt:hover{ background:#f97704; color:#fff;border:2px solid #f97704;}
.skuBox .skuValue a.dzBt:active{ background:#f97704; color:#fff;border:1px solid #f97704;}*/
/*鼠标经过*/
.skuBox .skuValue a:hover{display:block;float:left;line-height:26px;margin:0 5px 0 0;border:2px solid #bd0000;padding:0 7px;}
.skuBox .skuValue a:hover i{ display:block;}
/*继承*/
.skuBox .skuValue a.hover{display:block;float:left;line-height:26px;margin:0 5px 0 0;border:2px solid #bd0000;padding:0 7px;}
.skuBox .skuValue a.hover i{ display:block;}
.skuBox .skuValue a.skuPic{padding:1px;}
.skuBox .skuValue a.skuPic:hover{padding:1px;}
.skuBox .skuValue a.skuPic:hover img{ width:36px; height:36px;}
.skuBox .skuValue a.skuPic.hover{padding:1px;}
.skuBox .skuValue a.skuPic img{ width:38px; height:38px;display: block;}
.skuBox .skuValue a.skuPic.hover img{ width:36px; height:36px;}
/*不能选择*/
.skuBox .skuValue a.noclick{ background:#d9d9d9;cursor:default;}
.skuBox .skuValue a.noclick:hover{display:block;float:left;line-height:26px;margin:0 5px 0 0;border:2px solid #d9d9d9;padding:0 7px;}
.skuBox .skuValue a.noclick:hover i{ display:none;}


/*
* 组合销售详细页 2018-08-10 kis2
*/
.groupProView .proViewTit{
    font-size: 18px;
}
.groupProList{
    overflow: hidden;
    margin-left: -20px;
}
.groupProList dd{
    width: 100px;
    float: left;
    display: inline;
    padding-left: 20px;
    background: url(../images/add2.png) no-repeat 5px center;
}
.groupProList dd .list_a{
    border: 1px solid #ddd;
}
.groupProListImg{
    position: relative;
    overflow: hidden;
    padding-top: 66.66666667%;
}
.groupProListImg img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/*商品详情页分享*/
.ysqL2_ddBtn{ position:relative; float:left;}
.ysqShare{position:absolute;left: -134px;top: 50px;background: #fff;padding: 10px;border: solid #e1e1e1 1px;-moz-box-shadow: 0 0 5px #ddd;-webkit-box-shadow: 0 0 5px #ddd;box-shadow: 0 0 5px #ddd;z-index:99999999;display:none;width: 294px;}
			.ysqShare i{ display:block; width:10px; height:5px; background:url(../images/shareIcn1.png) no-repeat center center; position:absolute; left:50%; top:-5px; margin-left:-5px;} 
			.ysqShare.active{display: block;
    -webkit-animation: pop_fadein .5s alternate ease-in-out;
    -moz-animation: pop_fadein .5s alternate linear;
    -ms-animation: pop_fadein .5s alternate linear;
    animation: pop_fadein .5s alternate ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;}
			.ysqShare a{ margin:0 5px !important;}
@-webkit-keyframes pop_fadein {
0% {
opacity:0;
-webkit-transform:translateY(-50px);
}
50% {
opacity:1;
-webkit-transform:translateY(4px);
}
80% {
-webkit-transform:translateY(-2px);
}
100% {
-webkit-transform:translateY(0);
}
}
@-moz-keyframes pop_fadein {
0% {
opacity:0;
-moz-transform:translateY(-50px);
}
50% {
opacity:1;
-moz-transform:translateY(4px);
}
80% {
-moz-transform:translateY(-2px);
}
100% {
-moz-transform:translateY(0);
}
}
@-ms-keyframes pop_fadein {
0% {
opacity:0;
-ms-transform:translateY(-50px);
}
50% {
opacity:1;
-ms-transform:translateY(4px);
}
80% {
-ms-transform:translateY(-2px);
}
100% {
-ms-transform:translateY(0);
}
}
@keyframes pop_fadein {
0% {
opacity:0;
transform:translateY(-50px);
}
50% {
opacity:1;
transform:translateY(4px);
}
80% {
transform:translateY(-2px);
}
100% {
transform:translateY(0);
}
}

/*
* 文化故事 kis2 2019-12-30
*/
.culture_dl{

}
.culture_dl dd{
    padding: 10px 0px;
}
.culture_dl .list_a{
    display: block;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.culture_dl .pic{
    position: relative;
    overflow: hidden;
    width: 270px;
    margin-right: 20px;
}
.culture_dl .pic:after{
	display:block;
	content:"";
	overflow:hidden;
	padding-top: 66.66667%;
}
.culture_dl .listDeta{
    overflow: hidden;
    padding: 20px 0px;
}
.culture_dl .listTit{
    overflow: hidden;
    font-size: 16px;
    color:#333;
    line-height: 30px;
}
.culture_dl .listIntr{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    height: 100px;
}
/* 预定列表 start */
.customTable{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
}
.customTable tr td{
    font-size: 14px;
    color:#666;
	line-height: 28px;
	padding: 5px 40px;
    border: 1px solid #e5e5e5;
}
.customDl{
	overflow: hidden;
	padding: 20px 40px;
}
.customDl dd{
	width: 33.3333%;
	float: left;
	display: inline;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
	padding: 5px 0;
	color: #666;
}
.customDl dd.dd1{
	width: 100%;
}
.customDlImg{
	overflow: hidden;
}
.customDlImg .img{
	width: 90px;
	height: 90px;
	float: left;
	display: inline;
	margin-right: 10px;
	cursor: pointer;
	float: left;
	display: inline;
}
.customDlImg .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* 预定列表 end */

/* 上传控件 start */
.file-panel{
	position: absolute;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	width: 100%;
	line-height: 25px;
	text-align: right;
	z-index: 999;
}
.file-panel .syBt{
	display: none;
	visibility: hidden;
}
.upFile_dl .file-item{
	width: auto ;
}
.upFile_dl .file-item .info{
	left: 0;
	bottom: 0;
}
.upFile_dl img{
	width: 120px;
	height: 120px;
	object-fit: cover;
}
/* 上传控件 end */