.top-nav-right {
    float: right;
    font-size: 15px;
    line-height: 32px;
    margin-left: 20px;
}
.top-nav-right a {
    color: #898989;
    padding:0 6px;
}
.top-nav ul {
    float: left;
}
.top-nav ul li {
    float: left;
    color: #676767;
    font-size: 12px;
    font-weight: 300;
}
.top-nav ul li a {
    display: block;
    overflow: hidden;
    height: 34px;
    line-height: 32px;
    padding:0 15px;
    color: #676767;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}
.top-nav ul li a:after {
    content: '';
    height: 2px;
    background: #fff;
    width: calc(100% - 20px);
    bottom:0;
    left:10px;
    display: block;
    position: absolute;
}
.top-nav ul li a.cur:after,.top-nav ul li a:hover:after {
    background: #f55555;
}
.top-nav ul li a > span {
    -moz-transition: opacity 0.6s ease, margin-top 0.5s ease;
    -webkit-transition: opacity 0.6s ease, margin-top 0.5s ease;
    transition: opacity 0.6s ease, margin-top 0.5s ease;
    display: block;
    width: 100%;
    margin-top: 0;
}
.top-nav ul li a > span > span {
    display: block;
    width: 100%;
    -moz-transition: opacity 0.6s ease;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}
.top-nav ul li a:hover > span {
    margin-top: -32px;
}
.top-nav ul li a > span > span:nth-child(1) {
    opacity: 1;
}
.top-nav ul li a > span > span:nth-child(2) {
    opacity: 0;
    color:#f55555;
}
.top-nav ul li a:hover > span > span:nth-child(1) {
    opacity: 0;
}
.top-nav ul li a:hover > span > span:nth-child(2) {
    opacity: 1;
}
.indexTy {
    margin-top: 40px;
}
.ddTitle1 {
    line-height: 45px;
    border-bottom:#e5ebef 1px solid;
    position: relative;
}
.ddTitle1 h3 {
    display: inline-block;
    font-size: 23px;
    color: #232323;
    margin: 0;
    padding: 0;
}
.ddTitle1 > ul {
    float: right;
    margin-right: 120px;
}
.ddTitle1 > ul li {
    float: left;
    font-size: 15px;
    color: #696969;
}
.ddTitle1 > ul li a {
    padding:0 12px;
    font-size: 15px;
    color: #696969;
}
.ddTitle1 a:hover {
    color: #f55555;
}
.ddTitle1 > .more {
    position: absolute;
    color: #696969;
    font-size: 15px;
    right:10px;
    top:0;
    display: block;
    line-height: 45px;
}
.indexTyZ {
    overflow: hidden;
    padding-top: 10px;
}
.Tylist1 {
    overflow: hidden;
}
.Tylist1 li {
    width: 280px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}
.Tylist1 li .pic {
    width: 280px;
    height: 152px;
    overflow: hidden;
}
.Tylist1 li .pic img {
    display: block;
    width: 280px;
    height: 152px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.Tylist1 li .pic a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.Tylist1 li .tit {
    font-size: 19px;
    line-height: 36px;
    height: 36px;
    padding:0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #303030;
    letter-spacing: 2px;
}
.Tylist1 li .tit a {
    color: #303030;
}
.Tylist1 li .yi {
    font-size: 16px;
    line-height: 20px;
    color: #7b7b7b;
    padding: 0 5px;
}
.Tylist1 li .yi i {
    font-size: 20px;
    color: #f55555;
    margin-right: 10px;
}
.indexHb {
    margin-top: 40px;
}
.indexHbZ {
    overflow: hidden;
    padding-top: 10px;
}
.HbList1 {
    overflow: hidden;
    margin-left: -18px;
}
.HbList1 li {
    width: 180px;
    float: left;
    margin-top: 18px;
    margin-left: 18px;
}
.HbList1 li .pic {
    width: 180px;
    height: 230px;
    overflow: hidden;
    box-shadow: 0 0 7px rgba(6, 0, 1, 0.19);
}
.HbList1 li .pic img {
    display: block;
    width: 180px;
    height: 230px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.HbList1 li .pic a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.HbList1 li .tit {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    padding:0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e1e;
}
.HbList1 li .tit a {
    color: #1e1e1e;
}
.HbList1 li .yi {
    font-size: 16px;
    line-height: 20px;
    color: #7b7b7b;
    padding: 0 5px;
}
.HbList1 li .yi i {
    font-size: 20px;
    color: #f55555;
}
.indexKc {
    margin-top: 40px;
}
.KcList1 {
    overflow: hidden;
    margin-left: -40px;
}
.KcList1 li {
    width: calc(50% - 40px);
    float: left;
    margin-top: 18px;
    margin-left: 40px;
    display: -webkit-box;
    display: box;
    -webkit-box-align: center;
    box-align: center;
}
.KcList1 li .pic {
    border-radius: 6px;
    display: block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: #fff;
    position: relative;
    width: 282px;
    height: 152px;
    margin-right: 20px;
}
.KcList1 li .pic img {
    display: block;
    width: 282px;
    height: 152px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.KcList1 li .pic a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.KcList1 li .span1 {
    display: block;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 0;
    white-space: normal;
    word-break: break-all;
    -webkit-box-flex: 1;
    box-flex: 1;
    float: none;
    clear: both;
    flex: 1;
}
.KcList1 li .span1 .tit {
    font-size: 20px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 10px;
}
.KcList1 li .span1 .tit a {
    color: #676767;
}
.KcList1 li .span1 .price {
    font-size: 18px;
    color: #676767;
}
.KcList1 li .span1 .price span {
    font-size: 35px;
    color: #ff0000;
    margin-right: 6px;
    letter-spacing: -2px;
}
.KcList1 li .span1 .price span small {
    font-size: 20px;
    margin-right: 4px;
}
.KcList1 li .span1 .txt {
    font-size: 18px;
    color: #676767;
}
.KcList1 li .span1 .txt span {
    color: #f55555;
    margin-right: 10px;
}
.KcList1 li .span1 .txt span i {
    font-size: 22px;
    margin-right: 4px;
}
.cnav {
    background: #f3f6fb;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.shitu {
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.15);
    margin-top: 25px;
    border-radius: 10px;
    padding:20px 0;
}

.shituT {
    line-height: 45px;
    border-bottom:#e5ebef 1px solid;
    position: relative;
    width: 1170px;
    margin:30px auto 0;
}
.shituT h3 {
    display: inline-block;
    font-size: 23px;
    color: #232323;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
.shituT a:hover {
    color: #f55555;
}
.shituT > .more {
    position: absolute;
    color: #696969;
    font-size: 15px;
    right:10px;
    top:0;
    display: block;
    line-height: 45px;
}
.ddTitle2 {
    margin:  0 10px;
    line-height: 24px;
    border-left: 4px solid #fec900;
    padding-left: 10px;
}
.ddTitle2 h3 {
    font-size: 20px;
    color: #313131;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0;
}
.ddhead {
    box-shadow: 1px 2px 10px #939393;
}
.xuank ul li a.baoxiang {
    width: 108px;
    height: 108px;
    background: url('../img/zhuan/baoxiang.png') no-repeat center center;
    background-size: 100% auto;
}
.xuank ul li a.kaixiang {
    width: 108px;
    height: 108px;
    background: url('../img/zhuan/yikai.png') no-repeat center center;
    background-size: 100% auto;
}
body.zhuanpan {
    height: 100%;
}
#zhuan {
    background: -moz-linear-gradient(top, #75b9ff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#75b9ff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #75b9ff 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #75b9ff 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #75b9ff 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #75b9ff 0%,#ffffff 100%);
    overflow: hidden;
    position: fixed;
    z-index:99;
    left:0;
    top:0;
    width: 100%;
    display: none;
}

.zhuantop {
    background: url("../img/zhuan/caidai.png") no-repeat center center;
    width: 1170px;
    height: 60px;
    position: absolute;
    top:0;
    left:calc(50% - 585px);
}
.zhuanbottom {
    background: url("../img/zhuan/db.png") no-repeat center center;
    width: 100%;
    height: 660px;
    position: absolute;
    bottom:0;
    left:0;
}
.rotate-con-pan {
    background: url("../img/zhuan/zhuanpan.png") no-repeat center center;
    width: 629px;
    height: 750px;
    position: absolute;
    z-index: 99;
    bottom:0;
    left:calc(50% - 315px);
}
.rotate-con-pan .jiangxiang {
    position: absolute;
    width: 100px;
    height: 84px;
}
.rotate-con-pan .jiangxiang1 {
    left:268px;
    top:150px;
}
.rotate-con-pan .jiangxiang2 {
    left: 424px;
    top: 238px;
    transform: rotate(60deg);
}
.rotate-con-pan .jiangxiang3 {
    left: 414px;
    top: 398px;
    transform: rotate(130deg);
}
.rotate-con-pan .jiangxiang4 {
    left: 268px;
    top: 478px;
    transform: rotate(180deg);
}
.rotate-con-pan .jiangxiang5 {
    left: 128px;
    top: 380px;
    transform: rotate(240deg);
}
.rotate-con-pan .jiangxiang6 {
    left: 128px;
    top: 220px;
    transform: rotate(300deg);
}
#zhuan:after {
    content: '';
    display: block;
    background: url("../img/zhuan/zhuanpanbg2.png") no-repeat center bottom;
    position: absolute;
    width: 780px;
    height: 89px;
    z-index:999;
    bottom:-30px;
    left:calc(50% - 390px);
}
.rotate-con-zhen {
    width: 200px;
    height: 200px;
    background: url(../img/zhuan/start.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    left: calc(50% - 96px);
    bottom: 300px;
}
#jiang {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.47);
    z-index:9999;
    left:0;
    top:0;
    display: none;
}
.jiangZ {
    position: absolute;
    width: 458px;
    height: 788px;
    left:calc(50% - 279px);
    top:calc(50% - 394px);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/zhuan/zhong.png");
}
.jiangText {
    position: absolute;
    width: 100%;
    left: 0;
    top: 660px;
    font-size: 26px;
    text-align: center;
    color: #ffde00;
    padding: 0 30px;
}
.jiangZ .jixu {
    display: block;
    width: 240px;
    text-align: center;
    border-radius: 22px;
    line-height: 44px;
    background: #fecb00;
    font-size:22px;
    letter-spacing: 0.02rem;
    position: absolute;
    color:red;
    bottom:-22px;
    left:calc(50% - 120px);
}
.shibai .jiangZ {
    background-image: url("../img/zhuan/weizhong.png");
    height: 582px;
    top:calc(50% - 292px);
}
.shibai .jiangZ .jiangText {
    top:410px;
    color: #333;
}
.shibai .jiangZ .jixu {
    width: 320px;
    left:calc(50% - 160px);
    height: 66px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    border-radius: 33px;
    background: -moz-linear-gradient(left, #ed6f56 0%, #ea433a 100%);
    background: -webkit-linear-gradient(left, #ed6f56 0%,#ea433a 100%);
    background: -o-linear-gradient(left, #ed6f56 0%,#ea433a 100%);
    background: -ms-linear-gradient(left, #ed6f56 0%,#ea433a 100%);
    background: linear-gradient(to right, #ed6f56 0%,#ea433a 100%);
    bottom:32px;
}
.hbtop {
    height: 410px;
    width: 100%;
    background: url(../img/huiben/banner.jpg) center center no-repeat orangered;
}
.sy_mswk .sypad52 .tit {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    padding:0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #1e1e1e;
}
.sy_mswk .sypad52 .tit a {
    color: #1e1e1e;
}
.sy_mswk .sypad52 .yi {
    font-size: 16px;
    line-height: 20px;
    color: #7b7b7b;
    padding: 0 5px 20px;
}
.sy_mswk .sypad52 .yi i {
    font-size: 20px;
    color: #f55555;
}
.lbtop {
    height: 410px;
    width: 100%;
    background: url(../img/huiben/banner2.jpg) center center no-repeat orangered;
}
.weizhi {
    margin-top: 20px;
    font-size: 18px;
    color: #696969;
}
.weizhi li:first-child {
    font-size: 22px;
    color: #262626;
}
.weizhi li:first-child a {
    color: #262626;
}
.kecheng-z {
    overflow: hidden;
}
.kecheng-z .kecheng-l {
    width: 580px;
    float: left;
    margin-left: 100px;
}
.kecheng-z .kecheng-l video {
    height: 310px;
}
.kecheng-z .kecheng-info {
    width:350px;
    float: left;
    margin-left: 50px;
    position: relative;
    height: 310px;
}
.kecheng-info .kecheng-tit {
    font-size: 22px;
    letter-spacing: 1px;
    color: #4d4d4d;
    line-height: 30px;
    margin-bottom: 10px;
}
.kecheng-info .kecheng-tro {
    font-size: 14px;
    color: #838383;
    line-height: 24px;
    margin-bottom: 15px;
}
.kecheng-info .kecheng-price {
    font-size: 22px;
    color: #676767;
    margin-bottom: 15px;
}
.kecheng-info .kecheng-price span {
    font-size: 45px;
    color: #ff0000;
    margin-right: 15px;
    letter-spacing: -2px;
}
.kecheng-info .kecheng-price span small {
    font-size: 28px;
    letter-spacing: 2px;
    color: #ff0000;
}
.kecheng-info .kecheng-txt {
    font-size: 19px;
    letter-spacing: 1px;
    color: #676767;
    line-height: 24px;
}
.kecheng-info .kecheng-b {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.kecheng-info .kecheng-b a {
    float: left;
    width: 151px;
    height: 52px;
    background-color: #f85415;
    text-align: center;
    line-height: 52px;
    font-size: 19px;
    color: #fff;
    letter-spacing: 1px;
}
.kecheng-info .kecheng-b span {
    float: right;
    width: 151px;
    height: 52px;
    background-color: #ffffff;
    border: solid 1px #f85415;
    text-align: center;
    line-height: 52px;
    letter-spacing: 1px;
    color: #f85415;
    font-size: 19px
}
.kecheng-info .kecheng-b span i {
    font-size: 19px;
    font-weight: 600;
    margin-right: 6px;
}
.kecheng-xiangqing {
    margin-top: 80px;
}
.kecheng-dl dt {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.kecheng-dl dt i {
    color: #666;
    margin-right: 10px;
    font-size: 18px;
}
.kecheng-dl dd {
    padding-left: 50px;
    line-height: 34px;
    color: #666;
    font-size: 14px;
    color: #666;
}
.kecheng-dl dd i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: #bbbbbb;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-style: normal;
    margin-right: 6px;
}
.kechengnr {
    padding: 20px;
}

/**金币商城**/
.shop-nav {
    padding:40px 0 0;
    text-align: center;
}
.shop-nav ul li {
    float: left;
    width: calc(33.33% - 40px);
    margin: 0 20px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.32);
    border-radius: 5px;
    background: #fff;
    height:150px;
    overflow: hidden;
    border:1px solid #d9d9d9;
}
.shop-nav ul li > div {
    height: 150px;
    width: calc(100% - 30px);
    padding-left: 50px;
    text-align: left;
    padding-top: 20px;
}
.shop-nav ul li > div.jinbi {
    border-left: 6px solid #4e73df;
    background: url("../img/shop/shopnav1.png") no-repeat center right;
}
.shop-nav ul li > div.duihuan {
    border-left: 6px solid #1cc88a;
    background: url("../img/shop/shopnav2.png") no-repeat center right;
}
.shop-nav ul li > div.mingxi {
    border-left: 6px solid #36b9cc;
    background: url("../img/shop/shopnav3.png") no-repeat center right;
}
.shop-nav .jinbiT {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #424242;
    height: 50px;
    line-height: 50px;
}
.shop-nav .jinbiZ {
    letter-spacing: 0;
    color: #ff0000;
    font-size: 18px;
}
.shop-nav .jinbiZ span {
    font-size: 36px;
    margin-right: 4px;
}
.shop-nav .shop-navT {
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1b1b1b;
    height: 50px;
    line-height: 50px;
}
.shop-nav .shop-navZ {
    font-size: 19px;
    line-height: 40px;
}
.shopTitle1 {
    height: 26px;
    line-height: 26px;
    border-left: 5px solid #4bb0f5;
    padding-left: 10px;
    margin-top: 40px;
}
.shopTitle1 h3 {
    font-size: 22px;
    letter-spacing: 3px;
    color: #2a2a2a;
    display: inline-block;
    margin: 0;
    line-height: 26px;
}
.shopTitle1 a {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #4bb0f5;
    float: right;
}
.shopList1 {
    margin-top: 30px;
    overflow: hidden;
    margin-left: -10px;
}
.shopList1 li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width:calc(25% - 10px);
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    overflow: hidden;
    padding-bottom: 15px;
}
.shopList1 li .pic {
    width: 100%;
    height: 152px;
    overflow: hidden;
}
.shopList1 li .pic img {
    display: block;
    width: 100%;
    height: 152px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.shopList1 li .pic a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.shopList1 li .tit {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    text-align: center;
    margin-top: 6px;
}
.shopList1 li .tit a {
    color: #444;
}
.shopList1 li .price {
    color: #ff0000;
    font-size: 17px;
    text-align: center;
}
.shopList1 li .price span {
    font-size: 27px;
}
.shopList1 li .button a {
    display: block;
    width: 145px;
    height: 33px;
    background-color: #ff712b;
    border-radius: 16px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    margin: 4px auto 0;
}
.shopList2 {
    margin-top: 30px;
    overflow: hidden;
    margin-left: -10px;
}
.shopList2 li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width:calc(20% - 10px);
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    overflow: hidden;
    padding-bottom: 15px;
}
.shopList2 li .pic {
    width: 100%;
    height: 200px;
    overflow: hidden;
    line-height: 200px;
    text-align: center;
    background: #fdfff2;
}
.shopList2 li .pic img {
    max-width: 90%;
    max-height: 170px;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    vertical-align: middle;
}
.shopList2 li .pic a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.shopList2 li .tit {
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    text-align: center;
    margin-top: 6px;
}
.shopList2 li .tit a {
    color: #444;
}
.shopList2 li .price {
    color: #ff0000;
    font-size: 17px;
    text-align: center;
}
.shopList2 li .price span {
    font-size: 27px;
}
.shopList2 li .button a {
    display: block;
    width: 145px;
    height: 33px;
    background-color: #ff712b;
    border-radius: 16px;
    text-align: center;
    line-height: 33px;
    color: #fff;
    font-size: 18px;
    margin: 4px auto 0;
}
.shop-tab-t {
    margin-top: 30px;
    text-align: center;
    overflow: hidden;
}
.shop-tab-t li {
    float: left;
    width: 25%;
}
.shop-tab-t li a {
    display: inline-block;
    padding:0 8px;
    font-size: 19px;
    line-height: 36px;
    border-bottom: 4px solid #fff;
}
.shop-tab-t li:active a {
    border-color: #4bb0f5;
    color: #4bb0f5;
}
.shop-tab-z > ul {
    display: none;
}
.shop-tab-z > ul:nth-child(1) {
    display: block;
}
.shopList3 {
    margin-top: 30px;
    overflow: hidden;
    margin-left: -10px;
}
.shopList3 li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width:calc(20% - 10px);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 15px;
}
.shopList3 li .pic {
    width: 100%;
    height: 218px;
    overflow: hidden;
    line-height: 200px;
    text-align: center;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.shopList3 li .pic img {
    width:100%;
    height:218px;
    vertical-align: middle;
}
.shopList3 li .pic span {
    display: block;
    position: absolute;
    width: 60px;
    height: 30px;
    border-radius: 0 4px 4px 0;
    background: #ff7b62;
    color: #fff;
    line-height: 30px;
    text-align: center;
    color: #fff;
    left:0;
    top:18px;
    font-size: 14px;
}
.shopList3 li .tit {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    text-align: center;
    margin-top: 6px;
}
.shopList3 li .tit a {
    color: #444;
}
.shopList3 li .price {
    color: #454545;
    font-size: 17px;
    margin-top: 4px;
}
.shopList3 li .price span {
    font-size: 27px;
}
.shopList3 li .intro span {
    border-radius: 5px;
    border: solid 1px #fe7c62;
    line-height: 32px;
    font-size: 16px;
    color: #fe7c62;
    text-align: center;
    margin: 0 4px;
    padding:0 6px;
    display: inline-block;
}
.shopList3 li .intro {
    text-align: left;
    margin-top: 4px;
}
.fanye {
    margin-top: 20px;
    text-align: center;
}
.fanye .pagination > li {
    margin: 0 4px;
    display: inline-block;
}
.fanye .pagination > .active > a,.fanye  .pagination > .active > span,.fanye  .pagination > .active > a:hover,.fanye  .pagination > .active > span:hover,.fanye  .pagination > .active > a:focus,.fanye  .pagination > .active > span:focus {
    background: #0993da;
    border-color: #0993da;
}


.shopWeizhi {
    border-bottom:#dcdcdc 1px solid;
    margin:20px 0 0;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 42px;
    padding: 0;
}
.shopWeizhi li {
    display: inline-block;
}
.shopWeizhi > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.shopshowP {
    position: relative;
    margin: 20px 50px 0;
    overflow: hidden;
}
.shopshowP .left {
    float: left;
    width: 352px;
}
.shopshowP .right {
    float: right;
    width: calc(100% - 390px);
    position: relative;
}
.shopshowP .right .title1 {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
}
.shopshowP .right .title2 {
    font-size: 20px;
    color: #444;
    line-height: 30px;
    margin-top: 5px;
}
.shopshowP .right .info {
    border-bottom:1px solid #eee;
    padding:15px 0 10px;
}
.shopshowP .right .info .price {
    font-size: 18px;
    color: #ff0000;
}
.shopshowP .right .info .price b {
    font-size: 32px;
    font-weight: 500;
    margin: 0 4px 0 2px;
    letter-spacing: -1px;
}
.shopshowP .right .info .hprice {
    height: 26px;
    border-radius: 3px;
    border: solid 1px #ff0000;
    color: #ff0000;
    padding:0 3px;
    font-size: 14px;
    margin-left: 10px;
}
.shopshowP .right .info .you {
    height: 26px;
    border-radius: 3px;
    border: solid 1px #848484;
    color: #848484;
    padding:0 3px;
    font-size: 14px;
    margin-left: 10px;
}
.shoptitle2 {
    height:18px;
    line-height: 18px;
    font-size: 16px;
    color: #282828;
    border-left:2px solid #2b84ec;
    padding-left: 8px;
    margin-top: 15px;
}
.xilieZ {
    margin-top: 15px;
}

.xilieZ input {
    visibility: hidden;
    width: 0;
}
.xilieZ label {
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    line-height: 32px;
    border: 1px solid #dcdcdc;
    color: #333;
    font-size: 15px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.xilieZ input[type="checkbox"]:checked + label {
    background: #4bb0f5;
    color: #fff;
    border: 1px solid #4bb0f5;
}
.bui-shop-num {
    margin-top: 12px;
    overflow: hidden;
}

.bui-shop-num span, .bui-shop-num input {
    display: block;
    border: 1px solid #ddd;
    margin-left: -1px;
    float: left;
    text-align: center;
    line-height: 32px;
    padding:0 10px;
    color: #2b2b2b;
}
.bui-shop-num input {
    width: 60px;
}
.bui-shop-num span:first-child {
    margin-left: 0;
}
.shopshowP .right .button {
    margin-top: 20px;
}
.shopshowP .right .button a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background: #2b84ec;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.small_img {
    width: 350px;
    height: 350px;
    border: 1px solid #999999;
    position: relative;
}

.mask {
    width: 153px;
    height: 153px;
    background-color: rgba(255, 192, 0, 0.3);
    position: absolute;
}

.big_img {
    width: 350px;
    height: 350px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #999999;
    display: none;
}

.leftBn {
    position: relative;
    left: 0;
    width: 25px;
    height: 54px;
    background: url("../img/shop/prev.png") no-repeat center center;
    background-size: 20px;
    float: left;
    top: 0;
}

.rightBn {
    position: relative;
    width: 25px;
    height: 54px;
    background: url("../img/shop/next.png") no-repeat center center;
    background-size: 20px;
    float: right;
}

.iconCon {
    margin-top: 20px;
    width: 350px;
    height: 54px;
}

.iconList {
    width: 300px;
    height: 54px;
    float: left;
    position: relative;
    overflow: hidden;
}

.iconImgList {
    width: 300px;
    font-size: 0;
    height: 54px;
    position: absolute;
}

.iconImgList img {
    border: 2px solid transparent;
    width: 54px;
    height: 54px;
    margin: 0 3px;
    float: left;
}
.shopshowZ {
    margin-top: 50px;
}
.shopshowzT {
    border-bottom: 1px solid #ff7300;
}
.shopshowzT h3 {
    display: inline-block;
    width: 176px;
    height: 46px;
    background: #ff7300;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    margin: 0;
}
.shopshowMain {
    padding:30px 20px 0;
    text-align: center;
}
.shopDingdan {
    padding:20px 50px 0;
}
.shopTishi {
    font-size: 14px;
    line-height: 36px;
}
.dingdanZ {
    padding:10px;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}
.dingdanZ .pic {
    float: left;
    width: 110px;
    height: 110px;
}
.dingdanZ .pic img {
    width: 110px;
    height: 110px;
    display: block;
}
.dingdanZ .dingdanZr {
    width: calc(100% - 150px);
    float: right;
}
.dingdanZ .dingdanZr .title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    line-height: 36px;
    margin-top: 10px;
}
.dingdanZ .dingdanZr .title a {
    color: #000;
}
.dingdanZ .dingdanZr .info {
    overflow: hidden;
}
.dingdanZ .dingdanZr .info .shuxing {
    width: 360px;
    font-size: 18px;
    color: #2b2b2b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    float: left;
}
.dingdanZ .dingdanZr .info .danjia {
    float: left;
    font-size: 18px;
    color: #5b5b5b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    width: 180px;
    margin-left: 10px;
}
.dingdanZ .dingdanZr .info .shop-num {
    float: left;
    height: 28px;
    margin-top: 4px;
}
.shop-num span,.shop-num input {
    display: block;
    border: 1px solid #ddd;
    margin-left: -1px;
    float: left;
    text-align: center;
    line-height: 26px;
    padding:0 10px;
    color: #2b2b2b;
}
.shop-num input {
    width: 60px;
}
.shop-num span:first-child {
    margin-left: 0;
}
.dingdanZ .dingdanZr .info .zongjia {
    float: right;
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    color: #ff0000;
}
.dingdanZ .dingdanZr .info .zongjia span {
    font-size: 28px;
    margin:0 4px 0 2px;
}
.yun {
    font-size: 17px;
    color: #5b5b5b;
    text-align: right;
    line-height: 36px;
    margin-top: 15px;
}
.yun span {
    display: inline-block;
    text-align: right;
    color: #ff0000;
    font-size: 24px;
    width: 140px;
}
.yun span small {
    font-size: 16px;
    margin-right: 4px;
}
.heji {
    margin-top: 80px;
    font-size: 19px;
    color: #5b5b5b;
    text-align: right;
    line-height: 36px;
    padding:10px 0;
    border-bottom: 1px solid #ddd;
}
.heji span {
    display: inline-block;
    text-align: right;
    color: #ff0000;
    font-size: 18px;
}
.heji span b {
    font-size: 28px;
    margin:0 4px 0 2px;
    font-weight: 500;
    letter-spacing: -1px;
}
.shopDingdan .button {
    margin-top: 60px;
    text-align: right;
}
.shopDingdan .button a {
    width: 274px;
    height: 56px;
    line-height: 56px;
    border-radius: 4px;
    background: #2b84ec;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: inline-block;
}