* {
    padding: 0px;
    margin: 0px
}

html {
    font-family: "Lantinghei SC","Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    -webkit-font-smoothing: antialiased -ms-text-size-adjust:100%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
    width: 100%
}

body {
    margin: 0;
    width: 100%
}

#data {
    overflow-x: hidden!important
}

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

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

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: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

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
}

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

input {
    line-height: normal
}

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

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

.xcommon-header {
    width: 100%;
    background: #fff;
    height: 62px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    box-sizing: content-box
}

.xcontainer {
    display: flex;
    padding-left: 8px;
    flex-direction: row;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    position: relative
}

.xcommon-header .logo {
    display: block
}

.m_navList {
    width: 600px;
    padding-left: 30px
}

.J_navList {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: space-around
}

.m_navList li {
    font-size: 18px;
    font-weight: 600
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 768px) {
    .container {
        width:750px
    }
}

@media(min-width: 992px) {
    .container {
        width:970px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width: 768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after {
    display: table;
    content: " "
}

.clearfix:after,.container:after,.container-fluid:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url('//at.alicdn.com/t/webfont_2f6aizo3b23.eot');
    src: url('//at.alicdn.com/t/webfont_2f6aizo3b23.eot?#iefix') format('embedded-opentype'),url('//at.alicdn.com/t/webfont_2f6aizo3b23.woff2') format('woff2'),url('//at.alicdn.com/t/webfont_2f6aizo3b23.woff') format('woff'),url('//at.alicdn.com/t/webfont_2f6aizo3b23.ttf') format('truetype'),url('//at.alicdn.com/t/webfont_2f6aizo3b23.svg#站酷小薇体') format('svg')
}

@media(max-width: 1555px) {
    body>.christmas-wrapper {
        display:none
    }
}

.header-search-overflow-hidden {
    overflow: hidden
}

div.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

header.common-header {
    width: 100%;
    background: #fff;
    height: 62px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-sizing: content-box
}

h1.t1 {
    font-size: 22px;
    line-height: 24px
}

h3.t3 {
    font-size: 18px
}

header.common-header a:focus,header.common-header a:visited {
    color: #333;
    text-decoration: none
}

header.common-header a:hover {
    color: #4285f4
}

header.common-header .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative
}

@media(min-width: 820px) and (max-width:1280px) {
    header.common-header .container {
        padding:0 10px
    }
}

header.common-header .logo {
    display: block;
    width: 150px;
    position: absolute;
    left: 0
}

a.logo {
    height: 100%;
    display: block;
    font-size: 24px!important;
    font-weight: 600;
    line-height: 61px;
    color: #a20c0c!important
}

header.common-header .logo img {
    width: 100%
}

@media(min-width: 820px) and (max-width:1280px) {
    header.common-header .logo {
        left:10px
    }
}

@media(max-width: 820px) {
    header.common-header .logo {
        left:10px
    }
}

@media(min-width: 820px) {
    .triggers {
        display:none
    }

    header.common-header {
        margin-bottom: 2px;
        padding: 0 20px;
        box-sizing: border-box
    }

    header.common-header>.triggers {
        display: none
    }

    header.common-header nav {
        opacity: 1;
        -webkit-transition: opacity .4s linear 0s;
        transition: opacity .4s linear 0s;
        padding-left: 120px;
        float: left
    }

    header.common-header nav a.headericon-header-menu {
        display: none
    }

    header.common-header nav ul li {
        float: left;
        position: relative;
        top: -2px;
        margin-left: 30px;
        font-size: 18px;
        font-weight: 550;
        color: #b8b869
    }

    header.common-header nav ul li .headericon-arrow-drop-down {
        font-size: 22px;
        position: relative;
        top: 2px;
        left: -5px;
        color: #999
    }

    header.common-header nav ul li a {
        display: block;
        position: relative;
        top: 8px;
        padding: 0 15px;
        line-height: 54px;
        height: 62px;
        overflow: hidden;
        box-sizing: border-box
    }

    header.common-header nav ul li .menu a {
        top: 0
    }

    header.common-header nav ul li a.pointer-box {
        position: relative
    }

    header.common-header nav ul li a.pointer-box .red-pointer {
        position: absolute;
        top: 14px;
        right: 24px;
        width: 6px;
        height: 6px;
        background: red;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px
    }

    header.common-header nav ul li a.pointer-box .red-pointer.current {
        display: none
    }

    header.common-header nav ul li.active {
        border-bottom: solid 2px #4285f4
    }

    header.common-header nav ul li.active a {
        color: #000;
        font-weight: 600
    }

    header.common-header nav ul li.active a:hover {
        cursor: default
    }

    header.common-header nav ul li .service-wrap {
        right: -22px;
        -webkit-transform-origin: 40% 0;
        -ms-transform-origin: 40% 0;
        transform-origin: 40% 0;
        padding: 10px 14px;
        min-width: 150px;
        top: 70px
    }

    header.common-header nav ul li .service-wrap:before {
        right: 86px
    }

    header.common-header nav ul li .service-wrap:after {
        right: 86px
    }

    header.common-header nav ul:after {
        content: ' ';
        clear: both
    }

    header.common-header nav ul li.firstlevel {
        margin-right: -10px
    }

    header.common-header .right-col {
        float: right
    }
}

