@charset "UTF-8"; .ellipsis {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ellipsisHH {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.bread-box dd a,.a-r {
    cursor: pointer
}

.ax-backtop .ax-item>a,.ax-message .ax-close,.ax-row,.ax-dialog[data-footerType=line] .ax-dialog-footer a,.ax-dialog .ax-dialog-wrapper>.ax-dialog-close,.ax-dialog,.svg-icon,.img-icon,.flex-center,.flex,#new-footer .hotmenu .ax-toggle,#new-footer .hotmenu dl,.ax-message,.flex-col,body,.loading,.empty p,.empty,.dropmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-inline,.bread-box dd a,.a-r {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.ax-message,.flex-col,body,.loading,.empty p,.empty,.dropmenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ax-backtop .ax-item>a,.ax-message .ax-close,.ax-message,.ax-dialog[data-footerType=line] .ax-dialog-footer a,.ax-dialog .ax-dialog-wrapper>.ax-dialog-close,.ax-dialog,.svg-icon,.img-icon,.flex-center,.flex-align,.loading,.empty p,.empty,#new-footer .hotmenu .ax-toggle,.btn-d,.btn-b,.bread-box dd a,.a-r {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ax-backtop .ax-item>a,.ax-message .ax-close,.ax-dialog[data-footerType=line] .ax-dialog-footer a,.ax-dialog .ax-dialog-wrapper>.ax-dialog-close,.ax-dialog,.svg-icon,.img-icon,.flex-center,.flex-justify,.loading,.empty,#new-footer .hotmenu .ax-toggle,.btn-d,.btn-b {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#new-footer .hotmenu .ax-toggle .svg-icon::before {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.animate,.animate::before,.animate::after,.a-r.a-b::after {
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear
}

.btn-d,.btn-b {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    cursor: pointer;
    border-width: .1rem;
    border-style: solid;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn-d:active,.btn-b:active {
    opacity: 1
}

.btn-p {
    color: #fff;
    background-color: #1678ff;
    border-color: #1678ff
}

@media(hover: hover) {
    .btn-p:hover {
        color:#fff;
        background-color: #3f90ff;
        border-color: #3087ff
    }
}

.btn-p:active {
    color: #f2f2f2;
    background-color: #006afc;
    border-color: #006afc
}

.btn-p-l {
    color: #1678ff;
    background-color: rgba(0,0,0,0);
    border-color: #1678ff
}

@media(hover: hover) {
    .btn-p-l:hover {
        color:#fff;
        background-color: #1678ff;
        border-color: #1678ff
    }
}

.btn-p-l:active {
    color: #f2f2f2;
    background-color: #006afc;
    border-color: #006afc
}

.btn-w {
    color: #333;
    background-color: #fff;
    border-color: #dbdbdb
}

@media(hover: hover) {
    .btn-w:hover {
        color:#262626;
        background-color: #f7f7f7;
        border-color: #d3d3d3
    }
}

.btn-w:active {
    color: #1a1a1a;
    background-color: #f0f0f0;
    border-color: #ccc
}

.btn-g {
    color: #333;
    background-color: #f7f7f7;
    border-color: #dbdbdb
}

@media(hover: hover) {
    .btn-g:hover {
        color:#262626;
        background-color: #efefef;
        border-color: #d3d3d3
    }
}

.btn-g:active {
    color: #1a1a1a;
    background-color: #e8e8e8;
    border-color: #ccc
}

.btn-h {
    color: #fff;
    background-color: #888;
    border-color: #888
}

@media(hover: hover) {
    .btn-h:hover {
        color:#f2f2f2;
        background-color: gray;
        border-color: gray
    }
}

.btn-h:active {
    color: #e6e6e6;
    background-color: #797979;
    border-color: #797979
}

.btn-l {
    color: #1678ff;
    background-color: #eff4ff;
    border-color: #ceddff
}

@media(hover: hover) {
    .btn-l:hover {
        color:#006afc;
        background-color: #e0e9ff;
        border-color: #bfd2ff
    }
}

.btn-l:active {
    color: #005fe2;
    background-color: #d0dfff;
    border-color: #afc8ff
}

.btn-r-l {
    color: #ff3b30;
    background-color: #ffeaea;
    border-color: #ffbfbf
}

@media(hover: hover) {
    .btn-r-l:hover {
        color:#ff2317;
        background-color: #ffdbdb;
        border-color: #ffb0b0
    }
}

.btn-r-l:active {
    color: #fc0d00;
    background-color: #ffcbcb;
    border-color: #ffa0a0
}

.btn-r {
    color: #fff;
    background-color: #ff3b30;
    border-color: #ff3b30
}

@media(hover: hover) {
    .btn-r:hover {
        color:#fff;
        background-color: #ff6259;
        border-color: #ff534a
    }
}

.btn-r:active {
    color: #f2f2f2;
    background-color: #ff2317;
    border-color: #ff2317
}

.img-icon::before,.ax-message .ax-close:before,.svg-icon::before,.loading:before,.empty p::before,.bread-box dd a::after,.a-r::after {
    content: "";
    width: 1em;
    height: 1em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ax-message .ax-close:before,.svg-icon::before,.loading:before,.empty p::before,.bread-box dd a::after,.a-r::after {
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: currentColor;
    -webkit-mask-image: url("")
}

.img-bg,.img-icon::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.qgmenuList {
    width: 18rem;
    overflow: auto;
    right: -100%;
    left: auto !important
}

.qgmenuList>li.ax-active>a {
    font-weight: bold
}

.dropapp dt {
    padding: .8rem;
    text-align: center;
    font-size: 1.2rem
}

.dropapp dt .code {
    width: 14rem;
    height: 14rem;
    margin-bottom: .5rem
}

.dropapp dd {
    line-height: 3rem;
    font-size: 1.4rem
}

.dropapp dd a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.dropapp dd a:last-child {
    border-left: #dbdbdb .1rem solid
}

#new-header .title {
    background-color: #f7f7f7;
    border-bottom: #dbdbdb .1rem solid
}

#new-header .title .wi {
    height: 3.2rem
}

#new-header .title .wi .head {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    margin-right: .5rem;
    background-color: #ddd
}

