* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    line-height: 1.5;
    font-size: 14px;
    font-family: Arial, Helvetica, STHeiTi, sans-serif;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color: #1a52a5;
    text-decoration: none
}

img {
    display: block
}

html {
    background: #fff;
}

.container {
    width: 100%;
    /*    max-width: 1920px;*/
    height: auto;
    display: table;
    margin: 0 auto;

}

/*顶部导航*/
.navTop {
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #e1e1e1
}
.navTopBox {
    width: 1200px;
    height: 29px;
    margin: 0 auto
}
.navTopBox-link {
    float: left;
    line-height: 29px;
    font-size: 12px;
    color: #333333
}
.navTopBox-link a 
{
    position:relative;
    color: #333333
}

.navTopBox-link a.download::before{
    display: inline-block;
 
    content: "";
    width:18px;
    height:18px;
    background: url("../../new-images/download.gif") no-repeat center;
    background-size:100% auto;
    vertical-align: middle;
    margin: -2px 6px 0 0
}

  
 .hover_info {
    display: none;
    position: absolute;
    left:0;
    z-index: 99;
    top: 22px;
    width: 168px;
    height: 188px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 20px 0px rgb(120 120 120 / 50%);
    box-shadow: 0px 2px 20px 0px rgb(120 120 120 / 50%);
    border-radius: 1px;
    padding: 18px 22px 18px 22px;
}
  .hover_info img{ width:168px; height:168px; display:block} 
   .hover_info .tit {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #273249;
    line-height: 20px;
}  

    

.navTopBox-link a>img {
    display: inline-block;
    vertical-align:middle;
    margin-top:-2px;
}
.navTopBox-login {
    float: right;
    line-height: 29px;
}
.service-telephone {
    float: left;
    color: #333333
}
.service-telephone span {
    font-size: 12px
}
.navTopBox-login a.loginBtn {
    font-size: 12px;
    background: #1844a7;
    padding: 4px;
    color: #fff;
    margin: 0 20px 0 50px
}
.navTopBox-login a.register1 {
    font-size: 12px;
    color: #31353b;
    border-bottom: 1px solid #31353b;
    padding-bottom: 2px
}
.navTopBox-login a.register:hover, .navTopBox-login a.loginBtn:hover {
    text-decoration: none;
}
.top_layer {
    width: 1200px;
    height: 36px;
    margin: 0 auto;
    overflow: hidden
}


.service-telephone {
    float: left;
    color: #333333
}

.service-telephone span {
    font-size: 12px
}

.box {
    width: 1200px;
    height: 86px;
    margin: 10px auto 0 auto
}

.logo {
    float: left;
    width: 360px;
    height: 66px;
    margin-top: 5px
}

.search {
    float: right;
    margin-top: 13px;
}

/* 搜索框 */
.searchbox {

    position: relative;
    z-index: 1;
    width: 480px;
    height: 36px;
    list-style: 36px;
    border: 1px solid #1042ab;
    background-color: #fff;
}

.mod_select {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
}

.mod_select .select_box {
    position: relative;
    width: 22px;
    height: 36px;
}

.mod_select .select_box .select_txt {
    display: inline-block;
    width: 22px;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    cursor: pointer;
    margin-left: 10px;
}

.mod_select .select_box .select_txt img {
    margin-top: 6px;
}

.mod_select .select_box .select-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background: url("../../new-images/zjtd/icon-down.png") center no-repeat;
}

.mod_select .select_box .option {
    display: block;
    position: absolute;
    top: 36px;
    left: -1px;
    width: 74px;
    background-color: #fff;

    border-top: 0;
    border: 1px solid #1042ab;

}

.mod_select .select_box .option li {
    padding-left: 14px;
    line-height: 2;
    cursor: pointer;
}

.mod_select .select_box .option li:hover {
    background: #1042ab;
    color: #fff
}

.searchbox .import {
    width: 340px;
    height: 20px;
    margin-left: 40px;
    border: none;
    outline: none;
    margin-top: 8px;

}

.searchbox #searchPlaceholder:focus {
    background-color: none;
    outline: none;
}

