*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    min-height: 100%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
main,
nav,
section,
summary {
    display: block;
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,h2,h3,h4,h5,h6,
pre,
ul,ol,li,
dl,dt,dd,
form,
a,
fieldset,
input,
th,
td{
    margin:0;
    padding:0;
    border:0;
    outline:none;
    word-break: break-all;
    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif}
select,textarea{
    outline:none;
    font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif}
table {
    border-collapse:collapse;
    border-spacing:0}
fieldset,img {
    border:0}
address,caption,cite,code,dfn,em,b,i,strong,th,var{
    font-style:normal;
    font-weight:normal}
ol,ul {
    list-style:none;}
a{
    color:#333;
    text-decoration:none}
caption,th{
    text-align:left;}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal}
abbr,acronym{
    border:0}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.clearfix:before,
.clearfix:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}
.hide{
    display: none;
}
.text-left{
    text-align: left !important;
}
body{
    width: 10rem !important;
    margin: 0 auto !important;
    position: relative;
    background: #f3f3f3;
}

/* 公用头部 */
/*.header_top{
    height: 1.28rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}*/
.header-top{
   /* height: 1.28rem;*/
    height: 1.20rem;
    padding: 0 0.2rem;
    width: 10rem;
    position: fixed;
	top: 0;
    z-index: 999;
  /*  border-bottom: 2px solid #e6e6e6;*/
   /* background: #fff;*/
   /* background-color: rgba(255,255,255,0);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
  /*  background-color: rgba(18,196,74,0.1);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    background-color: rgba(60,158,98,0.2);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}
/* logo */
.head-logo{
    display: inline-block;
    width: 2.3467rem;
    height: 0.72rem;
    margin-top: 0.28rem;
    vertical-align: middle;
}
.head-logo > img{
    width: 2.3467rem;
    height: 0.72rem;
    vertical-align: middle;
}
/* 定位 */
.head-locattion{
	display: inline-block;
    width: 2.3467rem;
    height: 0.72rem;
  /*  margin-top: 0.28rem;*/
    vertical-align: middle;
	color: #fff;
	font-size: 0.3733rem;
	text-align: center;
}

.head-locattion:after{
    content: "";
    display: inline-block;
    width: 0.173334rem;
    height: 0.106667rem;
   /* margin: -0.06rem 0 0 0.2rem;*/
    margin: 0 0 0 0.2rem;
    vertical-align: middle;
 /*   background: url(../images/st-down-ico.png) no-repeat;*/
    background: url(../images/st-down-white-ico.png) no-repeat;
    background-size: contain;
}
/* 搜索 */
.head-search{
    display: inline-block;
    width: 5rem;
    height: 0.72rem;
   /* margin: 0.28rem 0 0 0.32rem;*/
    margin: 0.28rem 0 0 0.1rem;
    position: relative;
}
.search-ico{
    display: inline-block;
    width: 0.3733rem;
    height: 0.3733rem;
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    background: url("../images/search-btn-ico.png") center no-repeat;
    background-size: contain;
}
.search-text{
    width: 100%;
    height: 0.72rem;
    padding-left: 0.8267rem;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 0.32rem;
    background: #d7dbe4;
}
.head-user{
    height: 0.72rem;
    position: absolute;
    top: 0.28rem;
    right: 0.2rem;
}
.head-user .user-name{
   /* color: #34c26a;*/
    color: #fff;
    height: 0.72rem;
    line-height: 0.72rem;
}
.head-user .user-name .ico{
    display: inline-block;
    width: 0.4534rem;
    height: 0.5334rem;
    vertical-align: middle;
    margin: -6px 10px 0 0;
  /*  background: url("../images/user-head-ico.png") center no-repeat;*/
    background: url("../images/user-head-white-ico.png") center no-repeat;
    background-size: contain;
}
.back-link-icon{
    display: block;
    width: 0.3rem;
    height: 0.48rem;
    position: absolute;
    top: 0.4rem;
    left: 0.4rem;
    background: url("../images/st-back-page-ico.png") center no-repeat;
    background-size: contain;
}
.page-title-bar{
    height: 1.28rem;
    line-height: 1.28rem;
    font-size: 0.48rem;
    text-align: center;
}
.st-logo{
   position: absolute;
    left: 0.4rem;
    top:50%;
    margin-top: -0.24rem
}
.st-logo a{
    display: block;
    width: 2.146667rem;
    height: 0.506667rem;
    text-align: center;
    vertical-align: middle;
}
.st-logo a img{
    vertical-align: middle;
    max-width: 2.146667rem;
    max-height: 0.506667rem;
}
.st-search{
    position: absolute;
    top:50%;
    left: 2.83333rem;
    margin-top: -0.4rem;
    background-color: #f6f6f8;
}
.st-search-icon{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/search-ico.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 0.2rem;
}
.st-search input{
    width: 5.26667rem;
    height: 0.8rem;
    font-size: 0.37334rem;
    background-color: #f6f6f8;
}
/* 快捷用户中心 */
.st-top-menu{
    display:block;
    width:0.48rem;
    height:0.48rem;
    position:absolute;
    right: 0.4rem;
    top:50%;
    margin-top: -0.24rem;
}
.st-user-menu{
    display: block;
    width:0.48rem;
    height:0.48rem;
    background: url("../images/st-user-menu-ico.png") center no-repeat;
    background-size: contain;
}
.header-menu-bg{
    display: none;
    position: fixed;
    top: 1.28rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: rgba(0,0,0,.05);
}
.st-down-bar{
    display: none;
    position: absolute;
    top: 0.8rem;
    right: -0.2rem;
    z-index: 999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #263846;
}
.st-down-bar:before{
    content: "";
    display: block;
    width: 0.373334rem;
    height: 0.186667rem;
    position: absolute;
    top: -0.17rem;
    right: 0.2rem;
    border-left: 0.186667rem solid transparent;
    border-right: 0.186667rem solid transparent;
    border-bottom: 0.186667rem solid #263846;
}
.st-down-bar > ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.st-down-bar > ul > li{
    border-bottom: 1px solid #566673;
}
.st-down-bar > ul > li:last-child{
    border-bottom: 0;
}
.st-down-bar > ul > li > a{
    display: block;
    color: #fff;
    width: 3.573334rem;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.4rem;
    font-size: 0.373334rem;
}
.st-down-bar .icon{
    display: inline-block;
    width: 0.48rem;
    height: 0.48rem;
    vertical-align: middle;
    margin: -0.16rem 0.266667rem 0 0;
}
.st-down-bar .home-ico{
    background: url("../images/home-icon.png") center no-repeat;
    background-size: contain;
}
.st-down-bar .search-ico{
    background: url("../images/search-icon.png") center no-repeat;
    background-size: contain;
}
.st-down-bar .center-ico{
    background: url("../images/user-center-icon.png") center no-repeat;
    background-size: contain;
}

.page-content{
    display: block;
    position: absolute;
    top: 1.28rem;
    left: 0;
    right: 0;
    bottom: 0rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.show-content{
    display: block;
    position: absolute;
    top: 1.28rem;
    left: 0;
    right: 0;
    bottom: 1rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.mr_0{
    margin-right: 0!important;
}
.ml_0{
    margin-left: 0!important;
}