.news_box {
    text-align: left;
    width: 100%;
}

.news_box .search_box {
    display: inline-block;
    width: auto;
    float: right;
    margin-top: .1rem;
}

.news_box .search_box input {
    width: 2rem;
    float: left;
}

.news_box .search_box button {
    width: .42rem;
    margin-left: .05rem;
    float: left;
    text-align: center;
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
}

.news_box .search_box button img {
    width: .2rem;
    height: .2rem;
}

.news_box .current {
    width: 100%;
    text-align: left;
    margin-top: .2rem;
    white-space: nowrap;
}

.news_box .current .dot {
    display: inline-block;
    width: .03rem;
    height: .03rem;
    background-color: #9d9d9d;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-right: .1rem;
    margin-top: .075rem;
    float: left;
}

.news_box .current p {
    display: inline-block;
    color: #666666;
    float: left;
    font-size: .13rem;
}

.news_box .current p a {
    color: #008fce;
}

.news_box .news_detial {
    width: 100%;
    text-align: left;
    margin-top: .14rem;
    border-top: 1px solid #0ea4e6;
}

.news_box .news_detial .news {
    padding: .25rem 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: relative;
    white-space: nowrap;
    text-align: left;
    display: table;
    min-height: 128px;
    text-align: left;
    white-space: nowrap;
}

.news_box .news_detial .news .news_img {
    display: inline-block;
    width: 234px;
    height: 150px;
}

.news_box .news_detial .news .news_img img {
    width: 100%;
    height: 100%;
}

.news_box .news_detial .news .news_con {
    display: inline-block;
    box-sizing: border-box;
    padding-left: .2rem;
    vertical-align: top;
    white-space: normal;
    position: relative;
    text-align: left;
    height: 150px;
    width: 75%;
}

.news_box .news_detial .news .news_con a {
    display: inline-block;
    width: 100%;
}

.news_box .news_detial .news .news_con .news_title {
    display: inline-block;
    box-sizing: border-box;
    color: #232a2a;
    margin-bottom: .13rem;
    position: relative;
    font-size: .15rem;
    width: 100%;
    /* height: .18rem; */
    position: absolute;
    left: 0;
    top: 0;
    padding-left: .2rem;
    /* max-width: 93%; */
}

