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

audio,
canvas,
video {
    display: inline-block;
}
a.cor_999999,.cor_999999{
    color: #999999;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
/*a:hover{color: #fff}*/
[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: .0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: .normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

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


/* Common */

body {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    margin: 0;
    word-wrap: break-word;
    color: #333;
    font-size: 100%;
    line-height: 1.5;
    -webkit-user-select: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
pre,
textarea {
    margin: 0;
    font-weight: normal;
}

ol,
li,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
    list-style-position: outside
}

img {
    vertical-align: middle;
    border: none
}

ul,
ol {
    list-style: none
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
    display: block
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis{overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bz,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

.box_pack {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

.box_pack_ver {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-orient: vertical;
    box-pack: center;
    box-align: center;
}
.safearea{
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}
.aic {
    align-items: center;
    -webkit-align-items: center;
}

.aifs {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.aib {
    align-items: baseline;
    -webkit-align-items: baseline;
}

.aie {
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.fldr {
    flex-direction: row;
    -webkit-flex-direction: row;
}

.fldc {
    flex-direction: column;
    -webkit-flex-direction: column;
}

.fldrr {
    flex-direction: row-reverse;
    -webkit-flex-direction: column-reverse;
}

.fldcr {
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
}

.jcsb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.jcsa {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.jcfs {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.jcc {
    justify-content: center;
    -webkit-justify-content: center;
}

.jcfe {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

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

.flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
}

.flex_box .item {
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -flex-flex: 1;
    flex: 1;
}

.flex_1 {
    display: block;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -flex-flex: 1;
    flex: 1;
}

.ft45 {
    font-size: 0.45rem;
}

.ft60 {
    font-size: 0.60rem;
}
.ft06 {
    font-size: 0.26rem;
}
.tft30 {
    font-size: 0.30rem;
}
.tft32 {
    font-size: 0.32rem;
}
.tft34 {
    font-size: 0.34rem;
}
.tft36 {
    font-size: 0.36rem;
}
.tft26 {
    font-size: 0.26rem;
}
.ft16 {
    font-size: 0.36rem;
}
.ft18 {
    font-size: 18px;
}
.ft26 {
    font-size: 0.46rem;
}
.ft36 {
    font-size: 36px;
}
.ft14{
    font-size:14px
}
.ft12{
    font-size:12px
}
.tdn:hover {
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.fl1 {
    float: left
}

.fr1 {
    float: right
}

.db {
    display: block
}

.di {
    display: inline-block
}

.din {
    display: inline
}

.dn {
    display: none
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cb {
    clear: both
}

.fwb {
    font-weight: bolder
}

.fwn {
    font-weight: normal
}

.tdn {
    text-decoration: none
}

.tdu {
    text-decoration: underline
}

.tdl {
    text-decoration: line-through
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.vm {
    vertical-align: middle
}

.vt {
    vertical-align: top
}

.vb {
    vertical-align: bottom
}

.vtt {
    vertical-align: text-top
}

.vbt {
    vertical-align: text-bottom
}

.cp {
    cursor: pointer
}

.re {
    position: relative
}

.ov {
    overflow: hidden
}

.wsn {
    white-space: nowrap
}

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

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

.cf {
    zoom: 1
}

.cf:after {
    content: '.';
    visibility: hidden;
    clear: both;
    display: block;
    height: 0
}


/*--- extension ---*/

.dib {
    display: inline-block;
}

.dit {
    display: table-cell;
}

.fl_1 li,
.fl_1 dl {
    float: left
}

.fl_2 li,
.fl_2 dl {
    float: left
}

.fl_dib {
    letter-spacing: -4px;
    font-size: 0
}

.fl_dib li,
.fl_dib dl {
    display: inline-block;
    zoom: 1;
    letter-spacing: 0;
    font-size: 0.12rem;
    vertical-align: top
}

.fl_dib_1 li,
.fl_dib_1 dl {
    display: inline
}

.border-b{ border-bottom:1px solid #ccc;}
.border-t{ border-top:1px solid #ccc;}
.bnt {
    border-top: none
}

.bnb {
    border-bottom: none
}

.bnl {
    border-left: none
}

.bnr {
    border-right: none
}

.ti {
    text-indent: 2em
}

.ti99 {
    text-indent: -9999rem
}


/*--- basic Variable ---*/

.lh1 {
    line-height: .18rem
}

.lh2 {
    line-height: .20rem
}

.lh3 {
    line-height: .22rem
}

.lh4 {
    line-height: .24rem
}

.lh5 {
    line-height: .26rem
}

.lh6 {
    line-height: .28rem
}

.lh7 {
    line-height: .30rem
}

.lh8 {
    line-height: .32rem
}

.lh9 {
    line-height: .34rem
}

.lh10 {
    line-height: .36rem
}

.lh14 {
    line-height: .14rem
}

.lh15 {
    line-height: .15rem
}

.lh16 {
    line-height: .16rem
}

.lh17 {
    line-height: .17rem
}

.lh18 {
    line-height: .18rem
}

.lh19 {
    line-height: .19rem
}

.lh20 {
    line-height: .20rem
}

.lh21 {
    line-height: .21rem
}

.lh22 {
    line-height: .22rem
}

.lh23 {
    line-height: .23rem
}

.lh24 {
    line-height: .24rem
}

.lh25 {
    line-height: .25rem
}

.lh26 {
    line-height: .26rem
}

.lh27 {
    line-height: .27rem
}

.lh28 {
    line-height: .28rem
}

.lh29 {
    line-height: .29rem
}

.lh30 {
    line-height: .30rem
}

.lh31 {
    line-height: .31rem
}

.lh32 {
    line-height: .32rem
}

.lh33 {
    line-height: .33rem
}

.lh34 {
    line-height: .34rem
}

.lh35 {
    line-height: .35rem
}

.lh36 {
    line-height: .36rem
}

.lh37 {
    line-height: .37rem
}

.lh38 {
    line-height: .38rem
}

.lh39 {
    line-height: .39rem
}

.lh40 {
    line-height: .40rem
}

.lh41 {
    line-height: .41rem
}

.lh42 {
    line-height: .42rem
}

.h14 {
    height: .14rem
}

.h15 {
    height: .15rem
}

.h16 {
    height: .16rem
}

.h17 {
    height: .17rem
}

.h18 {
    height: .18rem
}

.h19 {
    height: .19rem
}

.h20 {
    height: .20rem
}

.h21 {
    height: .21rem
}

.h22 {
    height: .22rem
}

.h23 {
    height: .23rem
}

.h24 {
    height: .24rem
}

.h25 {
    height: .25rem
}

.h26 {
    height: .26rem
}

.h27 {
    height: .27rem
}

.h28 {
    height: .28rem
}

.h29 {
    height: .29rem
}

.h30 {
    height: .30rem
}

.h35 {
    height: .35rem
}

.h40 {
    height: .40rem
}

.h45 {
    height: .45rem
}

.h50 {
    height: .50rem
}

.fa {
    font-family: Arial
}

.fy {
    font-family: Microsoft YaHei, SimHei
}

.ls3 {
    letter-spacing: -0.03rem
}

.ls4 {
    letter-spacing: -0.04rem
}

.ls5 {
    letter-spacing: -0.05rem
}

.ls6 {
    letter-spacing: -0.06rem
}

.ls0 {
    letter-spacing: 0;
    font-size: .12rem
}

.fz0 {
    font-size: 0
}

.fz12 {
    font-size: .12rem
}

.fz13 {
    font-size: .13rem
}

.fz14 {
    font-size: 14px;
}

.fz20 {
    font-size: .20rem
}

.fz16 {
    font-size: .16rem
}

.fz18 {
    font-size: .18rem
}

.fz21 {
    font-size: .21rem
}

.fz22 {
    font-size: .22rem
}

.fz24 {
    font-size: .24rem
}

.fz26 {
    font-size: .26rem
}

.fz28 {
    font-size: .28rem;
}

.fz30 {
    font-size: .30rem;
}

.fz32 {
    font-size: .32rem;
}

.fz34 {
    font-size: .34rem;
}

.fz36 {
    font-size: .36rem;
}

.fz38 {
    font-size: .38rem;
}

.fz40 {
    font-size: .40rem;
}

.fz42 {
    font-size: .42rem;
}

.fz48 {
    font-size: .48rem;
}

.fz54 {
    font-size: .54rem;
}

.fz60 {
    font-size: .6rem;
}

.pa1 {
    padding: .01rem
}
.pt200 {
    padding-top: 2rem
}

.pa5 {
    padding: .05rem
}

.pa10 {
    padding: .10rem
}

.pa15 {
    padding: .15rem
}

.pa20 {
    padding: .20rem
}

.pa25 {
    padding: .25rem
}

.pa30 {
    padding: .30rem
}

.pa35 {
    padding: .35rem;
}

.pa40 {
    padding: .40rem;
}

.pa45 {
    padding: .45rem;
}

.pa50 {
    padding: .50rem;
}

.pa55 {
    padding: .55rem;
}

.pa60 {
    padding: .60rem;
}

.ma20 {
    margin: .20rem
}

.ma30 {
    margin: .30rem
}

.ma40 {
    margin: .40rem
}

.ma50 {
    margin: .50rem
}

.mar1 {
    margin-right: .10rem;
    margin-left: .10rem
}

.mar2 {
    margin-right: .5rem;
    margin-left: .5rem
}

.mar3 {
    margin-right: .20rem;
    margin-left: .20rem
}

.mar4 {
    margin-right: .30rem;
    margin-left: .30rem
}

.mar5 {
    margin-right: .15rem;
    margin-left: .15rem
}

.mar6 {
    margin-right: .25rem;
    margin-left: .25rem
}

.mar11 {
    margin-right: .01rem;
    margin-left: .01rem
}

.mar_auto {
    margin-right: auto;
    margin-left: auto
}

.mt1 {
    margin-top: .01rem
}

.mt5 {
    margin-top: .05rem
}

.mt10 {
    margin-top: .10rem
}

.mt13 {
    margin-top: .13rem
}

.mt15 {
    margin-top: .15rem
}

.mt20 {
    margin-top: .20rem
}

.mt25 {
    margin-top: .25rem
}

.mt30 {
    margin-top: .30rem
}

.mt35 {
    margin-top: .35rem
}

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

.mt45 {
    margin-top: .45rem;
}

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

.mt55 {
    margin-top: .55rem;
}

.mt60 {
    margin-top: .60rem;
}

.mt70 {
    margin-top: .70rem;
}

.mt80 {
    margin-top: .80rem;
}

.ml3 {
    margin-left: .03rem
}

.ml5 {
    margin-left: .05rem
}

.ml8 {
    margin-left: .08rem
}

.ml10 {
    margin-left: .10rem
}

.ml15 {
    margin-left: .15rem
}

.ml20 {
    margin-left: .20rem
}

.ml25 {
    margin-left: .25rem
}

.ml30 {
    margin-left: .30rem
}

.ml35 {
    margin-left: .35rem
}

.ml40 {
    margin-left: .40rem;
}

.ml45 {
    margin-left: .45rem;
}

.ml50 {
    margin-left: .50rem;
}

.ml55 {
    margin-left: .55rem;
}

.ml60 {
    margin-left: .60rem;
}

.mr5 {
    margin-right: .05rem
}

.mr10 {
    margin-right: .10rem
}

.mr15 {
    margin-right: .15rem
}

.mr20 {
    margin-right: .20rem
}

.mr25 {
    margin-right: .25rem
}

.mr30 {
    margin-right: .30rem
}

.mr35 {
    margin-right: .35rem
}

.mr40 {
    margin-right: .40rem;
}

.mr45 {
    margin-right: .45rem;
}

.mr50 {
    margin-right: .50rem;
}

.mr55 {
    margin-right: .55rem;
}

.mr60 {
    margin-right: .60rem;
}

.mb5 {
    margin-bottom: .05rem
}

.mb10 {
    margin-bottom: .10rem
}

.mb15 {
    margin-bottom: .15rem
}

.mb20 {
    margin-bottom: .20rem
}

.mb25 {
    margin-bottom: .25rem
}

.mb30 {
    margin-bottom: .30rem
}

.mb35 {
    margin-bottom: .35rem
}

.mb40 {
    margin-bottom: .40rem
}

.mb45 {
    margin-bottom: .45rem
}
.mb50 {
    margin-bottom: .50rem
}
.mb55 {
    margin-bottom: .55rem
}

.mb60 {
    margin-bottom: .60rem
}

.pb5 {
    padding-bottom: .05rem
}

.pb10 {
    padding-bottom: .10rem
}

.pb15 {
    padding-bottom: .15rem
}

.pb20 {
    padding-bottom: .20rem
}

.pb25 {
    padding-bottom: .25rem
}

.pb30 {
    padding-bottom: .30rem
}

.pb35 {
    padding-bottom: .35rem
}

.pb40 {
    padding-bottom: .40rem
}

.pb45 {
    padding-bottom: .45rem
}

.pb50 {
    padding-bottom: .50rem
}

.pb55 {
    padding-bottom: .55rem
}

.pb60 {
    padding-bottom: .60rem
}

.pl5 {
    padding-left: .05rem
}

.pl10 {
    padding-left: .10rem
}
.pl12 {
    padding-left: .12rem
}
.pl15 {
    padding-left: .15rem
}
.pr12{
    padding-right: .12rem;
}
.pl20 {
    padding-left: .20rem
}

.pl25 {
    padding-left: .25rem
}

.pl30 {
    padding-left: .30rem
}

.pl35 {
    padding-left: .35rem;
}

.pl40 {
    padding-left: .40rem;
}

.pl45 {
    padding-left: .45rem;
}

.pl50 {
    padding-left: .50rem;
}

.pl55 {
    padding-left: .55rem;
}

.pl60 {
    padding-left: .60rem;
}

.pr5 {
    padding-right: .05rem
}

.pr10 {
    padding-right: .10rem
}

.pr15 {
    padding-right: .15rem
}

.pr20 {
    padding-right: .20rem
}

.pr25 {
    padding-right: .25rem
}

.pr30 {
    padding-right: .30rem
}

.pr35 {
    padding-right: .35rem;
}

.pr40 {
    padding-right: .40rem;
}

.pr45 {
    padding-right: .45rem;
}

.pr50 {
    padding-right: .50rem;
}

.pr55 {
    padding-right: .55rem;
}

.pr60 {
    padding-right: .60rem;
}

.pt120 {
    padding-top: 1.2rem
}

.pt5 {
    padding-top: .05rem
}

.pt10 {
    padding-top: .10rem
}

.pt15 {
    padding-top: .15rem
}

.pt20 {
    padding-top: .20rem
}

.pt25 {
    padding-top: .25rem
}

.pt30 {
    padding-top: .30rem
}

.pt35 {
    padding-top: .35rem;
}

.pt40 {
    padding-top: .40rem;
}

.pt45 {
    padding-top: .45rem;
}

.pt50 {
    padding-top: .50rem;
}

.pt55 {
    padding-top: .55rem;
}

.pt60 {
    padding-top: .60rem;
}
.cor_000000 {
    color: #000000
}
.cor_1 {
    color: #666
}

.cor_2 {
    color: #999
}

.cor_3 {
    color: #333
}

.cor_4 {
    color: #E52355;
}

.cor_f {
    color: #ffffff;
}

.cor_8 {
    color: #535453
}
.bg_f1f1f1{
    background: #f1f1f1;
}
.wbg{
    background: #fff;
}

.wp30{
    width: 30%;
}
.border-b{ border-bottom:1px solid #aaa;}
