/**{*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: none;*/
/*    list-style: none;*/
/*}*/
/*body{*/
/*    font-family: 'å¾®è½¯é›…é»‘';*/
/*    font-size: 16px;*/
/*    color: #3e3e3e;*/
/*}*/
/*a{*/
/*    text-decoration: none;*/
/*    font-family: 'å¾®è½¯é›…é»‘';*/
/*}*/
/*a:hover{*/
/*    text-decoration: none;*/
/*}*/
/*button{*/
/*    outline: none;*/
/*}*/
/* pc */
.pc_web{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* display: none; */
}
/* å¤´ */
.header{
    width: 100%;
    height: 69px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: absolute;
    top:0 ;
    left: 0;
    z-index: 1;
}
.header_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.header_left{
    width: 230px;
    height: 26px;
    margin-right: 20px;
}
.header_left img{
    width: 100%;
    height: 100%;
}
.header_line{
    height: 20px;
    width: 1px;
    background: rgba(255,255,255,0.3);
    margin-right: 50px;
}
.header_right{
    width: 138px;
    height: 30px;
    border: 1px solid #a2bbfb;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    /* font-weight: bold; */
    cursor: pointer;
}
.header_right a{
    color: #fff;
}
.header_center{
    height: 69px;
    width: auto;
    display: flex;
    align-items: center;
    margin-right: auto;
}
.header_center>li{
    margin-right: 45px;
    position: relative;
    height: 100%;
    align-items: center;
    display: flex;
}
.second_list{
    position: absolute;
    left: -55px;
    top: 65px;
    width: 176px;
    height: auto;
    border: 2px solid #2F3957;
    background: rgba(18, 27, 52, 0.9);
    padding: 30px 40px 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    display: none;
}
.second_list>div{
    margin-bottom: 30px;
    text-align: center;
    opacity: 0.8;
}
.second_list>div>a{
    color: #DBDCE1;
}
.second_arrow{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid #2F3957;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
}
.second_arrow>span{
    display: inline-block;
    position: absolute;
    left: -12px;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 12px solid rgba(18, 27, 52, 0.9);
}
.header_center li a{
    color: #fff;
}
.header_center li .wx_icon{
    width: 25px;
    height: 21px;
}
.qrcode{
    width: 100px;
    height: 100px;
    border: 2px solid #2F3957;
    background: rgba(18, 27, 52, 0.9);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    position: absolute;
    left: -35px;
    top: 65px;
    display: none;
}
.qrcode>img{
    width: 77px;
    height: 77px;
}