.searchbox .btn-search {
    float: right;

    width: 100px;
    height: 36px;
    color: #fff;
    background: #1042ab;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

.search-hots {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 4px;
}

.search-hots a {

    display: inline-block;
    line-height: 24px;

    color: #333;

    margin-right: 5px;
}

.search-hots span {

    display: inline-block;
    line-height: 24px;

    color: #333;

    margin-right: 5px;
    vertical-align: top;
    margin-top: -2px
}

.nav {
    width: 100%;
    height:80px;
    background: #fff url("../../new-images/nav-bg.jpg") repeat-x;
   
}
.nav-box {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
}
.nav-tips {
    position: relative;
    top: 0;
    left: -5px;
    float: left;
}
.nav-info {
    float: left;
    width: 1070px;
    height: 70px;
    margin: 10px auto 0 auto;
}
.home-nav {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden
}
.home-nav a {
    float: left;
    color: #fff;
    margin: 0 14px 0 40px
}
.home-menu {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    overflow: hidden
}
.home-menu a {
    display: inline-block;
    color: #333333;
    margin: 0 20px;
}

.banner {
   
    width: 100%;
    height: auto;
    display: table
}

.banner img {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto
}

.introduce {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 55px;
}

.introduce img {
    width: 100%;
    max-width: 1454px;
    height: auto;
    margin: 0 auto
}

.main {
    width: 100%;
    height: auto;
    display: table;
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom:60px;
}

.info {
    width: 1200px;
    height: auto;
    display: table;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    margin: 0 auto 55px auto
}

.info p {
    margin-top: 20px;
}

.content {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto
}

.content-left {
    float: left;
    width: 702px;
    display: table;
}


.title {
    width: 100%;
    height: 56px;
    padding-top: 20px;
    background: #fff
}

.title-left {
    float: left;
    width: 120px;
    height: 56px;
    line-height: 56px;
    border-bottom: 4px solid #bc1e18;
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold
}

.title-right {

    height: 56px;
    line-height: 56px;
    margin-left: 135px;
    border-bottom: 4px solid #1844a7;
}

.content-box {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
    margin-top: 15px
}


.content-box ul li {

    width: 622px;
    height: auto;
    display: table;
    padding: 40px
}

.photo {
    float: left;
    width: 180px;
    height: 180px;
    overflow: hidden
}
.photo img{
    float: left;
    width: 180px;
    height: 180px;
    overflow: hidden
}
.character-introduction {
    float: right;
    width: 430px;
    height: 220px;
    overflow: hidden;
    background: url("../../new-images/zjtd/character-introduction-bg.png") no-repeat 0 2px;
}

.character-introduction span {
    font-size: 18px;
    color: #333333;
    display: block;
    padding-left: 25px
}

.character-introduction .duties {
    color: #333333;
    margin-top: 14px;
    height: 110px;
    overflow-y: auto;
    padding-left: 25px
}
.character-introduction .duties::-webkit-scrollbar {
    width:2px;
}

.character-introduction .duties::-webkit-scrollbar-track  {
    border-radius: 8px;
    background-color: #f6f6f6;
}

.character-introduction .duties::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #ccc;
}

.character-introduction .duties p {
    margin-top: 10px
}

.character-introduction button {
    display: block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    background: #1042ab;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 13px;
    color: #fff;
    border: 0;
    cursor: pointer
}

.content-right {
    float: right;
    width: 484px;
    height: auto;
    display: table;
}


.content-right ul li {
    width: 424px;
    height: auto;
    display: table;
    background: #fff;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(20, 9, 29, .06);
    border-radius: 8px;
    margin-top: 20px;
}

.content-right .box1 {
    color: #666666;
    width: 100%;
    height: auto;
    display: table
}

.content-right .box1 span:first-child {
    float: left
}

.content-right .box1 span:last-child {
    float: right
}

.problem-box {
    margin-top: 12px
}

.problem-box h2 {
    font-size: 16px
}

.problem-box h2 a {
    color: #333333;
    max-width: 80%;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.problem-box h2::before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../../new-images/zjtd/problem-icon1.png") no-repeat center;
    vertical-align: middle;
    margin: -1px 6px 0 0
}
.problem-box h2 a::before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../../new-images/zjtd/problem-icon1.png") no-repeat center;
    vertical-align: middle;
    margin: -1px 6px 0 0
}

.problem-box div {
    width: 100%;
    height: auto;
    display: table;
    vertical-align: top;
    margin-top: 10px
}

.problem-box div p {
    float: right;
    width: 390px;
    font-size: 14px;
    overflow: hidden;
    color: #999;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px
}

.problem-box div p a {
    color: #437be7
}

.problem-box div::before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../../new-images/rmwd/problem-icon2.png") no-repeat center;
    vertical-align: middle;
    margin: 1px 6px 0 0
}

