@charset "utf-8";
html {
    background: #fff;
    overflow: auto;
    height: 100%;
}

body {
    font-size: 12px;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    background: #eee;
}

a {
    color: #333;
    text-decoration: none;
    outline: 0 none;
    transition: .2s all ease;
}

a:hover {
    text-decoration: none;
    color: #ff4f20;
}

a:focus {
    -moz-outline-style: none;
    border: 0px;
    blr: expression(this.onFocus=this.blur());
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

header, footer, article, aside, section, nav, menu, hgroup, details, dialog, figure, figcaption {
    display: block
}

ol, li, ul, dl, dt, dd {
    list-style: none;
}

fieldset, img {
    border: 0
}

button, submit, input, select {
    vertical-align: middle;
}

button, submit {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: lighter;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline-style: none;
    outline-width: 0pt;
    padding: 0;
    margin: 0;
}

b, em, i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1080px;
    margin: 0 auto;
}

.main {
    padding-bottom: 140px;
}

.l-box {
    width: 740px;
}

.r-box {
    width: 320px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.showt {
    display: inline-block !important;
}

header {
    width: 100%;
    background: #fff;
}

.logoandnav {
    height: 3.6rem;
    padding: 0.5rem 0 0 0.6rem;
    box-sizing: border-box;
}

.logoandnav img {
    height: 2.0rem;
}

.logoandnav a {
    width: 3rem;
    height: 2.1rem;
    border-radius: 2px;
    text-align: center;
    line-height: 2.1rem;
    color: #fff;
    float: right;
    margin: 0.3rem 0.6rem;
}

.logoandnav .logoimg {
    float: left;
    margin: .3rem 0 0 0rem
}

header nav {
    background: #de1e30;
    height: 2.4rem;
    font-weight: 500;
}

header nav ul {
    display: flex;
    justify-content: space-around;
    height: 2.4rem
}

header nav li {
    float: left;
    padding: 0 0.3rem;
    line-height: 2.4rem;
    font-size: 16px;
    text-align: center;
    position: relative;
}

header nav li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

header nav ul .active {
    color: #fff
}

header nav ul .active a {
    color: #fff;
}

header nav li i {
    position: absolute;
    right: -0.7rem;
    top: 0;
    background: url('../img/worldcup.gif') no-repeat center;
    width: 1.12rem;
    height: 18px;
    background-size: 100%;
}

header nav li .yellow {
    color: yellow;
}

header nav ul li.active:after {
    height: 4px;
    content: '';
    width: 1rem;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 50%;
    z-index: 10;
    margin-left: -0.5rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.head {
    width: 100%;
    height: 1.4rem;
    text-align: left;
    padding: 0.5rem 0;
}

.head p {
    height: 1.3rem;
    line-height: 1.3rem;
    font-size: 14px;
    text-align: left;
    border-radius: 4px;
    font-weight: 600;
}

.box {
    padding: 0 0.6rem 0.4rem 0.6rem;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
}

.top-box {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    box-shadow: 2px 2px 2px #EEEEEE;
    padding: 0;
    z-index: 4;
}

footer {
    margin-top: 1rem;
    background: #fff
}

footer div, footer p {
    padding: 0.5rem 0.6rem;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.2rem;
    overflow: hidden
}

.link-box a {
    color: #de1e30;
    margin: 0 0.5rem;
}

.version-box a {
    display: inline-block;
    padding: 0.2rem 0.3rem;
    border-radius: 2px;
    border: 1px solid #de1e30;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #de1e30;
    margin: 0 1rem
}

.version-box .active {
    background: #de1e30;
    color: #fff;
}

.event-box {
    padding: .2rem 0 .5rem 0;
    background: #fff;
}

.event-box .event-type li {
    float: left;
    font-size: 13px;
    margin: 0 0.3rem;
    height: 1.2rem;
    line-height: 1.2rem;
    min-width: 2rem;
    text-align: center;
    font-weight: 400;
    padding: 0 .3rem
}

.event-box ul {
    margin-top: 0.4rem;
    background: #fff;
}

.event-box .event-type .active {
    background: #de1e30;
    border-radius: 2px;
    color: #fff;
}

.event-box .event-type .active a {
    color: #fff;
}

.event-cont {
    background: #fff;
}

.event-cont dt, .event-cont .datedd {
    height: 1.8rem;
    line-height: 1.8rem;
    background: #fce8ea;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0;
    padding-left: 0.6rem;
    position: relative;
    color: #de1e30;
    border-bottom: none
}

.event-cont dt .wx-img {
    width: 17rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/wx-img.png) no-repeat;
    background-size: 100% 100%;
}

.event-cont dd {
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
}

.time {
    width: 2.5rem;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-right: 0.5rem;
}

.timet {
    width: 4.5rem;
}

.event-cont .cont-t {
    min-height: 1.2rem;
    line-height: 1.2rem;
    max-width: 18rem;
}

.right-cont {
    max-width: 16rem;
}

.event-cont a {
    margin: 0 0.3rem;
}

.event-cont .cont-b {
    margin-top: 0.2rem;
}

.event-cont .cont-b a {
    color: #fff;
    display: inline-block;
    width: 5.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #de1e30;
    text-align: center;
    border-radius: 4px;
}

.event-cont .cont-b a span {
    margin: 0 0.2rem;
}

.event-cont .cont-b a img {
    width: 100%;
}

.event-cont .cont-t i {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background: url('../img/icon-tj.png') no-repeat;
    background-size: 100%;
}

.head-t {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4rem;
}

.head i {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin: 0 0.4rem;
}

.head p {
    display: inline-block;
    vertical-align: middle;
}

.head .live {
    background: url(../img/icon-zhibo.png) no-repeat;
    background-size: 100% auto;
}

.head .video {
    background: url(../img/shiping_n.png) no-repeat 0px .2rem;
    background-size: 100% auto;
}

.head .pindao {
    background: url(../img/icon-pindao.png) no-repeat;
    background-size: 100% auto;
}

.breadnav {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.2rem;
    background: #f5f5f5;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 14px;
    overflow: hidden;
    display: none;
}

.breadnav li {
    display: inline;
    color: #999;
}

.breadnav li a {
    color: #428bca;
}

.breadnav li i {
    margin: 0 0.5rem;
    display: inline-block;
}

.live-link a {
    position: relative;
}

.live-link a i {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    right: 0.8rem;
    background: url(../img/icon-video.png) no-repeat center;
    background-size: 1.2rem;
}

.blodword {
    font-weight: 600;
}

.page {
    width: 100%;
    background: #fff;
    margin-top: 1rem;
    text-align: center;
}

.page .pagination {
    display: inline-block;
    border: none;
}

.page .pagination li {
    float: left;
    padding: 0.2rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    margin: 0 4px;
    min-width: 1rem;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    height: auto;
}

.page .pagination li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #de1e30;
    margin: 0;
    border: none;
    padding: 0;
}

