/*公共头部*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    background: #fff;
}

body {
    font-size: 15px;
    font-family: -apple-system-font, "Helvetica Neue", sans-serif;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
}

a,
img {
    border: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p,
div,
span {
    word-break: break-all;
}

.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1100;
}

html#html {
    font-size: 55.2px!important;
}

.allfixedtop {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 1100;
}

.allfixedtop .fixed {
    position: static;
}

.fixed .top {
    width: 100%;
    height: .64rem;
    line-height: .64rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed .g_return {
    display: inline-block;
    position: absolute;
    left: .3rem;
    width: .17rem;
}

.fixed .g_return img {
    display: inline-block;
    width: 100%;
    margin-top: -2px;
    vertical-align: middle;
}

.fixed .pagetit {
    max-width: 4.76rem;
    font-size: .36rem;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%;
    line-height: .64rem;
    margin: 0 auto;
    text-align: center;
}

.topchoice {
    font-size: .28rem;
    color: #3997f9;
    height: 100%;
    line-height: .64rem;
    position: absolute;
    right: .3rem;
    top: 0;
}

.topchoice img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}

.nomore_list {
    margin: 0 auto;
    width: 30%;
}

.getwebjumpurl,
.g_return {
    cursor: pointer;
}

.openAPP {
    padding: .1rem .2rem;
    background-color: #3997f9;
    color: #fff;
    font-size: .24rem;
    position: fixed;
    bottom: 1.2rem;
    left: 50%;
    border-radius: .1rem;
    transform: translateX(-50%);
    display: none;
    align-items: center;
    z-index: 1000;
}

.openAPP:hover {
    color: #fff;
}

.openAPP>img {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    margin-right: .1rem;
}