/*初始化元素*/
html,body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,form,td,th{margin:0;padding:0;}
ul,ol{list-style:none;}
em,i{font-style:normal;}
a{text-decoration:none;color:inherit;transition: all 0.3s;}
a:active,a:hover {outline:none;}
input,button,textarea{outline:none;border:none;}
textarea{resize:none;}
img{vertical-align:top;}
label { /*文字不能选中*/
-moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;
}
html,body{
    font-family: '微软雅黑';font-size: 14px;background: #fff
}
/*自定义常用原子类*/
.clearfix{*zoom:1;}
.clearfix:after{
    content: "200B";
    height: 0;
    font-size: 0;
    display: block;
    clear: both;
}
.floor{
    margin-bottom: 20px!important;
}
.hide{display: none;}
.show{display: block;}
.f-l{float:left;}
.f-r{float:right;}
.t-l{text-align:left;}
.t-c{text-align:center;}
.t-r{text-align:right;}
.ellipsis-1{overflow:hidden;white-space:nowrap;word-wrap:normal;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
.font-MY{ font-family:"Microsoft YaHei","sans-serif";}
.w-100{width: 100%;}
.hide-text{  /*隐藏文字*/
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border:none;
}
.t-bg{
    -ms-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}
.t-all{
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
/*old-自定义*/
.w1224 {width: 1224px;margin: 0 auto;z-index: 999999999;}
.w1000 {width: 1000px;margin: 0 auto;z-index: 9999999999;}
.fl { float: left;}
.fr { float: right;}
.p:before,.p:after {
    content: "";
    clear: both;
    display: block
}
/*共用头部区域-header*/

.shiyu-tm-hander {
    background-color: white;
    z-index: 100000000;
}
.red,.ls-dlzc a:hover{
    color: #00afee
}
.gray_f5 {
    background:#f5f5f5;
}
.top-hander {
    position: relative;
    z-index: 9;
    height: 40px;
    line-height: 40px;
    background-color: #282828;
    font-size: 12px;
    color: #eaeaea;
}
.sendaddress{
    cursor: pointer;
}
.top-ri-header>li{
    float: left;
    padding: 0 10px;
    cursor: pointer;
}
.top-ri-header>li:hover{
    color: #1D8BFD;
}
.top-ri-header .hover-ba-navdh:hover {
    color: #666;
    border-color: #ccc;
}
.top-ri-header .hover-ba-navdh{
    position: relative;
    border: 1px solid transparent;
    line-height:28px;
    padding: 0;
}
.hover-ba-navdh .nav-dh{
    height: 28px;
    padding: 0 10px;
}
.top-ri-header .spacer {
    padding: 0
}
.spacer {
    width: 1px;
    height: 12px;
    padding: 0;
    margin: 13px 2px 0;
    background: #dedede;
    overflow: hidden
}
.conta-hv-nav{
    display: none;
    width: 150px;
    border: 1px solid #ccc;
    background-color: #fff;
    position: absolute;
    right:-1px;
    top: 29px;
    padding: 10px 0
}
.conta-hv-nav>li{
    float: left;
    height: 30px;
    width: 50%;
    padding: 0;
    text-align: center;
}
.conta-hv-nav>li:hover{
    color: #1D8BFD;
}
.hover-ba-navdh:hover .nav-dh{
    position: relative;
    z-index: 3;
    background: #fff;;
    height: 30px;
    color: #1D8BFD;
}
.hover-ba-navdh:hover .conta-hv-nav {
    display: block;
}
.shiyu-tm-hander .share-a_a1 {
    display: inline-block;
    width: 12px;
    height: 6px;
    vertical-align: middle;
    margin-left: 6px;
    background: url("../images/ico-tphsop-index.png") no-repeat -200px -27px;
}
.ls-dlzc{
    margin-left: 40px;
}
.ls-dlzc a {
    padding: 0 10px
}
.nav-middan-z{
       height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-middan-z.home-index-head{
    height: 57px;
    padding-top: 23px;
}
.nav-middan-z .ecsc-logo {
    float: left;
}
.ecsc-search {
    float: right;
}
.ecsc-search-form{
    height: 34px;
    position: relative;
}
.ecsc-search-input {
    float: left;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border: 2px solid #00AFEE;
    color: #666;
}
.ecsc-search-button {
    float: left;
    width: 96px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #00AFEE;
    cursor: pointer;
}
.ecsc-search .keyword{
    padding-top: 4px;
    height: 48px;
    overflow: hidden;
}
.ecsc-search .keyword .key-item{
    float: left;
    line-height: 24px;
    margin-right: 15px;
    font-size: 12px;
    color: #999;
}
.ecsc-search .keyword .key-item:hover{
    color: #1D8BFD;
}
.u-g-cart {
    position: relative;
    z-index: 4;
    height: 32px;
    border: 1px solid #e3e4e5;
}
.u-g-cart .c-n {
    position: relative;
    z-index: 9;
    width: 178px;
    height: 32px;
    line-height: 32px;
    background-color: white;
    color:#1D8BFD;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}
.u-g-cart:hover{
    border-color: #ccc;
}
.u-g-cart:hover .c-n{
    height: 33px;
}
 .share-shopcar-index {
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../images/ico-tphsop-index.png") no-repeat -200px -40px;
}
.u-g-cart .c-n .shop-nums{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    min-width: 10px;
    background-color: #1D8BFD;
    color: #fff;
    border-radius: 8px;
    vertical-align: top;
    margin-top: 2px;
}
.u-g-cart .c-num {
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 2px
}
.u-g-cart .c-num {
    width: 28px;
    height: 45px;
    padding-left: 36px;
    background-color: #1D8BFD;
    color: #fff;
    position: relative
}
.u-g-cart .c-num .count {
    font-weight: 700;
}
.u-fn-cart{
    display: none;
    position: absolute;
    top: 32px;
    right: -1px;
    width: 288px;
    background: #fff;
    border: 1px solid #ccc;
}
.u-g-cart:hover .u-fn-cart{
    display: block
}
.u-fn-cart .empty-c {
    width: auto;
    height: 80px;
    line-height: 80px;
    text-align: center
}
.u-fn-cart .empty-c span {
    display: inline-block;
    color: #999;
    font-size: 12px;
    padding-left: 67px;
    position: relative
}
.u-fn-cart .empty-c span .c-i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("../images/ico-tphsop-index.png") no-repeat -315px 0;
    position: absolute;
    top: 12px;
    left: 10px
}
.u-fn-cart .mn-c-box {
    width: 288px;
    position: relative;
    background-color: #e9e9e9;
}
.u-fn-cart .c-store {
    background-color: #fff;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.u-fn-cart .c-store-tt {
    height: 29px;
    line-height: 29px;
    padding: 0 15px;
    border-bottom: 1px solid #e9e9e9;
    color: #666;
}
.u-fn-cart .c-sale-b {
    margin: 5px 15px 0;
    height: 24px;
    line-height: 24px;
    background: #e9e9e9;
    color: #1D8BFD;
    overflow: hidden;
}
.u-fn-cart .i{
    padding: 0 3px;
    margin: 0 5px;
    background: #f58813;
    color: #fff;
}
.u-fn-cart .c-item {
    padding: 5px 15px;
    position: relative;
    border-bottom: 1px dashed #ccc;
}
.u-fn-cart .del{
    position: absolute;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #e9e9e9;
    top: 5px;
    right: 15px;
    display: none;
}
.u-fn-cart .c-store:hover .del{
    display: block;
}
.u-fn-cart .goods-pic{
    width: 50px;
    height: 50px;
    margin-right: 5px;
    overflow: hidden;
}
.u-fn-cart .goods-pic>img{
    width: 100%;
}
.u-fn-cart .c-item .goods-name{
    display: block;
    width: 180px;
    height: 15px;
    line-height: 15px;
    overflow: hidden;
    color: #666;
    margin-bottom: 6px;
}
.u-fn-cart .c-item .num{
    color: #333;
}
.u-fn-cart .mn-c-total {
    padding: 10px 14px 18px;
    background: #e9e9e9;
    font-weight: 700;
}
.u-fn-cart .mn-c-total .c-t{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.u-fn-cart .mn-c-total .c-btn{
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #1D8BFD;
}
.u-fn-cart .mn-c-total .c-btn:hover {
    background: #1D8BFD;
}
.categorys {
    float: left;
    position: absolute;
    z-index: 99999999999;
    /* height: 40px; */
    left: 75px;
}
.categorys:hover .dd {
    display: block
}
.categorys .dt>a{
    display: block;
    width: 240px;
    padding-left: 22px;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    background: #00B0EE;
    color: #fff;
    display: flex;
    align-items: center;
}
.categorys .dt a .share-a_a2 {
    display: inline-block;
    width: 26px;
    height: 27px;
    vertical-align: text-bottom;
    margin-right: 10px;
    margin-bottom: -4px;
    background: url("../images/ico-tphsop-index.png") no-repeat 0 0;
}
.navitems {
    float: left;
    position: relative;
    height: 40px;
    padding-left: 25px;
    overflow: hidden;
}
.navitems>li{
    float: left;
    margin: 0 8px;
}
.navitems>li a{
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    line-height: 38px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}
.navitems .selected a,.navitems>li:hover a{
    color: #00afee;
    border-bottom-color: #00afee;
}
.base{
    font-family: 微软雅黑;
}
.rexian{
    float: left;
    position: relative;
    height: 40px;
    padding-left: 25px;
    overflow: hidden;
}
.rexian div{
    padding-left: 40px;border-left:1px solid #ccc;margin-top: 10px;font-weight: bold;font-size:14px
}
.categorys .dd{
    /* padding-top: 2px; */
    /* height: 448px; */
    background: url(../images/header_bg_1.png) no-repeat;
    background-size: cover;
}
.home_categorys .dd {
    display: none;
}
.categorys .dd .item {
    width: 262px;
    position: relative;
}
.categorys .item-left{
    padding: 19px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
    cursor: pointer;
    padding-left: 22px;
}
.categorys .item-left:hover {
/*    position: relative;
    z-index: 9;
    background: #fff;
    border-bottom-color: #fff;*/
}
.categorys .nav-active .item-left{
    position: relative;
    z-index: 9;
    background: #00B0EE;
    border-bottom-color: #00B0EE;
    /* color: #fff; */
}
.categorys .nav-active .cata-nav-layer{
   display: block;
}
.categorys .cata-nav-name{
    width: 220px;
    /* height: 27px; */
    font-weight: 400;
    overflow: hidden;
}
.categorys .cata-nav-wrap{
    width: 240px;
    display: flex;
    align-items: center;
}
.categorys .cata-nav-wrap span{
/*    height: 33px;
    width: 33px;*/
    display: flex;
    align-items: center;
    justify-content: center;
        padding-right: 15px;
            max-width: 33px;
}
.cata-nav-name .ico{
    display: inline-block;
    width: 25px;
    height: 27px;
    margin-right: 20px;
    background-image: url("../images/ico-tphsop-index.png");
    background-repeat: no-repeat;
}
.home_categorys img{
    /*padding-right: 15px*/
}
.ico-nav-0{
    background-position: -25px 0;
}
.ico-nav-1{
    background-position: -50px 0;
}
.ico-nav-2{
    background-position: -75px 0;
}
.ico-nav-3{
    background-position: -100px 0;
}
.ico-nav-4{
    background-position: -125px 0;
}
.ico-nav-5{
    background-position: -150px 0;
}
.ico-nav-6{
    background-position: -175px 0;
}
.ico-nav-7{
    background-position: -200px 0;
}
.cata-nav-name a{
    display: inline-block;
    vertical-align: top;
    margin-right:5px;
    line-height: 27px;
    font-size: 16px;
    color: #fff;
}
.cata-nav-name a:hover{
    color: #fff;
}
.categorys .cata-nav-layer {
    position: absolute;
    top:0px;
    left: 262px;
    /*width: 971px;*/
    /*min-height: 747px;*/
    /*border: 1px solid #333;*/
    padding-right: 40px;
    background: white;
    display: none;
        box-sizing: border-box;
}
.categorys .item:hover .cata-nav-layer {
  display: block;
    background: rgba(2,158,215,.7);
}
.categorys .cata-nav-left{
    float: left;
    width: 882px;
    padding-left: 25px;
    padding-bottom: 97px;
}
.cata-nav-left .cata-layer-title{
     padding: 20px 0;
    height: 22px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #fff;
        margin-bottom: 20px;
}
.layer-title-item{
    float: left;
    line-height: 22px;
    padding: 0 7px;
    margin-right: 14px;
    background-color: #00AFEE;
    color: #fff;
    font-size: 14px;
}
.layer-title-item:hover{
    background-color: #1D8BFD;
}
.layer-title-item>.ico{
    vertical-align: top;
    margin-left: 5px;
    font-family:consolas;
}
.cata-nav-left dl{
    font-size: 12px;
    padding-top: 20px;
    line-height: 14px;
}
.cata-nav-left dt{
    position: relative;
    float: left;
    width: 66px;
    color: #333;
    font-weight: 700;
}

.cata-nav-left dt:hover{
    color:#1D8BFD;
}

.cata-nav-left dd{
    float: left;
}
.cata-nav-left dd>a{
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.cata-nav-left dd>a:hover{
    color: #00AFEE;
}
.cata-nav-left dd .item-list {
    width: 190px;
    float: left;
    margin-right: 10px;
}
.cata-nav-left dd .item-list dd {
    width: 95px;
}
.cata-nav-left dd .item-list dd a {
    font-size: 12px;
}
.advertisement_down{
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 687px;
    height: 47px;
    overflow: hidden;
    padding-left: 1px;
}
.advertisement_down>a{
    float: left;
    width: 129px;
    height: 45px;
    border: 1px solid #e8e8e8;
    margin-left: -1px;
    overflow: hidden;
}
.cata-nav-layer .cata-nav-rigth{
    float: right;
    width: 300px;
    max-height: 449px;
    overflow: hidden;
}
/*footer*/
.footer{
    background-color: #F5F5F5;
    padding:20px 0 20px;
}
.left-help-list{
     float: left;
     width: 800px;
     border-right: 1px solid #357FED;
}
.xiabiao{
    width: 27px;
    height: 2px;
    background: #1d8bfd;
}
.left-help-list dl{
    float: left;
    width: 200px;
}
.peijian{
    background: #fff;
    padding: 60px 0;
}
.peijian .googs-title{
    text-align: center;
    margin-top: 10px;
    margin-left: 13px;
    display: flex;
    justify-content: center;
    width: 114px;
    padding: 0 10px;
}
.peijian .googs-price{
    text-align: center;
    margin-top: 5px;
    color: #FF7424;
}
.pingjia{
    background: #fff;
    padding-bottom: 60px;
}
.pingjia .googs-title{
    width: 50%;
    border-right: 1px solid #ccc;
    text-align: center;
}
.pingjia .googs-title:hover a{
   color: #fff
}
.pingjia .googs-price{
    color: #FF7424;
    text-align: center;
    width: 50%;
}
.button-next{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f4f4f4;
    margin-left:10px ;
}
.peijian .floor-top i{
    color: #1D8BFD;
    font-size: 20px;
    float: none;
    margin-right: 0px;
}
.button-prev{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #f4f4f4;
    margin-left:10px ;
}
.pj-goods-item img{
        box-sizing: border-box;
}
.peijian-main{
    margin-top: 20px;
        display: flex;
        justify-content: space-between
}
.pingjia-main{
    margin-top: 20px;
          display: flex;
        justify-content: space-between
}
.pj-goods-item{
    width: 16%;
}
.left-help-list dl>dt{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.left-help-list dl>dd{
    display: block;
    width:180px;
    padding-right: 20px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}
.left-help-list dl a:hover{
    color: #00AFEE;
}
/* 友情链接 */
.friendship-links{
    padding-top: 16px;
    width: 920px;
    height: 18px;
    font-size: 14px;
    overflow: hidden;
}
.friendship-links>span{
    display: inline-block;
    font-weight: bold;
    color: #333;
}
.friendship-links>a{
    display: inline-block;
    line-height: 18px;
    padding: 0 10px;
    color: #666;
    border-right: 1px solid #ddd;
}

.right-contact-us{
    float: right;
    width: 179px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}

.right-book{
    float: left;
    /* width: 202px; */
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
}
.swiper-pagination span{
    margin: 0 5px;
}
.pingjia-item .of_goods{
    display: flex;
    margin: 10px 0;
    font-size: 14px;
    justify-content: space-between;
}
.pingjia .swiper-slide{
    border-bottom: 1px solid #468FEB;

}
.googs-pinglun{
    font-size:  14px;
    width: 100%;
    margin: 10px auto;
}
.video_click{
    font-size: 12px;
    color: #B0B0B0
}
.video_date{
    font-size: 12px;
    text-align: right;
    color: #B0B0B0
}
.right-contact-us .title{
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.right-contact-us .phone{
    display: block;
    /* height: 40px; */
    /* line-height: 40px; */
    font-size: 14px;
    color: #1d8bfd;
    /* padding-left: 10px; */
}
.right-contact-us .tips{
    margin-bottom: 18px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
}
.qr-code-list .qr-code{
    float:left;
    width: 80px;
    height: 80px;
}
.qr-code-shiyu{
    margin-left: 20px;
}

.shiyu-service{
    padding: 15px 0;
    background-color: #F5F5F5;
    padding-top: 30px;
}
.shiyu-service li{
    float: left;
    width: 305px;
    height: 56px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shiyu-service li+li{
    /*border-left: 1px solid #e7e7e7;*/
}
.shiyu-service li i{
    font-size: 30px;
    color: #076AE6;
    margin-right: 20px;
}
.ico-day7{
    background-position:0 -27px;
}
.ico-day15{
    background-position:-50px -27px;
}
.ico-quality{
    background-position:-100px -27px;
}
.ico-service{
    background-position:-150px -27px;
}
.shiyu-service .service{
    display: inline-block;
    line-height: 56px;
    font-size: 16px;
    color: #333;
    vertical-align: top;
}
.sendaddress span {
    cursor: pointer;
    color: #eaeaea;
    display: inline-block;
    vertical-align: top;
}

.white {
	color:#aeaeae;
}


/** 搜索框提示样式 s **/
.candidate {
    display: none;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.2);
    position: absolute;
    z-index: 1000;
    top: 36px
}

.candidate ul li {
    clear: both;
    overflow: hidden;
    padding: 1px 6px;
    line-height: 24px;
    cursor: pointer
}

.candidate ul li:hover {
    background: #f5f5f5 !important
}

.candidate .search-item {
    width: 190px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    color: #666666
}

.candidate .search-count {
    float: right;
    width: 194px;
    text-align: right;
    color: #aaa
}

.candidate .close {
    border-top: 1px solid #efefef
}
.cata-layer-title {
    width: 176px;
    margin-right: 0;
    float: right;
}
.cata-layer-title a{
    font-size: 14px;
    margin-left: 5px;
}
.cart_icon{
        position: absolute;
    right: -38px;
}
.googs-title.ellipsis-1{
     overflow: initial;
       position: relative
}
.floor-goods-item .googs-title:hover a{
      color: #fff
}
.googs-title a:hover{
    color: #fff
}
line{
    display: inline-block;
    width: 25px;
    height: 2px;
    background: #3486FD;
        margin: 15px 0px;
}
.nav-type:first-child{
        margin-left: 15px;
}
.nav-type{
    margin:0px 5px;
    line-height: 24px;
    border-radius: 15px;
    padding: 0 15px;
   cursor:pointer
}
.nav-type.act{
    background: -webkit-linear-gradient(left, #13D0FC , #25D1A4);
    background: -o-linear-gradient(right, #13D0FC , #25D1A4);
    background: -moz-linear-gradient(right, #13D0FC , #25D1A4);
    background: linear-gradient(to right,  #13D0FC , #25D1A4);
    color:#fff
}
.kehu-main{

    margin-bottom: 60px;
    width: 100%;
}
.qr-book-list{
    margin-bottom: 10px;
}

.news_center .news_bottom{
    background-color: #f5f5f5;
    padding: 15px;
}
.news_center .news_category{
    color: #3288ff;
    margin-bottom: 5px;
}
.news_center .news_title{ 
    font-size: 16px;
    margin-bottom: 5px;
    color: #282828;
}
.news_center .news_date{
    font-size: 12px;
    color: #969696;
}
.recommond-news {
    background-color: #f5f5f5;
    margin-bottom: 50px;
}
.recommond-news .goods-pic{
    width: 600px;
    height: 388px;
}
.recommond-news .f-r{
    width: 425px;
    padding-top: 80px;
    margin-right: 105px;
}
.recommond-news .news_category {
    margin-bottom: 10px;
}
.recommond-news .news_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.recommond-news .news_desc {
    margin-bottom: 100px;
}

.to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff;
    display: none;
}
.to-top .slidebar-item {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    background-image: url(../images/ico-tphsop-index.png);
    background-repeat: no-repeat;
}
.to-top .ico-slidebar4 {
    border: 1px solid #ddd;
    height:0;
    z-index: 7;
    overflow:hidden;
    background-position:-275px -40px;
}
.sbar-hover-txt{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    background-color: #aaa;
    text-align: center;
}
.slidebar-item:hover .sbar-hover-txt{
    display: block;
}
/*右侧边栏*/
.slidebar-right{
    position: fixed;
       right: -160px;
    bottom: 15%;
    z-index: 7;
    /*background: #fff;*/
    /*border:1px solid #ddd;*/
        width: 159px;
    height: 525px;
    transition:all 1s;
-moz-transition:all 1s; /* Firefox 4 */
-webkit-transition:all 1s; /* Safari and Chrome */
-o-transition:all 1s;
}
.slidebar-item{
    position: absolute;
    color: #14dbe2;
    width: 100%;
    text-align: center;
}
.slidebar-tel{
   top: 79px;
   font-weight: bold;
}
.slidebar-kefu {
    top: 132px;
}
.slidebar-kefu a{
      color: #14dbe2;
      display: block;
      text-align: center;
      height: 26px;
      line-height: 26px;
}
.slidebar-weixin{
     top: 250px;
     text-align: center;
}
.slidebar-mobile img{
        width: 86px;
    height: 86px
}
.slidebar-mobile{
     top: 379px;
     text-align: center;
}
.slidebar-weixin img{
    width: 86px;
    height: 86px
}
.t-all{
    width: 100%;
    bottom: 14px;
    text-align: center;
}
.slidebar-item.t-all img{
    width: 28px;
    height: 23px
}
.ico-slidebar4{
    border-bottom: none;
    height: 0;
    overflow: hidden;
}
.ico-slidebar1{
    background-position: -235px 0;
}
.ico-slidebar2{
    background-position: -275px 0;
}
.ico-slidebar3{
    background-position: -235px -40px;
}
.ico-slidebar4{
    background-position: -275px -40px;
}
.sbar-hover-txt{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    background-color: #aaa;
    text-align: center;
}
.slidebar-item:hover .sbar-hover-txt{
    display: block;
}
.sbar-hover-pic{
    position: absolute;
    /*left: -117px;*/
    left: 61px;
    top: -11px;
    padding: 10px;
    width: 80px;
    background: #fff;
    border: 1px solid #ddd;
    opacity: 0;
}
.slidebar-item:hover .sbar-hover-pic{
    left:-117px;
    opacity:1;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.sbar-hover-pic:before{
    content: '';
    position: absolute;
    left: 101px;
    top: 18px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #ddd;
}
.sbar-hover-pic:after{
    content: '';
    position: absolute;
    left: 100px;
    top: 19px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 13px solid #fff;
}
.ico-slidebar3 .sbar-hover-pic{
    top: -82px;
}
.ico-slidebar3 .sbar-hover-pic:before{
    top: 89px;
}
.ico-slidebar3 .sbar-hover-pic:after{
    top: 90px;
}



.qrcode-wrap{
    width: 80px;
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}
.qrcode-des{
        line-height: 43px;
    height: 43px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-kefu{
    position: absolute;
    left: -35px;
    height: 100px;
    width: 15px;
    background: #023B5F;
    color: #fff;
    top: 50%;
    margin-top: -50px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0 10px;
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
    transition:all 1s;
    -moz-transition:all 1s; /* Firefox 4 */
    -webkit-transition:all 1s; /* Safari and Chrome */
    -o-transition:all 1s;
}
.hide-slidebar{
         right: 20px;
}
.goods-detail img {
    width: 100%;
}

.count_down {
    position: fixed;
    color: #fff;
    top: 30%;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    line-height: normal;
}
.count_down img {

}
.left_count_down {
    left: 30px;
}
.right_count_down {
    right: 30px;
}
.se-count {
    position: absolute;
    top: 0;
}
.se-day {
    position: relative;
    left: 140px;
    top: 115px;
    font-size: 47px;
    font-weight: bold;
    text-shadow: #000 2px 3px 5px;
}
.se-time {
    position: relative;
    top: 129px;
    font-weight: bold;
    font-size: 24px;
}
.se-time .se-hour {
    position: relative;
    left: 63px;
}
.se-time .se-min {
    position: relative;
    left: 158px;
}