#new-header .header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#new-header .header a.logo {
    color: #1678ff;
    font-size: 0
}

#new-header .header a.logo::before {
    width: 13rem;
    font-size: 4rem;
    margin: 1rem 0
}

#new-header .header a.logo:hover {
    opacity: .8
}

#new-header .header ul li a {
    display: block;
    padding: 0 1.5rem;
    line-height: 4rem;
    font-weight: bold
}

#new-header .header ul li a.s,#new-header .header ul li a.s1 {
    background-color: #eff4ff;
    color: #1678ff;
    font-size: 1.6rem
}

#new-header .header ul li a.s {
    border-radius: .6rem .6rem 0 0
}

#new-header .header ul li a.s1 {
    border-radius: .6rem
}

#new-header .czmenu {
    background-color: #eff4ff;
    height: 4rem;
    border-radius: .6rem;
    padding: 0 1rem
}

#new-header .czmenu .img-icon::before {
    font-size: 2rem;
    margin-left: 2rem
}

#new-header .czmenu .img-icon:not(.icon-qg) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#new-header .czmenu .img-icon:not(.icon-qg) a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 3rem;
    margin: 0 1rem;
    text-align: center;
    white-space: nowrap
}

#new-header .czmenu .img-icon:not(.icon-qg) a.s {
    background-color: #1678ff;
    border-radius: .4rem;
    color: #fff
}

#new-header .ax-menu li.ax-active>a {
    color: #1678ff
}

.dropmenu {
    line-height: 3.6rem;
    padding: .3rem 0
}

.dropmenu a,.dropmenu p {
    padding: 0 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    white-space: nowrap
}

.dropmenu a:hover {
    color: #1678ff;
    background-color: #f5f7fa
}

.dropmenu .svg-icon::before {
    margin-right: .5rem;
    font-size: 1.6rem;
    opacity: .6
}

.dropmenu a.svg-icon:hover::before {
    opacity: 1
}

.a-r.a-b::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: .2rem
}

#new-footer .hotmenu {
    border-radius: .4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0,0,0,.1);
    box-shadow: 0 0 1rem rgba(0,0,0,.1);
    padding: .5rem 1rem 0
}

#new-footer .hotmenu dl {
    line-height: 2.4rem;
    padding-bottom: .5rem
}

#new-footer .hotmenu dl dt {
    white-space: nowrap;
    color: #999
}

#new-footer .hotmenu dl dd a {
    margin-right: 1rem;
    white-space: nowrap
}

#new-footer .hotmenu dl:first-child dd {
    padding-right: 2.4rem
}

#new-footer .hotmenu .ax-toggle {
    top: .5rem;
    right: .5rem;
    position: absolute;
    background-color: #eff4ff;
    border: #ceddff .1rem solid;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .4rem
}

#new-footer .hotmenu .ax-toggle .svg-icon::before {
    color: #1678ff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#new-footer .hotmenu .ax-toggle .show::before {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#new-footer .hotmenu .ax-toggle:hover {
    -webkit-box-shadow: 0 0 .5rem #ceddff;
    box-shadow: 0 0 .5rem #ceddff
}

#new-footer .footer {
    text-align: center;
    padding: .6rem 0;
    background-color: #f7f7f7;
    border-top: #dbdbdb .1rem solid;
    line-height: 2.8rem
}

#new-footer .footer .t {
    color: #ccc
}

#new-footer .footer .t a {
    margin: 0 .5rem
}

#new-footer .footer .m {
    color: #1678ff
}

#new-footer .footer .b {
    color: #666
}

#new-footer .footer .b a.beian::before {
    background-image: url("../img/beian.png");
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 .2rem 0 1rem
}

.bread-box {
    padding: 1rem 0;
    color: #999
}

.bread-box dt::before {
    margin-right: .5rem
}

.bread-box dd a::after {
    font-size: 1.4rem;
    color: #ccc;
    margin: 0 .5rem
}

.bread-box dd a:last-child::after {
    display: none
}

.empty {
    padding: 2rem 2rem 3rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 18rem;
    color: #999
}

td .empty {
    background-color: #fff
}

.empty p {
    color: #999;
    line-height: 2.4rem
}

.empty p::before {
    color: #ceddff;
    font-size: 18rem
}

