body{
    font-family: Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #4d4d4d;
    background-repeat: repeat;
}
input:focus,button:focus,.btn:focus,[role=button]:focus{
    outline:0!important;
}
.jqzoom{
    border:1px solid #F2F2F2;
    float:left;
    position:relative;
    padding:0px;
    cursor:pointer;
}
.jqzoom img{float:left;}
div.zoomdiv{
    z-index:999999;
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    height:200px;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;
}
div.jqZoomPup{
    z-index:10;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:50px;
    height:50px;
    background-image: url(//img-tmdetail.alicdn.com/tps/i4/T12pdtXaldXXXXXXXX-2-2.png);
    cursor:move;
}

/*单选和多选*/
.radio,
.checkbox,
.t_radio{
    margin: 5px 0;
    padding: 10px 10px 10px 40px !important;
    position: relative;
}
.radio input[type="radio"],
.t_radio input[type="radio"],
.checkbox input[type="checkbox"]{
    opacity:1;
    position: absolute;
    left: 8px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    outline: 0;
    background:url("../files/start_heart.png") no-repeat;
    -webkit-background-size: 90px 180px;
    -moz-background-size: 90px 180px;
    -o-background-size: 90px 180px;
    background-size: 90px 180px;
    -webkit-background-clip: content-box;
    -moz-background-clip: content-box;
    background-clip: content-box;
    background-origin: content-box;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
}
.t_radio input[type="radio"]{
    background:url("../files/radio.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.t_radio input[type="radio"]:checked{
    background:url("../files/radio_check.png") no-repeat;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
}
.radio input[type="radio"]:checked{
    background-position: -30px 0
}
.checkbox input[type="checkbox"]{
    background-position: 0 -30px
}
.checkbox input[type="checkbox"]:checked{
    background-position: -30px -30px
}

/***右侧咨询弹窗**/
.online_section{position:fixed;z-index:99999999;top:200px;right:-200px;transition:all .3s ease;}

.online_section ul li{border-radius:5px;list-style:none;width:240px;height:40px;color:#fff; padding-left:50px; margin-bottom:3px;transition:all .5s ease;overflow:hidden; margin-bottom:3px; line-height:40px; font-size:12px;background-color:#38B0D9;background-repeat:no-repeat;}

.online_section ul li a{ line-height:40px; font-size:12px; color:#fff;}

.online_section .online_code{background-image:url(../files/fot_code.png);background-position:5px 5px;}

.online_section .online_code p{ padding-left:0; font-size:14px;line-height:40px;}

.online_code .image{width:100%; padding:5px 10px 10px;}

.online_code .image img{max-width:100px;height:auto; vertical-align:bottom;display:inline-block;}

.online_code .image p{display:inline-block; vertical-align:bottom;font-size:12px;padding-left:10px;}

/*.sidenav start*/
.sidenav {
    background-color: #38b0d9;
    display: block;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    left: 0;
    position: fixed;
    overflow: auto;
    transform: translate(-100%, 0);
    transition: transform .3s;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0px 24px;
}

.sidenav.show {
    transform: translate(0, 0)
}
.sidenav-overlay{
    background: rgba(255, 255, 255, 0);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 8888;
}
.mp_tuichu{
    padding: 13px 0;
    color: #fff;
}
/*通用*/
img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
h3{
    line-height: 32px;
}
a{
    color: #666;
}
a, a:hover, a:focus{
    text-decoration: none;
}
a:hover{
    color: #38b0d9;
}
ul,p{
    margin-bottom: 0px;
}
p{
    line-height: 24px;
}
.text_white{
    color: #fff;
}
.text_black{
	color: #000;
}
.bg_fff{
    background: #fff;
}
.font12{
    font-size: 12px;
}
.no_padding{
    padding-left: 0px;
    padding-right: 0px;
}
.no_margin{
    margin: 0px;
}
/*index*/
.index_bg{
    background: url("../files/index_bg.jpg") no-repeat;
    background-size: 100%;
}
.navbar-default{
    background: none;
    border: none;
}
.navbar{
    position: fixed;
    z-index: 999;
    width: 100%;
    min-height:60px;
    margin-bottom: 0px;
}
.navbar.shad{
    box-shadow: 0 2px 4px 0 rgba(20,20,20,.07);
}
.pc_nav li{
    padding: 52px 0px 35px 0px;
}
ul.pc_nav>li>a.miaodian{
    padding: 12px 36px;
    font-size: 20px;
    color: #fff;
}
.pc_nav .btn-group{
    padding: 52px 0px 35px 36px;
}
.pc_nav .btn-group a{
    font-size: 20px;
    color: #2accff;
    border: none;
    border-radius: 50px;
    padding: 7px 20px;
    box-shadow: none;
}
.pc_nav .btn-group .active,.pc_nav .btn-group a:hover,.pc_nav .btn-group a:focus{
    background: #2accff;
    color: #fff;
}
.logo-box{
    padding: 37px 15px 0;
}
.logo-box img{
    max-width: 130px;
}
.banner_style{
    padding-left: 60px;
}
.banner_style h1{
    font-size: 66px;
    padding: 110px 0px 28px 0px;
}
.banner_style h3{
    padding: 0px 0px 28px 0px;
}

.index_banner{
    margin: 0px 40px!important;
}
.swiper-container-horizontal>.swiper-pagination-progressbar{
    height: 12px!important;
    top: auto!important;
    bottom: 0px!important;
}
.swiper-pagination-progressbar{
    background: rgba(160,210,233,1)!important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #499aeb!important;
}
.index_banner .swiper-button-next{
    right: 15px;
}
.index_banner .swiper-button-prev{
    left: 15px;
}
.index_banner .swiper-button-next,.index_banner .swiper-button-prev{
    width: 50px;
    height: 80px;
}
.company_style h1{
    font-size: 68px;
    color: #38b0d9;
    margin-top: 120px;
}
.company_style h4{
    font-family: "Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif";
    font-size: 28px;
    color: #686868;
    margin-bottom: 88px;
}
.company_nr{
    border: none;
    padding: 18px 38px 24px 38px;
    border-radius: 0px;
    margin-bottom: 30px;
    /* height: 300px; */
}
.company_nr h1{
    font-size: 140px;
    color: #d7eff7;
}
.company_nr h2{
    background: #38B0D9;
    font-family: "Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif";
    font-size: 46px;
    width: 300px;
    padding: 8px 40px 8px 20px;
    text-align: right;
    border-radius:40px;
    position: relative;
    /* left: -80px; */
}
.company_nr h2 span{
    width: 18px;
    height: 18px;
    background: #fff;
    display: block;
    position: absolute;
    border-radius:18px;
    margin-top: 16px;
}
.company_nr_p{
    font-size: 14px;
    line-height: 38px;
    height: 216px;
    margin-top: 38px;
}
.company_yuanxing{
    display: block;
    width: 118px;
    height: 118px;
    border-radius: 118px;
    background: rgb(86,209,240,0.5);
    position: absolute;
    top: 30px;
    right: -80px;
}

.index_hzhb{
    padding: 76px 0px 0px 0px!important;
}
.index_hzhb .swiper-slide{
    font-size: 18px;
    background: #fcfcfc;
    padding: 52px 52px 32px 52px;
}
.index_hzhb .swiper-slide h4{
    line-height: 38px;
    text-align: left;
    height: 150px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.index_hzhb .swiper-slide img{
    position: absolute;
    top: -76px;
    margin-left: 24px;
    border: 8px solid #fff;
}
.index_hzhb .swiper-button-next,.index_hzhb .swiper-button-prev{
    width: 40px;
    height: 60px;
}
.index_hzhb_bg{
    padding-bottom: 50px;
    /* background: url("../files/index_hzhb_bg.png") no-repeat; */
    background-position: left 0px bottom 0px;
}
.hdxx_bt h4{
    margin-bottom: 38px;
}
.hdxx_nr{
    border-right: 1px solid #38b0d9;
    margin-bottom: 128px;
    padding-right: 88px;
}
.hdxx_nr h2{
    padding: 14px 0px;
    margin: 28px 0px;
}
.hdxx_nr h2 span{
    padding: 11px 14px;
    background: #c9c9c9;
    color: #fff;
    position: relative;
    top: 1px;
}
.hdxx_nr h2 text{
    padding: 16px 52px 16px 20px;
    background: #38b0d9;
    font-family: "Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif";
    color: #fff;
    margin-left: 12px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.hdxx_nr h4{
    background: #f7f7f7;
    padding: 32px 56px 78px 56px;
    line-height: 38px;
}
.hdxx_nr .hdxx_dx{
    padding-bottom: 20px;
    border-bottom: 1px solid #38b0d9;
}
.hdxx_right{
    display: block;
    width: 20px;
    height: 96px;
    background: #38b0d9;
    position: absolute;
    right: -10px;
}
.hdxx_bg{
    background: url("../files/hdxx_bg.png") no-repeat;
    background-position: top 260px right 0px;
}
.index_bottom_bg{
    background: url("../files/index_bottom_bg.jpg") #38b0d9 no-repeat;
    background-size: 100%;
    padding: 85px 0;
}
.contact{
    padding-right: 88px;
}
.contact_nr{
    background: url("../files/contact_nr.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    padding: 80px 60px;
    overflow: hidden;
}
.contact_nr .lxwm_dt{
    position: absolute;
    top: 64px;
    right: -120px;
    width: 430px;
    height: 480px;
    border-radius: 6px;
}
.contact_nr h1{
    color: #fff;
    font-size: 88px;
}
.contact_nr h4{
    color: #fff;
    font-size: 42px;
    font-family: "Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif";
}
.xiewm_nr{
    text-align: center;
    margin-top: 20px;
}
/* .xiewm_nr img{
    width: 25%;
    margin: 0px 25px;
} */
.xiewm_nr .xiewm_nr_div {
    display: inline-block;
}
.xiewm_nr .xiewm_nr_div p{
    margin-top: 15px;
    font-size: 25px;
    color: #fff
}
.xiewm_nr .xiewm_nr_div:first-child p{
    margin-bottom: 15px;
}
.xiewm_nr h1{
    color: #fff;
    font-size: 100px;
    font-family: "Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif";
    border-bottom: 1px solid #fff;
    padding: 124px 0px;
    margin: 0px 0px 118px 0px;
}
.contact_lb li{
    height: 56px;
    margin-top: 28px;
}
.contact_lb li span{
    color: #686868;
    height: 56px;
    background: #fff;
    border-radius: 56px;
    font-size: 24px;
    font-family: "Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif";
    padding: 16px 38px;
    margin-right: 12px;
}
.contact_lb li span img{
    margin: 0px 24px;
    position: relative;
    top: -5px;
}

.contact_lb li p{
    width: 12%;
	border-radius:56px;
	text-align: center;
	margin-left: 25%;
	color: #fff;
	line-height: 50px;
	background-color:#01B168;
}
.frame_foot_contact_qrCode {
	contain: content;
	position: absolute;
	left: 20%;
	bottom: 65px;
	display: none;
	width: 260px;
	margin-left: -130px;
	padding: 13px 0 28px;
	background-color: #fff;
	border: 1px solid rgba(151, 151, 151, 0.05);
	text-align: center;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 -1px 4px 0 rgb(0 0 0 / 25%), 0 9px 20px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 -1px 4px 0 rgb(0 0 0 / 25%), 0 9px 20px 0 rgb(0 0 0 / 10%);
}

.frame_foot_contact_qrCode1 {
	contain: content;
	position: absolute;
	left: 50%;
	bottom: 35px;
	display: none;
	width: 260px;
	margin-left: -130px;
	padding: 13px 0 28px;
	background-color: #fff;
	border: 1px solid rgba(151, 151, 151, 0.05);
	text-align: center;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 -1px 4px 0 rgb(0 0 0 / 25%), 0 9px 20px 0 rgb(0 0 0 / 10%);
	box-shadow: 0 -1px 4px 0 rgb(0 0 0 / 25%), 0 9px 20px 0 rgb(0 0 0 / 10%);
}

@media (max-width:769px){
	.contact_lb li p{
		width: 100%;
		padding: 0px;
		margin-left: 0;
	}
	.frame_foot_contact_qrCode {
	left: 50%;
    bottom: 130px;
	}
	.parameter table td{
        padding: 3px !important;
    }
	.img_content a{top:5px !important;}
}
@media (min-width:769px){
	.swhz{
		margin-left: 20%;
	}
	.frame_foot_contact_qrCode {
		left: 39%;
	}
}
.contact_yuanxing{
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background: #38afd8;
    margin: 18px 20px;
}
/*商城首页*/
.shop_top{
    height: 40px;
    background-color: #fff;
}
.logo_subtit{
    max-width: 75px;
    margin-top: 3.5px;
}
.shop_top .slogan{
    font-size: 12px;
    line-height: 40px;
}
.shop_top ul{
    height: 40px;
    text-align: right;
}
.shop_top ul>li{
    margin: 0;
}
.shop_top ul>li>a{
    display: block;
    padding: 0px 10px;
    line-height: 40px;
    margin: 0;
    font-size: 12px;
    float: left;
    cursor: pointer;
    color: #333;
}

.shop_top ul>li>hr{
    float: left;
    height: 14px;
    border: 0;
    border-right: 1px solid #bbb;
    margin: 12px 5px;
}
.cut{
    background-color: #fff;
}
.cut .shop_top{
    background-color: #333;
}
.cut .shop_top .slogan,
.cut .shop_top ul>li>a{
    color: #fff;
}
.cut .shop_top ul>li>a:hover,.shop_top ul>li>a:hover{
    color: #38b0d9;
}
.cut .shop_top .follow .pop-box{
    border-top: 5px solid #333;
}
.hidden-nav{
    background-color: #fff;
}
.follow .pop-box{
    text-align: center;
    position: absolute;
    top: 35px;
    z-index: 999;
    display: none;
    background: #f8f8f8;
    min-width: 100px;
}
.follow .pop-box .connect-box{
    font-size: 14px;
    padding: 15px 10px 10px;
    background-color: #fff;
}
.follow .pop-box .sina_qrcode{
    width: 110px;
}
.follow .pop-box .wechat_qrcode{
    width: 120px;
}
.follow .pop-box a{
    display: block;
    margin: 10px;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
}
.follow .pop-box a:hover{
    background-color: #38b0d9;
    color: #fff;
}
.follow .pop-box p{
    color: #333;
}
.sp_gwc{
    border: 1px solid #38b0d9 !important;
    background: #ffffff;
    color: #38b0d9;
    font-size: 16px;
    padding: 8px 24px;
    border-radius: 50px;
    margin: 25px 0px;
}
.sp_gwc:hover{
    background: none;
    color: #38b0d9;
    border-color: #38b0d9;
}
.sp_gwc img{
    margin-right: 6px;
    margin-bottom: 2px;
}
.sp_gwc text{
    color: #fff;
    background: #d52e33;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: block;
    float: right;
    margin-left: 12px;
    font-size: 14px;
    margin-top: 1px;
}

/* 商城页搜索按钮 */
.search-toggle.open .fa-search:before {
    content: "\f00d";
}
.search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}
.search-form.open {
    max-height: 40px;
}
.search-form fieldset {
    position: relative;
    margin: 0 20% 0 0;
    padding: 0;
    border: none;
}
.search-form input[type="search"] {
    width: 100%;
    padding: 0 5px 0 22px;
    background: transparent;
    border: none;
}
.search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 80%;
    height: 40px;
    float: left;
    border: solid #eee;
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.search-form button[type="submit"] {
    width: 20%;
    height: 40px;
    line-height: 40px;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background: #2d9dc3;
    border: none;
    cursor: pointer;
}

/* 副导航栏 */
.header-top{
    position: fixed;
    display: none;
    z-index: 999;
    background: #fff;
    width: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    margin-left: -15px;
}
.header-top .logo-item{
    float: left;
    margin-right: 40px;
}
.header-top .logo-item .logo_subtit{
    margin: 0;
}
.header-top .nav-item{
    float: left;
    line-height: 60px;
}
.header-top .nav-item a{
    float: left;
    font-size: 15px;
    padding: 0 20px;
    color: #2A2736;
}
.header-top .nav-item a.active,
.header-top .nav-item a:hover{
    color: #38b0d9;
}
.header-top .ctrl-item{
    float: right;
    padding: 18px 15px;
    line-height: 24px;
}
.header-top .ctrl-item a{
    float: left;
    font-size: 14px;
    color: #2A2736;
}
.header-top .ctrl-item a:hover{
    color: #38b0d9;
}
.header-top .ctrl-item hr {
    float: left;
    height: 14px;
    border: 0;
    border-right: 1px solid #999;
    margin: 5px;
}
.header-top .cart-item{
    float: right;
}
.header-top .cart-item a{
    display: block;
    padding: 18px 15px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.header-top .cart-item i{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    font-size: 24px;
}
.header-top .cart-item text{
    position: absolute;
    top: 15px;
    left: 25px;
    font-size: 12px;
    font-weight: 200;
    line-height: 15px;
    min-width: 18px;
    padding: 0 3px;
    text-align: center;
    background: #FD2946;
    color: #FFF;
    border-radius: 9em;
}
.header-top .search-item{
    float: right;
}
.header-top .search-item .search-toggle{
    background: transparent;
    border: none;
    padding: 18px 15px;
    line-height: 24px;
    z-index: 999;
    position: relative;
}
.header-top .search-item .search-toggle i{
    width: 24px;
    height: 24px;
    font-size: 20px;
}
.header-top .search-item .search-toggle i:hover{
    color: #38b0d9;
}
.header-top .search-item .search-form{
    padding: 0 15px;
    background: transparent;
}
.header-top .search-item .search-form.open{
    max-height: 60px;
    top: 0;
    z-index: 99;
    border: none;
}
.header-top .search-item .search-form input{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #aaa;
    text-align: center;
    box-shadow: none;
    border: none;
}
.header-top .search-item .search-form input:hover{
    border-color: #38b0d9;
}

.sp_navbar{
    height:  110px;
}
.sp_navbar img{
    max-width: 150px;
}
.sp_nav_rmss{
    margin: 10px 14px;
    color: #8e8e8e;
}
.sp_nav_sousuo{
    margin-top: 25px;
}
.sp_nav_sousuo .form-control{
    width: 390px!important;
    height: 38px;
    border-right: none;
    border-color: #38b0d9;
    box-shadow: none;
    padding: 6px 10px 6px 20px;
    border-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sp_nav_sousuo .input-group-addon{
    border-color: #38b0d9;
    background: #fff;
    border-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 6px 18px;
}
.sp_nav_sousuo .input-group-btn button{
    background: #2d9dc3;
    color: #fff;
    border: none;
    padding: 8px 28px;
    font-size: 16px;
    border-radius: 50px;
}
.sp_nav_style{
    font-size: 0;
}
.sp_nav_style li{
    width: calc(100% / 7);
	font-weight: 900;
}

.sp_nav_style li a{
    display: inline-block;
    font-size: 16px;
    padding: 12px 5px;
    color: #000;
}
.sp_nav_style .active a{
    color: #38b0d9;
    border-bottom: 4px solid #38b0d9;
}
.sp_nav_style li a:hover{
    color: #38b0d9;
}

.sp_nav_menu{
    border: none;
    border-radius: 0px;
    padding:3px 0px;
    margin-top: 0px;
    box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.1);
}
.sp_nav_menu li{
    margin: 0px;
}
.sp_nav_menu li a{
    padding: 12px;
}
.sp_nav_menu li a:hover{
    background: #38b0d9;
    color: #fff;
}

.shop_banner{
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
.shop_banner .swiper-pagination{
    text-align: center;
    width: 1100px!important;
    left: calc(50% - 550px)!important;
    bottom:16px!important;
}
.shop_banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #38b0d9;
    opacity:1;
}
.shop_banner .swiper-pagination-bullet-active{
    background: #38b0d9;
}
.shop_banner .swiper-wrapper .swiper-slide-box {
    width: 100%;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.sp_fenlei{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 15px;
}
.sp_fenlei a{
    display: flex;
    justify-content: center;
    width: 130px;
    height: 164px;
    text-align: center;
    background: #f7f7f9;
    margin-top: 8px;
    margin-right: 10px;
    color: #898989;
}
.sp_fenlei a div{
    align-self: center;
    padding: 6px;
}
.sp_fenlei .active{
    width: 150px;
    height: 188px;
    background: #38b0d9;
    color: #fff;
}
.sp_fenlei .active a:hover,.sp_fenlei a:hover{
    background: #38b0d9;
    color: #fff;
}
.sp_fenlei a div h2{
    font-family: "Arial,"Microsoft YaHei","微软雅黑",Helvetica,"Hiragino Sans GB",sans-serif";
    font-size: 28px;
    margin-top: 0px;
}
.sp_fenlei a div p{
    font-size: 10px;
}
.hot-goods .chanping_style img{
    width: 100%;
	height:auto !important;
}
.chanping_style{
    padding: 0px;
    position: relative;
    margin: 15px 0;
    border-radius: 2px;
    overflow: hidden;
    border: none;
	width: 100%;
	height:auto !important;
}
.chanping_style:hover{
    border-color: #38b0d9 !important;
}
.chanping_style .caption{
    position: sticky;
    width: 100%;
    height: 25px;
    bottom: 0px;
    padding: 0;
    
}
.chanping_style .caption-box{
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    transition: background .3s ease,transform .3s ease,color .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.chanping_style:hover .caption-box{
    background: rgba(0,0,0,.45);
    color: #fff;
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
}
.chanping_style .caption-box p{
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chanping_style .caption-box text{
    margin-right: 10px;
}

.sp_more{
    padding-bottom: 26px;
}
.sp_more img{
    margin-right: 16px;
    margin-bottom: 2px;
}

.sp_qbcp{
    background: #f7f7f9;
}
.sp_qbjg{
    margin-top: 24px;
}

.sp_pinpai_style{
    margin: 18px 0px;
}
.sp_pinpai{
    display: flex;
    flex-wrap: wrap;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
}
.sp_pinpai_left{
    width: 10%;
    padding: 50px 16px;
    line-height: 30px;
    text-align: center;
	font-weight: 900;
}
.sp_pinpai_left span {
    display: inline-block;
    width: 100%;
    background-color: #0C2934;
    color: #fff;
}
.sp_pinpai_right{
    width: 90%;
    background: #fff;
    padding: 16px 90px 16px 20px;
    position: relative;
}
.sp_pinpai_right .panel{
    border: none;
    box-shadow: none;
    margin-bottom: 0px;
}
.sp_pinpai_right .list-inline li a{
    display: block;
    width: 115px;
    line-height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.sp_pinpai_right .list-inline li a:hover {
    background-color: #486F79;
    color: #fff;
}

.list-inline li label{
    display: block;
    width: 100px;
    line-height: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.btn1{font-weight: 500;width: 100%;margin-top:5px;padding:0;border:1px solid #ccc;}
.btn1:hover {
    background-color: #5a5959;
    color: #fff;
}

.disabled{cursor: not-allowed;}

.sp_pinpai_right .list-inline li a.active{
    color: #38b0d9;
}
.sp_shd_bk .list-inline .sp_shd3{
    padding: 0;
}
.sp_duoxuan{
    position: absolute;
    top: 16px;
    right: 140px;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}
.sp_zhankai{
    position: absolute;
    top: 23px;
    right: 30px;
}
@media (max-width:991px){
	#pc_show {
		display: none;
	}
    .sp_zxxj{
        width: 100%;
    }
    .sp_zxxj button{
        width: 25%;
        padding: 12px 0!important;
    }
}
.sp_zxxj button{
    padding: 12px 24px;
    border-radius: 0px;
    color: #5d5d5d;
    border: 1px solid #e5e5e5;
    position: relative;
    top: -1px;
}
.sp_zxxj .active,.sp_zxxj .active:hover,.sp_zxxj .active:focus,.sp_zxxj button:hover,.sp_zxxj button:focus{
    background: #38b0d9;
    border-color: #38b0d9;
    color: #fff;
    box-shadow: none;
}
.sp_shd_bk{
    background: #fff;
    height: 46px;
}
.sp_shd{
    margin: 0;
}
.sp_shd1{
    margin-top: 12px;
}
.sp_shd1 input{
    width: 50px;
    height: 20px;
    margin: 0px 6px;
}
.sp_shd2{
    margin-top: 2px;
    width: 150px;
    line-height: 20px;
}
.sp_shd3 label{
    font-weight: normal;
}
.sp_shd4{
    margin: 13px 12px 0px 0px;
}
.sp_shd4 li a,.sp_shd4 .active span{
    border: none;
    padding: 0px 8px;
    font-size: 16px;
    background: none;
}
.sp_shd4 li a:hover{
    background: none;
}
.sp_shd4 .active span text{
    color: #38b0d9;
}

.col-2{
    position: relative;
    min-height: 1px;
    padding-right: 6px;
    padding-left: 6px;
    width:20%;
    float: left;
}
.sp_cplb{
    padding: 0px 7px;
}
.sp_liebiao{
    margin: 36px 0px 0px 0px;
    border: none;
    border-radius: 0px;
    background: none;
    display: block;
}
.sp_liebiao .caption{
    padding: 12px 0px 12px 0px;
}
.sp_liebiao .caption_bottom {
    border-top: 1px dotted #e6e6e6;
}
.sp_liebiao .caption h6{
    margin-top: 0px;
    color: #38b0d9;
}
.sp_liebiao .caption text{
    font-size: 18px;
    margin-left: 10px;
}
.sp_liebiao .caption text.del{
    color: #aaa;
    text-decoration: line-through;
}
.sp_liebiao .caption em{
    font-size: 18px;
    color: #e01d20;
    float: right;
}

.sp_liebiao .caption p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    font-size: 16px;
    color: #5d5d5d;
}
.sp_liebiao .caption p.brand_name {
    height: 24px;
    color: #7c7c7c;
    font-size: 12px;
    margin-top: 5px;
}

.pagination{
    margin: 0px 0px 16px 0px;
	float: right;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{
    border-radius: 0px;
    margin-right: 14px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span{
    border-radius: 0px;
    margin-left: 14px;
}
.pagination>li>a, .pagination>li>span{
    color: #5d5d5d;
    padding: 6px 10px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: #38b0d9;
    border-color: #38b0d9;
}


/* pc端商城底部 */

.mod-footer{
    background-color: #333;
    color: #fff;
}
.mod-footer a:hover{
    color: #ddd;
}
.mod_cover_logo {
    display: block;
    margin-bottom: 15px;
}
.mod_cover_logo img{
    width: 100px;
}
.mod_about{
    color: #ddd;
    line-height: 2;
}
.mod_help {
    padding: 20px 0;
}
.mod_help_nav {
    line-height: 22px;
    text-indent: 33%;
}
.mod_help_nav_tit {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.mod_copyright_inner {
    padding-bottom: 15px;
    text-align: center;
}
.mod_copyright_links {
    padding: 15px 0 0;
    border-top: 1px dashed #666;
}
.mod_copyright_links a{
    color: #fff;
}
.mod_copyright_split {
    margin: 0 10px;
    color: #ccc;
}
.mod_copyright_info {
    padding: 10px 0;
    line-height: 22px;
    color: #999;
}
.mod_copyright_info a {
    color: #999;
}
.mod_copyright_auth {
    margin: 10px 0;
}
.mod_copyright_auth_ico {
    overflow: hidden;
    display: inline-block;
    margin: 0 3px;
    width: 103px;
    height: 32px;
    line-height: 1000px;
}
.mod_copyright_auth_ico_1, .mod_copyright_auth_ico_2,.mod_copyright_auth_ico_3, .mod_copyright_auth_ico_4, .mod_copyright_auth_ico_5, .mod_copyright_auth_ico_6 {
    background-repeat: no-repeat;
    background-image: url(../files/copyright_auth_ico.png);
}
.mod_copyright_auth_ico_1 {
    background-position: 0px -111px;
}
.mod_copyright_auth_ico_2 {
    background-position: 0px -74px;
}
.mod_copyright_auth_ico_3 {
    background-position: 0px -37px;
}
.mod_copyright_auth_ico_4 {
    background-position: 0 0px;
}
.mod_copyright_auth_ico_5 {
    background-position: 0 -148px;
}
.mod_copyright_auth_ico_6 {
    background-position: 0 -185px;
}


/* 手机端商城底部 */
.m-common-footer {
    display: none;
    padding-bottom: 15px;
}
.m-common-footer .common-links {
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 4.26667vw 5.33333vw;
}
.m-common-footer ul {
    list-style: none;
}
.m-common-footer .common-links li {
    float: left;
    width: 25%;
    line-height: initial;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    box-sizing: border-box;
}
.m-common-footer .common-links a {
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #848689;
    font-size: 3.73333vw;
    padding-top: 3px;
}
.m-common-footer a:active, .m-common-footer a:hover, .m-common-footer a:link, .m-common-footer a:visited {
    text-decoration: none;
    color: #333;
}
.m-common-footer .common-links li:nth-child(-n+3) a:after {
    content: "";
    display: inline-block;
    height: 70%;
    width: 1px;
    background-color: #d7d7d7;
    position: absolute;
    right: 0;
    top: 15%;
}
.m-common-footer .common-links:after,.m-common-footer .common-icons:after {
    content: "";
    display: table;
    clear: both;
}
.m-common-footer .common-icons {
    border-bottom: 1px solid #e5e5e5;
    padding: 1.06667vw 2vw;
}
.m-common-footer .common-icons li {
    float: left;
    text-align: center;
    width: 33.3333%;
}
.m-common-footer .common-icons li a {
    display: block;
    width: 100%;
    position: relative;
}
.m-common-footer .common-icons li .conmmon-icon-item {
    width: 16vw;
    vertical-align: middle;
}
.m-common-footer .common-copyright {
    text-align: center;
    color: #848689;
    font-size: 1.86667vw;
    padding: 2vw 0;
}


/* 文章详情页 */
.detail{
    margin: 0 0 30px;
}
.detail-menu{
    margin: 15px 0;
}
.detail-menu a{
    text-align: center;
}
.detail-menu a:link{
    color: #666;
}
.detail-menu h4{
    font-size: 15px;
    line-height: 35px;
    margin: 0 0 10px;
}
.detail-menu h4:hover,.detail-menu .active{
    color: #fff;
    background-color: #38b0d9;
}
.detail-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    padding: 0 10px;
    -webkit-box-shadow: 0 -1px 0 0 #eee inset;
    box-shadow: inset 0 -1px 0 0 #eee;
    margin: 0 0 20px;
}
.detail-box{
    font-size: 14px;
    text-align: justify;
}

/* 登录页 */
.view-sign{
    padding: 60px 0;
}
.view-sign-form .form-head{
    line-height: 60px;
    overflow: hidden;
}
.view-sign-form .form-head h1{
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0 0;
}
.view-sign-form .form-head h2{
    float: right;
    opacity: .8;
    font-size: 18px;
    font-weight: bold;
}
.view-sign-form .form-head a{
    float: right;
    opacity: .6;
    font-size: 14px;
}
.view-sign-form .form-msg{
    line-height: 30px;
    text-align: center;
    color: #ea4e50;
    background-color: #ffd7d7;
    margin-bottom: 10px;
}
.view-sign-form .form-control{
    height: 40px;
    padding: 5px 10px;
}
.view-sign-form .form-code{
    display: block;
    position: relative;
}
.view-sign-form .form-code img{
    position: absolute;
    right: 2px;
    top: 1px;
    height: 38px;
    width: 100px;
    border-radius: 2px;
    cursor: pointer;
}
.view-sign-form .form-code button{
    position: absolute;
    right: 0;
    top: 1px;
    height: 38px;
    width: 100px;
    border-radius: 0 2px 2px 0;
    border: none;
    background-color: #38b0d9;
    color: #fff;
    font-size: 14px;
}
.view-sign-form .form-code button:hover{
    background-color: #2d9dc3;
}
.view-sign-form .form-group input[type=checkbox]{
    vertical-align: middle;
    margin: 0;
}
.view-sign-form .form-group label{
    color: #666;
    margin: 0;
}
.view-sign-form .form-group .tip{
    color: #38b0d9;
}
.view-sign-form .form-group .tip:hover{
    color: #2d9dc3;
}
.view-sign-form .form-group .btn{
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 16px;
    color: #fff;
    background-color: #38b0d9;
    border-color: #38b0d9;
}
.view-sign-form .form-group .btn:hover{
    background-color: #2d9dc3;
    border-color: #2d9dc3;
}

/*详情页*/
.details_nav{
    min-height: 32px;
    border-radius: 0px;
}
.details_nav{
    background: #333;
}
.details_nav .sp_nav_style li a{
    color: #fff;
    border-bottom: none;
}
.details_nav .sp_nav_style li a:hover{
    color: #38b0d9;
}
.details_nav .sp_nav_menu li a{
    color: #000;
}
.details_nav .sp_nav_menu li a:hover{
    color: #fff;
}

.goods-intro{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.details_left,.details_right{
    margin-top: 15px;
}

.details_left .down_pic{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    z-index: 100;
    background-image: url(../files/goodsinfo_icon.png);
    background-position: 0 -24px;
}

@media (max-width:767px){
    .details_left .down_pic{
        display: block;
    }
	img {
		max-width: 85%;
	}
	.content{
		width:100% !important;
	}
}

.details_left .spec-list{
    position: inherit;
    width: 100%;
    height: 20%;
    overflow: hidden;
}
.details_left .spec-list .gallery-thumbs{
    margin: 0 25px;
}

.details_left .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
    border: none;
    margin-left: 0.1px;
}
.details_left .gallery-thumbs .swiper-slide-thumb-active {
    border: 2px solid #38b0d9;
}

.details_left .spec-list .button-prev{
    position: absolute;
    width: 22px;
    height: 32px;
    left: 0;
    top: calc(50% - 16px);
    bottom: 0;
    background-image: url(../files/goodsinfo_icon.png);
    background-position: 0 -54px;
    display: block;
    z-index: 998;
    color: #666;
}

.details_left .spec-list .button-next{
    position: absolute;
    width: 22px;
    height: 32px;
    top: calc(50% - 16px);
    right: 0;
    bottom: 0;
    background-image: url(../files/goodsinfo_icon.png);
    background-position: -78px 0;
    display: block;
    z-index: 998;
    color: #666;
}

.details_right .goodsname{
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.details_right .goodsname span{
    line-height: 1.2;
}
.details_right .news{
    color: #e4393c;
    padding-top: 10px;
    font-size: 12px;
}

.details_right .pre_p span{
    float: left;
    width: 70px;
    line-height: 24px;
    padding-left: 10px;
    color: #999;
    text-align: left;
}
.details_right .pre_p text{
    color: #e4393c;
    font-size: 16px;
}

.details_prom {
    font-size:14px;
}
.details_prom .time.oversea{
    background-color: #13b332;
}
.details_prom .time.wait{
    background-color: #ffb249;
}
.details_prom .time.prom_goods{
    background-color: #e65659;
}
.details_prom .time{
    background-color: #38b0d9;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}
.details_prom .time i{
    font-size: 20px;
    vertical-align: middle;
}
.details_prom .time span{
    vertical-align: middle;
}
.details_prom .time .time-span{
    float: right;
    font-size: 14px;
}
.details_prom .gifts ul li {
    padding: 6px;
    font-size: 15px;
    margin-left: 75px;
}
.details_prom .gifts ul li:nth-child(1),.gifts ul li:nth-child(2) {
    margin-left: 0px;
}



.details_right .goods_panel{
    background-color: #e9e9e9;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAggAAADGCAMAAACAX4i8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEhQTFRF7Ovr5+fn8vHx7e3t6ejo8/Ly5uXl7u3t6unp5+bm6urq9PT09fX18fDw9PPz7u7u8fHx8/Pz7ezs5eTk7+7u8O/v9vX16enpNd0tWQAABxVJREFUeNrs3GFy2zgMBWBomWyiNNt0s459/5vW3jZNHNsSJYEAHvh0AP/AfAM+DEjLsOC7e3iL+v21P37f/lH8xV2RFt/hP8Pv77tD7SeJHOyf/9WU8FY6crAEQngHp57wI3ZPCOtgAQQEB/v997fIEuI6qIeA4WD/rNoTlE+HwA6qIYA4OJ0OYXtCZAe1EHAcxE2MoR1UQgByoD5FvnbhoA4CloNjTwh4OgR3UAUBzIH2FKlyOkR3UAMBz0G8KTK8gwoIiA72z99DJcb4DuYhQDoIlhgBHMxCQHWwf75/i9ITEBzMQYB1EGjvAOFgBgKygyiJEcPBNARsB8fEGGCKBHEwCQHcQYibKigOpiDgO/DfO8A4mICQwIF7T8BxcBtCDgf7vefeAcjBTQhZHHjeVEFycAtCGgeOUySUgxsQMjnw2jtgObgOIZUDp8QI5uAqhGwOPPYOaA6uQUjnwOGmCpyDKxAyOrBOjHgOLiHkdGC7dwB0cAEhqQPTxIjo4CuEvA7s9g6QDr5ASOzA7KYKpoNzCLkd2CRGUAdnELI7sNg7oDr4DCG9A4OeAOvgE4QeHLROjLgOPiB04aDxFAns4A+EXhy0fCGL7OAdQjcOGu4doB38htCTg1aJEdvBLwh9OWizdwB38D+Ezhw0SYzoDk4Q+nOwf75XniLhHRwhdOhAfe/wBO/gIH060E2M5W5Ed3CQTh1oJsZyrOMI7uAgnTpQTIwnBwerntDKQVwIzR1o7R3K70oO0A7CQmjvQKknvDsw6QntHESFYOJA44Vs+Sjl3QDsICgEIwfbp8hyVswR10FMCGYOtk6R5w4anw5NHYSEYOhg2wvZclHOEdVBRAiWDjYlxksHDXtCYwcBIRg7WP9Ctlwt6IDpIB4EawerE+N1B416QnMH4SA4OFiXGMutiraQ0N5BNAguDtbsHcpETUdAB8Eg+DhYkRinHKj3BAsHsSC4OVh6U6XMVHWAcxAKgp+DhYlxzoFqT7BxEAmCq4Mle4cyX1a9vYORg0AQnB3Uv5AtVYUdsRzEgeDtoHqKrHOgdDqYOQgDIYCDupsqpbq0A5KDKBAiOKiaIusdKPQEQwdBIARxML93KIuKO+A4iAEhioPZKbIsrO4I4yAEhEAOphPjUgebTgdbBxEghHIwtXcoK+o7gjgIACGWg4nEuMbB6p5g7cAfQjgHt/YOZWWFBwgH7hDiObiRGNc6WNUT7B14Qwjp4FpiLOtLvHzv4ODAGUJQB5eJsWwq8hjfgS+EqA4uesI2BwtPBxcHrhACOzjfO5TNZR6iO/CEENnB2RS53cGCnuDkwBFCcAcf/8xZNOpcmxi9HPhBiO7gzxRZlCo9hnbgBgHAwa/EqOWg6nTwc+AFAcLB6YVsUaz1GNiBEwQMB8fvx6Nired6gqcDHwgwDu5fXlWrPYR14AIBx8FutytPRj3B14EHBCgHRwkHEwnODhwggDnYvaj2hFuJ0duBPQQ0B6ee0D4xujswhwDoYPegKuFaYvR3YA0B0UH7xBjAgTEEUAfaiXGI58AWAqyDpokxhANTCLgOWk6RMRxYQoB2oJ0Yx2AODCFgO2g1RUZxYAcB3sExJ+jvHcI4MIOA70B7ijydDnEcWEFI4UA9MQZyYAQhiYNjYlTtCYEc2EDI4kA7MR46g5DIwe7h9ZEQ6EA/MXYEIZkD5cTYD4R0DrT3Dp1AyOcgaU8QOljsQHvv0AGEnA5STpFCBysc7JTfOySHkNdBwilS6GCVg3SJUehgnQPtvUNaCNkdZEuMQgerv5dMewehgw1fotNB6GCTBEKgg1x7B6GDjT3hkRDoINHeQeiAPaEJhO4cJEmMQgcKEp4IgQ6S9AShAyZGdQi9OsiQGIUOVD74mypCB0yMuhA6d4CeGIUO1E4H6J4gdMDEqAiBDtBfyAodMDGqQaAD/MQodMDEqASBDjL0BKED7cSIOTsIHXCK1IBAB83/mRMCAh1kmSKFDpgYN0OggzwvZIUOmBg3QqCDTHsHoQMmxk0Q6CBXYhQ64N5hAwQ6yNYThA64d1gNgQ7yTZFCB9w7rIRABxmnSKEDJsZVEOggZ2IUOmBiXAGBDrK+kBU6YGJcDIEO8iZGoQPuHRZCoIPMiVHogDdVFkGgg9yJUeiAiXEBBDrInhiFDtgTqiHQQf69g9ABp8hKCHTQw95B6IBTZBUEOugjMQodcIqsgEAHvSRGoQPuHWYh0EE/iVHogIlxBgId9JQYhQ7YEyYh0EFfewehA06RExDowCYnRIdAB91NkUIHTIy3INBBh4lR6ICJ8ToEOujyporQARPjNQh00GliFDrg3uESAh10mxiFDjhFfoVABx33BKEDJsZzCHTQdWIUOmBP+AyBDjpPjEIHTIwfEOig+5sqQgfcO7xDoAMmxhMEOuAUeTj8FGAACqmqUagiyncAAAAASUVORK5CYII=);
    padding: 5px 0;
}


.price_ladder{position: absolute; top: 20%; right: 5%;color: #E43964;}

@media (max-width:768px){
	.price_ladder{position: absolute; top: 25%; right: 5%;}
}

.details_right .goods_panel .pre_p{
    line-height: 30px;
}
.details_right .goods_panel .pre_p span{
    color: #666;
    line-height: 30px;
}
.details_right .goods_panel .pre_p b{
    font-size: 22px;
}
.details_right .goods_panel .pre_p .del{
    text-decoration: line-through;
    color: #666;
}
.details_right .goods_panel .pre_p .origin_price{
    font-size: 14px;
    margin-left: 10px;
    color: #666;
}
.details_right .goods_tipinfo .pre_p:first-child{
    padding-top: 20px;
}
.details_right .goods_tipinfo .pre_p:last-child{
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.details_right .goods_tipinfo text{
    font-size: inherit;
    margin-left: 70px;
    display: block;
}
.details_right .goods_baseinfo{
    margin-top: 10px;
    overflow: hidden;
}
.list-parallel li{
    line-height: 30px;
    padding: 0;
}
.list-parallel span{
    text-align: left;
    float: left;
    padding-left: 10px;
    width: 70px;
    color: #999;
}
.details_right .goods_count{
    margin-top: 10px;
    line-height: 30px;
}
.details_right .goods_count .active{
    text-align: left;
    width: 70px;
    padding-left: 15px;
    color: #999;
}
.details_right .goods_count .quantity{
    vertical-align: middle;
    line-height: 25px;
}
.details_right .goods_count input{
    width: 45px;
    height: 25px;
    padding: 0 5px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #a7a6ac;
    margin: 0;
    text-align: center;
    border-radius: 0;
}
.details_right .goods_count button{
    width: 25px;
    line-height: 23px;
    float: left;
    padding: 0px;
    border: 1px solid #a7a6ab;
}
.details_right .goods_count button:last-child{
    float: right;
}
.details_right .goods_count button:hover{
    border-color: #666;
    background-color: #666;
    color: #fff;
}
.details_right .goods_count .unit{
    float: right;
    margin-left: 10px;
    line-height: 25px;
}
.details_right .details_linkbuy{
    width: 100%;
    padding: 8px 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #e5ffea;
    border: 1px solid #13b332;
    color: #13b332;
}
.details_right .details_linkbuy:hover{
    color: #13b332;
}
.details_right .details_basket{
    width: 100%;
    padding: 8px 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #13b332;
    border: 1px solid #13b332;
    color: #ffffff;
}
.details_right .details_basket img{
    margin-right: 10px;
    width: 22px;
}
.details_right .details_linkbuy.presale{
    background-color: #38b0d91a;
    border-color: #38b0d9;
    color: #38b0d9;
}
.details_right .details_linkbuy.presale:hover{
    color: #38b0d9;
}
.details_right .details_basket.presale{
    background-color: #38b0d9;
    border-color: #38b0d9;
}

.details_right .details_wait{
    width: 100%;
    padding: 8px 0;
    border-radius: 0;
    font-size: 16px;
    background-color: #ffb249;
    border:none;
    color: #ffffff;
}
.details_right .details_basket:hover,.details_wait:hover{
    color: #ffffff;
}

.details_right .activity_box {
    margin-top: 35px;
}
.details_right .activity_box a {
    float: right;
    line-height: 25px;
    margin-left: 15px;
    color: #38b0d9;
	font-weight: 700;
    cursor: pointer;
}
.details_right .activity_box i {
    color: #cdcdcd;
    font-size: 14px;
}
.details_right .activity_box .fa-star{
    color: #38b0d9;
}

.kf-group{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    height: 150px;
    padding: 0 20px;
}
.kf-group input {
    margin-left: 15px;
    width: 150px;
}
.kf-group img{
    width: 88px;
}

/* 预售流程 */
.pingou-process {
    margin-top: 30px;
    border: 1px solid #eee;
    background: #f7f7f7;
    overflow: hidden;
}
.pingou-process h3 {
    line-height: 60px;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e4393c;
    font-family: "microsoft yahei";
    margin: 0;
}
.pingou-process h3,.pingou-process .item {
    margin: 10px 0;
}
.pingou-process .item i{
    display: inline-block;
    float: left;
    margin-top: 7px;
}
.pingou-process .item .sprite-step1 {
    width: 45px;
    height: 45px;
    background-image: url(../files/goodsinfo_icon2.png);
    background-position: -45px -90px;
}
.pingou-process .item .sprite-step2 {
    width: 45px;
    height: 45px;
    background-image: url(../files/goodsinfo_icon2.png);
    background-position: 0 -90px;
}
.pingou-process .item .sprite-step3 {
    width: 45px;
    height: 45px;
    background-image: url(../files/goodsinfo_icon2.png);
    background-position: -45px -45px;
}
.pingou-process .item dl {
    margin: 15px 0 0 55px;
}
.pingou-process .item dt {
    font: 700 14px/18px "microsoft yahei";
    color: #666;
    font-weight: 700;
}
.pingou-process .item dd {
    font-size: 12px;
    color: #999;
}
.pingou-process .item .sprite-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 27px;
    height: 61px;
    background-image: url(../files/goodsinfo_icon2.png);
    background-position: -135px 0;
}

@media (max-width:768px){
    .pingou-process .item .sprite-arrow{
        display: none;
    }
}


/* 左侧边栏 */
.LTab{
    margin-top: 30px;
}
.LTab .tab-main {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid #38b0d9;
    display: inline-block;
    display: block;
    overflow: visible;
}
.LTab .tab-main ul {
    margin-top: -1px;
    font-size: 0;
}
.LTab .tab-main li {
    position: relative;
    display: inline-block;
    font-family: "microsoft yahei";
    cursor: pointer;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    width: 50%;
	font-weight: 900;
}
.LTab .tab-main li.current {
    background-color: #38b0d9;
    color: #fff;
    cursor: default;
}
.LTab .tab-con {
    padding: 10px 0;
}

/* 
 * 右侧商品详情
 */
.RTab{
    margin-top: 30px;
}
.RTab .tab-main {
    position: relative;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-bottom: 1px solid #38b0d9;
    display: inline-block;
    display: block;
    overflow: visible;
}
.RTab .tab-main ul {
    margin-top: -1px;
}
.RTab .tab-main li {
    position: relative;
    display: inline-block;
    font-family: "microsoft yahei";
    cursor: pointer;
    padding: 10px 25px;
    font-size: 14px;
}
.RTab .tab-main li.current {
    background-color: #38b0d9;
    color: #fff;
    cursor: default;
}
.RTab .tab-con {
    padding: 10px 0;
}

/* 商品介绍 */
.RTab .tab-con .parameter {
    padding: 0 10px 10px;
}
.RTab .tab-con .parameter-list {
    padding: 10px 0 5px;
    overflow: hidden;
}
.RTab .tab-con .parameter-list li {
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.RTab .tab-con .parameter-list li a {
    color: #5e69ad;
}
.RTab .tab-con .parameter .more-par {
    padding-right: 20px;
    margin-top: -5px;
    text-align: right;
}
.RTab .tab-con .parameter .more-par a {
    color: #005aa0;
}
.RTab s {
    text-decoration: none;
}
.RTab .concrete{
    color: #666;
    font: 12px/150% tahoma,arial,Microsoft YaHei,Hiragino Sans GB,"\u5b8b\u4f53",sans-serif;
    -webkit-font-smoothing: antialiased;
}
.RTab .concrete h3{
    line-height: unset;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    border: 1px solid #eee;
}
.RTab .concrete .content{
    padding: 10px 20px;
}

/* 规格参数 */
.RTab .Ptable-item {
    padding: 12px 0;
    line-height: 2;
    color: #999;
    font-size: 12px;
    border-bottom: 1px solid #eee;
}
.RTab .Ptable-item h5 {
    width: 20%;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    float: left;
    margin: 0;
    line-height: 2;
}
.RTab .Ptable-item dl {
    margin-left: 20%;
    margin-bottom: 0;
}
.RTab .Ptable-item dl .clearfix{
    margin: 0;
}
.RTab .Ptable-item dt {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 5px;
    font-weight: unset;
    line-height: unset;
}
.RTab .Ptable-item dd {
    margin-left: 40%;
    line-height: unset;
}

/* 售后保障 */
.RTab .aftersale strong {
    color: #38b0d9;
    display: inline-block;
    padding: 8px 0 3px;
}
.RTab .aftersale .item-detail-bd{
    padding: 20px 20px 20px 62px;
}
.RTab .aftersale .item-detail-bd dt {
    height: 32px;
    line-height: 32px;
    margin-left: -42px;
    font-size: 16px;
    font-family: "microsoft yahei";
}
.RTab .aftersale .item-detail-bd dt i {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    vertical-align: bottom;
    background-image: url(../files/goodsinfo_icon3.png);
}
.RTab .aftersale .item-detail-bd dt .guarantee {
    background-position: -32px -75px;
}
.RTab .aftersale .item-detail-bd dt .unprofor {
    background-position: -64px -75px;
}
.RTab .aftersale .item-detail-bd dt .no-worries{
    background-position: 0 -75px;
}
.RTab .aftersale .item-detail-bd dd {
    display: block;
    padding: 10px 0 30px;
    line-height: 18px;
}
.RTab .aftersale .item-detail-bd dd a {
    color: #005aa0;
}
.RTab .aftersale .item-detail-bd dd .no-worries-text{
    padding-bottom: 0;
}



/* 预售说明 */
.RTab .pingou-rules li {
    padding: 5px 0;
}
.gallery-top .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.gallery-top .swiper-slide img{
    background-size: cover;
    background-position: center;
}
.gallery-top {
    height: 80%;
    width: 100%;
}
.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 18px 19px 10px 0!important;
}

.details_1{
    /* padding: 0px 0px 0px 16px; */
    height: 58px;
    line-height: 58px;
    background: #fff;
}
.details_1 span{
    position: relative;
    top: -6px;
    min-width: 48px;
    display: inline-block;
}
.details_1 text{
    font-size: 32px;
    margin-left: 12px;
}
.details_1 text#prom_price{
    font-size: 25px;
}
.details_1 a{
    height: 58px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    padding: 5px 20px;
    background: #c3e7f4;
    border-left: 12px solid #fff;
    color: #38b0d9;
}
.details_1 a#collect_goods_btn{
    height: 58px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    padding: 5px 20px;
    background: #c3e7f4;
    border-left: 12px solid #fff;
    color: #38b0d9;
    width: auto;
    cursor: unset;
    margin: 0px;
    text-indent: 0;
    overflow: hidden;
}
.details_1 a#share_btn{
    height: 58px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    padding: 0px 20px;
    background: #c3e7f4;
    border-left: 12px solid #fff;
    color: #38b0d9;
    width: auto;
    cursor: unset;
    margin: 0px;
    text-indent: 0;
    overflow: hidden;
}
.details_1 a#share_btn img{
    padding-top: 5px;
}
.details_hr{
    margin:10px 0px;
    border-color: #e5e5e5;
}
.details_2{
    line-height: 48px;
}
.details_2 text{
    font-size: 32px;
    margin-left: 12px;
    color: #38b0d9;
}
.details_2 a{
    background: #c3e7f4;
    width: 180px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 36px;
    color: #38b0d9;
    margin-top: 10px;
}
.details_2 a.login_link{
    background: #fff;
    color: #ccc;
    border-radius: 0px;
    border-bottom: 3px solid #ccc;
    padding-bottom: 3px;
}
.details_2 a.login_link:hover{
    border-color: #38b0d9;
    color: #000;
}
.details_2 a img{
    margin-right: 12px;
}
.details_3{
    padding: 24px 0px;
}

.details_setmeal {
    margin-top: 10px;
}
.details_setmeal .time{
    background: #38b0d9;
    line-height: 2;
    padding: 6px;
    font-size: 16px;
    color: #fff;
}
.details_setmeal .goods_list ul li a{
    display: block;
    font-size: 16px;
    padding: 12px 0;
}
.details_setmeal .desc {
    position: relative;
    min-height: 200px;
}
.details_setmeal .desc .total_price {
    font-size: 20px;
    margin-top: 15px;
}
.details_setmeal .desc .total_price p {
    color: #999;
}
.details_setmeal .desc .btn-group {
    position: absolute;
    bottom: 0px;
}
.details_setmeal .desc button.details_linkbuy{
    font-size: 12px;
    padding: 15px 30px;
    line-height: 1;
}
.details_setmeal .desc button.details_basket{
    font-size: 12px;
    padding: 15px 30px;
    line-height: 1;
}
.details_3 li{
    padding: 12px 0px;
}
.details_3 .active{
    width: 72px;
    padding-left: 5px;
}
.details_3 .label-info{
    background: #c3e7f4;
    color: #5d5d5d;
    font-weight: normal;
    border-radius: 0px;
    padding: 4px 24px;
}

.details_scbb{
    padding: 20px 0px 10px 0px;
}
.details_scbb img{
    margin-right: 8px;
}
.details_spxq{
    background: #38b0d9;
    border: none;
    padding: 8px 12px;
}
.details_spxq_nr{
	max-height: 750px;
    height: 100%;
    margin-bottom: 50px;
    overflow: scroll;
    margin: 10px 0px 270px 0px;
    padding: 12px;
    border: 1px solid #e5e5e5;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    /* border-top: none; */
}

.navbar-default .navbar-toggle .icon-bar{
    background: #4d4d4d;
    width: 28px;
    margin: 0 auto 4px;
}
.navbar-default .navbar-toggle .icon-txt{
    font-weight: 700;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background: none;
}
.shop_nav_icon .navbar-toggle .icon-bar{
    background: #38b0d9;
}
.shop_nav_icon .navbar-toggle .icon-txt{
    color: #38b0d9;
}
.reg_type {
    padding: 150px 0px;
}
.reg_type a{
    font-size: 30px;
    color: #C01;
}
.mobile-cart-box{
    display: none;
    line-height: 1.8;
}

.hddb{
    position:fixed;
    right:45px;
    bottom:100px;
    background: #ddd;
    border:none;
    color: #fff;
    padding: 8px 16.5px 10px;
    z-index: 999;
}

.share_box a {
    display: block;
    float: left;
    color: #666666;
    text-align: center;
    width: 50%;
    margin-bottom: 20px;
}
.input-group {
    margin-bottom: 20px;
}
.shop_banner_next,.shop_banner_prev {
    position: absolute;
    right: 0;
    top: calc(50% - 30px);
    width: 30px;
    height: 60px;
    background-image: url(../files/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    z-index: 1;
    cursor: pointer;
}
.shop_banner_prev {
    left: 0;
    right: auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.head_title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.head_title ul {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
	text-align:center;
}
.head_title ul li a{
    display: block;
    padding: 8px 19px;
    line-height: 1;
    border-radius: 4px;
    color: #6c6c6c;
    font-size: 16px;
}
.head_title ul li a span{
    display: inline-block;
    min-width: 10px;
    margin-left: 5px;
    padding: 3px 7px;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #34a7c1;
    border-radius: 10px;
}
.head_title ul li a:hover{
    background-color: #e2e2e2;
}
.head_title ul li.active a{
    background-color: #6c6c6c;
    color: #fff;
}
.message_count_span{
    margin-left: 20px;
    background: #d52e33;
    color: #fff;
    border-radius: 50%;
    padding: 0px 4px;
}


/*自适应*/
@media (min-width:769px) and (max-width:1200px){
    .header-top .nav-item a{
        padding: 0 15px;
    }
    ul.pc_nav>li>a.miaodian {
        padding: 12px 20px;
    }
}
@media (min-width: 769px){
    .navbar-search,.hidden-nav,.navbar-header{
        display: none;
    }
    .header-pack{
        height: 190px;
    }
    .header-goods-pack{
        height: 150px;
    }
    .header-art-pack{
        height: 40px;
    }
    .navbar-collapse{
        display: block;
        padding: 0;
    }
    .sm_navbar{
        display: none;
    }
    .regs .navbar{
        position: absolute;
    }
}
.detail-content{
	line-height:2.4rem;
}
@media (min-width: 769px){
	.pingou-process h3{
		line-height:60px !important;
	}
}

@media (max-width: 769px){
	.leftbg{height:36rem !important;}
	.rightbg{height:22rem !important;}
	.downbg{height:22rem !important;}
	.chanping_style{margin:5px 0 !important;}
	.hot_cat_btn p{line-height: 14px;}
	.head_title{margin-top:0;}
	.hot_goods_list{
        height:20rem !important;
    }
    .mod-footer{
        display: none;
    }
    .m-common-footer{
        display: block;
    }
    .navbar-collapse{
        display: none;
    }
    .sp_navbar{
        display: none;
    }
    .chanping_style .caption-box{
        background: rgba(0,0,0,.45);
        color: #fff;
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
    .details_right .activity_box {
        margin-top: 20px;
    }
    .time .time-span{
        float: unset;
		font-size: 13px !important;
    }
	.details_prom .time .time-span{
		float:none;
	}
    .details_linkbuy{
        font-size: 12px;
    }
    .details_basket{
        font-size: 12px;
    }
    .goodsname{
        font-size: 14px;
    }
    .hddb{
        /* display: none; */
        right: 0;
        font-size: 0.9rem;
    }
    .pc_nav .btn-group{
        padding: 24px 0px;
        text-align: center;
    }
    .pc_nav li{
        padding: 20px 0;
        text-align: center;
        width: 50%;
        float: left;
    }
    .navbar-brand{
        height: 60px;
        padding: 12.5px 0;
    }
    .banner_style h1{
        /*color: #38b0d9;*/
        font-size: 38px;
        padding-top: 30px;
    }
    .index_hzhb{
        padding: 10px 0px 0px 0px!important;
    }
    .index_banner{
        margin:0px!important;
    }
    .company_style h1{
        font-size: 40px;
        margin-top: 60px;
        text-align: center;
    }
    .company_style h4{
        text-align: center;
        font-size: 24px;
    }
    .company_nr h1{
        font-size: 88px;
    }
    .company_nr h2{
        left: auto;
        width: 230px;
        font-size: 30px;
    }
    .company_nr h2 span{
        margin-top: 8px;
    }
    .chanping_style{
        margin-top: 25px;
    }
    .company_nr{
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        height: 400px;
    }
    .index_hzhb .swiper-slide{
        text-align: center;
    }
    .index_hzhb .swiper-slide img{
        position: static;
        margin: 0 auto;
    }
    .index_hzhb_bg{
        padding: 0px 0px 198px 0px;
    }
    .hdxx_nr{
        padding-right: 15px;
        margin-bottom: 68px;
    }
    .hdxx_nr h2{
        display: flex;
    }
    .hdxx_nr h2 span {
        padding-top: 15px;
        font-size: 24px;
    }
    .hdxx_nr h2 text{
        line-height: 1;
        text-overflow: ellipsis;
        overflow: hidden;
        /* white-space: nowrap; */
        font-size: 18px;
    }
    .contact{
        padding-right: 15px;
    }
    .contact_nr .lxwm_dt{
        position: static;
        margin-top: 38px;
        top: 0px;
        right: 0px;
        width: 100%;
        height: 480px;
    }
    .contact_nr{
        background: #6596e0;
        padding:32px 24px;
    }
    .contact_nr h1{
        font-size: 38px;
    }
    .contact_nr h4{
        font-size: 24px;
    }
    .contact_lb li{
        height: 124px;
        margin-bottom: 24px;
    }
    .contact_lb li span{
        display: block;
        text-align: center;
        padding: 0px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        margin-bottom: 14px;
        margin-right: 0px;
    }

    .xiewm_nr h1{
        font-size: 40px;
        padding: 60px 0;
    }
    .company_yuanxing{
        display: none;
    }
    .hdxx_right{
        right: 0px;
    }
    .details_linkbuy{
        padding: 10px 30px;
    }
    .details_basket{
        padding: 7px 30px;
        margin-left: 5px;
    }
    .navbar-toggle{
        display: block;
        border: none;
        margin: 0 5px;
        padding: 14px 15px;
        z-index: 999;
        float: right;
    }
    .navbar-search{
        position: absolute;
        display: block;
        font-size: 20px;
        margin: 0 5px;
        padding: 20px 10px;
        float: left;
        z-index: 999;
        background: transparent;
        border: none;
    }
    
    .navbar-header{
        min-width: 100%;
    }
    .sm_navbar{
        padding: 12.5px 0;
        position: fixed;
        width: calc(100% - 15px);
        z-index: 1;
    }
    .sm_navbar img{
        max-width: 80px;
        margin: 0 auto;
    }
    .navbar{
        min-height: 60px;
    }
    .sp_fenlei .active,.sp_fenlei a{
        width: 25%;
        height: 100px;
        margin: 0px;
    }
    .sp_fenlei a div h2{
        padding: 0px 11px;
        font-size: 24px;
        min-height: 52px;
    }
    .sp_nav_sousuo .form-control{
        width: 100%!important;
        border-radius: 3px 0 0 3px;
    }
    .sp_nav_sousuo .btn{
        border-radius: 0 3px 3px 0 !important;
    }
    
    .sp_pinpai_right{
        width: 90%;
        padding: 16px 78px 16px 16px;
    }
	
	.sp_pinpai_right .list-inline li a{
		width: 100px;
	}
	
	.list-inline li label{
		width:120px;
	}
	
    .sp_duoxuan{
        right: 16px;
        top: 60px;
    }
    .col-2{
        width: 50%;
    }
    .sp_liebiao{
        margin-top: 5px;
    }
	.sp_liebiao .caption{
		padding: 5px 0px 5px 0px;
	}
	.sp_liebiao .caption h6{
		margin-bottom:1px;
		font-size: 1.4rem;
		line-height: 24px;
	}
	.sp_liebiao .caption em{
		font-size: 1.6rem;
	}
    .pagination>li>a, .pagination>li>span{
        margin: 5px 0px 5px -1px;
    }
    .sp_bottom_style{
        border: none;
        padding: 24px 0px;
    }
    .pc_nav li a{
        color: #fff;
        padding: 0px !important;
        font-size: 16px !important;
    }
    .sp_nav_sousuo .input-group-addon img{
        max-width: 30px;
    }
    .sp_nav_sousuo{
        margin-top:0px;
    }
    .shop_md_top{
        margin: 10px auto 20px;
        text-align: center;
    }
    .shop_md_top li {
        padding: 0;
    }
    .shop_md_top li a{
        color: #fff;
        font-size: 13px;
    }
    .details_nav{
        background: #fff;
    }
    .shop_banner .swiper-pagination{
        width: 100%!important;
        left: calc(50% - 50px)!important;
    }
    .order-header{
        display: none;
    }
    .logo-box{
        margin: 0 15px;
    }
    .logo-box img{
        max-width: 80px;
    }
    .header-pack{
        height: 60px;
    }
    .header-art-pack{
        height: 60px;
    }
    /* 购物车 */
    .mobile-cart-box{
        display: block;
    }
    .orderlistshop{
        overflow: hidden;
        border-bottom: 1px dashed #eee;
    }
    .pc-cart-box{
        display: none;
    }
    .after-ta{
        padding-top: 60px;
    }
    .after-ta .mobile-cart-box h4{
        margin: 20px 0 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #aaa;
    }
    .after-ta .mobile-cart-box h4 span{
        font-size: 12px;
        float: right;
        line-height: initial;
    }
    .foohi {
        height: 2.34667rem;
    }
    .fl{
        float: left;
    }
    .fr{
        float: right;
    }
    .p:before, .p:after {
        content: "";
        clear: both;
        display: block;
        font-size: 0;
        height: 0;
    }
    .sc_list div.radio {
        width: inherit;
        padding: 37.5px 0px !important;
        margin-right: 10px;
    }
    .sc_list div.radio .check_t i {
        background-position: -27px 0;
    }
    .sc_list div.radio i {
        width: 20px;
        height: 20px;
        display: block;
        float: left;
        background-image: url(../files/check.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0;
    }
    .sc_list .shopimg img {
        width: 85px;
        height: 85px;
    }
    .sc_list .deleshow{
        width: calc(100% - 125px);
        height: 105px;
        position: relative;
    }
    .sc_list .deletes {
        overflow: hidden;
        clear: both;
    }
    .sc_list .deletes .similar-product-text {
        width: calc(100% - 20px);
        padding: 0;
        font-size: 12px;
        color: #232326;
        margin: 10px 0px 5px;
        overflow: hidden;
    }
    .sc_list .deletes .similar-product-text a{
        display: block;
        overflow: hidden;
        line-height: 1.5;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .sc_list .deleshow .deletes a.delescj img {
        margin: 12px 0 0;
        width: 15px;
        height: 15px;
    }
    .sc_list .prices {
        overflow: hidden;
        margin-top: 5px;
    }
    .sc_list .prices .sc_pri {
        color: #f23030;
        font-size: 12px;
        margin-top: 5px;
    }
    .sc_list .prices .sc_pri .del-txt{
        text-decoration: line-through;
        color: #aaa;
    }

    .plus span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        display: block;
        float: left;
        border: 1px solid #f8f8f8;
        margin-left: -1px;
        text-align: center;
        color: #686868;
        cursor: pointer;
    }
    .plus span input {
        font-size: 14px;
        outline: none;
        border: 0;
        padding: 0 2px;
        color: #686868;
        width: 100%;
        text-align: center;
    }
    /* 订单列表 */
    .address_id .advice{
        width: 100%;
    }
    .shopimg{
        height: 105px;
        line-height: 105px;
    }
    .shopinfo{
        width: calc(100% - 95px);
        height: 105px;
        position: relative;
    }
    .shopinfo .deletes .similar-product-text {
        width: 100%;
    }
    .shopinfo .prices .num{
        color: #666;
        margin-left: 5px;
        font-size: 12px;
    }
    .shopinfo .prices .get_mp{
        margin: 5px 10px 0 0;
    }
    .order-pro-list{
        display: none;
    }
    .order-pro-total .wcnhy{
        padding: 20px;
    }

    .packeg {
        background-color: white;
        height: 55px;
        position: relative;
    }
    .packeg .fl {
        line-height: 55px;
    }
    .mypackeg .packeg .fl p {
        width: 265px;
    }
    .packeg .fl h1, .packeg .fl p {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .packeg .fr span {
        color: #f23030;
        font-size: 15px;
        line-height: 55px;
    }
    .tit-flash-sale ul li {
        float: left;
        width: 20%;
        text-align: center;
        color: white;
        height: 2.70667rem;
        line-height: 1.70667rem;
        cursor: pointer;
        font-size: 1.3rem;
    }
    .paycloseto .deleshow .qxatten {
        clear: both;
        position: relative;
    }
    .wiconfine {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .price-alln .red {
        color: #f23030;
    }
    .buttondde {
        position: absolute;
        right: 0;
        bottom: 6px;
    }
    .shop-rebuy-price {
        margin: 27px 0;
        overflow: hidden;
    }
    .price-alln {
        font-size: 15px;
        float: left;
        margin-top: 10px;
    }
    .price-alln span{
        vertical-align: middle;
    }
    .paysoon {
        color: white;
        background-color: #f23030;
        border: 0;
    }
    .shop-rebuy {
        float: right;
        padding: 10px 13px;
        border: 1px solid #f8f8f8;
        font-size: 15px;
        border-radius: 5px;
    }
    .shop_banner {
        margin-bottom: 5px;
    }
    .shop_banner .swiper-wrapper .swiper-slide-box {
        height: auto;
    }
    .shop_banner .shop_banner_prev{
        width: 15px;
    }
    .shop_banner .shop_banner_next{
        width: 15px;
    }
    .head_title ul {
        margin-top: 40px;
    }
    .index_banner .swiper-button-next,.index_banner .swiper-button-prev{
        width: 45px;
        height: 45px;
    }
    .index_hzhb .swiper-button-next,.index_hzhb .swiper-button-prev{
        width: 35px;
        height: 35px;
    }
    .hdxx_right{
        display: none;
    }
    .xiewm_nr .xiewm_nr_div p{
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .chanping_style .caption{
        position: unset;
    }
	
	.goods_tag{width:170px !important;height:170px !important;}
	/* .del{display:none} */
	
	.sp_shd{/* text-align:center; */}
	
}


/*商品图片标签*/
.goods_tag{
    position: relative;
    color: white;
}
.goods_state{
    position: absolute;
    display: inline-block;
    width: 40px;
    padding: 10px 0 5px;
    top: -6px;
    left: 5px;
    font-size: 10px;
    text-align: center;
    border-top-left-radius: 3px;
    opacity:0.75;
}
.goods_state:before {
    height: 0;
    width: 0;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-right: 6px solid transparent;
    right: -6px;
    top: 0;
}
.goods_state:after {
    height: 0;
    width: 0;
    border-left-width: 20px;
    border-left-style: solid;
    border-right-width: 20px;
    border-right-style: solid;
    border-bottom: 10px solid transparent;
    bottom: -10px;
    left: 0;
}
.goods_state:before, .goods_state:after {
    content: "";
    position: absolute;
}
.goods_attribute{
    position: absolute;
    right: -5px;
    width: 60px;
    padding: 3px 0 2px;
    text-align: center;
    font-size: 10px;
    box-shadow: -2px 2px 4px rgba(0,0,0,0.5);
    border-radius: 3px 3px 0 3px;
    opacity:0.75;
}
.goods_attribute:after {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top-width: 4px;
    border-top-style: solid;
    border-right: 5px solid transparent;
    right: 0px;
    bottom: -4px;
}

/* 到货等待 */
.goods_wait{
    background-color: #ffb249;
	color:#fff;
}
.goods_wait:before {
    border-bottom-color: #baa155;
}
.goods_wait:after {
    border-left-color: #ffb249;
    border-right-color: #ffb249;
	max-width: 55px;
    width: 100%;
}
/* 现货 */
.goods_stock{
    line-height: 20px;
    background-color: #13b332;
}
.goods_stock:before {
    border-bottom-color: #2f9242;
}
.goods_stock:after {
    border-left-color: #13b332;
    border-right-color: #13b332;
}
/* 特价 */
.goods_prom{
    line-height: 20px;
    background-color: #e01d20;
    right: 6px;
    left: auto;
}
.goods_prom:before {
    border-bottom-color: #a9191b;
}
.goods_prom:after {
    border-left-color: #e01d20;
    border-right-color: #e01d20;
}
/* 海外仓现货 */
.goods_oversea{
    background-color: #2993ee;
}
.goods_oversea:before {
    border-bottom-color: #0b60aa;
}
.goods_oversea:after {
    border-left-color: #2993ee;
    border-right-color: #2993ee;
}
/* 限定商品 */
.goods_limit{
    bottom: 35px;
    background-color: #e53a8a;
}
.goods_limit:after {
    border-top-color: #b55280;
}
/* 平行进口 */
.goods_imported{
    bottom: 15px;
    background-color: #7953b4;
	color:#fff;
}
.goods_imported:after {
    border-top-color: #49287a;
}
/*多规格商品*/
.goods_sku{
    bottom: -10px;
    background-color: #245D51;
	color: #fff;
}
.goods_sku:after {
    border-top-color: #173f1f;
}

/* 活动&公告 */
.notice_list>li>a{
    line-height: 64px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    overflow: hidden;
    display: block;
}
.notice_list>li>a>h4{
    font-size: 16px;
    font-weight: 400;
    float: left;
    line-height: inherit;
    margin: 0;
}
.notice_list>li>a>time{
    font-size: 12px;
    opacity: .7;
    float: right;
}
.notice_content{
    padding: 0 15px;
}
.notice-title{
    width: 100%;
    padding-bottom: 5px;
    font-family: "microsoft yahei";
    border-bottom: 1px dashed #eaeaea;
    overflow: hidden;
}
.notice-title h4{
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.notice-title span{
    opacity: .7;
    float: left;
}
.notice-main {
    padding: 20px 10px;
}

/* 友情链接 */
.friend-links{
    margin: -15px 15px 30px;
    border: 1px solid #ddd;
    overflow: hidden;
    zoom: 1;
}
.links-item{
    width: calc(100% - 30px);
    float: left;
    padding-bottom: 30px;
    margin: 0 15px;
    border-bottom: 1px solid #9a9a9a;
}
.links-item:last-child{
    border: none;
}
.links-item h5{
    font-weight: bold;
    margin: 15px 0;
}
.links-item .links-wrap li{
    float: left;
}
.links-item .links-wrap a{
    display: block;
    text-align: center;
}
.links-item .links-wrap .txt a{
    height: 35px;
    line-height: 35px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px dotted #ccc;
    white-space: nowrap;
    overflow: hidden;
}
.links-item .links-wrap .txt i{
    margin-right: 8px;
}
.links-item .links-wrap img{
    width: 120px;
    height: 50px;
    border: solid 1px #cccccc;
}
.links-item .links-wrap p{
    text-align: center;
    color: #38b0d9;
}


/* 购物车 */
.order-header{
    margin-bottom: 20px;
}
.cart_number{
    font-weight: 700;
    font-size: 14px;
    color: #e2231a;
    height: 34px;
    line-height: 34px;
}
.cart_number span{
    margin-left: 5px;
}

/* 订单列表 */
.order-text{
    font-weight: 700;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}


/* 红色单选框 */
.advice{
    position: relative;
    width: 120px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    vertical-align: middle;
    margin: 0;
}
.advice:hover{
    border: 2px solid #e4393c;
}
.advice b{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/selected-icon.png) no-repeat;
}
input[type="radio"]:checked + .advice{
    border: 2px solid #e4393c;
}
input[type="radio"]:checked + .advice b{
    display: block;
}

.goods_tipinfo table{
    width:100%;
    margin-top:8px;
    color:#666;
}
.goods_tipinfo table td{
    width:33%;
    border:1px solid #ccc;
    padding: 10px;
	line-height: 1.5rem;
}
.parameter table{
    width:100%;
    margin-top:8px;
    color:#666;
}
.parameter table td{
    width:12.5%;
    border:1px solid #ccc;
    padding: 10px;
    text-align: center;
	word-break: break-all;
}