@charset "UTF-8";
html { height: auto;}
body { background-color: #fff; color: #333;}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }
/* 去掉列表前的标识, li 会继承 */
ol, ul { list-style: none; }
img { line-height: 0; width: 100%; max-height: 100%;}
a { color: #414141; text-decoration: none;}
a:active { color: #2fbc9c;}
input { outline: none; border: 1px solid #dedede;}
button { outline: none; border: none;}
/*手机端点击标签不出现背景和边框之类的*/
a,p,b,i,span,li,ul,div {
    border:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent;
    outline:none;
}
/*很关键：将默认的select选择框样式清除*/
select {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
/*border*/
.bdr-1 {
    border-right: 1px solid #dedede;
}
/*margin*/
.mgt-1b {
    margin-top: 1% !important;
}

.fi-bg {/*盖住头部*/
    background: rgba(0, 0, 0, 0.8);
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    position: fixed;
    z-index:6;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    display: none;
}
/*弹出框*/
.fi-alert-success,.fi-alert-no {
    display: none;
    position: fixed;
    z-index: 6;
    top: 20%;
    left: 9%;
    width: 82%;
    overflow: hidden;
    background-color: #fff;
}
.fi-alert-top {
    width: 100%;
    padding: 3% 0;
    border: 1px solid #dedede;
    overflow: hidden;
}
.fi-alert-top .fi-alert-back {
    float: left;
    padding-left: 3%;
    background: none;
}
.fi-alert-top .fi-alert-close {
    float: right;
    padding-right: 3%;
    background: none;
    font-size: 18px;
}
.fi-alert-content {
    width: 100%;
    overflow: hidden;
}
.fi-alert-content .fi-alert-picture {
    width: 18%;
    margin: 4% auto 2%;
}
.fi-alert-content .fi-alert-describe {
    width: 80%;
    padding: 1% 0;
    margin: 0 auto 4%;
    font-size: 14px;
}
.fi-alert-content .fi-alert-btn {
    width: 86%;
    margin: 4% 7%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #2fbc9c;
}
/*头部*/
.ap-top {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
header {
    width: 96%;
    height: 43px;
    padding: 0 2%;
    overflow: hidden;
    background-color: #f1f1f1;
}
header .back {
    float: left;
    width: 18%;
    line-height: 44px;
    font-size: 14px;
    text-align: left;
    outline: none;
    background: none;
    border: none;
}
header h1 {
    float: left;
    width: 60%;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
header .makesure {
    float: right;
    text-align: right;
    width: 22%;
    color: #2fbc9c;
    background: none;
    line-height: 44px;
    font-size: 14px;
}
