* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

body {
    font: 14px Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

input,
label,
select,
option,
textarea,
button,
fieldset,
legend,
pre,
a {
    color: inherit;
    font: inherit;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.pcbody {
    max-width: 640px;
    margin: 0 auto;
}

body {
    background-color: #f0f0f0;
}

.banner {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: none;
}


.header-top {
    background-color: #fff;
    border-bottom: 1px solid #f8f8f8;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4.44444% 0 4.44444%;
    height: 48px;
    position: relative;

}
.header-top>* {
    float: left;
}
.header-top>.login {
    float: right;
    margin-top: 15px;
    margin-left: 3.11111%;
    width: 15px;
    height: 18px;
    background-image: url(../image/user.png);
    background-size: 100% 100%;
}
.header-top>.logo, .header-top .back-btn {
    display: block;
    height: 20px;
    margin-top: 11px;
}
header .head-user img {
    width: 0.45333333rem;
    height: 0.45333333rem;
    border-radius: 50%;
}

.header-top .header-title{
    font-size: 16px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.header-top .back-btn {
    width: 10px;
    height: 18px;
    background: url(../image/fanhui.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 15px;
}
[data-dpr="2"] header p {
    font-size: 30px;
}

[data-dpr="2.5"] header p {
    font-size: 38px;
}

[data-dpr="2.75"] header p {
    font-size: 41px;
}

[data-dpr="3"] header p {
    font-size: 45px;
}

[data-dpr="4"] header p {
    font-size: 60px;
}

header .head-menu {
    color: #333;
    float: left;
    font-size: 12px;
    position: relative;
    width: 1.73333333rem;
    /*padding: 0 20px;*/
    /*padding-left: 0.42666667rem;*/
}

[data-dpr="2"] header .head-menu {
    font-size: 24px;
}

[data-dpr="2.5"] header .head-menu {
    font-size: 30px;
}

[data-dpr="2.75"] header .head-menu {
    font-size: 33px;
}

[data-dpr="3"] header .head-menu {
    font-size: 36px;
}

[data-dpr="4"] header .head-menu {
    font-size: 48px;
}

header .head-menu img {
    position: absolute;
    width: 0.18666667rem;
    height: 0.18666667rem;
    bottom: 0.2rem;
    right: 0;
}

header .head-menu ul {
    position: absolute;
    z-index: 2;
    background-color: #fff;
    display: none;
    left: 0.33333333rem;
    top: 0.93333333rem;
}

header .head-menu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -20px;
    right: 40%;
}

header .head-menu ul li {
    width: 2.5rem;
    height: 1rem;
    line-height: 1rem;
    border-bottom: 1px solid #f3f3f3;
}

.inform {
    height: 0.66666667rem;
    line-height: 0.66666667rem;
    background-color: #ddf3ff;
    position: relative;
    overflow: hidden;
}

.inform div.inform-box {
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    line-height: 55px;
    overflow: hidden;
    width: 90%;
}

.inform .inform-tit {
    font-size: 10px;
    position: relative;
    top: 0;
    color: #139cea;
    display: inline-block;
    height: 100%;
    padding-left: 0.42666667rem;
    list-style: inherit;
    width: 100%;
}

[data-dpr="2"] .inform .inform-tit {
    font-size: 20px;
}

[data-dpr="2.5"] .inform .inform-tit {
    font-size: 25px;
}

[data-dpr="2.75"] .inform .inform-tit {
    font-size: 28px;
}

[data-dpr="3"] .inform .inform-tit {
    font-size: 30px;
}

[data-dpr="4"] .inform .inform-tit {
    font-size: 40px;
}

.inform .inform-tit li {
    list-style-position: inside;
    margin-right: 0.4rem;
    float: left;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.inform .inform-close {
    width: 0.32rem;
    height: 100%;
    background: url("../img/close.png") no-repeat 50% 50%;
    display: inline-block;
    background-size: 100%;
    float: right;
    margin-right: 0.42666667rem;
    z-index: 2;
}

.activit-info {
    position: relative;
    background-color: #f3f3f3;
}

.activit-info img.activit-img {
    height: auto;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: pointer;
}

.activit-info div.imgbanner {
    background: url("../img/imgbanner.png") no-repeat;
    background-size: 100%;
    width: 1.24rem;
    height: 0.58666667rem;
    line-height: 0.58666667rem;
    position: absolute;
    right: 0;
    top: 30px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

[data-dpr="2"] .activit-info div.imgbanner {
    font-size: 20px;
}

[data-dpr="2.5"] .activit-info div.imgbanner {
    font-size: 25px;
}

[data-dpr="2.75"] .activit-info div.imgbanner {
    font-size: 28px;
}

[data-dpr="3"] .activit-info div.imgbanner {
    font-size: 30px;
}

[data-dpr="4"] .activit-info div.imgbanner {
    font-size: 40px;
}

.activit-info .footer-box {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
}

.activit-info .footer-box .activit-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 0.8rem;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    /* 标准的语法 */
    color: #eee;
    font-size: 12px;
    text-align: center;
}

[data-dpr="2"] .activit-info .footer-box .activit-footer {
    font-size: 24px;
}

[data-dpr="2.5"] .activit-info .footer-box .activit-footer {
    font-size: 30px;
}

[data-dpr="2.75"] .activit-info .footer-box .activit-footer {
    font-size: 33px;
}

[data-dpr="3"] .activit-info .footer-box .activit-footer {
    font-size: 36px;
}

[data-dpr="4"] .activit-info .footer-box .activit-footer {
    font-size: 48px;
}

.activit-info .footer-box .activit-footer .like {
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: left;
    padding-left: 0.21333333rem;
    position: absolute;
    left: 0;
    top: 0;
}

.activit-info .footer-box .activit-footer .look {
    text-align: left;
    padding-right: 10px;
    height: 0.8rem;
    line-height: 0.8rem;
    position: absolute;
    left: 33%;
    top: 0;
}

.activit-info .footer-box .activit-footer .time {
    text-align: center;
    height: 0.8rem;
    line-height: 0.8rem;
    position: absolute;
    /*left: 66%;*/
    right: 3%;
    top: 0;
}

.activit-info .footer-box .activit-footer img {
    width: 0.37333333rem;
    margin: -4px 15px;
}

.activit-font {
    min-height: 200px;
    padding:  0.35rem 0.42rem 0;
}

.activit-font .font-main {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.activit-font .font-main > div {
    margin-top: 30px;
}

.activit-font .font-main .activit-head {
    width: 1.33333333rem;
    height: 0.53333333rem;
    line-height: 0.53333333rem;
    background-color: #59a825;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin: 0 0.26rem 0 25px;
    text-align: center;
    float: left;
    border-radius: 10px;
}

[data-dpr="2"] .activit-font .font-main .activit-head {
    font-size: 22px;
}

[data-dpr="2.5"] .activit-font .font-main .activit-head {
    font-size: 28px;
}

[data-dpr="2.75"] .activit-font .font-main .activit-head {
    font-size: 30px;
}

[data-dpr="3"] .activit-font .font-main .activit-head {
    font-size: 33px;
}

[data-dpr="4"] .activit-font .font-main .activit-head {
    font-size: 44px;
}

.activit-font .font-main .proceed,
.activit-font .font-main .prepare,
.activit-font .font-main .end {
    background-color: #fff;
    margin-top: 0rem;
    padding-top: 20px;
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.activit-font .font-main .proceed-tit {
    font-size: 14px;
    color: #333;
    margin-top: 0.05333333rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 6.66666667rem;
    height: 0.46666667rem;
    line-height: 0.46666667rem;
    cursor: pointer;
}

[data-dpr="2"] .activit-font .font-main .proceed-tit {
    font-size: 28px;
}

[data-dpr="2.5"] .activit-font .font-main .proceed-tit {
    font-size: 35px;
}

[data-dpr="2.75"] .activit-font .font-main .proceed-tit {
    font-size: 39px;
}

[data-dpr="3"] .activit-font .font-main .proceed-tit {
    font-size: 42px;
}

[data-dpr="4"] .activit-font .font-main .proceed-tit {
    font-size: 56px;
}

.activit-font .font-main .button {
    width: 100%;
    height: 0.93333333rem;
    line-height: 0.93333333rem;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    color: #ff6600;
    border-top: 1px solid #f3f3f3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
}

[data-dpr="2"] .activit-font .font-main .button {
    font-size: 28px;
}

[data-dpr="2.5"] .activit-font .font-main .button {
    font-size: 35px;
}

[data-dpr="2.75"] .activit-font .font-main .button {
    font-size: 39px;
}

[data-dpr="3"] .activit-font .font-main .button {
    font-size: 42px;
}

[data-dpr="4"] .activit-font .font-main .button {
    font-size: 56px;
}

.activit-font .font-main .prepare .activit-head {
    background-color: #f1b638;
}

.activit-font .font-main .end .activit-head {
    background-color: #d0d0d0;
}

.activit-font .font-main .end .button {
    background-color: #f9f9f9;
    color: #ff6600;
}

.activit-font .activit-ul {
    /*padding: 0 1rem ;*/
    padding: 0 64px ;
    clear: both;
    font-size: 12px;
    color: #999;
    padding-top: 20px;
    list-style: inherit;
    border-top: 1px solid #f3f3f3;
}

[data-dpr="2"] .activit-font .activit-ul {
    font-size: 24px;
}

[data-dpr="2.5"] .activit-font .activit-ul {
    font-size: 30px;
}

[data-dpr="2.75"] .activit-font .activit-ul {
    font-size: 33px;
}

[data-dpr="3"] .activit-font .activit-ul {
    font-size: 36px;
}

[data-dpr="4"] .activit-font .activit-ul {
    font-size: 48px;
}

.activit-font .activit-ul li {
    margin-bottom: 20px;
}

.more {
    height: 1.06666667rem;
    line-height: 1.06666667rem;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 94%;
    margin: 24px auto 60px;
    /*margin: 24px auto 100px;*/
}

[data-dpr="2"] .more {
    font-size: 28px;
}

[data-dpr="2.5"] .more {
    font-size: 35px;
}

[data-dpr="2.75"] .more {
    font-size: 39px;
}

[data-dpr="3"] .more {
    font-size: 42px;
}

[data-dpr="4"] .more {
    font-size: 56px;
}

.more img {
    width: 0.37333333rem;
    height: 0.37333333rem;
    position: absolute;
    top: 50%;
    margin-top: -0.18666667rem;
}

.end-font {
    width: 100%;
    font-size: 11px;
    color: #bbb;
    text-align: center;
    display: inline-block;
    height: 0.93333333rem;
    line-height: 0.93333333rem;
    margin-bottom: 60px;
    /*margin-bottom: 100px;*/
}

[data-dpr="2"] .end-font {
    font-size: 22px;
}

[data-dpr="2.5"] .end-font {
    font-size: 28px;
}

[data-dpr="2.75"] .end-font {
    font-size: 30px;
}

[data-dpr="3"] .end-font {
    font-size: 33px;
}

[data-dpr="4"] .end-font {
    font-size: 44px;
}

.footer {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #333;
    font-size: 12px;
    text-align: left;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}

[data-dpr="2"] .footer {
    font-size: 24px;
}

[data-dpr="2.5"] .footer {
    font-size: 30px;
}

[data-dpr="2.75"] .footer {
    font-size: 33px;
}

[data-dpr="3"] .footer {
    font-size: 36px;
}

[data-dpr="4"] .footer {
    font-size: 48px;
}

.footer span {
    color: #787878;
    margin-left: 30px;
}

.footer a {
    color: #bbb;
    margin-right: 60px;
    display: inline-block;
}

.body-img {
    background-color: #F0F0F0;
    width: 100%;
    text-align: center;
}

.body-img img {
    margin-top: 2.93333333rem;
}

.body-img span {
    font-size: 15px;
    color: #333;
}

[data-dpr="2"] .body-img span {
    font-size: 30px;
}

[data-dpr="2.5"] .body-img span {
    font-size: 38px;
}

[data-dpr="2.75"] .body-img span {
    font-size: 41px;
}

[data-dpr="3"] .body-img span {
    font-size: 45px;
}

[data-dpr="4"] .body-img span {
    font-size: 60px;
}

.hide {
    display: none;
}
.font-tit{
    padding-bottom: 0.2rem;
}