.page .pagination li:hover {
    background: #de1e30;
}

.page .pagination li:hover a {
    color: #fff;
}

.page .pagination .disabled {
    background: #e0e0e0;
}

.page .pagination .disabled:hover {
    background: #e0e0e0;
}

.page .pagination .disabled a {
    color: #999;
}

.page .pagination .disabled:hover a {
    color: #999;
}

.page .pagination .active {
    background: #de1e30;
}

.page .pagination .active a {
    color: #fff;
}

.more-live-btn {
    width: 10rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 4px;
    border: 1px solid #999;
    margin: 1rem auto;
    text-align: center;
}

.top-all {
    position: fixed;
    bottom: 6.25rem;
    right: 1.5rem;
    display: none;
}

.top-all a {
    display: block;
    width: 2.9rem;
    height: 2.9rem;
    background: url('../img/top_n.png') no-repeat center #de1e30;
    background-size: 1.6rem 1.8rem;
    border: 1px solid #de1e30;
    border-radius: 25em;
}

.logoandnav .search-a {
    width: 11rem;
    color: #999;
    position: relative;
    background: #fff;
    padding-left: 2rem;
    text-align: left;
    box-sizing: border-box;
    background: #eee;
    -moz-border-radius: 2.1rem;
    -webkit-border-radius: 2.1rem;
    border-radius: 2.1rem;
}

