﻿/* 去除IOS按钮美化 */
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
html{
	font-size: 62.5%;
}
body{
	font-size: 1.4rem;
	background: url(../images/bg.jpg) repeat;
}
span,i,em{
	display: block;
}
input,select,area{
	font-family: "微软雅黑","宋体",Helvetica,Arial,sans-serif;
	border: none;
}
::-webkit-input-placeholder {  
color: #747373;  

}  
:-moz-placeholder {  
color: #747373;
 
}  
.placeholder {  
color: #747373;  
}
.wrap{
	width: 100%;
	position: relative;
}
.nav{
	width: 100%;
	height: 118px;
	background-color: #ffffff;
	background: url(../images/head.png) no-repeat;
	background-size: 100% 100%;
}
.nav dl{
	width: 100%;
	margin-top: 42px;
	float: left;
}
.nav dd{
	width: calc((100% - 80px) / 4);	
	float: left;
	text-align: center;
}
.nav dt{
	float: left;
	width: 80px;
	padding: 0;
	margin-top: -15px;
}
.logo{
	width: 100%;
	display: block;
	
}
.logo img{
	width: 100%;
}
.nav .wrap p{
	font-size: 1.4rem;
	color: #570c06;
}
.nav li>a{
	display: block;
}

.nav .wrap span{
	width: 200%;
    margin-left: -50%;
    text-align: center;
    white-space: nowrap;
    display: block;
    font-size: 1.6rem;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
	color: #570c06;
}
.top{
	position: absolute;
	top: 10px;
	right: 0;
	
}
.top a{
	float: left;
	font-size: 1.2rem;
	color: #570c06;
	padding: 0 5px;
	line-height: 1.2rem;
}
.top em{
	float: left;
	line-height: 12px;
	font-size: 1.2rem;
	color: #e6d3ae;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	text-align: center;
}

.slideBox .hd ul .on {
	background: #dfc083;
}

.slideBox .hd ul {
	width: 100%;
	margin: 0 auto;
	line-height: 1000px;
}

