/** {
  transition: all 0.3s;
}*/

.lib-bottom {
    bottom: 0;
    position: absolute;
}

html,
body {
    width: 100%;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    padding-bottom: 240px;
    background-color: #F5F5F5;
}

li {
    list-style: none;
}

input {
    outline: none;
}

input[type="checkbox"] {
    cursor: pointer;
}

button {
    outline: none;
    background: none;
}

a {
    cursor: pointer;
}

a:focus {
    outline: none;
}

a[role="button"] {
    text-decoration: none;
}

.center-align {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

@media screen and (min-width: 1300px) {
    .container {
        width: 1170px;
    }
}

.footer {
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    background-color: #1F1F1F;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}

.footer .before {
    height: 100%;
}

.footer span {
    display: inline-block;
    color: #757575;
    vertical-align: middle;
}

.footer p {
    line-height: 1.4;
}

.fab-container {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 270px;
    box-sizing: content-box;
    margin: auto;
    z-index: 99;
    background-color: #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 8px;
}

.fab-container.fab-unfold {
    right: 0;
}

.fab-container.fab-unfold .toggle-unfold {
    display: none;
}

.fab-container.fab-fold {
    right: -66px;
}

.fab-container.fab-fold .toggle-fold {
    display: none;
}

@media screen and (min-width: 768px) {
    .fab-container {
        box-sizing: border-box;
        padding: 0;
        background-color: transparent;
    }

    .fab-container.fab-unfold,
    .fab-container.fab-fold {
        right: 10px;
    }
}

@media screen and (min-width: 992px) {
    .fab-container.fab-unfold,
    .fab-container.fab-fold {
        right: 34px;
    }
}

@media screen and (min-width: 1024px) {
    .fab-container.fab-unfold,
    .fab-container.fab-fold {
        right: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .fab-container.fab-unfold,
    .fab-container.fab-fold {
        right: 34px;
    }
}

.fab-container .toggle-btn {
    position: absolute;
    left: -23px;
    top: 50%;
    margin-top: -21px;
    padding: 10px 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ddd;
}

.fab-container .toggle-btn img {
    width: 14px;
    height: auto;
}

.fab-container .toggle-btn .toggle-fold {
    transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
    .fab-container .toggle-btn {
        display: none;
    }
}

.fab-container .fab {
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.fab-container .fab .fab-icon {
    display: block;
    width: 40px;
    height: auto;
    margin: auto;
    margin-bottom: 3px;
}

.fab-container .fab .fab-text {
    display: block;
    height: 24px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 24px;
}

.a-logo {
    padding: 15px 0 15px 15px;
    display: inline-block;
}

.logo {
    height: 30px;
    width: auto;
}

.pc {
    display: none;
}

.mobile {
    display: inline-block;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0;
    text-align: center;
    border: none;
    color: #fff;
}

.navbar .navbar-collapse {
    box-shadow: 0 4px 10px #f1f1f1;
}

.navbar .navbar-toggle {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px;
    border: none;
    background-color: #1663d6;
    font-size: 0;
    z-index: 99;
}

.navbar .navbar-toggle > .fold {
    height: 18px;
    width: auto;
}

.navbar-header {
    text-align: left;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #0063d9;
    position: relative;
}

.nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}

.news-container {
    position: absolute;
    top: 0;
    right: 60px;
    display: block;
    height: 60px;
    text-align: center;
}

.news-container > i,
.news-container > a {
    font-size: 14px;
    vertical-align: middle;
    padding: 8px 0;
    margin-right: 10px;
    line-height: 20px;
}

.news-container > .notify {
    color: inherit;
    width: auto;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}

.news-container > .notify > img {
    height: 14px;
    width: auto;
}

.news-container > .notify .notify-main-text {
    display: none;
    vertical-align: middle;
}

.news-container > .notify .notify-text {
    display: inline-block;
    vertical-align: middle;
}

.news-container > .login-btn {
    padding: 0;
    margin-right: 10px;
    line-height: 20px;
    border: none;
    background: none;
    outline: none;
}

.news-container > .login-btn:active:focus {
    outline: none;
}

.news-container > .login-state {
    font-size: 14px;
    vertical-align: middle;
}

.news-container > .login-state > a {
    margin-left: 5px;
}

.news-container > .toggle-button {
    margin-right: 10px;
    padding: 0;
    line-height: 0;
    border: none;
}

.news-container > .toggle-button:last-child {
    margin-right: 0;
}

.news-container > .toggle-button > img {
    width: 14px;
    height: auto;
}

.dropdown-menu > li > a {
    line-height: 1.75;
}

.label {
    display: inline-block;
    width: 86px;
    padding: 4px 0;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #EA8D3C;
}

.label-default {
    color: #3DA776;
    background: #ebf6f1;
}

.label-warning {
    background: #FDF8E5;
    color: #EA8D3C;
}

.label-danger {
    background: #fcecee;
    color: #E83335;
}

.login-dialog {
    width: 100%;
    height: 100%;
    margin: auto;
}

.login-dialog .login-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 500px;
    background-color: #fff;
}

.login-dialog .login-content .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-dialog .login-content .login-header {
    border: none;
    padding: 20px 0 6px;
}

.login-dialog .login-content .login-header .login-title {
    position: relative;
    left: 11px;
    font-size: 28px;
    font-weight: 500;
    color: #0077E1;
    letter-spacing: 11px;
    text-align: center;
}

.login-dialog .login-content .login-header .close {
    position: absolute;
    top: 15px;
    right: 20px;
}

.login-dialog .login-content .login-body .login-form {
    padding: 0 10px;
}

.login-dialog .login-content .login-body .login-form .form-group {
    margin-bottom: 24px;
}

.login-dialog .login-content .login-body .login-form label {
    margin-bottom: 12px;
    font-weight: 400;
}

.login-dialog .login-content .login-body .login-form input {
    height: 40px;
    background-color: #F5F6F7;
}

.login-dialog .login-content .login-body .login-form .login-btn {
    width: 100%;
    height: 40px;
    background-color: #0077E1;
}

.login-dialog .login-content .login-body .login-form .bottom-btn {
    margin-top: 12px;
}

.login-dialog .login-content .login-body .login-form .forget,
.login-dialog .login-content .login-body .login-form .signup {
    color: #006AF0;
}

.login-dialog .login-content .login-body .login-form .forget {
    float: left;
}

.login-dialog .login-content .login-body .login-form .signup {
    float: right;
}

.login-dialog .login-content .login-body .login-form .input-group {
    width: 100%;
}

.login-dialog .login-content .login-body .login-form .input-group .form-control {
    width: 70%;
}

.login-dialog .login-content .login-body .login-form .input-group .img {
    height: 40px;
    width: 30%;
}

.notify-dialog {
    width: 100%;
    height: 100%;
    margin: auto;
}

.notify-dialog .notify-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 500px;
    background-color: #FFFFFF;
}

.notify-dialog .notify-content .bg {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.notify-dialog .notify-content .notify-header {
    border: none;
    padding: 36px 20px 6px;
    position: relative;
    z-index: 2;
}

.notify-dialog .notify-content .notify-header .notify-title {
    text-align: center;
}

.notify-dialog .notify-content .notify-header small {
    color: #85878D;
    display: block;
    margin-top: 16px;
}

.notify-dialog .notify-content .notify-header .close {
    position: absolute;
    top: 14px;
    right: 14px;
}

.notify-dialog .notify-content .notify-body {
    position: relative;
    z-index: 2;
    padding: 18px 20px;
    overflow: auto;
}

.notify-dialog .notify-content .notify-body p {
    text-indent: 2em;
    text-align: justify;
}

.notify-dialog .notify-content .notify-body h5 {
    font-weight: bold;
    margin: 18px 0;
}

.redirect-dialog {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: auto;
}

.redirect-dialog .redirect-content {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    padding: 36px 20px 24px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content {
        padding: 24px 40px;
    }
}

@media screen and (min-width: 1024px) {
    .redirect-dialog .redirect-content {
        width: 60%;
    }
}

@media screen and (min-width: 1440px) {
    .redirect-dialog .redirect-content {
        width: 45%;
    }
}

.redirect-dialog .redirect-content .redirect-header {
    border: none;
    padding: 0 0 10px;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .redirect-header {
        padding: 0 0 20px;
    }
}

.redirect-dialog .redirect-content .redirect-header .redirect-title {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #0A0D1B;
    line-height: 28px;
}

.redirect-dialog .redirect-content .redirect-header .close {
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 20px;
}

.redirect-dialog .redirect-content .body {
    padding: 10px;
    background: url("img/redirect-model-body-bg.png") no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .body {
        padding: 20px;
    }
}

.redirect-dialog .redirect-content .body .content {
    margin-bottom: 10px;
    text-indent: 2em;
    font-size: 14px;
    font-weight: 400;
    color: #4D525E;
    line-height: 20px;
}

.redirect-dialog .redirect-content .body .content em {
    font-style: normal;
    color: #0A0D1B;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .body .content {
        margin-bottom: 20px;
    }
}

.redirect-dialog .redirect-content .body .link-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 4px;
    padding: 0;
    font-size: 0;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .body .link-list {
        margin: 0 0 20px;
    }
}

