body,
html,
p {
    padding: 0;
    margin: 0;
}

body {
    background-color: #fff !important;
    min-width:1400px!important;
}

input::-webkit-input-placeholder {
    color: #DBDBDB;
    font-size: .14rem;
}

h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}

input:focus {
    outline: none;
}

a:active {
    text-decoration: none;
}

#header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 11.02rem;
    margin: 0 auto;
    font-size: .12rem;
    padding: 0.34rem;
}

.company_info {
    display: flex;
    align-items: center;
}

.logo {
    width: 1.3rem;
    height: .4rem;
}

.lines {
    width: .03rem;
    height: .37rem;
    background: #2C66AA;
    border-radius: 5px;
    margin-left: .19rem;
    margin-right: .16rem;
}

.project_name {
    font-size: .24rem;
    color: #FAB880;
}

.project_name a {
    color: #FAB880;
}

.idea {
    background: #2C66AA;
    color: #ffffff;
    font-size: .11rem;
    text-align: center;
    margin-top: .13rem;
}

.search_content {
    width: 4.51rem;
    margin-left: .48rem;
    margin-right: .48rem;
}

.input_search {
    width: 100%;
    border: .02rem solid #2C66AA;
    border-radius: .04rem;
    position: relative;
}

.input_search input:focus {
    outline: none;
}

.input_search input {
    padding: 0;
    margin: 0;
    width: 100%;
    border: 0;
    height: .35rem;
    text-indent: 5px;
}

.search_btn {
    width: .55rem;
    height: .37rem;
    background: #2C66AA;
    position: absolute;
    text-align: center;
    right: -1px;
    top: -1px;
    bottom: 0;
}

.search_btn button:focus {
    outline: none;
}

.search_btn button {
    border: none;
    background: none;
}

.search_btn img {
    width: .24rem;
    height: .24rem;
    margin-top: .06rem;
}

.search_text {
    display: flex;
    align-items: center;
    font-size: .12rem;
    color: #BABABA;
    margin-top: .04rem;
}

.search_text div {
    margin-right: .15rem;
}

.search_text div a {
    color: #BABABA;
}

.company_identification {
    max-width: 19.02rem;
    height: 1.07rem;
    font-size: .14rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    background: url(../img/blue_bg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 15px;
}

.company_identification .footer-wrap {
    width: 11rem;
    margin: 0 auto;
}

.company_identification .footr_type_btn {
    width: 1.23rem;
    height: .37rem;
    background: #235899;
    color: #6DAAED;
    border-radius: .04rem;
    text-align: center;
    line-height: .37rem;
    margin-right: .15rem;
    cursor: pointer;
    display: inline-block;
}

#footer {
    max-width: 19.02rem;
    background: #212121;
    color: #E6F0FF;
    font-size: .14rem;
    padding: .1rem 0;
    box-sizing: border-box;
}

.footr_type {
    max-width: 11rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-bottom: .7rem;
}

.foot_type_list {
    margin-right: .33rem;
    margin-top: 0.1rem;
}

.min_text {
    max-width: 11rem;
    margin: 0 auto;
    font-size: .12rem;
    color: #6F747A;
    line-height: 0.2rem;
}

.advertising {
    width: 2.47rem;
    height: 1.25rem;
}

.advertising img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#tabbar_content {
    max-width: 19.02rem;
    background: #2C66AA;
    color: #FFFFFF;
    font-size: .18rem;
    margin: 0 auto;
}

.tabbar_inner {
    margin: 0 auto;
    max-width: 11.02rem;
    display: flex;
    align-items: center;
    font-size: .15rem;
}

.headernav {
    height: .44rem;
    line-height: .44rem;
    text-align: center;
    cursor: pointer;
    padding: 0 18px;
}

.headernav a {
    color: #fff;
}

.parent_box {
    position: relative;
}

.pven_box {
    display: none;
    min-width: 1rem;
    min-height: 0.4rem;
    position: absolute;
    top: 0.44rem;
    right: 0;
    background: #fff;
    padding: 0.1rem 0.24rem;
}

.pven_box a {
    display: block;
    color: black;
}

.pven_box a:hover {
    background-color: rgb(55, 137, 245);
    color: #fff;
}

