﻿@charset "utf-8";
a{text-decoration:none;color:#333}
ul,li{list-style:none;margin:0;padding:0}
html{background: #FFF}
@media only screen and (min-width:640px ){
	body{
		margin:0 auto;
		width:640px;
	}
}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.6}
body{-webkit-touch-callout:none;line-height:inherit;font-size:14px;color:#333}
input,label,select,textarea{outline:0;-webkit-user-modify:read-write-plaintext-only;-webkit-tap-highlight-color:transparent;}
label{-webkit-user-modify:read-only;}
input{border:none;background:0 0;-webkit-appearance:none;}
section{min-height:20px;}
section img{ width:100%;}
.mt10{margin-top: 10px;}
.mp10{padding: 10px;}
.mt20{margin-top: 20px;}
.kuang{border:1px solid #ddd; border-radius:2px}

/********index********/
.indexinfo1{margin:10px;background:#ffffff;overflow:hidden;}
.indexinfo{margin:10px;background:#F5F5F5;overflow:hidden;}
.indexinfo .tit,.indexinfo .txt{ padding:5px 0px}
.indexinfo .tit{ color:#090}

.indexinfo .tit1{ color:#090;font-size: 20px}

.btn{margin:10px;}
.btn .weui-btn_plain-default{ width:80%}

.whead{position:relative;left:0px;top:0px;width:100%;z-index:999}
.whead .tab{height:40px; line-height:40px;background:#f5f5f5;color:#333; text-align:center;}
.whead .tab i{font-style:normal;margin:10px 5px;}
.whead .tab i a{width:20px;height:20px;display:block}
.whead .tab i.l{position:absolute;left:10px;width:20px;height:20px;background:url(../image/back.png) no-repeat; background-size:20px 20px;}
.whead .tab i.r{position:absolute;right:10px;width:20px;height:20px;background:url(../image/class.png) no-repeat; background-size:20px 20px;}
