﻿

html {
  color: #000;
  font-size: 16px
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0
}

body{
	overflow-x:hidden;
}
body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family:"PingFangSC-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"\5FAE\8F6F\96C5\9ED1";
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left
}

caption,
th {
  text-align: inherit
}

ul,
ol,
menu {
  list-style: none
}

fieldset,
img {
  border: 0
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020"
}

textarea {
  overflow: auto;
  resize: vertical
}

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0
}

mark {
  background-color: transparent
}

a,
ins,
s,
u,
del {
  text-decoration: none
}

sup,
sub {
  vertical-align: baseline
}

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family:"\5FAE\8F6F\96C5\9ED1";
  color: #333;
  font-size: 14px;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

hr {
  height: .02rem;
  margin: .1rem 0;
  border: medium none;
  border-top: .02rem solid #cacaca;
}

a {
  text-decoration: none;
}
.fl{
	float: left;
}

.clearfix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* 导航 */
.nav-box{
	width:100%;
	height:68px;
	background:linear-gradient(0deg,rgba(231,39,27,1),rgba(202,26,15,1));
}
.nav-content{
	width:1200px;
	height:68px;
	margin:0 auto;
}

.content{
	width:1200px;
	margin:0 auto;
}

.logo-box{
	width:82px;
	height:32px;
	padding-top:18px;
	margin-right:34px;
}
.logo-box img{
	width:100%;
	height:100%;
}

.nav-wapper li{
	display:inline-block;
	width:112px;
	height:68px;
	line-height: 68px;
	color:#FFFFFF;
	font-size:18px;
	text-align: center;
}
.nav-wapper li a{
	color:#fff;
}
.nav-wapper li:hover{
	background:linear-gradient(0deg,rgba(249,207,148,1),rgba(254,221,152,1));
	color:#DE281D;
	cursor: pointer;
}
.nav-wapper li:hover a{
	color:#DE281D;
}
.phone-li{
	width:256px !important;
}
.phone-li:hover{
	background:none !important;
	color:#fff !important;
	cursor: default !important;
}
.banner-box{
	width:100%;
	background-color:#DD281D;
}
.banner-box img{
	width:100%;
}
.bg-color{
	width:100%;
	background-color:#DD281D;
	background-image: url("../image/bg.png");
}
.title-box{
	height:88px;
	text-align: center;
	margin-bottom:36px;
}
.title-box img{
	height:100%;
}
.youhui-box a{

}
.youhui-box .youhui-img-box{
	width:280px;
	display:block;
	margin-right:26px;
}
.youhui-box .youhui-img-box img{
	width:100%;
}
.youhui-box .youhui-img-box:last-of-type{
	margin-right:0;
}

/* 商品列表 */
.goods-list .goods-item{
	width:386px;
	height:375px;
	background-color:#fff;
	margin-right:21px;
	padding-top:7px;
	position: relative;
	margin-bottom:20px;
}
.goods-list .goods-item:nth-child(3n) {
	margin-right:0;
}
.goods-list .goods-item .img-bg-box{
	background-position: top;
	background-repeat: no-repeat;
	background-size:100% 100%;
	width:374px;
	height:170px;
	margin:0 auto;
	position: relative;
}
.goods-list .img-bg-box{
	background-image:url("../image/goods-1-bg.png");
	
}
.goods-list .img-bg-box2{
	background-image:url("../image/goods-2-bg.png");
	
}

.goods-list .img-bg-box3{
	background-image:url("../image/goods-3-bg.png");
	
}

.goods-list .goods-item .title-img{
	width:100%;
}
.goods-list .goods-item a:hover{
	width: 386px;
    height: 375px;
    background-color: #fff;
    opacity: .7;
    position: absolute;
    top: 7px;
    display: block;
}

.goods-item .img-bg-box .youhui-num{
	width:128px;
	height:36px;
	background:linear-gradient(45deg,rgba(237,67,57,1) 0%,rgba(250,94,69,1) 81%);
	border-radius:0px 0px 0px 28px;
	position: absolute;
	right:0;
	color:#fff;
	font-size:18px;
	line-height:36px;
	text-align:right;
	padding-right:12px;
}
.goods-item .img-bg-box .goods-title{
	font-family:Source Han Sans CN;
	font-weight: bold;
	font-size:34px;
	color:#fff;
	text-align:center;
	padding-top:60px;
}
.goods-item .img-bg-box .goods-desc{
	background-color:#FC4E01;
	border-radius: 15px;
	width:338px;
	height:30px;
	font-size:14px;
	color:#fff;
	line-height:30px;
	margin:0 auto;
	text-align: center;
	margin-top:12px;
	font-family: SourceHanSansCN-Regular;
}
.goods-item .img-bg-box .goods-desc2{
	background-color:#0673E5;
	width:338px;
	
}

.goods-item .img-bg-box .goods-desc3{
	background-color:#FF9000;
	width:308px;
	
}
.goods-item .goods-info{
	padding:30px 20px;
}
.goods-item .goods-info .f1{
	font-size:18px;
	color:#DD281D;
	font-weight: 400;
}
.goods-item .goods-info .f2{
	font-size:28px;
	color:#DD281D;
	font-weight: 400;
}
.goods-item .goods-info .f3{
	text-decoration: line-through;
	color:#999999;
	font-size:16px;
	margin-top:14px;
}
.goods-item .goods-info .f4{
	color:#DD281D;
	font-size:18px;
	margin-top:17px;
	font-weight: 400;
}
.goods-item .goods-info .buy-btn{
	background:linear-gradient(0deg,rgba(245,80,70,1),rgba(221,40,29,1));
	border-radius:21px;
	font-size:18px;
	color:#fff;
	width:286px;
	height:42px;
	line-height:42px;
	text-align:center;
	margin:0 auto;
	margin-top:25px;
}

