@charset "UTF-8";

@import url("../../local-fonts/iconfont/iconfont.css");

/*
 * 手机端公共Style样式
 */

body {
    max-width: 640px;
    margin: 0 auto !important;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
    background-color: #f7f7f7;
}

a {
    text-decoration: none !important;
}

ul, p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

:focus, a {
    outline: none;
}

input, img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: middle;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: inherit;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.header, .footer-fixed {
    max-width: 640px;
    margin: auto;
}

.footer {
    max-width: 640px;
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;
    color: #848689;
    font-size: 12px;
    padding: 15px 0;
    /*background-color: #ffffff;*/
}

/* fast-nav-box start */
.fast-nav-box {
    width: 100%;
    height: 100%;
}

.fast-nav {
    right: 12px;
    bottom: 18%;
    position: fixed;
    width: 50px;
    height: 50px;
    max-height: 50px;
    z-index: 999;
    overflow: hidden;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 30px;
    transition: all .3s linear;
}

.fast-nav.active {
    width: 50px;
    height: 339px;
    max-height: 339px;
    padding-top: 8px;
}

.fast-nav-icon {
    border-radius: 50%;
    background-color: #f92028;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 8px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    line-height: 1.4;
    text-align: center;
}

.fast-nav-list {
    overflow: hidden;
}

.fast-nav-list .nav-list-item {
    text-align: center;
    padding: 10px 0 4px 0;
}

.list-nav-icon .nav-icon-link {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}

.nav-list-text {
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2;
}

.fast-nav-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 104;
    background: rgba(0, 0, 0, .4);
    display: none;
}

/* fast-nav-box end */

/* colle-head start */
.colle-head {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 11px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
}

.colle-head-title {
    margin: auto;
}

.colle-body {
    width: 100%;
    height: auto;
    position: relative;
    top: 42px;
    margin-bottom: 60px;
}

.head-back-link {
    color: #232326;
}

/* colle-head end */

.stats-code {
    display: none;
}