.content-right .box2 {
    color: #333;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 20px
}

.content-right .box2 .box2-left {
    float: left;
    font-size: 16px;
}

.content-right .box2 .box2-left i {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 10px 0 0
}

.content-right .box2 .box2-left i img {
    width: 40px;
    height: 40px;
}

.content-right .box2 .box2-left span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #1042ab;
    background: #e7ecf6;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 2px;
    margin-left: 16px
}

.content-right .box2 .box2-right {
    float: right;
    margin-top: 10px
}

.footer {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid #e1e1e1;
    background: #f7f7f7
}

.footer-box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 30px 0
}

.footer-box-left {
    float: left;
}

.footer-box-left ul li h2 {
    font-size: 16px;
    color: #333;
    margin: 30px 0 0 0
}

.footer-box-left ul li{float:left; margin-right: 150px}
.footer-box-left ul li p{ line-height: 34px}

.footer-box-left a {
    color: #333;
    display: inline-block;
    margin-right: 14px;
}

.footer-box-left a:hover {
    color: #1042ab;
}
.footer-box-left ul li p a.mber-vip::after {
    display: inline-block;
    content: "";
    width: 26px;
    height: 20px;
    background: url("../../new-images/zjtd/footer-vip.png") no-repeat center;
    vertical-align: middle;
    margin: -2px 0 0 2px
}




.footer-box-right {
    float: right;
    margin: 30px 0 0 0
}
.footer-box-right ul{display: table}
.footer-box-right ul li {
    float: left;
    margin-left: 40px
}
.footer-box-right ul li:first-child{
    float: left;
    margin-left: 0px
}
.footer-box-right ul li p {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin-top: 8px
}
.footer-box-right ul li img{width:144px;height:144px}

.footer-box-right .tel-phone{ text-align: center; margin-top: 30px;}
.footer-box-right .tel-phone b{ font-weight: bold; font-size: 24px; color: #333;display: inline-block;vertical-align: middle}
.footer-box-right .tel-phone b::after {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background: url("../../new-images/zjtd/tel-phone-icon.png") no-repeat center;
    vertical-align: top;
    margin: 0 0 0 -4px
}

.footer-box-right .tel-phone span{ font-size: 16px; color: #1844a7;display: inline-block;vertical-align: middle; margin-left: 20px}



.friendship {
  float: left;
    width:100%;
    height: auto;
    display: table;
    /*margin-top: 22px;
    background: url("../new-images/friendship-bg.jpg") repeat-x top;*/
    padding-top: 30px
}

.friendship-bottom{ padding-top:5px;}
.friendship h2 {
    font-size: 16px;
    color: #333;
}

.friendship h2 span::after {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../../new-images/zjtd/friendship-hot.png") no-repeat center;
    vertical-align: middle;
    margin: -4px 0 0 0
}


.friendship-bottom a {
    display: inline-block;
    color: #333;
    line-height: 34px;
    margin: 0 30px 0 0
}

.friendship-bottom a:hover {
    color: #1042ab;
}



.friendship2 {
  float: left;
    width:100%;
    height: auto;
    display: table;
 
    padding-top: 20px
}

.friendship-bottom2{ padding-top:5px;}
.friendship2 h2 {
    font-size: 16px;
    color: #333;
}




.friendship-bottom2 a {
    display: inline-block;
    color: #333;
    line-height: 34px;
    margin: 0 30px 0 0
}

.friendship-bottom2 a:hover {
    color: #1042ab;
}



.copyright {
    width: 100%;
    height: auto;
    display: table;
    border-top: 1px solid #e1e1e1;
     background: #f1f1f1
}

.copyright-box {
    width: 1200px;
    height: auto;
    display: table;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 12px;
    color: #797979;
    text-align: center
}

.copyright-box a {
    color: #797979
}

.copyright-box a span {
    display: inline-block;
    vertical-align: middle
}

.copyright-box a span img {
    display: inline-block
}






/*我要提问弹窗*/
.problem {
    display: none
}

.problem-mask {
    z-index: 99999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.4;
    cursor: pointer;
}

.problem-center {
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 520px;
    height: 510px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16);
    border-radius: .54rem .54rem .54rem .54rem;
    opacity: 1;
    padding: 40px;
     margin-top:-295px
}

.problem-center a {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 10px;
    height: 16px
}

.problem-center p {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.problem-center p span {
    margin-right: 5px;
    color: #1042ab
}

.problem-center p span::before {
    display: inline-block;
    content: "";
    width: 18px;
    height: 18px;
    background: url("../../new-images/zjtd/problem-icon.png") no-repeat center;
    vertical-align: middle;
    margin: -4px 2px 0 5px
}

.problem-center button {
    display: block;
    margin: 30px auto 0 auto;
    width: 184px;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: #1042ab;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 3px 10px #1042ab;
    cursor:pointer
}

.textarea {
    position: relative;
    width: 520px;
    height: 200px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px #e1e1e1;
    margin-top: 20px
}

.textarea textarea {
    display: block;
    width: 96%;
    height: 100%;
    border: 0;
    resize: none;
    line-height: 20px;
    margin: 10px auto 0 auto;
}

.textarea-length {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

::placeholder {
    color: #c3c3c3;
}

/*扫码登录*/
.login-box {
    display: none
}

.login_count {
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16);
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 360px;
    height: 400px;
    background: url("../../new-images/login-bg.png") no-repeat center;
    padding: 20px;
    margin: -220px auto 0 auto
}

.login_count_a {
    position: relative;
    width: 100%;
}

.login_count_a_l {
    position: absolute;
    right: 0;
    z-index: 99;
    width: 40%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.icon_e {
    height: 18px;
}

.login_a_l_t,
.login_a_l_t img,
.login_b_l_t,
.login_b_l_t img {
    position: relative;
    top: -4px;
    right: -6px;
    width: 76px;
    height: 26px;

}

.triangle {
    float: left;
    width: 0;
    height: 0;
    border-width: 11px;
    border-style: solid;
    border-color: transparent #3EE1E2 transparent transparent;
    transform: rotate(180deg);
}

#all {
    position: relative;
    top: 10px;
    width: 320px;
    margin: 0px auto 0px;
}

#option {
    width: 200px;
    height: 40px;
    line-height: 40px;

    margin-bottom: 40px;
}

#option li {
    float: left;
    text-align: center;
    width: 86px;
    height: 38px;
    cursor: pointer;
    color: #4f4f4f;
    font-size: 16px;

}