.logoandnav .search-a i {
    position: absolute;
    left: 0.5rem;
    top: .4rem;
    background: url('../img/icon-search_n.png') no-repeat center;
    background-size: 80% 80%;
    width: 1.4rem;
    height: 1.4rem;
}

.nocontent-p {
    width: 100%;
    line-height: 2.5rem;
    text-align: center;
}

.nocontent-p a {
    color: #de1e30;
    font-weight: 500;
    text-decoration: underline;
}

.nocontent-p span {
    color: #0093dd;
}

.top-box .event-type li {
    float: left;
    font-size: 13px;
    margin: 0 0.3rem;
    height: 1.2rem;
    line-height: 1.2rem;
    min-width: 2rem;
    text-align: center;
    font-weight: 400;
}

.top-box ul {
    margin-top: 0.4rem;
    background: #fff;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-around;
}

.top-box .event-type .active {
    background: #de1e30;
    color: #fff;
    border-radius: 2px;
}

.top-box .top-date {
    background: url(../img/li-bg.png) no-repeat;
    background-size: auto 100%;
    line-height: 1.875rem;
    padding-left: 1.5rem;
    box-sizing: border-box;
    position: relative;
}

.top-date .indexggone {
    position: absolute;
    width: 17rem;
    right: 0;
    bottom: 0;
    height: 1.6rem;
}

.top-date .indexggone a {
    display: block;
}

.top-date .indexggone img {
    display: block;
    height: 1.6rem;
}