@media(min-width: 820px) and (min-width:820px) and (max-width:1100px) {
    header.common-header nav {
        padding-left:70px
    }
}

@media(min-width: 820px) and (min-width:820px) {
    header.common-header nav ul li[name=insight] {
        position:relative
    }

    header.common-header nav ul li[name=insight]:after {
        content: "";
        position: absolute;
        top: 13px;
        left: 75%;
        background: url(/static/image/new.png) no-repeat center center;
        background-size: contain;
        width: 24px;
        height: 10px
    }
}

@media(min-width: 820px) and (min-width:820px) and (max-width:1280px) {
    header.common-header nav ul li a {
        padding:0 5px;
        margin: 0 2px
    }
}

@media(min-width: 820px) and (min-width:820px) and (max-width:1100px) {
    header.common-header nav ul li.discover,header.common-header nav ul li:first-child {
        display:none
    }
}

.mobile-show {
    display: none
}

@media(max-width: 820px) {
    .mobile-show {
        display:block
    }
}

@media(max-width: 820px) {
    .mobile-hide {
        display:none!important
    }
}

@media(max-width: 820px) {
    .m_navList ul li {
        font-size:16px;
        font-weight: normal
    }

    .container {
        padding-right: 10px!important;
        padding-left: 10px!important;
        margin-right: auto;
        margin-left: auto
    }

    .m_navList.on ul,.m_navList:hover ul {
        display: flex
    }

    .m_navList:before {
        content: '';
        background-image: url(/static/css/menu.svg);
        width: 40px;
        height: 40px;
        background-size: 40px 40px;
        display: block
    }

    .m_navList {
        width: auto;
        padding-left: 0px;
        flex: 1;
        justify-content: flex-end;
        display: flex;
        align-items: center
    }

    .m_navList ul {
        display: none
    }

    .m_navList ul {
        position: absolute;
        width: 100%!important;
        right: 0px;
        top: 100%;
        height: 60px;
        background-color: #eee;
        z-index: 999
    }
}