.empty.small {
    padding: 1rem;
    min-height: 10rem
}

.empty.small p::before {
    font-size: 10rem
}

.empty.normal p::before {
    font-size: 14rem
}

.ntab li {
    padding: 0 1rem;
    width: auto
}

.ntab li a {
    white-space: nowrap;
    position: relative
}

.ntab li.s a {
    color: #1678ff;
    font-weight: bold
}

.ntab li.s a:after {
    content: "";
    height: .2rem;
    width: 100%;
    background-color: #1678ff;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-animation: mymove .5s;
    animation: mymove .5s
}

.ntab.auto li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto
}

.ntab.auto1 li {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.ntab.around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.ntab.mr li {
    padding: 0;
    margin-right: 2rem
}

@-webkit-keyframes mymove {
    from {
        left: 50%;
        width: 0%
    }

    to {
        left: 0%;
        width: 100%
    }
}

@keyframes mymove {
    from {
        left: 50%;
        width: 0%
    }

    to {
        left: 0%;
        width: 100%
    }
}

.rowBlock {
    border-left: #dbdbdb 1px solid
}

.rowBlock li {
    width: 16.6666666667%;
    text-align: center;
    min-height: 4rem;
    line-height: 1.6rem;
    border-right: #dbdbdb 1px solid;
    border-bottom: #dbdbdb 1px solid;
    -webkit-box-shadow: 0 -1px 0 #dbdbdb;
    box-shadow: 0 -1px 0 #dbdbdb;
    background-color: #fff
}

.rowBlock li a {
    padding: .2rem .5rem
}

.rowBlock li.s {
    background-color: #1678ff
}

.rowBlock li.s a {
    color: #fff
}

.rowBlock .i_new,.rowBlock .i_hot {
    position: relative
}

.rowBlock .i_new:after,.rowBlock .i_hot:after {
    position: absolute;
    font-family: "arial" !important;
    font-size: 1.2rem;
    z-index: 2;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    border-bottom-left-radius: .3rem;
    color: #fff;
    padding: 0 .4rem;
    line-height: 1.8rem;
    border-left: #fff .1rem solid;
    border-bottom: #fff .1rem solid;
    top: 0;
    right: 0
}

.rowBlock .i_new:after {
    content: "N";
    background-color: #ff3b30
}

.rowBlock .i_hot:after {
    content: "H";
    background-color: #ff8924
}

.ax-form-input,.ax-form-con {
    position: relative
}

input[type=text],input[type=search],input[type=url],input[type=email],input[type=number],input[type=password],input[type=file] {
    background-color: #fff;
    border: 0;
    position: relative;
    z-index: 1
}

input[type=text],input[type=search],input[type=url],input[type=email],input[type=number],input[type=password],input[type=file],select {
    width: 100%;
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0 .8rem;
    border: .1rem solid #dbdbdb;
    border-radius: .4rem;
    position: relative
}

.ax-form-input.primary input,input.primary {
    border-color: #1678ff
}

input:not([class*=btn-]).large {
    height: 4rem;
    line-height: 4rem
}

.ax-pos-left {
    height: 100%;
    width: 3.2rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.ax-pos-left+input {
    padding-left: 3.2rem
}

.ax-pos-right input {
    padding-right: 2.6rem
}

.ax-pos-right .r-txt {
    line-height: 3.2rem;
    position: absolute;
    right: .8rem;
    top: 0;
    z-index: 2
}

select {
    background-color: rgba(0,0,0,0);
    z-index: 3
}

textarea {
    width: 100%;
    min-height: 4.4rem;
    line-height: 2.2rem;
    border: .1rem solid #dbdbdb;
    padding: .4rem .8rem;
    border-radius: .4rem;
    overflow: auto;
    display: block;
    position: relative;
    z-index: 1
}

@media(hover: hover) {
    input:not([readonly]):not([disabled]):not([class*=ax-check]):not([class*=ax-btn]):hover,textarea:not([readonly]):not([disabled]):not([class*=ax-check]):hover {
        border-color:#96befa
    }
}

input[type=text]:focus,input[type=text].ax-focus,input[type=search]:focus,input[type=search].ax-focus,input[type=url]:focus,input[type=url].ax-focus,input[type=email]:focus,input[type=email].ax-focus,input[type=number]:focus,input[type=number].ax-focus,input[type=password]:focus,input[type=password].ax-focus,input[type=file]:focus,input[type=file].ax-focus,textarea:focus,textarea.ax-focus {
    -webkit-box-shadow: 0 0 0 .3rem rgba(22,120,255,.1);
    box-shadow: 0 0 0 .3rem rgba(22,120,255,.1);
    border-color: #96befa !important
}

input.big {
    height: 4.2rem;
    line-height: 4.2rem
}

.btn-d.big {
    padding: .2rem 1.4rem;
    min-height: 4.2rem
}

.inputGroup input {
    border-color: #1678ff;
    border-radius: .4rem 0 0 .4rem
}

.inputGroup .btn-d {
    border-radius: 0 .4rem .4rem 0
}

.ax-pagination {
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #999;
    white-space: nowrap
}

.ax-pagination a,.ax-pagination .ax-active {
    border-radius: .4rem;
    padding: 0 .5rem;
    margin: 0 .2rem;
    min-width: 2.8rem;
    line-height: 2.6rem;
    text-align: center
}

.ax-pagination a {
    border: .1rem solid #dbdbdb;
    background-color: #fff
}

.ax-pagination a:first-child {
    margin-left: 0
}

.ax-pagination a:last-child {
    margin-right: 0
}

.ax-pagination .ax-active {
    border: .1rem solid #1678ff;
    color: #fff;
    background-color: #1678ff;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ax-pagination span {
    margin: 0 .2rem
}

.ax-pagination input {
    font-size: 1.2rem;
    width: 4rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    margin: 0 .2rem;
    padding-left: .4rem;
    padding-right: .4rem;
    background-color: #fff
}

.ax-pagination input[type=button],.ax-pagination input[type=submit],.ax-pagination button[type=button] {
    font-size: 1.2rem;
    min-height: 2.8rem;
    padding: 0 .5rem;
    margin: 0 .2rem
}

@media(hover: hover) {
    .ax-pagination a:not(.ax-total):hover {
        color:#1678ff;
        border-color: #ceddff;
        background-color: #eff4ff
    }
}

@media(hover: none) {
    .ax-pagination a:not(.ax-total):active {
        color:#1678ff;
        border-color: #ceddff;
        background-color: #eff4ff
    }
}

.ax-pagination .ax-disabled {
    color: #ccc !important;
    pointer-events: none
}

.linkBlock {
    padding: .5rem
}

.linkBlock a {
    width: calc(33.3333333333% - 1rem);
    margin: .5rem;
    padding: .89rem 1rem;
    border-width: .1rem;
    border-style: solid;
    text-align: center;
    border-radius: .4rem
}

.inputGroup {
    padding: 3rem 0
}

.rowBlock li {
    width: 12.5%
}

.bg-pl {
    border-radius: .4rem .4rem 0 0
}

.list a:last-child {
    border-bottom: 0
}

.tab .btn-d {
    padding: .2rem 3rem
}

@media screen and (min-width: 1281px) {
    .rowBlock li {
        width:10%
    }
}
:focus {
    outline: 0
}

::-ms-clear,::-ms-reveal {
    display: none
}


*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word
}

pre {
    color: #666;
    font-size: 1.2rem;
    font-family: inherit;
    line-height: 1.8rem;
    white-space: pre-wrap;
    word-wrap: break-word
}

button[type=button],input[type=button],input[type=submit],input[type=text],input[type=search],input[type=reset] {
    -webkit-appearance: none
}

em,i {
    font-style: normal
}

s,u {
    text-decoration: none
}

ul,li,form {
    list-style: none outside none
}

form {
    position: relative
}

a span,label {
    cursor: pointer
}

input,textarea,button {
    font-size: 1.4rem;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
    vertical-align: top
}

select {
    font-size: 1.4rem;
    outline: none;
    resize: none;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ababab
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ababab
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ababab
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #ababab
}

input::placeholder,textarea::placeholder {
    color: #ababab
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset
}

.loading {
    color: #1678ff;
    min-height: 12rem;
    height: 100%
}

.loading:before {
    font-size: 5rem
}

.loading::after {
    content: "加载中";
    margin-top: .6rem
}

.loading.mask {
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.7)
}