.fuli-list .fuli-item{
	background-color:#fff;
	width:366px;
	height:240px;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px;
}
.fuli-list .fuli-item:nth-child(3n){
	margin-right:0;
}
.icon-box{
	width:120px;
	height:120px;
}
.icon-box img{
	width:100%;
}
.fuli-title{
	color:#DD281D;
	font-size:24px;
	font-weight: bold;
}
.fuli-info{
	width:208px;
	margin-left:16px;
}
.fuli-title{
	margin-top:21px;
}
.fuli-desc{
	color:#666666;
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:26px;
	margin-top:19px;
	text-align: justify;
	height:96px;

}
.get-btn{
	width:120px;
	height:36px;
	line-height:36px;
	background:linear-gradient(0deg,rgba(245,80,70,1),rgba(221,40,29,1));
	border-radius:18px;
	color:#FFFFFF;
	margin-top:24px;
	text-align:center;
	font-size:16px;
}

.fixed-btn{
	position: fixed;
	bottom:0px;
	left:0;
	width:164px;
}
.fixed-btn img{
	width:100%;
}

.fixed-bottom{
	width:100%;
	height:122px;
	position: fixed;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.5);
}
.fixed-img1{
	width:119px;
	position:relative;
	z-index:999;
}
.fixed-bottom-wapper{
	background:linear-gradient(170deg,rgba(255,184,109,1),rgba(255,147,82,1));
	height:122px;
	border-radius: 0 0 0 60px;
}
.fixed-bottom-wapper .fixed-f1{
	color:#E93619;
	font-size:30px;
	font-family:Source Han Sans CN;
	font-weight:500;	
	margin-top:28px;
}
.fixed-bottom-wapper .fixed-f2{
	color:#E93619;
	font-size:18px;
	font-family:Source Han Sans CN;
	font-weight:500;	
	margin-top:14px;
}
.fixed-bottom-wapper .line{
	background-color:#FFBD83;
	height:84px;
	width:2px;
	margin-top:17px;
	margin-left:32px;
}
.fixed-bottom-wapper .form-box{
	margin-left:48px;
}
.fixed-bottom-wapper .form-box .label-style{
	color:#E93619;
	font-size:16px;
	font-family:Source Han Sans CN;
	font-weight:500;
	line-height:38px;
	margin-top:22px;
}
.fixed-bottom-wapper .form-box input{
	width:155px;
	height:36px;
	line-height:36px;
	border-radius: 18px;
	padding-left:10px;
}
.yuyue-btn{
	background:linear-gradient(0deg,rgba(245,80,70,1),rgba(221,40,29,1));
	border-radius:18px;
	width:120px;
	height:36px;
	line-height:36px;
	color:#fff;
	font-size:16px;
	text-align:center;
	cursor: pointer;
	margin-top:30px;
	margin-left:30px;
}
.fixed-bottom-wapper .f3{
	color:#E93619;
	font-size:12px;
	font-family:Source Han Sans CN;
	font-weight:500;
	margin-top:10px;
	margin-left:37px;
}
.fixed-bottom-wapper .code-box{
	margin-left:30px;
	margin-top:12px;
	text-align: center;
}

.fixed-bottom-wapper .f5{
	color:#E93619;
	font-size:12px;
	font-family:Source Han Sans CN;
	font-weight:500;
	margin-top:9px;
}
.close-btn{
	position: absolute;
	top:0;
	right:-40px;
	cursor: pointer;
}

.fixed-left{
	position: fixed;
	left:0;
	top:100px;
	/* top:0 */
}
.fixed-left .hb-box{
	height: 163px;
	position: absolute;
	top: 279px;
	left: 30px;
	cursor: pointer;
	width: 124px;
}
.fixed-left .img-box{
	width:186px;
	height:464px;
	background-size:100%;
	background-repeat: no-repeat;
	position: relative;
	background-image: url('../image/left-fixed.png');
}
.fixed-left .img-box img{
	width:100%;
}
.fixed-left .img-box .btn-img{
	width:109px;
}
.fixed-left .btn-img-box{
	text-align: center;
	position: absolute;
	top: 106px;
}
.go-top{
	width:122px;
	height:22px;
	background:linear-gradient(180deg,rgba(255,235,160,1) 0%,rgba(231,142,92,1) 100%);
	border-radius:0px 0px 9px 9px;
	font-size:12px;
	font-family:SourceHanSansCN-Regular,SourceHanSansCN;
	font-weight:400;
	color:rgba(98,35,0,1);
	line-height:22px;
	text-align: center;
	margin-left:32px;
	position: absolute;
	bottom:0;
	cursor: pointer;
}

.hongbao-box-content{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	overflow:hidden;
	background-color:rgba(0,0,0,.5)
}
.hongbao-box{
	width:383px;
	position: absolute;
	top:100px;
	left:50%;
	margin-left:-191.5px;

}
.hongbao-box img{
	width:100%;
}