.cg-notify-message {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 50%;
    visibility: hidden;
    max-width: 400px;
    padding: 15px;
    -webkit-transition: top .5s ease-out,opacity .2s ease-out;
    transition: top .5s ease-out,opacity .2s ease-out;
    text-align: center;
    color: #31708f;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    background-color: #d9edf7;
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

ul {
    list-style: none
}

body,html {
    font-size: 13px;
    background: #e9eaec
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: .75
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    5% {
        opacity: .75
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

html {
    -webkit-tap-highlight-color: transparent
}

html .fixed-tools {
    display: none
}

body .error-wrapper .error span,body .tip-wrapper .tip span {
    display: block
}

body.background-white {
    background-color: #fff
}

@media(max-width: 800px) {
    body {
        padding-bottom:243px!important
    }
}

body a {
    color: #19558d
}

body a:active,body a:focus,body a:hover {
    text-decoration: none
}

body .up {
    color: #d4373b
}

body .down {
    color: #5fab54
}

@media(min-width: 800px) {
    body .common-form .head-tip {
        margin:0 0 30px;
        border: 1px solid #9eca95;
        border-radius: 4px
    }
}

@media(max-width: 800px) {
    body .common-form legend h2 {
        font-size:18px
    }
}

@media(min-width: 768px) {
    body .common-wide-form {
        width:750px
    }
}

@media(min-width: 1200px) {
    body .common-wide-form {
        width:970px
    }
}

body .common-wide-form>.navbar-collapse,body .common-wide-form>.navbar-header {
    margin-right: -10px;
    margin-left: -10px
}

@media(min-width: 768px) {
    body .common-wide-form>.navbar-collapse,body .common-wide-form>.navbar-header {
        margin-right:0;
        margin-left: 0
    }
}

@media(min-width: 800px) {
    body .common-wide-form {
        width:1170px;
        margin: 30px auto
    }
}

body .common-wide-form:not(.success-pages-guide) .success {
    padding: 80px;
    text-align: center
}

@media(max-width: 800px) {
    body .common-form .bind-entry,body .common-form .reg-entry {
        right:10px
    }

    body .common-wide-form {
        overflow: hidden
    }

    body .common-wide-form:not(.success-pages-guide) .success {
        padding: 20px
    }

    body .common-wide-form:not(.success-pages-guide) .success img {
        max-width: 100%
    }
}

@media(max-width: 1200px) {
    body .common-wide-form.success-pages-guide {
        width:auto
    }
}

@media(max-width: 800px) {
    body .common-wide-form.success-pages-guide .header-success {
        height:180px
    }

    body .common-wide-form.success-pages-guide .header-success .inner p {
        font-size: 22px;
        line-height: 35px
    }

    body .common-wide-form.success-pages-guide .header-success .inner p:before {
        display: inline-block;
        width: 34px;
        height: 34px;
        content: '';
        background: url(../images/61d46085.icon-success-h5.png) center center no-repeat;
        background-size: cover
    }

    body .common-wide-form.success-pages-guide .header-success .inner p small {
        display: none
    }

    body .common-wide-form.success-pages-guide .body-success {
        width: 100%;
        margin-top: 40px
    }

    body .common-wide-form.success-pages-guide .body-success p {
        font-size: 15px;
        line-height: 20px
    }

    body .common-wide-form.success-pages-guide .body-success ul {
        margin-top: 10px
    }

    body .common-wide-form.success-pages-guide .body-success ul li {
        width: 33%;
        margin: 0;
        padding: 25px 20px
    }

    body .common-wide-form.success-pages-guide .body-success ul span {
        font-size: 13px
    }

    body .common-wide-form.success-pages-guide .body-success .icon-privilege {
        width: 63px;
        height: 63px;
        margin-bottom: 15px
    }

    body .common-wide-form.success-pages-guide .body-success .icon-privilege.icon-club {
        background: url(../images/e37cb338.icon-club-h5.png) center center no-repeat;
        background-size: cover
    }

    body .common-wide-form.success-pages-guide .body-success .icon-privilege.icon-communication {
        background: url(../images/dcd4f7cc.icon-communication-h5.png) center center no-repeat;
        background-size: cover
    }

    body .common-wide-form.success-pages-guide .body-success .icon-privilege.icon-equity {
        background: url(../images/8af67de5.icon-equity-h5.png) center center no-repeat;
        background-size: cover
    }

    body .common-wide-form.success-pages-guide .body-success .icon-privilege.icon-trend {
        background: url(../images/bfd9cda1.icon-trend-h5.png) center center no-repeat;
        background-size: cover
    }

    body .common-wide-form.success-pages-guide .body-success .icon-privilege.icon-analysis {
        background: url(../images/170bb221.icon-analysis-h5.png) center center no-repeat;
        background-size: cover
    }

    body .common-wide-form.success-pages-guide .body-success .icon-privilege.icon-push {
        background: url(../images/d795965c.icon-push-h5.png) center center no-repeat;
        background-size: cover
    }

    body .common-wide-form.success-pages-guide .body-success a {
        font-size: 15px;
        line-height: 40px;
        width: 232px;
        max-width: 100%;
        margin-top: 25px
    }

    body .common-wide-form.success-pages-guide .footer-success {
        max-width: 100%;
        margin-top: 60px
    }

    body .common-wide-form.success-pages-guide .footer-success h2 {
        font-size: 15px
    }

    body .common-wide-form.success-pages-guide .footer-success ul li {
        width: 33%
    }

    body .common-wide-form.success-pages-guide .footer-success ul li>a {
        width: 108px;
        height: 108px
    }

    body .common-wide-form.success-pages-guide .footer-success ul li p {
        font-size: 15px;
        line-height: 20px
    }

    body .common-wide-form.success-pages-guide .footer-success ul li span {
        font-size: 13px;
        line-height: 23px
    }
}

@media(max-width: 500px) {
    body .common-wide-form.success-pages-guide .hide-pc {
        display:block
    }

    body .common-wide-form.success-pages-guide .hide-phone {
        display: none
    }

    body .common-wide-form.success-pages-guide .body-success ul li,body .common-wide-form.success-pages-guide .footer-success ul li {
        width: 50%
    }
}

.bind-kr-account .user {
    padding-top: 80px;
    text-align: center
}

.bind-kr-account .user .avatar {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0,0,0,.6)
}

.bind-kr-account .user .avatar img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.bind-kr-account .user .name {
    font-size: 14px;
    font-weight: 600;
    min-height: 60px;
    margin-bottom: 10px
}

.bind-kr-account .user .desc {
    margin-bottom: 40px
}

.bind-kr-account .user .bind-status {
    text-align: center
}

.bind-kr-account .user .bind-status>div {
    display: inline-block;
    width: 180px;
    vertical-align: middle
}

.bind-kr-account .user .bind-status>.arrow {
    position: relative;
    top: -40px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min-device-pixel-ratio:1.5) {
    .caihu div img,.jiangyujie div img,.shengxitai div img {
        display:none
    }

    .caihu div div,.jiangyujie div div,.shengxitai div div {
        overflow: hidden;
        width: 110px;
        height: 110px
    }

    .jiangyujie div div {
        background: url(../images/4abfe08e.jiangyujie@2x.jpg) center center no-repeat;
        background-size: cover
    }

    .caihu div div {
        background: url(../images/3d4696a3.caihu@2x.jpg) center center no-repeat;
        background-size: cover
    }

    .shengxitai div div {
        background: url(../images/11e4be48.shengxitai@2x.jpg) center center no-repeat;
        background-size: cover
    }
}

@media(max-width: 800px) {
    .index-bg {
        display:none
    }
}

.index-bg {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 208px;
    left: 0;
    overflow: hidden;
    background: url(/static/image/login-bg.jpg) no-repeat #19558d;
    background-size: cover
}

.index-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.login-index-wrap,.login-index-wrap .container {
    position: relative
}

@media(max-width: 1200px) {
    .index-bg {
        bottom:234px
    }
}

@media(min-width: 800px) {
    .login-index-wrap {
        min-height:720px
    }

    .login-index-wrap .container {
        min-height: 720px;
        padding-top: 60px
    }

    .login-index-wrap .container .form-wrapper {
        float: right;
        width: 373px
    }
}

@media(max-width: 800px) {
    .login-index-wrap .container {
        padding:0
    }
}

.login-index-wrap .container:after,.login-index-wrap .container:before {
    display: table;
    content: ' '
}

.login-index-wrap .container:after {
    clear: both
}

.login-index-wrap .container .form-wrapper {
    min-height: 430px;
    border-radius: 3px;
    background: #fff
}

.login-index-wrap .container .networks {
    padding: 20px;
    text-align: center;
    background: #f3f7fb
}

.login-index-wrap .container .networks h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto 10px
}

.login-index-wrap .container .networks .items {
    padding: 20px 0
}

.login-index-wrap .container .networks a.item {
    font-size: 20px;
    line-height: 43px;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 6%;
    border: 2px solid #19558d;
    border-radius: 50%
}

.login-index-wrap .container .networks a.item:hover {
    color: #fff;
    background: #19558d
}

.geetest-captcha .label-geetest {
    margin: 10px 0
}

.modal-dialog {
    width: 600px;
    margin: 80px auto
}

@media(max-width: 800px) {
    .modal-dialog {
        width:auto;
        max-width: 90%
    }
}

.pop-geetest .modal-dialog {
    width: 350px
}

.pop-geetest .modal-dialog .modal-content {
    height: 230px
}

.pop-geetest .modal-dialog .geetest-captcha svg {
    margin: 0 auto
}

@media(max-width: 800px) {
    .pop-geetest .modal-dialog {
        width:auto;
        max-width: 90%;
        height: 260px
    }
}

.modal {
    background: rgba(0,0,0,.1)
}

input.error {
    border-color: red
}

.bg {
    background-color: #fff
}

.mainbox {
    max-width: 1080px;
    min-height: 720px
}

.minmainbox {
    max-width: 1200px;
    min-height: 86vh
}

.table a {
    color: #337ab7!important
}

form.inline {
    line-height: 65px;
    float: left;
    height: 65px;
    margin-left: 50px!important
}

form.inline input.form-control {
    display: inline-block;
    width: 400px;
    height: 40px;
    padding: 10px!important;
    border: 1px solid #ccc;
    background-color: #fff!important;
    background-color: #fff!important
}

.searchbtn {
    font-size: 22px!important;
    display: inline-block;
    margin-left: -32px!important;
    color: #908d8d;
    background-color: #fff!important
}

.hightlight>strong {
    color: red
}

.bgwhite {
    background-color: #fff
}

.head-title {
    font-size: 32px;
    padding: 50px 0;
    text-align: center;
    border: 0
}

.pbtm0 {
    padding-bottom: 0
}

.well-tips {
    font-size: 14px;
    color: #868383
}

.form-box {
    width: 640px;
    height: 100%;
    margin: auto;
    padding: 20px;
    background: #fff
}

.bj_form .form-group {
    margin-bottom: 50px
}

.min-width {
    display: inline-block;
    max-width: 120px
}

.code {
    color: red
}

span.title {
    font-size: 12px;
    margin-left: 1.2rem;
    color: #9a9a9a
}

.list-group-item-text {
    font-size: 12px;
    padding-top: 12px;
    color: #636161
}

.head-tips {
    line-height: 60px;
    float: left;
    height: 60px;
    padding-left: 20px!important;
    color: #9a9a9a
}

.cate-nav {
    line-height: 2;
    padding: 10px 0
}

.cate-nav .btn-group {
    margin-top: 10px
}

.newtip {
    position: absolute;
    top: 3px;
    left: 71%;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: red
}

a.logo.font24 {
    font-size: 22px
}

.form {
    padding: 30px
}

.mt10 {
    margin-top: 30px
}

.pad {
    margin: 10px
}

.cate-list {
    line-height: 24px
}

.cate-list a {
    color: #538dc2
}

.art-item {
    margin-top: 7px;
    padding: 5px;
    border-top: 0;
    border-bottom: 1px solid #e0e0e0
}

.art-item a {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center
}

p.gray {
    color: #666;
    font-size: 12px;
    margin: 0;
    height: 36px;
    line-height: 36px
}

.item-box {
    flex: 1;
    overflow: hidden;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: justify
}

.pads {
    padding: 10px 0
}

.art-item h2 {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.art-item .min-content {
    font-size: 16px;
    line-height: 32px
}

p.f14 {
    font-size: 16px!important
}

h2 a {
    color: #164d7f;
    font-weight: 500
}

.title-info {
    font-size: 14px;
    color: #999
}

.list-site {
    line-height: 36px;
    text-align: left;
    height: 36px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px
}

.list-site h4 {
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-art {
    line-height: 25px;
    height: 65px;
    margin-top: 11px;
    padding-left: 65px;
    background-repeat: no-repeat;
    background-size: 55px 50px;
    position: relative
}

.list-art img {
    width: 60px;
    max-height: 55px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 5px
}

.right-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden
}

.paddleft {
    padding-left: 25px
}

.apic {
    width: 90%;
    margin: auto
}

.article h1 {
    font-size: 20px;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #e7e7eb
}

p.more {
    text-align: right
}

h3.sitename {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7eb
}

.nowarp {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.info_site {
    font-size: 14px;
    color: #666
}

#end {
    margin-top: 45px
}

.look_more a {
    display: block;
    padding-bottom: 0.05rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 22px;
    font-size: 16px
}

.look_more {
    margin: -3rem -10px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    background: linear-gradient(180deg,rgba(248,248,248,0) 0%,#F8F8F8 58.89%);
    padding-bottom: .3rem
}

.look_more:before {
    content: "";
    height: 1.6rem;
    display: block;
    margin-bottom: -.08rem
}

.body.maxbox,.art.maxbox {
    max-height: 88rem;
    overflow: hidden
}

.body {
    line-height: 2;
    margin-top: 4px;
    color: #333;
    text-align: justify;
    font-size: 16px
}

.body img {
    max-width: 100%!important
}

.body p {
    padding: .5rem 0rem;
    border-bottom: 1px dotted #eee
}

.cate-list a.active {
    color: #666
}

@media screen and (max-width: 480px) {
    .mt10 {
        margin-top:4px
    }

    #search-form {
        display: none
    }

    .cate-list {
        padding: 10px;
        margin-bottom: 18px;
        overflow: hidden;
        border-bottom: 1px solid #dee8ef
    }

    .cate-list li {
        float: left;
        min-width: 20%;
        padding: 5px;
        text-align: center
    }

    body {
        padding-bottom: 0!important
    }

    .mainbox {
        padding: 0
    }

    .nav>li>a {
        padding: 4px 5px
    }

    #menu-box {
        display: none
    }

    .list-group-item-text {
        line-height: 2
    }

    header.common-header .logo {
        left: 10px;
        height: 50px
    }

    .m_navList {
        padding-left: 50px
    }
}

.form-file label {
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    width: 100px
}

.form-file input {
    opacity: 0;
    display: inline-block
}

.panel-body {
    padding: 10px
}

.img-item {
    width: 50px
}

.inline {
    display: inline-block
}

.miniavatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: auto
}