.triangle {
    position: absolute;
    top: -10px;
    right: 0.24rem;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid red;
}

.pven_box p {
    width: 100%;
    height: 0.4rem;
    color: black;
    text-align: center;
    list-style-type: none;
}

.sclectTab {
    background: #5991DB;
}

.contens_2 {
    max-width: 11.02rem;
    width: 11.02rem;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.banner_1 {
    width: 100%;
    height: 0.9rem;
    margin: .13rem auto;
    font-size: 100px;
}

.banner_1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recommend_list {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: .26rem;
}

.rec_lines {
    font-size: .16rem;
    color: #333333;
    width: 25%;
}

.recommend_name {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.dot {
    display: inline-block;
    width: .04rem;
    height: .04rem;
    border-radius: 50%;
    background: #FAB880;
    margin-right: .07rem;
}

.recommend_name p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    line-height: 30px;
}

.banner_3 {
    width: 100%;
    height: .65rem;
    overflow: hidden;
    margin-top: .20rem;
}

.banner_3 img {
    width: 100%;
    height: 100%;
    float: left;
}

#center_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: .16rem;
    color: #666666;
    margin-top: .31rem;
}

.left_recommend_contet {
    width: 7.87rem;
    border: .02rem solid #E9E9E9;
    border-radius: .04rem;
    margin-right: .13rem;
    padding: .18rem .17rem;
    box-sizing: border-box;
}

.right_hot_content {
    width: 2.92rem;
    border: .02rem solid #E9E9E9;
    border-radius: .04rem;
    padding: .15rem .17rem .14rem;
}

.recommenf_title {
    display: flex;
    align-items: center;
    font-size: .24rem;
    color: #2C66AA;
    font-weight: bold;
}

.recommemd_left {
    display: flex;
    align-items: center;
}

.recommemd_left img {
    width: .26rem;
    height: .26rem;
}

.recommemd_left .img {
    width: .23rem;
    height: .26rem;
}

.tuijan_lines {
    display: inline-block;
    width: .03rem;
    height: .24rem;
    background: #2C66AA;
    margin-left: .12rem;
    margin-right: .12rem;
}

.tuijan-pl {
    margin-left: 0;
}

.right_more {
    font-size: .16rem;
    color: #2C66AA;
    margin-left: auto;
    cursor: pointer;
    font-weight: bold;
}

.right_more a {
    color: #2C66AA;
}

.toutiao_lines {
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: .2rem;
    margin-bottom: .25rem;
}

.toutiao_lines img {
    width: .8rem;
    height: .3rem;
    margin-right: .1rem;
}

.toutiao_lines h2 {
    font-size: .2rem;
}

.toutiao_lines a {
    color: #333333;
}

.recommend_center_img {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.imgs1 {
    width: 5.09rem;
    height: 2.91rem;
    margin-right: .16rem;
}

.imgs1 img {
    width: 100%;
    height: 100%;
}

.imgs2 {
    width: 2.3rem;
}

.imgs2 img {
    width: 100%;
    height: 1.38rem;
}

.imgs_intro {
    position: relative;
    height: 1.38rem;
    margin-bottom: .14rem;
}

.imgs_intro h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .3rem;
    line-height: .3rem;
    font-size: .14rem;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .55);
    padding: 0 .22rem;
}

.recommemd_lists {
    display: flex;
    align-items: center;
    font-size: .16rem;
    color: #666666;
    line-height: .4rem;
}

.list_tuijian {
    /*width: 50%;*/
    width: 3.77rem;
}

.list_tuijian a {
    color: #666666;    
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.liuue_list {
    margin-top: .19rem;
}

.hot_lines {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: .76rem;
}

.hot_lines img {
    position: absolute;
    width: 1.04rem;
    height: .65rem;
    top: 0;
    left: 0;
}

.right_hot_news {
    position: absolute;
    left: 1.14rem;
    right: 0;
    font-size: .14rem;
    color: #333333;
}

.hot_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: .14rem;
    font-weight: bolder;
    margin-bottom: .06rem;
}