.redirect-dialog .redirect-content .body .link-list .link-item {
    display: block;
    margin-bottom: 8px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .body .link-list .link-item {
        display: table-cell;
        margin-bottom: 0;
        text-align: left;
    }
}

.redirect-dialog .redirect-content .body .link-list img,
.redirect-dialog .redirect-content .body .link-list a {
    vertical-align: middle;
}

.redirect-dialog .redirect-content .body .link-list .link-icon {
    width: 10px;
    height: auto;
    margin-right: 4px;
}

.redirect-dialog .redirect-content .body .link-list .star-icon {
    height: 12px;
    width: auto;
    margin-left: 4px;
}

.redirect-dialog .redirect-content .body .link-list .link-text {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 1;
}

.redirect-dialog .redirect-content .body .ignore-btn {
    text-align: center;
}

.redirect-dialog .redirect-content .body .ignore-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #0077E1;
    line-height: 1;
}

.redirect-dialog .redirect-content .feedback-btn {
    margin: 10px 0 0;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .feedback-btn {
        margin: 20px 0 0;
    }
}

.redirect-dialog .redirect-content .feedback-btn a {
    font-size: 14px;
    font-weight: 500;
    color: #0077E1;
    line-height: 1;
    text-decoration: underline;
}

.redirect-dialog .redirect-content .feedback-form {
    display: none;
    margin-top: 8px;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .feedback-form {
        padding: 0 60px;
        margin-top: 16px;
    }
}

