@charset "utf-8";

html {
    padding-left: calc(100vw - 100%)
}

body {
    color: #000;
    font: 14px/22px Microsoft YaHei, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}

body,
p,
form,
ol,
ul,
li,
h3,
h2,
h4,
h5,
div,
input {
    margin: 0;
    padding: 0
}

em {
    font-style: normal
}

ul,
li {
    list-style: none
}

img {
    border: 0
}

a {
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none !important
}

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

input,
textarea {
    font-size: 13px;
    outline: 0;
    border: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "微软雅黑"
}

input.placeholder {
    color: #999
}

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] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto
}

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

td,
th {
    padding: 0
}

#papercheck_header {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, .1);
    position: absolute;
    top: 0;
    z-index: 999
}

#papercheck_header hr {
    opacity: .1;
    background: #D8D8D8;
    border: 0;
    height: 1px;
    padding: 0;
    margin: 0
}

.papercheck_header_blue {
    background: #4F6EF2
}

.papercheck_header_content {
    margin: 0 auto;
    height: 74px;
    color: #fff
}

.papercheck_header_content .header_logo {
    float: left;
    width: 243px;
    font-size: 15px;
    line-height: 1;
    padding-top: 20px
}

.papercheck_header_content .header_logo .s_logo_img {
    display: inline-block;
    width: 110px;
    height: 32px;
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 0;
    background-position-y: -100px;
    vertical-align: text-bottom
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .papercheck_header_content .header_logo .s_logo_img {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.papercheck_header_content .header_logo .s_logo_line {
    width: 2px;
    height: 14px;
    display: inline-block;
    background: rgba(255, 255, 255, .3);
    border-radius: 1px;
    vertical-align: middle
}

.papercheck_header_content .header_logo .s_logo_text {
    font-size: 15px;
    color: rgba(255, 255, 255, .8);
    vertical-align: middle;
    margin-left: 14px
}

.papercheck_header_content .header_logo a {
    color: #fff;
    font-family: PingFangSC-Medium, "Microsoft YaHei", Arial, Helvetica, sans-serif
}

.papercheck_header_content .header_meau {
    float: left;
    width: 800px;
    font-size: 16px;
    line-height: 1
}

.papercheck_header_content .header_meau ul {
    list-style: none
}

.papercheck_header_content .header_meau li {
    cursor: pointer;
    display: inline-block;
    margin: 0 27px;
    position: relative
}

.papercheck_header_content .header_meau li a {
    color: rgba(255, 255, 255, .8);
    padding: 34px 0 24px;
    display: block;
    font-family: PingFangSC-Medium, "Microsoft YaHei", Arial, Helvetica, sans-serif
}

.papercheck_header_content .header_meau li:hover a {
    color: #fff
}

.papercheck_header_content .header_meau li:hover:after {
    font-weight: 700;
    content: '';
    position: absolute;
    width: 30px;
    bottom: -1px;
    left: 50%;
    border-bottom: 3px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(79, 110, 242, .45);
    transform: translateX(-50%)
}

.papercheck_header_content .header_meau li.active a {
    color: #fff
}

.papercheck_header_content .header_meau li.active:after {
    font-weight: 700;
    content: '';
    position: absolute;
    width: 30px;
    bottom: -1px;
    left: 50%;
    border-bottom: 3px solid #fff;
    box-shadow: 0 1px 3px 0 rgba(79, 110, 242, .45);
    transform: translateX(-50%)
}

.papercheck_header_content .header_user {
    float: right;
    width: 150px;
    font-size: 14px;
    line-height: 1;
    padding-top: 27px;
    padding-right: 10px;
    text-align: right
}

.papercheck_header_content .header_user .header_user_btn {
    color: rgba(255, 255, 255, .8)
}

.papercheck_header_content .header_user .header_user_btn:hover {
    color: #fff
}

.papercheck_header_content .header_user #user {
    position: relative;
    display: inline-block
}

.papercheck_header_content .header_user #user #userName {
    display: inline-block;
    padding-bottom: 10px
}

.papercheck_header_content .header_user #user .user_pic {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle
}

.papercheck_header_content .header_user #user .user_pic img {
    width: 100%
}

.papercheck_header_content .header_user #user span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    max-width: 100px;
    vertical-align: middle;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.papercheck_header_content .header_user #user .menuarrow {
    display: none;
    position: absolute;
    z-index: 200;
    top: 17px;
    left: 40px;
    border: 10px solid transparent;
    border-bottom-color: #d9d9d9
}

.papercheck_header_content .header_user #user .menuarrow i {
    position: absolute;
    z-index: 200;
    top: -8px;
    left: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

.papercheck_header_content .header_user #user .menuDropList {
    background: #fff;
    display: none;
    position: absolute;
    width: 96px;
    top: 37px;
    left: 25px;
    margin-top: -1px;
    padding: 6px 0;
    z-index: 199;
    font-size: 14px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .17);
    border-radius: 2px;
    background: #FFF
}

.papercheck_header_content .header_user #user .menuDropList a {
    display: block;
    color: #666;
    margin: 0;
    line-height: 34px;
    text-decoration: none;
    text-align: center
}

.papercheck_header_content .header_user #user .menuDropList a:hover {
    color: #4F6EF2;
    text-decoration: none
}

.papercheck_header_content .header_user_btn {
    color: #fff;
    font-size: 16px;
    margin-top: 6px;
    display: inline-block
}

.papercheck_header_content .header_user_reg {
    margin-right: 15px
}

.papercheck_feature {
    position: absolute;
    z-index: 998;
    top: 516px;
    left: 50%;
    transform: translate(-50%, 0)
}

.papercheck_feature .pagecontent_item {
    background: #fff;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
    border-radius: 6px;
    height: 151px;
    padding: 46px 46px 0;
    box-sizing: border-box
}

.papercheck_feature .feature_item {
    float: left;
    width: 260px;
    margin-right: 45px
}

.papercheck_feature .feature_item div {
    display: inline-block
}

.papercheck_feature .feature_item .feature_item_logo {
    width: 60px;
    height: 68px;
    margin-right: 10px
}

.papercheck_feature .feature_item .feature_item_text {
    width: 185px;
    vertical-align: top
}

.papercheck_feature .feature_item .feature_item_text h3 {
    font-size: 18px;
    line-height: 26px;
    color: #222;
    font-family: PingFangSC-Medium, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: 400
}

.papercheck_feature .feature_item .feature_item_text p {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    font-family: PingFangSC-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif
}

.papercheck_feature .feature_item:last-child {
    margin-right: 0
}

.papercheck_feature .feature_one {
    background: url(/images/cc/feature_01_022e302.png) no-repeat top center
}

.papercheck_feature .feature_two {
    background: url(/images/cc/feature_02_0ab0527.png) no-repeat top center
}

.papercheck_feature .feature_three {
    background: url(/images/cc/feature_03_12df3ce.png) no-repeat top center
}

.papercheck_feature .feature_four {
    background: url(/images/cc/feature_04_cd62ec6.png) no-repeat top center
}

.papercheck_feature .papercheck_icon {
    background-size: cover;
    background-repeat: no-repeat
}