.miniavatar img {
    border-radius: 20px
}

.avatar img {
    border-radius: 30px;
    border: 1px solid #666
}

.avatar {
    height: 60px;
    width: 60px;
    margin: auto
}

.p-t-40 {
    padding-top: 40px
}

.font24 {
    font-size: 22px
}

.caption {
    text-align: center
}

.caption h3 {
    font-size: 18px;
    margin-top: 0
}

.artl {
    width: 100%;
    text-overflow: ellipsis;
    font-size: 12px;
    margin: 0;
    padding: 0
}

p.times {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
    color: #888
}

.artlist dd>a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.item-body>h2 {
    font-size: 22px;
    line-height: 36px;
    padding: 10px
}

.text-ident {
    text-indent: 14px
}

.item-body {
    line-height: 2
}

footer.common-footer {
    margin-top: 30px
}

footer.common-footer ol,footer.common-footer ul {
    list-style: none
}

footer.common-footer blockquote,footer.common-footer q {
    quotes: none
}

footer.common-footer blockquote:after,footer.common-footer blockquote:before,footer.common-footer q:after,footer.common-footer q:before {
    content: '';
    content: none
}

footer.common-footer a {
    text-decoration: none
}

footer.common-footer a:active,footer.common-footer a:hover {
    outline: 0
}