.hot_intro {
    font-size: .12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.solution_title {
    font-size: .24rem;
    color: #2C66AA;
    text-align: center;
    margin-top: .49rem;
    margin-bottom: .3rem;
}

.solution_list {
    display: flex;
    align-items: center;
}

.right_jiantou {
    width: .21rem;
    height: .16rem;
    margin: 0 .12rem;
}

.select_solution .titles {
    color: #FFFFFF !important;
}

.solution_lines {
    height: 1.85rem;
    border: .02rem solid #E4E4E4;
    font-size: .12rem;
    color: #666666;
    border-radius: .07rem;
    width: 1.6rem;
    text-align: center;
    padding: 0 .13rem;
    -webkit-border-radius: .07rem;
    -moz-border-radius: .07rem;
    -ms-border-radius: .07rem;
    -o-border-radius: .07rem;
    box-sizing: border-box;
}

.solution_lines:hover,
.select_solution {
    background: #2C66AA;
    color: #FFFFFF !important;
    border: none;
}

.solution_lines:hover .titles {
    color: #fff;
}

.solution_lines i {
    width: 40px;
    height: 38px;
    display: block;
    margin: .19rem auto;
    background: url(../img/icon.png);
}

.solution_lines i.address {
    background-position: 2px -72px;
}

.solution_lines i.guihua {
    background-position: -57px -70px;
}

.solution_lines i.chuguo {
    background-position: -120px -71px;
}

.solution_lines i.shijian {
    background-position: -184px -70px;
}

.solution_lines i.shenqing {
    background-position: -244px -71px;
}

.solution_lines i.haiwai {
    background-position: -308px -70px;
}

.solution_lines:hover i.address,
.select_solution i.address {
    background-position: 2px -9px;
}

.solution_lines:hover i.guihua,
.select_solution i.guihua {
    background-position: -57px -7px;
}

.solution_lines:hover i.chuguo,
.select_solution i.chuguo {
    background-position: -120px -8px;
}

.solution_lines:hover i.shijian,
.select_solution i.shijian {
    background-position: -184px -8px;
}

.solution_lines:hover i.shenqing,
.select_solution i.shenqing {
    background-position: -245px -7px;
}

.solution_lines:hover i.haiwai,
.select_solution i.haiwai {
    background-position: -308px -7px;
}

.solution_lines .titles {
    font-size: .2rem;
    color: #333333;
    font-weight: bold;
    margin-top: .10rem;
    margin-bottom: 1px;
}

#information_content {
    display: flex;
    align-items: flex-start;
    font-size: .16rem;
    color: #666666;
}

.information_content-one {
    margin-top: .66rem;
}

.left_information_contet {
    width: 8.0rem;
}

.left_information_contet_inner {
    border: .02rem solid #E9E9E9;
    border-radius: .04rem;
    margin-right: .13rem;
    padding: .18rem .17rem 0;
}

.right_information_content {
    width: 3.02rem;
    border-radius: .04rem;
}

.right_top_img {
    width: 100%;
    height: 1.03rem;
    margin-bottom: 0.08rem;
}

.right_top_img img {
    width: 100%;
    height: 100%;
}

.img-bottom {
    margin-bottom: .1rem;
}

