html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

img {
    border: none
}

body {
    background: white
}

ol, ul, li {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

i, cite, em, var, address, dfn {
    font-style: normal
}

.cf:after, .cf:before {
    content: '';
    display: table
}

.cf:after {
    clear: both
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

a {
    text-decoration: none
}

embed {
    max-width: 100%
}

html {
    height: 100%
}

body {
    height: 100%;
    position: relative;
    min-width: 320px;
    /*max-width: 640px;*/
    margin: 0 auto;
    font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", SimSun, "宋体", Heiti, "黑体", sans-serif
}

.g-header {
    height: 44px;
    background-image: linear-gradient(-135deg, #354682 0%, #0459A9 100%);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    max-width: 640px;
    margin: 0 auto
}

.g-header .go-back {
    width: 12px;
    height: 23px;
    margin-top: 3px;
    position: absolute;
    cursor: pointer;
    background: url(../img/icon_dazuo.png) no-repeat;
    background-size: 12px 23px;
    -webkit-background-size: 12px 23px;
    display: block;
}

.g-header .logo {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../img/icon_home.png) center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    vertical-align: top;
    margin: 10px 15px;
    float: left
}

.g-header .back {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../img/back.png) center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    vertical-align: top;
    margin: 10px 15px 0 0;
	background-size: 30px;
}

.g-header .border {
    width: 1px;
    height: 100%;
    background: #0A448E;
    box-shadow: 1px 0 0 0 #1566B3;
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: left;
    margin-right: 15px
}

.g-header .menu-btn1 {
    width: 18px;
    cursor: pointer;
    background: url(../img/icon_menu_1.png) center center no-repeat;
    background-size: 100% 13px;
    -webkit-background-size: 100% 13px;
    display: block;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 15px;
    top: 0
}

.g-header .linkhead {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
    margin: 0 0
}

.g-header .linkhead h1 {
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0 0;
    float: right;
    font-weight: 500
}

.g-header .go-share {
    width: 18px;
    height: 20px;
    margin-top: 5px;
    position: absolute;
    cursor: pointer;
    background: url(../img/icon_fenxiang.png) no-repeat;
    background-size: 18px 20px;
    -webkit-background-size: 18px 20px;
    display: block;
    float: right;
    right: 15px;
    top: 6px
}

.g-header h1 {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px
}

.loginout-dia {
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.loginout-dia .loginout-dia-box {
    width: 300px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.loginout-dia .loginout-dia-box p {
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #2D3859;
    padding-top: 40px
}

.loginout-dia .loginout-dia-box .loginout-btn {
    width: 100%;
    border-top: 1px solid #D8D8D8;
    display: table;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 0
}

.loginout-dia .loginout-dia-box .loginout-btn .loginout-cancel {
    display: table-cell;
    width: 50%;
    border-right: 1px solid #d8d8d8;
    text-align: center;
    font-size: 17px;
    color: #358AD6;
    cursor: pointer
}

.loginout-dia .loginout-dia-box .loginout-btn .loginout-submit {
    display: table-cell;
    width: 50%;
    text-align: center;
    font-size: 17px;
    color: #358AD6;
    cursor: pointer
}

.menu-dia {
    width: 100%;
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
    display: none
}

.menu-dia.menu-dia1 {
    top: -54px
}

.menu-dia .menu-dia-box {
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    display: inline-block
}

.menu-dia .menu-dia-box .account-panel {
    width: 100%;
    height: 65px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 65px
}

.menu-dia .menu-dia-box .account-panel .user-logo {
    width: 40px;
    height: 40px;
    padding: 0 10px 0 15px;
    float: left;
    display: inline-block
}

.menu-dia .menu-dia-box .account-panel .user-logo img {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 4px;
    box-shadow: 0 0 1px 0 rgba(187, 187, 187, 0.5);
    vertical-align: middle
}

.menu-dia .menu-dia-box .account-panel .account-info {
    display: inline-block;
    float: left;
    height: 65px;
    line-height: initial
}

.menu-dia .menu-dia-box .account-panel .account-info p {
    font-size: 14px;
    color: #596380;
    max-width: 200px;
    padding-top: 15px
}

.menu-dia .menu-dia-box .account-panel .account-info span {
    font-weight: 600;
    font-size: 16px;
    color: #FF9500;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 3px
}

.menu-dia .menu-dia-box .account-panel .account-info span i {
    margin-left: 4px;
    width: 15px;
    height: 15px;
    background: url(../img/icon_money.png) center center no-repeat;
    background-size: 15px 15px;
    -webkit-background-size: 15px 15px;
    display: inline-block;
    position: relative;
    top: 2px
}

.menu-dia .menu-dia-box .account-panel .recharge {
    width: 80px;
    height: 34px;
    background: #FF9500;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 15.5px;
    right: 15px;
    cursor: pointer
}

.menu-dia .menu-dia-box .account-panel .login-register-btn {
    background: #609ED6;
    width: 92%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin: 15.5px 4% 0 4%;
    vertical-align: top
}

.menu-dia .menu-dia-box .menu-content {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top
}

.menu-dia .menu-dia-box .menu-content a {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #2D3859;
    line-height: 34px;
    cursor: pointer;
    margin-right: 35px;
    cursor: pointer
}

.menu-dia .menu-dia-box .menu-content .a-mr50 {
    margin-right: 25px
}

.menu-dia .menu-dia-box .menu-content .a-mr80 {
    margin-right: 40px
}

.menu-dia .menu-dia-box .menu-content .a-mr0 {
    margin-right: 0
}

.menu-dia .menu-dia-box .menu-content .menu-login-out {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #2D3859;
    line-height: 34px;
    cursor: pointer
}

.f-download {
    position: relative;
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 5
}

.f-download div {
    float: left;
    display: inline-block
}

.f-download div:nth-of-type(1) {
    margin-right: 10px;
    width: 36px;
    height: 36px
}

.f-download div:nth-of-type(1) img {
    width: 36px;
    height: 36px;
    z-index: 6;
    vertical-align: top;
    position: inherit;
    right: inherit;
    bottom: inherit
}

.f-download div:nth-of-type(2) .detail {
    font-size: 14px;
    color: #F7B52C;
    line-height: 14px;
    margin-top: 2.5px;
    display: initial
}

.f-download div:nth-of-type(2) p {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    max-width: 200px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}

.f-download div:nth-of-type(3) {
    float: right;
    padding: 2.5px 0
}

.f-download div:nth-of-type(3) p {
    width: 80px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: white;
    background: #0C57A4;
    border-radius: 2px;
    font-size: 15px;
    margin-top: 0;
    cursor: pointer
}

.f-download p {
    line-height: 10px;
    margin-top: 5px
}

body {
    background: #eef1f4
}

.g-main {
    margin-top: 0.88rem
}