footer.common-footer table {
    border-collapse: collapse;
    border-spacing: 0
}

footer.common-footer button,footer.common-footer input,footer.common-footer textarea {
    border: 0;
    padding: 0;
    margin: 0
}

footer.common-footer input:focus,footer.common-footer textarea:focus {
    outline: 0
}

footer.common-footer [placeholder]::-webkit-input-placeholder {
    font-size: 13px;
    color: #ccc
}

footer.common-footer [placeholder]::-moz-input-placeholder {
    font-size: 13px;
    color: #ccc
}

footer.common-footer [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: .5
}

footer.common-footer [placeholder]:focus::-moz-input-placeholder {
    transition: opacity .5s ease;
    opacity: .5
}

footer.common-footer input::-ms-clear {
    display: none
}

footer.common-footer *,footer.common-footer:after,footer.common-footer:before {
    box-sizing: border-box
}

footer.common-footer * {
    font-size: 13px;
    -webkit-transition: none;
    transition: none
}

footer.common-footer .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

footer.common-footer .container {
    margin: 0 auto
}

@media(min-width: 1200px) {
    footer.common-footer .container {
        width:1170px
    }
}

@media(min-width: 800px) and (max-width:1200px) {
    footer.common-footer .container {
        width:1000px
    }
}

@media(max-width: 800px) {
    footer.common-footer .container {
        width:auto
    }
}