#option li.active {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #1042ab
}

#card li {
    height: 100%;
    display: none;
}

#card li.active {
    display: block;
}

.login_bot_count {
    width: 318px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border-radius: 4px;
    background: #f3f5fb;

    margin: 10px 0 10px 0;
}

.login_bot_count>img {
    width: 30px;
    height: 30px;
    padding-left: 5px;
}

.login_bot_count>input {
    height: 35px;
    border: 0px;
    width: 282px;
    background: none
}

.login_bot_count>input::-webkit-input-placeholder {
    color: #dedede;
}

.login_bot {
    width: 100%;
    height: auto;
    display: table;
    margin-top: 18px;
    float: left
}

.login_bot>a,
.login_bot>p {
    color: #555555;
}

.login_bot>label {
    float: left;
    color: #555555;
    cursor: pointer
}

.login_bot>label input {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: 1px solid #9fb3dd;
    margin: -2px 4px 0 0
}

.login_bot>a {
    float: right;

}

.login-bbox{ box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16);
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
	width:340px;
	height: 380px; margin:-130px auto 0 auto}



.logoClose{    text-align:center; font-size:12px; color:#999; margin-top:20px;width:100%;display:block; margin:-35px auto 0 auto; font-weight:normal}
.logoClose span{display:inline-block; cursor:pointer;}
.logoClose span::before
{ display:inline-block;
  content:"";
  width:14px;
  height:14px;
   background:url("../../new-images/loginClose.png?vs=5.0") no-repeat center;
   vertical-align:middle; 
   margin:-1px 4px 0 0;
   background-size:100% 100%
    }



/*记住密码勾选框*/

.login_bot>p>input[type="checkbox"] {
    width: 10px;
    height: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 10px;
    position: relative;
}

.login_bot>p>input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #dedede;
}

.login_bot>p>input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #dedede;
    color: #898989;
    font-size: 12px;
    font-weight: bold;
}

.register {

    text-align: center;
    color: #000;
    font-size: 13px;
    padding-right: 5px;
    margin-top: 20px;
}

.register a {
    color: #2b79ee;
}

/*按钮样式*/

.login_button {
    margin-top: 20px;
    width: 320px;
    border: 0px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1042ab;
    border-radius: 4px;
    cursor: pointer
}