.right_imgs {
    width: 100%;
    margin-top: .11rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right_imgs img {
    width: 48%;
    height: 1.04rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: .11rem;
}

.flash_list {
    font-size: .18rem;
    color: #333333;
    padding: .2rem .15rem 0;
}

.flash_list_box {
    padding-left: 0;
    padding-right: 0;
}

.flash_lines {
    display: flex;
    align-items: center;
    padding: .18rem 0 .08rem 0;
}

.flash_lines:first-child {
    padding-top: 0;
}

.right_jian {
    color: #FFA65C;
    margin-right: .08rem;
}

.flash_times {
    color: #666666;
    font-size: .18rem;
    margin-left: auto;
}

.zhongjie_color1 a {
    color: #D5832C;
}

.zhongjie_color2 a {
    color: #9FAD07;
}

.zhongjie_color3 a {
    color: #6CCB0A;
}

.zhongjie_color4 a {
    color: #1ABDC1;
}

.zhongjie_color5 a {
    color: #607EB6;
}

.zhongjie_color6 a {
    color: #5D7CB4;
}

.zhongjie_color7 a {
    color: #7E59C2;
}

.zhongjie_color8 a {
    color: #C53AA2;
}

.zhongjie_color9 a {
    color: #D35458;
}

.zhongjie_color10 a {
    color: #CCB44A;
}

.zhongjie_color1 {
    background: #F9ECDF;
    color: #D5832C;
}

.zhongjie_color2 {
    background: #F5F7DE;
    color: #9FAD07;
}

.zhongjie_color3 {
    background: #E6F8DE;
    color: #6CCB0A;
}

.zhongjie_color4 {
    background: #DBF7F7;
    color: #1ABDC1;
}

.zhongjie_color5 {
    background: #DDEBF8;
    color: #607EB6;
}

.zhongjie_color6 {
    background: #DEE7F9;
    color: #5D7CB4;
}

.zhongjie_color7 {
    background: #E9DFF9;
    color: #7E59C2;
}

.zhongjie_color8 {
    background: #FCDFF3;
    color: #C53AA2;
}

.zhongjie_color9 {
    background: #FCDFE0;
    color: #D35458;
}

.zhongjie_color10 {
    background: #F8F3DE;
    color: #CCB44A;
}

#news_recommend_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: .16rem;
    color: #666666;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-right: .13rem;
}

#news_recommend_content .c_name {
    color: #2c66aa;
    font-size: .24rem;
    font-weight: 700;
}

.left_recommend_content {
    width: 7.87rem;
    border: .02rem solid #E9E9E9;
    border-radius: .04rem;
    margin-right: .13rem;
    padding: 0 .17rem;
    box-sizing: border-box;
}

.right_recommend_content {
    width: 2.92rem;
    border-radius: .04rem;
}

.recommenf_title_news {
    display: flex;
    align-items: center;
    border-bottom: .02rem dashed #E3E3E3;
    margin-bottom: .35rem;
    line-height: .4rem;
}

.right_more_tabbar {
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    font-size: .16rem;
    color: #333333;
}

.right_more_tabbar div {
    text-align: center;
    line-height: .4rem;
    font-weight: bold;
    padding: 0 15px;
    margin-right: 10px;
}

.select_recommend {
    border-bottom: .03rem solid #2C66AA;
}

.news_recommend_list_btn {
    cursor: pointer;
}

.news_recommend_list .more {
    margin: auto;
    width: 1.2rem;
    height: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 24px;
    margin-bottom: 30px;
    cursor: pointer;
    display: block;
    color: #878787;
}

.news_recommend_lines_box {
    position: relative;
    height: 1.2rem;
    margin-bottom: .15rem;
}

.news_recommend_lines_border {
    border-bottom: .02rem dashed #EFEFEF;
}

.hot-recommend-lines img {
    position: absolute;
    width: 2.02rem;
    height: 1.2rem;
    top: 0;
    left: 0;
}

.hot-c {
    position: absolute;
    left: 2.13rem;
    right: 0;
    top: 0;
    bottom: 0;
}

.news_recommend_tiitle {
    font-size: .18rem;
    color: #333333;
    font-weight: bold;
}

.news_rescommend_intro {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: .1rem;
    margin-bottom: .13rem;
    line-height: 0.24rem;
}

.news_labels {
    display: flex;
    align-items: center;
}

.inner_news_labels {
    display: flex;
    align-items: center;
}

.inner_news_labels div {
    height: .2rem;
    color: #FFFFFF;
    font-size: .14rem;
    text-align: center;
    line-height: .2rem;
    position: relative;
    background: #50abe4;
}

.inner_news_labels div:after {
    content: '';
    display: block;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-left: 0.1rem solid #50abe4;
    position: absolute;
    right: -0.1rem;
    top: 0;
    z-index: 10;
}

.hot_biao_labels div {
    color: #E68532 !important;
    text-indent: 10px;
    text-align: left;
    position: relative;
    background: #FFE6CC;
}

.hot_biao_labels div:after {
    content: '';
    display: block;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-left: 0.1rem solid #FFE6CC;
    position: absolute;
    right: -0.1rem;
    top: 0;
    z-index: 10;
}

.creat_times {
    margin-left: auto;
    font-size: .12rem;
    color: #666666;
}