.loading.mask.full {
    position: fixed
}

.loading.mask.white {
    background-color: rgba(255,255,255,.9)
}

.loading.none {
    display: none
}

.fred {
    color: #ff3b30
}

.fdarkred {
    color: #cd0000
}

.fblue {
    color: #1678ff
}

.fblue-l10 {
    color: #4996ff
}

.fblue-l20 {
    color: #68a7ff
}

.fblue-l30 {
    color: #afd1ff
}

.fgreen {
    color: #51b148
}

.forange {
    color: #ff8924
}

.fyellow {
    color: #ff0
}

.fcol3 {
    color: #333
}

.fcol6 {
    color: #666
}

.fcol9 {
    color: #999
}

.fcolY {
    color: #c8990b
}

.fcolW {
    color: #fff
}

.fcolC {
    color: #ccc
}

.fcolA {
    color: #aaa
}

.f0 {
    font-size: 0
}

.f0::before {
    font-size: initial
}

.f12 {
    font-size: 1.2rem
}

.f14 {
    font-size: 1.4rem
}

.f16 {
    font-size: 1.6rem
}

.f18 {
    font-size: 1.8rem
}

.f20 {
    font-size: 2rem
}

.f22 {
    font-size: 2.2rem
}

.f24 {
    font-size: 2.4rem
}

.f26 {
    font-size: 2.6rem
}

.fb {
    font-weight: bold
}

