﻿@charset "utf-8";
/* CSS Document */
*{ 
	margin:0; 
	padding:0; 
	font-family:"Microsoft YaHei";
}
li{ 
	list-style:none;
}
.toasttj2{
	z-index:1003;
	font-size: 1.37em;
	position: fixed;
	bottom:25%;
	width: 100%;
	opacity:0;
	height: 24px;
	display: none;
	transition: opacity 1s ease-out;
}
.clearboth{ 
	clear:both;
}
table{
	border-collapse: collapse;
}
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clever:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
body{
    background: #f4f5f9;
}
li, img, label, input {
    vertical-align: middle;
}
a:visited {
    text-decoration: none;
}
a{
	text-decoration: none;
}

.mainbody{
    max-width: 100%;
    margin: auto;
    margin-bottom: 45px;
}

.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	z-index: 2;
}
.foot_nav{
	width: 100%;
	height: 50px;
	border-top: 1px solid #eee;
}
.foot_nav ul{
	display: flex;
	display: -webkit-flex;
}
.foot_nav ul li{
	width: 20%;
}
.foot_nav ul li a{
	display: block;
	color: #222;
	padding-top: 5px;
}
.foot_nav ul li i{
	display: block;
	width: 25px;
	height: 25px;
	margin: auto;
}
.nav_a i{
	background: url(../images/nav_a_off.png) no-repeat;
	background-size: 25px;
}
.nav_a.tuin i{
	background: url(../images/nav_a_on.png) no-repeat;
	background-size: 25px;
}
.nav_a.tuin span{
	color: #E7260D;
}
.nav_b i{
	background: url(../images/nav_b_off.png) no-repeat;
	background-size: 25px;
}
.nav_c i{
	background: url(../images/nav_c.png) no-repeat;
	background-size: 30px;
}
.nav_c span{
	color: #FFF;
}
.nav_d{
	position: relative;
}
.nav_d i{
	background: url(../images/nav_d_off.png) no-repeat;
	background-size: 25px;
}
.nav_d b{
	position: absolute;
    top: 2px;
    right: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #d00;
    color: #fff;
    border-radius: 50%;
    font-weight: normal;
    font-size: 0.8em;
    text-align: center;
}
.nav_e i{
	background: url(../images/nav_e_off.png) no-repeat;
	background-size: 25px;
}
.nav_e.tuin i{
	background: url(../images/nav_e_on.png) no-repeat;
	background-size: 25px;
}
.nav_e.tuin span{
	color: #E7260D;
}
.foot_nav ul li span{
	display: block;
	text-align: center;
	font-size: 0.7em;
	margin-top: 2px;
}
.nav_c_a{
	width: 65px;
	height: 55px;
	padding-top: 12px!important;
	background: #E7260D;
	border-radius: 50%;
	margin: auto;
	position: relative;
	top: -12px;
}


/*tou*/
.mainhead{
	width: 100%;
	height: 46px;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
}
.head_bd{
	width:100%;
	height:46px;
	border-bottom: 1px solid #ddd;
	display:flex;
	display:-webkit-flex;
}
.head_left{
	width: 11%;
	position:relative;
}
.head_left i{
	position:absolute;
	width:20px;
	height:20px;
	top:13px;
	left:10px;
	background:url(../images/back.png) no-repeat;
	background-size:20px;
}
.head_left a{
	display:block;
}
.head_center{
    width: 80%;
    margin-right: auto;
    position: relative;
}
.head_center_span{
	border:1px solid #ddd;
	display: block;
    height: 29px;
    line-height: 29px;
    padding-left: 30px;
  
    border-radius: 15px;
    background: #fff;
    margin-top: 9px;
    font-size: 0.8em;
    color: #666;
}
.head_center_span i{
    position: absolute;
    top: 17px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/index_sousuo.png) no-repeat;
    background-size: 15px;
}



.message_del{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 12;
}
.message_del_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.message_del ul{
	width: 82%;
	position: absolute;
	top: 40%;
	left: 9%;
	margin-top: -60px;
	background: #fff;
	box-shadow: 0 0px 8px rgba(0,0,0,0.5);
	border-radius: 5px;
}
.message_del ul li{
	line-height: 20px;	
}
.message_del ul li:nth-child(1){
	font-size: 18px;
	color: #666;
	font-weight: bold;
	text-align: center;
	padding: 15px 20px 0;
}
.message_del ul li:nth-child(2){
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	text-align: left;	
	padding: 15px 20px 20px;
	color: #666;
}
.message_del ul li:nth-child(3){
	font-size: 18px;	
	color: #666;
	display: flex;
	display: -webkit-flex;
}
.message_del ul li:nth-child(3) a{
	width: 50%;
	text-align: center;	
	height: 50px;
	line-height: 50px;
	color: #666;
	text-decoration: none;
}
.message_del ul li:nth-child(3) a:nth-child(1){
	border-right: 1px solid #eee;
}