.redirect-dialog .redirect-content .feedback-form .form-group {
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .feedback-form .form-group {
        margin-bottom: 24px;
    }
}

.redirect-dialog .redirect-content .feedback-form label {
    margin-bottom: 12px;
    font-weight: 400;
}

.redirect-dialog .redirect-content .feedback-form input,
.redirect-dialog .redirect-content .feedback-form textarea {
    height: 40px;
    background-color: #F5F6F7;
}

.redirect-dialog .redirect-content .feedback-form textarea {
    height: 100px;
    resize: vertical;
}

.redirect-dialog .redirect-content .feedback-form .login-btn {
    width: 100%;
    height: 40px;
    background-color: #0077E1;
}

.redirect-dialog .redirect-content .feedback-form .bottom-btn {
    margin-top: 12px;
}

.redirect-dialog .redirect-content .feedback-form .forget,
.redirect-dialog .redirect-content .feedback-form .signup {
    color: #006AF0;
}

.redirect-dialog .redirect-content .feedback-form .forget {
    float: left;
}

.redirect-dialog .redirect-content .feedback-form .signup {
    float: right;
}

.redirect-dialog .redirect-content .feedback-form .input-group {
    width: 100%;
}

.redirect-dialog .redirect-content .feedback-form .input-group .form-control {
    width: 70%;
}

.redirect-dialog .redirect-content .feedback-form .input-group .img {
    height: 40px;
    width: 30%;
}

.redirect-dialog .redirect-content .feedback-form .btn-group {
    text-align: center;
}

.redirect-dialog .redirect-content .feedback-form .btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 16px;
}

@media screen and (min-width: 768px) {
    .redirect-dialog .redirect-content .feedback-form .btn {
        padding: 10px 36px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        padding-left: 5%;
    }

    .news-container {
        text-align: right;
    }

    .news-container > .notify .notify-main-text {
        display: inline-block;
    }

    .news-container > .notify .notify-text {
        display: none;
    }

    .login-dialog .login-content {
        width: 50%;
        height: 510px;
    }

    .login-dialog .login-content .login-header {
        border: none;
        padding: 26px 0 18px;
    }

    .login-dialog .login-content .login-header .login-title {
        text-align: center;
    }

    .login-dialog .login-content .login-body .login-form {
        padding: 0 40px;
    }

    .notify-dialog .notify-content {
        width: 80%;
        height: 500px;
    }

    .notify-dialog .notify-content .notify-header {
        padding: 36px 20px 6px;
    }

    .notify-dialog .notify-content .notify-header .close {
        top: 14px;
        right: 14px;
    }

    .notify-dialog .notify-content .notify-body {
        padding: 20px 60px;
    }

    .notify-dialog .notify-content .notify-body h5 {
        font-weight: bold;
        margin: 30px 0;
    }
}