.fn {
    font-weight: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

a.fcolW:hover {
    color: #fff
}

a.fdarkred:hover {
    color: #b40000
}

.m5 {
    margin: .5rem
}

.m10 {
    margin: 1rem
}

.m-10 {
    margin: -1rem
}

.mt10 {
    margin-top: 1rem
}

.mt-10 {
    margin-top: -1rem
}

.mt20 {
    margin-top: 2rem
}

.mb10 {
    margin-bottom: 1rem
}

.mb20 {
    margin-bottom: 2rem
}

.ml10 {
    margin-left: 1rem
}

.mr10 {
    margin-right: 1rem
}

.ml-10 {
    margin-left: -1rem
}

.mr-10 {
    margin-right: -1rem
}

.ml20 {
    margin-left: 2rem
}

.mr20 {
    margin-right: 2rem
}

.mt2 {
    margin-top: .2rem
}

.mt5 {
    margin-top: .5rem
}

.mb5 {
    margin-bottom: .5rem
}

.ml5 {
    margin-left: .5rem
}

.mr5 {
    margin-right: .5rem
}

.mt-5 {
    margin-top: -0.5rem
}

.mb-5 {
    margin-bottom: -0.5rem
}

.ml-5 {
    margin-left: -0.5rem
}

.mr-5 {
    margin-right: -0.5rem
}

.mr2 {
    margin-right: .2rem
}

.ml2 {
    margin-left: .2rem
}

.ml14 {
    margin-left: 1.4rem
}

.mt0 {
    margin-top: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0 {
    margin-left: 0
}

.mr0 {
    margin-right: 0
}

.mlauto {
    margin-left: auto
}

.mtauto {
    margin-top: auto
}

.mrauto {
    margin-right: auto
}

.mbauto {
    margin-bottom: auto
}

.p0 {
    padding: 0
}

.p5 {
    padding: .5rem
}

.p10 {
    padding: 1rem
}

.pt10 {
    padding-top: 1rem
}

.pb10 {
    padding-bottom: 1rem
}

.pl10 {
    padding-left: 1rem
}

.pr10 {
    padding-right: 1rem
}

.pt5 {
    padding-top: .5rem
}

.pb5 {
    padding-bottom: .5rem
}

.pl5 {
    padding-left: .5rem
}

.pr5 {
    padding-right: .5rem
}

.pt0 {
    padding-top: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0 {
    padding-left: 0
}

.pr0 {
    padding-right: 0
}

.line {
    border: #dbdbdb .1rem solid
}

.linet {
    border-top: #dbdbdb .1rem solid
}

.lineb {
    border-bottom: #dbdbdb .1rem solid
}

.lineb-p {
    border-bottom: #1678ff .1rem solid
}

.linel {
    border-left: #dbdbdb .1rem solid
}

.liner {
    border-right: #dbdbdb .1rem solid
}

.line-pl {
    border: #ceddff .1rem solid
}

.line-yl {
    border: #f5edd7 .1rem solid
}

.linet-yl {
    border-top: #f5edd7 .1rem solid
}

.lineb-yl {
    border-bottom: #f5edd7 .1rem solid
}

.linel-yl {
    border-left: #f5edd7 .1rem solid
}

.liner-yl {
    border-right: #f5edd7 .1rem solid
}

.linet-pl {
    border-top: #ceddff .1rem solid
}

.lineb-pl {
    border-bottom: #ceddff .1rem solid
}

.linel-pl {
    border-left: #ceddff .1rem solid
}

.liner-pl {
    border-right: #ceddff .1rem solid
}

.lineN {
    line-height: initial
}

.line20 {
    line-height: 2rem
}

.line22 {
    line-height: 2.2rem
}

.line24 {
    line-height: 2.4rem
}

.line28 {
    line-height: 2.8rem
}

.line30 {
    line-height: 3rem
}

.line32 {
    line-height: 3.2rem
}

.line36 {
    line-height: 3.6rem
}

.line38 {
    line-height: 3.8rem
}

.line40 {
    line-height: 4rem
}

.line42 {
    line-height: 4.2rem
}

.hiN {
    height: 1.714rem
}

.h20 {
    height: 2rem
}

.h32 {
    height: 3.2rem
}

.t0 {
    border-top: 0
}

.b0 {
    border-bottom: 0
}

.bg-w {
    background-color: #fff
}

.bg-p {
    background-color: #1678ff
}

.bg-pl {
    background-color: #eff4ff
}

.bg-f2 {
    background-color: #f2f2f2
}

.bg-f5 {
    background-color: #f5f5f5
}

.bg-f7 {
    background-color: #f7f7f7
}

.bg-col1 {
    background-color: #fffaeb
}

.bg-col2 {
    background-color: #f5edd7
}

.ellipsis.wauto {
    width: auto;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial
}

.ellipsisHH.wauto {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial
}

.overflow-x {
    overflow-x: auto
}

.overflow-y {
    overflow-y: auto
}

.overflow-h {
    overflow: hidden
}

.nowrap {
    white-space: nowrap
}

.breakAll {
    word-break: break-all
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-grow {
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit
}

.flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important
}

.flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important
}

.tal {
    text-align: left !important
}

.tar {
    text-align: right !important
}

.tac {
    text-align: center !important
}

.vmiddle {
    vertical-align: middle
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.acur {
    cursor: pointer
}

.radius {
    border-radius: .4rem
}

.radius-tl {
    border-top-left-radius: .4rem
}

.radius-tr {
    border-top-right-radius: .4rem
}

.radius-bl {
    border-bottom-left-radius: .4rem
}

.radius-br {
    border-bottom-right-radius: .4rem
}

.radiusB {
    border-radius: .8rem
}

.radiusB-tl {
    border-top-left-radius: .8rem
}

.radiusB-tr {
    border-top-right-radius: .8rem
}

.radiusB-bl {
    border-bottom-left-radius: .8rem
}

.radiusB-br {
    border-bottom-right-radius: .8rem
}

.shadow {
    -webkit-box-shadow: 0 0 1rem rgba(0,0,0,.1);
    box-shadow: 0 0 1rem rgba(0,0,0,.1)
}

.shadowBg {
    background-color: #fff;
    -webkit-box-shadow: 0 .2rem .5rem rgba(0,0,0,.06);
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.06)
}

.w0 {
    width: 0
}

.wfull {
    width: 100%
}

.wFit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.h0 {
    height: 0
}

.deg45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.deg90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.deg180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.deg270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.degX::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.sticky {
    position: sticky;
    z-index: 10
}

.sticky.t {
    top: 0
}

.sticky.b {
    bottom: 0
}

.opacity4 {
    opacity: .4
}

.opacity5 {
    opacity: .5
}

.opacity6 {
    opacity: .6
}

.opacity8 {
    opacity: .8
}

.italic {
    font-style: italic
}

.gradient-gray {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e3e3e3));
    background-image: linear-gradient(180deg, #fff, #e3e3e3)
}

.none {
    display: none
}

.btn-d {
    padding: .2rem 1rem;
    min-height: 3.2rem;
    line-height: 1.6rem;
    border-radius: .4rem
}

.btn-d.round {
    border-radius: 5rem
}

.btn-d.p2 {
    padding: .2rem
}

.btn-d.small {
    min-height: 2.8rem
}

.btn-d.min {
    min-height: 2.2rem;
    padding: .2rem .4rem
}

.btn-d.large {
    min-height: 4rem
}

.btn-p:disabled {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.svg-icon.svg-f0 {
    font-size: 0
}

.svg-icon.svg-f0::before {
    font-size: initial
}

@media(hover: hover) {
    a:not(.nohover):hover .svg-icon {
        color:inherit
    }
}

@media(hover: none) {
    a:not(.nohover):active .svg-icon {
        color:inherit
    }
}

*::-webkit-scrollbar {
    width: .8rem;
    height: .8rem
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2)
}

*::-webkit-scrollbar-thumb:active,*::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.3)
}

