html {
    -webkit-text-size-adjust: 100%;/*字体缩放样式*/
    -ms-text-size-adjust: 100%;/*字体缩放样式（IE）*/
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
}

img {
    display: block;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

li {
    list-style: none;
}

input {
    outline: none;
}

.vue {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f5f5f6;
    overflow: auto;
}

.vue::-webkit-scrollbar {
    display:none;
}

[v-cloak] {
    display: none;
}

.hand {
    cursor: pointer;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}

.heavy {
    font-weight: bold;
}

.ab_both_middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fix_both_middle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fix_ver_middle {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}

.ab_ver_middle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.ab_hor_middle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gray {
    background-color: #fafafa;
}

/* 主体部分通用样式 */
.banner_wrap {
    width: 100%;
    height: auto;
}

.banner_wrap > img {
    width: 100%;
    height: auto;
}

.position_wrap {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #d9d9d9;
}

.position_wrap > span {
    line-height: 60px;
    color: #838383;
}

.pw_1:after {
    width: 7px;
    height: 7px;
    border-right: 1px #a1a0a0 solid;
    border-bottom: 1px #a1a0a0 solid;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-left: 5px;
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
}