/* è½®æ’­å›¾ */
.banner{
    width: 100%;
    height: 700px;
    position: relative;
}
.banner_box{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_list{
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
}
.banner_list li{
    width: 100%;
    height: 100%;
    float: left;
}
.banner_list li img{
    width: 100%;
    height: 100%;
}
.dots{
    width: 180px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 150px;
    margin-left: -125px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dots li{
    width: 50px;
    height: 100%;
    background: rgba(255,255,255,0.5);
    border-radius: 2px;
    cursor: pointer;
}
.dots li.active{
    background: rgba(255,255,255);
}
.management{
    width: 100%;
    height: 110px;
    background: rgba(47, 88, 198, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
}
.management_in{
    width: 1200px;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.management_in li{
    width: 33%;
    height: 100%;
    border-right: 1px solid #5276d9;
}
.management_in li a{
    display: block;
    padding-left: 54px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.management_in li:hover{
    background: #3e67d5;
}
.management_in li:nth-of-type(1){
    border-left: 1px solid #5276d9;
}
.manage_left{
    width: 40px;
    height: 40px;
    margin-right: 30px;
}
.manage_left img{
    width: 100%;
    height: 100%;
}
.manage_right h3{
    font-size: 18px;
    margin-bottom: 12px;
    color: #fff;
    font-weight: normal;
}
.manage_right p{
    color: #fff;
    font-size: 15px;
}

/* åº•éƒ¨ */
.footer{
    width: 100%;
    height: 421px;
    background: #141621;
}
.footer_in{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-top: 79px;
    box-sizing: border-box;
}
.service_phone{
    width: 267px;
    height: 121px;
    margin-right: 34px;
}
.service_phone a{
    width: 100%;
    height: 100%;
    display: block;
}
.service_phone img{
    width: 100%;
    height: 100%;
}
.footer_line{
    width: 1px;
    height: 195px;
    background: #3e3d3d;
    margin-right: 62px;
}
.product{
    width: 170px;
    margin-right: 36px;
}
.footer_in h4{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 31px;
    opacity: 0.8;
}
.footer_content{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
}
.footer_in ul{
    font-size: 14px;
}
.footer_in ul li{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.special ul li:last-child{
    width: 80px;
    height: 25px;
    background: #333854;
    border-radius: 3px;
} 
.special ul li:last-child a{
    display: block;
    color:  #cfd1e5;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'å¾®è½¯é›…é»‘';
}
.footer_in ul a{
    color: #787B92;
}
.footer_line2{
    width: 1px;
    height: 140px;
    background: #3e3d3d;
    margin-top: 55px;
}
.news{
    margin-left: 52px;
    margin-right: 44px;
}
.special{
    margin-left: 43px;
}
.footer_circle{
    width: 8px;
    border: 2px solid #757D8F;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}
.footer_out_line{
    width: 1200px;
    height: 1px;
    background: #252731;
    margin: 67px auto 40px; 
}
.footer_words{
    text-align: center;
    font-size: 12px;
    color: #767d8c;
}

/* è·Ÿéšè¡¨å• */
.follow{
    width: 900px;
    height: 130px;
    position: fixed;
    left: 50%;
    bottom: 35px;
    margin-left: -450px;
    background: #115CFA;
    box-shadow: 0px 10px 16px 4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 40px 38px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    transition: 1s;
    justify-content: center;
    z-index: 10;
}
.phone_pc{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin-right: 31px;
    width:165px;
}
.form{
    width: 634px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    padding: 8px 4px 8px 11px;
    box-sizing: border-box;
}
.name{
    width: 44%;
    border: 0;
    outline: none;
    height:34px ;
    padding-left: 30px;
    background: url("/static/images/daijianame.png") no-repeat 0 center;
    background-size: 20px 22px;
}
.contact{
    background-image: url("/static/images/contact.png");
    background-size: 20px 21px;
    margin-right: auto;
}
.form input::placeholder {
    font-size: 16px;
    color: #B8C7E5;
    font-family: 'å¾®è½¯é›…é»‘';
}
.request_use{
    width: 199px;
    height: 42px;
    background: #115CFA;
    border-radius: 3px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 42px;
    font-family: 'å¾®è½¯é›…é»‘';
}
.form_line{
    width: 2px;
    height: 34px;
    background: #115CFA;
    margin-right: 15px;
}

/* äºŒçº§èœå•banner */
.daijia_banner_box{
    height: 500px;
}
.daijia_banner{
    width: 100%;
    height: 500px;
}
.daijia_banner img{
    width: 100%;
    height: 100%;
}

/*//底部广告//*/

.x_knowledge_realization_bottom {
    background: #5591f1;

    height: 400px;
    /*padding-top: 66px;*/
    margin-top: 40px;
    text-align: left;
}

.x_knowledge_realization_bottom_content {
    position: relative;
    width: 1200px;
    margin: 0px auto;
}

img.x_knowledge_realization_bottom_content_img {
    position: absolute;
    top: 105px;
    width: 723px;
}

.x_knowledge_realization_bottom_content_right {
    padding-left: 600px;
}

.x_knowledge_realization_bottom_content_right_text {
    text-align: right;
    font-size: 38px;
    color: #fff;
    padding-top: 37px;
    padding-bottom: 30px;
}

text.x_knowledge_realization_bottom_content_right_li_text {
    padding-left: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.x_knowledge_realization_bottom_content_right_li {
    padding-left: 262px;
}

span.x_knowledge_realization_bottom_content_right_li_span {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 10px;
}

.x_knowledge_realization_bottom_content_right_a.msgTan {
    text-align: center;
    display: block;
    width: 183px;
    height: 57px;
    margin: 0px 78px;
    line-height: 57px;
    background: #ffffff;
    color: #5591f1;
    font-size: 21px;
    border-radius: 57px;
    /* position: absolute; */
    margin-top: 41px;
    margin-left: 258px;
    box-shadow:0px 0px 0px 1px #5591f1;
    animation: lastbtn-out 1s;
    -webkit-animation: lastbtn-out 1s;
}
.x_knowledge_realization_bottom_content_right_a.msgTan {
    text-align: center;
    display: block;
    width: 183px;
    height: 57px;
    margin: 0px 78px;
    line-height: 57px;
    background: #ffffff;
    color: #5591f1;
    font-size: 21px;
    border-radius: 57px;
    /* position: absolute; */
    margin-top: 41px;
    margin-left: 258px;
    box-shadow: 0px 0px 0px 1px #5591f1;
    animation: lastbtn-out 1s;
    -webkit-animation: lastbtn-out 1s;
}



/*/咨询按钮/*/
.x_knowledge_banner_bottom_left.msgTan:hover {
    background: #4377f7;
    animation: btn-hover 1s;
    -webkit-animation: btn-hover 1s;
    box-shadow: 0px 0px 10px #4377f7;
}
.x_knowledge_banner_bottom_right.msgTan_r:hover {
    background:#ffffff;
    animation: btn-hover-r 1s;
    -webkit-animation: btn-hover-r 1s;
    box-shadow:0px 0px 10px #4377f7;
}
.x_knowledge_banner_bottom {
    padding-top: 43px;
    height: 57px;
    text-align: center;
}

.msgTan {
    display: inline-block;
    width: 183px;
    height: 57px;
    margin: 0px 17px;
    line-height: 57px;
    font-size: 21px;
    border-radius: 57px;
    animation: btn-out 1s;
    -webkit-animation: btn-out 1s;
}
.msgTan_l {
    background: #3567ff;
    color: #fff;
}
.msgTan_r {
    background: #FFFFFF;
    color: #3567ff;
    animation: btn-out-r 1s;
    -webkit-animation: btn-out-r 1s;
    border: 1px solid #3567ff;
}


/* æ¿å—ä¸»å‰¯æ ‡é¢˜ */
.pc_title{
    color: #333333;
    font-size: 36px;
    font-weight: 200;
    text-align: center;
    margin: 90px 0 19px;
}
.pc_subtitle{
    text-align: center;
    color: #999999;
    font-size: 18px;
    margin-bottom: 60px;
}

/* å®šä½å¯¼èˆª */
.pos_nav{
    width: 100%;
    height: 70px;
    background: #F5F5FA;
    left: 0;
    top: 0;
    z-index: 100;
}
.pos_nav ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pos_nav ul li{
    font-size: 16px;
    margin-right: 79px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.pos_nav ul li:hover span{
    width: 40px;
    height: 2px;
    background: #577FFF;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}   
.pos_nav ul li a{
    display: inline-block;
    color: #A1A6B3;
}
.pos_nav ul li.active span{
    width: 40px;
    height: 2px;
    background: #577FFF;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

/* æˆåŠŸæ¡ˆä¾‹ */
.success{
    width: 100%;
    height: 440px;
    /*background: #3C3E42;*/
    overflow: hidden;
}
.success_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.pc_title_dark{
    color: #000000;
}
.pc_subtitle_dark{
    color: #999999;
}
.success_content{
    width: 100%;
    height: 96px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.success_arrow{
    width: 50px;
    height: 50px;
}
.success_list{
    width: 882px;
    height: 96px;
    overflow: hidden;
    position: relative;
}
.success_list ul{
    width: auto;
    height: 96px;
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
    display: flex;
}
.success_list ul li{
    width: 96px;
    height: 96px;
    flex-shrink: 0;
    margin-right: 61px;
    border-radius: 15px;
    overflow: hidden;
}
.success_list ul li img{
    width: 100%;
    height: 100%;
}

/* ç­”ç–‘è§£æƒ‘ */
.question{
    width: 100%;
    height: 660px;
    overflow: hidden;
}
.question_in{
    width: 1040px;
    height: 100%;
    margin: 0 auto;
}
.question_content{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.question_item{
    width: 500px;
    height: 340px;
    background: #FFFFFF;
    border: 1px solid #E6E8F0;
    border-radius: 4px;
}
.question_item h4{
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid #E6E8F0;
    color: #A1A6B2;
    font-size: 20px;
    padding-left: 31px;
    box-sizing: border-box;
}
.question_item h4 span{
    border-left: 4px solid #076BF2;
    padding-left: 10px;
    box-sizing: border-box;
}
.question_item .question_list{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
}
.question_item .question_list ul{
    width: 90%;
    padding: 0 31px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
}
.question_item .question_list ul li{
    height: 68px;
    line-height: 68px;
    padding-left: 17px;
    box-sizing: border-box;
    border-bottom: 1px dashed #E6E8F0;
}
.question_item .question_list ul li a{
    font-size: 16px;
    color: #A1A6B2;
}
.question_button{
    position: absolute;
    right: 31px;
    top: 50%;
    width: 18px;
    margin-top:-40px;
}
.question_button img{
    width: 18px;
    margin-bottom: 20px;
    cursor: pointer;
}
.question_button img:last-child{
    margin-bottom: 0px;
}
.question_item h4 span.question_second{
    border-left:4px solid #FFBF09;
}
.free{
    position: absolute;
    right: -25px;
    top: 23px;
    width: 19px;
    height: 8px;
}
.checkmore{
    width: 150px;
    height: 50px;
    background: #FFFFFF url('/static/images/check_more.png') no-repeat 115px center;
    background-size: 9px 5px;
    box-shadow: 0px 8px 15px 3px rgba(0, 17, 51, 0.04);
    margin: 70px auto;
    font-size: 16px;
    color: #000833;
    text-align: center;
    line-height: 50px;
}
.phone_title{
    text-align: center;
    font-size: 1.5625rem;
    color: #333333;
    margin-bottom: 2.5rem;
    font-weight: normal;
}
.phone_web{
    background: #F2F3F5;
}

/* è·‘è…¿ä»£é©¾ä¸“è½¦äº§å“å±•ç¤º */
.situation_tab{
    width: 100%;
    height: 50px;
    display: flex;
    margin: 0 auto 54px;
    justify-content: center;
}
.situation_tab li{
    width: 190px;
    height: 50px;
    background: #FFFFFF url('/static/images/paotui_situation_web.png') no-repeat 48px 14px; 
    background-size: 22px 21px;
    border: 1px solid #577FFF;
    padding-left: 79px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 16px;
    color: #577FFF;
    cursor: pointer;
}
.situation_tab li:nth-of-type(1).current{
    color: #fff;
    background:  #577FFF url('/static/images/paotui_situation_web_no.png') no-repeat 48px 14px;
    background-size: 22px 21px;
}
.situation_tab li:first-child{
    border-radius: 4px 0px 0px 4px;
}
.situation_tab li:last-child{
    border-radius: 0px 4px 4px 0px;
}
.situation_tab li:nth-of-type(2){
    background: #FFFFFF url('/static/images/paotui_situation_shop.png') no-repeat 48px 16px; 
    background-size: 20px 20px;
}
.situation_tab li:nth-of-type(2).current{
    color: #fff;
    background:  #577FFF url('/static/images/paotui_situation_shop_no.png') no-repeat 48px 16px;
    background-size: 20px 20px;
}
.show_product_content{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.show_product_content .situation_tab li{
    width: 160px;
    background-image: url('/static/images/daijia/show_product_nochoose01.png');
    background-size: 20px 17px;
    padding-left: 70px;
    background-position: 35px 16px;
}
.show_product_content .situation_tab li:nth-of-type(1){
    border-right: 0;
}
.show_product_content .situation_tab li:nth-of-type(2){
    background-image: url('/static/images/daijia/show_product_nochoose02.png');
    border-right: 0;
    background-size: 20px 20px;
}
.show_product_content .situation_tab li:nth-of-type(3){
    background-image: url('/static/images/daijia/show_product_nochoose03.png');
    border-right: 0;
    background-size: 21px 18px;
}
.show_product_content .situation_tab li:nth-of-type(4){
    background-image: url('/static/images/daijia/show_product_nochoose04.png');
    background-size: 21px 19px;
}
.show_product_content .situation_tab li.current{
    background-image: url('/static/images/daijia/show_product_nochoose01.png');
    background-position: 35px 16px;
    background-color: #577FFF ;
    color: #fff;
}
.show_product_content .situation_tab li:nth-of-type(2).current{
    background-image: url('/static/images/daijia/show_product_choose02.png');
    background-size: 20px 20px;
}
.show_product_content .situation_tab li:nth-of-type(3).current{
    background-image: url('/static/images/daijia/show_product_choose03.png');
    background-size: 21px 18px;
}
.show_product_content .situation_tab li:nth-of-type(4).current{
    background-image: url('/static/images/daijia/show_product_choose04.png');
    background-size: 21px 19px;
}
.show_product_bottom_box{
    width: 100%;
    height: auto;
    margin-top: 75px;
}
.show_product_bottom{
    width: 100%;
    height: 490px;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.show_product_bottom2{
    width: 100%;
    height: 490px;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.show_product_item{
    width: 211px;
    height: 100%;
    transition: 1s;
}
.show_product_item:hover{
    transform: translateY(-20px);
}
.flex{
    display: flex;
}
.show_product_item img{
    width: 100%;
    height: 419px;
}
.show_product_item span{
    display: block;
    text-align: center;
    margin-top: 32px;
    font-size: 16px;
    color: #34364E;
}
.show_product_bottom:nth-of-type(2) .show_product_item,.show_product_bottom:nth-of-type(4) .show_product_item{
    width: 338px;
    height: 260px;
}
.show_product_bottom:nth-of-type(2) .show_product_item img,.show_product_bottom:nth-of-type(4) .show_product_item img{
    width: 100%;
    height: 100%;
}

.index_close_button{
    position: absolute;
    width: 18px;
    height: 17px;
    right: 9px;
    top: 9px;
    cursor: pointer;
}
.index_pos_button{
    width: 100px;
    height: 98px;
    position: fixed;
    bottom: 50px;
    left: -100px;
    transition: 1s;
    cursor: pointer;
}


/* ç”³è¯·æˆåŠŸ */
.request_success{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 10;
}
.request_success_in{
    width: 380px;
    height: 320px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.request_success_in_top{
    width: 100%;
    height: 210px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.request_success_phone{
    padding: 1.875rem;
    box-sizing: border-box;
}
.request_success_phone .request_success_in{
    width: 100%;
}
.form_result_success{
    color: #38B865;
    font-size: 22px;
    font-weight: normal;
}
.form_result_error{
    color: #577FFF;
    font-size: 22px;
    font-weight: normal;
}
.request_success_img{
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
}
.request_success_close{
    width: 28px;
    height: 28px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.form_message{
    width: 100%;
    height: 110px;
    background: #F5F6FA;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* å’¨è¯¢æ¡† */
.modelK{
    width: 94%;
    position: fixed;
    top: 0;
    left: 3%;
    height: 25rem;
    background-color: #ffffff;
    border-radius: 0px 0px 14px 14px;
    z-index: 101;
    text-align: center;
    display: none;
    box-shadow: 0px 20px 50px 0px rgba(29, 18, 13, 0.1);
  }
  .modelT{
    font-family:PingFang-SC-Heavy;
    font-weight: bold;
    /*letter-spacing: 5px;*/
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modelC{
    width: 86%;
    height: auto;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
  }
  .model_box{
    width: 48%;
    height: 190px;
    background-color: #F5F6F7;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .model_text{
    font-size: 16px;
    color: #282828;
    margin-top: 15px;
  }
  .kefu{
    width: 60px;
    height: 53px;
  }
  .phone{
    width: 49px;
    height: 53px;
  }
  .modelD{
    height:50px;
    border:1px solid rgba(128,128,128,1);
    border-radius:26px;
    width: 86%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    line-height: 50px;
    color: #000000;
    font-size: 20px;
  }
  /*ç«™é•¿ç»Ÿè®¡æ–‡å­—æ ·å¼*/
body >a{
    color: #767d8c;
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    font-size: 12px;
    margin-top: -23px;
    position: relative;
    background: #141621 !important;
    padding-bottom: 0 !important;
}
