.clearfix {
    *zoom: 1
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    content: ""
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden
}

.cententbox, .pagewidth {
    margin-left: auto;
    margin-right: auto
}

.cententbox, .content_bd, .pagewidth {
    width: 1000px
}

.prel {
    position: relative
}

.pabs {
    position: absolute
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.tal, .textl {
    text-align: left
}

.tac {
    text-align: center
}

.tar, .textr {
    text-align: right
}

.font_erect {
    writing-mode: vertical-lr;
    writing-mode: tb-lr
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.ml10 {
    margin-left: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.pt10 {
    padding-top: 10px
}

.pt20 {
    padding-top: 20px
}

.pb10 {
    padding-bottom: 10px
}

.pb20 {
    padding-bottom: 20px
}

.pad15 {
    padding: 15px
}

.padl15 {
    padding-left: 15px
}

.line32 {
    line-height: 32px
}

.line30 {
    line-height: 30px
}

.line18 {
    line-height: 18px
}

.font10 {
    font-size: 12px;
    display: inline-block;
    -webkit-transform: scale(.84);
    transform: scale(.84)
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flexcenter {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
    -webkit-flex-align: center
}

.flexcenter, .lrcentrt {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    box-pack: center;
    -webkit-flex-pack: center
}

.flexcenter, .lrcentrt, .topcenter {
    display: -webkit-flex;
    display: -webkit-box;
    display: flex
}

.topcenter {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-align: center
}

.row_wrap {
    -webkit-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-lines: multiple;
    -moz-flex-flow: row wrap;
    box-orient: horizontal;
    box-lines: multiple;
    flex-flow: row wrap
}

.column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.boxflex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.hide {
    display: none
}

.boxradius4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}

* {
    box-sizing: border-box
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

article, aside, dialog, figure, footer, header, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

img {
    vertical-align: middle
}

a img, img {
    border: 0
}

input {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address, caption, cite, code, dfn, em, i, th, var {
    font-weight: 400;
    font-style: normal
}

body, html {
    font: 12px/22px microsoft yahei, tahoma, arial, SimSun, sans-serif;
    background-color: #f8f8f8;
    color: #242424
}

body.bodyfff, html.bodyfff {
    background-color: #fff;
    color: #333
}

a, a:link {
    color: #0066ba;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #3385c8
}

.font_blue, .link_blue {
    color: #0066ba
}

.link_blue:hover, .underline {
    text-decoration: underline
}

.linkblue, a.linkblue, a.linkblue:link {
    color: #0066ba;
    cursor: pointer
}

a.linkblue:hover {
    color: #3385c8
}

.linkblue2 {
    color: #0066ba
}

.font_red, .fontred {
    color: red
}

.font_red2 {
    color: #c1362b
}

.font_orange {
    color: #ff9000
}

.font_yellow {
    color: #f26521
}

.fontyellowfb2 {
    color: #fa9804
}

.fontredf34d38 {
    color: #f78b00
}

.font_green {
    color: green
}

.font_greenlit {
    color: #4ab450
}

.graya {
    color: #aaa
}

.gray5 {
    color: #555
}

.gray6 {
    color: #666
}

.gray7 {
    color: #777
}

.gray9 {
    color: #999
}

.grayc {
    color: #ccc
}

.gray3 {
    color: #333
}

.gray24 {
    color: #242424
}

.fontblack, .gray0 {
    color: #000
}

.fontfff {
    color: #fff
}

.gray8b {
    color: #8b8b8b
}

.font20 {
    font-size: 20px
}

.font18 {
    font-size: 18px
}

.font16 {
    font-size: 16px
}

.font14 {
    font-size: 14px
}

.font12 {
    font-size: 12px
}

.fontbold {
    font-weight: 600
}

.linkpointer {
    cursor: pointer
}

.linkunder, .linkunder:hover, a.linkunder, a.linkunder:hover {
    text-decoration: underline
}

.content_bd {
    padding: 10px;
    margin: 0 auto 20px
}

.bgfff, .content_bd {
    background-color: #fff
}

.btn_blue, .btn_blue_confirm, .btn_blue_light, .btn_gray9, .btn_green, .btn_green_confirm, .btn_red, .btn_red_light, .btn_yellow, .btnborder, .btnborder_gray, .huibtn, a.btn_blue, a.btn_blue_confirm, a.btn_blue_light, a.btn_gray9, a.btn_green, a.btn_green_confirm, a.btn_red, a.btn_red_light, a.btn_yellow, a.btnborder_gray, a.huibtn, input.btn_gray9, input.btn_green, input.btn_green_confirm, input.btnborder_gray {
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.btn_blue:hover, .btn_blue_confirm:hover, .btn_blue_light:hover, .btn_gray9:hover, .btn_green:hover, .btn_green_confirm:hover, .btn_red:hover, .btn_red_light:hover, .btn_yellow:hover, .btnborder:hover, .btnborder_gray:hover, .huibtn:hover {
    opacity: .9
}

.btn_blue, a.btn_blue {
    color: #fff;
    background-color: #0066ba;
    border-color: #0066ba
}

.btn_blue:hover, a.btn_blue:hover {
    background-color: #0f6fbe;
    border-color: #0f6fbe;
    opacity: 1;
    color: #fff
}

.btn_blue_confirm, a.btn_blue_confirm {
    color: #fff;
    background-color: #0066ba;
    border-color: #0066ba
}

.btn_blue_confirm:hover, a.btn_blue_confirm:hover {
    background-color: #0f6fbe;
    border-color: #0f6fbe;
    opacity: 1;
    color: #fff
}

.btn_blue_light, a.btn_blue_light {
    color: #fff;
    background-color: #008dff;
    border-color: #008dff
}

.btn_blue_light:hover, a.btn_blue_light:hover {
    background-color: #0f94ff;
    border-color: #0f94ff;
    opacity: 1;
    color: #fff
}

.btn_red, a.btn_red {
    color: #fff;
    background-color: #c1362b;
    border-color: #c1362b
}

.btn_red_light, a.btn_red_light {
    color: #fff;
    background-color: #f66450;
    border-color: #f66450
}

.btn_yellow, a.btn_yellow {
    color: #fff;
    background-color: #f27b13;
    border-color: #dd832d
}

.huibtn, a.huibtn {
    color: #666;
    background-color: #f1f1f1;
    border-color: #ddd
}

.btn_green, .btn_green_confirm, a.btn_green, a.btn_green_confirm, input.btn_green, input.btn_green_confirm {
    color: #fff;
    background-color: #4ab450;
    border-color: #4ab450
}

.btn_gray9, a.btn_gray9, input.btn_gray9 {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.btnborder_gray, a.btnborder_gray, input.btnborder_gray {
    color: #666;
    background-color: #fff;
    border-color: #ccc
}

.btnborder {
    color: #0066ba;
    background-color: #fff;
    border-color: #0066ba
}

.btnborder:hover {
    background-color: #0066ba;
    color: #fff;
    opacity: 1
}

.disabled, .disabled:hover, input.disabled {
    border: 1px solid #e5e5e5;
    background-color: #f8f8f8;
    color: #bbb;
    cursor: not-allowed
}

.btnblock {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer
}

#app {
    min-width: 1000px
}

[v-cloak] {
    display: none
}

.delete_ie {
    width: 100%;
    position: fixed;
    z-index: 98
}

.delete_ie + .delietipspad {
    padding-top: 60px
}

.delietips {
    height: auto;
    padding: 14px 0;
    border-bottom: 1px solid #ffc452;
    background-color: #ffc
}

.delietipsbox {
    width: 650px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px
}

.delietipsbox .icon_warning_s {
    margin-top: 7px;
    margin-right: 10px
}

.delietipsbox .deliebtn {
    width: 88px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background-color: #f34d38;
    text-align: center;
    color: #fff
}

.layeralert .layercon .iconErro, .layeralert .layercon .iconSucces, .layeralert .layercon .iconWarning, .layeralert .layercon_scroll .iconErro, .layeralert .layercon_scroll .iconSucces, .layeralert .layercon_scroll .iconWarning {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.layeralert .layercon .iconErro:after, .layeralert .layercon .iconErro:before, .layeralert .layercon .iconSucces:after, .layeralert .layercon .iconSucces:before, .layeralert .layercon .iconWarning:after, .layeralert .layercon .iconWarning:before, .layeralert .layercon_scroll .iconErro:after, .layeralert .layercon_scroll .iconErro:before, .layeralert .layercon_scroll .iconSucces:after, .layeralert .layercon_scroll .iconSucces:before, .layeralert .layercon_scroll .iconWarning:after, .layeralert .layercon_scroll .iconWarning:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1
}

.layerbg, .layerbgalert {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 98
}

.layerbg.black_shadow, .layerbgalert.black_shadow {
    background-color: rgba(0, 0, 0, .95)
}

.layerbg.layerbg_dark, .layerbgalert.layerbg_dark {
    background-color: rgba(0, 0, 0, .75)
}

.layerbgalert {
    z-index: 100
}

.layeralert {
    min-width: 500px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    min-height: 150px;
    position: fixed;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.layeralert .layertit {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background-color: #f1f3f7
}

.layeralert .layertit h2 {
    color: #242424;
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

.layeralert .layercon, .layeralert .layercon_scroll {
    min-width: 500px;
    max-width: 860px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    padding: 20px;
    text-align: center;
    line-height: 24px
}

.layeralert .layercon .oneline, .layeralert .layercon_scroll .oneline {
    padding: 20px 0;
    width: 460px;
    font-size: 14px;
    text-align: center
}

.layeralert .layercon .resulttit, .layeralert .layercon_scroll .resulttit {
    min-width: 460px;
    line-height: 100px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto
}

.layeralert .layercon.txtl, .layeralert .layercon .txtl, .layeralert .layercon_scroll.txtl, .layeralert .layercon_scroll .txtl {
    text-align: left
}

.layeralert .layercon .iconSucces, .layeralert .layercon_scroll .iconSucces {
    margin: 10px auto;
    background-color: #4db04b
}

.layeralert .layercon .iconSucces:after, .layeralert .layercon_scroll .iconSucces:after {
    width: 8px;
    height: 16px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 12px;
    left: 18px
}

.layeralert .layercon .iconErro, .layeralert .layercon_scroll .iconErro {
    margin: 10px auto;
    transform: rotate(45deg);
    background-color: red
}

.layeralert .layercon .iconErro:after, .layeralert .layercon .iconErro:before, .layeralert .layercon_scroll .iconErro:after, .layeralert .layercon_scroll .iconErro:before {
    background-color: #fff
}

.layeralert .layercon .iconErro:before, .layeralert .layercon_scroll .iconErro:before {
    width: 4px;
    height: 22px;
    top: 13px;
    left: 50%;
    margin-left: -2px
}

.layeralert .layercon .iconErro:after, .layeralert .layercon_scroll .iconErro:after {
    width: 22px;
    height: 4px;
    top: 22px;
    left: 50%;
    margin-left: -11px
}

.layeralert .layercon .iconWarning, .layeralert .layercon_scroll .iconWarning {
    margin: 10px auto;
    background-color: #fa9804
}

.layeralert .layercon .iconWarning:after, .layeralert .layercon .iconWarning:before, .layeralert .layercon_scroll .iconWarning:after, .layeralert .layercon_scroll .iconWarning:before {
    background-color: #fff;
    left: 22px
}

.layeralert .layercon .iconWarning:before, .layeralert .layercon_scroll .iconWarning:before {
    width: 4px;
    height: 15px;
    top: 11px
}

.layeralert .layercon .iconWarning:after, .layeralert .layercon_scroll .iconWarning:after {
    width: 4px;
    height: 4px;
    bottom: 11px
}

.layeralert .layercon .cedeimgbox, .layeralert .layercon_scroll .cedeimgbox {
    width: 200px;
    height: 200px;
    margin: 10px auto
}

.layeralert .layercon .cedeimgbox img, .layeralert .layercon_scroll .cedeimgbox img {
    width: 100%;
    height: 100%
}

.layeralert .layercon_scroll {
    height: auto;
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative
}

.layeralert .layercon_scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #fff
}

.layeralert .layercon_scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d3d3d3
}

.layeralert .layercon_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #929292
}

.layeralert .layercon_scroll::-webkit-scrollbar-button {
    display: none;
    border: 0
}

.layeralert .layerbtn {
    padding: 0 20px 20px;
    text-align: center
}

.layeralert .layerbtn .btn {
    display: block;
    min-width: 100px;
    padding: 0 10px;
    line-height: 30px;
    margin: 0 10px;
    font-size: 14px
}

.layer_def {
    width: 460px
}

.layer_550 {
    width: 550px
}

.layer_650 {
    width: 650px
}

.closesvg {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    cursor: pointer
}

.closesvg svg {
    fill: #a6a6a6;
    width: 16px;
    height: 16px
}

.layerbg .closebtn {
    padding: 0 10px;
    right: 0;
    font-size: 30px
}

.layerbg .closebtn, .layerbg .info_close {
    line-height: 40px;
    color: #a6a6a6;
    position: absolute;
    top: 0;
    cursor: pointer
}

.layerbg .info_close {
    right: 15px;
    font-size: 26px;
    width: 30px;
    text-align: center;
    overflow: hidden
}

.layer_intr {
    font-size: 14px;
    text-align: left
}

.layer_intr .pl {
    padding-left: 14px
}

.layer_unlimit {
    z-index: 102 !important
}

.layer_unlimit .iconbg {
    width: 60px;
    height: 60px;
    background-color: #fff1f0;
    border-radius: 100%;
    margin: 30px auto
}

.layer_unlimit .iconbg .icon_limit {
    display: block;
    height: 30px;
    width: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQxLjI1IDE3LjE4MkM0MS4yNSA3LjYzNiAzMy40ODggMCAyNCAwIDE0LjUxMyAwIDYuNzUgNy42MzYgNi43NSAxNy4xODJ2NS43MjdDMy41ODggMjIuOTEgMSAyNS4zNjQgMSAyOC42MzZ2MjUuNjM3QzEgNTcuNTQ1IDMuNTg4IDYwIDYuNzUgNjBoMzQuNWMzLjE2MiAwIDUuNzUtMi40NTUgNS43NS01LjcyN1YyOC42MzZjMC0zLjI3Mi0yLjU4OC01LjcyNy01Ljc1LTUuNzI3di01LjcyN3pNMjcuMTAzIDQyLjYydjMuNTk1YzAgMS42NTktMS4zNjkgMi43NjUtMi43MzggMi43NjVzLTIuNzM4LTEuMzgzLTIuNzM4LTIuNzY1VjQyLjYyYy0xLjY0My0xLjEwNi0yLjczOC0yLjc2NS0yLjczOC00Ljk3NyAwLTMuMzE4IDIuNDY0LTUuODA2IDUuNzUtNS44MDZzNS43NSAyLjQ4OCA1Ljc1IDUuODA2Yy0uMjc0IDIuMjEyLTEuMzcgNC4xNDgtMy4yODYgNC45Nzd6TTM1LjUgMjMuMjY1aC0yM3YtNS43MTRjMC02LjI1OSA1LjE3NS0xMS40MjkgMTEuNS0xMS40MjlzMTEuNSA1LjE3IDExLjUgMTEuNDI5djUuNzE0eiIgZmlsbD0iI0VCNjc1OSIvPjwvc3ZnPg==");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0
}

.layer_unlimit .tiptxt {
    padding: 0 0 30px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}


.headerbox[data-v-981a11d8] {
    height: 60px
}

.headerbox[data-v-981a11d8]:after {
    content: " ";
    padding-top: 60px
}

.header[data-v-981a11d8] {
    width: 100%;
    height: 60px;
    background-color: #fafafa;
    position: fixed;
    z-index: 91;
    border-bottom: 1px solid #d9d9d9
}

.header .itoulogo[data-v-981a11d8] {
    display: inline-block;
    background-size: 100% 100%;
    width: 35px;
    height: 35px
}

.header .station_name[data-v-981a11d8] {
    height: 25px;
    line-height: 25px;
    font-size: 16px
}

.header .header_nav a[data-v-981a11d8] {
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 14px
}

.header .header_nav a[data-v-981a11d8], .header .header_nav a[data-v-981a11d8]:link {
    color: #333
}

.header .header_nav a.sed[data-v-981a11d8], .header .header_nav a[data-v-981a11d8]:hover {
    font-weight: 700
}

.header .loginbtn .btn[data-v-981a11d8] {
    width: 82px;
    line-height: 30px;
    margin-left: 10px;
    font-weight: 700;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px
}

.header .loginbtn .btn_blue[data-v-981a11d8] {
    color: #fff;
    background-color: #0066ba;
    border-color: #0066ba
}

.header .loginbtn .btn_blue[data-v-981a11d8]:hover {
    background-color: #0f6fbe;
    border-color: #0f6fbe;
    opacity: 1;
    color: #fff
}

.header .loginbtn .btnborder[data-v-981a11d8] {
    color: #0066ba;
    background-color: #fff;
    border-color: #0066ba
}

.header .loginbtn .btnborder[data-v-981a11d8]:hover {
    background-color: #0066ba;
    color: #fff;
    opacity: 1
}

.header .userbox[data-v-981a11d8] {
    position: relative;
    height: 59px;
    line-height: 59px;
    width: auto;
    text-align: right;
    font-size: 14px;
    cursor: pointer
}

.header .userbox .icon_arrow[data-v-981a11d8] {
    width: 0;
    height: 0;
    overflow: hidden;
    border-color: #666 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid dashed dashed;
    border-width: 8px 5px;
    display: inline-block;
    position: relative;
    margin: 0 0 0 8px;
    top: 7px;
    left: 0
}

.header .userbox .userbox_layer[data-v-981a11d8] {
    display: none;
    position: absolute;
    top: 58px;
    right: 0;
    width: 100px;
    background-color: #fff;
    z-index: 100;
    -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, .05);
    box-shadow: 0 6px 13px rgba(0, 0, 0, .05)
}

.header .userbox .userbox_layer a[data-v-981a11d8], .header .userbox .userbox_layer a[data-v-981a11d8]:link {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #8b8b8b;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px
}

.header .userbox .userbox_layer a[data-v-981a11d8]:hover {
    color: #3c6dbd
}

.header .userbox:hover .userbox_layer[data-v-981a11d8] {
    display: block
}

.itoufooter[data-v-949a5ebc] {
    background-color: #fafafa;
    padding: 15px 0;
    border-top: 1px solid #e3e3e3
}

.copyright[data-v-949a5ebc] {
    padding-bottom: 10px
}

.copyright > div[data-v-949a5ebc] {
    color: #333;
    line-height: 20px;
    padding: 0 10px
}

.copyright .gpnganbei img[data-v-949a5ebc] {
    width: 16px;
    height: 16px
}

.tit{
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
}