@charset "UTF-8";
*{
    -webkit-tap-highlight-color: transparent;
}
body{
    font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.head{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 44px;
    z-index: 1000;
    border-bottom: solid 1px #e2e2e2;
    background: #f7f7f7;
}
.head .head_back{
    position: absolute;
    width: 50px;
    height: 44px;
    font-size:14px;
    top: 6px;
    left:5px;
    line-height: 44px;
    color: #333;
    text-align: center;
    z-index: 1001 ;
}

.icon-back-img {
    width: 13px;
    height: 20px;
}

a{
    text-decoration: none;
}
a:hover, a:active, a:link, a:visited {
    outline: 0;
}
.head-title {
    height: 44px;
    line-height: 44px;
    color: #00af89;
    font-size: 16px;
    text-align: center;
}
h1{
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
h2{
    font-size: 14px;
    font-weight: 700;
}
p{
    margin: 0 0 5px;
    text-indent: 2em;
    font-size: 12px;
    line-height: 150%;
}