.login_account_count {
    width: 318px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border-radius: 4px;
    background: #f3f5fb;

    margin-top: 10px;
}

.login_account_count>img,
.login_account_counts>img {
    width: 30px;
    height: 30px;
    padding-left: 5px;
}

.login_account_count>input {
    height: 35px;
    border: 0px;
    width: 282px;
    background: none
}



.mobile_input {
    height: 35px;
    border: 0px;
    width: 75%;
}

.account_select {
    color: #4F4F4F;
    font-size: 14px;
    border: 0px;
    margin: 0px 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 45px;
    z-index: 999;
    background: none;
}

.account_select_icon {
    position: relative;
    left: -8%;
    height: 10px !important;
}

.login_account_counts {
    float: left;
    width: 188px;
    border: 1px solid #e1e1e1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    border-radius: 4px;
    background: #f3f5fb;

    margin-top: 10px;
}



.original {
    float: right;
    color: #3969a3;
    width: 120px;
    height: 40px;
    background: #eea72b;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 4px;
    margin-top: 10px;
}



.login_account_counts>input {
    height: 35px;
    border: 0px;
    width: 247px;
    background: none
}

.account_code {
    color: white;
    background-color: #26CBD6;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    border: 0px;
}

.login_account_count>input::-webkit-input-placeholder {

    color: #dedede;
}

.login_account_counts>input::-webkit-input-placeholder {
    color: #dedede;
}


/*按钮样式*/

.login_account_button {
    margin-top: 20px;
    width: 320px;
    border: 0px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #1042ab;
    border-radius: 4px;
    cursor: pointer
}

.login_count_b {
    position: relative;
    width: 100%;
    display: none;
}

.login_count_b_l {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;

}

.icon_e,
.icon_z {
    width: 60px;
    height: 60px;
    cursor: pointer
}


.login_b_title>img {
    height: 22px;
    margin-right: 5px;
}

.login_b_title {
    position: relative;
    top: 15px;
    left: 4px;
    width: 320px;
    margin: 0 auto;

    color: black;
    font-size: 20px;
    font-weight: bold;
}

.login-code {
    width: 174px;
    height: 174px;
    margin: 80px auto 20px auto;
    overflow: hidden;
    text-align: center
}

.login-code img {
    display: block;
    width: 174px;
    height: 174px;
    margin: 0 auto
}

.libqr_text {
    width: 100%;
    text-align: center;
    color: #666;

}

.libqr_text span {
    color: #1042ab;
}


/*右侧侧边栏*/
.suspension {
    position: fixed;
    left:50%;
    z-index: 55;
    right: 0;
    bottom: 130px;
    height: 185px;
    margin-left: 620px;
}

.suspension-box {
    position: relative;
 
    width: 54px;
    height: 120px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(20, 9, 29, .06);
}
.suspension-box a {
    display: block;
    width: 38px;
    height: 50px;
    outline: none;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #777777;
    padding-top: 10px
}

.suspension a:hover {
    color: #1042ab
}

.suspension a i {
    float: left;
    width: 38px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center
}

/* .suspension .a-service .i{background-position:0 0;} */
.suspension .feedback i {
    background-image: url(../../new-images/feedback.png);
}

.suspension a.feedback:hover i {
    background-image: url(../../new-images/feedback-1.png);
}

.suspension .app i {
    background-image: url(../../new-images/app.png);
}

.suspension a.app:hover i {
    background-image: url(../../new-images/app-1.png);
}

.suspension .official-account {
    border-bottom: 0
}

.suspension .official-account i {
    background-image: url(../../new-images/weixin.png);
}

.suspension a.official-account:hover i {
    background-image: url(../../new-images/weixin-1.png);
}


.suspension .a-top i {
    float: left;
    width: 54px;
    height: 54px;
    background: url("../../new-images/top-icon.png") no-repeat center
}

.suspension .a-top {
    width: 54px;
    height: 54px;
    background: #fff;
    display: none;
    text-align: center;
    margin-top: 10px;
}

.suspension .a-top:hover {
    background: #c0c1c3;
}



.suspension .d {
    display: none;
    width: 146px;
    height: 126px;
    background: url("../../new-images/suspension-bg.png") no-repeat center;
    position: absolute;
    right: 63px;
    padding-top: 20px
}

.qrcode-img {
    width: 100px;
    height: 100px;
    margin: 0 auto
}