/*loading*/
/*样式*/
.loading{
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.loading .loading_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
}
.loading .loading_box{
	position: absolute;
	width: 50%;
	top: 50%;
	left: 25%;
	margin-top: -15px;
	text-align: center;
}
.loading .loading_box img{
	width: 30px;
	height: 30px;
	animation: loading 1s linear infinite;
	-webkit-animation: loading 1s linear infinite;
}
@keyframes loading{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}
@-webkit-keyframes loading{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}
/*样式a*/
.loadinga{
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	z-index: 4;
}
.loadinga .loading_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);
}
.loadinga .loading_box{
	position: absolute;
	width: 160px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -80px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border-radius: 7px;
	color: #fff;
}
.loadinga .loading_box img{
	width: 30px;
	height: 30px;
	animation: loadinga 1s linear infinite;
	-webkit-animation: loadinga 1s linear infinite;
}
@keyframes loadinga{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}
@-webkit-keyframes loadinga{
	0%{transform: rotate(0deg);}
	50%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}

/*头部导航*/
.nav_box{
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    opacity: 1;
    border-bottom: 1px solid #ddd;
}
.nav_left{
    width: 11%;
    position:relative;
}
.nav_left i{
    position:absolute;
    width:20px;
    height:20px;
    top:13px;
    left:10px; 
}
.nav_left a{
    display:block;
    color: #222;
}
.nav_center{
    width: 80%;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.nav_center span{
	font-size: 1.2em;
}
.nav_right{
    width: 11%;
    position:relative;
}
.nav_right i{
    position:absolute;
    width:20px;
    height:20px;
    top:13px;
    left:10px;
    background:url(../images/hl.png) no-repeat;
    background-size:20px;
}

.dd_top_left i{
	background:url(../images/back.png) no-repeat;
    background-size:20px;
}



/*头部导航-start*/
.otherdh{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 46px;
	border-bottom: 1px solid #f7b500;
	background: #fff;
	z-index: 5;
}
.othera{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 46px;
	background:url(../images/back_w.png) 12px center no-repeat;
    background-size:20px;
}
.othertitle{
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 1.1em;
	/*background: linear-gradient(#e43939 0%,  #bd1010 50%, #e43939 100%);*/
	background: #e7260d;
	color: #fff;
}
.otherserach{
	border:1px solid #ddd;
	display: block;
    height: 29px;
    line-height: 29px;
    padding-left: 30px; 
    border-radius: 15px;
    background: #fff;   
    font-size: 0.8em;
    color: #666;
    position: relative;
    top: 8px;
    left: 12%;
    width: 75%;
    text-align: left;
}
.otherserach i{
    position: absolute;
    top: 8px;
    left: 10px;
    width: 15px;
    height: 15px;
    background: url(../images/index_sousuo.png) no-repeat;
    background-size: 15px;
}
.otherb{
	position: absolute;
	top: 0px;
	height: 46px;
	width: 60px;
	text-align: center;
	line-height: 46px;
	right: 0px;
	font-weight: normal;
	color: #fff;
}
.menu{
	position: absolute;
	top: 0px;
	height: 46px;
	width: 50px;
	text-align: center;
	line-height: 46px;
	right: 0px;
	font-weight: normal;
	color: #093;
	background: url(../images/menu_w.png) center center no-repeat;
	background-size: 20px;
}
.menu_list{
  width: 150px;
  background: rgba(32,32,32,1);
  color: #222;
  position: fixed;
  top: 40px;
  right: 3px;
  padding: 5px 0px;
  border-radius: 5px;
  z-index: 20;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  display: none;
}
.menu_list > i{
  width: 10px;
  height: 10px;
  /*border-width: 1px;
  border-style: solid;
  border-color: transparent transparent rgba(0,0,0,1);*/
  /*border-top: 1px solid #eee;*/
  /*border-left: 1px solid #eee;*/
  position: absolute;
  top: -5px;
  right: 15px;
  background: rgba(32,32,32,1);
  /*background: ;*/
  transform: rotate(45deg);
}
.menu_list li{
  width: 100%;
  text-align: center;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
}
.menu_list li a{
  color: #fff;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  text-align: center;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
}
.menu_list li a i{
	width: 50px;
}
.menu_home span{
	border-bottom: 1px solid #eee;
}
.menu_home i{
	background: url(../images/homec.png) center center no-repeat;
	background-size: 22px;
}
.menu_user i{
	background: url(../images/user.png) center center no-repeat;
	background-size: 22px;
}
.menu_list li a span{
	width: 95px;
	text-align: left;
}
.menu_list_bg{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: #fff;
	z-index: 19;
  	display: none;
}

/*头部导航-end*/




/*公共向上弹框*/
.find_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    display: none;
}
.find{
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    display: none;
    background: #fff;
}
.find ul li{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    border-bottom: 1px solid #eee;
}
.find_title{
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    font-size: 1em;
    border-bottom: 1px solid #eee;
    color: #666;
}
.find_close{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #f90;
}
.find_select{
    color: #d00;
    background: url(../images/gou.png) no-repeat;
    background-size: 20px;
    background-position:  80% 15px;
}