.news_box .news_detial .news .news_con .news_title p {
    display: inline-block;
    width: auto;
    max-width: 95%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_box .news_detial .news .news_con .news_title img.icon {
    display: inline-block;
    height: .2rem;
    width: auto;
    width: 20px\9 !important;
    height: 20px\9 !important;
    /* position: absolute;
    right: -.15rem;
    top: 0; */
}

.news_box .news_detial .news .news_con .news_part {
    display: inline-block;
    white-space: normal;
    word-break: break-all;
    color: #999999;
    line-height: .25rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .35rem;
}

.news_box .news_detial .news .date {
    position: absolute;
    /* bottom: .28rem;
    left: 2.37rem; */
    /* left: 30%; */
    left: 0;
    bottom: 0;
    vertical-align: top;
    height: .2rem;
    padding-left: .2rem;
}

.news_box .news_detial .news .date img {
    float: left;
    width: .2rem;
    height: .2rem;
    margin-right: .05rem;
}

.news_box .news_detial .news .date p {
    display: inline-block;
    width: auto;
    font-size: .13rem;
    color: #666666;
    float: left;
    height: .2rem;
    line-height: .2rem;
    padding-left: .03rem;
    vertical-align: top;
    padding-top: .01rem;
}


/* 新闻子页面 */

.news_box .news_content {
    width: 100%;
    border-top: 2px solid #0ea4e6;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: .25rem;
}

.news_box .news_content h3 {
    display: inline-block;
    width: 100%;
    font-size: .18rem;
    color: #2a2a2a;
    padding-top: .15rem;
    padding-bottom: .15rem;
    background-color: #fafafa;
    white-space: normal;
    text-align: center;
    font-weight: normal;
}

.news_box .news_content .share_box {
    box-sizing: border-box;
    width: 100%;
    /* height: .45rem; */
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: .2rem;
    padding: .15rem .2rem;
}

.news_box .news_content .share_box ul {
    display: inline-block;
}

.news_box .news_content .share_box ul li {
    float: left;
    margin-right: .2rem;
    height: .18rem;
    line-height: .18rem;
}

.news_box .news_content .share_box ul li img {
    width: .18rem;
    height: .18rem;
    margin-right: .05rem;
    vertical-align: top;
}

.news_box .news_content .share_box ul li p {
    display: inline-block;
    font-size: .12rem;
    color: #666666;
    height: .18rem;
    line-height: .18rem;
}

.bshare-custom {
    display: inline-block;
    text-align: right;
    width: auto !important;
    vertical-align: top;
    float: right;
}

.bshare-custom span {
    display: inline-block;
    font-size: .12rem;
    color: #666666;
    line-height: .18rem;
}


/* .bshare-custom {
    display: inline-block;
    padding-top: .125rem;
    text-align: right;
    width: auto !important;
    vertical-align: top;
    float: left;
} */


/* .bshare-custom {
    display: inline-block;
    padding-top: .125rem;
    width: auto !important;
    text-align: left;
    vertical-align: top;
} */

.news_box .news_content .new_section {
    box-sizing: border-box;
    width: 100%;
    padding: .25rem .12rem;
    line-height: 0.28rem;
    color: #343434;
}

.news_box .news_content .new_section img {
    max-width: 100%;
    /* margin: .2rem */
}

.news_box .news_content .new_section p {
    display: block;
    width: 100%;
    white-space: normal;
}


/* .news_box .news_content .new_section p{
	text-indent: 2em;
} */


/* .news_box .news_content section {
    width: 100%;
    padding-top: .3rem;
    text-align: left;
}

.news_box .news_content section h4 {
    box-sizing: border-box;
    display: inline-block;
    width: 20%;
    font-size: .16rem;
    vertical-align: top;

    text-align: right;
    color: #3d3d3d;
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-right: 3%;

}

.news_box .news_content section span {
    box-sizing: border-box;
    display: inline-block;
    width: 75%;
    vertical-align: top;

}


.news_box .news_content section span p {
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    line-height: .25rem;
    color: #666666;
    font-size: .13rem;
}

.news_box .news_content section span p i {
    line-height: .25rem;
    float: left;
}

.news_box .news_content section span img {
    width: 80%;
    margin-left: .2rem;
} */

.news_box .tech_pdf {
    width: 100%;
    padding: .15rem 0;
}

.news_box .tech_pdf div {
    display: inline-block;
    vertical-align: top;
}

.news_box .tech_pdf .tp_l {
    width: 24%;
    font-size: .13rem;
    margin-top: .1rem;
    white-space: normal;
    text-align: left;
    line-height: .23rem;
    color: #666666;
}

.news_box .tech_pdf .tp_r {
    box-sizing: border-box;
    width: 72%;
}

.news_box .tech_pdf .tp_r ul {
    width: 100%;
    white-space: normal;
}

.news_box .tech_pdf .tp_r ul li {
    float: left;
    border: 1px solid #999999;
    border-radius: 20px;
    margin-right: .05rem;
    margin-top: .05rem;
}

.news_box .tech_pdf .tp_r ul li a {
    display: inline-block;
    font-size: .12rem;
    padding: .05rem .18rem;
    color: #999999;
}

.news_box .tech_pdf .tp_r ul li:hover a {
    background-color: #3687d0;
    color: #ffffff;
    border-radius: 20px;
}

.tr_hover {
    background-color: #e6eef6 !important;
}

.wrapper .main .result {
    width: 100%;
    margin-top: .15rem;
    width: 100%;
    position: relative;
}

.wrapper .main .result .scroll_box {
    width: 100%;
    width: 100%;
    overflow-y: hidden !important;
    overflow-x: auto;
    position: relative;
}

.wrapper .main .result .tb_1 {
    border-top: 1px solid #069de0;
}

.wrapper .main .result .tb_1,
.wrapper .main .result .tb_2 {
    width: 100%;
    box-sizing: border-box;
    width: 935px;
}

.wrapper .main .result .fixed_col td {
    border-right: none !important;
    border-left: none !important;
    width: 100%;
}

.wrapper .main .result .fixed_col {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 1;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    display: none;
}

.show_list {
    display: none;
}

.wrapper .main .result .fixed_col .tb_1 {
    width: 100%;
    overflow: hidden !important;
    background-color: #f5f5f5;
}

.wrapper .main .result .fixed_col .tb_2 {
    width: 100%;
}

.wrapper .main .result .fixed_col .tb_2::-webkit-scrollbar {
    display: none
}

.wrapper .main .result .fixed_col .tb_2 {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.wrapper .main .result .tb_2 {
    max-height: 3.69rem;
    height: 3.69rem\9;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.wrapper .main .result table {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.wrapper .main .result table tr td {
    color: #2a2a2a;
    font-size: .13rem;
    text-align: center;
    vertical-align: middle;
    white-space: normal;
    box-sizing: border-box !important;
    word-break: break-all;
}

.wrapper .main .result table tr td .type_img {
    width: .8rem;
    height: .8rem;
    position: absolute;
    left: -.8rem;
    bottom: 0;
}

.wrapper .main .result .tb_1 tr td {
    background-color: #f5f5f5;
    height: .54rem;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.wrapper .main .result .tb_2 td .apk {
    cursor: pointer;
}

.wrapper .main .result .tb_2 tr td.td_1 {
    position: relative;
    padding-left: .15rem;
}

.wrapper .main .result .tb_2 tr td.td_1 p {
    display: inline-block;
}

.wrapper .main .result .tb_2 tr td.td_1 .arr_img {
    width: .08rem;
    height: .08rem;
    margin-left: .05rem;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    margin-right: .1rem;
}

.show_list {
    background-color: #f2f7fb;
}

.wrapper .main .result .tb_2 tr td.td_1 .img_rotate {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.wrapper .main .result .tb_2 tr td.td_1 .pic_box {
    width: 1rem;
    border: 1px solid #e8e8e8;
    position: absolute;
    left: -1.02rem;
    top: 0;
    background-color: #ffffff;
    display: none;
}

.wrapper .main .result .tb_2 tr td.td_1 .pic_box img {
    width: 1rem;
}

.wrapper .main .result .tb_2 tr td {
    height: .45rem;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.slide_list .td_1 {
    border-bottom: 1px solid #e8e8e8 !important;
}

.tr_hover {
    background-color: #e6eef6 !important;
}

.wrapper .main .result .tb_2 .td_1 {
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
    text-align: left !important;
}

.wrapper .main .pro_nav.product_class ul li:first-child img {
    display: none;
}

.slide_list {
    display: none;
}

.slide_list tr {
    background-color: #f2f7fb;
}

.slide_p_color {
    background-color: #EAF0FA;
}

.wrapper .main .result .tb_2 .slide_list .td_11 {
    border-right: none;
}

.slide_p .img_hide span {
    display: none;
}

.td_1 {
    width: 130px;
}

.td_last {
    width: 19px !important;
}

.news_box .pre_next {
    width: 100%;
    border-top: 1px solid #c7c7cf;
    margin-top: .35rem;
}

.news_box .pre_next div {
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

.news_box .pre_next div.pre {
    border-bottom: 1px solid #e5e5e5;
}

.news_box .pre_next div.next {
    border-bottom: 1px solid #c7c7cf;
}

.news_box .pre_next div a {
    display: inline-block;
    font-size: .12rem;
    padding: .1rem 0;
    white-space: nowrap;
    width: auto;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
}

.news_box .pre_next div a span,
.news_box .pre_next div a p {
    display: inline-block;
    vertical-align: top;
}

.news_box .pre_next div a span {
    width: .73rem;
    text-align: center;
    color: #2a2a2a;
    border-right: 1px solid #d6d7d5;
    margin-right: .15rem;
    float: left;
}

.news_box .pre_next div a p {
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.request_layer {
    width: 4rem;
    min-width: 400px\9;
    height: 2.2rem;
    margin-left: -2rem;
    margin-top: -1rem;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 16;
    font-size: 0.16rem;
    -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: none;
}

.request_layer .layer_con {
    text-align: left;
    margin-top: 0.2rem;
    height: 0.85rem;
    margin-top: 0;
    position: relative;
}

.request_layer .layer_con span {
    text-align: left !important;
}

.request_layer .layer_con button.blue {
    display: inline-block;
    width: 1rem !important;
    margin-top: 0.2rem;
    vertical-align: top;
    border-radius: 2px;
    font-size: 0.14rem;
}

.request_layer .layer_title {
    font-weight: normal;
    font-size: .16rem;
}

.request_layer .layer_con span {
    font-size: .15rem;
}

.request_layer .layer_title img.close {
    width: .15rem;
    height: .15rem;
}

.request_layer .layer_con .btn {
    text-align: right;
    width: 100%;
}

.request_layer .layer_con button.blue {
    width: .8rem !important;
    margin-top: 0.2rem;
    vertical-align: top;
    border-radius: 5px;
    height: .3rem;
}

.request_layer .layer_con button {
    margin-left: .1rem;
}

.request_layer .layer_con button:nth-child(2) {
    background-color: #546a79;
}

.news_box .news_detial .news ul li:first-child img {
    width: 234px;
    height: 150px;
}

.float_img {
    box-sizing: border-box;
    position: absolute;
    left: -1.55rem;
    bottom: 0;
    width: 1.5rem;
    height: 1.35rem;
    background-color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #c3cdd9;
    border-bottom: 1px solid #c3cdd9;
    border-right: 1px solid #c3cdd9;
    border-left: 3px solid #5e9fd9;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    display: none;
}

.float_img div {
    margin: 0 auto;
    width: 1.10rem;
    height: .8rem;
    margin-top: .13rem;
    overflow: hidden;
}

.float_img div img {
    width: 1.10rem;
    height: .8rem;
}

.float_img p {
    display: inline-block;
    text-align: center;
    width: 90%;
    line-height: .15rem;
    margin-top: .1rem;
    color: #666666;
    font-size: .09rem;
}


/* 飞入购物车 begin */

.fly_to_cart {
    position: absolute;
    left: 0;
    top: 0;
    width: .35rem;
    height: .35rem;
    z-index: 15000;
    border-radius: 50%;
    display: none;
}

.fly_to_cart img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: .35rem;
    height: .35rem;
    border-radius: 50%;
}


/* 飞入购物车 end */


/* apk layer begin */

.apk_box {
    box-sizing: border-box;
    width: 55%;
    max-width: 800px;
    width: 800px\9;
    height: 3.5rem;
    height: 350px\9;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 500;
    margin-left: -400px\9;
    margin-top: -125px\9;
    background: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 8px #aaa;
    /* padding: .3rem; */
    display: block;
    line-height: 0;
    font-size: 0;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    display: none;
}

.apk_box .close {
    position: absolute;
    color: #eeeeee;
    width: .18rem;
    height: .18rem;
    right: 1%;
    top: 2%;
    cursor: pointer;
}

.apk_box .apk_box_1 {
    width: 100%;
}

.apk_box .apk_wrapper {
    box-sizing: border-box;
    width: 100%;
    padding: 4%;
    /* min-width: 500px; */
}

.apk_box .apk_scroll {
    overflow-y: scroll;
    height: 2.6rem;
    line-height: 0;
}

.apk_box ul {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
}

.apk_box ul li {
    box-sizing: border-box;
    display: inline-block;
}

.apk_box ul.apk_tab_b li {
    /* height: .45rem;
    line-height: .45rem; */
}

.apk_box ul.apk_tab_t {
    height: .4rem;
}

.apk_box ul.apk_tab_b {
    /* height: .45rem; */
}

.apk_box ul.apk_tab_t li {
    height: .4rem;
    line-height: .4rem;
}

.apk_box ul.apk_tab_t li {
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    height: .4rem;
    line-height: .4rem;
    padding-left: .15rem;
}


/* .apk_box ul:first-child li:first-child {
    width: 100%;
 
    height: .45rem;
    line-height: .45rem;
} */

.apk_box .apk_tab_b li {
    width: 100%;
    /* width: 85%; */
    padding: .15rem 0;
}

.apk_box ul li img {
    /* vertical-align: top; */
    /* margin-top: .08rem; */
    margin-right: .08rem;
}

.apk_box ul li:first-child a {
    display: inline-block;
    width: 88%;
    /* height: .45rem;
    line-height: .45rem; */
    text-align: left;
    margin-left: 1%;
    font-size: .13rem;
    line-height: .2rem;
    color: #3e3e3e;
    vertical-align: top;
    white-space: normal;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.apk_box ul li:first-child a:hover {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    color: #0081cc;
}

.apk_box ul li:first-child+li {
    text-align: center;
    width: 15%;
    padding-right: .1rem;
}

.apk_box ul.apk_tab_t {
    background-color: #a4abb3;
    font-size: .14rem;
    color: #ffffff;
    height: .4rem;
}

.apk_box ul.apk_tab_t li {
    box-sizing: border-box;
}

.apk_box ul.apk_tab_t li:first-child {
    border-right: 1px solid #dddddd;
}

.apk_box ul.apk_tab_b {
    border-bottom: 1px dotted #999999;
}

.result_load {
    height: 0;
    overflow: hidden;
}


/* apk layer end */


/* 新闻子页面 end */

@media screen and (max-width:1000px) {
    .apk_box {
        width: 90%;
    }
    .apk_box .apk_box_1 {
        overflow: hidden;
        overflow-x: scroll;
    }
}

@media screen and (max-width:999px) {
    .news_box .news_detial .news .news_con {
        width: 65%;
    }
}

@media screen and (max-width:935px) {
    .fixed_col .tb_2::-webkit-scrollbar {
        width: 0 !important
    }
    .fixed_col .tb_2 {
        overflow: -moz-scrollbars-none;
    }
    .fixed_col .tb_2 {
        -ms-overflow-style: none;
    }
    .slide_list {
        display: table-row;
    }
    .wrapper .main .result table tr td {
        width: auto;
    }
    .wrapper .main .result .fixed_col {
        display: block;
    }
    .wrapper .main .result table {
        width: auto;
    }
    .wrapper .main .result .tb_2 tr td {
        min-width: 60px;
        white-space: nowrap;
        padding: 0 .1rem;
    }
    .wrapper .main .result .fixed_col .tb_2 {
        overflow-y: auto;
    }
    .wrapper .main .result .tb_1 tr td:first-child {
        padding-left: .3rem;
    }
    .result_load {
        width: 100%;
        height: 5.6rem;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: #FFFFFF;
    }
    .result_load img {
        width: .32rem;
        height: .32rem;
        position: absolute;
        left: 50%;
        top: 30%;
        margin-left: -.16rem;
    }
    .wrapper .main .result .slide_list .td_1 {
        padding-right: 0;
    }
}

@media screen and (max-width:799px) {
    .news_box .ul_1 {
        white-space: normal;
        text-align: left;
    }
    .news_box .ul_1 .li_1+.li_1 {
        float: none;
    }
    .news_box .ul_1 li.li_1 {
        width: 100%;
    }
}

@media screen and (max-width:750px) {
    .wrapper .main .result:not(.can_show) {
        display: none;
    }
    .wrapper .main .result .tb_2 {
        /* max-height: 10.8rem; */
        max-height: 5rem;
    }
    .news_box .news_detial .news .news_img {
        width: 125.32px;
        height: 80px;
    }
    .news_box .news_detial .news .news_img img {
        width: 100%;
        height: 100%;
    }
    .news_box .news_detial .news .news_con {
        height: 80px;
        width: 65%;
    }
    .news_box .news_detial .news {
        min-height: 0;
    }
    .news_box .news_detial .news .news_con .news_title img.icon {
        right: -.25rem;
    }
    .news_box .news_detial .news .news_con .news_part {
        display: none;
    }
    .news_box .pre_next div a {
        width: 100%;
    }
    .news_box .pre_next div a p {
        width: 70%;
    }
    .news_box .ul_1 li.li_1 {
        width: 100%;
    }
    .news_box .news_detial .news .news_con .news_title p {
        overflow: hidden;
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news_box .news_detial .news .news_con .news_title span {
        padding: 0.01rem;
    }
    .news_box .news_detial .news .news_con .news_title span {
        font-size: .02rem;
    }
    .news_box .search_box {
        display: none;
    }
    .news_box .news_content .share_box {
        padding-left: 0;
    }
    .news_box .news_content .share_box ul {
        display: block;
    }
    .bshare-custom {
        display: block;
        text-align: left;
        width: auto !important;
        vertical-align: top;
        float: left;
        padding-top: .15rem;
    }
    .news_box .news_detial .news .news_con .news_title img {
        right: -.26rem;
    }
    .apk_box .apk_wrapper {
        padding: 8%;
    }
}