* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    tap-highlight-color: transparent;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    line-height: 1;
    cursor: default;
}

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

html {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 540px;
    background: #ce2e24;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none;
}

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

input, textarea {
    outline: 0;
    resize: none;
}

a, a:hover {
    color: #333;
}

a, a:hover, del, ins, s, u {
    text-decoration: none;
    outline: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.f-ib {
    display: inline-block;
}

.f-taj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.f-wsn {
    white-space: nowrap;
    word-wrap: normal;
}

.f-pre {
    overflow: hidden;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

.f-wwb {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.f-toe {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.f-usn {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-pa {
    position: absolute;
}

.f-pr {
    position: relative;
}

.f-cp {
    cursor: pointer;
}

.f-vam, .f-vama * {
    vertical-align: middle;
}

.f-tal {
    text-align: left;
}

.f-tar {
    text-align: right;
}

.f-tac {
    text-align: center;
}

.f-fwb {
    font-weight: 700;
}

.f-xcyc {
    display: -webkit-flex;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
}

.f-flex {
    display: -webkit-flex;
    display: flex;
}

.f-cvm {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

img {
    font-size: 0.32rem;
}

.f-els-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}

.f-els-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.f-els-2-new {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    white-space: normal;
}

.f-els-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.f-els-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.wp {
    word-wrap: break-word;
    word-break: normal;
}

.g {
    font-family: Georgia, "Times New Roman", Times, serif;
}

.mg {
    margin: 0 auto;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.mt {
    margin-top: 10px;
    margin-top: 0.13333rem;
}

.mt20 {
    margin-top: 20px;
    margin-top: 0.26667rem;
}

.mr20 {
    margin-right: 20px;
    margin-right: 0.26667rem;
}

.mt40 {
    margin-top: 40px;
    margin-top: 0.53333rem;
}

.mt50 {
    margin-top: 50px;
    margin-top: 0.66667rem;
}

.mb {
    margin-bottom: 10px;
    margin-bottom: 0.13333rem;
}

.mb20 {
    margin-bottom: 20px;
    margin-bottom: 0.26667rem;
}

.mb30 {
    margin-bottom: 30px;
    margin-bottom: 0.4rem;
}

.mb50 {
    margin-bottom: 50px;
    margin-bottom: 0.66667rem;
}

.mb8 {
    margin-bottom: 8px;
    margin-bottom: 0.10667rem;
}

.clearfix {
    display: inline-block;
    display: block;
}

.clearfix:after {
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.f-cb:after, .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "\20 ";
    clear: both;
    height: 0;
}

.f-cb, .clearfix {
    zoom: 1;
}

.row::before, .row::after {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
}

.hr-line {
    height: 0.33333rem;
    background: #f2f2f2;
}

.txt-ellipsis {
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.align-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-sub {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-twice {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.grid.col-4 > .items {
    width: 25%;
}

.grid.col-3 > .items {
    width: 33.333333%;
}

.scroller-x {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    overflow-y: hidden;
}

.down-mian{
    background: url(../image/bg-1.jpg) no-repeat;
    background-size: 100%;
}

.top {
    width: 8.66rem;
    margin: -1.06rem auto 0;
}

.top .logo {
    width: 100%;
    vertical-align: middle;
}

.down-content {
    position: relative;
    z-index: 10;
}

.down-head-img {
    width: 100%;
}

.down-text {
    font-size: 0.32rem;
    text-align: center;
    color: #FFF;
    margin-bottom: 0.8rem;
}

.down-box {
    padding: 0 0.75rem;
    margin-bottom: 0.5333rem
}

.down-btn {
    display: inline-block;
    width: 100%;
    height: 1.3067rem;
    background: linear-gradient(0deg, #98795D, #B6987B);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.25), 0px 1px 0px 0px rgba(255, 255, 255, 0.45);
    border-radius: 0.1333rem;
    font-size: 0.51rem;
    font-weight: 400;
    color: #FFF;
    line-height: 1.3067rem;
    text-align: center;
}

.down-icon {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0.6667rem;
}

.down-icon .ico img {
    width: 0.8rem;
    height: 0.8rem;
}

.down-icon .text {
    font-size: 0.2667rem;
    line-height: 1.3;
    color: #FFF;
}

.footer {
    text-align: center;
    font-size: 0.3467rem;
    color: #FFFF00;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.line-head {
    padding: 0 0.4rem;
    margin-top: -0.5rem;
}


/* line-btn-box */
.line-btn-box {
    padding: 0 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}

.line-btn-box .sbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
    padding-bottom: 0.16rem;
    background-image: url("../image/btn-3.png");
    background-size: cover;
    font-size: 0.45rem;
    font-weight: 600;
    color: #FEFFD5;
    width: 100%;
}

.line-btn-box .sbtn:last-child {
    background-image: url("../image/btn-3.png");
}

.line-btn-box .sbtn .ico1 {
    width: 0.57rem;
    height: 0.54rem;
    background: url(../image/icon1.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.2rem;
}

.line-btn-box .sbtn .ico2 {
    width: 0.56rem;
    height: 0.56rem;
    background: url(../image/icon2.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 0.2rem;
}

/* rec-box */
.rec-box {
    padding: 0 0.4rem;
}

.rec-title {
    padding-top: 0.1rem;
    font-size: 0.4267rem;
    text-align: center;
    position: relative;
    color: #990000;
    font-weight: bold;
    text-shadow: 0 0 5px #FFFF00;
    margin-bottom: 0.3rem;
    background: url("../image/line.png") no-repeat;
    background-size: 100%;
}

/*.rec-title::after,*/
/*.rec-title::before {*/
/*    position: absolute;*/
/*    width: 3.2rem;*/
/*    height: 1px;*/
/*    border-top: 1px solid #CF403C;*/
/*    top: 0.2667rem;*/
/*    content: '';*/
/*}*/

/*.rec-title::after {*/
/*    left: 0;*/
/*}*/

/*.rec-title::before {*/
/*    right: 0;*/
/*}*/

/* countdown */
.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0.2667rem;
    padding-bottom: 0.4rem;
}

.countdown .time {
    background: url(../image/countdown.png) no-repeat;
    background-size: cover;
    width: 0.8533rem;
    height: 1.0133rem;
    font-size: 0.64rem;
    font-weight: 600;
    color: #80003E;
    line-height: 1.0133rem;
}

.countdown .text {
    color: #FFF;
    font-size: 0.32rem;
    padding: 0 0.0667rem;
}

/* ios-info */
.ios-info .imgbox img {
    width: 100%;
    display: block;
}

.ios-info .tips {
    font-size: 0.3467rem;
    color: #FFF;
    padding: 0.2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ios-info .icon {
    width: 0.5333rem;
    height: 0.5333rem;
    margin-bottom: -0.0667rem;
}

.btn-link {
    height: 1.3333rem;
    background: rgba(0, 0, 0, 0.15);
    background: #fff;
    border: 0.0267rem solid #DBB47B;
    border-radius: 0.6667rem;
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.3333rem;
    padding-left: 0.6667rem;
    color: #FFF;
    font-size: 0.3733rem;
}

.btn-link .i1 {
    background: url(../image/net-work.png) no-repeat;
    background-size: cover;
    width: 0.2933rem;
    height: 0.32rem;
}

.btn-link .i1 img{
    display: none;
}

.btn-link .i2 {
    color: #333;
    width: 3rem;
}

.btn-link .i3 {
    color: #DD241D;
}

.btn-link .i4 {
    width: 2.2667rem;
    height: 0.8667rem;
    background: linear-gradient(0deg, #B43638, #DF635A);
    border-radius: 0.44rem;
    color: #FEFFD5;
    text-align: center;
    line-height: 0.8667rem;
}