@font-face {
    font-family: iconfont;
    src: url(/images/cc/icomoon.eot);
    src: url(/images/cc/icomoon.eot#iefix) format('embedded-opentype'), url(/images/cc/icomoon.ttf) format('truetype'), url(/images/cc/icomoon.woff) format('woff'), url(/images/cc/icomoon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=gj-icon],
[class*=" gj-icon"] {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gj-icon-papercheck_ok::before {
    content: "\e90f"
}

.gj-icon-cite_export::before {
    content: "\e909"
}

.gj-icon-cite_copy::before {
    content: "\e90a"
}

.gj-icon-cite_print::before {
    content: "\e90b"
}

.gj-icon-cite_sort::before {
    content: "\e908"
}

.gj-icon-change::before {
    content: "\e900";
    color: #666
}

.gj-icon-institution::before {
    content: "\e901"
}

.gj-icon-print::before {
    content: "\78"
}

.gj-icon-nav-v::before {
    content: "\e600"
}

.gj-icon-nav-fav::before {
    content: "\e601"
}

.gj-icon-nav-search::before {
    content: "\e602"
}

.gj-icon-nav-exchange::before {
    content: "\e603"
}

.gj-icon-nav-journal::before {
    content: "\e604"
}

.gj-icon-nav-my::before {
    content: "\e605"
}

.gj-icon-nav-write::before {
    content: "\e606"
}

.gj-icon-logo-sim::before {
    content: "\e607"
}

.gj-icon-logo::before {
    content: "\e608"
}

.gj-icon-search::before {
    content: "\e609"
}

.gj-icon-nav-repeat::before {
    content: "\e60a"
}

.gj-icon-nav-rss::before {
    content: "\e60b"
}

.gj-icon-expand-more::before {
    content: "\e60c"
}

.gj-icon-expand-less::before {
    content: "\e60d"
}

.gj-icon-heart::before {
    content: "\e60e"
}

.gj-icon-arrow-return::before {
    content: "\e60f"
}

.gj-icon-arrow-back::before {
    content: "\e610"
}

.gj-icon-arrow-forward::before {
    content: "\e611"
}

.gj-icon-cite::before {
    content: "\e612"
}

.gj-icon-x-bold::before {
    content: "\e613"
}

.gj-icon-warning-fill::before {
    content: "\e614"
}

.gj-icon-star-round::before {
    content: "\e615"
}

.gj-icon-like::before {
    content: "\e616"
}

.gj-icon-weixin::before {
    content: "\e617"
}

.gj-icon-voice::before {
    content: "\e618"
}

.gj-icon-arrow-down::before {
    content: "\e619"
}

.gj-icon-service::before {
    content: "\e61a"
}

.gj-icon-setting::before {
    content: "\e61b"
}

.gj-icon-left::before {
    content: "\e61c"
}

.gj-icon-right::before {
    content: "\e61d"
}

.gj-icon-share::before {
    content: "\e61e"
}

.gj-icon-v::before {
    content: "\e61f"
}

.gj-icon-confirm::before {
    content: "\e620"
}

.gj-icon-x::before {
    content: "\e621"
}

.gj-icon-delete::before {
    content: "\e622"
}

.gj-icon-warning::before {
    content: "\e623"
}

.gj-icon-search-bold::before {
    content: "\e624"
}

.gj-icon-money::before {
    content: "\e625"
}

.gj-icon-order::before {
    content: "\e626"
}

.gj-icon-pie::before {
    content: "\e627"
}

.gj-icon-chart-bar::before {
    content: "\e628"
}

.gj-icon-chart-line::before {
    content: "\e629"
}

.gj-icon-adv-search::before {
    content: "\e62a"
}

.gj-icon-translate::before {
    content: "\e62b"
}

.gj-icon-sort::before {
    content: "\e62c"
}

.gj-icon-nav-ppv::before {
    content: "\e62d"
}

.gj-icon-dot::before {
    content: "\e62e"
}

.gj-icon-mail::before {
    content: "\e62f"
}

.gj-icon-preview::before {
    content: "\e630"
}

.gj-icon-batch-add::before {
    content: "\e631"
}

.gj-icon-heart-fill::before {
    content: "\e632"
}

.gj-icon-printer::before {
    content: "\e633"
}

.gj-icon-down-fill::before {
    content: "\e634"
}

.gj-icon-down::before {
    content: "\e635"
}

.gj-icon-trash::before {
    content: "\e636"
}

.gj-icon-error::before {
    content: "\e637"
}

.gj-icon-star::before {
    content: "\e638"
}

.gj-icon-star-fill::before {
    content: "\e639"
}

.gj-icon-circle-up::before {
    content: "\e63a"
}

.gj-icon-circle-down::before {
    content: "\e63b"
}

.gj-icon-uniE600::before {
    content: "\e63c"
}

.gj-icon-uniE601::before {
    content: "\e63d"
}

.gj-icon-uniE602::before {
    content: "\e63e"
}

.gj-icon-uniE60A::before {
    content: "\e63f"
}

.gj-icon-uniE608::before {
    content: "\e640"
}

.gj-icon-uniE606::before {
    content: "\e641"
}

.gj-icon-uniE607::before {
    content: "\e642"
}

.gj-icon-uniE604::before {
    content: "\e643"
}

.gj-icon-piliangfull::before {
    content: "\e700"
}

.gj-icon-wp_pass::before {
    content: "\e902"
}

.gj-icon-wp_dui::before {
    content: "\e903"
}

.gj-icon-wp_fail::before {
    content: "\e904"
}

.gj-icon-wp_error::before {
    content: "\e905"
}

.gj-icon-font::before {
    content: "\e906"
}

.gj-icon-qq::before {
    content: "\e907"
}

.gj-icon-file-text::before {
    content: "\e922"
}

.gj-icon-profile::before {
    content: "\e923"
}

.gj-icon-file-empty::before {
    content: "\e924"
}

.gj-icon-download::before {
    content: "\e960"
}

.gj-icon-upload::before {
    content: "\e961"
}

.gj-icon-undo2::before {
    content: "\e967"
}

.gj-icon-users::before {
    content: "\e972"
}

.gj-icon-download2::before {
    content: "\e9c5"
}

.gj-icon-upload2::before {
    content: "\e9c6"
}

.gj-icon-notification::before {
    content: "\ea08"
}

.gj-icon-question::before {
    content: "\ea09"
}

.gj-icon-plus::before {
    content: "\ea0a"
}

.gj-icon-cancel-circle::before {
    content: "\ea0d"
}

.gj-icon-cancel-circle1::before {
    content: "\ea0e"
}

.gj-icon-enter::before {
    content: "\ea13"
}

.gj-icon-exit::before {
    content: "\ea14"
}

.gj-icon-share1::before {
    content: "\ea7d"
}

.gj-icon-check_addsearch::before {
    content: "\e90c"
}

.gj-icon-check_notice::before {
    content: "\e90d"
}

.gj-icon-check_duxiaoman::before {
    content: "\e90e"
}

.gj-icon-check_zhifubao::before {
    content: "\e911"
}

.gj-icon-check_weixin::before {
    content: "\e912"
}

.gj-icon-check_error::before {
    content: "\e913"
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-logo0::before {
    content: "\e608"
}

.icon-navxuezhepindao::before {
    content: "\e600"
}

.icon-navwodexueshu::before {
    content: "\e601"
}

.icon-navsousuo::before {
    content: "\e602"
}

.icon-navwenxianhuzhu::before {
    content: "\e603"
}

.icon-navqikanpindao::before {
    content: "\e604"
}

.icon-navyonghuzhongxin::before {
    content: "\e605"
}

.icon-navlunwenzhushou::before {
    content: "\e606"
}

.icon-logosim::before {
    content: "\e607"
}

.icon-weixin::before {
    content: "\e675"
}

#u {
    color: #000;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 299
}

#u #user {
    position: relative;
    display: inline-block
}

#u #user #userName {
    margin: 0
}

#u #user .user_pic {
    height: 30px;
    width: 30px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
    vertical-align: middle;
    margin-right: -10px
}

#u #setting {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 20px
}

#u #setting .settingicon {
    margin-left: 7px
}

#u #setting a i {
    color: #f60
}

#u .menuarrow {
    display: none;
    position: absolute;
    z-index: 200;
    top: 37px;
    left: 4px;
    border: 10px solid transparent;
    border-bottom-color: #d9d9d9
}

#u .menuarrow i {
    position: absolute;
    z-index: 200;
    top: -8px;
    left: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

#u .menuDropList {
    background: #fff;
    border: 1px solid #d9d9d9;
    display: none;
    position: absolute;
    right: 160px;
    width: 110px;
    top: 57px;
    left: -10px;
    padding: 5px 0;
    margin-top: -1px;
    z-index: 199;
    font-size: 13px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

#u .menuDropList a {
    display: block;
    color: #505961;
    margin: 0;
    padding: 0 30px;
    line-height: 26px;
    text-decoration: none
}

#u .menuDropList a:hover {
    background: #38f;
    text-decoration: none;
    color: #fff
}

#u a {
    color: #000;
    font-size: 13px;
    margin-left: 20px
}

#u.gj {
    top: 0;
    right: 0;
    text-align: right
}

#u.gj #lb,
#u.gj .reg {
    color: #fff;
    opacity: .5;
    margin-left: 20px;
    -webkit-transition: opacity .1s;
    -mos-transition: opacity .1s;
    -ms-transition: opacity .1s;
    transition: opacity .1s
}

#u.gj #lb:hover,
#u.gj .reg:hover {
    opacity: 1;
    text-decoration: none
}

#u.gj .menuarrow {
    border-bottom-color: transparent
}

#u.gj .menuDropList {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    border: 0;
    text-align: center
}

#u.gj #setting {
    width: 34px;
    height: 24px;
    top: 21px !important;
    margin-right: 0
}

#u.gj #setting .settingicon {
    -webkit-transition: opacity .1s;
    -mos-transition: opacity .1s;
    -ms-transition: opacity .1s;
    transition: opacity .1s;
    color: #fff;
    opacity: .5;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