.slideBox .hd ul li {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: #929292;
	margin-right: 1px;
	vertical-align: top;
	overflow: hidden;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.banner1{
	background-image: url(../images/banner_wap.jpg);
}
.banner{
	width: 100%;
	height: 280px;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.banner_list{
	width: 100%;
	height: 227px;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.fangwei{
	padding: 20px 4% 0;
	width: 92%;
	margin: 5px auto 0;
	text-align: center;
	background-color: #e6d3ae;
	color: #3e0802;
}
.fangwei p{
	font-size: 2rem;
	font-weight: bold;
}
.fangwei i{	
	margin-top: 5px;
	font-size: 1.2rem;
}
.fangwei span{
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 1.4rem;
}
.fangwei input{	
	padding: 12px 0;
	margin-bottom: 20px;
	border-radius: 5px;
	font-size: 1.8rem;	
	color: #333;
}
.fangwei input[type="submit"]{
	width: 100%;
	font-size: 2rem;
	color: #fff;
	background: url(../images/btn_bg.png) repeat-x;
	cursor: pointer;
}
.code{
	float: left;
	margin-right: 2%;
	width: 48%;
	overflow: hidden;
}
.code img{
	width: 100%;
	height: 44px;	
}
.code1{
	text-indent: 10px;
	width: 100%;
}
.code2{
	text-indent: 10px;
	float: left;
	width: 48%;
	margin-left: 2%;
}
.search{
	padding: 1%;
	width: 98%;
	margin: 5px auto 0;
}
.search_box{
	position: relative;
}
.search_box input{
	width: 100%;
	padding: 12px 0;
	border-radius: 5px;
	font-size: 1.8rem;
	text-indent: 10px;
	color: #333;
	line-height: 1.3;
	background: rgba(255,255,255,0.8);
}
.search_btn{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
	background: url(../images/search.png) no-repeat center;
}
.goods_list{
	margin-top: 10px;
	text-align: center;
}
.goods_list .title{
	background-color: #570c06;
	color: #e6d3ae;
}
.goods_list .title span{
	font-size: 2rem;
	padding-top: 12px;
}
.goods_list .title i{
	margin-top: 10px;
	margin-bottom: 10px;
}
.title_pic{
	width: 100%;
	height: 262px;
	overflow: hidden;
	background: url(../images/list_wap.jpg) no-repeat center;
	background-size: cover;
}
.goods{
	padding-top: 5px;
	color: #3e0802;
	background-color: #e6d3ae;
	overflow: hidden;
	text-align: center;
}
.goods ul{	
	margin: 0 1px;
	overflow: hidden;
}
.goods li{
	float: left;
	width: 49%;	
	height: 254px;
	margin: 0 .5% 20px;
}
.goods_name{
	display: inline-block;
	color: #3e0802;
	font-size: 1.6rem;
	margin-top: 10px;
}
.goods i{
	margin-top: 5px;
	font-size: 1.2rem;
}
.goods em{
	width: 80px;
	height: 36px;
	margin: 10px auto 0;
	line-height: 36px;
	text-align: center;
	font-size: 1.4rem;
	background-color: #754c35;
	border-radius: 5px;
	color: #fff;
}
.goods_pic{
	display: block;
	position: relative;
	overflow: hidden;
	height: 200px;
	border: 1px solid #d79315;
	background-color: #e5e5e5;
}
.goods_pic img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
}
.more{
	float: right;
	margin: 20px 20px 30px 0;
	font-size: 1.4rem;
	color: #3e0802;
}
.footer{
	width: 100%;
	margin-top: 10px;
	background-color: #e6d3ae;
	padding: 30px 0;
	color: #3e0802;
	text-align: center;
}
.footer img{
	width: 100%;
	margin: 0 auto;
}
.erwei{
	display: none;
	width: 80%;
	margin: 0 auto;
	background: url(../images/erwei_wap.png) no-repeat center;
	background-size: cover;
}
.footer p{
	margin-top: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}
.footer span{
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
.footer em{
	font-weight: 500;
	line-height: 20px;
	font-size: 1.4rem;
}
.footer i{
	margin-top: 10px;
	font-size: 1.2rem;
}
.footer i a{
	color: #3e0802;
}
.location_section{
	width: 100%;
	margin-top: 10px;
	text-align: center;
	background-color: #fff;
}
.location{
	display: -webkit-box;
	display: -webkit-flex; 
	display: flex; 
	
}
.location li{	
	margin-right: 5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.location_a{
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0;
	font-size: 1.6rem;
	color: #383737;
	background-color: #e6d3ae;
}
.location .cur{
	background-color: #754c35;
	color: #e6d3ae;	
	cursor: default;
}

.location .normal:hover{
	background-color: #754c35;
	color: #e6d3ae;	
}

.down_triangle{
	display: none;
    height: 0;
    width: 0;
    position: absolute;
    left: 49%;
    left: calc(50% - 6px);
    bottom: -6px;
    border-width: 6px 6px 0px 6px;
	border-color: #754c35 transparent transparent transparent ;
	border-style: solid;	
}
.location .cur .down_triangle{
	display: block;
}
.location span{

	margin-top: 5px;
	
	display: block;
    width: 200%;
    margin-left: -50%;
    font-size: 1.6rem;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}
.main_section{
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background-color: #fff;
}
.load_more{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}
.list_search{
	padding: 5px;
}
.list_li{
	padding: 10px;
	color: #3e0802;
	background-color: #e6d3ae;
	overflow: hidden;
}
.list_li h1{
	font-size: 26px;
	font-weight: normal;
}
.list_li img{
	width: 100%;
	border: 1px solid #d79315;
	margin: 20px auto 30px;
}
.list_li>span{
	font-size: 16px;
	margin-bottom: 10px;
}
.goods_detail{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #d79315;
}
.goods_detail span{
	width: 50%;
	float: left;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.list_li em{
	display: inline;
	font-weight: bold;
}
.list_li p{
	line-height: 24px;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 1.4rem;
	text-indent: 32px;
}
.pshare {
    float: right;
    margin-bottom: 30px;
    padding: 40px 0px 0px 0px;
}
.tuijian{
	
}
.tuijian .title{
	background-color: #754c35;
	color: #e6d3ae;
	text-align: center;
	padding: 10px 0;
	font-size: 2rem;
}
.bg_user{
	width: 100%;
	height: 654px;
	background: url(../images/user_bg.jpg) no-repeat top center;
}
/*登录*/
.login_section{
	width: 100%;
	z-index: 9999;
	color: #fff;	
	position: absolute;
	top: 118px;
	left: 0;
}
.login_section i{
	margin-top: 70px;
	text-align: center;
	font-size: 1.2rem;	
}
.login_section>.wrap{
  text-align: center;
}
.login_section>.wrap>img{
  display: inline-block
}

.login_c{
	width: 90%;
	margin: 50px auto 0;
	position: relative;
}
.login_c p{
	font-size: 1.8rem;
	margin-top: 15px;
	margin-bottom: 10px;
}
.login_code{
	width: 130px;
	height: 52px;
	overflow: hidden;
	float: right;
	
}
.login_code img{
	height: auto;
}
.login_a{
	background-color: #b50005;
	padding: 3px 8px;
	font-size: 1.6rem;
	display: inline-block;
}
.login_input{
	width: 100%;
	padding: 12px 0;
	text-indent: 1em;
	border: none;
	line-height: 1.3;
	border-radius: 5px;
	font-size: 1.8rem;
}
.login_btn{
	width: 100%;
	height: 52px;
	line-height: 52px;
	margin-top: 20px;
	cursor: pointer;
	border: none;
	font-size: 2.2rem;
	color: #fff;
	border-radius: 5px;
	background: url(../images/btn_bg.png) repeat-x;
}
.login_bottom{
	overflow: hidden;
	margin-top: 25px;
	padding: 0 78px;
	text-align: center;
}
.login_bottom a{
	font-size: 1.5rem;
	float: left;
	margin: 0 10px;
}
/*注册*/
.reg_section{
	width: 100%;
	z-index: 9999;
	color: #fff;	
	position: absolute;
	top: 118px;
	left: 0;
}
.reg_section i{
	margin-top: 50px;
	text-align: center;
	font-size: 1.2rem;	
}
.reg_c{
	width: 90%;
	margin: 30px auto 0;
	position: relative;
}
.reg_c p{
	font-size: 1.8rem;
	margin-top: 15px;
	margin-bottom: 10px;
}
.send_code{
	width: 130px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    float: right;
    color: #fff;
    background-color: #d0000d;
    font-size: 1.8rem;
    border-radius: 5px;
    cursor: pointer;
}
.send_again{
	width: 130px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    float: right;
    color: #878686;
    background-color: #d5d5d5;
    font-size: 1.4rem;
    border-radius: 5px;
}
.send_code{
	width: 130px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    float: right;
    color: #fff;
    background-color: #d0000d;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}
.send_again{
	width: 130px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    float: right;
    color: #878686;
    background-color: #d5d5d5;
    font-size: 14px;
    border-radius: 5px;
}
.search_result{
	
	z-index: 99;
	position: fixed;
	top: 30%;
	left: 0;
	width: 100%;
}
.search_container{
	position: relative;
	width: 98%;
	height: 180px;
	margin: 0 auto;
	background: url(../images/search_box.png) no-repeat center;
	border-radius: 5px;
	overflow: hidden;
}
.close{
	position: absolute;
	top: 18px;
	right: 16px;
	width: 12px;
	height: 12px;
	background: url(../images/close01.png) no-repeat center;
	cursor: pointer;
}
.search_container p{
	color: #3e0802;
	padding-top: 80px;
	text-align: center;
	font-size: 1.6rem;
}
.search_container button{
	width: 100px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: url(../images/btn.png) repeat-x center;
	border: none;
	border-radius: 5px;
	font-size: 2rem;
	color: #fff;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.news{
	
}
.news li{
	padding: 20px 10px;
	border-bottom: 1px solid #e1dfdf;
}
.news img{
	float: left;
	width: 109px;
	height: 109px;
	margin-right: 10px;
}
.news p{	
	margin-top: 10px;
	font-size: 1.4rem;
	color: #7c7b7b;
	text-indent: 28px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news span{
	font-size: 1.6rem;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_title{
	text-align: center;
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e1dfdf;
}
.news_title h1{
	font-size: 2rem;
	
}
.news_title i{
	margin-top: 10px;
	font-size: 1.4rem;
	color: #7C7B7B;
}
.main_section>.wrap>p{
	padding: 0 30px;
	margin-bottom: 20px;
	line-height: 1.8;
	text-indent: 28px;
	font-size: 1.4rem;
	color: #7c7b7b;
}
.main_section>.wrap>img{
	margin: 20px auto;
}
.info{	
	color: #7c7b7b;
	font-size: 1.6rem;
	display: block;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin-top: 30px;
}
.info tr{
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.info td{
	
}
.info span{
	display: inline;
	line-height: 45px;
}
.info p{
	display: block;
	font-size: 1.4rem;
	color: #d60303;
}
.info tr td:first-child{
	
	width: 110px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	margin-right: 10px;
}
.info input[type="text"],[type="password"]{
	padding: 10px 0;
	text-indent: 14px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	line-height: 1.3;
}
.info input[type="radio"]{
	margin-left: 20px;
	margin-right: 5px;
}
.info input[type="submit"]{
	width: 142px;
	height: 60px;
	margin-top: 20px;
	background-color: #754c35;
	line-height: 60px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.info select{
	width: 100px;
	padding: 10px 0;
	text-indent: 14px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
	line-height: 1.3;
	margin-right: 10px;
	text-align: center;
	font-size: 1.4rem;
}
.login_section em{
	margin-top: 20px;
	text-align: center;
	color: #fff;
	font-size: 2rem;
}
.login_section>img{
	width: 80%;
	margin: 60px auto 0;
}
.btn1{
	display: block;
	width: 200px;
    padding: 10px 0;
    margin: 20px auto;
    cursor: pointer;
    border: none;
    font-size: 2.2rem;
    color: #fff;
    border-radius: 5px;
    background: url(../images/btn_bg.png) repeat-x;
    text-align: center;
}
.btn2{
	float: left;
	padding: 10px;
	border-radius: 5px;
	margin-right: 20px;
	color: #fff;
	font-size: 1.4rem;
	background-color: #a54c1a;
	cursor: pointer;
}
.btn3{
	float: left;
	padding: 10px;
	border-radius: 5px;
	margin-right: 20px;
	color: #fff;
	font-size: 1.4rem;
	background-color: #754c35;
	cursor: pointer;
}
.collection{
	overflow: hidden;
	margin-bottom: 20px;
}
.erwei1{
	margin-top: 20px;
}
.erwei1>img{
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
}
.footer_logo1{
	width: 150px;
	margin: 0 auto 20px;
}
