dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
p,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	margin: 0;
	padding: 0;
	font-size: 3vw;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}

img {
	border: 0;
}

* {
	padding: 0;
	margin: 0;
}

ol,
ul,
li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

input,
textarea,
button,
select {
	outline: none;
}

textarea {
	resize: none;
}

i,
em,
cite {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
}

.hide {
	display: none;
}

* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
}

a{
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

-webkit-user-select: none;

-moz-user-focus: none;

-moz-user-select: none;
}


/*头部*/	 
.gy_title{
	width: 100%;
	overflow: hidden;
	height: 10vw;
	line-height: 10vw;
	padding: 0 3vw;
	color: #fff;
	text-align: center;
	background-color: #ff6a1d;
}
.gy_title img{
	float: left;
	margin-top: 2vw;
}
.gy_title h2{
	display: inline-block;
	font-size: 4.3vw;
	 
	 
}
/*主要内容部分*/
/*热门*/
.hot_cont{
	width: 100%;
	overflow: hidden;
	 
}
 
.lo_po{
	width: 100%;
	overflow: hidden;
	padding-top: 1vw;
	background-color: #fff;
}
.hot_cont ul li {
	width: 19%;
	float: left;
	font-size: 3.6vw;
	height: 8vw;
	line-height: 9vw;
	margin: 0 7.1vw;
	color: #333;
	text-align: center;
}

.hot_cont ul .active {
	padding-bottom: 2.4vw;
	border-bottom: 2px solid #ff732c;
}
/*循环内容部分*/
.hot_cont .cl_on{
	width: 93%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 2.5vw;
}
.hot_list {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 2.5vw;
	background-color: #fff;
	padding-bottom: 2vw;
}
.hot_list a{
	display: block;
	overflow: hidden;
	width: 100%;

}
.hot_list img{
	width: 100%;
	height: 45vw;
	border-radius:5px 5px 0 0;
}
.hot_list .bot_pri{
	 padding: 2vw 3vw 0 3vw;
	 overflow: hidden;
}
.hot_list .bot_pri h2{
	font-size: 3.5vw;
    color: #333;
    height: 9.5vw;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 1.5vw;
}
 
.hot_list .bot_pri .price{
	font-size: 4.3vw;
    color: #ff6d1a;
    float: left;
    margin-right: 4vw;
}
.hot_list .bot_pri .original{
	font-size: 3vw;
    color: #999;
    margin-top: 1vw;
    text-decoration: line-through; 
    float: left;
}
.hot_list .bot_pri .buy{
	width: 19%;
    float: right;
    height: 6.2vw;
    line-height: 6.2vw;
    font-size: 3vw;
    border: 1px solid #ff6d1a;
    background-color: #ff6d1a;
    color: #fff;
    text-align: center;
    border-radius: 15px;
}
.hot_list .bot_pri .buy a{
	color: #fff;
}
 
/*往期好品*/
.hot_list02{
	 background-color: #f5f6f7;
	 padding-bottom: 1vw;
}
.hot_list02 .hot_list_bj{
	display: block;
	height: 24vw;
    background: url(../images/hao.png) center no-repeat;
    background-size: 100% auto;
    position: relative;

}
.hot_list02 .hot_list_bj .date{
	width: 31%;
    border: 1px solid #ffba85;
	font-size: 3vw;
	padding: 0.5vw 0;
	color: #fff;
	text-align: center;
	border-radius:15px ;
	position: absolute;
	bottom: 2vw;
	left: 29vw;
}
 