#u.gj #setting .settingicon:hover {
    color: #fff;
    opacity: 1
}

#u.gj #setting .settingicon .head-icon-set-gray {
    color: #fff
}

#u.gj #setting:hover {
    cursor: pointer
}

#u.gj #setting:hover .settingicon {
    color: #fff;
    opacity: 1
}

#u.gj #setting .menuarrow {
    left: 14px;
    top: 15px
}

#u.gj #setting .menuDropList {
    top: 36px;
    left: -32px
}

#u.gj #user {
    width: 30px;
    height: 30px;
    top: 9px;
    margin-left: 20px
}

#u.gj #user a .user_pic {
    display: block;
    margin-right: 0
}

#u.gj #user .menuarrow {
    top: 24px
}

#u.gj #user .menuDropList {
    top: 45px;
    left: -53px
}

#u.gj .menuDropList a:hover {
    background: #06c
}

#u.gj.lib {
    right: -100px
}

#u.gj.lib #lb,
#u.gj.lib .reg {
    color: #222;
    opacity: 1
}

#u.gj.lib #lb:hover,
#u.gj.lib .reg:hover {
    color: #000
}

#u.gj.lib #setting {
    height: 13px;
    vertical-align: middle;
    top: 0 !important
}

#u.gj.lib #setting .settingicon {
    color: #222;
    opacity: 1
}

#u.gj.lib #setting .settingicon .head-icon-set-gray {
    color: #000
}

#u.gj.lib #setting:hover .settingicon {
    color: #000;
    opacity: 1
}

#u.gj.lib #setting .menuarrow {
    left: 14px;
    top: 15px
}

#u.gj.lib #setting .menuDropList {
    top: 36px;
    left: -32px
}

#u.gj.lib #user {
    top: 0;
    line-height: 30px;
    width: 100px
}

#u.gj.lib #user a .user_pic {
    display: inline-block;
    margin-right: 6px
}

#u.gj.lib .menuarrow {
    border-bottom-color: #d9d9d9
}