.min_instrument {
    border: .02rem solid #EBEBEB;
    border-radius: .04rem;
    padding: .15rem .14rem;
    margin-bottom: .1rem;
}

.abroad-materials {
    padding: 0;
}

.min_instrument .abroad-name {
    padding: .15rem .14rem;
}

.right_public_lines {
    display: inline-block;
    width: .03rem;
    height: .25rem;
    background: #2C66AA;
    margin-right: .12rem;
    vertical-align: bottom;
    margin-bottom: 2px;
    margin-left: .12rem;
}

.right_public_lines_left {
    margin-left: 0rem;
    margin-right: .05rem;
}

.right_public_names {
    font-size: .24rem;
    color: #2C66AA;
    font-weight: bold;
}

.min_instrument_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.min_instrument_lines {
    font-size: .16rem;
    color: #666666;
    text-align: center;
    width: 50%;
    margin-top: .36rem;
}

.min_instrument_lines img {
    max-width: .72rem;
    max-height: .72rem;
    margin: 0 auto;
}

.condition_title {
    margin-top: .22rem;
    width: 100%;
    height: .3rem;
    line-height: .3rem;
    font-size: .16rem;
    color: #5F8ECC;
    background: #E6EEF7;
    padding-left: .07rem;
}

.condition_class {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .11rem;
}

.condition_class a span {
    padding-top: 0.04rem;
    padding-bottom: 0.04rem;
    font-size: 16px;
    line-height: .28rem;
}

.condition_lines {
    width: .02rem;
    height: .18rem;
    background: #848484;
    margin: 0 .07rem;
    font-size: 0.14rem;
    color: #666666;
}

.tabbar_choose {
    display: flex;
    align-items: flex-start;
    margin-top: .25rem;
    border-bottom: .02rem dashed #EFEFEF;
}

.tabbar_choose div {
    width: 20%;
    text-align: center;
    font-size: .16rem;
    color: #2C66AA;
    font-weight: bold;
    height: .41rem;
    line-height: .42rem;
    cursor: pointer;
}

.select_choose {
    border-bottom: .04rem solid #2C66AA;
}

.min_right_list {
    font-size: .16rem;
    padding: 0;
    line-height: 0.35rem;
}

.min_right_list p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cailiao_tabbar {
    display: flex;
    align-items: center;
    margin-top: .1rem;
}

.cailiao_tabbar div {
    width: 50%;
    height: .48rem;
    line-height: .48rem;
    font-size: .13rem;
    color: #333333;
    text-align: center;
    background: #EFEFEF;
    cursor: pointer;
    padding: 0px 10px 0 10px;
}

.select_cailiao {
    background: #FFFFFF !important;
    border-top: .04rem solid #2C66AA;
    color: #2C66AA !important;
}

.lanse {
    color: #2C66AA;
}