.qrcode-img img {
    width: 100px;
    height: 100px;
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-app {
    top: -40px;
}

.suspension .d-qrcode {
    top: 18px;
}

/*我要提问弹窗*/
.more {
    display: none
}

.more-mask {
    z-index: 99999999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.4;
    cursor: pointer;
}

.more-center {
    z-index: 999999999999;
    position: fixed;
    top: 50%;
    left: 50%;
    right: 0;
    width: 780px;
    height: auto;
    display: table;
    max-height: 520px;
    overflow-y: auto;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 6px 12px 2px rgba(0, 0, 0, 0.16);
    border-radius: .54rem .54rem .54rem .54rem;
    opacity: 1;
    padding: 30px;
    margin-left: -390px;
    margin-top:-200px
}

.more-center a {
    float: right;
    width: 60px;
    height: 24px;
    color: #000000
}

.more-center a::before {
    display: inline-block;
    content: "";
    background: url("../../images/rmwd/close.png") no-repeat center;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -2px 2px 0 0
}

.boxx {
    color: #333;
    width: 100%;
    height: auto;
    display: table;
    margin-top: 20px
}

.boxx .boxx-left {
    float: left;
    font-size: 16px;
}

.boxx .boxx-left i {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 10px 0 0
}

.boxx .boxx-left i img {
    width: 40px;
    height: 40px;
}

.boxx .boxx-left span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #1042ab;
    background: #e7ecf6;
    font-size: 12px;
    padding: 0 6px;
    border-radius: 2px;
    margin-left: 16px
}

.boxx .boxx-right {
    float: left;
    margin: 10px 0 0 30px;
}

.problem2 .problem2-info {
    width: 100%;
    height: auto;
    display: table;
    vertical-align: top;
    margin-top: 10px
}

.problem2 .problem2-info div {
    float: right;
    width: 750px;
    font-size: 14px;
    color: #999;
    line-height: 24px
}

.problem2 .problem2-info div p {
    text-indent: 2rem;
    margin-bottom: 20px;
}

.problem2 .problem2-info::before {
    display: inline-block;
    content: "";
    width: 22px;
    height: 22px;
    background: url("../../images/rmwd/problem-icon2.png") no-repeat center;
    vertical-align: middle;
    margin: 1px 6px 0 0
}



.feedback-fk{ 
	position: fixed;
    right: 4px;
    bottom:4px;
	width: 360px;
	height: 320px;
	border-radius: 10px;
    background: #fff;
	box-shadow: 0 0 4px #827171;
	behavior: url(PIE.htc); /* 可以让IE 6,7,8模拟部分的CSS3属性 */
	-moz-box-shadow: 0 0 4px #827171;

-webkit-box-shadow: 0 0 4px #827171;

box-shadow:  0 0 4px #827171;
	overflow: hidden;
	 z-index:999999;
	 display:none
}
.feedback-fk-box { width: 310px; height: auto; display: table; margin: 15px auto 0 auto;}
.feedback-title{ position: relative;   width: 95%; height: 50px; background: #006aae; font-size: 16px; font-weight: bold; color: #fff; line-height: 50px; padding-left: 5%;}
.feedback-title a{ position: absolute; top: 10px; right: 10px;}
.feedback-fk-box textarea{ display:block;  width: 290px; height: 58px; border:1px solid #efefef; background: #fbfbfb;resize: none;border-radius: 3px; padding: 10px; line-height: 20px; margin-top: 10px;}
.feedback-fk-box input{ width: 290px; height: 26px; line-height: 26px;border:1px solid #efefef; background: #fbfbfb;border-radius: 3px; padding:0 10px;margin-top: 10px;}
.feedback-fk-box button{ display: block; width: 160px; height: 32px; background: #006aae; color:#fff; border: 0;border-radius: 3px; margin: 0 auto; cursor: pointer; }
.feedback-fk-box-title{ width: 100%; height: auto; display: table;}
.feedback-fk-box-left{ float: left; color: #282828;}
.feedback-fk-box-left span{ color: #ff4444;font-size: 12px;  display: inline-block; margin-right: 3px;vertical-align: middle; margin-top:-1px}
.feedback-fk-box-right{float: right; color: #999999;}
::placeholder{ color: #d0d0d0; font-size: 12px; }

.feedback-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
    width: 40px;
    height: 160px;
    display: none;
    cursor: pointer;
    z-index:999999

}
.feedback-fk input::placeholder{
opacity:0.5;
filter:alpha(opacity=50);
 color: #d0d0d0;
}