
/*reset: 重设外观 */
html{ font-size: 62.5%;}
a{ text-decoration:none; color:#333333;}
body,div,q,iframe,form,
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
img,fieldset{border: none 0;}
body,td,textarea,p,span,a{word-break: normal; line-height:1.8;}
body,input,textarea,select,button{margin: 0; font-size: 1.2rem; font-family: "微软雅黑";}
div,p,table,th,td{ line-height:inherit;}
td,a{word-wrap:break-word; word-break:break-all;}
ul,dl,li{list-style: none outside;}
em,i,u,q,s,dl,caption{ font-style: normal; font-weight: normal; text-decoration: none; }
p{text-align: left; text-justify: inter-ideograph; margin-top:0em; margin-bottom:1em;}
textarea {line-height:1.4;}
label{display:block;}
* html textarea,*+html textarea {overflow:auto; overflow-x: hidden; }/*使多行文本框不显示默认的竖向滚动条*/
* html iframe, * html frame {overflow:auto; }/*使浮动窗口不显示默认的竖向滚动条*/
* html input {overflow: hidden; }/*使按钮文字不溢出*/
input[type=button], input[type=submit], input[type=file], input[type=text], button { cursor: pointer; -webkit-appearance: none; }
/*end reset*/

/*Global:常用样式*/
.fl{ float:left; _display:inline;}
.fr{ float:right; _display:inline;}
.clearfix{display: block; display: table; *display: inline-block; _height: 1%;}
.clearfix:after {content:'\20'; display:block; clear:both;}
.clearself{ overflow:hidden; _overflow:visible; _height:1%;}
.inline-block{display:inline-block;*zoom: 1;*display: inline;vertical-align:middle;overflow:hidden;}
.justify{ text-align: justify; text-justify: inter-ideograph;}
.clear{font-size:0;height:0;line-height:0;overflow:hidden;clear:both;}
/* end Global */
/*head footer css start*/
body{
    color: #333;
}
html,body{
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
.wrapBox{
    position: relative;
}
.header{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    height:4rem;
    line-height: 4rem;
    background: #fff;
    text-align: center;
    z-index: 1000;
    color: #333;
    font-size: 1.8rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.headerCon {
    height: 100%;
    padding: 0rem 1.4rem;
   display: box;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
    box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-pack: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
}
.header .left {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
   display: box;
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
    box-pack: center;
    -webkit-box-pack: center;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    height: 100%;
}
.header .right{
  display: inline-block;
    height: 100%;
}
.header .left .imglogo{
    width: 16rem;
    height: 4rem;
    display: block;
    overflow: hidden;
    background: url(../images/logo.png) no-repeat top left;
    background-size: contain;
    z-index: 2;
}
.header .title{
	display: -webkit-box;
}
.sous{
	display: inline-block;
	width: 100%;
	height: 3rem;
	line-height:4rem;
	position: relative;
	background: #F4F4F4;
	border-radius: 4rem;
	text-align: left;
	margin-top: .6rem;
}
.sous input{
	display: inline-block;
	text-align: left;
	width:80%;
	height: 3rem;
	line-height: 3rem;
	border: none;
	outline: none;
	text-indent: 1rem;
	background: none;
	position: relative;
	top:-.8rem;
}
.sous i{
    position: absolute;
    right: .2rem;
    top: 50%;
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    display: block;
    background: url(../images/sous.png) no-repeat center center;
    background-size: 60%;
    cursor: pointer;
    z-index: 9;
}
.btnindex{
	cursor: pointer;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.header .mores {
	display: inline-block;
	width: 9px;
	height: 20px;
    background: url("../images/mores.jpg") no-repeat center center;
    background-size:contain;
	padding: 0 2rem;
	cursor: pointer;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1rem;
}
.conBox{
    width:100%;
	display: inline-block;
    top:6rem;
	padding-top: 6rem;
    -webkit-overflow-scrolling: touch;
	border-top: 1px solid #E4E4E4;
	overflow: hidden;
}

.footer{
	display: inline-block;
    width:100%;
    height: auto;
	background: #f4f4f4;
}

/*head footer css end*/
/*button css*/
.setUpBtn{
    width: 90%;
    margin: 0 auto;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.6rem;
    color: #ffffff;
    background: #3385f3;
    border-radius: 0.5rem;
    text-align: center;
    margin-top: 2rem;
    cursor: pointer;
}
/*头部更多Css*/
.moreList {
    width: 10rem;
    position: absolute;
    top: 4rem;
    right: 0.1rem;
    background: #fff;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border: 1px solid #ddd;
    z-index: 9;
    display: none;
}
.moreList .arrowdown {
    position: absolute;
    top: -0.9rem;
    right: 0.3rem;
    width: 1.5rem;
    height: 1rem;
    background: url(../images/arrowdown.png) no-repeat center center;
    background-size: 97%;
    z-index: 10;
}
.moreList ul {
    margin-top: -1px;
}
.moreList ul li {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    color: #333;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-size: 1.4rem;
    text-align: left;
    padding-left: 1rem;
}
.header .submit {
    display: block;
    overflow: hidden;
    text-indent: 0rem;
    font-size: 1.6rem;
    margin-right: 1rem;
    cursor: pointer;
    position: relative;
}
div.noDataBox{
    font-size: 1.4rem;
    text-align: center;
    padding:2rem 0rem;
    color: #9e9e9e;
}
.loading{
	display: none;
    position: absolute;
    top: 1.7rem;
    left:1.4rem;
    width: 4.2rem;
    height: 4.2rem;
    background: url(../images/loading.gif) no-repeat center center;
    background-size: 100%;
    z-index: 1;
}
.lastbox{
	display: inline-block;
	padding: 1rem;
	font-size: 1.3rem;
	color: #999;
}
.leftBox{
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
}
.dhua{
	display: inline-block;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: #e9e9e9;
	border-radius: 2rem;
	color: #999;
}
.rightBox{
	display: inline-block;
	width: 100%;
}
.ICP{
	line-height: 3rem;
	text-align: right;
	padding-right: 2rem;
	font-size: 1.3rem;
	color: #999;
}
.lastbox .BM1 {
	flex: 2;
	margin-right: 10px;
}
.lastbox .BM2{
	border: 1px solid #ddd;
	padding: 1rem;
}
.footer .lastbox .BM1 li {
	display: inline-block;
	width: 100%;
	color: #999;
	margin-bottom: 10px;
	position: relative;
}
.BM1 li p{
	padding-left: 2.5rem;
	margin-bottom: 0;
}
.footer .lastbox .BM3 {
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
}
.rightBox .icon5,
.rightBox .icon4,
.rightBox .icon3,
.rightBox .icon2,
.rightBox .icon1{
	float: left;
	width: 28px;
	height: 28px;
	background: url(../images/icon5.png) no-repeat center center;
	background-size: 85%;
	margin: 0 3px;
}
.rightBox .icon4{
	background: url(../images/icon4.png) no-repeat center center;
	background-size: 85%;
}
.rightBox .icon3 {
	background: url(../images/icon3.png) no-repeat center center;
	background-size: 85%;
}
.rightBox .icon2 {
	background: url(../images/icon2.png) no-repeat center center;
	background-size: 100%;
}
.rightBox .icon1 {
	background: url(../images/icon1.png) no-repeat center center;
	background-size: 100%;
}
.dianhua,.chuagz,.weizhi{
	display: inline-block;
	position: absolute;
	top:0;
	width: 28px;
	height: 26px;
	background: url(../images/dianhua.png) no-repeat center center;
	background-size: 80%;
	vertical-align: middle;
}
.maoh{
	position: absolute;
	top:0;
	left:27px;
}
.chuagz{
	background: url(../images/cz.png) no-repeat center center;
	background-size: 80%;
}
.weizhi {
	background: url(../images/diz.png) no-repeat center center;
	background-size: 80%;
}
@media screen and (max-width: 320px) {
   .lastbox,.ICP{
	   font-size: 1.2rem;
   }
}

.nodata {
	width: 100%;
	margin: 30px auto;
}
.nodata p {
	text-align: center;
}

.nodata .noimgs {
	display: inline-block;
	width: 100%;
	height: 16rem;
	background: url(../images/def.png) no-repeat center center;
	background-size: 60%;
}
.animation_image {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 0;
	font-size: 14px;
	color: #999;
}