@font-face {
    font-family: iconfont;
    src: url(/images/cc/icomoon.eot);
    src: url(/images/cc/icomoon.eot#iefix) format('embedded-opentype'), url(/images/cc/icomoon.ttf) format('truetype'), url(/images/cc/icomoon.woff) format('woff'), url(/images/cc/icomoon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=gj-icon],
[class*=" gj-icon"] {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gj-icon-papercheck_ok::before {
    content: "\e90f"
}

.gj-icon-cite_export::before {
    content: "\e909"
}

.gj-icon-cite_copy::before {
    content: "\e90a"
}

.gj-icon-cite_print::before {
    content: "\e90b"
}

.gj-icon-cite_sort::before {
    content: "\e908"
}

.gj-icon-change::before {
    content: "\e900";
    color: #666
}

.gj-icon-institution::before {
    content: "\e901"
}

.gj-icon-print::before {
    content: "\78"
}

.gj-icon-nav-v::before {
    content: "\e600"
}

.gj-icon-nav-fav::before {
    content: "\e601"
}

.gj-icon-nav-search::before {
    content: "\e602"
}

.gj-icon-nav-exchange::before {
    content: "\e603"
}

.gj-icon-nav-journal::before {
    content: "\e604"
}

.gj-icon-nav-my::before {
    content: "\e605"
}

.gj-icon-nav-write::before {
    content: "\e606"
}

.gj-icon-logo-sim::before {
    content: "\e607"
}

.gj-icon-logo::before {
    content: "\e608"
}

.gj-icon-search::before {
    content: "\e609"
}

.gj-icon-nav-repeat::before {
    content: "\e60a"
}

.gj-icon-nav-rss::before {
    content: "\e60b"
}

.gj-icon-expand-more::before {
    content: "\e60c"
}

.gj-icon-expand-less::before {
    content: "\e60d"
}

.gj-icon-heart::before {
    content: "\e60e"
}

.gj-icon-arrow-return::before {
    content: "\e60f"
}

.gj-icon-arrow-back::before {
    content: "\e610"
}

.gj-icon-arrow-forward::before {
    content: "\e611"
}

.gj-icon-cite::before {
    content: "\e612"
}

.gj-icon-x-bold::before {
    content: "\e613"
}

.gj-icon-warning-fill::before {
    content: "\e614"
}

.gj-icon-star-round::before {
    content: "\e615"
}

.gj-icon-like::before {
    content: "\e616"
}

.gj-icon-weixin::before {
    content: "\e617"
}

.gj-icon-voice::before {
    content: "\e618"
}

.gj-icon-arrow-down::before {
    content: "\e619"
}

.gj-icon-service::before {
    content: "\e61a"
}

.gj-icon-setting::before {
    content: "\e61b"
}

.gj-icon-left::before {
    content: "\e61c"
}

.gj-icon-right::before {
    content: "\e61d"
}

.gj-icon-share::before {
    content: "\e61e"
}

.gj-icon-v::before {
    content: "\e61f"
}

.gj-icon-confirm::before {
    content: "\e620"
}

.gj-icon-x::before {
    content: "\e621"
}

.gj-icon-delete::before {
    content: "\e622"
}

.gj-icon-warning::before {
    content: "\e623"
}

.gj-icon-search-bold::before {
    content: "\e624"
}

.gj-icon-money::before {
    content: "\e625"
}

.gj-icon-order::before {
    content: "\e626"
}

.gj-icon-pie::before {
    content: "\e627"
}

.gj-icon-chart-bar::before {
    content: "\e628"
}

.gj-icon-chart-line::before {
    content: "\e629"
}

.gj-icon-adv-search::before {
    content: "\e62a"
}

.gj-icon-translate::before {
    content: "\e62b"
}

.gj-icon-sort::before {
    content: "\e62c"
}

.gj-icon-nav-ppv::before {
    content: "\e62d"
}

.gj-icon-dot::before {
    content: "\e62e"
}

.gj-icon-mail::before {
    content: "\e62f"
}

.gj-icon-preview::before {
    content: "\e630"
}

.gj-icon-batch-add::before {
    content: "\e631"
}

.gj-icon-heart-fill::before {
    content: "\e632"
}

.gj-icon-printer::before {
    content: "\e633"
}

.gj-icon-down-fill::before {
    content: "\e634"
}

.gj-icon-down::before {
    content: "\e635"
}

.gj-icon-trash::before {
    content: "\e636"
}

.gj-icon-error::before {
    content: "\e637"
}

.gj-icon-star::before {
    content: "\e638"
}

.gj-icon-star-fill::before {
    content: "\e639"
}

.gj-icon-circle-up::before {
    content: "\e63a"
}

.gj-icon-circle-down::before {
    content: "\e63b"
}

.gj-icon-uniE600::before {
    content: "\e63c"
}

.gj-icon-uniE601::before {
    content: "\e63d"
}

.gj-icon-uniE602::before {
    content: "\e63e"
}

.gj-icon-uniE60A::before {
    content: "\e63f"
}

.gj-icon-uniE608::before {
    content: "\e640"
}

.gj-icon-uniE606::before {
    content: "\e641"
}

.gj-icon-uniE607::before {
    content: "\e642"
}

.gj-icon-uniE604::before {
    content: "\e643"
}

.gj-icon-piliangfull::before {
    content: "\e700"
}

.gj-icon-wp_pass::before {
    content: "\e902"
}

.gj-icon-wp_dui::before {
    content: "\e903"
}

.gj-icon-wp_fail::before {
    content: "\e904"
}

.gj-icon-wp_error::before {
    content: "\e905"
}

.gj-icon-font::before {
    content: "\e906"
}

.gj-icon-qq::before {
    content: "\e907"
}

.gj-icon-file-text::before {
    content: "\e922"
}

.gj-icon-profile::before {
    content: "\e923"
}

.gj-icon-file-empty::before {
    content: "\e924"
}

.gj-icon-download::before {
    content: "\e960"
}

.gj-icon-upload::before {
    content: "\e961"
}

.gj-icon-undo2::before {
    content: "\e967"
}

.gj-icon-users::before {
    content: "\e972"
}

.gj-icon-download2::before {
    content: "\e9c5"
}

.gj-icon-upload2::before {
    content: "\e9c6"
}

.gj-icon-notification::before {
    content: "\ea08"
}

.gj-icon-question::before {
    content: "\ea09"
}

.gj-icon-plus::before {
    content: "\ea0a"
}

.gj-icon-cancel-circle::before {
    content: "\ea0d"
}

.gj-icon-cancel-circle1::before {
    content: "\ea0e"
}

.gj-icon-enter::before {
    content: "\ea13"
}

.gj-icon-exit::before {
    content: "\ea14"
}

.gj-icon-share1::before {
    content: "\ea7d"
}

.gj-icon-check_addsearch::before {
    content: "\e90c"
}

.gj-icon-check_notice::before {
    content: "\e90d"
}

.gj-icon-check_duxiaoman::before {
    content: "\e90e"
}

.gj-icon-check_zhifubao::before {
    content: "\e911"
}

.gj-icon-check_weixin::before {
    content: "\e912"
}

.gj-icon-check_error::before {
    content: "\e913"
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-logo0::before {
    content: "\e608"
}

.icon-navxuezhepindao::before {
    content: "\e600"
}

.icon-navwodexueshu::before {
    content: "\e601"
}

.icon-navsousuo::before {
    content: "\e602"
}

.icon-navwenxianhuzhu::before {
    content: "\e603"
}

.icon-navqikanpindao::before {
    content: "\e604"
}

.icon-navyonghuzhongxin::before {
    content: "\e605"
}

.icon-navlunwenzhushou::before {
    content: "\e606"
}

.icon-logosim::before {
    content: "\e607"
}

.icon-weixin::before {
    content: "\e675"
}

.c-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    font-style: normal;
    overflow: hidden;
    background: url(/images/cc/icons_d3f31a6.png) no-repeat 0 0;
    _background-image: url(/images/cc/icons_0768d84.gif)
}

.sc_adv-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    font-style: normal;
    overflow: hidden;
    background: url(/images/cc/icons_d3f31a6.png) no-repeat 0 0;
    _background-image: url(/images/cc/icons_0768d84.gif)
}

.c-icon-checkbox-org {
    background-position: 0 0
}

.c-icon-checkbox2,
.c-icon-checkbox2-sel {
    width: 11px;
    height: 11px;
    border: 1px solid #e2e2e2
}

.c-icon-checkbox2 {
    background: 0 0
}

.c-icon-hover-wr:hover .c-icon-checkbox2 {
    border-color: #bfbfbf
}

.c-icon-checkbox2-sel {
    background-position: -2px -18px
}

.c-icon-checkbox {
    background-position: -32px 0
}

.c-icon-checkbox-sel {
    background-position: -16px 0
}

.c-icon-fail-s {
    background-position: -32px -16px
}

.c-icon-ok-green {
    background-position: -16px -16px
}

.c-icon-v {
    background-position: -48px 0
}

.c-icon-v-small {
    background-position: -48px -16px
}

.c-icon-file {
    background-position: -80px 0
}

.c-icon-heart {
    background-position: -96px 0
}

.c-icon-heart-org {
    background-position: -96px -32px
}

.c-icon-shape {
    background-position: -112px 0
}

.c-icon-download {
    background-position: -128px 0
}

.c-icon-close-org {
    background-position: -176px 0
}

.c-icon-close {
    background-position: -256px 0
}

.c-icon-edit-w {
    background-position: -256px -16px
}

.c-icon-close-hover:hover .c-icon-close {
    background-position: -272px 0
}

.c-icon-goback {
    background-position: -176px -16px
}

.c-icon-heart-hover:hover .c-icon-heart {
    background-position: -96px -16px
}

.c-icon-file-hover:hover .c-icon-file {
    background-position: -80px -16px
}

.c-icon-shape-hover:hover .c-icon-shape {
    background-position: -112px -16px
}

.c-icon-download-hover:hover .c-icon-download {
    background-position: -128px -16px
}

.c-icon-heart-sel {
    background-position: -96px -32px
}

.c-icon-arrow-up-gray {
    background-position: 0 -48px
}

.c-icon-arrow-down-gray {
    background-position: 0 -32px
}

.c-icon-arrow-left-gray {
    background-position: -16px -48px
}

.c-icon-arrow-right-gray {
    background-position: -16px -32px
}

.c-icon-down-gray {
    background-position: -48px -32px
}

.c-icon-down-gray-hover:hover .c-icon-down-gray {
    background-position: -48px -48px
}

.c-icon-down-orange {
    background-position: -48px -48px
}

.c-icon-search-org {
    background-position: -224px 0
}

.c-icon-person {
    background-position: -192px 0
}

.c-icon-search-w {
    background-position: -80px -48px
}

.c-icon-search-blue {
    background-position: -288px 0
}

.c-icon-menu-triangle {
    background-position: -112px -48px
}

.c-icon-menu-triangle-border {
    background-position: -112px -32px
}

.c-icon-pdf {
    background-position: -64px -32px
}

.c-icon-link {
    background-position: -64px -48px
}

.c-icon-bear-org {
    background-position: 0 -96px
}

.c-icon-fail {
    background-position: -96px -48px
}

.c-icon-ok {
    background-position: -80px -32px
}

.c-icon-page-prev {
    background-position: -208px -32px
}

.c-icon-page-next {
    background-position: -240px -32px
}

.c-icon-page-prev-hover:hover .c-icon-page-prev {
    background-position: -176px -32px
}

.c-icon-page-next-hover:hover .c-icon-page-next {
    background-position: -144px -32px
}

.c-icon-person-point {
    background-position: -272px -32px
}

.c-icon-person-img {
    background-position: 0 -128px;
    width: 48px;
    height: 48px
}

.c-icon-search-g {
    background-position: -304px 0
}

.c-icon-paper-processing {
    background-position: 0 -64px
}

.c-icon-paper-fail {
    background-position: -32px -64px
}

.c-icon-paper-success {
    background-position: -64px -64px
}

.c-icon-fortune {
    background-position: -96px -64px
}

.c-icon-fortune-min {
    background-position: -112px -64px
}

.c-icon-paperhelp-org {
    background-position: -320px 0
}

.c-icon-book-org {
    background-position: -352px 0
}

.c-icon-paperhelp {
    background-position: -144px -64px
}

.c-icon-paperhelp-hover:hover .c-icon-paperhelp {
    background-position: -128px -64px
}

.c-icon-question-mark {
    background-position: -144px -16px
}

.c-icon-close-w {
    background-position: -160px -64px
}

.c-icon-label-del {
    background-position: -176px -64px
}

.c-icon-del-cricle {
    background-position: -192px 0
}

.c-icon-cricle-org {
    background-position: -256px -64px
}

.c-icon-add-cricle {
    background-position: -224px 0
}

.c-icon-add-org {
    background-position: -272px -16px
}

.c-icon-add-w {
    background-position: -288px -16px
}

.c-icon-add-blue {
    background-position: -304px -16px
}

.c-icon-open {
    background-position: -304px -32px
}

.c-icon-ok-blue {
    background-position: -320px 0
}

.c-icon-step-complete {
    background-position: 0 -96px;
    vertical-align: middle
}

.c-icon-step-arrow {
    background-position: -48px -96px
}

.c-icon-step-arrow-org {
    background-position: -16px -96px
}

.c-icon-step-arrow-hover:hover .c-icon-step-arrow {
    background-position: -16px -96px
}

.c-icon-email {
    background-position: -80px -96px
}

.c-icon-idcard {
    background-position: -128px -96px;
    width: 35px;
    height: 32px;
    vertical-align: middle
}

.c-icon-add {
    background-position: -176px -96px
}

.c-icon-qus-mark {
    background-position: -208px -96px
}

.c-icon-weixin {
    background-position: -352px 0;
    width: 18px
}

.c-icon-ok-s {
    background-position: -96px -80px
}

.c-icon-qus-s {
    background-position: -112px -80px
}

.c-icon-qus-hover:hover .c-icon-qus-s {
    background-position: -128px -80px
}

.c-icon-subs {
    background-position: -48px -128px
}

.c-icon-recm {
    background-position: -80px -128px
}

.c-icon-cited {
    background-position: -112px -128px
}

.c-icon-del-gray {
    background-position: -144px -144px
}

.c-icon-del-gray-h:hover .c-icon-del-gray {
    background-position: -144px -160px
}

.c-icon-del-pink {
    background-position: -160px -144px
}

.c-icon-del-pink-h:hover .c-icon-del-pink {
    background-position: -160px -160px
}

.c-icon-export {
    background-position: -192px -160px
}

.c-icon-trash {
    background-position: -272px -96px
}

.c-icon-trash-hover-gray:hover .c-icon-trash {
    background-position: -304px -96px
}

.c-icon-file2 {
    background-position: -224px -96px
}

.c-icon-shape2 {
    background-position: -256px -96px
}

.c-icon-error {
    background-position: -288px -112px
}

.c-icon-book {
    background-position: -320px -112px
}

.c-icon-add-circle-w {
    background-position: -192px -64px
}

.c-icon-hover-wr:hover .c-icon-trash {
    background-position: -272px -96px
}

.c-icon-hover-wr:hover .c-icon-file2 {
    background-position: -224px -96px
}

.c-icon-hover-wr:hover .c-icon-shape2 {
    background-position: -256px -96px
}

.c-icon-hover-wr:hover .c-icon-error {
    background-position: -288px -96px
}

.c-icon-hover-wr:hover .c-icon-book {
    background-position: -320px -96px
}

.c-icon-hover-wr:hover .c-icon-export {
    background-position: -174.88px -160px
}

.c-icon-hover-wr:hover .c-icon-add-circle-w {
    background-position: -224px -64px
}

.c-icon-msg-email {
    background-position: -48px -160px
}

.c-icon-msg-email-h:hover .c-icon-msg-email {
    background-position: -80px -160px
}

.c-icon-msg-set {
    background-position: -64px -160px
}

.c-icon-msg-set-h:hover .c-icon-msg-set {
    background-position: -96px -160px
}

.c-icon-triangle-up {
    background-position: -112px -160px
}

.c-icon-msg-down {
    background-position: -144px -128px
}

.c-icon-msg-up {
    background-position: -160px -128px
}

.c-icon-edit-gray,
.c-icon-edit-gray2 {
    background-position: -256px -160px
}

.c-icon-hover-wr:hover .c-icon-edit-gray2 {
    background-position: -272px -160px
}

.c-icon-hover-wr:hover .c-icon-edit-gray {
    background-position: -272px -160px
}

.c-icon-edit-org {
    background-position: -272px -160px
}

.c-icon-edit-org2 {
    background-position: -304px -160px
}

.c-icon-double-arrow {
    background-position: -224px -160px
}

.c-icon-triangle-org {
    background-position: -208px -160px
}

.c-icon-close-red {
    background-position: -160px -80px
}

.c-icon-bearpaw {
    background-position: -304px -128px
}

.c-icon-backtop {
    background-position: -272px -128px
}

.c-icon-msg-search {
    background-position: -176px -176px
}

.c-icon-msg-book {
    background-position: -208px -176px
}

.c-icon-msg-paperhelp {
    background-position: -240px -176px
}

.c-icon-msg-v {
    background-position: -304px -176px
}

.c-icon-msg-journal {
    background-position: -336px -176px
}

.c-icon-msg-person {
    background-position: -272px -176px
}

.c-icon-msg-tips-X {
    background-position: -128px -160px
}

.c-icon-eye {
    background-position: -288px -160px
}

.c-icon-homeindex-zd {
    background-position: -1.6px -200px
}

.c-icon-homeindex-ss {
    background-position: -33.6px -200px
}

.c-icon-homeindex-ts {
    background-position: -64.64px -200px
}

.c-icon-search-auto {
    background-position: -104px -200px
}

.c-icon-search-auto1 {
    background-position: -128px -201.6px
}

.c-icon-msg-v,
.c-icon-msg-journal,
.c-icon-msg-search,
.c-icon-msg-book,
.c-icon-msg-paperhelp,
.c-icon-msg-person,
.c-icon-backtop,
.c-icon-bearpaw,
.c-icon-add,
.c-icon-subs,
.c-icon-recm,
.c-icon-cited,
.c-icon-step-arrow,
.c-icon-email,
.c-icon-add,
.c-icon-add-circle-w,
.c-icon-book-org,
.c-icon-paperhelp-org,
.c-icon-search-org,
.c-icon-person,
.c-icon-search-w,
.c-icon-bear-org,
.c-icon-page-next,
.c-icon-page-prev,
.c-icon-person-point,
.c-icon-paper-processing,
.c-icon-paper-success,
.c-icon-paper-fail,
.c-icon-del-cricle,
.c-icon-add-cricle,
.c-icon-ok-blue {
    width: 32px;
    height: 32px;
    vertical-align: middle
}

.c-line-clamp1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-line-clamp2,
.c-line-clamp3,
.c-line-clamp4,
.c-line-clamp5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: .04rem
}

.c-line-clamp2 {
    -webkit-line-clamp: 2
}

.c-line-clamp3 {
    -webkit-line-clamp: 3
}

.c-line-clamp4 {
    -webkit-line-clamp: 4
}

.c-line-clamp5 {
    -webkit-line-clamp: 5
}

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

.c-clearfix {
    zoom: 1
}

.hover-screen {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 999;
    opacity: .3;
    filter: alpha(opacity=30);
    filter: alpha(opacity=30);
    background-color: #000;
    display: none
}

.dialog_bg {
    display: none;
    background: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    filter: alpha(opacity=30);
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dialog {
    display: none;
    position: absolute;
    z-index: 1001;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background-color: #fff
}

.sc_share_box_content {
    background: #fff;
    width: 152px;
    display: none;
    position: absolute;
    color: #505961;
    font-size: 14px;
    top: 31px;
    left: -35px;
    z-index: 90;
    padding: 10px 0 0 10px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08)
}

.sc_share_box_content .sc_share_box {
    text-align: left
}

.sc_share_box_content .sc_share_box a {
    border-radius: 28px;
    margin-right: 5px !important;
    line-height: 28px;
    padding-left: 28px;
    height: 28px;
    display: inline-block
}

.sc_share_box_content .sc_share_box .bds_weixin {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 0;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .sc_share_box_content .sc_share_box .bds_weixin {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.sc_share_box_content .sc_share_box .bds_sqq {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -150px;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .sc_share_box_content .sc_share_box .bds_sqq {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.sc_share_box_content .sc_share_box .bds_tsina {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -50px;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .sc_share_box_content .sc_share_box .bds_tsina {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.sc_share_box_content .sc_share_box .bds_qzone {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -100px;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .sc_share_box_content .sc_share_box .bds_qzone {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.sc_share_box_content .sc_share_box .bds_evernotecn {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 0;
    background-position-y: -400px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .sc_share_box_content .sc_share_box .bds_evernotecn {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.sc_share_box_content .sc_share_box .bds_youdao {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -50px;
    background-position-y: -400px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .sc_share_box_content .sc_share_box .bds_youdao {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.sc_share_box_content .sc_share_box .bds_mail {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -100px;
    background-position-y: -400px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .sc_share_box_content .sc_share_box .bds_mail {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.baidu_share_content .bdshare-button-style0-24 a {
    display: inline-block;
    border-radius: 28px;
    margin: 0 10px 10px 0 !important;
    line-height: 28px;
    padding-left: 28px;
    height: 28px
}

.baidu_share_content .bdshare-button-style0-24 .bds_weixin {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 0;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .baidu_share_content .bdshare-button-style0-24 .bds_weixin {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.baidu_share_content .bdshare-button-style0-24 .bds_sqq {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -150px;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .baidu_share_content .bdshare-button-style0-24 .bds_sqq {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.baidu_share_content .bdshare-button-style0-24 .bds_tsina {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -50px;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .baidu_share_content .bdshare-button-style0-24 .bds_tsina {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.baidu_share_content .bdshare-button-style0-24 .bds_qzone {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -100px;
    background-position-y: -350px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .baidu_share_content .bdshare-button-style0-24 .bds_qzone {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.baidu_share_content .bdshare-button-style0-24 .bds_evernotecn {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 0;
    background-position-y: -400px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .baidu_share_content .bdshare-button-style0-24 .bds_evernotecn {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.baidu_share_content .bdshare-button-style0-24 .bds_youdao {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -50px;
    background-position-y: -400px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .baidu_share_content .bdshare-button-style0-24 .bds_youdao {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.baidu_share_content .bdshare-button-style0-24 .bds_mail {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -100px;
    background-position-y: -400px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .baidu_share_content .bdshare-button-style0-24 .bds_mail {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

#fb_baidu_wizard {
    background: #000;
    opacity: .5
}

#fb_baidu_right_dialog .fb-modal {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    border: 0
}

#bdshare_weixin_qrcode_dialog {
    border: 0 !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08)
}

.subsDialog {
    z-index: 1101 !important;
    border: 0 !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08)
}

.subsDialog {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08)
}

.subsDialog .c-icon-fail {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 0;
    background-position-y: -500px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .subsDialog .c-icon-fail {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.subsDialog .c-icon-ok {
    background-size: 300px !important;
    background-image: url(/images/cc/gj_icons_38a2242.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: -75px;
    background-position-y: -500px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .subsDialog .c-icon-ok {
        background-image: url(/images/cc/gj_icons@2x_38068f3.png) !important
    }
}

.spinner span {
    width: 6px;
    height: 6px;
    margin-right: 3px;
    background-color: #06c;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1s infinite ease-in-out;
    -moz-animation: bouncedelay 1s infinite ease-in-out;
    -ms-animation: bouncedelay 1s infinite ease-in-out;
    animation: bouncedelay 1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    -moz-animation-delay: -.32s;
    -ms-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    -moz-animation-delay: -.16s;
    -ms-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.pagefoot.gj {
    background: #262931;
    line-height: 1
}

.pagefoot.gj .footcon {
    margin: 0 auto;
    height: 260px
}

.pagefoot.gj .footcon::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    clear: both
}

.pagefoot.gj .foottext {
    height: 30px;
    line-height: 30px;
    background: #16181F;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0
}

.pagefoot.gj .foottext a {
    color: #FFF
}

.pagefoot.gj h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 32px
}

.pagefoot.gj .lawinfo {
    width: 480px;
    margin-left: 0;
    margin-top: 57px;
    float: left
}

.pagefoot.gj .lawinfo p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .7) !important;
    margin-bottom: 18px
}

.pagefoot.gj .lawinfo a {
    color: rgba(255, 255, 255, .7) !important;
    text-decoration: none
}

.pagefoot.gj .lawinfo a:hover {
    color: #fff !important
}

.pagefoot.gj .contact {
    float: right;
    margin-top: 57px
}

.pagefoot.gj .contact .innerCont .innerCont_weibo,
.pagefoot.gj .contact .innerCont .innerCont_wechat {
    width: 80px;
    height: 80px;
    padding: 5px;
    margin-right: 20px;
    float: left
}

.pagefoot.gj .contact .innerCont .innerCont_weibo img,
.pagefoot.gj .contact .innerCont .innerCont_wechat img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px
}

.pagefoot.gj .contact .innerCont .innerCont_weibo p,
.pagefoot.gj .contact .innerCont .innerCont_wechat p {
    color: rgba(255, 255, 255, .7);
    text-align: center
}

.pagefoot.gj .contact .innerCont .innerCont_wechat {
    margin-left: 16px
}

.pagefoot.gj .contact .innerCont .innerCont_text {
    float: right;
    color: rgba(255, 255, 255, .7)
}

.pagefoot.gj .contact .innerCont .innerCont_text a {
    color: rgba(255, 255, 255, .7)
}

.pagefoot.gj .contact .innerCont .innerCont_text a:hover {
    color: #fff !important
}

.pagefoot.gj .contact .innerCont .innerCont_text a:hover .gj-icon-qq::before {
    color: #fff !important
}

.pagefoot.gj .contact .innerCont .innerCont_text p {
    font-size: 14px;
    line-height: 30px
}

.pagefoot.gj .contact .innerCont .innerCont_text .gj-icon-qq::before {
    color: rgba(255, 255, 255, .7)
}

.pagefoot.gj .contact .innerCont::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    clear: both
}

.pagefoot.gj .moreinfo {
    width: 100px;
    height: auto;
    margin-left: 110px;
    margin-top: 57px;
    float: left
}

.pagefoot.gj .moreinfo span.moreinfo_item {
    font-size: 14px;
    height: 30px;
    display: block
}

.pagefoot.gj .moreinfo span.moreinfo_item a {
    color: rgba(255, 255, 255, .8) !important
}

.pagefoot.gj .moreinfo span.moreinfo_item a:hover {
    color: #fff !important
}

.cpt-loading-mask * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cpt-loading-mask.column {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: 100;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.cpt-loading-mask.column .div-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    background: rgba(0, 0, 0, .6);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 16px
}

.cpt-loading-mask.column .div-loading .loading {
    position: relative;
    width: 60px;
    height: 60px;
    background: transparent;
    margin: 0 auto
}

.cpt-loading-mask.column .div-loading .loading.origin div {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-animation: load 2.28s linear infinite;
    -webkit-animation: load 2.28s linear infinite;
    animation: load 2.28s linear infinite
}

.cpt-loading-mask.column .div-loading .loading.origin div span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FBC9B9;
    position: absolute;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px
}

.cpt-loading-mask.column .div-loading .loading.origin div:nth-child(1) {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.cpt-loading-mask.column .div-loading .loading.origin div:nth-child(2) {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.cpt-loading-mask.column .div-loading .loading.origin div:nth-child(3) {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.cpt-loading-mask.column .div-loading .loading.origin div:nth-child(4) {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.cpt-loading-mask.column .div-loading .loading.origin div:nth-child(5) {
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.cpt-loading-mask.column .div-loading .loading.pic {
    width: 80px;
    height: 80px
}

.cpt-loading-mask.column .div-loading .loading.pic img {
    width: 100%;
    height: 100%
}

.cpt-loading-mask.column .div-loading .loading-title {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 2px 0;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.cpt-loading-mask.column .div-loading .loading-discription {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 20px
}

.cpt-loading-mask.row {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent;
    z-index: 100;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.cpt-loading-mask.row .div-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    background: rgba(0, 0, 0, .6);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 15px
}

.cpt-loading-mask.row .div-loading .loading {
    position: relative;
    width: 60px;
    height: 60px;
    background: transparent;
    float: left
}

.cpt-loading-mask.row .div-loading .loading.origin div {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    filter: alpha(enabled=false);
    opacity: 1;
    -moz-animation: load 2.28s linear infinite;
    -webkit-animation: load 2.28s linear infinite;
    animation: load 2.28s linear infinite
}

.cpt-loading-mask.row .div-loading .loading.origin div span {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FBC9B9;
    position: absolute;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px
}

.cpt-loading-mask.row .div-loading .loading.origin div:nth-child(1) {
    -moz-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.cpt-loading-mask.row .div-loading .loading.origin div:nth-child(2) {
    -moz-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.cpt-loading-mask.row .div-loading .loading.origin div:nth-child(3) {
    -moz-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.cpt-loading-mask.row .div-loading .loading.origin div:nth-child(4) {
    -moz-animation-delay: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.cpt-loading-mask.row .div-loading .loading.origin div:nth-child(5) {
    -moz-animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.cpt-loading-mask.row .div-loading .loading.pic {
    width: 80px;
    height: 80px
}

.cpt-loading-mask.row .div-loading .loading.pic img {
    width: 100%;
    height: 100%
}

.cpt-loading-mask.row .div-loading .loading-title {
    width: 72%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 2px 0;
    padding-left: 20px;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.cpt-loading-mask.row .div-loading .loading-discription {
    display: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 20px
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeInNoTransform {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInNoTransform {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeInNoTransform {
    -webkit-animation-name: fadeInNoTransform;
    animation-name: fadeInNoTransform
}

@-webkit-keyframes fadeOutNoTransform {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOutNoTransform {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOutNoTransform {
    -webkit-animation-name: fadeOutNoTransform;
    animation-name: fadeOutNoTransform
}

@-webkit-keyframes load {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        filter: alpha(enabled=false);
        opacity: 1;
        -moz-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg)
    }

    62% {
        filter: alpha(Opacity=0);
        opacity: 0
    }

    65% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -moz-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }

    90% {
        -moz-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        -webkit-transform: rotate(340deg);
        transform: rotate(340deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes load {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        filter: alpha(enabled=false);
        opacity: 1;
        -moz-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg)
    }

    62% {
        filter: alpha(Opacity=0);
        opacity: 0
    }

    65% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -moz-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }

    90% {
        -moz-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        -webkit-transform: rotate(340deg);
        transform: rotate(340deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes load {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        filter: alpha(enabled=false);
        opacity: 1;
        -moz-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg)
    }

    62% {
        filter: alpha(Opacity=0);
        opacity: 0
    }

    65% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -moz-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }

    90% {
        -moz-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        -webkit-transform: rotate(340deg);
        transform: rotate(340deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes load {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        filter: alpha(enabled=false);
        opacity: 1;
        -moz-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg)
    }

    62% {
        filter: alpha(Opacity=0);
        opacity: 0
    }

    65% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -moz-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }

    90% {
        -moz-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        -webkit-transform: rotate(340deg);
        transform: rotate(340deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    10% {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    50% {
        filter: alpha(enabled=false);
        opacity: 1;
        -moz-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        -webkit-transform: rotate(160deg);
        transform: rotate(160deg)
    }

    62% {
        filter: alpha(Opacity=0);
        opacity: 0
    }

    65% {
        filter: alpha(Opacity=0);
        opacity: 0;
        -moz-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg)
    }

    90% {
        -moz-transform: rotate(340deg);
        -ms-transform: rotate(340deg);
        -webkit-transform: rotate(340deg);
        transform: rotate(340deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.pagination {
    height: 32px;
    padding: 22px 0 24px;
    text-align: center
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 4px 8px;
    margin: 0 10px 5px 0;
    background: #fff
}

.pagination a {
    text-decoration: none;
    border: 1px solid #f1f1f1;
    color: #999;
    transition: color .1s, border .1s
}

.pagination a:hover {
    text-decoration: none;
    border: 1px solid #333;
    color: #999;
    -webkit-transition: all 1s linear;
    -mos-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear
}

.pagination .current {
    color: #333;
    border: 1px solid #333
}

.pagination .c-icon-pager-prev,
.pagination .c-icon-pager-next {
    font-size: 6px;
    vertical-align: middle
}

.bd_weixin_popup_bg {
    position: absolute;
    left: -400px;
    top: -400px;
    width: 260px;
    height: 320px;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000
}

.bd_weixin_popup {
    position: absolute;
    padding: 10px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
    width: 240px;
    height: 295px;
    display: none
}

.bd_weixin_popup .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000
}

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px
}

.bd_weixin_popup .bd_weixin_popup_head .bd_weixin_popup_close:hover {
    text-decoration: none
}

.bd_weixin_popup .bd_weixin_popup_main {
    padding: 15px 10px;
    min-height: 150px;
    _height: 150px
}

.bd_weixin_popup .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666
}


.subsDialog .gj-icon-confirm {
    border-color: #22AB8D !important;
    color: #22AB8D !important
}

.subsDialog .gj-icon-x {
    border-color: #FF5231 !important;
    color: #FF5231 !important
}

#papercheck_wrapper {
    font-family: PingFangSC-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    overflow: hidden
}

.papercheck_tools {
    width: 59px;
    max-height: 245px;
    background: #FFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
    border-radius: 6px;
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 999;
    box-sizing: border-box
}

.papercheck_tools div {
    cursor: pointer
}

.papercheck_tools .papercheck_tools_dd {
    position: relative;
    height: 54px;
    padding-top: 14px;
    margin: 0 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #222;
    box-sizing: border-box;
    display: none
}

.papercheck_tools .papercheck_tools_dd a {
    color: #222
}

.papercheck_tools .papercheck_tools_dd .redDot {
    position: absolute;
    font-size: 24px;
    color: red !important;
    cursor: pointer;
    left: 20px !important;
    top: 0 !important;
    transform: scale(1) !important
}

.papercheck_tools .papercheck_tools_cc,
.papercheck_tools .papercheck_tools_yj {
    height: 54px;
    padding-top: 14px;
    margin: 0 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #222;
    box-sizing: border-box
}

.papercheck_tools .papercheck_tools_wt {
    height: 54px;
    padding-top: 14px;
    margin: 0 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #222;
    box-sizing: border-box
}

.papercheck_tools .papercheck_tools_up {
    padding-top: 8px;
    margin: 0 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    line-height: 1;
    color: #222;
    box-sizing: border-box;
    display: none
}

.papercheck_tools .papercheck_tools_line {
    border-top: 1px solid rgba(151, 151, 151, .2)
}

.papercheck_tools div:hover {
    color: #4F6EF2
}

.papercheck_tools div:hover a {
    color: #4F6EF2
}

.site_jump {
    cursor: pointer
}

.common_banner_wrapper {
    width: 100%;
    height: 530px
}

.common_banner_wrapper .wrapper_item {
    height: 530px;
    position: absolute;
    z-index: -2;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.common_banner_wrapper .wrapper_item.wrapper_item_current {
    opacity: 1;
    z-index: 1
}

.common_banner_dot {
    position: absolute;
    z-index: 2;
    top: 420px;
    left: 50%;
    transform: translate(-50%, 0)
}

.common_banner_dot ul {
    list-style: none
}

.common_banner_dot ul li {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-left: 5px;
    background: rgba(255, 255, 255, .7);
    cursor: pointer
}

.common_banner_dot ul li.dot_item_current {
    width: 22px;
    background: #fff
}

.common_banner_arrow {
    position: absolute;
    display: none;
    z-index: 3;
    top: 200px;
    left: 50%;
    transform: translate(-50%, 0);
}

.common_banner_arrow span {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(216, 216, 216, .1);
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    font-size: 21px
}

.common_banner_arrow .arrow_left {
    float: left
}

.common_banner_arrow .arrow_right {
    float: right
}

.common_banner_arrow .arrow_left:hover {
    background: rgba(216, 216, 216, .3)
}

.common_banner_arrow .arrow_right:hover {
    background: rgba(216, 216, 216, .3)
}

#right_content {
    width: 100%
}

.papercheck_quanwei {
    padding-top: 153px;
    padding-bottom: 90px
}

.papercheck_quanwei h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 0;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400
}

.papercheck_quanwei h2 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    color: #666;
    font-weight: 400;
    font-family: PingFangSC-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif
}

.papercheck_quanwei .papercheck_quanwei_list {
}

.papercheck_quanwei .papercheck_quanwei_list .list_item {
    min-height: 324px;
    border-radius: 6px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
    padding: 32px;
    box-sizing: border-box;
    cursor: pointer
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top {
    height: 48px;
    margin-bottom: 32px
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_logo {
    float: left;
    width: 154px
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_logo img {
    width: 100%
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_logo .logo_color {
    display: block
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_logo .logo_white {
    display: none
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_num {
    float: right;
    font-size: 48px;
    line-height: 1;
    margin-right: 10px;
    color: #F64C4C;
    letter-spacing: 0;
    font-family: Impact, Arial, Helvetica, sans-serif
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_text {
    float: right;
    line-height: 1
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_text .item_top_text_tag {
    font-size: 12px;
    padding: 6px 10px 4px 9px;
    display: inline-block;
    border-radius: 10px 0;
    background-image: linear-gradient(137deg, #fb6f53 0, #f44c4c 56%);
    color: #fff;
    margin-bottom: 5px
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_top .item_top_text .item_top_text_text {
    font-size: 16px;
    color: #666
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_bottom .item_bottom_text {
    float: left;
    font-size: 30px;
    color: #222;
    font-family: PingFangSC-Medium;
    letter-spacing: 0
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_bottom .item_bottom_text small {
    font-size: 16px
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_bottom .item_bottom_btn {
    float: right;
    width: 215px;
    height: 47px;
    background-image: linear-gradient(133deg, #69a4fa 0, #4d6fff 82%);
    box-shadow: 0 2px 10px 1px rgba(79, 110, 242, .42);
    border-radius: 23.5px;
    text-align: center;
    font-size: 18px;
    line-height: 47px;
    color: #fff;
    margin-top: -15px
}

.papercheck_quanwei .papercheck_quanwei_list .list_item .item_bottom:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.papercheck_quanwei .papercheck_quanwei_list .list_item p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    height: 20px;
    overflow: hidden
}

.papercheck_quanwei .papercheck_quanwei_list .list_item p b {
    color: #000;
    font-weight: 400;
    font-family: PingFangSC-Semibold
}

.papercheck_quanwei .papercheck_quanwei_list .list_item p.item_featrue,
.papercheck_quanwei .papercheck_quanwei_list .list_item p.item_tech {
    height: 40px
}

.papercheck_quanwei .papercheck_quanwei_list .list_left {
    float: left
}

.papercheck_quanwei .papercheck_quanwei_list .list_right {
    float: right
}

@keyframes flashMove {
    from {
        left: -30px
    }

    to {
        left: 200%
    }
}

@-moz-keyframes flashMove {
    from {
        left: -30px
    }

    to {
        left: 200%
    }
}

@-webkit-keyframes flashMove {
    from {
        left: -30px
    }

    to {
        left: 200%
    }
}

.papercheck_huixiang {
    padding-top: 80px;
    background: #f8f8f8
}

.papercheck_huixiang h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 0;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400
}

.papercheck_huixiang h2 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    color: #666;
    font-weight: 400
}

.papercheck_huixiang .pagecontent_item {
    position: relative
}

.papercheck_huixiang .pagecontent_item .papercheck_huixiang_btn {
    position: absolute;
    width: 28px;
    height: 36px;
    background: rgba(57, 57, 57, .3);
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    z-index: 10
}

.papercheck_huixiang .pagecontent_item .papercheck_huixiang_btn span {
    color: #fff
}

.papercheck_huixiang .pagecontent_item .btn_left {
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    border-radius: 0 5px 5px 0;
    display: none
}

.papercheck_huixiang .pagecontent_item .btn_right {
    right: 1px;
    top: 60%;
    transform: translateY(-50%);
    border-radius: 5px 0 0 5px
}

.papercheck_huixiang .papercheck_brand_list {
    padding: 3px
}

.papercheck_huixiang .papercheck_brand_list .hx_list {
    transition: transform .5s
}

.papercheck_huixiang .papercheck_brand_list .hx_list .list_item {
    height: 396px;
    margin-right: 28px
}

.papercheck_huixiang .papercheck_brand_list .hx_list .list_item p.item_featrue {
    height: 66px
}


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

.papercheck_huixiang .papercheck_brand_list .hx_list_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.papercheck_huixiang .papercheck_brand_list .hx_list2 .list_item {
    margin: 0;
    width: 48%
}

.papercheck_huixiang .papercheck_brand_list .hx_list3 .list_item {
    margin: 0;
}

.papercheck_huixiang .papercheck_brand_list .list_item {
    height: 416px;
    border-radius: 12px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .07);
    padding: 30px 20px;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_top {
    margin-bottom: 18px
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_top .item_top_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_top .item_top_logo img {
    height: 36px
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_top .item_top_price {
    line-height: 1;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    color: #222
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_top .item_top_price small {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 6px;
    font-weight: 400;
    color: #222
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_bottom {
    margin-top: 36px
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_bottom .item_bottom_btn {
    width: 161px;
    height: 42px;
    background-image: linear-gradient(133deg, #69a4fa 0, #4d6fff 82%);
    box-shadow: 0 2px 10px 1px rgba(79, 110, 242, .42);
    border-radius: 21px;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_bottom .item_bottom_btn .item_bottom_flash {
    display: none;
    position: absolute;
    width: 30px;
    height: 42px;
    transform: skew(-20deg);
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    opacity: .1;
    background-image: linear-gradient(98deg, rgba(255, 255, 255, .01) 21%, #fff 73%);
    left: 0
}

.papercheck_huixiang .papercheck_brand_list .list_item .item_bottom .item_bottom_btn:hover .item_bottom_flash {
    display: block;
    animation: flashMove 2s infinite
}

.papercheck_huixiang .papercheck_brand_list .list_item p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #151515;
    overflow: hidden
}

.papercheck_huixiang .papercheck_brand_list .list_item p b {
    color: #333
}

.papercheck_huixiang .papercheck_brand_list .list_item p.item_featrue {
    height: 88px
}

.papercheck_huixiang .papercheck_brand_list .list_item:last-child {
    margin-right: 0;
}

.papercheck_youxuan {
    background: url(/images/cc/keyboard_bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.papercheck_knowledge {
    padding-top: 80px;
    background: #f8f8f8
}

.papercheck_knowledge h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400
}

.papercheck_knowledge .knowledge_list {
    height: 324px;
    background: #fff;
    border-radius: 6px
}

.papercheck_knowledge .knowledge_list .knowledge_list_item {
    width: 290px;
    height: 324px;
    float: left;
    margin-right: 30px;
    padding: 40px 0 40px 40px;
    box-sizing: border-box
}

.papercheck_knowledge .knowledge_list .knowledge_list_item:last-child {
    margin-right: 0
}

.papercheck_knowledge .knowledge_list .item_top {
    margin-bottom: 18px;
    line-height: 1
}

.papercheck_knowledge .knowledge_list .item_top h2 {
    margin-bottom: 7px;
    font-weight: 400;
    font-family: PingFangSC-Semibold
}

.papercheck_knowledge .knowledge_list .item_top small {
    font-size: 18px;
    color: #999
}

.papercheck_knowledge .knowledge_list .item_top a {
    color: #222;
    font-size: 18px;
    line-height: 1
}

.papercheck_knowledge .knowledge_list .item_top a:hover {
    color: #4F6EF2
}

.papercheck_knowledge .knowledge_list hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: #eee;
    padding: 0;
    margin: 0
}

.papercheck_knowledge .knowledge_list .item_bottom {
    margin-top: 30px;
    line-height: 1
}

.papercheck_knowledge .knowledge_list .item_bottom p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    max-height: 14px;
    overflow: hidden
}

.papercheck_knowledge .knowledge_list .item_bottom p a {
    color: #333
}

.papercheck_knowledge .knowledge_list .item_bottom p:hover,
.papercheck_knowledge .knowledge_list .item_bottom p:hover a {
    color: #4F6EF2
}

.papercheck_opera {
    padding-top: 80px;
    padding-bottom: 90px;
    background: #f8f8f8
}

.papercheck_opera h1 {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 0;
    font-family: PingFangSC-Semibold, "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 400
}

.papercheck_opera .papercheck_opera_list {
    background: #fff;
    border-radius: 6px
}

.papercheck_opera .papercheck_opera_list .list_top .opera_list_item {
    height: 94px;
    border-right: 1px solid #F4F4F4;
    text-align: center
}

.papercheck_opera .papercheck_opera_list .list_top .opera_list_item img {
    height: 32px;
    margin-top: 30px
}

.papercheck_opera .papercheck_opera_list .list_top .opera_list_item:last-child {
    border-right: 0
}

.list_item.hover_active {
    background-image: linear-gradient(151deg, #7fc4ff 0, #4f6ef2 58%)
}

.list_item.hover_active .item_top_num {
    color: #fff !important
}

.list_item.hover_active .item_top_text_text {
    color: rgba(255, 255, 255, .7) !important
}

.list_item.hover_active p {
    color: rgba(255, 255, 255, .7) !important
}

.list_item.hover_active p b {
    color: #fff !important
}

.list_item.hover_active .item_top_price {
    color: #fff !important
}

.list_item.hover_active .item_top_price small {
    color: rgba(255, 255, 255, .7) !important
}

.list_item.hover_active .item_bottom_btn {
    background: #fff !important;
    color: #4F6EF2 !important
}

.list_item.hover_active .item_bottom_text {
    color: #fff !important
}

.list_right.hover_active .item_top .item_top_logo img {
    filter: grayscale(100%) brightness(200%)
}

.list_right.hover_active .item_bottom .item_bottom_btn:hover {
    text-decoration: underline
}

.list_left.hover_active .item_top .item_top_logo .logo_color {
    display: none !important
}

.list_left.hover_active .item_top .item_top_logo .logo_white {
    display: block !important
}

.list_left.hover_active .item_bottom .item_bottom_btn:hover {
    text-decoration: underline
}

.dialog_bg {
    display: none;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dialog {
    display: none;
    position: absolute;
    z-index: 1001;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background-color: #fff;
    padding: 30px;
    min-width: 416px;
    min-height: 200px;
    border-radius: 12px;
    box-sizing: border-box
}

.dialog .dialog-title-close {
    position: absolute;
    right: 23px;
    top: 23px;
    color: #999;
    font-size: 11px
}

.dialog .dialog-title-close:hover {
    color: #333
}

.dialog h3 {
    color: #222;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 400
}

.dialog h3 i {
    margin-right: 10px
}

.dialog p {
    text-align: center;
    color: #666;
    font-size: 13px;
    height: 45px;
    line-height: 45px
}

.dialog p .success,
.dialog p .failed {
    display: inline-block;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    color: #666;
    font-size: 16px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    border: 1px solid #ccc
}

.dialog p .success {
    background: #4F6EF2;
    color: #fff;
    margin-left: 20px;
    border: 0
}

.dialog p .failed:hover {
    color: #333;
    border-color: #999
}

.dialog p .success:hover {
    background: #5059ff
}

body {
    background: #fff
}

#papercheck_banner {
    width: 100%;
    height: 528px;
    overflow: hidden
}

.papercheck_brand_list {
    overflow: hidden
}

.dialog {
    padding: 0;
    background: url(/images/cc/newUser_24d8652.png) no-repeat;
    background-size: cover;
    box-shadow: none
}

.papercheck_duty {
    width: 700px;
    height: 500px;
    overflow: hidden
}

.papercheck_duty .duty_code {
    margin: 272px 0 0 310px;
    display: block;
    width: 120px
}

.papercheck_duty .duty_close {
    display: block;
    width: 50px;
    height: 50px;
    margin: 80px auto 0;
    cursor: pointer
}
.fix-chat{
    z-index: 1000;
}

@media screen and (max-width: 768px) {
    .papercheck_feature .pagecontent_item {
        padding: 16px 16px 0;
    }
    .papercheck_feature .pagecontent_item {
        height: unset;
    }
    .papercheck_feature .feature_item {
        float: none;
        padding: 10px 0;
    }

    .content_wr {
        margin-top: 80px;
    }
    
}

#papercheck_wrapper {
    position: reactive;
}

.papercheck_feature {
    position: absolute;
    z-index: 2;
    top: 453px;
    left: 50%;
    transform: translate(-50%, 0);
}