*::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.05)
}

*::-webkit-scrollbar-corner {
    background-color: rgba(0,0,0,.05)
}

.ax-dialog {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: -1000rem;
    top: 0;
    z-index: 810
}

.ax-dialog .ax-padding {
    padding: 1rem
}

.ax-dialog .ax-dialog-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4
}

.ax-dialog[data-overlay=true] .ax-dialog-overlay {
    background-color: rgba(0,0,0,.5)
}

.ax-dialog .ax-dialog-wrapper {
    background-color: #fff;
    border-radius: .8rem;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    opacity: 1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    z-index: 9;
    margin: 0 2rem
}

.ax-dialog[data-size=md] .ax-dialog-wrapper {
    width: 50rem
}

.ax-dialog[data-size=auto] .ax-dialog-wrapper {
    width: auto;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0
}

.ax-dialog.ax-dialog-show {
    left: 0;
    top: 0
}

.ax-dialog.ax-dialog-show .ax-dialog-overlay {
    opacity: 1
}

.ax-dialog.ax-dialog-hide .ax-dialog-overlay {
    opacity: 0
}

.ax-dialog-header {
    line-height: 3.8rem;
    border-radius: .8rem .8rem 0 0;
    padding-left: 1rem;
    background-color: #fff;
    position: relative;
    font-weight: bold
}

.ax-dialog .ax-dialog-wrapper>.ax-dialog-close {
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem;
    color: #b3b3b3;
    position: absolute;
    font-size: 1.2rem;
    right: 0;
    top: 0;
    z-index: 11
}

.ax-dialog .ax-dialog-wrapper>.ax-dialog-close:hover {
    color: #1678ff
}

.ax-dialog-body {
    position: relative;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto
}

.ax-dialog .ax-dialog-body .ax-dialog-content {
    position: relative
}

.ax-dialog-footer {
    border-radius: 0 0 .8rem .8rem;
    overflow-y: hidden
}

.ax-dialog-footer .ax-btns .btn-d {
    margin-left: 1rem
}

.ax-dialog[data-footerType=line] .ax-dialog-footer {
    line-height: 3.8rem
}

.ax-dialog[data-footerType=line] .ax-dialog-footer a:hover {
    color: inherit;
    background-color: #f7f7f7
}

.ax-dialog[data-footerType=line] .ax-dialog-footer a[confirm] {
    background-color: #eff4ff;
    color: #1678ff
}

.ax-dialog[data-footerType=line] .ax-dialog-footer a[confirm]:hover {
    background-color: #e5edff
}

.ax-gutter-line {
    height: 3.8rem;
    width: 1px;
    background-color: #dbdbdb
}

@media screen and (min-width: 1281px) {
    .ax-dialog[data-size=md] .ax-dialog-wrapper {
        width:70rem
    }
}

.ax-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    zoom:1}

.ax-row>[class*=ax-flex-block] {
    width: 0
}

.ax-col {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 0;
    position: relative
}

.ax-col>[class*=ax-flex-block] {
    height: 0
}