@media(max-width: 800px) {
    footer.common-footer .mobile-hide {
        display:none!important
    }
}

footer.common-footer:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

@media(max-width: 800px) {
    footer.common-footer {
        height:auto
    }

    footer.common-footer .breadcrumb {
        display: none
    }
}

footer.common-footer .breadcrumb {
    background-color: #dee0e5;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    color: #999
}

footer.common-footer .breadcrumb .sections {
    padding: 0
}

footer.common-footer .breadcrumb a {
    color: #999
}

footer.common-footer .breadcrumb a:hover {
    color: #999
}

footer.common-footer .breadcrumb .nav-left {
    float: left
}

footer.common-footer .breadcrumb .nav-right {
    float: right
}

footer.common-footer .breadcrumb .nav-right a {
    margin: 0 12px
}

footer.common-footer .breadcrumb .nav-right a:last-child {
    margin-right: 0
}

footer.common-footer ul {
    padding-left: 0
}

footer.common-footer a {
    color: #b1d1e8
}

footer.common-footer a:hover {
    color: #f8ffff
}

footer.common-footer .sections {
    margin: 0 auto;
    padding: 25px 0 15px
}

@media(min-width: 1200px) {
    footer.common-footer .sections {
        width:1170px
    }
}

@media(min-width: 800px) and (max-width:1200px) {
    footer.common-footer .sections {
        width:1000px
    }
}