.not_goodsin{
	width: 100%;
	margin-top: 50px;
}
.not_goodsin span{
	text-align: center;
	display: block;
	height: 40px;

}
.not_goodsin_a{
	display: flex;
	justify-content: center;
}
.not_goodsin a{
	display: block;
	width: 110px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: rgba(244,0,0,0.9);
	color: #fff;
	box-shadow: 1px 1px 4px rgba(244,0,0,0.3);
	margin: auto 10px; 
}

.more_loader_spinner {
    text-align: center;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 15px 0px;
}
.get_more {
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
}
.jiazai {
    width: 95%;
    height: 20px;
    margin: auto;
}
.jiazai em {
    display: block;
    width: 25%;
    float: left;
    height: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}
.jiazai span {
    display: block;
    width: 50%;
    float: left;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.biaoji{
	position: absolute;
	top: -10px;
    right: -31px;
    width: 90px;
    height: 50px;
    line-height: 68px;
    text-align: center;
	color: #fff;
	background: #f00;
	font-size: 0.75em;
	transform: rotate(45deg);
}
.biaoji_yellow{
	background: #f90;
}
.biaoji_red{
	background: #e00;
}
/*搜索*/
.serach_box{
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 33;
}
.ser_h{
	width: 100%;
	height: 46px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	position: relative;
}
.ser_a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 46px;
	background:url(../images/back.png) 12px center no-repeat;
    background-size:20px;
}
.ser_put{
	position: relative;
	text-align: center;
	height: 46px;
	line-height: 46px;
	font-size: 1em;
	text-align: center;
	line-height: 46px;
	width: 65%;
	margin: auto 13%;
}
.ser_put input{
	width: 85%;
	height: 28px;
	border-radius: 7px;
	border: 1px solid #bbb;
	background: #CACBCD;
	outline: none;
	position: absolute;
	left: 0;
	top: 9px;
	padding-left: 15%;
}
.ser_put i{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 16px;
	left: 10px;
	background: url(../images/index_sousuo.png) no-repeat;
    background-size: 15px;
}
.ser_text{
	position: absolute;
	top: 0px;
	height: 46px;
	width: 60px;
	text-align: center;
	line-height: 46px;
	right: 0px;
	font-weight: normal;
	color: #000;
	border: 0;
	background: #fff;
	font-size: 1.1em;
}

.ser_hang{
	display: flex;
	height: 40px;
	padding: 0px 0;
}
.ser_hleft{
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	margin-right: auto;
	font-size: 0.9em;
	color: #666;
}
.ser_hright{
	margin-right: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/trash.png) center center no-repeat;
	background-size: 20px;
}
.ser_lishi{
	display: flex;
	flex-wrap: wrap;
	width: 96%;
	margin-left: 2%;
}
.ser_lishi span{
	padding: 3px 9px;
	border: 1px solid #555;
	margin: 0 8px 8px 0px;
	font-size: 0.9em;
	color: #222;
}
.ser_lishi b{
	font-size: 0.9em;
	padding-left: 20px;
	color: #666;
}


.index_ewm{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    display: none;
}
.index_ewm_bg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.index_ewm_box{
    position: absolute;
    top: 20%;
    left: 15%;
    width: 64%;
    max-height: 70%;
    background: #fff;
    margin: auto;
    border-radius: 10px;
    padding: 10px 3%;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.index_ewm_title{
    text-align: center;
    font-size: 1em;
    padding-bottom: 5px;
    position: relative;
}
.index_ewm_text{
    margin-top: 5px;
}
.index_ewm_text img{
    width: 100%;
}
.index_ewm_box i{
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    background: url(../images/delete_w.png) center center no-repeat rgba(0,0,0,0.6);
    background-size: 15px;
    border-radius: 50%;
}
