/*全局样式 css */
* { margin: 0; padding: 0; }
body {  background-color: #fff;
                color: #222;
                font-family: 微软雅黑,Arial,Helvetica,sans-serif;
                height: 100%;
    width: 100%;
                }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none !important; color: #555 }
a:hover { text-decoration: none; color: #000; }
.clear { clear: both; }
.blank { height: 20px; overflow: hidden; width: 100%; margin: auto; clear: both }
.f_l { float: left }
.f_r { float: right }
.box { width: 1000px; margin: auto; overflow: hidden; clear: both; }
.nobox { width: 100% }
.c_white { background: #fff }
article { width: 1000px; margin: auto; overflow: hidden; padding: 20px 0 }
/*.container { width: 1000px; margin: auto }*/
.h30{height:30px;width:100%}
.height10{
    height: 10px;
}
.toflex{display: flex}
.toflex>div{flex-shrink: 0;flex-grow:0px;}
/*引入*/
 @charset "UTF-8";:root {
                --el-color-primary-rgb: 64,158,255;
                --el-color-success-rgb: 103,194,58;
                --el-color-warning-rgb: 230,162,60;
                --el-color-danger-rgb: 245,108,108;
                --el-color-error-rgb: 245,108,108;
                --el-color-info-rgb: 144,147,153;
                --el-font-size-extra-large: 20px;
                --el-font-size-large: 18px;
                --el-font-size-medium: 16px;
                --el-font-size-base: 14px;
                --el-font-size-small: 13px;
                --el-font-size-extra-small: 12px;
                --el-font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
                --el-font-weight-primary: 500;
                --el-font-line-height-primary: 24px;
                --el-index-normal: 1;
                --el-index-top: 1000;
                --el-index-popper: 2000;
                --el-border-radius-base: 4px;
                --el-border-radius-small: 2px;
                --el-border-radius-round: 20px;
                --el-border-radius-circle: 100%;
                --el-transition-duration: 0.3s;
                --el-transition-duration-fast: 0.2s;
                --el-transition-function-ease-in-out-bezier: cubic-bezier(0.645,0.045,0.355,1);
                --el-transition-function-fast-bezier: cubic-bezier(0.23,1,0.32,1);
                --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
                --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
                --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
                --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
                --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
                --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
                --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
                --el-component-size-large: 40px;
                --el-component-size: 32px;
                --el-component-size-small: 24px;
                --el-color-white: #fff;
                --el-color-black: #000;
                --el-color-primary: #409eff;
                --el-color-primary-light-3: #79bbff;
                --el-color-primary-light-5: #a0cfff;
                --el-color-primary-light-7: #c6e2ff;
                --el-color-primary-light-8: #d9ecff;
                --el-color-primary-light-9: #ecf5ff;
                --el-color-primary-dark-2: #337ecc;
                --el-color-success: #67c23a;
                --el-color-success-light-3: #95d475;
                --el-color-success-light-5: #b3e19d;
                --el-color-success-light-7: #d1edc4;
                --el-color-success-light-8: #e1f3d8;
                --el-color-success-light-9: #f0f9eb;
                --el-color-success-dark-2: #529b2e;
                --el-color-warning: #e6a23c;
                --el-color-warning-light-3: #eebe77;
                --el-color-warning-light-5: #f3d19e;
                --el-color-warning-light-7: #f8e3c5;
                --el-color-warning-light-8: #faecd8;
                --el-color-warning-light-9: #fdf6ec;
                --el-color-warning-dark-2: #b88230;
                --el-color-danger: #f56c6c;
                --el-color-danger-light-3: #f89898;
                --el-color-danger-light-5: #fab6b6;
                --el-color-danger-light-7: #fcd3d3;
                --el-color-danger-light-8: #fde2e2;
                --el-color-danger-light-9: #fef0f0;
                --el-color-danger-dark-2: #c45656;
                --el-color-error: #f56c6c;
                --el-color-error-light-3: #f89898;
                --el-color-error-light-5: #fab6b6;
                --el-color-error-light-7: #fcd3d3;
                --el-color-error-light-8: #fde2e2;
                --el-color-error-light-9: #fef0f0;
                --el-color-error-dark-2: #c45656;
                --el-color-info: #909399;
                --el-color-info-light-3: #b1b3b8;
                --el-color-info-light-5: #c8c9cc;
                --el-color-info-light-7: #dedfe0;
                --el-color-info-light-8: #e9e9eb;
                --el-color-info-light-9: #f4f4f5;
                --el-color-info-dark-2: #73767a;
                --el-bg-color: #fff;
                --el-bg-color-page: #f2f3f5;
                --el-bg-color-overlay: #fff;
                --el-text-color-primary: #303133;
                --el-text-color-regular: #606266;
                --el-text-color-secondary: #909399;
                --el-text-color-placeholder: #a8abb2;
                --el-text-color-disabled: #c0c4cc;
                --el-border-color: #dcdfe6;
                --el-border-color-light: #e4e7ed;
                --el-border-color-lighter: #ebeef5;
                --el-border-color-extra-light: #f2f6fc;
                --el-border-color-dark: #d4d7de;
                --el-border-color-darker: #cdd0d6;
                --el-fill-color: #f0f2f5;
                --el-fill-color-light: #f5f7fa;
                --el-fill-color-lighter: #fafafa;
                --el-fill-color-extra-light: #fafcff;
                --el-fill-color-dark: #ebedf0;
                --el-fill-color-darker: #e6e8eb;
                --el-fill-color-blank: #fff;
                --el-box-shadow: 0px 12px 32px 4px rgba(0,0,0,.04),0px 8px 20px rgba(0,0,0,.08);
                --el-box-shadow-light: 0px 0px 12px rgba(0,0,0,.12);
                --el-box-shadow-lighter: 0px 0px 6px rgba(0,0,0,.12);
                --el-box-shadow-dark: 0px 16px 48px 16px rgba(0,0,0,.08),0px 12px 32px rgba(0,0,0,.12),0px 8px 16px -8px rgba(0,0,0,.16);
                --el-disabled-bg-color: var(--el-fill-color-light);
                --el-disabled-text-color: var(--el-text-color-placeholder);
                --el-disabled-border-color: var(--el-border-color-light);
                --el-overlay-color: rgba(0,0,0,.8);
                --el-overlay-color-light: rgba(0,0,0,.7);
                --el-overlay-color-lighter: rgba(0,0,0,.5);
                --el-mask-color: hsla(0,0%,100%,.9);
                --el-mask-color-extra-light: hsla(0,0%,100%,.3);
                --el-border-width: 1px;
                --jyp-hei: #2760ab;
                --el-border-style: solid;
                --el-border-color-hover: var(--el-text-color-disabled);
                --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
                --el-svg-monochrome-grey: var(--el-border-color);
                color-scheme: light
                
            }
/*引入end*/
.top{
    width:100%;
    height:99px;
    background-color: #2760ab!important;
    padding-top:10px;
}
.top_nei{
    margin: 0 auto;
    height: auto;
    margin: 0 auto;
    font-weight: 400;
}
.top_nei a{
    display: block;
    padding: 6px 0;
}
.weblogo{
    display: block;
    float: left;
    height: 35px;
}
.fulltab{
    height:40px;  
    overflow: hidden;
}
.fulltab ul{
    display: inline-block;
}
.fulltab ul li{
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    position: relative;
    /*background-color: #fff;*/
    /*border-radius: 10px 10px 0 0;*/
    /*color: #2760ab!important;*/
}
.fulltab ul li a{
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 5px;
    padding: 0 10px;
    text-align: center;
    transition: all .2s linear;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}
.fulltab ul li a:hover{
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    color: #2760ab!important;
}
.fulltab ul li a.on{
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    color: #2760ab!important;
}
.fulltab ul li img{
    background-size: 100%;
    display: inline-block;
    height: 19px;
    margin-right: 7px;
    margin-top: 10px;
    width: 19px;
}
.content{
    margin: 0 auto;
    width: 1060px;
    height: auto;
}
.mianbao{
    margin: 10px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}
.mianbao svg{
    height: 1em;
    width: 1em;
    margin-left:10px;
    margin-right:10px;
}
.mianbao span{
    align-items: center;
    display: inline-flex;
    float: left;
    
}
.mianbao span a{
    cursor: pointer;
}
.mianbao span a:hover{
    color:#409eff;
}
.data1{
    margin: 0 auto;
    /*min-height: 760px;*/
    width: 1060px;
}
.main{
    background-color: #fff!important;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    padding: 10px;
    /*width: 1040px;*/
}
.main_menu{
    margin:10px 0;
    height: 29px;
    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
}
.main_menu ul{
    border-radius: 4px 4px 0 0;
    display: flex;
    /*border-bottom: 1px solid #e5e5e5;*/
}
.main_menu ul li{
    border-radius: 4px 4px 0 0;
    margin-right: 6px;
    background-color: #e5e5e5;
    border-right: 1px solid rgba(0,0,0,.2);
    color: #222;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    line-height: 35px;
    text-align: center;
    width: 12%;
}
.main_menu ul li:hover{
    background-color: #e5e5e5;
}
.main_menu ul li a{
    display: block;
    width:100%;
    height: 100%;
}
.main_menu ul li a:hover{
    color:#409eff;
}
.main_menu ul li.on{
    background-color: #2760ab;
    border-bottom: 0;
}
.main_menu ul .on a{
    color:#ffffff;
    display: block;
    width: 100%;
    height: 100%;
}
.main_menu ul .on a:hover{
    color:#ffffff;
    font-weight: 777;
}
.bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #555;
    clear: both;
    color: #999;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
}
.footer{
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: center;
}
.webid{
    margin: 0 5px;
    text-align: center;
}
.webid a{
    color: #fff;
    display: inline-block;
    font-family: Gotham,Helvetica Neue,Helvetica,Arial," sans-serif";
    font-size: 14px;
    padding: 3px 15px;
}
.iframe{
    width:1080px;
    height: auto;
    margin: 0 auto;
}
.iframe_bottom{
    height: 25px;
}
/*新闻开始*/

.data2{
    margin: 0 auto;
    /*min-height: 760px;*/
    /*width: 1040px;*/
    background-color: #fff!important;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    margin-bottom: 10px;
    padding: 10px 0;
    color:rgb(14, 16, 13);
    font-family:Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mianbao2{
    margin: 10px 0;
    padding-left:10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}
.mianbao2 svg{
    height: 1em;
    width: 1em;
    margin-left:10px;
    margin-right:10px;
}
.mianbao2 span{
    align-items: center;
    display: inline-flex;
    float: left;
}
.mianbao2 span a{
    cursor: pointer;
}
.mianbao2 span a:hover{
    color:#409eff;
}
.new_nei{
    /*margin:0px 10px;*/
}

.new_top{
    width:98%;
    margin:10px;
}

.new_top_left{
    background-image: linear-gradient(90deg,#2760ab 0,#2760ab);
    color: #fff!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#971217",endColorstr="#ed1c24",GradientType=1);
    float: left;
    line-height: 40px;
    margin: -3px 30px 0 0;
    padding: 0 5px 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
        cursor: pointer;
    outline: none;
    text-decoration: none;
}
.new_top_left a{
    color: #fff!important;
}
.new_top_left:before{
    float: left;
    background-image: linear-gradient(90deg,#2760ab 0,#2760ab);
    border-left: 20px solid #2760ab!important;
    border-top: 40px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.new_top_right{
    align-items: self-end;
    display: flex;
    margin: 0 !important;
}

.new_top_right a{
    background: #2760ab;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    margin: 2px 4px;
    padding: 2px 8px;
}
.new_top_right a:hover{
    border-radius: 3px;
    color: #c1c1c1
}
.new_index1{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.new_index1_kuai{
    padding-right: 10px; 
    padding-left: 10px;
}

.new_index1_kuai h2{
    font-size: 20px;
    font-weight: bold;
}

.new_index1_img img{
    width: 100%;
}
.new_index1_img h2{
    font-size:18px
}
.new_index1_leftli{
    margin-top:10px;
}
.new_index1_leftli h3{
    font-weight: 400;
    font-size:14.04px;
}
.new_index1_kuai ul li{
    height: auto;
}
.new_index1_kuai ul li a{
    font-size:14.04px;
}
.new_index1_kuai_xian{
    border-top: 1px #dcdfe6 solid;
    display: block;
    height: 1px;
    margin: 14px 0;
    width: 100%;
}
.new_index2{
    display: flex;
    background: linear-gradient(40deg,#f5f5f5 80%,#eaeaea);
    border: 1px solid #eaeaea;
    overflow: hidden;
    position: relative;
    height: 110px;
    margin: 0 10px !important;
    padding: 0;
}
.new_index2 a.caption{
    background: #2760ab!important;
    color: #fff;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 400;
    height: 80px;
    left: 0;
    line-height: 1.3em;
    margin: 0;
    overflow: visible;
    padding: 10px;
    text-transform: uppercase;
    top: 0;
    width: 65px;
}
.new_index2 a.caption svg{
    color: #ffffff;
    font-size: 17px;
    fill: currentColor;
    height: 21px;
    width: 21px;
}
.new_index2 ul{
    /*float:right;*/
}
.new_index2 li{
    border-left: 1px solid #eaeaea;
    float: left;
    font-size: 14px;
    height: 110px;
    overflow: hidden;
    padding: 5px;
    width: 190px;
    word-break: break-all;
}
.new_index2 li a{
    font-weight: 700;
}
.new_index2 li.fst{
   width: 250px;
}
.new_index2 li.fst .title{
    font-weight: 700;
}
.new_index2 li.fst .desc{
    color: #50678b;
}
.new_index3 ul{
    /*width: 1020px;*/
    margin: 0 0;
    height: auto;
    display: flex;
    flex-wrap:wrap;
}
.new_index3 ul li{
    width: 100%;
    /*flex-grow: 0;!* 不让放大 *!*/
	/*flex-shrink:0;!* 不让缩小 *!*/
	margin-bottom: 20px;
	font-size: 14px;
}
.new_index3 ul li img{
    width: 100%;
}
.new_index4{
    margin: 0 10px;
    height: auto;
}
.new_index4 ul{
    /*display: flex;*/
    /*flex-wrap:wrap;*/
    /*justify-content:space-between;*/
}

.new_index4 ul li{
    /*width:300px;*/
    margin-bottom:10px;
}
.new_index4 ul li img{
    width:100%;
}
.new_index4 ul li a{
    font-size:14px;
    line-height: 22px;
    display: block;
}
.new_index4 ul li .title{
    background-image: linear-gradient(90deg,#2760ab 0,#2760ab);
    color: #fff!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#971217",endColorstr="#ed1c24",GradientType=1);
    float: left;
    line-height: 40px;
    margin: -3px 30px 0 0;
    padding: 0 5px 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.new_index4 ul li .title:before{
    float: left;
    background-image: linear-gradient(90deg,#2760ab 0,#2760ab);
    border-left: 20px solid #2760ab!important;
    border-top: 40px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.new_index5{
    background: #f1f3f4;
    margin: 10px;
    height: auto;
}
.new_index5 .title{
    background-image: linear-gradient(90deg,#2760ab 0,#2760ab);
    color: #fff!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#971217",endColorstr="#ed1c24",GradientType=1);
    float: left;
    line-height: 40px;
    padding: 0 5px 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
}
.new_index5 .title:before{
    float: left;
    background-image: linear-gradient(90deg,#2760ab 0,#2760ab);
    border-left: 20px solid #2760ab!important;
    border-top: 40px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.new_index5 ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    justify-content: center;
    margin: 0 auto;
}
.new_index5 ul li{
    align-items: center;
    display: flex;
    width: 48%;
    height: 35px;
}
.new_index5 ul li a{
    line-height: 35px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_index5 ul li img{
    width: 15px; height: 15px; margin-right: 3px;
}
/*新聞類列表*/
.newlist_header{
    width: 1010px;
    line-height: 25px;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    font-weight: 700;
    margin-left:15px;
    margin-top:30px;
    color: #2760ab;
}
.newlist_xian{
    border-top: 1px #dcdfe6 solid;
    display: block;
    height: 1px;
    margin: 24px 0;
    margin-left:15px;
    position: relative;
}
.newlist_tag{
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
}

.newlist_tag a{
    border-radius: 10px;
    box-shadow: 0 0 12px #0000001f;
    color: #474747;
    display: block;
    font-weight: 700;
    margin: 3px 5px;
    padding: 2px 8px;
    font-family: "Noto Serif",Times New Roman,Times,Georgia,serif;
    font-size: 15px;
}
.newlist_tag a:hover{
    background-color:#0000001f;
    color: #2760ab;
}
.newlist_content1{
    height: auto;
    margin: 20px 0;
    margin-left:15px;
}
.newlist_content1_li{
    height: auto;
}
.newlist_content1_li img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.newlist_content1_li .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}
.newlist_content1_li .desc{
        color: #89888b;
    font-size: 13px;
    line-height: 20px;
}
.newlist_content1_li:hover .title{
    color: #2760ab;
}
.newlist_content1_li:hover .desc{
    color: #2760ab;
    
}
.newlist_content2{
    height: auto;
    margin-left:15px;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.newlist_content2_li{
    /*height: 160px;*/
    padding: 0;
    margin-bottom:10px ;
    border-bottom: 1px solid #dcdfe6;
}
.newlist_content2_li a{
    display: flex;
}
.newlist_content2_li img{
    width: 50%;
    height: 180px;
    object-fit: cover;
}
.newlist_content2_li_txt{
   width: 50%;
   height: auto;
}

.newlist_content2_li_txt_title{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}
.newlist_content2_li_txt_desc{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    color: #89888b;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
}
/*详细页*/
.data3{
    margin: 0 auto;
    /*min-height: 760px;*/
    /*width: 1040px;*/
    /*background-color: #fff!important;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0 0 12px rgba(0,0,0,.12);*/
    margin-bottom: 10px;
    padding: 10px 0;
    /*color:rgb(14, 16, 13);*/
    font-family:Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.newshow_left{
    padding-right: 10px;
    padding-left: 10px;
    display: block;
    min-height: 1px;
    box-sizing: border-box;
}
.newshow_right{
    display: block;
    min-height: 1px;
    /*flex: 0 0 25%;*/
    /*max-width: 25%;*/
}
.newshow_left_nei{
    background-color: #fff!important;
    border-radius: 4px;
    display: block;
    min-height: 1px;
    box-shadow: 0 0 12px #0000001f;
    margin-bottom: 10px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}
.newshow_left_nei_detail{
    margin: 0 auto;
    padding: 20px;
    height: auto;
    overflow: hidden;
}

.newshow_left_nei_detail_title_btn{
    --el-button-font-weight: var(--el-font-weight-primary);
    --el-button-border-color: var(--el-border-color);
    --el-button-bg-color: var(--el-fill-color-blank);
    --el-button-text-color: var(--el-text-color-regular);
    --el-button-disabled-text-color: var(--el-disabled-text-color);
    --el-button-disabled-bg-color: var(--el-fill-color-blank);
    --el-button-disabled-border-color: var(--el-border-color-light);
    --el-button-divide-border-color: hsla(0,0%,100%,.5);
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-color-primary-light-9);
    --el-button-hover-border-color: var(--el-color-primary-light-7);
    --el-button-active-text-color: var(--el-button-hover-text-color);
    --el-button-active-border-color: var(--el-color-primary);
    --el-button-active-bg-color: var(--el-button-hover-bg-color);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-hover-link-text-color: var(--el-color-info);
    --el-button-active-color: var(--el-text-color-primary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 12px;
    white-space: nowrap;
    cursor: pointer;
    color: var(--el-button-text-color);
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    transition: .1s;
    font-weight: var(--el-button-font-weight);
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-appearance: none;
    background-color: var(--el-button-bg-color);
    border: var(--el-border);
    border-color: var(--el-button-border-color);
    padding: 0.5rem 0.9375rem;
    font-size: var(--el-font-size-base);
    border-radius: var(--el-border-radius-base);
    padding:10px;
}
.newshow_left_nei_detail_title_btn:hover{
    background-color: #337ecc;
    color: #d9ecff;
}
.newshow_left_nei_detail_title button i{
    display: block;
    
}
.newshow_left_nei_detail_title button i svg{
    height: 12px;
    width: 12px;
}
.newshow_left_nei_detail_title span{
    margin-left: 4px;
    align-items: center;
    display: inline-flex;
    font-size:12px;
}
.newshow_left_nei_detail_title_artitle{
    display: block;
    font-size: 2em;
    margin：10px 0px;
    font-weight: 400;
    font-family: "Noto Serif",Times New Roman,Times,Georgia,serif;
}
.newshow_left_nei_detail_title_dtepub{
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-family: "Noto Serif",Times New Roman,Times,Georgia,serif;
    font-size: 15px;
}
.newshow_left_nei_detail_title_summary{
    color: #626165;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6em;
    font-family: "Noto Serif",Times New Roman,Times,Georgia,serif;
}
.newshow_left_nei_detail_con{
    /*width:700px;*/
    height: auto;
}
.newshow_left_nei_detail_con_img{
    /*width:700px;*/
    height: auto;
}
.newshow_left_nei_detail_con_img img{
    /*width:700px;*/
    height: auto;
}
.newshow_left_nei_detail_con_html{
    overflow: hidden;
    height: auto;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: justify;
}
.newshow_right{
    padding: 0;
}
.newshow_right h1.title,.newshow_right h2.title{
    margin: 0 15px 0px 10px;
    text-align: center; 
    font-weight: bold; 
    color: white; 
    padding: 4px 0px; 
    background: rgb(14, 49, 72); 
    cursor: pointer;
    display: block;
    display: block;
    font-size: 30px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: "Noto Serif",Times New Roman,Times,Georgia,serif;
}
.newshow_right_list{
    height: auto;
    margin-bottom: 15px;
}
.newshow_right_list img{
    width: 100%;
}
.newshow_right_list h1,.newshow_right_list h2,.newshow_right_list h3{
        color: #0e100d;
    cursor: pointer;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 700;
    font-size: 13px;
}
.newshow_right_list span{
    color: #0e100d;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
}

#iframe {
    overflow-x:auto;
   overflow-y:hidden;
   -webkit-overflow-scrolling:touch;
    
    /*overflow-clip-margin: content-box !important;*/
    /*overflow: clip !important;*/
    /*border-width: 2px;*/
    /*border-style: inset;*/
    /*border-color: initial;*/
    /*border-image: initial;*/
}
#iframe::-webkit-scrollbar{
    width: 0;
}
.newshow_left_nei_detail_con_html img {
    width: 100%;
}
.newshow_left_nei_detail_con_html p {
    margin-bottom: 10px;
    font-size: 15px;
}

.newshow_left_nei_detail_con_html p img{
    width: 100% !important;
}

#postContent{
    /*width:700px;*/
}
/*直播开始*/
.zhibo{
    /*margin: 0 auto;*/
    /* min-height: 760px; */
    /*width: 1060px;*/
}
.zhibo_nei{
    background-color: #fff!important;
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(0,0,0,.12);
    padding: 10px;
    /*width: 1040px;*/
    
}
.zhibo_menu{
    width: 100%;
    margin-top:15px;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}
.zhibo_menu a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    margin-top: 5px;
}

.zhibo_menu a .span1{
    display: flex;
    float: left;
    background-color: rgb(66, 139, 215);
    height: 35px;
    text-align: center;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}
.zhibo_menu a:hover .span1{
    background-color: #a0cfff;
}
.zhibo_menu a .span1.on{
    background-color: #95d475;
}
.zhibo_menu a:hover .span1.on{
    background-color: #95d475;
}
.zhibo_menu a .span2{
   float: left; 
   height: 18px;
   background-color: rgb(245, 108, 108);
   border-radius: 9px;
   font-size:12px;
   display: flex;
   justify-content: center;
    align-items: center;
    padding: 0 4px;
    margin: 0 2px;
    position: relative;
    bottom: 10px;
}
.zhibo_menu_bottom{
    background-color: #dcdfe6;
    margin: 24px 0;
    width: 100%;
    height: 1px;
}
.zhibo_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zhibo_li{
    /*width: 500px;*/
    /*height: 222px;*/
    margin: 5px;
    background-image: url(/img/logo8.ce099888.png);
    /*background-size: 500px 222px;*/
}
.zhibo_li_top{
    display: flex;
    justify-content: center;
    position: relative;
}
.zhibo_li_top_left{
    position: absolute;
    left:0px;
    top:0px;
    margin: 10px;
    color: #c1c6cd;
    width: 9.6875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zhibo_li_top_middle{
    color: #b50004;
    background-color: #fff;
    padding: 0.0625rem 0.125rem;
    border-radius: 0.1875rem;
    font-size: 1.125rem;
    width: 10rem;
    height: 1.5625rem;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    margin-top:4px;
}
.zhibo_li_center{
    width:100%;
    
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}
.zhibo_li_center img{
    width: 70px;
    height: 70px;
    display: inline-block;
    margin:10px 0;
    
}
.zhibo_li_center .zhibo_li_center_middle{
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    
}
.zhibo_li_center_middle_1{
    background-color: #01b243;
    padding: 0.1875rem 0.3125rem;
    border-radius: 0.1875rem;
    width: 6rem;
    text-align: center;
    margin-bottom: 0.25rem;
}
.zhibo_li_center_middle_2{
    background-color: #2760ab;
    padding: 0.1875rem 0.3125rem;
    border-radius: 0.1875rem;
    width: 5rem;
    text-align: center;
}
.zhibo_li_center_img{
    width: 35%;
    font-weight: bold;
    font-size: 18px;
    height: 100px;
}
.zhibo_li_center_img span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    display: block;
    width: 95%;
}
.zhibo_li_navbottom{
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: 700;
    background-color: #5f6368;
    padding: 0.1875rem 0.25rem;
    width: 6.5rem;
    border-radius: 0.1875rem;
    color: #fff;
}
.zhibo_li_navbottom.on{
    background-color: #db1f35;
}
.zhibo_li_navbottom span{
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: center;
}
.zhibo_li_bottom{
    text-align: center;
    margin: 0.625rem;
    color: #01b243;
}
.zhibo_li_bottom .span2{
    font-size: .75rem;
    line-height: 1.125rem;
    color: #ffd622;
    border-radius: 0.125rem;
    text-transform: uppercase;
}
.zhibo_page{
    
}
.place { margin: 10px 0; width: 100%; overflow: hidden; background: #fff; }
.place a { display: block; float: left; padding: 5px 0; background: #fff; margin: 0 10px; width: 100px; text-align: center }
.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 25px 0 10px 0; padding-top: 20px }
.pagelist a { color: #666; margin: 0 2px 10px; border: 1px solid #fff; padding: 5px 10px; background: #FFF; display: inline-block; }
.pagelist a.on,.pagelist a:hover { color: #333;font-weight:700; }
.pagelist > b { border: 1px solid #333; padding: 5px 10px; background: #333; color: #FFF }
a.curPage { color: #333; font-weight: bold; }


.bofang_body{
    font-size: .75rem;
    padding: 0.625rem 0;
    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    height: 110%;
    background-color: #5a5f5b;
}
.bofang_body.top1{
    padding-bottom: 0px;
}
.bofang_body_box{
    /*width: 1040px;*/
    height: auto;
    background-color: #1e1f22!important;
    padding: 0.625rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.75rem rgba(0,0,0,.12);
    display: block;
    margin: 0 auto 0 auto;
}
.bofang_body_box.top1{
    /*padding-bottom: 0px;*/
    border-radius: 0.25rem 0.25rem 0rem 0rem;
}
.bofang_body_top{
    /*width: 1020px;*/
    height: 122px;
    background-image: url(/img/teamBackLogo.3a512e7a.png);
    background-size: 100% 122px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bofang_body_top_guojia{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bofang_body_top span{
    margin: 0.3125rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0.625rem 0;
    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.bofang_body_top_guojia{}
.bofang_body_top_middle{
    background-image: -webkit-linear-gradient(right,red,#fd8403,#ff0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5.9375rem;
    font-size: 18px;
}
.iframe_bofang{
    width:100%;
    height: 547.406px;
    overflow: hidden;
}
.bofang_body2{
    font-size: .75rem;
    /*padding: 0.625rem 0;*/
    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
    width: 100%;
    height: 110%;
    background-color: #5a5f5b;
    position: relative;
    bottom: 50px;
}
.bofang_body_box2{
    /*width: 1040px;*/
    height: auto;
    background-color: #1e1f22!important;
    padding: 0.625rem;
    /*border-radius: 0.25rem;*/
    box-shadow: 0 0 0.75rem rgba(0,0,0,.12);
    display: block;
    margin: 0 auto 0 auto;
}
.bofang_lishi_title{
    margin: 25px 0;
}
.bofang_lishi_title span{
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    line-height: 1.6em;
    font-size: 1.5em;
}
.hui{
    background-color: #5a5f5b;
}
.bofang_body_box2_list1{
    display: flex;
    background: #555;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0.0625rem solid #c1c1c1;
    padding: 0.1875rem 0;
    height: 38px;
}
.bofang_body_box2_list1 img{
    max-height: 1.875rem;
    width: auto;
    max-width: 3.125rem;
    display: inline-block;
    
}

.bofang_body_box2 .time{
    color: #bebebe;
    font-size:12px;
}
.bofang_body_box2 .guojia1{
    text-align: right;
    line-height: 25px;
    font-size: .75rem;
    padding: 0.625rem 0;
    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.bofang_body_box2 .guojia1 span{
    width: 7.5rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin: 0.125rem;
    display: inline-block;
    
}

.bofang_body_box2 .guojia2{
    text-align: left;
    line-height: 25px;
    font-size: .75rem;
    padding: 0.625rem 0;
    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.bofang_body_box2 .guojia2 span{
    font-size: .75rem;
    width: 7.5rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    margin: 0.125rem;
    display: inline-block;
    
}
.bofang_body_box2 .guojia1 img{
    
}
.bofang_body_box2 .bifen{
    width: 3.75rem;
    text-align: center;
}

.bofang_body_box2 .bifen span{
    background: #009b3a;
    padding: 0.125rem 0.5rem;
    border-radius: 0.1875rem;
    font-weight: 700;
    font-size: .875rem;
    max-width: 3.75rem;
    color: #fff;
    margin: 0 auto;
}

.danlishi{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.danlishi_left{
    width: 49.9%;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.danlishi_right{
    width: 49.9%;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.danlishi_title{
    background-color: #2760ab!important;
    display: flex;
    align-items: center;
    padding: 0.125rem 0.625rem;
    color: #fff;
    height: 32px;
}
.danlishi_title img{
    max-height: 1.875rem;
    width: auto;
    max-width: 3.125rem;
    display: inline-block;
}
.danlishi_title span{
    font-weight: 700!important;
    margin-left: 0.375rem;
    
}
/*实时比分开始*/
/*.bifen_menu{*/
/*    margin:10px 0;*/
/*    height: 29px;*/
/*    font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;*/
/*    font-size: 12px;*/
/*}*/
/*.bifen_menu ul{*/
/*    border-radius: 4px 4px 0 0;*/
/*    display: flex;*/
/*    border-bottom: 1px solid #e5e5e5;*/
/*}*/
/*.bifen_menu ul li{*/
/*    border-radius: 4px 4px 0 0;*/
/*    background-color: #e5e5e5;*/
/*    border-right: 1px solid rgba(0,0,0,.2);*/
/*    color: #222;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    font-size: 12px;*/
/*    font-weight: 700;*/
/*    height: 28px;*/
/*    line-height: 35px;*/
/*    text-align: center;*/
/*    width: 12%;*/
/*}*/
/*.bifen_menu ul li:hover{*/
/*    background-color: #e5e5e5;*/
/*}*/
/*.bifen_menu ul li a:hover{*/
/*    color:#409eff;*/
/*}*/
/*.bifen_menu ul li.on{*/
/*    background-color: #2760ab;*/
/*    border-bottom: 0;*/
/*}*/
/*.bifen_menu ul .on a{*/
/*    color:#ffffff;*/
/*}*/
/*.bifen_menu ul .on a:hover{*/
/*    color:#ffffff;*/
/*    font-weight: 777;*/
/*}*/

/*.bifen_content{*/
/*    margin:10px 0;*/
/*    height: auto;*/
/*    font-size: 12px;*/
/*}*/
/*.bifen_content_tr_title{*/
/*    width: 100%;*/
/*    height: 22px;*/
/*    background-color: #2760ab;*/
/*    color: #fff;*/
    
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.bifen_content_tr_td_title{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-content: center;*/
/*    align-items: center;*/
/*}*/
/*.bifen_content_tr_td_title:nth-child(1){width:4%;}*/
/*.bifen_content_tr_td_title:nth-child(2){width:10%;}*/
/*.bifen_content_tr_td_title:nth-child(3){width:23%;}*/
/*.bifen_content_tr_td_title:nth-child(4){width:10%;}*/
/*.bifen_content_tr_td_title:nth-child(5){width:23%;}*/
/*.bifen_content_tr_td_title:nth-child(6){width:5%;}*/
/*.bifen_content_tr_td_title:nth-child(7){width:5%;}*/
/*.bifen_content_tr_td_title:nth-child(8){width:6%;}*/
/*.bifen_content_tr_td_title:nth-child(9){width:15%;}*/
/*.bifen_content_tr_xiangmu{*/
/*    height: 1.8125rem;*/
/*    background-color: #f0f0f0;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    padding: 0 0 0.25rem 0;*/
/*    border-top: 1px solid rgb(193, 193, 193);*/
/*    border-bottom: 1px solid rgb(193, 193, 193);*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-content: center;*/
/*    align-items: center;*/
/*}*/
/*.bifen_content_tr_xiangmu img{*/
/*    width: 22.5px;*/
/*    height: 15px;*/
/*    margin-left:10px;*/
/*} */
/*.bifen_content_tr_xiangmu span{*/
/*    font-size: 10px;*/
/*    font-weight: 700;*/
/*    margin-left:10px;*/
/*} */

/*.bifen_content_tr_data{*/
/*    width: 100%;*/
/*    height: 22px;*/
/*    background-color: #fff;*/
/*    border-top: 1px solid rgb(193, 193, 193);*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding-top:5px;*/
/*}*/
/*.bifen_content_tr_td_data{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-content: center;*/
/*    align-items: center;*/
/*}*/
/*.bifen_content_tr_td_data:nth-child(1){width:5%;}*/
/*.bifen_content_tr_td_data:nth-child(2){*/
/*    width:5%;*/
/*    color: #06f;*/
/*}*/
/*.bifen_content_tr_td_data:nth-child(3){width:5%;}*/
/*.bifen_content_tr_td_data:nth-child(4){width:23%;}*/
/*.bifen_content_tr_td_data:nth-child(5){*/
/*    width:10%;*/
/*    color: rgb(214, 68, 68);*/
/*    font-weight: bold;*/
/*    cursor: pointer;*/
/*}*/
/*.bifen_content_tr_td_data .lanse{*/
/*    color: blue;*/
/*}*/
/*.bifen_content_tr_td_data:nth-child(6){width:23%;}*/
/*.bifen_content_tr_td_data:nth-child(7){width:5%;}*/
/*.bifen_content_tr_td_data:nth-child(8){width:5%;}*/
/*.bifen_content_tr_td_data:nth-child(9){width:6%;}*/
/*.bifen_content_tr_td_data:nth-child(10){width:15%;}*/
/*.bifen_content_tr_td_data a:hover{*/
/*    color: red;*/
/*    text-decoration:underline;*/
/*}*/
/*.tanchuceng{*/
/*    width:300px;*/
/*    height: 100px;*/
/*    background-color: #feb;*/
/*    position: absolute;*/
/*    left:0;*/
/*    top:0;*/
/*}*/

/*比分详情开始*/
/*重新排版比分*/
:root {
    --color-goal-red: #f0705a;
    --color-lose-red: #a92e2f;
    --color-win-green: #3b9133;
    --color-cameroon: #71b77e;
    --color-pele: #f2cd5d;
    --color-maradona: #74c3ce;
    --color-vialli: #6ea2dd;
    --color-fiorentina: #8086ce;
    --color-palermo: #ce95c1;
    --color-cruyff: #f29a41;
    --color-goal-white: #fff;
    --color-light-grey-01: #f9f9f9;
    --color-light-grey-02: #eee;
    --color-light-grey-03: #dfdfdf;
    --color-mid-grey: #767676;
    --color-dark-grey-03: #333;
    --color-dark-grey-02: #2c2c2c;
    --color-dark-grey-01: #252525;
    --color-goal-black: #1a1a1a;
    --color-black: #000;
    --color-goal-green: #71b77e;
    --color-goal-yellow: #f2cd5f;
    --color-goal-light-blue: #73c3ce;
    --color-goal-orange: #f29940;
    --color-goal-purple: #7e85cd;
    --color-goal-mauve: #cf96c2;
    --color-goal-blue: #6ea2dd;
    --color-goal-dark-grey: #333;
    --color-goal-grey: #828282;
    --color-goal-mid-grey: #b5b6ba;
    --color-goal-light-grey: #f5f5f5;
    --color-goal-banner-black: #161617;
    --color-goal-banner-white: #e8e8e8;
    --color-shadow: rgba(0,0,0,.2);
    --color-facebook: #1877f2;
    --color-qq: #12b7f5;
    --color-reddit: #ff4500;
    --color-twitter: #1da1f2;
    --color-weibo: #fa2f2f;
    --color-card-bg: #fff;
    --color-card-primary-color: #081f2c;
    --color-bar-color: #fff;
    --color-tooltip-bg: #5a3e7a;
    --color-tooltip-color: #fff;
    --color-card-secondary-color: #838f95;
    --color-site-primary-color: #081f2c;
    overflow-x: hidden;
    --icons-font: goal-icons;
    --header-font-family: poppins,sans-serif;
    --body-font-family: "Source Sans Pro",arial,"Helvetica Neue",helvetica,sans-serif;
    --digit-font-family: var(--header-font-family)
}
:root {
    --column-gap: 16px;
    --side-gap: 16px;
    --vertical-gap: 8px;
    --max-content-width: 1440px;
    --navigation-height: 60px;
    --ticker-height: 72px;
    --teamlist-height: 48px;
    --competition-lists-height: 48px;
    --ad-leaderboard-height: 132px
}
.topblack{
    width:100%;
    height: var(--navigation-height,60px);
    background-color: var(--color-black);
    position: relative;
    color: var(--color-goal-white);
    border-bottom: 4px solid var(--color-goal-red);
}
.topblack_nei{
    width: 1060px;
    height: auto;
    margin: 0 auto;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}
.topblack_nei a{
    display: block;
}
.topblack_weblogo{
    display: block;
    float: left;
    height: 40px;
}
.topblack_fulltab{
    height: var(--navigation-height,60px);  
    display: flex;
    flex-direction: row;
    align-items: center;
}
.topblack_fulltab ul{
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-left:5px;
}
.topblack_fulltab ul li{
    display: flex;
    float: left;
    font-size: 12px;
    height: var(--navigation-height,60px);
    margin-right: 8px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center
    /*background-color: #fff;*/
    /*border-radius: 10px 10px 0 0;*/
    /*color: #2760ab!important;*/
}
.topblack_fulltab ul li:after{
    content: "";
    height: 3px;
    background-color: var(--color-goal-red);
    display: block;
    margin-top: -7px;
    width: 100%;
    transform: scaleX(0);
    translate: 0 7px;
    transform-origin: 0 50%;
    transition: transform .3s ease-in-out;
}
.topblack_fulltab ul li:hover:after{
    transform: scaleX(1);
}
.topblack_fulltab ul li a{
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-right: 5px;
    padding: 0 10px;
    text-align: center;
    transition: all .2s linear;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    align-items: center;
    
}

.topblack_fulltab ul li a:hover{
    
}
.topblack_fulltab ul li a.on{
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    color: #2760ab!important;
}
.topblack_fulltab ul li img{
    background-size: 100%;
    display: inline-block;
    height: 19px;
    margin-right: 7px;
    width: 19px;
}
.contentblack{
    width: 100%;
    height: auto;
    background-color: var(--color-dark-grey-01);
    color: var(--color-goal-white);
    padding-top:10px;
}
.contentblack a{
    color: var(--color-goal-white);
    font-size: 18px;
    
}
.contentblack_nei{
    margin: 0 auto;
    width: 1060px;
    height: auto;
    padding-bottom: 250px;
}
.black_mianbao{
    display: flex;
    font-weight: 700;
    align-content: center;
    align-items: center;
    padding: 10px;
    background-color: var(--color-black);
}
.black_mianbao svg{
    height: 1em;
    width: 1em;
    margin-left: 10px;
    margin-right: 10px;
}

.block_bifen_menu{
    /*margin-left: 6px;*/
    /*margin-right: 6px;*/
    border-bottom: 5px solid var(--color-goal-dark-grey);
    padding-top: 10px;
    margin-bottom: 10px;
}
.block_bifen_menu ul{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.block_bifen_menu ul li{
    width: 29.20339%;
    float: left;
    
    background-color: #00a9ce;
    color: #fff;
    font-size: 20px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block_bifen_menu ul li.on{
    background-color: var(--color-goal-red);
}
.block_bifen_menu ul li a{}
.block_bifen_menu ul li.on a{}
.block_bifen_menu ul li:hover{
    background-color: var(--color-goal-red);
}

.block_bifen_menu2{
    border-bottom: 1px solid var(--color-goal-red);
    padding-top: 10px;
    margin-bottom: 10px;
}
.block_bifen_menu2 ul{
    display: flex;
    flex-direction: row;
}
.block_bifen_menu2 li{
    width: 120px;
    float: left;
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: border-color .3s,background-color .3s,color .3s;
    transition: border-color .3s,background-color .3s,color .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-goal-red);
    border-bottom: none;
    border-radius: 5px 5px 0px 0px ;
}.block_bifen_menu2 li:first-child{
    border-right: none;
}
.block_bifen_menu2 li:hover{
    background-color: var(--color-goal-red);
}
.block_bifen_menu2 li a{
    
}
.block_data_table{
    border-radius: 6px;
    border: 1px solid var(--color-goal-mid-grey);
    border-color: var(--color-black);
    overflow: hidden;
	margin-bottom:20px;
}
.block_data_table:last-child {
	margin-bottom:0px;
}
.block_data_table_title{
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 0px 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    background-color: var(--color-black);
    color: var(--color-goal-white);
}
.block_data_table_title img{
    height: 20px;
}
.block_data_table_tr{
    font-size: 15px;
    padding: 8px 24px;
    background-color: var(--color-goal-dark-grey);
    color: var(--color-goal-white);
    
    align-items: center;
    font-family: var(--header-font-family);
    font-size: 12px;
    line-height: 24px;
    display: grid;
    grid-template:
        "status teamA result teamB teamB" 1fr
        "tv-channel tv-channel tv-channel tv-channel tv-channel" minmax(0,auto)/50px 1fr minmax(60px,auto) 1fr 50px;
    grid-template-columns: 160px 1fr minmax(60px,auto) 1fr 160px;
    grid-template-areas: "status teamA result teamB tv-channel";
}
.block_data_table_tr img{
	height:32px;
	margin:0 10px;
}
.block_data_table_tr .time{
	    font-size: 13px;
}
.block_data_table_tr .zhuchang{
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
.block_data_table_tr .block_data_table_tr_bifen{
	display:flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	cursor:pointer;
}
.block_data_table_tr .block_data_table_tr_bifen p{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	width: 20px;
	height: 24px;
	line-height: 24px;
}
.block_data_table_tr .kechang{
	display:flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
}


.block_data_table_tr:nth-of-type(2n){
	background-color: var(--color-dark-grey-01);
}
.bifen_tan{
	position:absolute; 
	width:400px;
	display:none;
	padding:5px;
	border-radius: 5px;
	background-color: var(--color-goal-dark-grey);
	    color: var(--color-goal-white);
	border-bottom: 1px solid var(--color-black);
}
.bifen_tan_table{
	border-radius: 3px;
	border: 1px solid var(--color-mid-grey);
}
.bifen_tan_table_title{
	background-color: var(--color-black);
	color: var(--color-goal-white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px
}
.bifen_tan_table_tr1>div,.bifen_tan_table_tr2>div{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px;
}
.bifen_tan_table_tr1,.bifen_tan_table_tr2{
	border-bottom: 1px solid var(--color-mid-grey);
}
.bifen_tan_table_tr1,.bifen_tan_table_tr2{
	display: flex;
	flex-direction: column;
	flex-direction: row;
	    justify-content: space-evenly;
	    align-items: center;
}
.bifen_tan_table_tr1>div:nth-child(1){width:44%;border-right: 1px solid var(--color-mid-grey);}
.bifen_tan_table_tr1>div:nth-child(2){width:12%}
.bifen_tan_table_tr1>div:nth-child(3){width:44%;border-left: 1px solid var(--color-mid-grey);}
.bifen_tan_table_tr1{
	
}
.bifen_tan_table_tr2{
	
}
.bifen_tan_table_tr2>div:nth-child(1){width:25%;border-right: 1px solid var(--color-mid-grey);}
.bifen_tan_table_tr2>div:nth-child(2){width:50%}
.bifen_tan_table_tr2>div:nth-child(3){width:25%;border-left: 1px solid var(--color-mid-grey);}

.block_bifen_menu.ditu a{
	font-size: 12px;
}
.block_data_table_tr.block_data_table_tr_mianbao{
	display: flex;
}


@media screen and (max-width: 1100px) {
    .iframe-wrap{
        height: 2500px;
        overflow: hidden;
    }
    .iframe-wrap iframe{
       height: 2500px; 
    }
}
@media screen and (min-width: 1100px) {
    .iframe-wrap{
        height: 1000px;
        overflow: hidden;
    }
    .iframe-wrap iframe{
       height: 1000px; 
    }
}
/*首页开始*/
.indexcontent{
    margin: 0 auto;
    width: 1060px;
    height: auto;
}
.indexcontent_nei{
    /* min-height: 760px; */
    /*width: 1040px;*/
    background-color: #fff!important;
    /*border-radius: 4px;*/
    /*box-shadow: 0 0 12px rgba(0,0,0,.12);*/
    margin-bottom: 10px;
    padding: 10px 0;
    color: rgb(14, 16, 13);
    font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*

.index_zhibo_menu{
    width: 100%;
    margin-top:15px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border-bottom: 1px solid rgb(66, 139, 215);
}
.index_zhibo_menu a{
    display: block;
    color: #ffffff;
    font-size: 14px;
    
}

.index_zhibo_menu a .span1{
    display: flex;
    float: left;
    background-color: rgb(66, 139, 215);
    height: 40px;
    text-align: center;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    margin-right:15px;
}

.zhibo_menu_bottom{
    background-color: #dcdfe6;
    margin: 5px 0;
    width: 100%;
    height: 1px;
}
.disre{
    position: relative;
}
.xiabai{
    width: 480px;
    padding: 21px 10px 11px;
    height: 32px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0.9) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    line-height: 21px;
    font-size: 16px;
}
.indexcontent .new_index1_img{
    width: 500px;
    height: 280px;
}
.indexcontent .new_index1_kuai_xian{
    margin: 11px 0;
}
*/
.indexcontent_left{

    /*border-radius: 4px;*/
    /*box-shadow: 0 0 12px rgba(0,0,0,.12);*/
}
.indexcontent_right{

    /*border-radius: 4px;*/
    /*box-shadow: 0 0 12px rgba(0,0,0,.12);*/
}
.indexcontent_right_taoyong{
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 12px var(--jyp-hei);
    margin-top:20px;
}
.indexcontent_left_newtop{
    border-radius: 4px;
    box-shadow: 0 0 12px var(--jyp-hei);
    height: 370px;
    overflow: hidden;
}
.indexcontent_right_zhibobox{
   overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 12px var(--jyp-hei);
    padding: 0 10px;
    
}
.indexcontent_right_allbox_title{
    font-size: 16px;
    line-height: 40px;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.indexcontent_right_allbox_title h3{
    font-size: 15px;
    font-weight: bold;
}

.indexcontent_right_allbox_title a{
    color: #666;
    font-size: 12px;
    font-weight: normal;
    float: right;
    cursor: pointer;
}
.indexcontent_right_allbox_title a:hover{
    color: #222;
  /* font-size: 13px; */
}
.indexcontent_right_zhibo_list:last-child{
    padding-bottom: 2px;
}
.indexcontent_right_zhibo_list{
    margin-bottom: 10px;
}
.indexcontent_right_zhibo_list a{
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url(/img/logo8.ce099888.png);
    background-size: 340px 80px;
    color: #fff;
}
.indexcontent_right_zhibo_list img{
    width: 24px;
    height: 24px;
    margin: 0 3px;
    /*border-radius: 50%;*/
    /*margin-bottom: 5px;*/
}

.indexcontent_right_zhibo_list_home{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 35%;
    justify-content: flex-end;
}
.indexcontent_right_zhibo_list_home span{
    display: flex;
    justify-content: flex-end;
    text-align: right;
}
.indexcontent_right_zhibo_list_guest{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 35%;
    justify-content: flex-start;
}
.indexcontent_right_zhibo_list_guest span{
    display: flex;
    justify-content: flex-start;
    text-align: left;
}
.indexcontent_right_zhibo_list_date{
    display: flex;
   flex-direction: column;
    align-items: center;
    justify-content: center; 
    color: #ddd;
    font-size: 10px;
    font-weight: normal;
    word-break: break-all;
    word-wrap: break-word;
    margin: 0 2px;
    width: 60px;
}

.indexcontent_right_zhibo_list_date span{

}

.indexcontent_right_zhibo_list_date .on{
    background: #db1f35;
    border-radius: 0.1875rem;
    padding: 1px;
}

.indexcontent_right_zhibo_list_dui{
    font-size: 13px;
    line-height: 15px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.indexnews_box{
    border-radius: 4px;
    box-shadow: 0 0 12px var(--jyp-hei);
    height: auto;
    overflow: hidden;
    margin-top:20px;
    padding: 0 10px;
    padding-bottom:5px;
}
.indexcontent_right_allbox_xian{
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 15px;
}
.indexnews_list{
    height: 102px;
    overflow: hidden;
    display: flex;
    margin-bottom: 15px;
}
.indexnews_list_img{
    width: 124px;
    height: 80px;
    display: flex;
    margin-right: 15px;
}
.indexnews_list_img img{
    width: 124px;
    height: 80px;
}
.indexnews_list_txt{
    border-bottom: 1px dashed rgb(229, 229, 229);
    width:515px;
    /*justify-content: space-between;*/
    height: 101px;
}
.indexnews_list_txt h2{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    word-break: break-word;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:515px;
}
.indexnews_list_txt h2:hover{
    color: rgb(255, 102, 0);
}
.indexnews_list_txt_bottom{
    height: 60px;
    overflow: hidden;
    color: rgb(51, 51, 51);
    bottom: 15px;
    left: 0px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    margin-bottom: 20px;
     text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3;
}
.indexnews_list_txt_bottom span{
        color: rgb(51, 51, 51);
    bottom: 15px;
    left: 0px;
    font-size: 12px;
    line-height: 20px;
    margin-right:5px;
}

.indexnews_list_txt_bottom .play{
    margin: 0px 10px;
    width: 40px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    border-radius: 10px;
}

.indexnews_list_txt_bottom .p2{
    color: #999;
}
.index_new_index3{
   border-radius: 4px;
    box-shadow: 0 0 12px var(--jyp-hei);
    padding-top:20px;
}
.index_new_index3 .indexcontent_right_allbox_title{
    padding: 0 10px;
}
@media screen and (max-width: 1000px) {
    /*.indexcontent{*/
    /*    display: none;*/
    /*}*/
    /*.bofang_body{*/
    /*    display: none;*/
    /*}*/
    /*.bofang_hui{*/
    /*    display: none;*/
    /*}*/
    /*.bofang-mianbao{*/
    /*    display: none;*/
    /*}*/
    .bofang_hui{
        display: none;
    }
    .bofang_body{
        display: none;
    }
    .zhibo_li_top_left{
        width: 5.6875rem;
    }
    .m-indexcontent{
        display: block;
    }
    .m-indexcontent{
        margin: 0 auto;
        height: auto;
    }
    .indexcontent_left_newtop {
        /*width: 1060px;*/
        border-radius: 4px;
        box-shadow: 0 0 12px var(--jyp-hei);
        /*height: 670px;*/
        overflow: hidden;
        margin-top:30px;
    }
    .indexcontent_right_zhibobox {
        /*width: 1040px;*/
        overflow: hidden;
        border-radius: 4px;
        box-shadow: 0 0 12px var(--jyp-hei);
        padding: 0 10px;
        margin-top: 20px;
    }
    .indexcontent_right_allbox_title {
        font-size: 16px;
        font-weight: 600;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .indexcontent_right_allbox_title a{
        color: #666;
        font-size: 12px;
        font-weight: normal;
        float: right;
        cursor: pointer;
    }
    .indexcontent_right_zhibo_list a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        background-image: url(/img/logo8.ce099888.png);
        color: #fff;
    }
    .indexcontent_right_zhibo_list_date {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #ddd;
        font-size: 13px;
        font-weight: normal;
        word-break: break-all;
        word-wrap: break-word;
        margin: 0 2px;
        width: 20%;
        font-weight: 777;
    }
    .indexcontent_right_zhibo_list img {
        margin: 0 3px;
        /* border-radius: 50%; */
        /* margin-bottom: 5px; */
    }
    .indexcontent_right_zhibo_list_home,.indexcontent_right_zhibo_list_guest{

    }
    .indexcontent_right_zhibo_list_dui {
        max-width: 98%;
        padding: 0 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .indexcontent_right_taoyong{
        padding: 0 3px;
        margin-bottom: 20px;
    }
    .indexcontent_right_taoyong iframe{
        transform: scale(1.1);
        transform-origin: 0 0 0;
        height: 850px;
    }
    .indexcontent_nei{
        padding: 0 3px;
    }
    .new_index3 ul {
    /*width: 1040px;*/
    }
    .new_index3 ul li {
    /*width: 1040px;*/
    height: auto;
    }
    .new_index3 ul li img {
    /*width: 1040px;*/
    }
    .new_index3 ul li{
        /*font-size: 36px;*/
    }
    /*开始播放页面的手机端适配*/
    .mianbao {
        margin: 10px 0;
        font-weight: 400;
        font-size: 16px;
    }
    .m-bofang_body{
        background-color: #5a5f5b;
    }
    .bofang_body_top {
        background-size: auto 202px;
    }
    .bofang_body_top_guojia{
        justify-content: center;
    }
    .bofang_body_top_middle{
        margin-top: 0;
        display: flex;
        align-content: center;
        align-items: center;
        color: #fff;
        font-size:16px;
        background-image:none;
        -webkit-text-fill-color: white;
        text-align: center;
    }
    .bofang_body_top span {
        margin: 0.3125rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 0.625rem 0;
        font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
    }
    .m-bofang_hui .iframe_bofang{
        margin:0 auto;
    }
    .m-bofang_hui .iframe_bofang iframe{

        transform-origin: 0 0 0;
        height: 1970px;
        /*height: 2850px;*/
    }
    .iframe_bofang{
        height: 680px;
    }
    .bofang_lishi_title span {
        color: #fff;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        line-height: 1.6em;
    }
    .bofang_body_box2_list1 {
        display: flex;
        background: #555;
        align-items: center;
        justify-content: space-around;
        border-bottom: 0.1625rem solid #c1c1c1;
        padding: 0.1875rem 0;
    }
    .bofang_body_box2 .time {
        color: #bebebe;
    }
    .bofang_body_box2 .guojia1 span {
        width: auto;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        margin: 0.125rem;
        display: inline-block;
        text-align: center;
    }
    .bofang_body_box2 .guojia2 span {
        width: auto;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        margin: 0.125rem;
        display: inline-block;
        text-align: center;
    }
    .bofang_body_box2 .bifen {
        width: 30%;
        text-align: center;
    }
    .bofang_body_box2_list1 img {
        display: inline-block;
    }
    .bofang_body_box2 .bifen span  {
        background: #009b3a;
        padding: 0.125rem 0.5rem;
        border-radius: 0.1875rem;
        font-weight: 700;
        max-width: 100px;
        color: #fff;
        margin: 0 auto;
    }
    .bofang_body_box2 .guojia1 {
        width: 35%;
        text-align: right;
        line-height: 25px;
        font-size: .75rem;
        padding: 0.625rem 0;
        font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
        display: flex;
        /*flex-direction: column-reverse;*/
        align-content: center;
        justify-content: right;
        align-items: center;
    }
    .bofang_body_box2 .guojia2 {
        width: 30%;
        text-align: left;
        line-height: 25px;
        font-size: .75rem;
        padding: 0.625rem 0;
        font-family: Tahoma,Helvetica Neue,Helvetica,Arial,sans-serif;
        display: flex;
        /*flex-direction: column;*/
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .m-bofang_lishi_title{
        display: flex;
    }
    .bofang_body_box2_list1 .guojia2,.bofang_body_box2_list1 .guojia1{
    }
	
	
	.main_menu ul li {
		width: auto;
		padding: 0 5px;
	}
}
@media screen and (min-width: 1000px) {
    .m-indexcontent{
        display: none;
    }
    .indexcontent{
        display: block;
    }
    .m-bofang_body{
        display: none;
    }
    .bofang_body{
        display: block;
    }
    .m-bofang_hui{
        display: none;
    }
    .bofang_hui{
        display: block;
    }
    .m-bofang-mianbao{
        display: none;
    }
}
body .embedBox {
  display: none;
}
body .mobover{ 
    display: none;
}
.articLinks a {
    color: #1565c0;
    font-weight: normal;
    display: block;
}
.newshow_left_nei_detail_con_html img{
	height: auto!important;
}
.pagelist span{
	font-weight: 777;
}
/* 隐藏标签 */
.sourcebox{
	display: none;
}
.hashtag{
	display: none;
}
/* 隐藏标签 */
body .mianbao h1,body .mianbao2 h1{
	font-size: 12px;
	font-weight: 600;
	margin: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	color: #999;
	/* line-height: 20px; */
}
@media screen and (max-width: 1000px) {
	body .mianbao h1,body .mianbao2 h1{
		display: none;
	}
}
.jyp_dibu{
	color: #555e61;
	font-size: 12px;
	margin-top:5px;
	margin-bottom:5px;
}

.jyp_dibu h2,.jyp_dibu h3,.jyp_dibu h4,.jyp_dibu h5,.jyp_dibu h6{
	font-size: 12px;
	display: inline;
}
/* 视频底部处理 */
.jyp_video_dibu{
	color:#fff;
	margin-bottom: 0;
	padding-bottom: 5px;
	position: relative;
	bottom: 15px;
}
.jyp_video_dibu a{
	color:#fff;
}
.jyp_video_dibu a:hover{
	color:#fff;
}

/* 会员中心 */
.top_nei{
    position: relative;
    

}
.top-user{
    position: absolute;
    right:0px;
    top:0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    color: #fff;
}
.top-user a{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}
.top-user a:hover{
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}
html body{
    overflow: auto;
}
body .hidden{
    display: none;
}
body .vipay.on{
    border:2px solid #eaf;
}
@media screen and (max-width: 1000px) {
	.indexcontent {
        width: 100%;
    }
    body .container {
        max-width: 98%;
    }
}
.last_time{
    position: absolute;
    right:8px;
    top:58px;
    background-color: #ddf1fd;
    border: 1px solid rgb(65 164 222 / 70%);
    color: #41a4de;
    font-size: 12px;
    padding: 0 2px;
}
.user-menu {
    position: absolute;
    right:1px;
    top:0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    color: #fff;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 80% !important;
    left: 15% !important;
    z-index: 1000;
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    background-color: #fff;
    border: 1px solid #ccc;
}

.user-menu:hover .dropdown-menu {
    display: block;
}

.dropdown-menu:hover {
    display: block;
}

.top_nei a{
    display: block;
    margin-left: 10px;
}

.dropdown-toggle {
    padding: 10px 15px;
}

.c-name {
    font-size: 14px;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px 0 5px;
    line-height: 40px;
}

.dropdown-menu-mobile {
    display: none;
    position: absolute;
    top: 80% !important;
    left: 0;
    z-index: 1000;
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    background-color: #fff;
    border: 1px solid #ccc;
}

.user-menu:hover .dropdown-menu-mobile {
    display: block;
}

.dropdown-menu-mobile:hover {
    display: block;
}
@media screen and (max-width: 1000px) {
    body .top_nei.container {
        max-width: 100% !important;
    }
    .user-menu{
        margin-right: 20px;
    }
    .mianbao{
        margin-left: 10px;
    }
    .top_nei.container{
        margin-left: 0px;
        padding-left: 0px;
    }
    .new_m_ul{
        width: 98%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    body a.new_m_li{
        display: flex;
        flex-direction: column;
    }
    .new_m_ul .new_m_li img{        
        height:35px
    }
    .new_m_ul .new_m_li:nth-child(1) img{        
        height:32px
    }
    .new_m_ul .new_m_li:nth-child(2) img{        
        height:30px
    }
    .new_m_ul .new_m_li:nth-child(3) img{        
        height:34px
    }
    .new_m_ul .new_m_li:nth-child(6) img{        
        height:30px
    }
    .new_m_li>div{
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new_m_ul .new_m_li span{
        color: #ffffff;    
    }
    .new_m_li div.bottomm{
        border:0px;
        margin: 0px;
        padding: 0px;
        display: block;
        width:100%;
        height: 2px;
        background-color: none;        
    }
    .new_m_li span{
        font-size: 20px;
    }
    .new_m_li.on div.bottomm{
        background-color: red;
    }
    .new_m_li.on span{
        font-weight: 777;
    }
    .top-user{
        right: 10px;
    }
    .top-user a img{
        height: 35px;
    }
    .top-user a:nth-child(2) img{
        height: 29px;
    }
}
@media screen and (min-width: 1000px) {
    .top-user{
        right: 10px;
    }
    .top-user a img{
        height: 30px;
    }
    .top-user a:nth-child(2) img{
        height: 24px;
    }

    .page-top{
        height: 97px;
    }
}
@media screen and (max-width: 600px) {
    body .new_m_li span{
        font-size: 12px;
    }
}
/* 首页方案 */
/* .indexpage-tips{
    margin-top:0px;
}
.indexpage-tips a{
    color:#000000;
}
.indexpage-tips a:hover{
    color:#000000;
}
.indexpage-tips ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexpage-tips ul li{
    background: linear-gradient(45deg,#558bff5e,#ffc4e8,#acffd6,#00800057 80%);
    border-radius: 5px;
    margin-top:5px;
    padding: 5px;
    
}

.indexpage-tips ul li a{
    display: flex;
    flex-direction: column;
}
.indexpage-tips ul li a .indexpage-tips-li-top{
    display: flex;
    justify-content: space-between;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
}
.indexpage-tips-wanfa{
    text-align: right;
}
.indexpage-tips-time,indexpage-tips-wanfa{
    display: flex;
    align-items: center;
}
.indexpage-tips ul li a .indexpage-tips-li-center{
    display: flex;
    justify-content: center;
    
}
.indexpage-tips-li-center-left,.indexpage-tips-li-center-center,.indexpage-tips-li-center-right{
    display: flex;
    flex-direction: column;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}
.indexpage-tips-li-center-left{
    width: 35%;
    flex:0 0 auto;
}
.indexpage-tips-li-center-center{
    width: 30%;
    flex:0 0 auto;
    color: #034949;
    font-size: 28px;
    font-weight: 777;
}
.indexpage-tips-li-center-right{
    width: 35%;
    flex:0 0 auto;    
}
.indexpage-tips-li-center-left span,.indexpage-tips-li-center-right span{
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexpage-tips ul li a .indexpage-tips-li-center img{
    width: 35px;
    height: 35px;
}
.indexpage-tips ul li a .indexpage-tips-li-bottom{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}
.indexpage-tips-leagueName{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
}
body .indexpage-tips-leagueName img{
    width: 12px;
    height: 12px;
    margin-right: 2px;
}
.indexpage-tips-price{
    text-align: right;
}
.indexpage-tips-price span{
    font-size: 9px;
    margin:0 3px;
}
.indexcontent_right_zhibobox.indexpage-tips{
    margin-top: 20px;
}

.indexcontent_right_allbox_xian2 {
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 5px;
}
.
@media screen and (max-width: 1000px) {
    body .indexpage-tips ul{
        width: 100%;
    }
    body .indexpage-tips ul li{
        width: 100%;
    }
    .indexpage-tips ul li a{
        padding: 3px 15px;
        width: 100%;
    }
    .indexpage-tips ul li:nth-child(1){
        background: linear-gradient(to bottom, green, rgb(59, 116, 59));
    }
    .indexpage-tips ul li:nth-child(2){
        background: linear-gradient(to bottom, rgb(59, 116, 59),rgb(253, 104, 104));
    }
    .indexpage-tips ul li:nth-child(3){
        background: linear-gradient(to bottom, rgb(253, 104, 104),red);
    }
    .indexpage-tips ul li:nth-child(4){
        background: linear-gradient(to bottom,red, rgb(253, 104, 104));
    }
    .indexpage-tips ul li:nth-child(5){
        background: linear-gradient(to bottom,rgb(253, 104, 104),rgb(128, 128, 250));
    }
    .indexpage-tips ul li:nth-child(6){
        background: linear-gradient(to bottom,rgb(128, 128, 250),blue);
    }
    .indexpage-tips-li-center-center{
        color: #ffffff;
    }
}
@media screen and (min-width: 1000px) {
    
    body .index-indexnews_box{
        height: 450px;
    }
    
    body .index-indexnews_box .indexnews_list{
        height: 85px;
    }
    
    .indexpage-tips-time,.indexpage-tips-wanfa{
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .indexpage-tips-leagueName,.indexpage-tips-price{
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
} */
/* 新的首页方案模块start */
.avatar{display:block;margin:0 auto;width:60px;height:60px;border-radius:50%;object-fit:cover;background:#fff url(../images/app-user-avatar.png) no-repeat center center;background-size:cover;box-shadow:0 0 0 1px rgb(0 0 0 / 10%);border:none;position:relative}
.avatar[data-dot]::before{content:attr(data-dot);position:absolute;left:0;top:0;background-color:#f2330e;color:#fff;font-size:12px;line-height:15px;border-radius:15px;min-width:7px;padding:0 4px}
.avatar[data-vest]::after{content:"";position:absolute;left: 50%;bottom: -5px;width: 100%;padding-top: 42%;background:no-repeat center bottom;background-size:contain;transform: translateX(-50%);}
.author-info-wrap {display: flex;align-items: center;justify-content: space-between;}
.author-info,a.author-info{display:flex;align-items:center;}
.author-content{flex:1;font-size:0;line-height:1.4;overflow:hidden;padding-left: 15px;}
.author-content .name{font-size:16px;font-weight:500;max-width:200px}
.author-content .tags::before{content:"giỏi";padding-right:4px;font-size:12px;display: inline-block;vertical-align: middle;}
.author-info .action{text-align:center;line-height:initial;flex-shrink:0;min-width: 90px;white-space: nowrap;}
.author-info .action.hide .follow-btn{display:none}
.author-info .action .follower{display:block;color:#999;font-size:12px;margin-top:2px}
.author-wrap{
	padding:20px;
	background-image: linear-gradient(to right, rgba(101,187,255,.2),rgba(101,187,255,0), rgba(207,152,59,0), rgba(207,152,59,.2)) !important;
}
.ellipsis {white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}


.app-tag{display:inline-block;vertical-align: middle;font-size:12px;min-width:34px;line-height:18px;border-radius:2px;text-align:center;white-space:nowrap;padding:0 3px;margin:2px 5px 2px 0}
.app-tag[title]::after{content:attr(title)}
.app-tag[title="标准"]::after{content:"让球"}
.app-tag.orange{background-color:#ff6a00;color: #fff;}
.app-tag.red{background-color: #F72828;color:#fff}
.app-tag.blue{background-color: #3183FC;color:#fff;}
.app-tag.light{padding:0 6px}
.app-tag.plain{color:#41a4de;font-size:12px;border:1px solid #41a4de;padding:0 2px}
.app-tag.dark{color:#ff6a00;background-color:#fee3cf;}
.app-tag i{position:absolute;left:0;top:0;width:100%;height:100%;opacity:.3;border-radius:3px}

.author-wrap .intro{color:#999;font-size:14px;line-height:1.5;margin-top: 12px;}
.author-wrap .sharebar {margin-bottom: -10px;}
.app-dialog{min-height:200px;background-color:#fff;border-radius: 20px;overflow: hidden;position:fixed;bottom:50%;left:50%;max-width:550px;width:94%;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%);z-index:2001;box-shadow:0 0 0 3px rgb(0 0 0 / 15%);}
.app-dialog .c-content{padding:30px;color:#333;font-size: 16px;line-height: 35px;text-align:center;}
.app-dialog .c-content .aio-strong{color:red;font-size:130%}
.app-dialog .c-footer-button{display:flex;font-size:16px}
.app-dialog .c-footer-button .aio-bt{flex:1;text-align:center;border-radius:0;line-height:50px;display:block;padding:0 15px}
.app-dialog.auto-size{min-height:0;max-width:96%}

.ht-QRcode{position: relative;}
.ht-QRcode::before {content: "";position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);background: #fff url("../images/logo-clean.png") no-repeat center center / 80%;width: 16px;height: 16px;z-index: 1;border-radius: 2px;}

follow-btn::after{content:'+Theo dõi'}
.follow-btn[data-is-follow="1"]{background-color:#eee;color:#999}
.follow-btn[data-is-follow="1"]::after{content:'Đã theo dõi'}
.list-rate{display:block;color:#f2330e;font-size: 15px;line-height:initial;margin-top:.2em;}
.rate-row {color:#f2330e;font-size: 14px;display: block;padding: 4px 0;}
.rate-column{color:#f2330e;font-size: 14px;text-align: center;display: inline-block;white-space: nowrap;}
.rate-column em{display:block;font-size: 25px;font-weight:bold;font-family:DINPro;margin-bottom: 2px;}
.layout-section{padding:20px}
.layout-section .card-title{margin-bottom:20px}
.card-title{position:relative;line-height:30px}
.layout-h3{display:inline-block;vertical-align:top;font-size:20px;padding-left:15px;position:relative}
.layout-h3::before{content:"";position:absolute;left:0;top:50%;width:5px;height:24px;border-radius:5px;background-color:#ff6a00;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.card-title a{color:#999;font-size:14px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}
.card-title .cash-btn{line-height:25px;font-size:14px;color:#fff;background-color:#ff6a00;width:60px;border-radius:4px}
.card-title .date{display:inline-block;vertical-align:top;color:#999;font-size:14px;margin-left:15px}
.radio-wrapper{font-size:0;text-align:left;line-height:32px}
.radio-wrap{display:inline-block;vertical-align:middle;font-size:0;line-height:20px;cursor:pointer;position:relative;overflow:hidden;margin-right: 15px;}
.radio-wrap::before{content:"";display:inline-block;vertical-align:middle;width:20px;height:20px;border:1px solid #999;border-radius:50%}
.radio-label{display:inline-block;vertical-align:middle;font-size:14px;padding-left:10px}
.radio-wrap.checked::before{background:#ff6a00 url(../images/icon-check.png) no-repeat;background-size:contain;border-color:#ff6a00}
.report-box{text-align:left}
.report-box p{font-size:14px;line-height:26px;margin-bottom:5px}
.report-box textarea{width:100%;height:150px;background-color:#fff;line-height:30px;padding:5px 10px;font-size:16px;border-radius:2px;border:solid 1px #d1d1d1;margin-top:10px;-webkit-appearance:none}


.recommend-list{ min-height:134px;}
.recommend-list .item {line-height: 1;background-color: #fff;box-shadow: 0px 3px 8px 0px #a8a8b1;margin-bottom: 10px;padding: 10px;}
.recommend-list .top {display: flex;align-items: center;padding: 0;}
.recommend-list .bottom {display: block;padding: 0;padding-top: 10px;}
.recommend-list .bottom:not(:last-child) {border-bottom: 1px solid #DDE2F0;padding-bottom: 10px;}
.recommend-list .bottom .desc {font-size: 16px;line-height: 24px;}
.recommend-list .bottom .home-away {background-color: #f5f7ff;padding: 6px 14px;border-radius: 4px;color: #8E8E8E;font-size: 16px;margin-top: 6px;position: relative;}
.recommend-list .bottom .home-away::after {content: "";position: absolute;right: 20px;top: 0;bottom: 0;width: 6px;background: url("../images/right.png") no-repeat center center;background-size: contain;}
.recommend-list .bottom .home-away .classify {color: #2760AB;font-size: 12px;line-height: 14px;border: 1px solid #2760AB;padding: 0 5px;border-radius: 2px;margin-right: 5%;vertical-align: middle;display: inline-block;}
.recommend-list .bottom .home-away span {vertical-align: middle;}
.recommend-list .bottom .title {font-size: 20px;font-weight: 400;max-width: 360px;}
.recommend-list .bottom .title::before {content: attr(data-classify);border: 1px solid #41a4de;color: #41a4de;font-size: 12px;line-height: 16px;height: 18px;padding: 0 4px;border-radius: 3px;display: inline-block;vertical-align: middle;margin-top: -3px;box-sizing: border-box;margin-right: 6px;}
.recommend-list .bottom .other {color: #8e8e8e;display: flex;justify-content: space-between;align-items: flex-end;margin-top: 8px;}
.recommend-list .bottom .other span {display: inline-block;margin-right: 15px;}
.recommend-list .bottom .other [class^="match-"] {padding-left: 18px;background: no-repeat left center;background-size: 12px;}
.recommend-list .bottom .other .match-1 {background-image: url(/img/v2/sportid-1.png);}
.recommend-list .bottom .other .match-2 {background-image: url(/img/v2/sportid-2.png);}
.recommend-list .bottom .ds {color: #2760AB;font-size: 14px;}
.recommend-list .bottom .ds em {font-size: 25px;font-weight: bold;display: inline-block;vertical-align: middle;margin-top: -7px;}
.recommend-list .bottom .ds strong {font-size: 20px;}
.recommend-list .bottom .retreat {background-color: #f2330e;color: #fff;font-size: 12px;line-height: 20px;padding: 0 10px;border-radius: 3px;margin-top: 4px;}
.recommend-list .bottom .information {font-size: 12px;line-height: 14px;}
.recommend-list .bottom .price {color: #3183fc;}
.recommend-list .bottom .price em {font-size: 24px;margin: 0 1px;}
.recommend-list .bottom .price strong {display: none;}

.indexpage-tips a,.indexpage-tips a:hover{
    text-decoration: none;
}
.indexpage-tips .top{
    background-color: transparent !important;
}
.indexpage-tips .bottom{
    background-color: transparent !important;
}
.indexpage-tips .desc.ellipsis,.home-away{
    text-align: left;
}
.indexcontent_right_zhibobox.indexpage-tips{
    margin-top: 20px;
}
@media screen and (min-width: 1000px) {
    .indexpage-tips .top{
        height: 60px;
    }
    .indexpage-tips .bottom .other{
        height: 20px;
    }
    .indexpage-tips .bottom .other .price{
        margin-bottom: 0px;
    }
}
/* 做成两个start */
@media screen and (min-width: 1000px) {
    .recommend-list{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .recommend-list .item{
        width: 49%;
    }
    .author-content .name{
        margin-bottom: 0px;
        font-size: 15px;
    }
    .app-tag{
        font-size: 10px;
    }
    .recommend-list .bottom .desc{
        font-size: 12px;
    }
    .recommend-list .bottom .home-away .classify{
        font-size: 10px;
        padding: 0 2px;
        margin-right: 2px;
    }
    .recommend-list .bottom .home-away span{
        font-size: 14px;
        
    }
    .recommend-list .bottom .home-away{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .author-content{
        padding-left: 10px;
    }
    .recommend-list .bottom .other span{
        width: 80px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .recommend-list .bottom .other [class^="match-"]{
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
}
/* 做成两个end */
/* 手机调整start */
@media screen and (max-width: 1000px) {
    .recommend-list .item{
        padding: 5px;
    }
    .author-content .name{
        margin-bottom: 2px;
    }
    .recommend-list .bottom{
        padding-top: 2px;
    }
    .recommend-list .bottom .desc{
        margin-bottom: 2px;
    }
    .recommend-list .bottom .home-away{
        padding: 2px 10px;
    }
    .recommend-list .bottom .other span{
        width: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .recommend-list .bottom .price{
        margin-bottom: 0px;

    }
    .recommend-list .bottom .price em{
        font-size: 18px;
    }
    .recommend-list .bottom .information{
        display: flex;
        width: 70%;
    }
    .recommend-list .bottom .other{
        margin-top:3px;
    }
    .recommend-list .item:nth-child(4){
        display: none;
    }
    .recommend-list .item:nth-child(5){
        display: none;
    }
    .recommend-list .item:nth-child(6){
        display: none;
    }
}
/* 手机跳转end */
/* 重做首页比分start */
.indexcontent_right_taoyong{
    font-size: 12px;
}
.indexcontent-bifen-title{
    height: 43px;
    display: flex;
    justify-content: space-between;
}
.indexcontent-bifen-tag{
    display: flex;
    justify-content: start;
}
.indexcontent-bifen-tag .on{
    background-color: #2760ab;
    color: #ffffff;
}
.indexcontent-bifen-tagli{
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    cursor:pointer;
    color: #222;
    background-color: #e5e5e5;
}
.indexcontent-bifen-more a{
    color: #666;
    font-size: 12px;
    font-weight: 400;
    float: right;
    cursor: pointer;
    line-height: 40px;
    margin-right: 10px;
}
.loading {text-align: center;padding: 10% 0;color: #ccc;}
.sk-chase {width: 60px;height: 60px;position: relative;animation: sk-chase 2.5s infinite linear both;margin: 0 auto 30px;}
.sk-chase-dot {width: 100%;height: 100%;position: absolute;left: 0;top: 0; animation: sk-chase-dot 2.0s infinite ease-in-out both; }
.sk-chase-dot:before {content: '';display: block;width: 25%;height: 25%;background-color: #2760AB;border-radius: 100%;animation: sk-chase-dot-before 2.0s infinite ease-in-out both; }
.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}
@keyframes sk-chase-dot-before {
  50% { transform: scale(0.4);  }
	100%, 0% { transform: scale(1.0); } 
}

@media screen and (min-width: 1000px) {
    .indexcontent-bifen-content{
        height: 1389px;
    }
}
/* 重做首页比分end */

/* 对足球比分手机端进行左对齐start */
@media screen and (max-width: 1000px) {
    body .jyp_lanqiu_tr_data>.jyp_zuqiu_dd_4,body .jyp_lanqiu_tr_data>.jyp_zuqiu_dd_6{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    body .jyp_lanqiu_tr_data>.jyp_zuqiu_dd_4{
        display: flex;
        flex-direction: row-reverse;
        margin-left: 9px;
    }
    body .jyp_zuqiu_head_3,body .jyp_zuqiu_head_5{
        width: 27%;
        /* justify-content: flex-start !important;
        text-align: left !important;
        flex-direction: row !important; */
        
    }
    body .jyp_zuqiu_head_5{
        margin-right: 1%;
    }
    body .jyp_zuqiu_head .jyp_zuqiu_head_6{
        display: none;
    }
    /* body .jyp_zuqiu_head .jyp_zuqiu_head_7{
        width: 15%;
    } */
}
/* 对足球比分手机端进行左对齐end */