.ax-break-line {
    height: 1px;
    overflow: hidden;
    background-color: #dbdbdb
}

.ax-popup {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: .4rem;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    z-index: 710;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden
}

.ax-popup.ax-show {
    visibility: visible
}

.ax-popup-open,.ax-popup-open i {
    color: #cd0000 !important
}

.ax-popup-open .icon-arrow.deg90 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.ax-popup-open::after {
    -webkit-transform: rotate(270deg) !important;
    transform: rotate(270deg) !important
}

.popup-md {
    max-width: 36rem
}

.ax-popup [arrow] {
    width: 1rem;
    height: 1rem;
    -webkit-box-shadow: 1px 1px 0 #dbdbdb;
    box-shadow: 1px 1px 0 #dbdbdb
}

.ax-popup[data-placement^=top] [arrow] {
    bottom: -0.5rem;
    background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ax-popup[data-placement^=bottom] [arrow] {
    top: -0.5rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%)
}

.ax-popup[data-placement^=left] [arrow] {
    right: -0.5rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%)
}

.ax-popup[data-placement^=right] [arrow] {
    left: -0.5rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: linear-gradient(135deg, transparent 50%, #fff 50%, #fff 100%)
}

.ax-popup .ax-popup-body {
    max-height: 60rem;
    display: block;
    overflow-y: auto;
    overflow-x: hidden
}

.ax-popup .ax-popup-body .ax-popup-content {
    overflow: hidden
}

.ax-message {
    max-width: 60rem;
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 910;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

@media screen and (max-width: 900px) {
    .ax-message {
        width:100%
    }
}

.ax-message section {
    background-color: #fff;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: 1px 1px .5rem rgba(0,0,0,.06);
    box-shadow: 1px 1px .5rem rgba(0,0,0,.06);
    margin: 1.4rem 1.4rem 0 1.4rem;
    border-radius: .4rem;
    position: relative;
    display: none
}

.ax-message .ax-close {
    font-size: 1.2rem;
    text-align: center;
    color: rgba(0,0,0,.2);
    text-decoration: none;
    width: 3.4rem;
    height: 3.4rem;
    position: absolute;
    right: 0;
    top: 0
}

.ax-message .ax-close:hover {
    color: rgba(0,0,0,.6)
}

.ax-message[data-placement=center-center] {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ax-message[data-placement*=-center] section {
    margin-top: .7rem;
    margin-bottom: .7rem
}

.ax-message section .ax-message-content {
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: .8rem 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.ax-message section[data-result=success] {
    color: #51b148;
    background-color: #f0f9eb;
    border-color: #e1f3d8
}

.ax-message section[data-result=error] {
    color: #b22c39;
    background-color: #fff0f1;
    border-color: #f0dddf
}

.ax-message section[data-result=question] {
    color: #c2690a;
    background-color: #fff5eb;
    border-color: #f5e7d7
}

.ax-message section[data-result=info] {
    color: #189593;
    background-color: #ebfaf9;
    border-color: #cef0f0
}

.ax-message section[data-result=warning] {
    color: #c8990b;
    background-color: #fffaeb;
    border-color: #f5edd7
}

.ax-message section[data-close] .ax-message-content {
    padding-right: 3.4rem
}

.ax-message section .ax-message-icon {
    margin-right: .8rem
}

.ax-message section .ax-message-body {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    position: relative
}

.ax-message .svg-icon {
    height: 1.8rem;
    font-size: 1.6rem
}

.ax-menu ul {
    display: none
}

.ax-menu li {
    position: relative;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.ax-menu>li {
    border-bottom: none
}

.ax-menu>li:before,.ax-menu.ax-menu-row>li>ul>li:before {
    content: "";
    width: .2rem;
    height: 0;
    background-color: #1678ff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.ax-menu li a {
    height: 3.6rem;
    line-height: 3.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.ax-menu>li>a {
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.ax-menu>li>ul>li>a {
    padding-left: 2.8rem
}

.ax-menu .ax-active {
    background: rgba(0,0,0,0)
}

.ax-menu .ax-active:before,.ax-menu.ax-menu-row>li>ul>li.ax-active:before {
    height: 100%
}

.ax-menu>li>a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ax-menu>li.ax-active>a {
    font-weight: bold
}

.ax-menu .ax-active>a::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.ax-menu a.ax-selected[aria-child=false] {
    color: #1678ff;
    background-color: #f5f7fa
}

.ax-menu.ax-menu-row {
    z-index: 610
}

.ax-menu.ax-menu-row ul {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: .4rem;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)
}

.ax-menu.ax-menu-row>li::before {
    display: none
}

.ax-menu.ax-menu-row li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ax-menu.ax-menu-row>li>ul>li>ul {
    position: inherit;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ax-menu.ax-menu-row li a {
    line-height: 3.6rem
}

.ax-menu.ax-menu-row li a:hover {
    color: #1678ff
}

.ax-menu.ax-menu-row li a {
    padding-left: 1.4rem;
    padding-right: 1.4rem
}

.ax-backtop {
    position: fixed;
    right: 1.4rem;
    bottom: 1.4rem;
    z-index: 610
}

.ax-space-backtop {
    height: 5.4rem
}

.ax-backtop .ax-item {
    margin-top: 1rem;
    position: relative
}

.ax-backtop .ax-item>a {
    font-size: 1.8rem;
    color: rgba(0,0,0,.2);
    border-radius: .4rem;
    width: 3.8rem;
    height: 3.8rem;
    -webkit-box-shadow: 0 0 0 .1rem rgba(0,0,0,.12) inset;
    box-shadow: 0 0 0 .1rem rgba(0,0,0,.12) inset;
    background-color: rgba(255,255,255,.2);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.ax-backtop .ax-item>a:hover,.ax-backtop .ax-item.ax-active>a {
    color: #1678ff;
    -webkit-box-shadow: 0 0 0 .1rem #1678ff inset;
    box-shadow: 0 0 0 .1rem #1678ff inset
}

.ax-backtop .ax-item.ax-totop {
    overflow: hidden
}

.ax-backtop .ax-item.ax-totop>a {
    margin-bottom: -8rem
}

.ax-backtop .ax-item.ax-totop .ax-show {
    margin-bottom: 0
}

.ax-backtop .ax-item.ax-focus>a {
    -webkit-box-shadow: 0 0 0 .1rem #1678ff inset;
    box-shadow: 0 0 0 .1rem #1678ff inset
}

.ax-backtop .ax-item.ax-focus:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: .3rem;
    background-color: rgba(25,140,255,.2);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    position: absolute
}

.ax-filter {
    position: relative
}

.ax-filter .ax-other {
    display: none
}

@-webkit-keyframes fadeOutUp {
    from,to {
        -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
        animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
    }

    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
}

@keyframes fadeOutUp {
    from,to {
        -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
        animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
    }

    from {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0)
    }
}

@-webkit-keyframes fadeInDown {
    from,to {
        -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
        animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from,to {
        -webkit-animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1);
        animation-timing-function: cubic-bezier(0.18, 0.64, 0.56, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20%, 0);
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

body {
    min-width: 100rem
}

.wi,.wi-h5 {
    width: 100rem;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 1281px) {
    .wi,.wi-h5 {
        width:120rem
    }
}

@media screen and (min-width: 1441px) {
    .wi,.wi-h5 {
        width:140rem
    }
}

.posterimg {
    width: 100%;
    border-radius: .8rem
}

.yellow-box {
    background-color: #fffaeb;
    border: #f5edd7 .1rem solid
}
.header .h-logo {
    background: url(/img/z-h-b01.png) top center no-repeat;
    height: 4rem;
    width: 167px;
    text-align: center;
    margin-top: 1rem;
    padding-top: 3px;
}.vMod_breadcrumbs {
    background-color: #fff;
    line-height: 44px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 3px;
    border: 1px solid #f2f2f2;overflow: hidden;
}.vMod_breadcrumbs_item {
    float: left;
    line-height: 44px;
    color: #333;
    padding: 0 20px 0 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAsBAMAAACnApTfAAAAMFBMVEUAAADY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NiicvPuAAAAEHRSTlMA+hPkkmYFRVMohrGey3k424jp7gAAAIlJREFUeAFd0L0JhEAQBeBVVvy57JLlsgM7MLAMsQFBOzA3EazADgwsxESwApvYRLABg/cmGE0+fO46P+YweO4/zDYGjk4ttAsMf/zQUFvD9MvA088I44LBSrsLRieDis49TEoGOx1oToPX+6DPy335X6XrSf1V9yf9ej2PzNfo+WUfsh+n98d9PuqbGGxwAQXwAAAAAElFTkSuQmCC);
    background-size: auto auto;
    background-position: right center;
    background-repeat: no-repeat;
}.vMod_breadcrumbs_item2 {
    display: inline-block;
    padding-left: 8px;
    color: #888;
}.qh-s-r {
    width: 30%;
    margin-left: 2rem;
}.navbox .title {
    background: #f2f2f2;
    border: #dbdbdb 0.1rem solid;
    border-bottom: 0;
    border-radius: 0.8rem 0.8rem 0 0;
    line-height: 3.8rem;
    padding: 0 1rem;
}.navbox .title .qh-you {
    font-size: 1rem!important;
}.navbox .title .qh-you {
    font-size: 1rem!important;
}.right-list .nav {
    padding: 0.5rem 1rem;
}.navbox .nav {
    border-radius: 0 0 0.8rem 0.8rem;
    border: #dbdbdb 0.1rem solid;
}.navbox .title b {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}.right-list .nav a {
    padding: 0.5rem 0;
}.page{
    width: 779px;
    margin: 0px auto 0px;
    padding: 10px;
    text-align: center;
    background: #FFF;
}.select {
    height: 40px;
    border: 1px solid #1d6aaa;
    color: #FFF;
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    width: 40px;
    text-align: center;
    background: #1d6aaa;
}.page a {
    height: 40px;
    border: 1px solid #e6e6e6;
    color: #4d4d4d;
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    line-height: 40px;
    text-decoration: none;
    width: 40px;
    text-align: center;
    background: #FFF;
}.picture {
    width: 150px;
    height: 85px;
    margin-left: 16px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    font-size: 0;
}.picture img {
    width: 100%;
    height: auto;
}.bt {
    height: 5rem;
    font-size: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}