@media screen and (min-width: 992px) {
    .a-logo {
        padding: 20px 0 20px;
    }

    .logo {
        height: 40px;
    }

    .pc {
        display: inline-block;
    }

    .mobile {
        display: none;
    }

    .navbar .navbar-toggle {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .news-container {
        height: 80px;
    }

    .login-dialog .login-content {
        width: 40%;
    }

    .login-dialog .login-content .login-header {
        border: none;
        padding: 26px 0 18px;
    }

    .login-dialog .login-content .login-header .login-title {
        text-align: center;
    }

    .login-dialog .login-content .login-body .login-form {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .notify-dialog .notify-content {
        width: 60%;
        height: 500px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar {
        min-height: 80px;
    }

    .navbar .navbar-collapse {
        position: relative;
        display: inline-block !important;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }

    .navbar-nav {
        float: none;
        height: 80px;
        text-align: center;
    }

    .nav.navbar-nav > li {
        display: inline-block;
        /*  float: none;*/
        line-height: 80px;
    }

    .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-container {
        position: relative;
        float: right;
        right: 15px;
        height: 80px;
    }

    .login-dialog .login-content .login-header {
        border: none;
        padding: 24px 0 26px;
    }

    .login-dialog .login-content .login-header .login-title {
        text-align: center;
    }

    .login-dialog .login-content .login-body .login-form {
        padding: 0 60px;
    }
}

@media screen and (min-width: 1440px) {
    .navbar-header {
        padding-left: 120px;
    }

    .news-container {
        right: 0;
        padding-right: 120px;
    }

    .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}


.web-tools,
.search-tools {
    width: 50px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    _bottom: auto;
    _position: absolute;
    z-index: 999;
}

.web-tools a,
.search-tools a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    text-align: center;
    color: #777;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 5px;
}

.web-tools a:hover,
.search-tools a:hover {
    text-decoration: none;
}

.web-tools a:hover span,
.search-tools a:hover span {
    top: -49px;
}

.web-tools a span,
.search-tools a span {
    position: relative;
    top: 0;
    display: block;
    width: 48px;
    height: 98px;
    padding: 4px 2px 4px 4px;
    font-size: 14px;
    padding-top: 56px;
    line-height: 16px;
    letter-spacing: 2px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.web-tools a span i,
.search-tools a span svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 52px;
    color: #999;
    text-align: center;
}

.web-tools .icon-consult:before {
    display: none;
}

.search-tools + .web-tools:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -61px;
    height: 1px;
    background-color: #ccc;
    content: "";
}

@media screen and (max-width: 1340px) {
    .web-tools a {
        background: #fff;
    }
}

.search-tools sub {
    position: absolute;
    right: 43px;
    top: -7px;
    bottom: auto;
    min-width: 14px;
    padding: 0 3px;
    color: #fff;
    font-size: 12px;
    font-family: cursive;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
    background-color: #f10022;
    border-radius: 10px;
    z-index: 1;
}

.search-tools sub.move:after {
    position: absolute;

    width: 14px;
    height: 14px;
    background-color: #f10022;
    border-radius: 100%;

    -webkit-animation: fly-in 0.3s ease-in;
    animation: fly-in 0.3s ease-in;
    animation-delay: 0.5s;
    opacity: 0;
    content: "+1";
}

.search-tools a span svg {
    left: 50%;
    top: 25%;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    margin-left: -0.5em;
}

@font-face {
    font-family: "iconfont"; /* Project id 3530122 */
    src: url('/fonts/iconfont.woff2?t=1658134447114') format('woff2'),
    url('/fonts/iconfont.woff?t=1658134447114') format('woff'),
    url('/fonts/iconfont.ttf?t=1658134447114') format('truetype');
}
@font-face {
    font-family: "iconfont"; /* Project id 2675721 */
    src: url('//at.alicdn.com/t/c/font_2675721_cmeep85ma7c.woff2?t=1693988213915') format('woff2'),
    url('//at.alicdn.com/t/c/font_2675721_cmeep85ma7c.woff?t=1693988213915') format('woff'),
    url('//at.alicdn.com/t/c/font_2675721_cmeep85ma7c.ttf?t=1693988213915') format('truetype');
}

.icon-gonggao:before {
    content: "\e627";
}

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

.icon-liuyan:before {
    content: "\e744";
}

.icon-zhiding:before {
    content: "\e62c";
}

.icon-shiyongbangzhu:before {
    content: "\e62a";
}