.top-date .indexggone i {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1rem;
    line-height: 1rem;
    width: 1.6rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.second-nav li .actvie {
    border-bottom: 2px solid #de1e30;
    color: #de1e30;
}

.ggone {
    position: absolute;
    right: 1.6rem;
    bottom: 0.6rem;
}

.ggone a {
    color: #de1e30;
    font-size: 13px;
}

.gga {
    width: 100%;
    position: relative;
    display: block;
    margin: 4px 0;
}

.gga img {
    width: 100%;
    display: block;
    height: 30px;
}

.gga p {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1rem;
    line-height: 1rem;
    width: 1.6rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.gga_qz {
    width: 100%;
    position: relative;
    display: block;
    margin: 4px 0;
}

.gga_qz img {
    width: 100%;
    display: block;
    height: 50px;
}

.gga_qz p {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1rem;
    line-height: 1rem;
    width: 1.6rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.blodword a:last-child {
    color: #de1e30;
}

.wap-app-box {
    position: fixed;
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: -webkit-gradient(linear, top left, bottom right, from(#3dbee7), to(#007bec));
    background-image: -webkit-linear-gradient(top left, #3dbee7, #007bec);
    background-image: -moz-linear-gradient(top left, #3dbee7, #007bec);
    background-image: linear-gradient(to bottom right, #3dbee7, #007bec);
}

.wap-app-box .close-p {
    position: absolute;
    right: 20px;
    top: -30px;
    width: 20px;
    height: 20px;
}

.wap-app-box .close-p img {
    width: 20px;
    height: 20px;
    margin: 0px
}

.wap-app-box img {
    width: 40px;
    height: 40px;
    margin: 10px;
}

.wap-app-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.wap-app-box p:first-child {
    margin-top: 4px;
}

.wap-app-box .wordpp {
    font-size: 14px;
    font-weight: 500;
}

.wap-app-box a.djxz {
    width: 100px;
    height: 30px;
    margin-top: 15px;
    border-radius: 20px;
    background: #fff;
    color: #006bb7;
    line-height: 30px;
    text-align: center;
    margin-right: 40px;
}

.tuigaung_gg {
    position: absolute;
    right: 10px;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 1.9rem;
    height: .8rem;
    line-height: .9rem;
    text-align: center;
    border-radius: 6px;
    font-size: 10px;
}

.footer_bt {
    width: 4rem
}

.footer_lb {
    float: left;
    width: 18rem;
    padding: 0px;
}

.miaosuo {
    border-top: 1px #eee solid;
    text-align: center;
    color: #333333
}

.version-box {
    text-align: center
}

.townavflex {
    display: flex;
    justify-content: space-around
}

.nocontent-p {
    background: url("../img/no_img.png") no-repeat center 2rem;
    background-size: 7.2rem 6.1rem;
    height: 4rem;
    padding-top: 8.2rem;
}

.zhibodetailgg {
    position: relative
}

.guanbi_ad {
    position: absolute;
    top: -1.4rem;
    right: 0;
    height: 1rem;
    z-index: 1000;
    cursor: pointer;
}

.gb_ad_an {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    line-height: .8rem;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    background: #e11c2e;
    border: 1px #e11c2e solid;
    color: #fff;
}

.guanbi_ad .gbad_wz {
    float: left;
    padding-right: 5px;
    font-size: 12px;
    color: #999;
}

.gbad_tishi {
    width: 230px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: -32px;
    right: -100px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    display: none
}

.bottomtip {
    width: 230px;
    display: inline-block;
    position: relative;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bottomtip:after {
    border: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    content: "";
    left: 50%;
    margin-left: 0px;
    top: 100%;
}

.event-cont .cont-t {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-cont a.fengleimc {
    color: #666
}

.event-cont .cont-b a {
    color: #fff;
    display: inline-block;
    width: 5.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: none;
    text-align: center;
    border-radius: 4px;
}

.video {
    background: #ababab;
    width: 5.3rem;
    height: 1.3rem;
    -moz-border-radius: 1.3rem;
    -webkit-border-radius: 1.3rem;
    border-radius: 1.3rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 1.3rem
}

.zb_red {
    background: #de1e30
}

.gbdingwei {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#alltl {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.all_tl img {
    margin: 1px 0
}

#zblbups {
    width: 100%;
    box-sizing: border-box
}

#zblbups img {
    margin-bottom: 2px
}

.zbxhafter {
    position: absolute;
    display: inline-block;
    width: 11rem;
    right: 0px
}

.zbxhafter a {
    margin: 0px
}

.zbxhafter .swiper-pagination {
    height: .6rem
}

.zbxhafter img {
    height: 1.8rem !important;
}

.swiper-container {
    --swiper-theme-color: #fff
}

.zbxhafter a {
    color: #de1e30;
}

.zbxhafter .swiper-container {
    background: none !important;
}

.oneall {
    overflow: hidden;
    width: 100%;
}

.oneall a {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

.oneall img {
    display: block;
    width: 100%;
    height: 1.8rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.oneall .adwz {
    position: absolute;
    bottom: 4px;
    left: 1px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.oneall p {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.twoall {
    overflow: hidden;
    width: 100%;
}

.twoall a {
    position: relative;
    width: 49%;
    display: block;
    float: left;
}

.twoall img {
    display: block;
    width: 100%;
    height: 1.8rem;
    --moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twoall .adwz {
    position: absolute;
    bottom: 4px;
    left: 1px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twoall p {
    width: 48%;
    height: 1.8rem;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    float: left
}

.twoall p a {
    font-size: 12px;
    width: 100%
}

.twoall a:nth-child(2n+0) {
    float: right
}

.threeall {
    overflow: hidden;
    width: 100%;
}

.threeall a {
    position: relative;
    width: 33.3%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 3px 0 3px;
}

.threeall img {
    display: block;
    width: 100%;
    height: 1.8rem;
    --moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.threeall .adwz {
    position: absolute;
    bottom: 3px;
    left: 4px;
    width: 22px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0px;
}

.threeall p {
    width: 33.3%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 3px 0 3px;
    height: 1.8rem;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.threeall p a {
    font-size: 12px;
    width: 100%
}

.swiperall {
    width: 100%;
}

.swiperall .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperall .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination {
    bottom: 0px !important;
}

.swiperall .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.swiperall .swiper-slide img {
    display: block;
    width: 100%;
    height: 1.8rem;
    border-radius: 2px;
}

.swiperall .swiper-slide a {
    color: #de1e30;
    font-size: 10px
}

.swiperall .swiper-slide .adwz {
    position: absolute;
    bottom: 4px;
    left: 1px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.swiperall .swiper-slide .wz a {
    color: #666;
    height: 1.8rem;
    line-height: 1.5rem;
}

.zbxhafter .swiper-pagination {
    bottom: 12px !important;
}

.zbxhafter .swiperall .swiper-slide a {
    line-height: 14px
}

.zbxhafter .swiperall {
    height: 1.8rem
}

.adtlxqbfqs {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.xqzbxhafter {
    width: 6rem;
    margin-left: .5rem;
    margin-top: .25rem
}

.onebfqs {
    overflow: hidden;
    width: 100%;
}

.onebfqs a {
    position: relative;
    width: 100%;
    display: block;
    float: left;
}

.onebfqs img {
    display: block;
    width: 100%;
    height: 1.8rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.onebfqs .adwz {
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.onebfqs p {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.twobfqs {
    overflow: hidden;
    width: 100%;
}

.twobfqs a {
    position: relative;
    width: 49%;
    display: block;
    float: left
}

.twobfqs img {
    display: block;
    width: 100%;
    height: 1.8rem;
    --moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twobfqs .adwz {
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.twobfqs p {
    width: 48%;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    float: left
}

.twobfqs p a {
    font-size: 12px
}

.twobfqs a:nth-child(2n+0) {
    float: right
}

.threebfqs {
    overflow: hidden;
    width: 100%;
}

.threebfqs a {
    position: relative;
    width: 33.3%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 3px 0 3px;
}

.threebfqs img {
    display: block;
    width: 100%;
    height: 1.8rem;
    --moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.threebfqs .adwz {
    position: absolute;
    bottom: 1px;
    left: 4px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0px
}

.threebfqs p {
    width: 33.3%;
    display: block;
    float: left;
    box-sizing: border-box;
    padding: 0 3px 0 3px;
    line-height: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

.threebfqs p a {
    font-size: 12px
}

.swiperbfqs {
    width: 100%;
}

.swiperbfqs .swiper-container {
    width: 100%;
    height: 100%;
}

.swiperbfqs .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiperbfqs .swiper-pagination {
    bottom: 0px !important;
}

.swiperbfqs .swiper-slide a {
    position: relative;
    width: 100%;
    display: block;
}

.swiperbfqs .swiper-slide img {
    display: block;
    width: 100%;
    height: 1.8rem;
    border-radius: 2px;
}

.swiperbfqs .swiper-slide a {
    color: #333;
    font-size: 10px;
    font-size: 12px
}

.swiperbfqs .swiper-slide .adwz {
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 20px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.swiperbfqs .swiper-slide .wz a {
    color: #666;
    height: 1.8rem;
    line-height: .5rem;
}

.xqzbxhafter p a {
    color: #de1e30 !important;
}

.xqzbxhafter p a:hover {
    color: #ff0000 !important;
}

#shipinlist {
    min-height: 40vh
}

.xqzbxhafter img {
    height: 1.7rem;
}

.jbfnavnew {
    position: relative;
}

.jbfnavnew img {
    position: absolute;
    top: -4px;
    right: -.1rem;
    width: 2rem;
    height: .78rem
}

.shipin_bo_con_wrap {
    display: flex;
    align-items: center;
}

.shipin_bo_con_wrap > a {
    width: 95%;
    display: flex;
    justify-content: space-between;
}

.shipin_bo_con_wrap > a p {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shipin_bo_con_wrap > a span {
    color: #666666;
    flex-shrink: 0;
}

.townavflex_new {
    width: 90%;
}

.shaixuan_wrap_new {
    position: relative;;
}

.shaixuan_wrap {
    position: absolute;
    right: 0.19rem;
    bottom: .15rem;
}

.shaixuan_wrap img {
    height: 1rem;
    width: auto;
}

.mark_wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.sx_con_wrap {
    width: 20.3rem;
    background: #ffffff;
    border-radius: .4rem;
    position: relative;
    padding: 0.53125rem;
    box-sizing: border-box;
}

.sx_con_wrap_cos {
    position: absolute;
    top: -1.9rem;
    right: 0;
}

.sx_con_wrap_cos img {
    width: 1.375rem;
}

.sx_con_ist {
    border-bottom: 1px solid #eeeeee;
    display: flex;
}

.sx_con_ist > p {
    font-size: 1rem;
    color: #333333;
    margin: .7rem .35rem;
    width: 2.3rem;
    flex-shrink: 0;
    font-weight: 600;
}

.sx_con_ist_zz {
    display: flex;
    flex-wrap: wrap;
}

.sx_con_ist_zz > li {
    font-size: .875rem;
    color: #333333;
    margin: 0.7rem 0.35rem;
}

.sx_con_wrap_con {
    max-height: 60vh;
    min-height: 14rem;
    overflow: scroll;
}

.mark_wrap_conz {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoandnav .search-a {
    width: auto;
    background: none;
}

.logoandnav .new_dup_te {
    width: 4.57rem;
    height: 1.57rem;
    border: 1px solid #de1e30;
    color: #de1e30;
    font-size: .85rem;
    line-height: 1.57rem;
    text-align: center;
    position: relative;
    margin: .5rem 1.5rem 0 0;
    border-radius: 1rem;
}

.new_dup_te img {
    width: 1.5rem;
    height: auto;
    position: absolute;
    top: -.4rem;
    right: -1rem;
}

.fjqh_wrap {
    width: 2.5rem;
    height: 1.5rem;
    border: 1px solid #de1e30;
    line-height: 1.57rem;
    text-align: center;
    position: relative;
    margin: .5rem 1rem 0 0;
    border-radius: 1rem;
    float: right;
}

.logoandnav .fjqh_wrap a {
    color: #de1e30;
    font-size: .85rem;
    line-height: 1.57rem;
    float: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
}

.miaoshu_wrap_title {
    display: flex;
    background: #eeeeee;
    line-height: 2.3rem;
    padding: 0 .6rem;
    box-sizing: border-box;
    align-items: center;
}

.miaoshu_wrap_title span {
    width: .3rem;
    height: 1rem;
    background: #de1e30;
    margin-right: 10px;
    margin-top: 1px;
}

.miaoshu_wrap_title p {
    font-size: .96rem;
    color: #333333;
}

.miaoshu_wrap_con {
    padding: .7rem;
    box-sizing: border-box;
}

.miaoshu_wrap_con img {
    max-width: 5rem !important;
    float: left;
    height: auto;
    margin-right: 1rem;
}

.miaoshu_wrap_con p {
    font-size: .9rem;
    color: #666666;
}

.miaoshu_wrap_con {
    background: #ffffff;
}

.event-box .xianguandx_wrap {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    justify-content: space-around;
}

.xianguandx_wrap > li {
    width: 4.5rem;
    height: 1.9rem;
    border-radius: .4rem;
    background: #de1e30;
}

.xianguandx_wrap > li a {
    display: inline-block;
    text-align: center;
    line-height: 1.9rem;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: .79rem;
}

.xianguandx_wrap > .xianguandx_wrap_none {
    background: #eeeeee;
}

.xianguandx_wrap > .xianguandx_wrap_none a {
    color: #999999;
}

.zhibo_townavflex {
    width: 97%;
}

.event-box .zhibo_townavflex li {
    margin: 0 0.15rem;
    padding: 0 .15rem;
}

.zhibo_top_wrap_new {
    position: relative;
}

.zhibo_shaix_top {
    font-size: 1rem;
    color: #de1e30;
    font-weight: 600;
    text-align: center;
    margin: .15rem 0;
}

.ouzou_t {
    display: block;
    width: 100%;
    padding: .19rem 0;
    background: #ffffff;
}

.ouzou_t img {
    width: 100%;
    height: 100%;
}

.dipiao {
    background: url(../img/guang.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3rem;
}

.dipiao img {
    position: absolute;
    right: 0.5rem;
    top: 30%;
    width: 1.2rem;
    height: 1.2rem;
}

