@charset "utf-8";
/* 清除默认样式 */
*,::after,::before{padding:0;margin:0;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-box-sizing:border-box}
body{font-family:"Microsoft YaHei" , "sans-serif";font-size:14px;line-height:1;color:#333;position:relative;background:#fff;}
ul,ol{list-style: none;}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
i,em{font-style: normal;text-decoration: none;}
a{text-decoration: none;color: #333;}
input,textarea{outline: none;resize: none;border: none;}
img{vertical-align: middle;/*清除3px的bug*/border: 0;}

/* float */
.fl{float: left;}
.fr{float: right;}
.clearfix{zoom: 1;}
.clearfix::before,.clearfix::after{content: "";display: table;}
.clearfix::after{clear: both;}

/* text */
.text-center{text-align: center;}
.text-overflow{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* display */
.display-in{display: inline;}
.display-ib{display: inline-block;}
.display-bl{display: block;}
.display-no{display: none;}
.show{display: block !important;}
.hidden{display: none !important;}
.none{display: none;}

/* font */
.fw-bold{font-weight: 700;}
.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-16{font-size: 16px;}
.vt-md{vertical-align: middle;}

/* overflow */
.over-hidden{overflow: hidden;}
.over-auto{overflow: auto;}

/* position */
.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}

/* else */
.cur-pointer{cursor: pointer;}
.img-responsive{display: block;width: 100%;max-width: 100%;height: auto;}

/* dispatch_jump html&css */
.success-msg,.error-msg{margin-top: 40px;text-align: center;}
.success-msg i.success-icon,
.error-msg i.error-icon{display: inline-block;height: 100px;width: 100px;}
.success-msg i.success-icon{background: url(../images/success.png) no-repeat center/100px 100px;}
.error-msg i.error-icon{background: url(../images/error.png) no-repeat center/100px 100px;}
.success-msg p,.error-msg p{padding-top: 18px;font-size: 16px;font-weight: 500;}
.success-btn,.error-btn{padding: 40px 15px 15px;}
.success-btn a,.error-btn a{display: block;height: 40px;line-height: 40px;text-align: center;border-radius: 6px;color: #fff;background-color: #5cb85c;border-color: #4cae4c;}

/* empty start */
.empty{padding-top: 80px;text-align: center;}
.empty .icon-empty{display: inline-block;width: 48px;height: 48px;background: url(../images/empty-icon.png) no-repeat;}
.empty p{margin-top: 2px;}

/* common header */
.common-header{
	height: 50px;
	line-height: 50px;
	background-color: #3498DB;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.common-header .btn-return{
	float: left;
	padding: 6px 0 0 10px;
	height: 100%;
}

.common-header [class^="icon-"]{
	display: inline-block;
}

.common-header .btn-return .icon-left{
	width: 24px;
	height: 24px;
	background: url(../images/turnLeft.png) no-repeat scroll center/cover;
}

.common-header .btn-home{
	float: right;
	padding: 6px 10px 0 0;
}

.common-header .btn-home .icon-home{
	width: 28px;
	height: 28px;
	background: url(../images/home.png) no-repeat scroll center/cover;
}

/* common-footer */
.common-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #1195db;
	height: 55px;
	width: 100%;
	background-color: #1296DB;
}

.common-footer .upload,
.common-footer .personal{
	padding-top: 2px;
	float: left;
	display: block;
	width: 50%;
	height: 100%;
	text-align: center;
}

.common-footer .upload img,
.common-footer .personal img{
	height: 32px;
	width: 32px;
}

.common-footer .upload .upload-name,
.common-footer .personal .personal-name{
	padding-top: 4px;
	color: #f5f5f5;
}

/* footer v2 */
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 13.0667vw;
    background: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footer i{
    display: inline-block;
    width: 5.8667vw;
    height: 5.8667vw;
}

.footer-item a{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-item.active span{
    color: #0097EE;
}

.icon-home{
    background: url(../img/home.png ) no-repeat;
    background-size:100% 100%; 
}

.icon-user{
    background: url(../img/my.png) no-repeat;
    background-size: 100% 100%;
}

.footer-item.active .icon-home{
	background-image: url(../img/home-active.png);
}

.footer-item.active .icon-user{
	background-image: url(../img/my-active.png);
}