@media(max-width: 800px) {
    footer.common-footer .sections {
        width:auto
    }
}

footer.common-footer .sections:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

footer.common-footer .sections section {
    float: left
}

footer.common-footer .sections section h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px
}

footer.common-footer .sections section.link-section {
    width: 44%;
    color: #aaa
}

@media(min-width: 800px) and (max-width:1200px) {
    footer.common-footer .sections section.link-section {
        width:42%
    }
}

footer.common-footer .sections section.link-section .links {
    padding-top: 10px;
    margin-bottom: 10px
}

footer.common-footer .sections section.link-section .contact,footer.common-footer .sections section.link-section .feedback {
    margin-bottom: 10px
}

@media(max-width: 800px) {
    footer.common-footer .sections section.link-section {
        float:none;
        width: 100%;
        text-align: center
    }

    footer.common-footer .sections section.link-section .links {
        padding-top: 0;
        margin-bottom: 10px
    }
}

footer.common-footer .sections section.partner-section {
    width: 44%;
    padding-right: 110px
}

@media(min-width: 800px) and (max-width:1200px) {
    footer.common-footer .sections section.partner-section {
        padding-right:80px
    }
}

@media(max-width: 800px) {
    footer.common-footer .sections section.partner-section {
        display:none!important
    }
}

footer.common-footer .sections section.partner-section h3 {
    margin-bottom: 25px
}

footer.common-footer .sections section.partner-section ul {
    list-style: none
}

footer.common-footer .sections section.partner-section ul:after {
    content: '';
    display: block;
    clear: both;
    height: 0
}

footer.common-footer .sections section.partner-section ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 10px
}

footer.common-footer .sections section.partner-section ul li a {
    opacity: .6
}

footer.common-footer .sections section.partner-section ul li a:hover {
    opacity: 1
}

footer.common-footer .sections section.qr-section {
    text-align: center;
    color: #aaa;
    font-size: 12px;
    left: 10px
}

@media(max-width: 800px) {
    footer.common-footer .sections section.qr-section {
        display:none!important
    }
}

footer.common-footer .sections section.qr-section img {
    width: 100px;
    margin-bottom: 5px;
    vertical-align: baseline
}

footer.common-footer .bottom {
    background: #23282d;
    line-height: 24px;
    height: auto;
    color: #666;
    padding: 8px 0
}

@media(max-width: 800px) {
    footer.common-footer .bottom {
        text-align:center;
        padding: 15px;
        line-height: 22px
    }
}

footer.common-footer .bottom .container .law {
    margin-left: 20px
}

footer.common-footer .bottom .container .law a {
    color: #666
}

footer.common-footer .bottom .container .law a:hover {
    color: #dcdcdc
}

footer.common-footer .bottom .container .safe-logo img {
    width: 66px;
    height: auto;
    vertical-align: middle;
    margin: -2px 0 0 5px
}

footer.common-footer .bottom .company-addr {
    margin-left: 200px
}

@media(max-width: 800px) {
    footer.common-footer .bottom .company-addr {
        margin-left:0
    }
}

