blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-family: 微软雅黑, 宋体, SimSun, Arial, Helvetica, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}

small {
    font-size: 12px;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

button {
    border-radius: 0;
}

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

@media (min-width: 768px) {
    .topNav ul {
        float: right;
    }

    .topNav button {
        float: right;
        margin-top: 6px;
    }

    .navbar-default .navbar-nav > .active:after {
        content: " ";
        display: block;
        font-size: 0;
        clear: both;
        height: 2px;
        background-color: #159357;
        width: 33px;
        margin: auto;
    }

    .navbar-default .navbar-nav > .active > a {
        background-color: transparent;
    }
}

.navbar-default {
    border: 0;
    background-color: transparent;
}

.bottomMain span {
    font-size: 16px;
    color: #999;
}

.bottomMain li {
    color: #666;
    font-size: 12px;
    line-height: 40px;
}

.erweima {
    float: left;
    text-align: center;
}

.erweima img {
    width: 110px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.erweima .gzh {
    margin-left: 10px;
}

.indexBottom .col-xs-12 {
    text-align: center;
}

.indexBottom .col-xs-12 .erweima {
    float: none;
    display: inline-block;
}

.indexBottom .col-xs-12 .gzh {
    margin-left: 30px;
}

.navbar-brand {
    padding: 18px 0;
    height: auto;
}

.logoTips {
    padding-top: 16px;
    margin-left: 32px;
    color: #5e6582;
    font-size: 12px;
    position: relative;
}

.logoTips::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 38px;
    background-color: #e9e9e9;
    position: absolute;
    left: -12px;
}

.head-nav {
    background: #fff;
    height: 69px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px 0 #ededed;
}

.head-nav .container-fluid {
    padding: 0;
}

.container {
    width: 100%;
    max-width: 1620px;
    min-width: 1430px;
}


body {
    background-image: linear-gradient(90deg, #f6f3f7 0%, #f3f6f9 50%, #edf6fa 100%);
}

.beforeInit {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #f6f6f6;
    text-align: center;
}

.beforeInit h6 {
    font-size: 24px;
    color: #3b3b3b;
    margin: 100px auto 20px;
}

.navbar-nav {
    margin-top: 10px;
    margin-left: 30px;
}

.navbar-default .navbar-nav > .active a {
    color: #108df9;
}

.navbar-default .navbar-nav > .active:after {
    display: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #108df9;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #108df9;
}

.mainDiv {
    overflow: hidden;
}

.leftDiv {
    width: calc(100% - 420px);
    float: left;
    padding-right: 20px;
    display: block;
    min-height: 965px;
}

.leftDiv.active {
    display: block;
}

.leftDiv .ContentMain {
    width: 100%;
}

.rightDiv {
    width: 420px;
    float: left;
}

.rightDiv .IntroLink {
    margin-bottom: 20px;
}

.rightDiv .IntroLink .a-link {
    width: 48%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.4s;
    text-decoration: none;
}

.rightDiv .IntroLink .a-link.a-blue {
    background: #c1e1ff;
    background: linear-gradient(to top, #c1e1ff, #ffffff);
    color: #2170d5;
    border: 1px solid #9bd3ff;
}

.rightDiv .IntroLink .a-link:hover {
    background: #2170d6;
    color: #ffffff;
}

.rightDiv .IntroLink .a-link.a-yellow {
    background: linear-gradient(to top, #ffe3a9, #ffffff);
    color: #92680d;
    user-select: none;
    border: 1px solid #ffe09e;
}

.rightDiv .IntroLink .a-link.a-yellow:hover {
    background: #f9c86b;
}

.rightDiv .IntroStep {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.rightDiv .IntroStep h2 {
    margin: 0;
    color: #34495e;
    font-size: 18px;
    font-weight: bold;
}

.rightDiv .IntroStep h2 span {
    color: #2170d6;
}

.rightDiv .IntroStep ul {
    border-top: 1px solid #f4f4f4;
    padding-top: 15px;
    margin-top: 15px;
}

.rightDiv .IntroStep ul li {
    width: 25%;
    float: left;
    text-align: center;
    border-left: 1px dashed #e4e4e7;
    box-sizing: border-box;
    padding: 10px 0 5px;
    position: relative;
}

.rightDiv .IntroStep ul li:first-child {
    border-left: none;
}

.rightDiv .IntroStep ul li > img {
    width: 32px;
    height: 32px;
}

.rightDiv .IntroStep ul li p {
    color: #999999;
    margin-top: 20px;
    margin-bottom: 0;
}

.rightDiv .IntroStep ul li .arrow {
    width: 22px;
    height: 10px;
    position: absolute;
    top: 49%;
    left: 0;
}

.rightDiv .Reason {
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 26px;
    box-shadow: 0 0 6px 0 rgba(246, 249, 255, 0.35);
    border-radius: 10px;
    border: solid 1px rgba(226, 240, 255, 0.32);
}

.rightDiv .Reason .ReasonAsk {
    line-height: 60px;
    text-align: left;
    background: url('../images/Reasonbg.png') no-repeat;
    font-weight: bold;
    color: #5e6582;
    font-size: 18px;
    padding-left: 20px;
}

.rightDiv .Reason .Blue {
    color: #108df9;
}

.rightDiv .Reason .ReasonMain {
    padding: 20px 20px 0 20px;
}

.rightDiv .Reason .col-md-6 {
    overflow: hidden;
}

.rightDiv .Reason .StrengthText {
    float: left;
    font-size: 12px;
    margin-left: 14px;
}

.rightDiv .Reason .StrengthText b {
    font-size: 16px;
    color: #5e6582;
}

.rightDiv .Reason .StrengthText p {
    color: #b7bccb;
}

.rightDiv .Reason .StrengthImg {
    float: left;
}

.rightDiv .Reason .card1,
.rightDiv .Reason .card2 {
    padding-top: 10px;
    padding-bottom: 26px;
    border-bottom: dashed 1px #eff6fa;
}

.rightDiv .Reason .card3,
.rightDiv .Reason .card4 {
    padding-top: 26px;
    padding-bottom: 10px;
}

.rightDiv .Reason .card2,
.rightDiv .Reason .card4 {
    border-left: dashed 1px #eff6fa;
}

.rightDiv .Reason .Declare {
    width: 368px;
    height: 109px;
    background-color: #eef9ff;
    border-radius: 5px;
    padding: 14px 20px 16px 20px;
    margin: 20px auto 0 auto;
}

.rightDiv .Reason .Declare .redText {
    color: #ff001e;
}

.rightDiv .problem {
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(246, 249, 255, 0.35);
    border-radius: 10px;
    border: solid 1px rgba(226, 240, 255, 0.32);
    padding: 0 26px 30px;
}

.rightDiv .problem .tabHader {
    overflow: hidden;
    text-align: center;
    line-height: 62px;
    user-select: none;
}

.rightDiv .problem1 {
    margin-bottom: 30px;
}

.rightDiv .commonProblem,
.rightDiv .MustRead {
    cursor: pointer;
    font-size: 18px;
}

.rightDiv .commonProblem img,
.rightDiv .MustRead img {
    margin-top: -3px;
}

.rightDiv .commonProblem .img1,
.rightDiv .MustRead .img1 {
    display: none;
}

.rightDiv .commonProblem.Select,
.rightDiv .MustRead.Select {
    color: #108df9;
    font-weight: bold;
}

.rightDiv .commonProblem.Select .img1,
.rightDiv .MustRead.Select .img1 {
    display: inline-block;
}

.rightDiv .commonProblem.Select .img2,
.rightDiv .MustRead.Select .img2 {
    display: none;
}

.rightDiv .tabHader {
    position: relative;
    margin-bottom: 26px;
}

.rightDiv .tabHader .link {
    display: inline-block;
    width: 1px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 11px;
    background-color: #ebedf1;
}

.rightDiv .tabHader div {
    position: relative;
}

.rightDiv .tabHader div::after {
    display: inline-block;
    content: '';
    height: 2px;
    background-color: #ebedf1;
    width: calc(100% - 15px);
    position: absolute;
    bottom: 0;
}

.rightDiv .tabHader .commonProblem::after {
    right: 0;
}

.rightDiv .tabHader .MustRead::after {
    left: 0;
}

.rightDiv .tabHader .Select::after {
    background-color: #108df9;
}

.rightDiv .problemBox .Select {
    display: block;
}

.rightDiv .problemBox {
    height: 400px;
    overflow-y: auto;
}

.rightDiv .problemBox::-webkit-scrollbar {
    width: 6px;
}

.rightDiv .problemBox::-webkit-scrollbar-track {
    background: transparent;
}

.rightDiv .problemBox::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 1px;
}

.rightDiv .problemBox::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.rightDiv .problemBox .box-item {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 12px;
    color: #666;
}

.rightDiv .problemBox .box-item:last-child {
    margin-bottom: 0;
}

.rightDiv .problemBox .box-item h4 {
    color: #02042c;
    font-size: 15px;
    border-left: 2px solid #81d4fa;
    padding: 0 0 0 8px;
    margin-bottom: 10px;
}

.rightDiv .problemBox .box-item .normal {
    padding: 0 3px;
    background-color: #e3f2fd;
    color: #2196f3;
}

.rightDiv .problemBox .box-item .danger {
    padding: 0 3px;
    background-color: #fef0f0;
    color: #f56c6c;
}

.topNav {
    padding-right: 0;
}

.topNav .navbar-nav li a {
    font-weight: 600;
    font-size: 16px;
}

.topNav .navbar-nav li:last-child a {
    padding-right: 0;
}

.topNav .navbar-link {
    float: right;
    margin-top: 18px;
    color: #ffffff;
    background-image: linear-gradient(90deg, #ff9599, #ff5560);
    border-radius: 16px;
    display: block;
    padding: 6px 16px;
    font-size: 14px;
    margin-left: 15px;
    text-decoration: none;
}
.topNav .navbar-link:hover {
    color: #ffffff;
    background-image: linear-gradient(180deg, #ff9599, #ff5560);
}
.topNav .navbar-link.navbar-link-2 {
    background-image: linear-gradient(90deg, #29B6F6, #0277BD);
}
.topNav .navbar-link.navbar-link-2:hover {
    background-image: linear-gradient(180deg, #29B6F6, #0277BD);
}
.Bottom {
    text-align: center;
    padding: 20px 0;
    color: #b7b7b7;
}

.complainBox {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.complainBox .complainTS {
    width: 70px;
    height: 70px;
    padding: 13px 21px !important;
}

.complainBox .complainTS p {
    font-size: 12px;
    color: #333333;
    margin-top: 5px !important;
}

.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}

.fix-chat {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 50%;
    margin-top: -70px;
    width: 30px;
    background-color: #0067ed;
    box-shadow: 0 6px 15px 0 rgb(6 12 19 / 14%);
    border-radius: 10px 0 0 10px;
    text-align: center;
    padding: 10px 6px;
    cursor: pointer;
}
.fix-chat:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 6px;
    left: -6px;
    top: 0;
}
.fix-chat .fix-chat-title {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

.fix-chat .fix-chat-title .fix-chat-icon {
    display: inline-block;
    background: url(../images/icon-kefu.png) no-repeat center;
    width: 20px;
    height: 20px;
}

.fix-chat .fix-chat-poper {
    display: none;
    position: absolute;
    right: 35px;
    top: -65px;
    width: 180px;
    background: #fff;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 14%);
    border-radius: 4px;
    padding: 10px;
}

.fix-chat:hover .fix-chat-poper {
    display: block;
}

.fix-chat .fix-chat-poper img {
    width: 100%;
    vertical-align: top;
}

.fix-chat .fix-chat-poper h4 {
    font-weight: 700;
    margin-top: 10px;
}
.fix-chat .fix-chat-poper p {
    margin-top: 5px;
}