/*
* @Author: admin
* @Date:   2018-06-25 09:02:45
* @Last Modified by:   admin
* @Last Modified time: 2018-07-25 13:41:52
*/
*{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
	font-family: "Futura-LT-Medium", "NotoSansCJKsc-Medium", "NotoSansCJKsc-Normal", "PingFangSC-Regular", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", sans-serif;
	letter-spacing: 1.34px;
}
header{
	background: #1b1b1b;
    width: 100%;
    position: fixed;
    padding-top: 1px;
    padding-bottom: 0px;
    z-index: 99;
}
.yjf_1 .iconfont.icon-caidan1{
	color: #807d7a;
    font-size: 32px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
}
.yjf_1 .iconfont.icon-caidan1 p{
	font-size:20px;
	color: #e5dfd9;
	display: inline-block;
	vertical-align: top;
	margin-top: 9px;
	margin-left: 15px;
}
.yjf_1 .head_left{
	float: left;
	margin-left: 28px;
	margin-top: 28px;
	font-size: 12px;
	display: none;
}
.yjf_1 a{
	color: #e1dbd5;
	margin-right: 18px;
}
.yjf_1 a:hover{
	color: white;
	text-decoration: none;
}
.yjf_1 .head_mid{
	padding-left: 31%;
	padding-right: 19%;
}
.head_mid h1{
	margin: 0px;
	margin-left: 30%;
	margin-bottom: 10px;
	margin-top: 20px;
}
.head_mid h1 a>img{
	width: 38%;
}
.head_mid>ul{
	height: 30px;
	display: none;
	margin-bottom: 10px;
}
.head_mid>ul li{
	float: left;
    width: 14%;
    padding-bottom: 20px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.head_mid>ul li>a{
	margin: 0;
}
.head_mid>ul>li:hover::before{
	content: '';
	height: 5px;
	width: 5px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-bottom: 5px solid white;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -8px;
}
.head_right{
	position: absolute;
	color: #e1dbd5;
	font-size: 12px;
	top: 20px;
	right: 24px;
}
.head_right span{
	padding: 5px;
	display: none;
}
.head_right .hover_login{
	position: relative;
}
.head_right .wrap_show_login{
	width: 320px;
    height: 270px;
    position: absolute;
	right: -160px;
    top: 27px;
   	display: none;
   	padding: 10px;
}
.head_right .show_login{
	width: 300px;
	height: 250px;
	background: white;
	border: 1px solid #c1c1c1;
	color: black;
	padding: 20px;
	position: relative;
	border-top: none;
}
.head_right .show_login:hover{
	opacity: 1;
	color: black;
}
.head_right .show_login ul li{
	list-style-type: disc;
	list-style-position: inside;
	color: #4B4B4B;
}
.head_right .show_login span{
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	color: white;
	background: black;
	display: block;
	margin-top: 10px;
	cursor: pointer;
	border: 2px solid black;
}
.head_right .show_login span:hover{
	opacity: 0.6;
}
.head_right .show_login span:last-child{
	background: white;
	color: black;
}
.head_right .trange{
	width: 12px;
    height: 12px;
    position: absolute;
    background: white;
    top: -5px;
    left: 127px;
    transform: rotate(45deg);
}
.head_right .shopping_bag{
	position: relative;
}
.shopping_bag .wrap_bag_info{
	position: absolute;
	top: 0px;
	top: 23px;
    right: 0px;
	height: 100px;
	padding-top: 10px;
	padding-right: 44px;
	display: none;
}
.head_right .bag_info:hover{
	opacity: 1;
	color: #999999;
}
.head_right .hover_login a{
	margin-right: 0px;
}
.shopping_bag .bag_info{
	width: 250px;
	height: 90px;
	border: 1px solid #c1c1c1;
	background: white;
	position: relative;
	border-top: none;
	color: #999999;
	text-align: center;
}
.shopping_bag .bag_info p{
	padding:15px 0px;
	margin: 0px;
}
.shopping_bag .bag_info .p_1{
	color: black;
	font-size: 18px;
	padding: 9px;
	border-bottom: 1px solid #eee;
}
.shopping_bag .bag_info .trange{
	left: 223px;
}
.head_right i{
	color: #e1dbd5;
	font-size: 16px;
	margin-left: 30px;
}
.head_right span:hover{
	color: white;
}
.yjf_1 .hide_item{
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:#fdfcfb;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	padding: 15px 10px 0px;
	font-size: 12px;
}
.yjf_1 .hide_item ul{
	overflow: hidden;
	width: 100%;
}
.yjf_1 .hide_item ul li{
	padding-bottom: 15px;
	line-height: 48px;
	text-align: center;
	color: black;
	cursor: pointer;
}
.hide_item ul:first-child{
	border-bottom: 1px solid #dbd8d6;
	font-size: 20px;
}
.hide_item a{
	color: black;
}
.hide_item li .close_item{
	float: right;
	color: black;
}
.yjf_1 .hide_item a:hover{
	color: black;
}
.hide_item .iconfont.icon-aixin{
	color: black;
	font-size: 12px;
}
.fashion{
	width: 100%;
	height: 100%;	
	display: none;
}
.yjf_1 .hide_item .fashion li{
	border-bottom: 1px solid #e7e7e7;
	line-height: 72px;
	font-size: 18px;
	text-align: left;
	box-sizing:content-box;
}
.yjf_1 .hide_item .fashion .fashion_head{
	text-align: center;
	font-size: 20px;
}
.fashion span{
	float: right;
	color: #9b9b9b;
	font-size: 30px;
}
.fashion .close_item{
	font-size: 20px;
	color: black;
}
.fashion .back{
	float: left;
	color: black;
	cursor: pointer;
}
.fashion p{
	font-size: 16px;
    margin-top: 180px;
    font-weight: 600;
}
.fashion>img{
	width: 90px;
}
.fashion .play_span{
	width: 100%;
	margin-top: 40px;
}
.fashion>a{
	display: block;
    text-align: center;
    padding: 14px 0px;
}
.fashion .play_span>span{
	float:left;
	width: 50%;
	font-size: 16px;
	padding: 20px 0px;
}
.play_img{
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.yjf_1 .hide_item .play_img ul{
	width: 1500%;
	height: 90px;
	position: relative;
}
.yjf_1 .hide_item .play_img ul li{
	float: left;
}
.play_img ul li img{
	width: 90px;
	height: 90px;
}
.play_img ul li:last-child{
	margin-right: 0px;
}
.hide_item .fashion .li_more{
	width: 100%;
	overflow: hidden;
	display: none;
}
.fashion .play_p{
	background: #fefefe;
	line-height: normal;
	margin-bottom: 20px;
}
.play_p .h5{
	font-size: 14px;
	color: black;
	font-weight: 600;
}
.play_p p{
	margin: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #ababab;
    text-align: center;
}
.hide_item .fashion .li_more li{
	width: 50%;
	float: left;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border: none;
	color: #999999;
}
.fashion .bottom_img>img{
	width: 97%;
}
.fashion .service_li .li_more li{
	border: none;
	width: 100%;
	font-size: 12px;
	line-height: normal;
}
.service_li .li_more li.disc{
	list-style: disc;
	list-style-position: inside;
}
.fashion .service_li p{
	margin: 0px;
	font-weight: normal;
}
.service_li .li_more span{
	width: 100%;
	height: 40px;
	background: black;
	color: white;
	font-size: 12px;
	text-align: center;
	line-height: 40px;
}
.service_li .li_more span:hover{
	opacity: 0.8;
}
.li_span{
}
.head_mid .hide_table{
	width: 1350%;
	padding-left: 229%;
    padding-right: 148%;
	margin-left: 1%;
	margin-right: 1%;
	background: white;
	display: none;
	position: absolute;
	top: 40px;
	left: -403%;
}
.hide_table .table_left{
	float: left;
	font-size: 12px;
}
.head_mid .hide_table .table_left ul{
	display: inline-block;
	margin-right: 80px;
	vertical-align: top;
}
.head_mid .table_left .head{
	padding: 20px 0px;
}
.head_mid .hide_table li{
	width:auto;
	text-align: left;
}
.head_mid .table_left li{
	padding: 5px 0px;
	float: none;
}
.table_left .head a{
	color: black;
	font-weight: 600;
}
.hide_table .table_right{
	float: right;
	border-left: 1px solid #e7e7e7;
	padding: 20px 0px 20px 20px;
}
.table_right a{
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}
.table_right p{
	text-align: left;
}
.table_right .wrap_img{
	position: relative;
}
.wrap_img span{
	position: absolute;
	top: 38%;
	left: 7%;
	word-break: normal;
	color: white;
	text-align: center;
	font-size: 27px;
	line-height: 30px;
	font-family: "FuturaLT-Light", 
				"NotoSansCJKsc-Light", 
				"NotoSansCJKsc-Normal", 
				"PingFangSC-Regular", 
				"Hiragino Sans GB", 
				"\5FAE\8F6F\96C5\9ED1",
				 "Microsoft YaHei", 
				 sans-serif;
}
header .hide_table a{
	color: #716e6e;
}
header .hide_table a:hover{
	color:#716e6e;
}
.hide_table.ht1{
	padding-left: 80%;
    padding-right: 80%;
    left: -506%;
}
.hide_table.ht6{
	left: -600%;
}
.hide_table.ht2{
	left: -703%;
	padding-left: 430%;
}
.hide_table.ht3{
    left: -803%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hide_table.ht4{
    left: -903%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hide_table.ht5{
    left: -1003%;
    padding-left: 175%;
    padding-right: 0;
}
.hide_table.ht4 .table_left{
	padding-left: 30%;
}
.hide_table.ht1 .table_left ul{
	margin-right: 40px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.ht1 .table_right>ul li{
	float: none;
}
.hide_table.ht3 .table_left ul{
	margin-right: 60px;
}
.hide_table .table_right .scrol_img{
	width:165px;
	height: 230px;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.hide_table .table_right .wrap_scrol{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.hide_table .table_right>ul{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}
.table_right .wrap_scrol .scrol_img ul{
	height: 230px;
	width: 9000px;
	position: relative;
}
.wrap_scrol .scrol_img ul li{
	width:165px;
	height: 230px;
	float: left;
}
.scrol_img ol{
	position: absolute;
	bottom: -25px;
	left: 10px;
}
.wrap_scrol .scrol_img ol li{
	width: 8px;
	height: 8px;
	border: 1px solid black;
	border-radius: 50%;
	float: left;
	margin-right: 8px;
	padding-bottom: 0px;
}
.scrol_img ol li.ol_cur{
	background: black;
}
section{
	position: relative;
    top: 83px;
}
section .content_fixed{
	width: 100%;
	transition: height 2s ease;
	position: relative;
	height: 539px;
}
.img_content{
	width: 100%;
	position: absolute;
	z-index: 1;
	color: white;
	text-align: center;
	bottom: 135px;
	text-transform:uppercase;
}
.img_content h3{
	font-size: 56px;
	line-height: 56px;
	font-family: "FuturaLT-Light", 
				"NotoSansCJKsc-Light", 
				"NotoSansCJKsc-Normal", 
				"PingFangSC-Regular", 
				"Hiragino Sans GB", 
				"\5FAE\8F6F\96C5\9ED1", 
				"Microsoft YaHei", 
	sans-serif;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.img_content p{
	font-size: 20px;
}
.buy_span{
	display: inline-block;
	vertical-align: middle;
	width: 160px;
    padding: 13px 26px;
	background: #1b1b1b;
}
.buy_span:hover{
	opacity: 0.9;
}
.buy_span a{
	color: white;
}
.content_fixed .free_send{
	position: absolute;
	bottom:20px;
	right: 20px;
	color: white;
}
.content_fixed .wrap_logo{
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -25px;
	z-index: 3;
	width: 49px;
	height: 49px;
}
.wrap_logo>img{
	width: 100%;
}
.fixed_img{
	width: 100%;
	position: fixed;
	z-index: 0;
}
.fixed_img img{
	width: 100%;
	min-height: 320px;
}
.img_big{
	display: block;
}
.img_small{
	display: none;
}
.wrap_item{
	width: 100%;
	background: white;
	position: relative;
	z-index: 1;
}
.product_item{
	background: #e7e7e7;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: center;
	border-bottom: 2px solid white;
}
.yjf_2.product_item>a img{
	width: 44%;
	margin-top: 70px;
}
.wrap_bag_img{
	text-align: center;
    line-height: 104px;
    position: relative;
    top: -80px;
}
.big_bag_img{
	display: none;
}
.small_bag_img{
	display: block;
}
.product_item .product_detail{
	position: absolute;	
	top: 130px;
	right: 80px;
	padding: 40px 20px;
	text-align: center;
	background: #f5f5f5;
	color: #666666;
	font-size: 12px;
}
.product_item .product_detail.spec_1{
	position: relative;
	display: none;
	margin-left: 20%;
}
.product_item .product_detail.spec_2{
	position: relative;
	display: none;
}
.product_item .product_detail.spec_2>img{
	margin-bottom: 17px;
}
.yjf_2.product_item .product_detail{
	padding: 40px 20px;
	text-align: center;
	background: #f5f5f5;
	color: #666666;
	font-size: 12px;
}
.product_item .detail_right{
	position: absolute;	
	top: 130px;
	right: 80px;
}
.product_item .detail_left{
	position: absolute;	
	top: 60%;
	right: 80%;
}
.product_item .product_detail .title{
	font-size: 16px;
	font-family: STXinwei;
	text-transform: capitalize;	
	padding: 10px 0px;			
}
.product_item .product_detail .txt{
	font-weight: bold;
	font-style: italic;
	display: none;
}
.product_item .product_detail a{
	color: black;
}
 a:hover{
	text-decoration: none;
}
.product_item .product_info{
	width: 100%;
	text-align: center;
	top: -150px;
	position: relative;
	z-index: 2;
}
.yjf_2.product_item .product_info{
	top: 100px;
}
.yjf_2.product_item{
	padding-bottom: 150px;
}
.product_item.yjf_3 h3{
	margin-bottom: 50px;
}
.product_item.yjf_3 img{
	width: 100%;
}
.product_item .detail_mid{
	right: 50%;
    margin-right: -90px;
    top: 177px;
}
.product_item.yjf_3 .product_detail{
	display: block;
}
.product_item.yjf_3 .product_detail .txt{
	display: block;
}
.product_info i::before{
	content:'';
	display: inline-block;
	height: 10px;
	width: 10px;
	border: 2px dotted #999;
    transform: rotate(45deg);
    margin-bottom: 10px;
}
.product_info .discription{
		font-size: 24px;
		line-height: 34px;
	}
.yjf_5 .h2{
	margin-top: 50px;
}
.yjf_5 i.line{
	display: block;
    width: 125px;
    height: 1px;
    background: #999 none repeat scroll 0 0;
    position: relative;
    left: 50%;
    margin-left: -63px;
    margin-top: 46px;
}
.yjf_5 .row ul li{
	margin: 7.5%;
}
.yjf_5  ul li img{
	width: 100%;
}
.yjf_5 .row ul .h4{
	padding: 0px 35px;
	margin-top: 40px;
}
.yjf_5 .row ul a{
	display: block;
	color: black;
	font-size: 12px;
	padding: 0px 35px;
}
.yjf_5 .row ul a:hover{
	color: #666666;
}
.yjf_5 .product_info{
	top: -57px;
}
header .wrap_login{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7);
	z-index: 99999;
	display: none;
}
header .wrap_login .wrap_login_info{
	position: absolute;
	top: 20%;
	left: 30%;
	width: 600px;
	height: 470px;
	background: white;
	z-index: 100000;
	display: none;
	padding: 30px 50px;
}
header .wrap_login.wrap_register .wrap_login_info{
	height: 650px;
	width: 600px;
	margin-bottom: 10%;
	padding-right: 0px;
}
.wrap_login_info .wrap_login_close{
	position: absolute;
	top: 20px;
	right: 10px;
}
.wrap_register  span{
	display: inline-block;
	vertical-align: top;
	padding: 30px 0px 10px 0px;
}
.wrap_register  span:nth-of-type(1){
	margin-right: 148px;
}
.wrap_login_info .wrap_login_close i{
    background-position: -653px -79px;
    display: inline-block;
    vertical-align: top;
    width: 21px;
    height: 23px;
    background: url("../images/icon.png")  -653px -79px;
}
.wrap_login_info .warn_text{
	margin-top: 10px;
	color: #d25f6b;
	display: none;
}
.wrap_login_info .wrap_login_close i:hover{
	background-position: -37px -128px;
}
.wrap_login_info .login_info_head{
	width: 100%;
	font-size: 20px;
	color: black;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	position: relative;
}
.wrap_login_info .login_info_head::after{
	content: '';
	width: 10px;
	height: 10px;
	border:2px dotted #999999;
	position: absolute;
	top: 43px;
	left: 50%;
	margin-left: -6px;
	transform: rotate(45deg);
}
.wrap_login_info .login_info_input{
	width: 100%;
	padding: 0px 70px;
	font-size: 12px;
}
.wrap_login_info .login_info_input input{
	outline: none;
	border: none;
	background: #f5f5f5;
	width: 300px;
	height: 37px;
	padding: 0px 10px;
}
.wrap_register .login_info_input input{
	width: 200px;
}
.wrap_login_info .login_info_input input[type="checkbox"]{
	width: auto;
	height: auto;
	margin-right: 10px;
	margin-top: 20px;
}
.wrap_login_info .link_login{
	width: 120px;
	padding: 10px 0px;
	background: black;
	color: white;
	text-align: center;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -60px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.wrap_login_info p{
	margin-top: 20px;
}
.wrap_login_info a{
	color: #a6a9ad;
	position: relative;
	left: 50%;
	margin-left: -30px;
}
.wrap_register .wrap_login_info a{
	left: auto;
	margin-left: 10px;
	text-decoration: underline;
	color: black;
}
.wrap_register .wrap_login_info a:hover{
	color: #aaaaaa;
}
.wrap_login_info a:hover{
	color: black;
}
section .up_top{
	width: 36px;
	height: 36px;
	position: absolute;
	right: 25px;
	bottom: 0px;
	z-index: 10;
	background: white;
	border: 1px solid #f5f5f5;
	color: #99999f;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
footer{
	width: 100%;
	background: #1b1b1b;
	position: relative;
    margin-top: 83px;
    font-size: 12px;
    padding-top: 60px;
}
footer h4{
	font-size: 12px;
	color: white;
	padding:10px 0px;
}
footer ul{
	padding-left: 10%;
	display: inline-block;
	vertical-align: top;
}
footer ul li{
	padding: 6px 0px;
}
footer ul a{
	color: #807d7a;
}
footer ul li:hover a{
	color: white;
}
footer p{
	color: #807d7a;
}
.foot_right p a{
	text-decoration: underline;
}
.foot_right input{
	background-color: black;
	outline: none;
	border: none;
	padding: 5px;
	padding-right: 50px;
}
.foot_right .wrap_input{
	position: relative;
}
.foot_left .weixin{
	position: relative;
}
.foot_left .wrap_weixin{
	position: absolute;
	top: 11px;
    left: -129px;
	padding: 10px;
	background: white;
	display: none;
}
.foot_left .wrap_weixin>img{
	width: 100px;
	height: 100px;
}
footer i{
	display: inline-block;
	vertical-align: top;
    width: 21px;
    height: 23px;
    background: url(../images/icon.png) 0px -369px;
}
footer i.i_1{
	background-position:-26px -369px;
}
footer i.i_2{
	background-position:-46px -369px;
}
footer i.i_3{
	background-position:-71px -369px;
}
footer i.i_4{
	background-position:-95px -369px;
}
footer i.i_5{
	background-position:-119px -369px;
}
footer i.i_6{
	background-position:-138px -369px;
}
footer ul li:hover i{
	-ms-background-position-y:-518px;
	background-position-y:-518px;
}

.wrap_input span{
	position: absolute;
	left: 158px;
	width: 28px;
	height: 27px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	line-height: 28px;
}
.wrap_input span:hover{
	background-color: #545454!important;
}
.foot_right{
	padding: 100px;
}
.foot_right select{
	background-color: black;
	color: white;
	outline: none;
	border: none;
	padding: 5px;
}
.foot_right select option{
	padding: 10px;
	background: white;
	color: black;
	border-bottom: 1px solid #eee;
}
.foot_right .wrap_a{
	margin-top: 20px;
	margin-bottom: 80px;
}
footer .wrap_foot_lg{
	width: 64px;
	height: 46px;
	background-position:-194px -369px;
	margin-right: 50px;
}
footer .wrap_foot_lg:hover{
	background-position:-194px -517px;
}
footer .wrap_fk_img>img{
	width: 70px;
	height: 46px;
}
.foot_right ul{
	border-top: 1px solid #393838;
	padding: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 30px;
}
.foot_right ul li{
	float: left;
	width: 50%;
}
.foot_right ul li.right{
	padding-left: 50px;
	border-left: 1px solid #393838;
}
footer .footer_info{
	font-size:12px;
	padding: 0px 0px 50px 100px;
}
.footer_info p{
	margin-right: 50px;
}
footer .footer_info i{
	background-position: -665px -40px;
}
footer>.foot_up{
	background:black;
	padding-bottom: 20px;
	display: none;
}
.foot_up ul .float_right{
	float: right;
	background-position: -75px 0px;
}
.foot_up .float_right:hover{
	background-position: inherit inherit;
}
.foot_up ul{
	width: 100%;
	padding: 0 20px;
	background: #1b1b1b;
}
.foot_up ul li{
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #393838;
	background: #1b1b1b;
	color:#7d7977;
	cursor: pointer;
}
footer .foot_up li:hover{
	color: white;
}
.foot_up ul li:last-child{
	border: none;
}
.foot_up .up_up_top{
	padding: 10px 0px;
	text-align: center;
	color: white;
	cursor: pointer;
}
.up_up_top .up_tt{
	background-position: 7px 6px;
}
footer .foot_bottom{
	display: none;
}
footer .foot_bottom ul{
	width: 100%;
	padding: 0 20px;
	background: #1b1b1b;
}
.foot_bottom ul li{
	width: 100%;
	padding: 20px 0px;
	border-bottom: 1px solid #393838;
	background: #1b1b1b;
	color: white;
	cursor: pointer;
}
.foot_bottom .iconfont.icon-dingwei{
	background: none;
	margin-top: -3px;
}
.foot_bottom .float_right{
	float: right;
	background-position: -578px 0px;
}
footer .wrap_foot_logo{
	width: 100%;
	display: none;
}
.wrap_foot_logo li{
	float: left;
	width: 50%;
}
.foot_bt_right{
	background: black;
	padding: 20px 0px;
}
.foot_bt_right p a{
	text-decoration: underline;
}
.foot_bt_right input{
	background-color: black;
	outline: none;
	border: none;
	padding: 5px;
	padding-right: 50px;
	border: 1px solid #1b1b1b;
}
footer .foot_bottom .display_ul{
	display: none;
	background: black;
}
footer .foot_bottom li.current{
	background: black;
}
.foot_bottom li.current>.float_right{
	background-position: -537px 0px;
}
footer .display_ul li:last-child{
	border: none;
}
footer .foot_bottom .display_ul ul{
	background: black;
}
footer .foot_bottom .display_ul li{
	background: black;
}
.foot_bt_right .wrap_input span{
	left: 177px;
}
.wrap_black{
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	z-index: 999;
	position: absolute;
	display: none;
	background-color:rgba(0,0,0,0.8);
}
.wrap_content{
	position: relative;
	top: 10%;
	left: 15%;
	width: 70%;
	height: 60%;
	z-index: 1000;
	background: white;
	display: none;
	overflow: auto;
	padding: 30px;
	font-size: 12px;
	color: black;
	text-align: center;
}
.wrap_content .h4{
	margin-bottom: 30px;
}
.content_head{
	margin-bottom: 40px;
}
.content_head::after{
	content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background: #ccc;
    top: 85px;
    left: 45%;
}
.wrap_content .close_wrap{
	position: absolute;
	top: 30px;
	right: 30px;
}
.wrap_content .close_wrap i{
	background-position: -653px -79px;
}
.wrap_content .close_wrap i:hover{
	background-position: -37px -128px;
}
footer .row{
	margin: 0px;
}
footer .wrap_content span{
	display: inline-block;
	width: 100%;
	padding: 10px;
	background: black;
	color: white;
	cursor: pointer;
}
footer .wrap_content span:hover{
	opacity: 0.8;
}
.content_text{
	padding: 20px;
}
@media(max-width:1200px ){
	.hide_table.ht1 .table_left ul{
		margin-right: 0px;
	}
	.head_mid .hide_table{
		padding-right: 0px;
	}
	.head_mid .hide_table.ht1{
		padding-right:15%;
	}
	.head_mid .hide_table.ht3{
		padding-left: 30%;
	}
	.head_mid .hide_table.ht5{
		padding-left: 24%;
	}
}
@media (min-width: 1024px){
	section{
		top: 115px;
	}
.yjf_1 .iconfont.icon-caidan1{
    display:none;
	}
	.yjf_1 .head_left{
		display: block;
	}
	.yjf_1 .head_mid>ul{
		display: block;
	}
	.yjf_1 .head_right span{
		display:inline-block;
	}
	.yjf_1 .head_right i{
		margin-left: 0px;
		font-size: 12px;
	}
	.big_bag_img{
		display: block;
	}
	.small_bag_img{
		display: none;
	}
	.product_info .discription{
		font-size: 36px;
		line-height: 44px;
	}
	.product_item .product_detail .txt{
		display: block;
	}
	.wrap_item{
		padding: 15px;
	}
	.yjf_2.product_item>a img{
		max-width: 35%;
		margin-top: 0px;
	}
	.yjf_2.product_item{
	margin-top: -30px;
	}
	.product_item.yjf_3{
	margin-top: -30px;
	}
	.product_item.yjf_4,.product_item.yjf_5{
	margin-top: -30px;
	}
	.yjf_5 .row ul li{
		margin-bottom: 22%;
	}
	.foot_right{
		padding: 0;
	}
	.foot_right ul{
		border-top: none;
		width: auto;
		padding-top: 0px;
	}
	.foot_right ul li{
		float: none;
		width: auto;
	}
	.foot_right ul li.right{
		padding-left: 0px;
		border-left: none;
	}
	footer .footer_info p{
		display: inline-block;
	}
	footer{
		margin-top: 115px;
	}
}
@media(max-width:768px){
	.yjf_1 .head_mid{
		padding-left: 50%;
		margin-left: -47px;
	}
	.head_mid h1{
		margin-top: 10px;
		margin-left: 0px;
	}
	.head_mid h1 a>img{
	width:94px;
	}
	.yjf_1 .iconfont.icon-caidan1{
		font-size: 22px;
	}
	.yjf_1 .iconfont.icon-caidan1 p{
		font-size: 12px;
		margin-left: 10px;
		margin-top: 7px;
	}
	.head_right i{
		margin-left: 15px;
	}
	section{
		top: 72px;
	}
	section .content_fixed{
		height: 539px !important;
	}
	.fixed_img{
		position: relative;
	}
	.content_fixed .free_send{
		left: 50%;
		right: 0px;
		bottom: 40px;
		margin-left: -50px;
	}
	.img_big{
		display: none;
	}
	.img_small{
		display: block;
	}
	.img_small img{
		width: 100%;
	}
	.product_item .product_detail{
		display: none;
	}
	.yjf_2.product_item .product_detail.detail_right{
		display: none;
	}
	.yjf_2.product_item .product_detail.detail_left{
		display: none;
	}
	.yjf_2.product_item .product_detail .txt{
		display: block 
	}
	.product_item .product_detail.spec_1{
		display: inline-block;
		float: left;
		padding: 40px 10px;
	}
	.product_item .product_detail.spec_2{
		display: inline-block;
		padding: 40px 10px;
		float: right;
	}
	.yjf_4 .wrap_bag_img>img{
		width: 100%;
	}
	.yjf_5 i.line{
		margin-bottom: 50px;
	}
	.yjf_5 .row ul:nth-child(1){
		border-bottom: 2px solid #f5f5f5;
	}
	.yjf_5 .row ul li{
		float: left;
		width: 50%;
		margin: 0;
		padding: 7% 5%;
	}
	.yjf_5 .row li:first-child{
		border-right: 2px solid #f5f5f5;
	}
	.yjf_5 .row ul .h4{
		font-size: 14px;
		padding: 0;
	}
	.yjf_5 .row ul a{
		font-size: 14px;
		padding: 0;
	}
	.yjf_5 .row .spec_ul{
		border-bottom: 2px solid #f5f5f5;
	}
	.yjf_5 .row .spec_ul li{
		width: 100%;
		padding: 2% 2%;
	}
	.yjf_5 .product_info{
		top: 0px;
	}
	section .up_top{
		display: none;
	}
	footer{
		margin-top: 115px;
		padding-top: 0px;
	}
	footer .foot_left{
		display: none;
	}
	footer .foot_right{
		display: none;
	}
	footer .footer_info{
		text-align: center;
		padding: 0px;
	}
	footer .footer_info p{
		margin: 0px;
	}
	footer .foot_up{
		display: block;
	}
	footer .foot_bottom{
		display: block;
	}
	footer .wrap_foot_logo{
		display: block;
	}
}