footer.common-footer .bottom .share {
    right: 0;
    top: 0
}

@media(max-width: 800px) {
    footer.common-footer .bottom .share {
        display:none!important
    }
}

footer.common-footer .bottom .share a {
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    border-radius: 50%;
    background: #3b4148;
    margin-left: 10px;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

footer.common-footer .bottom .share a.icon-weibo:hover {
    background-color: #d04340
}

footer.common-footer .bottom .share a.icon-twitter:hover {
    background-color: #5bbce5
}

footer.common-footer .bottom .share a.icon-facebook:hover {
    background-color: #2f4485
}

footer.common-footer .bottom .share a.icon-rss:hover {
    background-color: #e9640e
}

.col-md-12 {
    overflow: hidden
}

.relaction a>h4 {
    padding-left: 10px;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    margin-top: 8px
}

.relaction h3,h3.title {
    font-size: 18px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    color: #a20c0c
}

.right-box dt {
    font-weight: normal;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    color: #a20c0c
}

h1.t {
    font-size: 18px
}

.page {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

table {
    border: 1px solid #ddd
}

td,th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top
}

i {
    color: blue;
    text-decoration: underline
}

@media(max-width: 768px) {
    body:before {
        display:block;
        content: "";
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 0
    }
}

.body img {
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.art-list dd {
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.abtn {
    display: block!important;
    height: 36px;
    padding: 0 38px;
    border-radius: 19px;
    font-size: 14px;
    border: 1px solid #eee;
    margin: 0 10px;
    line-height: 36px;
    margin: 20px auto;
    width: 200px;
    text-align: center
}

.body .page {
    display: block
}

.body .current {
    display: block
}

.wbx {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    bottom: 50%
}

.wbx iframe {
    width: 100%;
    height: 100%
}

a.vitem {
    display: block;
    width: 355px;
    margin-bottom: 20px;
    border: 1px solid #b8b0b0
}

.video_art {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (max-width: 600px) {
    a.vitem {
        width:100%;
        overflow: hidden
    }
}

.vitem h3 {
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: -3px;
    background-color: #0006;
    color: #fff;
    display: block;
    width: 100%;
    padding: 3px 0px;
    line-height: 24px
}

.vbox {
    position: relative;
    cursor: pointer
}

.vbox img {
    max-height: 100%;
    min-height: 105px
}

.vinfo {
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 16px;
    background-color: #0000008c;
    line-height: 1;
    padding: 4px;
    color: #fff;
    background-image: url(/static/p.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 19px;
    background-position-y: 2px;
    background-position-x: 2px
}

.google-auto-placed>ins {
    display: none
}

.google-auto-placed>ins.adsbygoogle[data-ad-status="filled"] {
    display: block;
    !important}

h3.title2 {
    font-size: 18px;
    margin-top: 16px;
    margin-bottom: 10px;
    padding-left: 10px
}

.body .art {
    font: 16px/1.8 '\5FAE\8F6F\96C5\9ED1';
    line-height: 2
}

.body a>img {
    display: inline-block;
    margin-left: 5px
}

.tuijian_pic .pic-item {
    flex: 1;
    overflow: hidden;
    height: 180px;
    position: relative;
    margin: 3px;
    border-radius: 5px;
    display: block
}

.pic-item img {
    width: 400px;
    position: absolute;
    top: -100px;
    left: -100px
}

.tuijian_pic {
    display: flex;
    flex-direction: row
}

.pictitle {
    position: absolute;
    bottom: 4px;
    z-index: 100;
    background-color: #00000085;
    color: #fff;
    text-align: center;
    padding: 6px 0px;
    border-radius: 5px;
    left: 4px;
    right: 4px
}

.pic-list {
    position: relative;
    margin-right: -10px;
    margin-left: -10px
}

.pic-ifr {
    width: 100%;
    height: 190px;
    border: 0px
}

.show-line {
    margin-top: 10px;
    text-align: center
}

.nomargin {
    margin-left: -15px;
    margin-right: -15px
}

.sb {
    box-shadow: 0 1px 3px rgb(26 26 26 / 20%);
    background: #fff
}

@media(max-width: 640px) {
    .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
        padding-right:8px!important;
        padding-left: 8px!important
    }
}