.zhongjie_list {
    margin-top: .26rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zhongjie_list div {
    width: 48%;
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    border-radius: .04rem;
    text-align: center;
    margin-bottom: .16rem;
}

.bottom_img {
    width: 100%;
    height: 1.03rem;
    border: 0;
    padding: 0;
}

.right_banner {
    width: 100%;
    height: 1.04rem;
    margin-bottom: .12rem;
}

.right_banner img {
    width: 100%;
    height: 100%;
}

.tab_title_lines {
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #666666;
    height: .51rem;
    background: #F3F3F3;
    margin-right: .13rem;
    padding-left: .14rem;
    margin-bottom: .12rem;
}

.tab_title_lines span {
    margin: 0 .11rem;
}

.hot_label_content {
    display: flex;
    align-items: center;
    height: .37rem;
    line-height: .37rem;
    margin-top: .18rem;
    background: #FAB880;
    color: #FFFFFF;
    font-size: .16rem;
    margin-right: .13rem;
}

.hot_label_content img {
    width: .19rem;
    height: .27rem;
    margin: 0 .07rem;
}

.hot_title_span {
    margin-right: .26rem;
}

.inner_news_labels div {
    margin-right: .2rem;
    text-align: left;
    padding: 0px 10px;
}

.list {
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: .14rem;
    padding-bottom: 40px;
    padding-top: 30px;
    justify-content: center;
}

.footer-list {
    padding-bottom: 0;
}

.nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*.nav li:first-child a {*/
/*    margin-right: .08rem;*/
/*}*/

/*.nav li:last-child a {*/
/*    margin-left: .08rem;*/
/*}*/

.nav span{
    display: inline-block;
    padding: 0 .16rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    margin-right: .02rem;
    text-decoration: none;
    color: #666666;
}

.nav a {
    display: inline-block;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    border: .02rem solid #EFEFEF;
    margin-right: .02rem;
    text-decoration: none;
    color: #666666;
}

.nav span.active{
    color: red;
}

.nav .page_active {
    color: red;
}

.nav a:hover {
    color: red;
}

.all_page_num {
    color: #666666;
    font-size: .14rem;
    margin-right: .27rem;
    margin-left: .1rem
}

.to_page_num input {
    width: .29rem;
    height: .29rem;
    border: .02rem solid #EFEFEF;
    text-align: center;
    font-size: .14rem;
}

.page_comfirm {
    width: .62rem;
    height: .31rem;
    background: #2C66AA;
    color: #FFFFFF;
    text-align: center;
    margin-left: .11rem;
    line-height: .31rem;
}

.page_comfirm a {
    color: #FFFFFF;
}

.select_bottom {
    color: #FFFFFF !important;
}
.seokeyword{
    color: #2d8cf0;
}

.to-top {
    width: 25px;
    height: 25px;
}

.mip-gototop {
    width: 36px;
    height: 36px;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAAA8CAYAAADYIMILAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4N2M5ODc5Zi0xMDMxLTRjZWYtOWViMy1lMmIxNzNkMDU1MTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUEwOTQ3MUIxMDdEMTFFNkIwNDFFMDRENzk5MUQ2RDIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUEwOTQ3MUExMDdEMTFFNkIwNDFFMDRENzk5MUQ2RDIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxM2I0YTVjYS1mNzQ0LTRhMGEtYjI0Yy02NmM1N2I3NTE2NGIiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDozYThhODFlZS01OGQ4LTExNzktYmYwNi1lNTU4YzcyN2M2NTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6FlgSqAAACS0lEQVR42uzbO0hbYRQH8JtLqYKU4ANBO7RQijjooHVx6uRktw6FFju1UIRIBwdFLfZBHcSWFjo5FLfi5pap7eAUB6dCO5RSh0BRQ8CISqn+v3IOhENyE+/DfPfm/OHv43gdft7XdyNJDSOO42TQDie52UffuU0AdciXcZ3mScpg36OFhEP3zGF8CR+20Ilm2LXNdBgrVrEhZQRdQz+iw0nGdqNTaDvaic6hQ0nEGuhrNF02M3eCWXQgSViGdlf4WQu6gPYlAesF5bSii+iNOGPrgXLaCHwtjtjzQDnmfH6B9sYJWw36tcK26+J7c6V+dc4/UsOwXtCVCtube+6GmHWhL+mztdha0H9Vfm8VzYpZD4HTNmL9Qk1O0Q/oZzG/SuArNmGDQDlmm7fopphfp6t0mw3YMKDl4GU0J+Y30We0AGkYNkwo5y+6hG6LeT+ttC43AhsFlHNC5+o3MR9EZ2hNfWHYKKGcY/Q5+kPMb6HTfneSayGUU6Jz9ZeYj6JP/YBdS6GcA3ru3RHz2+gkmooCWw36JUIop4jOo3kxH0MfhY31gr6JGMrZoz28K+Z30IdhYW2Acv7QKxv7Yn4XvRcU22URlJOnQ7oo5vfR8SDYJ5ZBOb9pgVES8wdBsGkLoZyfdFs6FKsv39hP6BF9nbUIyvlODwnm0C7Qk5NnvJZeObrStVa4KNgSs6R8XO/GtdaZh+JQiXX0fz2KVaxiFatYxSpWsYpVrGIVq1jFKlaxilWsYhVrHbb8xfZC0rH8HqL/77O5aOyZAAMARRuDCbImm0EAAAAASUVORK5CYII=);
    background-size: 50% 50%;
}

.live800_innerChat_toolbar {
    font-size: 12px;
}