/* reset */
*{
	box-sizing: border-box;
}
html,body {
    font: 12px/1.5 PingFangSC-Semibold, PingFang SC,"microsoft yahei";
    color:#404040;
}
body,p,pre,blockquote,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
form,fieldset,legend,select,
input,textarea,button,
table,caption,tr,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse: collapse;
}
ol,ul {
    list-style:none;
}
i{font-style: normal;}
fieldset,img {
    border:0 none;
}
img {
    /*max-width: 100%;*/
    display: block;
}
a {
    color: #fff;
    text-decoration:none;
}
a:hover{
   color: #FF5212;
}
body{
	background-color: #2D3143;
}
.w180{
  width: 180px;
}
.ellipsis {
    overflow: hidden;
    display: -webkit-box;
	max-height: 1.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.flex-between{
	display: flex;
	justify-content: space-between;
}

.ml5{
	margin-left: 5px;
}
.mr5{
	margin-right: 5px;
}
.linkOrange a,.linkOrange .iconfont2,
.linkOrange button {
  color: #FF5212;
}
.linkOrange a:hover,
.linkOrange button:hover {
  color: #FF5212;
  cursor: pointer;
}
.linkOrange a:active,
.linkOrange button:active {
  color: #E16103;
}
.linkWhite a,.linkWhite .iconfont2,
.linkWhite button {
  color: #fff;
}
.linkWhite a:hover,
.linkWhite button:hover {
  color: #fff;
  cursor: pointer;
}
.linkWhite a:active,
.linkWhite button:active {
  color: #fff;
}
input,button,textarea,select,option {
    font-family:inherit;
    font-size:100%;	
    outline: 0;
}
textarea {
    overflow: auto;
    resize: none;
}
@font-face {
  font-family: 'iconfont';  /* project id 191556 */
  src: url('http://at.alicdn.com/t/font_96ompomdqukxogvi.eot');
  src: url('http://at.alicdn.com/t/font_96ompomdqukxogvi.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_96ompomdqukxogvi.woff') format('woff'),
  url('http://at.alicdn.com/t/font_96ompomdqukxogvi.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_96ompomdqukxogvi.svg#iconfont') format('svg');
}
@font-face {
  font-family: 'iconfont2';  /* Project id 3750747 */
  src: url('http://at.alicdn.com/t/c/font_3750747_rj18c56z5ss.woff2?t=1668847134114') format('woff2'),
       url('http://at.alicdn.com/t/c/font_3750747_rj18c56z5ss.woff?t=1668847134114') format('woff'),
       url('http://at.alicdn.com/t/c/font_3750747_rj18c56z5ss.ttf?t=1668847134114') format('truetype');
}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill, input[type=text]:focus, input[type=password]:focus, textarea:focus  {
       -webkit-box-shadow: 0 0 0 1000px white inset;
       outline: 0;
}
#keyword{
      box-shadow: inset 0 0 0 1000px #fff !important;
}
.iconfont{
  font-family:"iconfont";
  font-size:14px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.red{
  color: #f22e00!important
}
.cf:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cf,.clearfix{*+height:1%;}
.fl{
  float: left;
}
.fr{
  float: right;
}
.container,.nav{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


/* 公共头部 */

.head_top {
  width: 100%;
  height: 32px;
  background: #373B50;
}
.head_topCenter {
  position: relative;
}

.head_select {
  float: left;
  line-height: 32px;
  cursor: pointer;
}
.head_select::after {
  display: block;
  content: "";
  clear: both;
}
.head_stateLogo {
  width: 18px;
  float: left;
  margin-right: 5px;
  margin-top: 11px;
}
.head_p2 {
  float: left;
  font-size: 12px;
  color: #fff;
  display: inline-flex;
  align-items: center;
}
.head_stateText {
  float: left;
  margin-right: 5px;
}
.head_stateMoney {
  float: left;
}
.head_p {
  float: left;
  color: #fff;
  font-size: 12px;
}
.head_p b {
  font-weight: normal;
}
.head_stateDown {
  float: left;
  margin-left: 5px;
  margin-top: 0px;
  color: #fff;
  text-align: center;
}
.head_option {
  position: absolute;
  top: 30px;
  width: 120px;
 background: #505675;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.35);
 border-radius: 8px;
 border: 1px solid #696F8F;
  display: none;
  z-index: 100;
  padding: 8px 0;
}
.head_option li {
  width: 100%;
  line-height: 30px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  z-index: 1000;
 
}
.head_option li::after {
  display: block;
  content: "";
  clear: both;
}
.head_option li:hover {
  background: #F5F5F5;
  color: #505675;
}
.head_option li a{
	color: #fff;
	display: flex;
	align-items: center;
}
.head_option li img{
	width:24px;
	margin-right: 8px;
	margin-left: 12px;
}
.head_option li:hover a{
  color: #505675;
}
.head_optionLoge {
  width: 18px;
  float: left;
  margin: 12px 10px 0 20px;
}
.head_optionText {
  float: left;
  color: #222222;
}
.head_optionMoney {
  float: left;
  margin-left: 5px;
  color: #555555;
}
.head_optionMoney b {
  font-weight: normal;
}
.head_optionAngle {
  position: absolute;
  top: -5px;
  left: 40px;
  width: 10px;
  height: 10px;
  background: #505675;
  transform: rotate(360deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #505675;
}
.head_optionCover {
  width: 25px;
  height: 15px;
  background: #505675;
  position: absolute;
  left: 32px;
  top: 0px;
}
.head_frCont {
  position: relative;
  float: right;
}
.head_frOl {
  color: #222222;
  font-size: 12px;
}
.head_frOl::after {
  display: block;
  content: "";
  clear: both;
}
.head_frOlLi {
  float: left;
  line-height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.head_long {
  background: rgba(255,255,255,0.3);
  margin: 0 15px 0 15px;
  width: 0.5px;
  height: 10px;
  display: inline-block;
}
.head_signIn i {
   margin-right: 5px;
}
.head_logo{
	padding: 25px 0;
	display: flex;
	justify-content: space-between;
}
.head_logo .logo{width: 280px;}
.head_logo .navlist{
	display: flex;
	align-items: flex-start;
	margin-top: 18px;
}
.head_logo .navlist li{
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	margin-right: 40px;
	
}
.head_logo .navlist li a{
	padding-bottom: 4px;
}
.head_logo .navlist li a:hover, .head_logo .navlist li .on{
	color:#FF5212;
	border-bottom: 2px solid #FF5212;
}
.head_logo .cart{
	font-size: 16px;
	margin-top: 18px;
}
.head_logo .cart a i{
	font-size: 20px;
	margin-right: 5px;
}
.head_logo .cart a{
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-left: 20px;
}
.head_bot{
	margin-bottom: 12px;
	position: relative;
}
.head_bot .catenav{
	width: 240px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,0.85);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 16px;
}
.head_bot .catenav i{
	font-size: 24px;
	font-weight: normal;
}
.head_bot .search{
	width: 688px;
	height: 48px;
	padding: 0 15px;
	background-color: #fff;
	border-radius: 8px;
	margin: 0 16px;
	position: relative;
}
.head_bot .search form{
	display: flex;
	align-items: center;
	height: 48px;
}
.head_bot .search .hot{
	position: absolute;
	left: 15px;
	top:50%;
	transform: translateY(-50%);
	color: rgba(0,0,0,.25);
}
.head_bot .search .hot a{
	color: rgba(0,0,0,.25);
}
.head_bot .search .hot a:hover{
	color: #FF5212 ;
}
.head_bot .search form .txt{
	border: 0 none;
	flex: 1;
}
.head_bot .search form .mbtn{
	width: 80px;
	height: 32px;
	background: url(../images/ico_search.png) no-repeat 15px center,linear-gradient(90deg, #FF7131 0%, #FF4101 100%);
	/* background-color: linear-gradient(90deg, #FF7131 0%, #FF4101 100%);
	background-image:  url(../newimages/ico_search.png);
	background-repeat: no-repeat ;
	background-position: 0 center; */
	border-radius: 16px;
	border: 0 none;
	color: #fff;
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	text-align: center;
	text-indent: 15px;
}
.head_bot .menuLink{
  width: 238px;
  height: 50px;
  padding-left: 80px;
  background: url('../images/7_hot.png') no-repeat 0 center;
  display: flex;
}
.menuLink a{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 8px;
	margin-left: 8px;
	text-align: center;
	color: #2D3143;
	line-height: 1.1;
}
.menuLink a i{
	font-size: 22px;
	display: block;
	
	padding-top: 6px;
}
.menuLink a:hover{
	color: #FF5212;
}
.menuLink a.qcodehover{
  position: relative;
}

.menuLink a.qcodehover img{
  position:absolute;
  top:50px;
  right: 0;
  margin-left:-129px;
  z-index:100;
  display: none;
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 25%);
}
.menuLink a.qcodehover:hover img{
  display: block;
}

/* 顶部导航 */
.topnavbg{
  height: 36px;
  line-height: 36px;
  background-color: #fbfcfb;
  color: #777;
}

.topnav a{
  padding-right: 10px;
  color: #777;
}
.topnav a:hover{
  text-decoration: none;
  color: #555
}
.topnav .fr a{
  padding: 0 10px
}
.topnav .iconcart i{
  color: #f22e00;
  vertical-align: top;
  padding-left:5px;
  font-weight: bold;
}
.topnav .iconcart i.iconfont{
  padding: 0;
  padding-right: 5px;
  font-weight: normal;
}
.topnav .iconcart i.iconfont:before{
  content: "\e600";
}



/* 头部 */
.head{
  padding:12px 0 10px;
}
.head .logo{
  width: 200px;
}
/* .search{
  width: 630px;
  padding-left: 50px;
  padding-top: 15px;
}
.search form{
  border: 3px solid #008ad3;
  height: 30px;
  position: relative;
}
.search form .hot {
    display: block;
    text-align: left;
    color: #aab2bd;
    position: absolute;
    right:90px;
    top: 4px;
}
.search form .hot a {
    color: #bbb;
    margin-right: 5px;
    display: inline-block;
    background: #f0f0f0;
    padding: 2px 3px;
}
.search i.iconsearch{
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #cfd0cf;
  text-align: center;
}
.search i.iconsearch:before{
  font-size:20px;
  content: "\e601";
  vertical-align: -10px;
}
.search form input[type="text"]{
  width: 498px;
  height: 30px;
  line-height: 30px;
  border: 0 none;
   vertical-align: top;
}
.search .mbtn{
  width: 88px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: 0 none;
  background-color: #008ad3;
  vertical-align: top;
}
.searchTit{margin-top: 4px; color: #999} 

.menuLink{
  width: 158px;
  height: 52px;
  padding-left: 130px;
  background: url('../newimages/headkf.gif') no-repeat;
  margin-top: 8px;
}
.menuLink a{
  display: block;
  float: left;
  width: 44px;
  height: 52px;
  margin-right: 8px;
}
.menuLink a.qcodehover{
  position: relative;
}

.menuLink a.qcodehover img{
  position:absolute;
  top:52px;
  right: 0;
  margin-left:-129px;
  z-index:100;
  display: none
}
.menuLink a.qcodehover:hover img{
  display: block;
}

.navbg{
  height: 44px;
  line-height: 44px;
  background-color: #36a9e2;
  font-size: 18px;
}
.nav{position: relative;}
.nav .side{
  float: left;
  width: 204px;
  height: 44px;
  text-align: center;
  font-weight: normal;
  background-color: #0088bc;
}
.nav .side a,.nav .navlist a{
  color: #fff;
}
.nav a{text-decoration: none;}

.nav .navlist{
  float: left;
  margin-left: 10px;
}
.nav .navlist li{
 float: left;
}
.nav .navlist a{
  display: block;
  padding: 0 32px;
}
.nav .navlist a:hover{
  background: #0088bc;
}*/
.hbSelect{ float:right; background:#0088bc; padding:0 8px; margin: 4px 0; line-height: 36px;}
.hbSelect .money{ float:left; color: #fff; font-size: 16px;}
.hbSelectbg{ border:0 none;margin-left:5px; line-height:30px; width:66px; font-size:14px; float:left; position:relative}
.hbSelectbg span{ display:inline-block;width:50px; padding-right:16px; color:#444; margin-top:5px; line-height: 26px; background:#fff;text-align:center; border-radius:3px; position:relative; cursor:pointer}
.hbSelectbg span i{ font-style:normal}
.hbSelectbg span .arrow{background:url(../newimages/hbarrow.jpg) no-repeat 0 -10px; display:block; position:absolute; top:11px; right:6px; width:12px; height:8px;}
.hbSelectbg span.on .arrow{ background-position:0 0}
.hbSelectbg ul{ display:none; position:absolute; background:#fff; color:#444; width:106px; left:-40px; top:28px; padding:8px 0; z-index: 111;}
.hbSelectbg ul li{}
.hbSelectbg ul li a{ padding:4px 10px 4px 26px; height:18px; line-height:18px; display:block;background:url(images/RMB.png) no-repeat 10px center }
.hbSelectbg ul li a.hb1{background:url(../newimages/hbIco1.jpg) no-repeat 10px center}
.hbSelectbg ul li a.hb2{background:url(../newimages/hbIco2.jpg) no-repeat 10px center}
.hbSelectbg ul li a.hb3{background:url(../newimages/hbIco3.jpg) no-repeat 10px center}
.hbSelectbg ul li a:hover{ background-color:#cecece; color:#fff;}

.catlist{
  position: absolute;
  top: 64px;
  width: 240px;
  height: 516px;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.25);
  border-radius: 8px;
  z-index: 22;
}
.catlistcont{
  padding: 0px 18px;
  line-height: 2;
  font-size: 0;
}
.catlist li{position: relative; cursor: pointer;}
.catlist li.current{
  background-color: #fafafa;

}
.catlist li.current .catlistcont{
  /*padding-left: 16px;
  border-left: 3px solid #fb7626;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-left: -1px; 
  padding: 2px 5px 4px 16px*/
}

.catlistcont a{
  display: inline-block;
  width: 50%;
  font-size: 12px;
}


.categoryList{
  position: absolute;
  top: 0;
  left: 240px;
  box-shadow: 8px 4px 8px 0px rgba(0,0,0,0.25);
 /* border: 1px solid #dfdfdf; */
  background-color: #fafafa;
  width: 236px;
  padding: 10px 15px;
  color: #377dc9;
  font-family: "微软雅黑";
  line-height: 20px;
  font-size: 0;
  display: none;
  z-index: 22;
}
.catlistcont .catlistItem{
	color: rgba(0,0,0,0.65);
	line-height: 30px;
	font-size: 12px;
	height: 40px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.catlistcont .catlistItem a{
  color: rgba(0,0,0,0.65);
  width: auto;
}
.catlist li:last-child .catlistItem{
	border-bottom: 0 none;
}
.catlist li .categoryList a {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}
.catlistcont h4{
	height: 36px;
	line-height: 36px;
	background: url(../images/icon_xl.png) no-repeat right center;
	margin-top: 8px;
}
.catlistcont h4 a{
  font-size: 14px;
  font-weight: 600;
  color: rgba(0,0,0,0.85);
}
.buybtn{
	display: inline-block;
	width: 56px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: linear-gradient(90deg, #FF7131 0%, #FF4101 100%);
	border-radius: 16px;
}
.buybtn:hover{
	color: #fff;
}
.footer{
	background: #373B50;
}
.footer{
	 color: rgba(255,255,255,0.65);
}
.f_bottomContent {
  padding: 35px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08);;
}
.f_bottomContentItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex: 1;
  padding-right: 25px;
}
.f_bciImg {
  color: #FF5212;
}
.f_bciImg .iconfont2{
	 font-size: 40px;
	 line-height: 1;
}
.f_bciText {
  margin-left: 10px;
}
.f_bcitTitle {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  color: #fff !important;
}
.f_bcitContent {
  margin-top: 2px;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}
.f_mid{
	padding: 36px 0;
}
.f_mid1{
	width: 260px;
}
.f_mid1>img{
	margin: 15px 0;
}
.f_mid1 p i.iconfont2{
	margin-right: 5px;
}
.f_mid2{
	width: 740px;
	display: flex;
}
.f_mid2 dl{
	padding-right: 40px;
}
.f_mid2 dl dt{
	font-size: 16px;
	padding-bottom: 10px;
	color: #fff;
}
.f_mid2 dl dd{
	padding: 3px 0;
}
.f_mid2 a{
	color: rgba(255,255,255,0.65);
}
.f_mid2 .lastdl{
	padding-right: 0;
}
.f_mid2 .lastdl img{
	width: 88px;
	border-radius: 8px;
}
.f_bot{
	padding: 35px 0;
	border-top: 1px solid rgba(255,255,255,0.08);
	text-align: center;
	color: rgba(255,255,255,0.65);
}
.f_bot a{
	color: rgba(255,255,255,0.65);
}
.f_bot p img{
	display: inline-block;
	margin-top: 15px;
}

.home_right {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 100;
  width: 56px;
  /* height: 225px; */
  background: #484E6A;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.25);
  border-radius: 8px;
  
}
.home_right li{
	padding: 0 8px;
	height: 56px;
	text-align: center;
}
.home_right li:hover{
	background: #FF5212;
}
.home_right li:nth-child(1){
	border-radius: 8px 8px 0 0;
}
.home_right li:nth-child(4){
	border-radius: 0 0 8px 8px;
}
.home_right li a{
	height: 56px;
	padding: 10px 0;
	display: block;
	line-height: 1;
	color:rgba(255,255,255,0.8) ;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}
.home_right li a i{
	font-size: 22px;
	display: block;
}
.home_right li:nth-child(4) a{
	border-bottom: 0 none;
}


.xm-pagenavi {
  padding:30px 0;
  text-align:center;
  font-size:14px;
}
.xm-pagenavi .numbers {
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:34px;
  padding:5px 12px;
  margin:0 2px;
  border-width:1px;
  border-style:solid;
  border-color:#e6e9ed;
  vertical-align:middle;
  color:#656d78;
  line-height: 20px;
}
.xm-pagenavi .numbers:first-child,.xm-pagenavi .numbers:last-child {
  padding-left:20px;
  padding-right:20px;
}
.xm-pagenavi a.numbers:hover {
  text-decoration:none;
  background:#f5f7fa
}
.xm-pagenavi span.numbers {
  color:#ccd1d9
}
.xm-pagenavi span.current {
  color:#fff;
  background:#DD4250;
  border: 0 none;
}
.xm-pagenavi span.current a{color:#fff;}
.xm-pagenavi .first {
  border-left-width:1px;
}
.xm-pagenavi .last {
}
.xm-recharge-form {
  padding:16px;
  font-size:12px;
  color:#434a54
}
.xm-recharge-form fieldset {
  margin:0 0 10px;
  padding:0;
  border:0
}
.xm-recharge-form label {
  display:inline-block;
  *display:inline;
  *zoom:1
}
.xm-recharge-form label input {
  margin-right:2px;
  _margin-right:0
}
.xm-recharge-form .fieldset-name {
  float:left;
  width:42px
}
.xm-recharge-form .xm-recharge-tel label {
  margin-bottom:5px
}
.xm-recharge-form .xm-recharge-tel input {
  width:180px;
  height:24px;
  padding:7px 8px;
  border:1px solid #e6e9ed;
  font-size:12px;
  line-height:24px;
  outline:0;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  -webkit-transition:border-color .3s;
  -moz-transition:border-color .3s;
  -o-transition:border-color .3s;
  transition:border-color .3s
}
.xm-recharge-form .xm-recharge-tel input:focus {
  color:#656d78;
  border-color:#DD4250
}
.xm-recharge-form .xm-recharge-tel .xm-recharge-tips {
  font-size:12px
}
.xm-recharge-form .xm-recharge-price .fieldset-text {
  color:#DD4250
}
.xm-recharge-form .xm-recharge-submit {
  margin:10px 0 0
}
.xm-recharge-form .xm-recharge-submit .btn-recharge-submit {
  width:198px;
  height:40px;
  border:0;
  line-height:40px;
  color:#fff;
  background:#DD4250;
  filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)
}


.pagebar{
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin:20px 0;
}