body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0;font-size:16px;font-family:"microsoft yahei",helvetica,arial}
button,input,select,textarea{vertical-align:middle;font-family:"microsoft yahei",helvetica,arial;-webkit-appearance:none;border-radius:0}
h1,h2,h3,h4,h5,h6{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,cite,dfn,em,i,var{font-style:normal}
ol,ul{list-style-type:none}
sup{vertical-align:text-top} 
sub{vertical-align:text-bottom}
a{text-decoration:none;cursor:pointer;color:#000}
input,select,textarea{outline:0}
input{border-radius:0;border:0;background:0}
.default_bg{background:#f2f2f2;}
.bold{font-weight: bold;}
.clearfix:after{content:" ";display:block;clear:both;height:0}
.rotate90{transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg)}
.rotate_90{transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg)}
.rotate180{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}
.text_center{text-align:center!important}
.textcenter{text-align:center}
.textleft{text-align:left!important}
.textright{text-align:right!important}
.fl{float:left!important}
.fr{float:right!important}
.hide{display:none!important}
.show{display:block!important}
.border_box{box-sizing: border-box;}
.flexBox .boxWrap{display:box;display:-webkit-box}
.flexBox .box{box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}
.flexBox .ulBox{display:box;display:-webkit-box}
.flexBox .ulBox li{box-flex:1;-webkit-box-flex:1;-moz-box-flex:1}
.fixedTop{position:fixed;top:0;left:0}
.inline_middle{display:inline-block;vertical-align: middle;}
.inline-block,.eda_inline_block{display: inline-block;}
.block{display: block;}
.p_t_10{padding-top:10px}
.m_b_20{margin-bottom:20px}

.bg_white{background:#fff}
.overflow_hide{overflow: hidden;}
.nowrap{white-space: nowrap;}
.text_limit_1{text-overflow: ellipsis;overflow:hidden;}
.eda_text_c{text-align: center!important;}
.eda_text_r{text-align: right!important;}
.eda_text_l{text-align: left!important;}
/*color*/
 .eda_color_white{color:#fff}
 .eda_color_hig_blue{color:#37A2FC}
 .eda_color_hig_red{color:#EC1600}
 .eda_color_hig_green{color:#009900}
 .eda_color_gray{color:#979797}
.eda_nowrap,.eda_text_limit_1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

/*ver*/
.ver_align_middle{vertical-align: middle;}
.ver_align_text_b{vertical-align: text-bottom;}
/* font-size */
 .eda_fs_12{font-size:12px}
 .eda_fs_14{font-size:14px}
 .eda_fs_16{font-size:16px}
 .eda_fs_18{font-size:18px}
 .eda_fs_20{font-size:20px}
 .eda_fs_22{font-size:22px}
 .eda_fs_24{font-size:24px}
 .eda_fs_26{font-size:26px}
 .eda_fs_28{font-size:28px}
 .eda_fs_30{font-size:30px}
 .eda_fs_32{font-size:32px}
 .eda_fs_34{font-size:34px}
 .eda_fs_36{font-size:36px}
 .eda_fs_38{font-size:38px}
 .eda_fs_40{font-size:40px}
 
 /*radius*/
  .eda_radius_0{border-radius:0!important}
  .eda_radius_2{border-radius:2px!important}
  .eda_radius_4{border-radius:4px!important}
  .eda_radius_6{border-radius:6px!important}
  .eda_radius_8{border-radius:8px!important}
  .eda_radius_10{border-radius:10px!important}
  .eda_radius_12{border-radius:12px!important}
  .eda_radius_14{border-radius:14px!important}
  .eda_radius_semicircle{border-radius:2em!important}
  .eda_radius_circle{border-radius:50%!important}
/*flex*/
 .eda_flex_row{display: -webkit-box;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;flex-direction: row;}
 .eda_flex_column{display:flex;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-direction:column}
 .eda_flex_row .eda_flex_1, .eda_flex_column .eda_flex_1{flex:1 1 0%;word-wrap:break-word;word-break:break-all}
 .eda_flex_row.eda_flex_center{ -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
 .eda_flex_row.eda_flex_end{ -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}
 .eda_flex_row.eda_flex_between{-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
 .eda_flex_row.eda_flex_wrap{-ms-flex-wrap: wrap;flex-wrap: wrap;}
 .eda_flex_row.eda_flex_align_cneter{ -webkit-box-align: center;-ms-flex-align: center;align-items: center;}
 .eda_flex_row.eda_flex_align_end{ -webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
 .eda_flex_row.eda_flex_align_start{-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
 .eda_flex_row .eda_flex_self_start {-ms-flex-item-align: start;align-self: flex-start;}
 .eda_flex_row .eda_flex_self_end {-ms-flex-item-align: end;align-self: flex-end;}
 .eda_flex_row .eda_flex_self_center {-ms-flex-item-align: center;align-self: center;}
/* padding */
 .eda_p_0{padding:0!important;}
 .eda_p_1{padding:1px!important}
 .eda_p_2{padding:2px!important}
 .eda_p_3{padding:3px!important}
 .eda_p_4{padding:4px!important}
 .eda_p_5{padding:5px!important}
 .eda_p_6{padding:6px!important}
 .eda_p_7{padding:7px!important}
 .eda_p_8{padding:8px!important}
 .eda_p_9{padding:9px!important}
 .eda_p_10{padding:10px!important}
 .eda_p_11{padding:11px!important}
 .eda_p_12{padding:12px!important}
 .eda_p_13{padding:13px!important}
 .eda_p_14{padding:14px!important}
 .eda_p_15{padding:15px!important}
 .eda_p_16{padding:16px!important}
 .eda_p_17{padding:17px!important}
 .eda_p_18{padding:18px!important}
 .eda_p_19{padding:19px!important}
 .eda_p_20{padding:20px!important}
 .eda_p_21{padding:21px!important}
 .eda_p_22{padding:22px!important}
 .eda_p_23{padding:23px!important}
 .eda_p_24{padding:24px!important}
 .eda_p_25{padding:25px!important}
 .eda_p_26{padding:26px!important}
 .eda_p_27{padding:27px!important}
 .eda_p_28{padding:28px!important}
 .eda_p_29{padding:29px!important}
 .eda_p_30{padding:30px!important}
 .eda_p_31{padding:31px!important}
 .eda_p_32{padding:32px!important}
 .eda_p_33{padding:33px!important}
 .eda_p_34{padding:34px!important}
 .eda_p_35{padding:35px!important}
 .eda_p_36{padding:36px!important}
 .eda_p_37{padding:37px!important}
 .eda_p_38{padding:38px!important}
 .eda_p_39{padding:39px!important}
 .eda_p_40{padding:40px!important}
 .eda_p_41{padding:41px!important}
 .eda_p_42{padding:42px!important}
 .eda_p_43{padding:43px!important}
 .eda_p_44{padding:44px!important}
 .eda_p_45{padding:45px!important}
 .eda_p_46{padding:46px!important}
 .eda_p_47{padding:47px!important}
 .eda_p_48{padding:48px!important}
 .eda_p_49{padding:49px!important}
 .eda_p_50{padding:50px!important}
 .eda_p_51{padding:51px!important}
 .eda_p_52{padding:52px!important}
 .eda_p_53{padding:53px!important}
 .eda_p_54{padding:54px!important}
 .eda_p_55{padding:55px!important}
 .eda_p_56{padding:56px!important}
 .eda_p_57{padding:57px!important}
 .eda_p_58{padding:58px!important}
 .eda_p_59{padding:59px!important}
 .eda_p_60{padding:60px!important}

 .eda_p_t_0{padding-top:0!important;}
 .eda_p_t_1{padding-top:1px!important}
 .eda_p_t_2{padding-top:2px!important}
 .eda_p_t_3{padding-top:3px!important}
 .eda_p_t_4{padding-top:4px!important}
 .eda_p_t_5{padding-top:5px!important}
 .eda_p_t_6{padding-top:6px!important}
 .eda_p_t_7{padding-top:7px!important}
 .eda_p_t_8{padding-top:8px!important}
 .eda_p_t_9{padding-top:9px!important}
 .eda_p_t_10{padding-top:10px!important}
 .eda_p_t_11{padding-top:11px!important}
 .eda_p_t_12{padding-top:12px!important}
 .eda_p_t_13{padding-top:13px!important}
 .eda_p_t_14{padding-top:14px!important}
 .eda_p_t_15{padding-top:15px!important}
 .eda_p_t_16{padding-top:16px!important}
 .eda_p_t_17{padding-top:17px!important}
 .eda_p_t_18{padding-top:18px!important}
 .eda_p_t_19{padding-top:19px!important}
 .eda_p_t_20{padding-top:20px!important}
 .eda_p_t_21{padding-top:21px!important}
 .eda_p_t_21{padding-top:21px!important}
 .eda_p_t_22{padding-top:22px!important}
 .eda_p_t_23{padding-top:23px!important}
 .eda_p_t_24{padding-top:24px!important}
 .eda_p_t_25{padding-top:25px!important}
 .eda_p_t_26{padding-top:26px!important}
 .eda_p_t_27{padding-top:27px!important}
 .eda_p_t_28{padding-top:28px!important}
 .eda_p_t_29{padding-top:29px!important}
 .eda_p_t_30{padding-top:30px!important}
 .eda_p_t_31{padding-top:31px!important}
 .eda_p_t_32{padding-top:32px!important}
 .eda_p_t_33{padding-top:33px!important}
 .eda_p_t_34{padding-top:34px!important}
 .eda_p_t_35{padding-top:35px!important}
 .eda_p_t_36{padding-top:36px!important}
 .eda_p_t_37{padding-top:37px!important}
 .eda_p_t_38{padding-top:38px!important}
 .eda_p_t_39{padding-top:39px!important}
 .eda_p_t_40{padding-top:40px!important}
 .eda_p_t_41{padding-top:41px!important}
 .eda_p_t_42{padding-top:42px!important}
 .eda_p_t_43{padding-top:43px!important}
 .eda_p_t_44{padding-top:44px!important}
 .eda_p_t_45{padding-top:45px!important}
 .eda_p_t_46{padding-top:46px!important}
 .eda_p_t_47{padding-top:47px!important}
 .eda_p_t_48{padding-top:48px!important}
 .eda_p_t_49{padding-top:49px!important}
 .eda_p_t_50{padding-top:50px!important}
 .eda_p_t_51{padding-top:51px!important}
 .eda_p_t_52{padding-top:52px!important}
 .eda_p_t_53{padding-top:53px!important}
 .eda_p_t_54{padding-top:54px!important}
 .eda_p_t_55{padding-top:55px!important}
 .eda_p_t_56{padding-top:56px!important}
 .eda_p_t_57{padding-top:57px!important}
 .eda_p_t_58{padding-top:58px!important}
 .eda_p_t_59{padding-top:59px!important}
 .eda_p_t_60{padding-top:60px!important}

 .eda_p_b_0{padding-bottom:0!important;}
 .eda_p_b_1{padding-bottom:1px!important}
 .eda_p_b_2{padding-bottom:2px!important}
 .eda_p_b_3{padding-bottom:3px!important}
 .eda_p_b_4{padding-bottom:4px!important}
 .eda_p_b_5{padding-bottom:5px!important}
 .eda_p_b_6{padding-bottom:6px!important}
 .eda_p_b_7{padding-bottom:7px!important}
 .eda_p_b_8{padding-bottom:8px!important}
 .eda_p_b_9{padding-bottom:9px!important}
 .eda_p_b_10{padding-bottom:10px!important}
 .eda_p_b_11{padding-bottom:11px!important}
 .eda_p_b_12{padding-bottom:12px!important}
 .eda_p_b_13{padding-bottom:13px!important}
 .eda_p_b_14{padding-bottom:14px!important}
 .eda_p_b_15{padding-bottom:15px!important}
 .eda_p_b_16{padding-bottom:16px!important}
 .eda_p_b_17{padding-bottom:17px!important}
 .eda_p_b_18{padding-bottom:18px!important}
 .eda_p_b_19{padding-bottom:19px!important}
 .eda_p_b_20{padding-bottom:20px!important}
 .eda_p_b_21{padding-bottom:21px!important}
 .eda_p_b_22{padding-bottom:22px!important}
 .eda_p_b_23{padding-bottom:23px!important}
 .eda_p_b_24{padding-bottom:24px!important}
 .eda_p_b_25{padding-bottom:25px!important}
 .eda_p_b_26{padding-bottom:26px!important}
 .eda_p_b_27{padding-bottom:27px!important}
 .eda_p_b_28{padding-bottom:28px!important}
 .eda_p_b_29{padding-bottom:29px!important}
 .eda_p_b_30{padding-bottom:30px!important}
 .eda_p_b_31{padding-bottom:31px!important}
 .eda_p_b_32{padding-bottom:32px!important}
 .eda_p_b_33{padding-bottom:33px!important}
 .eda_p_b_34{padding-bottom:34px!important}
 .eda_p_b_35{padding-bottom:35px!important}
 .eda_p_b_36{padding-bottom:36px!important}
 .eda_p_b_37{padding-bottom:37px!important}
 .eda_p_b_38{padding-bottom:38px!important}
 .eda_p_b_39{padding-bottom:39px!important}
 .eda_p_b_40{padding-bottom:40px!important}
 .eda_p_b_41{padding-bottom:41px!important}
 .eda_p_b_42{padding-bottom:42px!important}
 .eda_p_b_43{padding-bottom:43px!important}
 .eda_p_b_44{padding-bottom:44px!important}
 .eda_p_b_45{padding-bottom:45px!important}
 .eda_p_b_46{padding-bottom:46px!important}
 .eda_p_b_47{padding-bottom:47px!important}
 .eda_p_b_48{padding-bottom:48px!important}
 .eda_p_b_49{padding-bottom:49px!important}
 .eda_p_b_50{padding-bottom:50px!important}
 .eda_p_b_51{padding-bottom:51px!important}
 .eda_p_b_52{padding-bottom:52px!important}
 .eda_p_b_53{padding-bottom:53px!important}
 .eda_p_b_54{padding-bottom:54px!important}
 .eda_p_b_55{padding-bottom:55px!important}
 .eda_p_b_56{padding-bottom:56px!important}
 .eda_p_b_57{padding-bottom:57px!important}
 .eda_p_b_58{padding-bottom:58px!important}
 .eda_p_b_59{padding-bottom:59px!important}
 .eda_p_b_60{padding-bottom:60px!important}

 .eda_p_l_0{padding-left:0!important;}
 .eda_p_l_1{padding-left:1px!important}
 .eda_p_l_2{padding-left:2px!important}
 .eda_p_l_3{padding-left:3px!important}
 .eda_p_l_4{padding-left:4px!important}
 .eda_p_l_5{padding-left:5px!important}
 .eda_p_l_6{padding-left:6px!important}
 .eda_p_l_7{padding-left:7px!important}
 .eda_p_l_8{padding-left:8px!important}
 .eda_p_l_9{padding-left:9px!important}
 .eda_p_l_10{padding-left:10px!important}
 .eda_p_l_11{padding-left:11px!important}
 .eda_p_l_12{padding-left:12px!important}
 .eda_p_l_13{padding-left:13px!important}
 .eda_p_l_14{padding-left:14px!important}
 .eda_p_l_15{padding-left:15px!important}
 .eda_p_l_16{padding-left:16px!important}
 .eda_p_l_17{padding-left:17px!important}
 .eda_p_l_18{padding-left:18px!important}
 .eda_p_l_19{padding-left:19px!important}
 .eda_p_l_20{padding-left:20px!important}
 .eda_p_l_21{padding-left:21px!important}
 .eda_p_l_22{padding-left:22px!important}
 .eda_p_l_23{padding-left:23px!important}
 .eda_p_l_24{padding-left:24px!important}
 .eda_p_l_25{padding-left:25px!important}
 .eda_p_l_26{padding-left:26px!important}
 .eda_p_l_27{padding-left:27px!important}
 .eda_p_l_28{padding-left:28px!important}
 .eda_p_l_29{padding-left:29px!important}
 .eda_p_l_30{padding-left:30px!important}
 .eda_p_l_31{padding-left:31px!important}
 .eda_p_l_32{padding-left:32px!important}
 .eda_p_l_33{padding-left:33px!important}
 .eda_p_l_34{padding-left:34px!important}
 .eda_p_l_35{padding-left:35px!important}
 .eda_p_l_36{padding-left:36px!important}
 .eda_p_l_37{padding-left:37px!important}
 .eda_p_l_38{padding-left:38px!important}
 .eda_p_l_39{padding-left:39px!important}
 .eda_p_l_40{padding-left:40px!important}
 .eda_p_l_41{padding-left:41px!important}
 .eda_p_l_42{padding-left:42px!important}
 .eda_p_l_43{padding-left:43px!important}
 .eda_p_l_44{padding-left:44px!important}
 .eda_p_l_45{padding-left:45px!important}
 .eda_p_l_46{padding-left:46px!important}
 .eda_p_l_47{padding-left:47px!important}
 .eda_p_l_48{padding-left:48px!important}
 .eda_p_l_49{padding-left:49px!important}
 .eda_p_l_50{padding-left:50px!important}
 .eda_p_l_51{padding-left:51px!important}
 .eda_p_l_52{padding-left:52px!important}
 .eda_p_l_53{padding-left:53px!important}
 .eda_p_l_54{padding-left:54px!important}
 .eda_p_l_55{padding-left:55px!important}
 .eda_p_l_56{padding-left:56px!important}
 .eda_p_l_57{padding-left:57px!important}
 .eda_p_l_58{padding-left:58px!important}
 .eda_p_l_59{padding-left:59px!important}
 .eda_p_l_60{padding-left:60px!important}

 .eda_p_r_0{padding-right:0!important;}
 .eda_p_r_1{padding-right:1px!important}
 .eda_p_r_2{padding-right:2px!important}
 .eda_p_r_3{padding-right:3px!important}
 .eda_p_r_4{padding-right:4px!important}
 .eda_p_r_5{padding-right:5px!important}
 .eda_p_r_6{padding-right:6px!important}
 .eda_p_r_7{padding-right:7px!important}
 .eda_p_r_8{padding-right:8px!important}
 .eda_p_r_9{padding-right:9px!important}
 .eda_p_r_10{padding-right:10px!important}
 .eda_p_r_11{padding-right:11px!important}
 .eda_p_r_12{padding-right:12px!important}
 .eda_p_r_13{padding-right:13px!important}
 .eda_p_r_14{padding-right:14px!important}
 .eda_p_r_15{padding-right:15px!important}
 .eda_p_r_16{padding-right:16px!important}
 .eda_p_r_17{padding-right:17px!important}
 .eda_p_r_18{padding-right:18px!important}
 .eda_p_r_19{padding-right:19px!important}
 .eda_p_r_20{padding-right:20px!important}
 .eda_p_r_21{padding-right:21px!important}
 .eda_p_r_22{padding-right:22px!important}
 .eda_p_r_23{padding-right:23px!important}
 .eda_p_r_24{padding-right:24px!important}
 .eda_p_r_25{padding-right:25px!important}
 .eda_p_r_26{padding-right:26px!important}
 .eda_p_r_27{padding-right:27px!important}
 .eda_p_r_28{padding-right:28px!important}
 .eda_p_r_29{padding-right:29px!important}
 .eda_p_r_30{padding-right:30px!important}
 .eda_p_r_31{padding-right:31px!important}
 .eda_p_r_32{padding-right:32px!important}
 .eda_p_r_33{padding-right:33px!important}
 .eda_p_r_34{padding-right:34px!important}
 .eda_p_r_35{padding-right:35px!important}
 .eda_p_r_36{padding-right:36px!important}
 .eda_p_r_37{padding-right:37px!important}
 .eda_p_r_38{padding-right:38px!important}
 .eda_p_r_39{padding-right:39px!important}
 .eda_p_r_40{padding-right:40px!important}
 .eda_p_r_41{padding-right:41px!important}
 .eda_p_r_42{padding-right:42px!important}
 .eda_p_r_43{padding-right:43px!important}
 .eda_p_r_44{padding-right:44px!important}
 .eda_p_r_45{padding-right:45px!important}
 .eda_p_r_46{padding-right:46px!important}
 .eda_p_r_47{padding-right:47px!important}
 .eda_p_r_48{padding-right:48px!important}
 .eda_p_r_49{padding-right:49px!important}
 .eda_p_r_50{padding-right:50px!important}
 .eda_p_r_51{padding-right:51px!important}
 .eda_p_r_52{padding-right:52px!important}
 .eda_p_r_53{padding-right:53px!important}
 .eda_p_r_54{padding-right:54px!important}
 .eda_p_r_55{padding-right:55px!important}
 .eda_p_r_56{padding-right:56px!important}
 .eda_p_r_57{padding-right:57px!important}
 .eda_p_r_58{padding-right:58px!important}
 .eda_p_r_59{padding-right:59px!important}
 .eda_p_r_60{padding-right:60px!important}
/* margin */
.eda_space_10{margin: -5px!important;}
.eda_space_10>*{margin:5px!important}
.eda_space_12{margin: -6px!important;}
.eda_space_12>*{margin:6px!important}
.eda_space_14{margin: -7px!important;}
.eda_space_14>*{margin:7px!important}
.eda_space_16{margin:-8px!important}
.eda_space_16>*{margin:8px!important}
.eda_space_18{margin:-9px!important}
.eda_space_18>*{margin:9px!important}
.eda_space_20{margin:-10px!important}
.eda_space_20>*{margin:10px!important}
 .eda_m_0{margin:0!important;}
 .eda_m_1{margin:1px!important}
 .eda_m_2{margin:2px!important}
 .eda_m_3{margin:3px!important}
 .eda_m_4{margin:4px!important}
 .eda_m_5{margin:5px!important}
 .eda_m_6{margin:6px!important}
 .eda_m_7{margin:7px!important}
 .eda_m_8{margin:8px!important}
 .eda_m_9{margin:9px!important}
 .eda_m_10{margin:10px!important}
 .eda_m_11{margin:11px!important}
 .eda_m_12{margin:12px!important}
 .eda_m_13{margin:13px!important}
 .eda_m_14{margin:14px!important}
 .eda_m_15{margin:15px!important}
 .eda_m_16{margin:16px!important}
 .eda_m_17{margin:17px!important}
 .eda_m_18{margin:18px!important}
 .eda_m_19{margin:19px!important}
 .eda_m_20{margin:20px!important}
 .eda_m_21{margin:21px!important}
 .eda_m_22{margin:22px!important}
 .eda_m_23{margin:23px!important}
 .eda_m_24{margin:24px!important}
 .eda_m_25{margin:25px!important}
 .eda_m_26{margin:26px!important}
 .eda_m_27{margin:27px!important}
 .eda_m_28{margin:28px!important}
 .eda_m_29{margin:29px!important}
 .eda_m_30{margin:30px!important}
 .eda_m_31{margin:31px!important}
 .eda_m_32{margin:32px!important}
 .eda_m_33{margin:33px!important}
 .eda_m_34{margin:34px!important}
 .eda_m_35{margin:35px!important}
 .eda_m_36{margin:36px!important}
 .eda_m_37{margin:37px!important}
 .eda_m_38{margin:38px!important}
 .eda_m_39{margin:39px!important}
 .eda_m_40{margin:40px!important}
 .eda_m_41{margin:41px!important}
 .eda_m_42{margin:42px!important}
 .eda_m_43{margin:43px!important}
 .eda_m_44{margin:44px!important}
 .eda_m_45{margin:45px!important}
 .eda_m_46{margin:46px!important}
 .eda_m_47{margin:47px!important}
 .eda_m_48{margin:48px!important}
 .eda_m_49{margin:49px!important}
 .eda_m_50{margin:50px!important}
 .eda_m_51{margin:51px!important}
 .eda_m_52{margin:52px!important}
 .eda_m_53{margin:53px!important}
 .eda_m_54{margin:54px!important}
 .eda_m_55{margin:55px!important}
 .eda_m_56{margin:56px!important}
 .eda_m_57{margin:57px!important}
 .eda_m_58{margin:58px!important}
 .eda_m_59{margin:59px!important}
 .eda_m_60{margin:60px!important}

 .eda_m_t_0{margin-top:0!important;}
 .eda_m_t_1{margin-top:1px!important}
 .eda_m_t_2{margin-top:2px!important}
 .eda_m_t_3{margin-top:3px!important}
 .eda_m_t_4{margin-top:4px!important}
 .eda_m_t_5{margin-top:5px!important}
 .eda_m_t_6{margin-top:6px!important}
 .eda_m_t_7{margin-top:7px!important}
 .eda_m_t_8{margin-top:8px!important}
 .eda_m_t_9{margin-top:9px!important}
 .eda_m_t_10{margin-top:10px!important}
 .eda_m_t_11{margin-top:11px!important}
 .eda_m_t_12{margin-top:12px!important}
 .eda_m_t_13{margin-top:13px!important}
 .eda_m_t_14{margin-top:14px!important}
 .eda_m_t_15{margin-top:15px!important}
 .eda_m_t_16{margin-top:16px!important}
 .eda_m_t_17{margin-top:17px!important}
 .eda_m_t_18{margin-top:18px!important}
 .eda_m_t_19{margin-top:19px!important}
 .eda_m_t_20{margin-top:20px!important}
 .eda_m_t_21{margin-top:21px!important}
 .eda_m_t_22{margin-top:22px!important}
 .eda_m_t_23{margin-top:23px!important}
 .eda_m_t_24{margin-top:24px!important}
 .eda_m_t_25{margin-top:25px!important}
 .eda_m_t_26{margin-top:26px!important}
 .eda_m_t_27{margin-top:27px!important}
 .eda_m_t_28{margin-top:28px!important}
 .eda_m_t_29{margin-top:29px!important}
 .eda_m_t_30{margin-top:30px!important}
 .eda_m_t_31{margin-top:31px!important}
 .eda_m_t_32{margin-top:32px!important}
 .eda_m_t_33{margin-top:33px!important}
 .eda_m_t_34{margin-top:34px!important}
 .eda_m_t_35{margin-top:35px!important}
 .eda_m_t_36{margin-top:36px!important}
 .eda_m_t_37{margin-top:37px!important}
 .eda_m_t_38{margin-top:38px!important}
 .eda_m_t_39{margin-top:39px!important}
 .eda_m_t_40{margin-top:40px!important}
 .eda_m_t_41{margin-top:41px!important}
 .eda_m_t_42{margin-top:42px!important}
 .eda_m_t_43{margin-top:43px!important}
 .eda_m_t_44{margin-top:44px!important}
 .eda_m_t_45{margin-top:45px!important}
 .eda_m_t_46{margin-top:46px!important}
 .eda_m_t_47{margin-top:47px!important}
 .eda_m_t_48{margin-top:48px!important}
 .eda_m_t_49{margin-top:49px!important}
 .eda_m_t_50{margin-top:50px!important}
 .eda_m_t_51{margin-top:51px!important}
 .eda_m_t_52{margin-top:52px!important}
 .eda_m_t_53{margin-top:53px!important}
 .eda_m_t_54{margin-top:54px!important}
 .eda_m_t_55{margin-top:55px!important}
 .eda_m_t_56{margin-top:56px!important}
 .eda_m_t_57{margin-top:57px!important}
 .eda_m_t_58{margin-top:58px!important}
 .eda_m_t_59{margin-top:59px!important}
 .eda_m_t_60{margin-top:60px!important}

 .eda_m_b_0{margin-bottom:0!important;}
 .eda_m_b_1{margin-bottom:1px!important}
 .eda_m_b_2{margin-bottom:2px!important}
 .eda_m_b_3{margin-bottom:3px!important}
 .eda_m_b_4{margin-bottom:4px!important}
 .eda_m_b_5{margin-bottom:5px!important}
 .eda_m_b_6{margin-bottom:6px!important}
 .eda_m_b_7{margin-bottom:7px!important}
 .eda_m_b_8{margin-bottom:8px!important}
 .eda_m_b_9{margin-bottom:9px!important}
 .eda_m_b_10{margin-bottom:10px!important}
 .eda_m_b_11{margin-bottom:11px!important}
 .eda_m_b_12{margin-bottom:12px!important}
 .eda_m_b_13{margin-bottom:13px!important}
 .eda_m_b_14{margin-bottom:14px!important}
 .eda_m_b_15{margin-bottom:15px!important}
 .eda_m_b_16{margin-bottom:16px!important}
 .eda_m_b_17{margin-bottom:17px!important}
 .eda_m_b_18{margin-bottom:18px!important}
 .eda_m_b_19{margin-bottom:19px!important}
 .eda_m_b_20{margin-bottom:20px!important}
 .eda_m_b_21{margin-bottom:21px!important}
 .eda_m_b_22{margin-bottom:22px!important}
 .eda_m_b_23{margin-bottom:23px!important}
 .eda_m_b_24{margin-bottom:24px!important}
 .eda_m_b_25{margin-bottom:25px!important}
 .eda_m_b_26{margin-bottom:26px!important}
 .eda_m_b_27{margin-bottom:27px!important}
 .eda_m_b_28{margin-bottom:28px!important}
 .eda_m_b_29{margin-bottom:29px!important}
 .eda_m_b_30{margin-bottom:30px!important}
 .eda_m_b_31{margin-bottom:31px!important}
 .eda_m_b_32{margin-bottom:32px!important}
 .eda_m_b_33{margin-bottom:33px!important}
 .eda_m_b_34{margin-bottom:34px!important}
 .eda_m_b_35{margin-bottom:35px!important}
 .eda_m_b_36{margin-bottom:36px!important}
 .eda_m_b_37{margin-bottom:37px!important}
 .eda_m_b_38{margin-bottom:38px!important}
 .eda_m_b_39{margin-bottom:39px!important}
 .eda_m_b_40{margin-bottom:40px!important}
 .eda_m_b_41{margin-bottom:41px!important}
 .eda_m_b_42{margin-bottom:42px!important}
 .eda_m_b_43{margin-bottom:43px!important}
 .eda_m_b_44{margin-bottom:44px!important}
 .eda_m_b_45{margin-bottom:45px!important}
 .eda_m_b_46{margin-bottom:46px!important}
 .eda_m_b_47{margin-bottom:47px!important}
 .eda_m_b_48{margin-bottom:48px!important}
 .eda_m_b_49{margin-bottom:49px!important}
 .eda_m_b_50{margin-bottom:50px!important}
 .eda_m_b_51{margin-bottom:51px!important}
 .eda_m_b_52{margin-bottom:52px!important}
 .eda_m_b_53{margin-bottom:53px!important}
 .eda_m_b_54{margin-bottom:54px!important}
 .eda_m_b_55{margin-bottom:55px!important}
 .eda_m_b_56{margin-bottom:56px!important}
 .eda_m_b_57{margin-bottom:57px!important}
 .eda_m_b_58{margin-bottom:58px!important}
 .eda_m_b_59{margin-bottom:59px!important}
 .eda_m_b_60{margin-bottom:60px!important}

 .eda_m_l_0{margin-left:0!important;}
 .eda_m_l_1{margin-left:1px!important}
 .eda_m_l_2{margin-left:2px!important}
 .eda_m_l_3{margin-left:3px!important}
 .eda_m_l_4{margin-left:4px!important}
 .eda_m_l_5{margin-left:5px!important}
 .eda_m_l_6{margin-left:6px!important}
 .eda_m_l_7{margin-left:7px!important}
 .eda_m_l_8{margin-left:8px!important}
 .eda_m_l_9{margin-left:9px!important}
 .eda_m_l_10{margin-left:10px!important}
 .eda_m_l_11{margin-left:11px!important}
 .eda_m_l_12{margin-left:12px!important}
 .eda_m_l_13{margin-left:13px!important}
 .eda_m_l_14{margin-left:14px!important}
 .eda_m_l_15{margin-left:15px!important}
 .eda_m_l_16{margin-left:16px!important}
 .eda_m_l_17{margin-left:17px!important}
 .eda_m_l_18{margin-left:18px!important}
 .eda_m_l_19{margin-left:19px!important}
 .eda_m_l_20{margin-left:20px!important}
 .eda_m_l_21{margin-left:21px!important}
 .eda_m_l_22{margin-left:22px!important}
 .eda_m_l_23{margin-left:23px!important}
 .eda_m_l_24{margin-left:24px!important}
 .eda_m_l_25{margin-left:25px!important}
 .eda_m_l_26{margin-left:26px!important}
 .eda_m_l_27{margin-left:27px!important}
 .eda_m_l_28{margin-left:28px!important}
 .eda_m_l_29{margin-left:29px!important}
 .eda_m_l_30{margin-left:30px!important}
 .eda_m_l_31{margin-left:31px!important}
 .eda_m_l_32{margin-left:32px!important}
 .eda_m_l_33{margin-left:33px!important}
 .eda_m_l_34{margin-left:34px!important}
 .eda_m_l_35{margin-left:35px!important}
 .eda_m_l_36{margin-left:36px!important}
 .eda_m_l_37{margin-left:37px!important}
 .eda_m_l_38{margin-left:38px!important}
 .eda_m_l_39{margin-left:39px!important}
 .eda_m_l_40{margin-left:40px!important}
 .eda_m_l_41{margin-left:41px!important}
 .eda_m_l_42{margin-left:42px!important}
 .eda_m_l_43{margin-left:43px!important}
 .eda_m_l_44{margin-left:44px!important}
 .eda_m_l_45{margin-left:45px!important}
 .eda_m_l_46{margin-left:46px!important}
 .eda_m_l_47{margin-left:47px!important}
 .eda_m_l_48{margin-left:48px!important}
 .eda_m_l_49{margin-left:49px!important}
 .eda_m_l_50{margin-left:50px!important}
 .eda_m_l_51{margin-left:51px!important}
 .eda_m_l_52{margin-left:52px!important}
 .eda_m_l_53{margin-left:53px!important}
 .eda_m_l_54{margin-left:54px!important}
 .eda_m_l_55{margin-left:55px!important}
 .eda_m_l_56{margin-left:56px!important}
 .eda_m_l_57{margin-left:57px!important}
 .eda_m_l_58{margin-left:58px!important}
 .eda_m_l_59{margin-left:59px!important}
 .eda_m_l_60{margin-left:60px!important}

 .eda_m_r_0{margin-right:0!important;}
 .eda_m_r_1{margin-right:1px!important}
 .eda_m_r_2{margin-right:2px!important}
 .eda_m_r_3{margin-right:3px!important}
 .eda_m_r_4{margin-right:4px!important}
 .eda_m_r_5{margin-right:5px!important}
 .eda_m_r_6{margin-right:6px!important}
 .eda_m_r_7{margin-right:7px!important}
 .eda_m_r_8{margin-right:8px!important}
 .eda_m_r_9{margin-right:9px!important}
 .eda_m_r_10{margin-right:10px!important}
 .eda_m_r_11{margin-right:11px!important}
 .eda_m_r_12{margin-right:12px!important}
 .eda_m_r_13{margin-right:13px!important}
 .eda_m_r_14{margin-right:14px!important}
 .eda_m_r_15{margin-right:15px!important}
 .eda_m_r_16{margin-right:16px!important}
 .eda_m_r_17{margin-right:17px!important}
 .eda_m_r_18{margin-right:18px!important}
 .eda_m_r_19{margin-right:19px!important}
 .eda_m_r_20{margin-right:20px!important}
 .eda_m_r_21{margin-right:21px!important}
 .eda_m_r_22{margin-right:22px!important}
 .eda_m_r_23{margin-right:23px!important}
 .eda_m_r_24{margin-right:24px!important}
 .eda_m_r_25{margin-right:25px!important}
 .eda_m_r_26{margin-right:26px!important}
 .eda_m_r_27{margin-right:27px!important}
 .eda_m_r_28{margin-right:28px!important}
 .eda_m_r_29{margin-right:29px!important}
 .eda_m_r_30{margin-right:30px!important}
 .eda_m_r_31{margin-right:31px!important}
 .eda_m_r_32{margin-right:32px!important}
 .eda_m_r_33{margin-right:33px!important}
 .eda_m_r_34{margin-right:34px!important}
 .eda_m_r_35{margin-right:35px!important}
 .eda_m_r_36{margin-right:36px!important}
 .eda_m_r_37{margin-right:37px!important}
 .eda_m_r_38{margin-right:38px!important}
 .eda_m_r_39{margin-right:39px!important}
 .eda_m_r_40{margin-right:40px!important}
 .eda_m_r_41{margin-right:41px!important}
 .eda_m_r_42{margin-right:42px!important}
 .eda_m_r_43{margin-right:43px!important}
 .eda_m_r_44{margin-right:44px!important}
 .eda_m_r_45{margin-right:45px!important}
 .eda_m_r_46{margin-right:46px!important}
 .eda_m_r_47{margin-right:47px!important}
 .eda_m_r_48{margin-right:48px!important}
 .eda_m_r_49{margin-right:49px!important}
 .eda_m_r_50{margin-right:50px!important}
 .eda_m_r_51{margin-right:51px!important}
 .eda_m_r_52{margin-right:52px!important}
 .eda_m_r_53{margin-right:53px!important}
 .eda_m_r_54{margin-right:54px!important}
 .eda_m_r_55{margin-right:55px!important}
 .eda_m_r_56{margin-right:56px!important}
 .eda_m_r_57{margin-right:57px!important}
 .eda_m_r_58{margin-right:58px!important}
 .eda_m_r_59{margin-right:59px!important}
 .eda_m_r_60{margin-right:60px!important}
.f14{font-size:14px}
.f12{font-size:12px!important}
.f16{font-size:16px!important}
.center{width:1250px;margin-left:auto;margin-right:auto}
body{overflow-x:hidden}
.relative{position: relative;}
.absolute{position: absolute;}
.top{top:0;}
.left{left:0}
.right{right:0;}
.bottom{bottom: 0;}
.full_width{width:100%}
.mainHeader{height:80px;border-bottom:1px solid #ff4f15;position:relative;z-index:99999999}
.mainHeader .center{position:relative;height:100%}
.mainHeader .logo{width:276px;height:95px;background:url(https://www.xintajixie.com/24zhibo.png) no-repeat;position:absolute;top:0;left:0}
.mainHeader .logo a{display:block;height:100%}
.mainHeader .headerMenu{height:100%;padding-left:300px}
.mainHeader .headerMenu li{float:left;position:relative;margin:0 17px}
.mainHeader .headerMenu li a{display:block;height:80px;line-height:80px;font-size:18px;color:grey;position:relative;z-index:10}
.mainHeader .headerMenu li:hover{height:79px;background:#ff4f15}
.mainHeader .headerMenu li:hover:before{display:block;content:'';width:0;height:0;border-bottom:80px solid #ff4f15;border-left:28px solid transparent;position:absolute;left:-27px;bottom:0}
.mainHeader .headerMenu li:hover:after{display:block;content:'';width:0;height:0;border-top:80px solid #ff4f15;border-right:28px solid transparent;position:absolute;right:-27px;bottom:0}
.mainHeader .headerMenu li:hover a{color:#fff}
.mainHeader .headerMenu li.active{height:79px;background:#ff4f15}
.mainHeader .headerMenu li.active:before{display:block;content:'';width:0;height:0;border-bottom:80px solid #ff4f15;border-left:28px solid transparent;position:absolute;left:-27px;bottom:0}
.mainHeader .headerMenu li.active:after{display:block;content:'';width:0;height:0;border-top:80px solid #ff4f15;border-right:28px solid transparent;position:absolute;right:-27px;bottom:0}
.mainHeader .headerMenu li.active a{color:#fff}
.mainHeader .fixbox{height:80px;background:#fff}
.mainHeader .fixbox.fixed{position:fixed;top:0;left:0;width:100%;border-bottom:1px solid #ff4f15;box-shadow:0 5px 10px rgba(0,0,0,.4)}
.mainHeader .headerMenus{display:flex;padding-left:304px;height:80px;padding-top:20px}
.mainHeader .headerMenus li{line-height:40px;float:left;display:flex;justify-content:center;flex-direction:column;align-items:center;position:relative}
.mainHeader .headerMenus li a{margin:0 22px 10px;font-size:18px;color:grey}
.mainHeader .headerMenus li a:hover{color:#3885e1;font-weight:700}
.mainHeader .headerMenus li a.active{color:#3885e1;font-weight:700}
.mainHeader .headerMenus li .manyTitle_block a{display:block;text-align:center;font-size:16px;line-height:100%;margin-bottom:10px}
.mainHeader .headerMenus li .manyTitle{width:450px;display:inline-block;padding:0 10px}
.mainHeader .headerMenus li .manyTitle a{display:block;width:12.28%;float:left;text-align:center;font-size:16px;line-height:100%;margin:0;margin-bottom:10px}
.mainHeader .headerMenus li:after{position:absolute;right:-6px;top:9%;content:'';width:17px;height:46px;background:url(../img/headerMenuLine.png) no-repeat}
.mainHeader .headerMenus li:last-child::after{display:none}
.mainHeader .headerMenus .multi_line{line-height:100%;text-align:center;display:inline-block;font-size:16px;line-height:60px;position:relative;top:-5px}
.mainHeader .headerFnBox{position:absolute;top:0;right:0;height:100%}
.mainHeader .srcButton{display:inline-block;width:33px;height:30px;background:url(../img/src_icon.png) no-repeat;margin-top:24px;margin-right:10px}
.mainHeader .login{float:right}
.mainHeader .login .noLogin{display:inline-block}
.mainHeader .login .noLogin a{color:#ff4f15;font-size:14px;line-height:80px}
.mainHeader .login .noLogin a:hover{text-decoration:underline}
.mainHeader .login .noLogin span{color:#ff4f15;margin:0 10px}
.mainHeader .login .logon{width:70px;height:79px;text-align:center;padding-top:20px;position:relative;cursor:pointer;background:#f2f2f2}
.mainHeader .login .logon .mask{width:38px;height:38px;margin:0 auto;border:1px solid #286bbd;border-radius:100%;overflow:hidden}
.mainHeader .login .logon .mask img{width:100%;height:100%}
.mainHeader .userMenu{display:none;position:absolute;top:80px;right:0;box-shadow:0 0 10px rgba(216,216,216,.8);border-bottom-right-radius:5px;border-bottom-left-radius:5px;background:#fff}
.mainHeader .userMenu p{font-size:14px;color:grey;width:120px;padding:10px 20px;border-bottom:1px solid #f2f2f2;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mainHeader .userMenu ul{margin-top:7px}
.mainHeader .userMenu ul li{padding:0 24px}
.mainHeader .userMenu ul li:hover{background:#286cbf}
.mainHeader .userMenu ul li:hover a{color:#fff}
.mainHeader .userMenu ul a{display:block;padding:10px 0;text-align:left;font-size:14px}
.mainHeader .logon:hover .userMenu{display:block}
.mainHeader .srcBox{width:654px;margin:0 auto;height:100%;position:relative;display:none}
.mainHeader .inputBlock{padding-top:30px;height:100%}
.mainHeader .inputBlock .int{font-size:14px;margin-left:20px;color:#333;width:70%}
.mainHeader .inputBlock .int::-moz-input-placeholder{color:#ccc}
.mainHeader .inputBlock .int::-webkit-input-placeholder{color:#ccc}
.mainHeader .inputBlock .int::-ms-input-placeholder{color:#ccc}
.mainHeader .inputBlock .srcButton{margin-top:0;margin-right:0;float:right}
.mainHeader .removeButton{position:relative;top:3px;color:grey}
.mainHeader .recommend{padding-top:15px;position:absolute;top:80px;left:0;width:100%;background:url(../img/recommendBG.png) no-repeat #fff;background-position:right bottom;border-bottom-right-radius:5px;border-bottom-left-radius:5px;box-shadow:0 0 8px rgba(0,0,0,.5)}
.mainHeader .recommend li{margin:0 15px;padding-left:45px;position:relative;margin-bottom:15px}
.mainHeader .recommend li a{font-size:14px;color:grey}
.mainHeader .recommend li a:hover{text-decoration:underline}
.mainHeader .recommend li:first-child:before{display:block;content:'';width:38px;height:17px;background:url(../img/recIcon.png) no-repeat;background-position:top left;position:absolute;top:3px;left:0}
.mainHeader .recommend li:nth-child(2):before{display:block;content:'';width:38px;height:17px;background:url(../img/recIcon.png) no-repeat;background-position:bottom left;position:absolute;top:3px;left:0}
.mainHeader .headerMenus li:hover .header-submenu{display:block}
.mainHeader .headerMenus .header-submenu{width:90px;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;position:absolute;top:60px;left:-24px;z-index:99;box-shadow:0 0 8px rgba(0,0,0,.5);display:none}
.mainHeader .headerMenus .header-submenu a{display:block;text-align:center;line-height:35px;font-size:14px;color:grey;border-bottom:1px solid #efefef}
.dot:after{display:inline-block;content:'';width:8px;height:8px;background:#e20423;border-radius:100%;position:relative;top:-6px;left:4px}
.conspicuous{height:900px;position:relative}
.conspicuous .hugeBanner{height:100%}
.conspicuous .hugeBanner .swiper-slide{height:900px;background-position:center}
.conspicuous .hugeBanner .swiper-button{background:#333;width:60px;height:100px;text-align:center;line-height:110px;font-size:40px;color:#fff;position:absolute;top:350px;z-index:99;cursor:pointer}
.conspicuous .hugeBanner .swiper-button:hover{background:#ff4f15}
.conspicuous .hugeBanner .swiper-button-next{right:0}
.conspicuous .hugeBanner .swiper-button-prev{left:0}
.hugeBannerMes{display:none;width:220px;height:100px;background:#333;padding:13px 10px;position:absolute}
.hugeBannerMes img{border:1px solid #fff;float:left;margin-right:10px;width:88px;height:68px}
.hugeBannerMes h3{font-size:18px;color:#fff;margin:10px 0 10px;text-indent:-19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hugeBannerMes p{font-size:14px;color:#fff;line-height:100%;text-align:left}
.hugeBanner{min-width:1200px}
.hugeBanner .hugeBannerMesPre{left:60px;top:0;border-left:1px solid #000}
.hugeBanner .hugeBannerMesNext{top:0;right:60px;border-right:1px solid #000}
.hugeBanner .hotAreaWrap{position:absolute;top:0;left:0;width:100%;z-index:99}
.hugeBanner .swiper-button:hover .hugeBannerMes{display:block}
.hugeBanner .center{position:relative;height:480px}
.hugeBanner .hotArea{display:block;height:490px}
.hugeBanner .pagination{position:absolute;bottom:0;right:0;z-index:99;margin:0}
.hugeBanner .swiper-button{z-index:200}
.hugeBanner .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.hugeBanner .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#ff4f15;position:absolute;top:3px;left:3px}
.matchPrediction{position:absolute;top:500px;width:100%;z-index:99}
.matchPrediction .center{height:400px}
.matchPrediction .item{float:left}
.matchPrediction .matchList{width:21.5%;position:relative;z-index:99}
.matchPrediction .matchList li{height:80px;padding-top:16px;background:#286cbf;position:relative}
.matchPrediction .matchList li img{margin-left:26px;margin-right:10px;float:left;border:1px solid #ff4f15;border-radius:8px}
.matchPrediction .matchList li h4{font-size:16px;color:#aed5ff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:5px 10px 8px 0}
.matchPrediction .matchList li p{color:#aed5ff;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.matchPrediction .matchList li.active{background:rgba(255,79,21,.9)}
.matchPrediction .matchList li.active:before{display:block;content:'';width:0;height:0;border-top:22px solid transparent;border-left:27px solid rgba(255,79,21,.9);border-bottom:22px solid transparent;position:absolute;top:20px;right:-27px}
.matchPrediction .matchList li.active img{border-color:#286cbf}
.matchPrediction .matchList li.active h4,.matchPrediction .matchList li.active p{color:#fff}
.matchPrediction .matchList li:hover{background:rgba(255,79,21,.9)}
.matchPrediction .matchList li:hover img{border-color:#286cbf}
.matchPrediction .matchList li:hover h4,.matchPrediction .matchList li:hover p{color:#fff}
.matchPrediction .matchVideo{width:35.7%;height:400px;overflow:hidden}
.matchPrediction .matchVideo a{display:block;height:100%}
.matchPrediction .matchTeam{width:42.8%;overflow:hidden}
.matchPrediction .videoMask{height:400px;background:url(../img/videoMask.jpg) no-repeat;background-size:auto 100%;background-position:center;position:relative}
.matchPrediction .matchTeam{background:#286cbf}
.matchPrediction .matchTeam .boxWrap,.matchPrediction .matchTeam .tagBox{height:40px}
.matchPrediction .matchTeam .box{text-align:center;line-height:40px;width:50%;float:left}
.matchPrediction .matchTeam .box a{font-size:18px;color:#fff;display:inline-block;height:41px;position:relative;padding:0 15px}
.matchPrediction .matchTeam .box.active a{background:#ff4f15}
.matchPrediction .matchTeam .box.active a:before{display:block;content:'';width:0;height:0;border-bottom:40px solid #ff4f15;border-left:16px solid transparent;position:absolute;left:-16px;bottom:0}
.matchPrediction .matchTeam .box.active a:after{display:block;content:'';width:0;height:0;border-top:40px solid #ff4f15;border-right:16px solid transparent;position:absolute;right:-16px;bottom:0}
.matchPrediction .switchBox{background:url(../img/matchTeamBg.png) no-repeat #286cbf;background-position:right bottom;height:360px}
.matchPrediction .switchBox ul{display:none}
.matchPrediction .switchBox li{height:90px;padding-left:17px;padding-right:20px}
.matchPrediction .switchBox li:nth-child(odd){background:rgba(32,99,181,.7)}
.matchPrediction .switchBox li.darkbg{background:#195aa9}
.matchPrediction .switchBox table{width:100%}
.matchPrediction .switchBox table td span{display:block;text-align:center;font-size:18px;color:#ff4f15;font-weight:700;margin:0 25px;position:relative;top:5px}
.matchPrediction .switchBox table td a{font-size:18px;color:#fff}
.matchPrediction .switchBox table td .matchFn{position:relative;top:15px}
.matchPrediction .switchBox .topMes{color:#fff;font-size:12px;padding-top:5px}
.matchPrediction .switchBox .topMes .sp1{margin-right:10px}
.matchPrediction .switchBox .topMes .sp2{margin-right:6px}
.matchPrediction .switchBox .topMes .red{color:red}
.matchPrediction .switchBox .middle{text-align:center;margin:0 5px;font-size:18px;color:#fff}
.matchPrediction .switchBox .middle .matchItem{display:inline-block}
.matchPrediction .switchBox .middle img{border-radius:100%;line-height:40px}
.matchPrediction .switchBox .middle .bif{font-size:18px;color:#ff4f15;font-weight:700;margin:0 25px}
.matchPrediction .switchBox .matchFn{text-align:center;margin-top:-5px}
.matchPrediction .switchBox .matchFn a{font-size:12px;color:#aed5ff}
.matchPrediction .switchBox .matchFn a:hover{color:#fff}
.viderIcon:before{display:block;content:'';width:80px;height:80px;background:url(../img/video_icon.png) no-repeat;position:absolute;top:50%;left:50%;margin-left:-40px;margin-top:-40px}
.viderIcon:hover:before{background-position:bottom}
.mainContent{padding-top:30px;padding-bottom:50px}
.listItem{position:absolute;top:0;left:0;width:100%}
.listItem .swiper-wrapper{height:120px;overflow:hidden}
.listItem .swiper-button{display:block;width:19px;height:32px;text-align:center;line-height:40px;position:absolute;top:50%;margin-top:-16px;font-size:40px;color:#286cbf;z-index:99}
.listItem .arrow-left{left:-27px;background:url(../img/arrow.png) no-repeat;background-position:left top}
.listItem .arrow-right{right:-27px;background:url(../img/arrow.png) no-repeat;background-position:right top}
.matchSlide{line-height:40px;background:#fff;border-bottom:2px solid #286cbf}
.matchSlide .topMenu{padding-left:30px;background:#fff}
.matchSlide .topMenu a{color:grey;font-size:14px;display:inline-block;position:relative;padding:0 12px;float:left}
.matchSlide .topMenu a.active,.matchSlide .topMenu a:hover{color:#fff;background:#3885e1}
.matchSlide .topMenu a.active:before,.matchSlide .topMenu a:hover:before{display:block;content:'';width:0;height:0;border-bottom:40px solid #3885e1;border-left:10px solid transparent;position:absolute;left:-10px;bottom:0}
.matchSlide .topMenu a.active:after,.matchSlide .topMenu a:hover:after{display:block;content:'';width:0;height:0;border-top:40px solid #3885e1;border-right:10px solid transparent;position:absolute;right:-10px;bottom:0}
.mainContent{background:#f2f2f2}
.HotMatchList{padding:15px 35px;background:#fff;margin-bottom:20px;height:156px;overflow:hidden;position:relative}
.HotMatchList .liwrap{position:relative}
.HotMatchList .item{width:180px;height:120px;position:relative;margin-right:10px}
.HotMatchList .topTitle{background:#000;height:30px;line-height:30px;padding:0 10px;color:#fff}
.HotMatchList .topTitle span{font-size:12px;float:right}
.HotMatchList .outsTime{text-align:right;font-size:12px}
.HotMatchList .outs{padding:0 10px;background:#f2f2f2;height:90px;position:relative}
.HotMatchList .teamOuts{font-size:12px}
.HotMatchList .teamOuts span{color:grey;font-size:12px}
.HotMatchList .teamOuts i{float:right}
.HotMatchList .teamOuts img{margin-right:10px}
.HotMatchList .teamOuts p{margin-bottom:5px}
.HotMatchList .showOuts{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/opBG.png);display:table;vertical-align:middle;display:none}
.HotMatchList .showOuts .socell{display:table-cell;vertical-align:middle;text-align:center;width:100%;height:100%}
.HotMatchList .showOuts a{display:inline-block;width:70px;height:30px;text-align:center;line-height:30px;color:#fff;border-radius:3px;margin-right:2px;margin-bottom:7px}
.HotMatchList .item:hover .showOuts{display:table}
.orgBG{background:#ff4f15}
.greenBG{background:#1cc94b}
.whiteBG{background:#fff}
.org{color:#ff4f15}
.gry{color:grey}
.color_green{color:#1cc94b}
.color_gray{color:#a6a6a6}
.color_333{color:#333}
.color_white{color:#fff}
.showBack{position:absolute;top:0;left:0;width:100%;height:30px;background:url(../img/matchListIcon1.png) no-repeat}
.matchFB1{background:#fff}
.matchFB1 .mFBContent{padding:20px 30px 0;background:#fff}
.baseTitleLine{border-left:1px solid #ccc;border-right:1px solid #ccc}
.baseTitleLine h2{width:161px;height:60px;background:url(../img/plateIcon.jpg) no-repeat;float:left;padding-left:27px;line-height:60px;color:#fff}
.baseTitleLine .fire:before{display:inline-block;content:'';width:20px;height:25px;background:url(../img/icon2.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine .lqIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/bsIcon.jpg) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine .zqIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/fbIcon.jpg) no-repeat;position:relative;top:7px;margin-right:6px}
.baseTitleLine .jpIcon:before{display:inline-block;content:'';width:20px;background:url(../img/jpIcon.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine .pgIcon:before{display:inline-block;content:'';width:20px;height:25px;background:url(../img/icon48.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine .pgIcon:before{display:inline-block;content:'';width:25px;height:22px;background:url(../img/icon54.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine .cardIcon:before{display:inline-block;content:'';width:24px;height:18px;background:url(../img/icon49.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine .appIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/icon3.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine .phIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/icon_ph.png) no-repeat;position:relative;top:7px;margin-right:6px}
.baseTitleLine .navMenu{float:left;margin-left:18px}
.baseTitleLine .navMenu li{margin-right:10px;float:left;line-height:60px}
.baseTitleLine .navMenu li a{display:inline-block;width:70px;height:30px;text-align:center;line-height:30px;border-radius:4px;color:grey}
.baseTitleLine .navMenu li a:hover,.baseTitleLine .navMenu li.active a{background:#ff4f15;color:#fff}
.baseLeftMsg{width:25.8%;float:left}
.baseLeftMsg .newsItem{margin-bottom:15px}
.baseLeftMsg .newsItem h3{font-size:18px;color:#1e1e1e;margin-bottom:10px;font-weight:700}
.baseLeftMsg .newsItem h3 a{font-size:18px;font-weight:700;color:#1e1e1e;width:100%}
.baseLeftMsg .newsItem a{display:inline-block;font-size:14px;color:#807e7e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.baseLeftMsg .newsItem li a{width:45%}
.baseLeftMsg .newsItem a:hover{color:#ff4f15}
.baseLeftMsg .newsItem span{display:inline-block;color:#ff4f15;margin:0 10px;position:relative;top:-3px}
.baseLeftMsg .addItem img{width:100%}
.baseLeftMsg .BF2TopNews{margin-bottom:20px}
.baseLeftMsg .BF2TopNews a{display:block;position:relative}
.baseLeftMsg .BF2TopNews a img{width:100%}
.baseLeftMsg .BF2TopNews .mes{position:absolute;bottom:0;left:0;width:100%;height:50px;background:rgba(255,79,21,.7)}
.baseLeftMsg .BF2TopNews .mes p{color:#fff;padding:10px 20px;font-size:14px;line-height:100%}
.baseLeftMsg .BF2TopNews .mes p span{color:#efbfb1;font-size:12px;display:inline-block;margin-top:5px}
.rfMsg{float:right;overflow:hidden}
.rfMsg li{width:235px;height:180px;float:left;margin-right:10px;margin-bottom:12px}
.rfMsg li img{display:block;width:100%;height:130px}
.rfMsg li p{font-size:14px;color:#333;background:#f2f2f2;height:50px;padding:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:100%}
.rfMsg li p span{color:grey;font-size:12px;display:inline-block;margin-top:5px}
.bigRfMsg{width:73%}
.bigRfMsg ul{width:1000px}
.smallMsg{width:57%}
.smallMsg ul{width:500px}
.matchFB2{margin-top:20px}
.matchFB2 .LfFB2{width:65%;background:#fff;float:left}
.matchFB2 .LfFB2 .baseLeftMsg{width:41.3%}
.matchFB2 .LfFB2 .mFBContent{padding:20px 20px 5px}
.matchFB2 .LfFB2 .rfMsg li{margin-bottom:10px}
.matchFB2 .RfFB2{width:34%;background:#fff;float:right}
.matchFB2 .RfFB2 .mFBContent{background:url(../img/ListBG.jpg) no-repeat;background-size:cover;background-position:bottom left}
.matchFB2 .RfFB2 .mFBContentItem{margin-top:1px;display:none;height:595px}
.matchFB2 .RfFB2 .mFBContentItemTB{padding-left:20px;padding-right:20px;background:url(../img/ListTbHeadBG.png) no-repeat}
.matchFB2 .RfFB2 .mFBContentItemTB table{width:100%}
.matchFB2 .RfFB2 .mFBContentItemTB thead td{color:#fff;font-size:18px}
.matchFB2 .RfFB2 .mFBContentItemTB td{height:50px;text-align:center;font-size:14px;color:grey}
.matchFB2 .RfFB2 .mFBContentItemTB .scondStyle{text-align:left;padding-left:20px}
.matchFB2 .RfFB2 .mFBContentItemTB .listMore{display:block;line-height:40px;text-align:center;font-size:18px;color:#ff4f15}
.matchFB2 .RfFB2 .mFBContentItemTB .listMore:hover{text-decoration:underline}
.matchFB2 .RfFB2 .subMenu{height:50px;padding-left:20px;line-height:50px}
.matchFB2 .RfFB2 .subMenu a{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;font-size:18px;color:grey;border-radius:4px}
.matchFB2 .RfFB2 .subMenu a.active{background:#ff4f15;color:#fff}
.matchFB2 .RfFB2 .listAdd img{width:100%}
.footer{background:url(../img/footerBG.jpg);background-position:center;padding-top:55px;font-size:14px;color:#666;padding-bottom:20px}
.footer a{color:#666}
.footer .foot_t{color:#ff4f15;font-size:24px;position:relative}
.footer .foot_t:before{display:inline-block;content:'';width:1300px;height:1px;background:#4d4d4d;position:absolute;top:19px;right:0}
.footer .foot_t span{display:inline-block}
.foot_c .FirendLink{border-right:1px solid #666;padding-right:20px;float:left;width:925px;padding-left:30px;margin-top:30px}
.foot_c .FLTitle{font-size:14px;color:#fff}
.footer .link_list{float:left;width:238px;line-height:28px;padding-top:10px}
.footer .link_list a{font-size:14px;color:#666}
.footer .erweima{float:left;margin-left:100px;width:311px;margin-top:30px}
.footer .erweima .code_txt{font-size:14px}
.footer .erweima .code_txt span{font-size:18px;display:inline-block;border-bottom:1px solid #4d4d4d}
.footer .link_list:last-child{width:160px}
.footer .code_box img{width:150px}
.footer .code_txt{padding:16px 0}
.footer .code_box,.footer .syst_list{line-height:40px}
.footer .icon{width:29px;height:24px;background-size:25px;vertical-align:middle}
.footer .foot_b p{text-align:center;line-height:22px;font-size:12px}
.footer .foot_b .link_mav{padding-bottom:15px;padding-top:30px}
.footer .foot_b .link_mav a{padding:0 2px;font-size:14px}
.zhF1{margin-bottom:20px}
.zhF1 .baseLeftMsg{background:#fff;padding:15px 20px;width:100%;height:470px;position:relative}
.zhF1 .lfNews{float:left;width:27.5%}
.zhF1 .rfBanner{float:right;width:71.4%;height:470px}
.zhF1 .rfBanner .swiper-slide{height:100%;height:470px;background-size:auto 100%;background-position:center}
.zhF1 .rfBanner .swiper-button{background:#333;width:60px;height:100px;text-align:center;line-height:110px;font-size:40px;color:#fff;position:absolute;top:180px;z-index:99;cursor:pointer}
.zhF1 .rfBanner .swiper-button-pre{left:0}
.zhF1 .rfBanner .swiper-button-next{right:0}
.zhF1 .rfBanner .smallBannerMes{display:none;width:220px;height:100px;background:#333;padding:13px 10px;position:absolute}
.zhF1 .rfBanner .smallBannerMes img{border:1px solid #fff;float:left;margin-right:10px;width:88px;height:68px}
.zhF1 .rfBanner .smallBannerMes h3{font-size:18px;color:#fff;margin:10px 0 10px;text-indent:-19px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.zhF1 .rfBanner .smallBannerMes p{font-size:14px;color:#fff;line-height:100%;text-align:left}
.zhF1 .rfBanner .smallBannerMesPre{left:60px;top:0;border-left:1px solid #000}
.zhF1 .rfBanner .smallBannerMesNext{right:60px;top:0;border-left:1px solid #000}
.zhF1 .rfBanner .swiper-button:hover .smallBannerMes{display:block}
.zhF1 .rfBanner .pagination{position:absolute;bottom:28px;right:25px;margin:0}
.zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;width:13px;height:13px;background:#fff;border-radius:100%;margin-left:10px}
.zhF1 .rfBanner .pagination .swiper-active-switch{background:#656565}
.zhF1 .rfBanner .swiper-button:hover{background:#ff4f15}
.page{text-align:center;padding-top:10px}
.page a{display:inline-block;width:24px;height:24px;font-size:12px;color:grey;border:1px solid grey;border-radius:3px;margin:0 2px;line-height:22px}
.page a.active,.page a:hover{background:#3885e1;border:1px solid #3885e1;color:#fff}
.page a.fst{width:73px;height:24px;border:0;border-radius:0;color:#333;text-align:left;padding:0}
.page a.fst:hover{color:#3885e1}
.page a.fst:first-child{background:url(../img/pagebg.png) left top;text-indent:22px}
.page a.fst:last-child{background:url(../img/pagebg.png) right top;text-indent:10px}
.page a.disabled{background:#ccc;color:grey;border-color:#ccc}
.zhStyle{padding-bottom:25px}
.matchInfoWrap .lfInfo{width:65%;float:left}
.matchInfoWrap .rfInfo{width:34%;float:right}
.matchInfoWrap .matchFB2 .LfFB2,.matchInfoWrap .matchFB2 .RfFB2{width:100%;float:none}
.matchInfoWrap .matchFB2{margin-top:0;margin-bottom:20px}
.zhTopic{background:url(../img/zhongheBigBG.png) repeat-x #f2f2f2;background-position:top center}
.zhTopic .zhF1 .baseLeftMsg{padding-top:65px}
.zhTopic .topBG{width:100%;height:60px;background:url(../img/zhongheBigBG.png) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.zhTopic .matchSlide .topMenu a.active,.zhTopic .matchSlide .topMenu a:hover{background:#0f7498}
.zhTopic .matchSlide .topMenu a.active:after,.zhTopic .matchSlide .topMenu a.active:before,.zhTopic .matchSlide .topMenu a:hover:after,.zhTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#0f7498;border-top-color:#0f7498}
.zhTopic .baseTitleLine h4{background:url(../img/zhonghePlateIcon.jpg) no-repeat}
.zhTopic .baseTitleLine .navMenu li a:hover,.zhTopic .baseTitleLine .navMenu li.active a{background:#0f7498}
.zhTopic .baseTitleLine{border-color:#0f7498}
.zhTopic .page{padding-top:20px;padding-bottom:30px}
.zhTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/ogListBG.png) no-repeat;background-position:center 120px}
.zhTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.zhTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/ogListBG.jpg) no-repeat}
.zhTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.zhTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.zhTopic .txnews .baseNewsList a{line-height:24px!important}
.zhTopic .baseTitleLine2{margin-left:0}
.zhTopic .baseTitleLine2 h2,.zhTopic .baseTitleLine2 h4{background:url(../img/zhonghePlateIcon.jpg) no-repeat;top:0;left:0}
.zhTopic .baseTitleLine2 .navMenu li a:hover,.zhTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.zhTopic .baseTitleLine2{border-bottom-color:#37b3ae}
.zhTopic .listcont{height:539px;position:relative}
.zhTopic .listbottomwrap{height:539px;overflow:hidden}
.zhTopic .listable{padding:0}
.zhTopic .listable thead td{background:#f7f7f7}
.zhTopic .listreadmore{height:57px;line-height:57px}
.zhTopic .listreadmore{position:absolute;bottom:0;left:0;width:100%}
.zhTopic .zhgroup{background:#fff;text-align:center;padding:10px 0}
.zhTopic .zhgroup a{display:inline-block;width:25px;height:25px;line-height:25px;text-align:center;color:grey;border-radius:3px;margin:0 7px}
.zhTopic .zhgroup a.act,.zhTopic .zhgroup a:hover{color:#fff;background:#3884e1}
.zcTopic{background:url(../img/zhBigBG.png) repeat-x #f2f2f2;background-position:top center}
.zcTopic .zhF1 .baseLeftMsg{padding-top:65px}
.zcTopic .topBG{width:394px;height:72px;background:url(../img/zhTopBG.png) no-repeat;position:absolute;top:-11px;left:0;background-size:100%}
.zcTopic .matchSlide .topMenu a.active,.zcTopic .matchSlide .topMenu a:hover{background:#e63409}
.zcTopic .matchSlide .topMenu a.active:after,.zcTopic .matchSlide .topMenu a.active:before,.zcTopic .matchSlide .topMenu a:hover:after,.zcTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#e63409;border-top-color:#e63409}
.zcTopic .baseTitleLine h4{background:url(../img/zhMenuIcon.jpg) no-repeat}
.zcTopic .baseTitleLine .navMenu li a:hover,.zcTopic .baseTitleLine .navMenu li.active a{background:#e63409}
.zcTopic .baseTitleLine{border-color:#ff4f15}
.zcTopic .page{padding-top:20px;padding-bottom:30px}
.zcTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/zhListBG.png) no-repeat;background-position:center 120px}
.zcTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.zcTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/zhListTbBG.jpg) no-repeat}
.zcTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.zcTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.zcTopic .txnews .baseNewsList a{line-height:24px!important}
.zcTopic .baseTitleLine2{margin-left:0}
.zcTopic .baseTitleLine2 h2,.zcTopic .baseTitleLine2 h4{background:url(../img/zhMenuIcon.jpg) no-repeat;top:0;left:0}
.zcTopic .baseTitleLine2 .navMenu li a:hover,.zcTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.zcTopic .baseTitleLine2{border-color:#ff4f15}
.zcTopic .listcont{background:url(../img/zhListBG.png) no-repeat #fff;background-position:center}
.zcTopic .listable{padding:0}
.zcTopic .listable thead td{background:#f7f7f7}
.zcTopic .listreadmore{height:57px;line-height:57px}
.zcTopic{background:url(../img/zhBigBG.png) repeat-x #f2f2f2;background-position:top center}
.zcTopic .zhF1 .baseLeftMsg{padding-top:65px}
.zcTopic .topBG{width:394px;height:72px;background:url(../img/zhTopBG.png) no-repeat;position:absolute;top:-11px;left:0;background-size:100%}
.zcTopic .matchSlide .topMenu a.active,.zcTopic .matchSlide .topMenu a:hover{background:#e63409}
.zcTopic .matchSlide .topMenu a.active:after,.zcTopic .matchSlide .topMenu a.active:before,.zcTopic .matchSlide .topMenu a:hover:after,.zcTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#e63409;border-top-color:#e63409}
.zcTopic .baseTitleLine h4{background:url(../img/zhMenuIcon.jpg) no-repeat}
.zcTopic .baseTitleLine .navMenu li a:hover,.zcTopic .baseTitleLine .navMenu li.active a{background:#e63409}
.zcTopic .baseTitleLine{border-color:#ff4f15}
.zcTopic .page{padding-top:20px;padding-bottom:30px}
.zcTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/zhListBG.png) no-repeat;background-position:center 120px}
.zcTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.zcTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/zhListTbBG.jpg) no-repeat}
.zcTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.zcTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.zcTopic .txnews .baseNewsList a{line-height:24px!important}
.zcTopic .baseTitleLine2{margin-left:0}
.zcTopic .baseTitleLine2 h2,.zcTopic .baseTitleLine2 h4{background:url(../img/zhMenuIcon.jpg) no-repeat;top:0;left:0}
.zcTopic .baseTitleLine2 .navMenu li a:hover,.zcTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.zcTopic .baseTitleLine2{border-color:#ff4f15}
.zcTopic .listcont{background:url(../img/zhListBG.png) no-repeat #fff;background-position:center}
.zcTopic .listable{padding:0}
.zcTopic .listable thead td{background:#f7f7f7}
.zcTopic .listreadmore{height:57px;line-height:57px}
.imgnewsbottomTitle{color:#fff;font-size:14px;line-height:30px;text-indent:15px;background:url(../img/hf_titleBG.png) repeat-x;background-size:auto 100%;position:absolute;left:0;bottom:0;width:100%}
.ogTopic{background:url(../img/ogBigBG.jpg) repeat-x #f2f2f2;background-position:top center}
.ogTopic .zhF1 .baseLeftMsg{padding-top:65px}
.ogTopic .topBG{width:100%;height:60px;background:url(../img/ogTopBG.jpg) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.ogTopic .matchSlide .topMenu a.active,.ogTopic .matchSlide .topMenu a:hover{background:#0f7498}
.ogTopic .matchSlide .topMenu a.active:after,.ogTopic .matchSlide .topMenu a.active:before,.ogTopic .matchSlide .topMenu a:hover:after,.ogTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#0f7498;border-top-color:#0f7498}
.ogTopic .baseTitleLine h4{background:url(../img/ogPlateIcon.jpg) no-repeat}
.ogTopic .baseTitleLine .navMenu li a:hover,.ogTopic .baseTitleLine .navMenu li.active a{background:#0f7498}
.ogTopic .baseTitleLine{border-color:#0f7498}
.ogTopic .page{padding-top:20px;padding-bottom:30px}
.ogTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/ogListBG.png) no-repeat;background-position:center 120px}
.ogTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.ogTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/ogListBG.jpg) no-repeat}
.ogTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.ogTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.ogTopic .txnews .baseNewsList a{line-height:24px!important}
.ogTopic .baseTitleLine2{margin-left:0}
.ogTopic .baseTitleLine2 h2,.ogTopic .baseTitleLine2 h4{background:url(../img/ogPlateIcon.jpg) no-repeat;top:0;left:0}
.ogTopic .baseTitleLine2 .navMenu li a:hover,.ogTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.ogTopic .baseTitleLine2{border-bottom-color:#37b3ae}
.ogTopic .listcont{background:url(../img/ogListBG.png) no-repeat #fff;background-position:center;height:539px;position:relative}
.ogTopic .listbottomwrap{height:539px;overflow:hidden}
.ogTopic .listable{padding:0}
.ogTopic .listable thead td{background:#f7f7f7}
.ogTopic .listreadmore{height:57px;line-height:57px}
.ogTopic .listreadmore{position:absolute;bottom:0;left:0;width:100%}
.ogTopic .oggroup{background:#fff;text-align:center;padding:10px 0}
.ogTopic .oggroup a{display:inline-block;width:25px;height:25px;line-height:25px;text-align:center;color:grey;border-radius:3px;margin:0 7px}
.ogTopic .oggroup a.act,.ogTopic .oggroup a:hover{color:#fff;background:#3884e1}
.ycTopic{background:url(../img/ycBigBG.jpg) repeat-x #f2f2f2;background-position:top center}
.ycTopic .zhF1 .baseLeftMsg{padding-top:65px}
.ycTopic .topBG{width:100%;height:60px;background:url(../img/ycTopBg.jpg) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.ycTopic .matchSlide .topMenu a.active,.ycTopic .matchSlide .topMenu a:hover{background:#072257}
.ycTopic .matchSlide .topMenu a.active:after,.ycTopic .matchSlide .topMenu a.active:before,.ycTopic .matchSlide .topMenu a:hover:after,.ycTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#072257;border-top-color:#072257}
.ycTopic .baseTitleLine h4{background:url(../img/ycPlateIcon.jpg) no-repeat}
.ycTopic .baseTitleLine .navMenu li a:hover,.ycTopic .baseTitleLine .navMenu li.active a{background:#072257}
.ycTopic .baseTitleLine{border-color:#ff4f15}
.ycTopic .page{padding-top:20px;padding-bottom:30px}
.ycTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/ycListBG.png) no-repeat;background-position:center 120px}
.ycTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.ycTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/ycTbBg.jpg) no-repeat}
.ycTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.ycTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.ycTopic .txnews .baseNewsList a{line-height:24px!important}
.ycTopic .baseTitleLine2{margin-left:0}
.ycTopic .baseTitleLine2 h2,.ycTopic .baseTitleLine2 h4{background:url(../img/ycPlateIcon.jpg) no-repeat;top:0;left:0}
.ycTopic .baseTitleLine2 .navMenu li a:hover,.ycTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.ycTopic .baseTitleLine2{border-color:#ff4f15}
.ycTopic .listcont{background:url(../img/ycListBG.png) no-repeat #fff;background-position:center}
.ycTopic .listable{padding:0}
.ycTopic .listable thead td{background:#f7f7f7}
.ycTopic .listreadmore{height:57px;line-height:57px}
.xjTopic{background:url(../img/xjBigBG.png) repeat-x #f2f2f2;background-position:top center}
.xjTopic .zhF1 .baseLeftMsg{padding-top:65px}
.xjTopic .topBG{width:100%;height:60px;background:url(../img/xjTopBG.jpg) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.xjTopic .matchSlide .topMenu a.active,.xjTopic .matchSlide .topMenu a:hover{background:#a01e49}
.xjTopic .matchSlide .topMenu a.active:after,.xjTopic .matchSlide .topMenu a.active:before,.xjTopic .matchSlide .topMenu a:hover:after,.xjTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#a01e49;border-top-color:#a01e49}
.xjTopic .baseTitleLine h4{background:url(../img/xjPlateIcon.jpg) no-repeat}
.xjTopic .baseTitleLine .navMenu li a:hover,.xjTopic .baseTitleLine .navMenu li.active a{background:#a01e49}
.xjTopic .baseTitleLine{border-color:#ddb204}
.xjTopic .page{padding-top:20px;padding-bottom:30px}
.xjTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/xjListBG.png) no-repeat;background-position:center 120px}
.xjTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.xjTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/xjTbBg.jpg) no-repeat}
.xjTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.xjTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.xjTopic .txnews .baseNewsList a{line-height:24px!important}
.xjTopic .baseTitleLine2{margin-left:0}
.xjTopic .baseTitleLine2 h2,.xjTopic .baseTitleLine2 h4{background:url(../img/xjPlateIcon.jpg) no-repeat;top:0;left:0}
.xjTopic .baseTitleLine2 .navMenu li a:hover,.xjTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.xjTopic .baseTitleLine2{border-color:#ddb204}
.xjTopic .listcont{background:url(../img/xjListBG.png) no-repeat #fff;background-position:center}
.xjTopic .listable{padding:0}
.xjTopic .listable thead td{background:#f7f7f7}
.xjTopic .listreadmore{height:57px;line-height:57px}
.djTopic{background:url(../img/djBigBG.jpg) repeat-x #f2f2f2;background-position:top center}
.djTopic .zhF1 .baseLeftMsg{padding-top:65px}
.djTopic .topBG{width:100%;height:60px;background:url(../img/djTopBG.jpg) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.djTopic .matchSlide .topMenu a.active,.djTopic .matchSlide .topMenu a:hover{background:#d81a0b}
.djTopic .matchSlide .topMenu a.active:after,.djTopic .matchSlide .topMenu a.active:before,.djTopic .matchSlide .topMenu a:hover:after,.djTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#d81a0b;border-top-color:#d81a0b}
.djTopic .baseTitleLine h4{background:url(../img/djPlateIcon.jpg) no-repeat}
.djTopic .baseTitleLine .navMenu li a:hover,.djTopic .baseTitleLine .navMenu li.active a{background:#d81a0b}
.djTopic .baseTitleLine{border-color:#580505}
.djTopic .page{padding-top:20px;padding-bottom:30px}
.djTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/djListBG.png) no-repeat;background-position:center 120px}
.djTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.djTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/djtbbg.jpg) no-repeat}
.djTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.djTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.djTopic .txnews .baseNewsList a{line-height:24px!important}
.djTopic .baseTitleLine2{margin-left:0}
.djTopic .baseTitleLine2 h2,.djTopic .baseTitleLine2 h4{background:url(../img/djPlateIcon.jpg) no-repeat;top:0;left:0}
.djTopic .baseTitleLine2 .navMenu li a:hover,.djTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.djTopic .baseTitleLine2{border-color:#ff4f15}
.djTopic .listcont{background:url(../img/djListBG.png) no-repeat #fff;background-position:center}
.djTopic .listable{padding:0}
.djTopic .listable thead td{background:#f7f7f7}
.djTopic .listreadmore{height:57px;line-height:57px}
.cbaTopic{background:#f2f2f2;background-position:top center}
.cbaTopic .zhF1 .baseLeftMsg{padding-top:65px}
.cbaTopic .topBG{width:100%;height:60px;background:url(../img/cbaTopBG.png) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.cbaTopic .matchSlide .topMenu a.active,.cbaTopic .matchSlide .topMenu a:hover{background:#8f2711}
.cbaTopic .matchSlide .topMenu a.active:after,.cbaTopic .matchSlide .topMenu a.active:before,.cbaTopic .matchSlide .topMenu a:hover:after,.cbaTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#8f2711;border-top-color:#8f2711}
.cbaTopic .baseTitleLine{border-color:#580505}
.cbaTopic .page{padding-top:20px;padding-bottom:30px}
.cbaTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.cbaTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.cbaTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.cbaTopic .txnews .baseNewsList a{line-height:24px!important}
.cbaTopic .baseTitleLine2{margin-left:0}
.cbaTopic .baseTitleLine2 h2,.cbaTopic .baseTitleLine2 h4{background:url(../img/cbaPlateIcon.png) no-repeat;top:0;left:0}
.cbaTopic .baseTitleLine2 .navMenu li a:hover,.cbaTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.cbaTopic .baseTitleLine2{border-color:#c17625}
.cbaTopic .listcont{background:url(../img/cbatbbg.png) no-repeat #fff;background-position:center}
.cbaTopic .listable{padding:0}
.cbaTopic .listable thead td{background:#f7f7f7}
.cbaTopic .listreadmore{height:57px;line-height:57px}
.nbaTopic{background:url(../img/nbaBigBG.jpg) repeat-x #f2f2f2;background-position:top center}
.nbaTopic .zhF1 .baseLeftMsg{padding-top:65px}
.nbaTopic .topBG{width:100%;height:60px;background:url(../img/nbaTopBG.png) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.nbaTopic .matchSlide .topMenu a.active,.nbaTopic .matchSlide .topMenu a:hover{background:#e82c1b}
.nbaTopic .matchSlide .topMenu a.active:after,.nbaTopic .matchSlide .topMenu a.active:before,.nbaTopic .matchSlide .topMenu a:hover:after,.nbaTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#e82c1b;border-top-color:#e82c1b}
.nbaTopic .baseTitleLine{border-color:#580505}
.nbaTopic .page{padding-top:20px;padding-bottom:30px}
.nbaTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.nbaTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.nbaTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.nbaTopic .txnews .baseNewsList a{line-height:24px!important}
.nbaTopic .baseTitleLine2{margin-left:0}
.nbaTopic .baseTitleLine2 h2,.nbaTopic .baseTitleLine2 h4{background:url(../img/nbaPlateIcon.png) no-repeat;top:0;left:0}
.nbaTopic .baseTitleLine2 .navMenu li a:hover,.nbaTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.nbaTopic .baseTitleLine2{border-color:#e82c1b}
.nbaTopic .listcont{background:url(../img/nbatbbg.png) no-repeat #fff;background-position:center}
.nbaTopic .listable{padding:0}
.nbaTopic .listable thead td{background:#f7f7f7}
.nbaTopic .listreadmore{height:57px;line-height:57px}
.fjTopic{background:url(../img/fjBigBG.jpg) repeat-x #f2f2f2;background-position:top center}
.fjTopic .zhF1 .baseLeftMsg{padding-top:65px}
.fjTopic .topBG{width:100%;height:60px;background:url(../img/fjTopBG.jpg) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.fjTopic .matchSlide .topMenu a{width:75px;text-align:center;padding-left:0;padding-right:0}
.fjTopic .matchSlide .topMenu a:after,.fjTopic .matchSlide .topMenu a:before{display:none}
.fjTopic .matchSlide .topMenu a.active,.fjTopic .matchSlide .topMenu a:hover{background:url(../img/fjjb.png) no-repeat center center}
.fjTopic .baseTitleLine h4{background:url(../img/fjPlateIcon.jpg) no-repeat}
.fjTopic .baseTitleLine .navMenu li a:hover,.fjTopic .baseTitleLine .navMenu li.active a{background:#242487}
.fjTopic .baseTitleLine{border-color:#580505}
.fjTopic .page{padding-top:20px;padding-bottom:30px}
.fjTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/fjListBG.png) no-repeat;background-position:center 120px}
.fjTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.fjTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/fjtbbg.jpg) no-repeat}
.fjTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.fjTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.fjTopic .txnews .baseNewsList a{line-height:24px!important}
.fjTopic .baseTitleLine2{margin-left:0}
.fjTopic .baseTitleLine2 h2,.fjTopic .baseTitleLine2 h4{background:url(../img/fjPlateIcon.jpg) no-repeat;top:0;left:0}
.fjTopic .baseTitleLine2 .navMenu li a:hover,.fjTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.fjTopic .baseTitleLine2{border-color:#ff4f15}
.fjTopic .listcont{background:url(../img/fjListBG.jpg) no-repeat #fff;background-position:center}
.fjTopic .listable{padding:0}
.fjTopic .listable thead td{background:#f7f7f7}
.fjTopic .listreadmore{height:57px;line-height:57px}
.yjTopic{background:url(../img/yjBigBG.jpg) repeat-x #f2f2f2;background-position:top center}
.yjTopic .zhF1 .baseLeftMsg{padding-top:65px}
.yjTopic .topBG{width:100%;height:60px;background:url(../img/yjTopBG.jpg) no-repeat;position:absolute;top:0;left:0;background-size:100%}
.yjTopic .matchSlide .topMenu a{width:75px;text-align:center;padding-left:0;padding-right:0}
.yjTopic .matchSlide .topMenu a.active,.yjTopic .matchSlide .topMenu a:hover{background:#d6230c}
.yjTopic .matchSlide .topMenu a.active:after,.yjTopic .matchSlide .topMenu a.active:before,.yjTopic .matchSlide .topMenu a:hover:after,.yjTopic .matchSlide .topMenu a:hover:before{border-bottom-color:#d6230c;border-top-color:#d6230c}
.yjTopic .baseTitleLine h4{background:url(../img/yjPlateIcon.jpg) no-repeat}
.yjTopic .baseTitleLine .navMenu li a:hover,.yjTopic .baseTitleLine .navMenu li.active a{background:#d6230c}
.yjTopic .baseTitleLine{border-color:#580505}
.yjTopic .page{padding-top:20px;padding-bottom:30px}
.yjTopic .matchFB2 .RfFB2 .mFBContent{background:url(../img/yjListBG.png) no-repeat;background-position:center 120px}
.yjTopic .matchFB2 .RfFB2 .mFBContentItem{height:auto}
.yjTopic .matchFB2 .RfFB2 .mFBContentItemTB{background:url(../img/yjtbbg.jpg) no-repeat}
.yjTopic .zhF1 .rfBanner .pagination .swiper-pagination-switch{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.yjTopic .zhF1 .rfBanner .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#1cc94b;position:absolute;top:3px;left:3px}
.yjTopic .txnews .baseNewsList a{line-height:24px!important}
.yjTopic .baseTitleLine2{margin-left:0}
.yjTopic .baseTitleLine2 h2,.yjTopic .baseTitleLine2 h4{background:url(../img/yjPlateIcon.jpg) no-repeat;top:0;left:0}
.yjTopic .baseTitleLine2 .navMenu li a:hover,.yjTopic .baseTitleLine2 .navMenu li.active a{background:#e63409}
.yjTopic .baseTitleLine2{border-color:#ff4f15}
.yjTopic .listcont{background:url(../img/yjListBG.jpg) no-repeat #fff;background-position:center}
.yjTopic .listable{padding:0}
.yjTopic .listable thead td{background:#f7f7f7}
.yjTopic .listreadmore{height:57px;line-height:57px}
.dataMainContent .TCdataLeagueList .lfContent .switchTag ul{width:80%;margin:0 auto;text-align:center;background-color:#fff}
.TCdataLeagueList .lfContent .switchTag .text_wholegame{text-align:center;padding:20px 0;font-size:18px;color:#ff3f00}
.TCdataLeagueList .switchTag .text_wholegame .eng_text{padding-top:10px;font-size:15px;color:#a5a5a5}
.TCdataLeagueList .switchItem .dataCountry .clearfixl{display:flex;justify-content:space-between}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul{flex-wrap:wrap}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul li{position:relative}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul li .line{position:absolute;right:0;top:0;width:1px;height:100%;border-right:1px solid #f2f2f2}
.dataMainContent .TCdataLeagueList .lfContent .switchItem ul>li:nth-child(4n) .line{border-right:0}
#tc_game_result{padding-top:30px}
#tc_game_result .dataLayout .lfContent{border:0;width:100%}
#tc_game_result .dataLayout .lfContent .switchTag{width:19.2%}
#tc_game_result .dataLayout .lfContent .switchItem{width:80%}
#tc_game_result .dataLeagueList .switchTag{border:1px solid #ccc}
#tc_game_result .dataLeagueList .switchTag ul{width:100%}
#tc_game_result .dataLeagueList .switchTag li{width:100%}
#tc_game_result .dataLeagueList .switchTag .title_wrapper{width:100%}
#tc_game_result .dataLeagueList .switchItem{border:1px solid #ccc}
#tc_game_result .dataLeagueList .switchTag .group{width:100%;padding:0;text-align:left}
#tc_game_result .dataLeagueList .switchTag .group_li{height:30px;line-height:30px;color:#333;width:100%;margin:0;padding-left:95px;border-top:1px solid #ccc;background:url(../data/img/star_gray.png) 195px center no-repeat}
#tc_game_result .dataLeagueList .switchTag .group_li_starred{background:url(../data/img/star_red.png) 195px center no-repeat}
#tc_game_result .dataLeagueList .switchTag ul .title_wrapper{width:100%;height:auto;font-size:15px;margin-bottom:0;padding:0;border-bottom:1px solid #ccc}
#tc_game_result .dataLeagueList .switchTag ul li .switchTag_title{height:30px;line-height:30px;font-size:15px;background:url(../data/img/arrow_right_gray.png) no-repeat 30px center;background-size:10px}
#tc_game_result .dataLeagueList .switchTag ul li .switchTag_title_down{background:url(../data/img/arrow_down_gray.png) no-repeat 30px center;background-size:10px}
#tc_game_result .dataLeagueList .switchTag ul li .switchTag_title>div{padding-left:55px}
#tc_game_result .dataLeagueList .switchTag ul li div{font-size:15px}
#tc_game_result .dataLeagueList .switchTag ul li li{font-size:15px}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game{height:auto;width:100%;margin:0;border-top:1px solid #ccc}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec{height:30px;line-height:30px;background:url(../data/img/add_icon.png) 50px center no-repeat;background-size:12px}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec>div>img{vertical-align:top;margin:20px 10px 0 0}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec_decrease{height:auto;background:url(../data/img/decrease_icon.png) 50px center no-repeat;background-size:12px}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_sec>div{width:100%;padding-left:75px}
#tc_game_result .dataLeagueList .socer_switchTag ul li .group .country_game .switchTag_title_sec>div{padding-left:85px}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec{height:30px;line-height:30px;color:#333;width:100%;margin:0;padding-left:95px;border-top:1px solid #ccc}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir>div>img{vertical-align:top;margin:20px 10px 0 0}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir{width:100%;height:30px;line-height:30px;border-top:1px solid #ccc;background:url(../data/img/add_icon.png) 70px center no-repeat}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir_decrease{background:url(../data/img/decrease_icon.png) 70px center no-repeat}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .switchTag_title_thir>div{width:100%;padding-left:100px}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec .country_game_thir{margin:0;height:30px;line-height:30px;border-top:1px solid #ccc;padding-left:100px}
#tc_game_result .dataLeagueList .socer_switchTag ul li .group .country_game .country_game_sec .country_game_thir:nth-child(1){padding-left:135px}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec .country_game_thir_starred{color:#ff3f00}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .group_sec .country_game_sec_starred{color:#ff3f00}
#tc_game_result .dataLeagueList .switchTag ul li .group .country_game .country_game_sec .country_game_fou{margin:0;height:30px;line-height:30px;border-top:1px solid #ccc;padding-left:70px}
#tc_game_result .switchItem{padding-bottom:60px;font-size:16px}
#tc_game_result .tc_title_wrapper .title_top{display:flex;align-items:center;margin:20px 0;position:relative}
#tc_game_result .tc_title_wrapper .title_top .team_logo{margin:0 340px 0 20px;font-size:24px}
#tc_game_result .tc_title_wrapper .title_top .select_season{width:120px;height:auto;font-size:16px;border:1px solid #f2f2f2;margin-right:165px;text-align:center;position:absolute;top:40px;left:250px;background-color:#fff;z-index:50}
#tc_game_result .tc_title_wrapper .title_top .select_season .main_time{display:inline-block;width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2}
#tc_game_result .tc_title_wrapper .title_top .select_season .other_time{width:100%;overflow-y:auto}
.other_time::-webkit-scrollbar{display:none}
.other_item::-webkit-scrollbar{display:none}
#tc_game_result .tc_title_wrapper .title_top .select_season .other_time>div{width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2}
#tc_game_result .tc_title_wrapper .title_top .hot_team li{float:left;padding:0 5px;border-right:1px solid #000}
#tc_game_result .tc_title_wrapper .title_top .hot_team li:nth-child(1){border:0}
#tc_game_result .tc_title_wrapper .title_top .hot_team li:last-child{border:0}
#tc_game_result .tc_title_wrapper .title_item{margin:0 20px 20px;border-bottom:1px solid #f2f2f2}
#tc_game_result .tc_title_wrapper .title_item a{display:inline-block;width:80px;height:40px;line-height:40px;margin-right:10px;text-align:center}
#tc_game_result .tc_title_wrapper .title_item .active{background-color:#f2f2f2}
#tc_game_result .tc_title_pos{position:relative}
#tc_game_result .tc_title_wrapper .title_team{display:flex;position:absolute;right:15px}
#tc_game_result .tc_title_wrapper .title_team>div{width:80px;height:35px;line-height:35px;border:1px solid #f2f2f2;text-align:center;margin-right:10px}
#tc_game_result #tc_no_pad{border-spacing:0}
#tc_game_result #tc_no_pad .tc_center_value{height:37px;line-height:37px}
#tc_game_result .tc_center_table{display:table;font-size:16px;margin:80px 20px 0;background-color:#fff;border-collapse:separate;border-spacing:0 20px}
#tc_game_result .tc_center_table tr{height:50px;background-color:#fff}
#tc_game_result .tc_center_table .tc_center_thead{height:37px;padding-left:25px;background-color:#f2f2f2}
#tc_game_result .tc_center_table .tc_center_time{height:35px;background-color:#fffbee;border-spacing:0}
#tc_game_result .tc_center_table .tc_center_time .td_time{text-align:center;color:#ff3f00}
#tc_game_result .tc_center_table .tc_left{text-align:left;text-indent:2rem}
#tc_game_result .tc_center_table .tc_schedule_td1{width:210px;padding-left:30px}
#tc_game_result .tc_center_table .tc_schedule_td2{width:220px;text-align:right}
#tc_game_result .tc_center_table .tc_schedule_td3{width:100px;text-align:center;color:#ff3f00}
#tc_game_result .tc_center_table .tc_schedule_td4{width:220px;text-align:left;border-right:0}
#tc_game_result .tc_center_table .tc_schedule_td5{width:80px;text-align:center}
#tc_game_result .tc_center_table .tc_schedule_td6{width:130px;padding-left:20px}
#tc_game_result .tc_center_table .tc_center_thead .tc_schedule_td3{color:#000}
#tc_game_result .whole_rank{padding:0 20px}
#tc_game_result .whole_rank .east_rank,.west_rank{margin-bottom:20px}
#tc_game_result .whole_rank .east_score_table{border-collapse:collapse;border:1px solid #f2f2f2;margin-bottom:30px}
#tc_game_result .whole_rank .east_score_table .tc_score_top{height:5px;background-color:grey}
#tc_game_result .whole_rank .east_score_table tr{height:37px;text-align:center}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td4{background-color:grey}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td5{background-color:grey}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td6{background-color:grey}
#tc_game_result .whole_rank .east_score_table .tc_score_top .tc_schedule_td12{background-color:grey}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td1{width:55px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td2{width:145px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td3{width:70px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td4{width:60px;background-color:#fdfaf4}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td5{width:60px;background-color:#fdfaf4}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td6{width:70px;background-color:#fdfaf4}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td7{width:70px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td8{width:65px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td9{width:65px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td10{width:65px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td11{width:65px}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td12{width:110px;background-color:#fdfaf4}
#tc_game_result .whole_rank .east_score_table tr .tc_schedule_td13{width:75px}
#tc_game_result .whole_rank .east_score_table tr td .num_red{color:#ff3f00}
#tc_game_result .whole_rank .east_score_table tr td .num_orange{color:#ff8824}
#tc_game_result .whole_rank .east_score_table tr td .num_lig_orange{color:#f5a444}
#tc_game_result .tc_compet_system{margin-top:20px;padding:0 20px}
#tc_game_result .tc_compet_system>p{margin-bottom:10px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td1{width:55px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td2{width:145px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td3{width:70px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td4{width:70px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td5{width:70px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td6{width:75px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td7{width:75px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td8{width:75px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td9{width:75px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td10{width:100px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td11{width:100px}
#tc_game_result #whole_rank .east_score_table tr .tc_schedule_td12{width:70px}
#tc_game_result #whole_rank .east_score_table tr td .win_red{color:#ff3f00}
#tc_game_result #whole_rank .east_score_table tr td .lose_green{color:#15ab27}
.game_state{width:100px;height:35px;font-size:16px;margin-right:10px;border:1px solid #f2f2f2;text-align:center;background-color:#fff;z-index:50}
.game_state .main_item{display:inline-block;width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2;background-color:#fff}
.game_state .other_item{width:100%;height:auto;overflow-y:hidden;background-color:#fff;z-index:500}
.game_state .other_item>div{width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;background-color:#fff}
.basketball .game_state .other_item{height:120px;overflow-y:auto}
.east_score_table{position:relative}
#tc_game_result #league_statistic .choose_wrapper{display:flex;justify-content:space-between}
#tc_game_result #league_statistic .choose_wrapper .baseRfList_bottom{display:flex;justify-content:space-between}
#tc_game_result #league_statistic .choose_wrapper .team_player{display:flex;justify-content:space-between}
#tc_game_result #league_statistic .choose_wrapper .team_player .team_item{width:75px;height:35px;line-height:35px;border:1px solid #f2f2f2;text-align:center;margin-left:20px}
#tc_game_result #league_statistic .choose_wrapper .team_player .team_item_active{background-color:#ff3f00;color:#fff}
#tc_game_result #league_statistic .east_score_table .tc_score_thead td:nth-child(1){background:0}
#tc_game_result #league_statistic .east_score_table .tc_score_thead td{background:url(../data/img/arrow_down_gray.png) right center/6px 8px no-repeat}
#tc_game_result #league_statistic .east_score_table .tc_score_thead td.td_triangle_red{color:#ff3f00;background:url(../data/img/arrow_down_orange.png) right center/6px 8px no-repeat}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td1{width:130px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td2{width:55px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td3{width:60px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td4{width:55px;background-color:#fff}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td5{width:60px;background-color:#fff}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td6{width:55px;background-color:#fff}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td7{width:60px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td8{width:55px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td9{width:55px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td10{width:55px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td11{width:55px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td12{width:55px;background-color:#fff}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td13{width:50px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td14{width:50px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td15{width:55px}
#tc_game_result #league_statistic .east_score_table tr .tc_schedule_td16{width:55px}
#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td4{background-color:grey}
#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td5{background-color:grey}
#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td6{background-color:grey}
#tc_game_result #league_statistic .east_score_table .tc_score_top .tc_schedule_td12{background-color:grey}
#tc_team_introduce{padding-top:30px}
#tc_team_introduce .team_item_wrapper .tc_hide{display:none}
#tc_team_introduce .lfContent{width:80%;border-top:1px solid #ccc;float:left;margin-right:10px}
#tc_team_introduce #switchItem{width:100%}
#tc_team_introduce #switchItem .player_page{display:flex;justify-content:space-between;height:100px;margin:30px 0}
#tc_team_introduce #switchItem .team_logo{display:flex;justify-content:space-between;align-items:center;font-size:18px;font-weight:100}
#tc_team_introduce #switchItem .team_logo .pic_wrapper{width:100px;height:100px;overflow:hidden}
#tc_team_introduce #switchItem .team_logo .pic_wrapper img{width:100%;height:100%}
#tc_team_introduce #switchItem .team_logo>div{display:inline-block}
#tc_team_introduce #switchItem .team_message{display:inline-block;margin-right:60px}
#tc_team_introduce .east_score_table{border-collapse:collapse;border:1px solid #f2f2f2;margin-bottom:35px}
#tc_team_introduce .east_score_table .tc_score_top{height:5px;background-color:grey}
#tc_team_introduce .east_score_table tr{height:50px;text-align:center}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td4{background-color:grey}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td5{background-color:grey}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td6{background-color:grey}
#tc_team_introduce .east_score_table .tc_score_top .tc_schedule_td13{background-color:grey}
#tc_team_introduce .team_item_wrapper .title_item{margin:0 10px 20px;border-bottom:1px solid #f2f2f2}
#tc_team_introduce .team_item_wrapper .title_item a{display:inline-block;width:80px;height:40px;line-height:40px;margin-right:10px;text-align:center}
#tc_team_introduce .team_item_wrapper .title_item .active{background-color:#f2f2f2}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .right .game_state{width:75px;margin-left:10px}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .right .game_state .main_item{width:75px;border-right:1px solid #f2f2f2}
#tc_team_introduce #switchItem #team_statistic_wrapper .title_wrapper{flex-direction:row-reverse}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table .tc_score_thead .tc_schedule_td10{color:#000}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td1{width:120px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td2{width:110px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td3{width:60px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td4{width:70px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td5{width:60px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td6{width:60px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td7{width:60px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td8{width:60px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td9{width:50px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td10{width:50px;color:#ff3f00}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td11{width:50px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td12{width:50px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td13{width:50px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td14{width:50px}
#tc_team_introduce #switchItem #team_statistic_wrapper .east_score_table tr .tc_schedule_td15{width:50px}
#tc_team_introduce #switchItem .socer_team_activity .team_active{padding-bottom:10px;position:relative;padding:0 30px}
#tc_team_introduce #switchItem .socer_team_activity .team_active .tc_bg_gray{width:1000px;height:10px;background-color:#f2f2f2;position:absolute;bottom:0;left:-1px;border-top:1px solid #ccc;border-bottom:1px solid #ccc}
#tc_team_introduce #switchItem .team_news:nth-child(1){margin-top:30px}
#tc_team_introduce #switchItem .team_news{display:flex;margin:20px 0 20px;padding-bottom:20px;border-bottom:1px solid #f2f2f2}
#tc_team_introduce #switchItem .team_news .news_pic{margin-right:15px}
#tc_team_introduce #switchItem .team_news .news_pic>img{width:100%;height:100%}
#tc_team_introduce #switchItem .team_news .news_content{width:calc(100% - 250px);height:100%}
#tc_team_introduce #switchItem .team_news .news_content .title{font-weight:700;font-size:22px}
#tc_team_introduce #switchItem .team_news .news_content .detail{height:calc(100% - 103px);font-size:18px;margin:25px 0 20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#tc_team_introduce #switchItem .team_news .news_content .team{display:flex;justify-content:space-between}
#tc_team_introduce #switchItem .major_project{padding:0 30px 20px}
#tc_team_introduce #switchItem .major_project .title{display:flex;justify-content:space-between;padding-bottom:15px}
#tc_team_introduce #switchItem .major_project .title .more{margin-right:10px}
#tc_team_introduce #switchItem .major_project .project_wrapper{display:flex;flex-wrap:wrap}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item{width:25%;padding-right:10px}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item:last-child{padding-right:0}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item>img{width:100%}
#tc_team_introduce #switchItem .major_project .project_wrapper .project_item>span{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background-color:#f2f2f2}
#tc_team_introduce #switchItem .team_describe_wrapper{padding:0 20px}
#tc_team_introduce #switchItem .team_describe_wrapper .team_title{margin-bottom:10px;font-weight:700}
#tc_team_introduce #switchItem .team_describe_wrapper .team_introduce{text-indent:2rem;line-height:30px}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record{margin-top:30px}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .title{height:50px;line-height:50px;background-color:#f2f2f2;text-align:center;margin:30px 0 10px}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .honor_title{width:100%;font-weight:700}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .content .honor_club{width:100%;height:auto;line-height:35px;margin:20px 0;padding:10px 0;background-color:#f2f2f2}
#tc_team_introduce #switchItem .team_describe_wrapper .champion_record .content .honor_personal{width:100%;height:auto;line-height:35px;margin:20px 0;padding:10px 0;background-color:#f2f2f2}
#tc_team_introduce #switchItem .team_cast_wrapper{padding:10px 20px 0}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper{display:flex;justify-content:space-between;margin-bottom:20px}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .right{display:flex;justify-content:space-between}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season{height:35px;font-size:16px;border:1px solid #f2f2f2;text-align:center;z-index:500}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season .main_time{display:inline-block;width:100px;height:35px;line-height:35px}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season .other_time{width:100%;height:200px;overflow-y:auto;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;background-color:#fff}
#tc_team_introduce #switchItem .team_cast_wrapper .title_wrapper .baseRfList_season .other_time .other_time_item{width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table{position:relative}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td1{width:160px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td2{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td3{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td4{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td5{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td6{width:60px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td7{width:70px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td8{width:70px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td9{width:70px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td10{width:70px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td11{width:70px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td12{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td13{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td14{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td15{width:50px}
#tc_team_introduce #switchItem .team_cast_wrapper .east_score_table tr .tc_schedule_td16{width:50px}
#tc_team_introduce .dataLeagueList .tc_player{width:19.2%;border:1px solid #ccc;float:left}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList{width:100%;padding:20px 0 10px 10px}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .title{text-align:center;font-size:18px;margin-bottom:10px}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item{margin-bottom:30px}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item>div{margin-bottom:30px}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item ul li{margin-bottom:30px}
#tc_team_introduce .dataLeagueList .tc_player .baseRfList .pos_item ul li img{margin:0 10px}
#tc_team_introduce .tc_player_detail .team_describe_wrapper .champion_record .content{text-indent:2rem;line-height:30px}
#tc_team_introduce #switchItem .player_page{font-weight:100}
#tc_team_introduce #switchItem .player_page .team_logo{margin-right:100px}
#tc_team_introduce #switchItem .socer_play .team_logo{margin:0 60px 0 30px}
#tc_team_introduce #switchItem .socer_play .team_logo .pic_wrapper{margin-right:35px}
#tc_team_introduce #switchItem .player_page .team_message{margin-right:30px}
#tc_team_introduce #switchItem .player_page .team_message:last-child{margin-right:90px}
#tc_team_introduce #switchItem .team_cast_wrapper .game_type .title{height:50px;line-height:50px;color:#ff3f00;text-align:center;background-color:#fffbee}
#tc_team_introduce #switchItem .team_cast_wrapper .game_type .east_score_table .tc_schedule_td1{width:130px}
#tc_team_introduce #switchItem .team_cast_wrapper .game_type .east_score_table .tc_schedule_td2{width:95px}
#tc_team_introduce #switchItem .team_cast_wrapper .game_type .east_score_table .tc_schedule_td6{width:80px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td0{width:100px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td1{width:145px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td2{width:130px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td3{width:60px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td4{width:130px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td5{width:60px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td6{width:60px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td7{width:60px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td8{width:60px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td9{width:60px}
#tc_team_introduce .tc_player_detail .player_statistic .tc_center_table .tc_schedule_td10{width:95px}
#tc_team_introduce #switchItem .team_describe_wrapper{padding-bottom:80px}
#tc_team_introduce #switchItem .team_describe_wrapper .content_wrapper{margin-bottom:20px}
#tc_team_introduce #switchItem .team_describe_wrapper .content_wrapper .team_honor{text-indent:2rem;background-color:#f2f2f2;line-height:30px;padding:15px 0 60px}
#tc_team_introduce #switchItem .team_describe_wrapper .content_wrapper .title{font-weight:700;margin-bottom:10px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_score_thead .tc_schedule_td2{text-align:center}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td1{width:80px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td2{width:240px;text-align:left;padding-left:10px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td3{width:120px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td4{width:80px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td5{width:80px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td6{width:80px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td7{width:100px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td8{width:70px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td9{width:70px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td10{width:70px}
#tc_team_introduce #switchItem .team_item_wrapper .socer_team_detail .east_score_table .tc_schedule_td11{width:70px}
#tc_team_introduce .team_statistic_wrapper .title_wrapper{display:flex;justify-content:space-between;padding:0 15px}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .left{display:flex;justify-content:space-between}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .right{display:flex;justify-content:space-between;align-items:center}
.#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state{width:100px;height:35px;font-size:16px;margin-right:10px;border:1px solid #f2f2f2;text-align:center;background-color:#fff;z-index:50}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state .main_item{display:inline-block;width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2;background-color:#fff}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state .other_item{width:100%;height:auto;overflow-y:hidden;background-color:#fff;z-index:500}
#tc_team_introduce #socer .title_wrapper .game_state .other_item{height:120px;overflow-y:auto}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .game_state .other_item>div{width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .left .game_time{display:flex;justify-content:space-between;align-items:center;height:35px;line-height:35px;text-align:center}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .left .game_time>div{width:100px;height:35px;line-height:35px;margin-left:10px}
#tc_team_introduce .team_statistic_wrapper .title_wrapper .left .game_time>div.active{background-color:#ff3f00;color:#fff}
#tc_team_introduce .team_statistic_wrapper .first_part{padding:0 20px}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table{border-collapse:collapse;border:1px solid #f2f2f2;margin:10px 0 25px}
#tc_team_introduce .team_statistic_wrapper .first_part>div{padding:0 15px 30px}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table tr{height:45px;text-align:center}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top{height:5px;background-color:grey}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td4{background-color:grey}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td5{background-color:grey}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td6{background-color:grey}
#tc_team_introduce .team_statistic_wrapper .first_part .tc_center_table .tc_score_top .tc_schedule_td13{background-color:grey}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_center_thead .tc_schedule_td3{color:#000}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td0{width:95px;text-align:center}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td1{width:160px;padding-left:0;text-align:center}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td2{width:200px}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td3{width:90px;color:#ff3f00}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td4{width:220px}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td5{width:95px}
#tc_team_introduce .team_statistic_wrapper .tc_center_table .tc_schedule_td6{width:90px}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .top_wrapper{display:flex;justify-content:space-between;margin-bottom:20px}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state{width:100px;height:35px;font-size:16px;margin-right:10px;border:1px solid #f2f2f2;text-align:center;background-color:#fff;z-index:50}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state:nth-child(2){width:140px}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .main_item{display:inline-block;width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2;background-color:#fff}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .other_item{width:100%;height:180px;overflow-y:auto;background-color:#fff;z-index:500}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .s_item{height:auto}
#tc_team_introduce .team_statistic_wrapper .game_wrapper .second_part .game_state .other_item>div{width:100%;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;background-color:#fff}
#tc_team_introduce .team_statistic_wrapper .second_part{padding:0 15px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td1{width:120px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td2{width:70px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td3{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td4{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td5{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td6{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td7{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td8{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td9{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td10{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td11{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td12{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td13{width:60px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td14{width:70px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_schedule_td15{width:70px}
#tc_team_introduce .team_statistic_wrapper .second_part .east_score_table .tc_score_value .tc_schedule_td14{color:#ff3f00}
#tc_team_introduce .team_statistic_wrapper .third_part{padding:0 15px}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table{display:table;border-spacing:0 10px}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_value td{height:70px}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_top td{width:100px}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_thead td{width:90px}
#tc_team_introduce .team_statistic_wrapper .third_part .east_score_table .tc_score_value td{width:90px}
#tc_game_result #whole_rank .top_title{margin-bottom:20px}
#tc_game_result #whole_rank .tc_socer_player .tc_score_thead .tc_schedule_td2{text-align:center}
#tc_game_result #whole_rank .tc_socer_player .tc_score_thead td{background-color:#fff}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td1{width:90px}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td2{width:260px;text-align:left;padding-left:30px}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td3{width:210px}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td4{width:170px}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td5{width:125px}
#tc_game_result #whole_rank .tc_socer_player tr .tc_schedule_td6{width:105px}
#tc_game_result #whole_rank .#tc_socer_player .tc_score_thead .tc_schedule_td2{text-align:center}
#tc_game_result #whole_rank #tc_socer_player tr .bg_red{width:23px;height:23px;line-height:21px;background-color:#ff3f00;color:#fff;margin:0 auto;border-radius:11.5px}
#tc_game_result #whole_rank #tc_socer_player tr .bg_blue{width:23px;height:23px;line-height:21px;background-color:#009bdc;color:#fff;margin:0 auto;border-radius:11.5px}
#tc_game_result #whole_rank #tc_socer_player tr .bg_gray{width:23px;height:23px;line-height:21px;background-color:grey;color:#fff;margin:0 auto;border-radius:11.5px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td1{width:70px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td2{width:200px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td3{width:70px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td4{width:50px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td5{width:50px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td6{width:50px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td7{width:60px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td8{width:60px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td69{width:80px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td10{width:100px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td11{width:100px}
#tc_game_result #whole_rank #tc_socer_player tr .tc_schedule_td12{width:60px}
#tc_game_result .switchItem #whole_rank .score_top_title{display:flex;justify-content:space-between;margin-bottom:5px}
#tc_game_result .switchItem #whole_rank .bottom_title{display:flex;justify-content:space-between;width:340px;margin:0 auto 30px}
#tc_game_result .switchItem #whole_rank .bottom_title>div>img{margin:-2px 10px 0 0}
#tc_game_result .switchItem #whole_rank .text_content{line-height:30px;color:grey}
#tc_game_result .switchItem #whole_rank .text_content p{text-indent:3rem}
#tc_game_result #whole_rank .socer_goal .tc_score_thead td{background-color:#fff;height:37px}
#tc_game_result #whole_rank .socer_goal .tc_score_value td{background-color:#fff;height:37px}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td1{width:180px}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td2{width:135px}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td3{width:135px}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td4{width:135px}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td5{width:135px}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td6{width:135px}
#tc_game_result #whole_rank .socer_goal tr .tc_schedule_td7{width:105px}
#tc_game_result #whole_rank .socer_half_goal .tc_score_thead td{background-color:#fff;height:37px}
#tc_game_result #whole_rank .socer_half_goal .tc_score_value td{background-color:#fff;height:37px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td1{width:180px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td2{width:90px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td3{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td4{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td5{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td6{width:55px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td7{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td8{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td9{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td10{width:55px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td11{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td12{width:65px}
#tc_game_result #whole_rank .socer_half_goal tr .tc_schedule_td13{width:65px}
#tc_game_result #whole_rank .up_down_goal .tc_score_value td{border:1px solid #f2f2f2}
#tc_game_result #whole_rank .up_down_goal .tc_score_thead .tc_schedule_td1,.tc_schedule_td4,.tc_schedule_td7{border-right:1px solid #f2f2f2}
#tc_game_result #whole_rank .up_down_goal .tc_score_thead td{background-color:#fff;height:50px}
#tc_game_result #whole_rank .up_down_goal .tc_score_value td{background-color:#fff;height:50px}
#tc_game_result #whole_rank .up_down_goal .tc_score_title td{height:72px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td1{width:180px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td2{width:86px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td3{width:86px;border-left:none;border-right:0}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td4{width:86px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td5{width:86px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td6{width:86px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td7{width:86px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td8{width:86px}
#tc_game_result #whole_rank .up_down_goal tr .tc_schedule_td9{width:86px}
#whole_rank .up_down_goal tr .tc_schedule_td10{width:86px}
#tc_game_result .switchItem .title_date{margin-top:20px;padding:0 20px;font-size:0}
#tc_game_result .switchItem .title_date .title{font-size:16px;margin-bottom:15px}
#tc_game_result .switchItem .title_date .date_num span{display:inline-block;width:56px;height:40px;line-height:40px;text-align:center;font-size:16px;background-color:#f2f2f2;border-right:1px solid #fff;border-bottom:1px solid #fff}
#tc_game_result .switchItem .title_date .date_num .date_choose{background-color:#ff3f00;color:#fff}
#tc_game_result .switchItem .title_date .date_num .no_arrive{background-color:#fff;border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}
#tc_game_result .switchItem .socer_game_result{margin-top:20px;border-spacing:0;border:1px solid #f2f2f2;border-collapse:collapse}
#tc_game_result .switchItem .socer_game_result .tc_center_thead{height:37px;background-color:#fff}
#tc_game_result .switchItem .socer_game_result tr td{text-align:center}
#tc_game_result .switchItem .socer_game_result tr .tc_schedule_td0{width:95px}
#tc_game_result .switchItem .socer_game_result tr .tc_schedule_td1{width:165px;padding-left:0}
#tc_game_result .switchItem .socer_game_result tr .tc_schedule_td4{border-right:0}
#tc_game_result .switchItem .socer_game_result .tc_center_top{height:5px;background-color:grey}
#tc_game_result .switchItem .second_part .score_game_data{margin-top:0;border:1px solid #f2f2f2;border-collapse:collapse;border-spacing:0}
#tc_game_result .switchItem .second_part .title{height:50px;line-height:50px;text-indent:2rem;margin:20px 20px 0;background-color:#f2f2f2}
#tc_game_result .switchItem .second_part .score_game_data tr th,td{text-align:center}
#tc_game_result .switchItem .second_part .tc_center_data{height:58px;background-color:#fff}
#tc_game_result .switchItem .second_part .score_game_data .tc_score_data{height:58px;color:#ff3f00}
#tc_game_result .switchItem .score_game_data .tc_schedule_td0 .game_total{color:#ff3f00;font-size:22px}
#tc_game_result .switchItem .score_game_data .tc_schedule_td0{width:210px;font-weight:100}
#tc_game_result .switchItem .score_game_data .tc_schedule_td1{width:125px;padding-left:0}
#tc_game_result .switchItem .score_game_data .tc_schedule_td2{width:125px;text-align:center}
#tc_game_result .switchItem .score_game_data .tc_schedule_td3{width:125px}
#tc_game_result .switchItem .score_game_data .tc_schedule_td4{width:125px;text-align:center}
#tc_game_result .switchItem .score_game_data .tc_schedule_td5{width:125px}
#tc_game_result .switchItem .score_game_data .tc_schedule_td6{width:125px}
#tc_game_result .switchItem .third_part .title{margin:20px 0 30px;padding:0 20px}
#tc_game_result .switchItem .third_part .max_game_title{display:flex;justify-content:space-between;padding:0 20px;height:50px;line-height:50px}
#tc_game_result .switchItem .third_part .max_game_title>div{flex:1;text-align:center;background-color:#f2f2f2}
#tc_game_result .switchItem .third_part .max_game_team{display:flex;justify-content:space-between;padding:0 20px;margin:25px 0 40px;text-align:center}
#tc_game_result .switchItem .third_part .max_game_team .team_detail_wrapper{flex:1}
#tc_game_result .switchItem .third_part .max_game_team .team_detail_wrapper .team_detail{width:190px;margin:0 auto}
#tc_game_result .switchItem .third_part .max_game_team .team_detail .top_cont{display:flex;justify-content:space-between;margin-bottom:25px}
#tc_game_result .switchItem .third_part .max_game_team .team_detail .top_cont .team_name{text-align:left}
#tc_game_result .switchItem .third_part .score_game_max{margin:0 20px 0 16px}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead{color:#f2f2f2;height:37px}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead{background-color:#f2f2f2;height:37px;color:#000}
#tc_game_result .switchItem .third_part .score_game_max{border:1px solid #f2f2f2}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value{border:1px solid #f2f2f2}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead .tc_schedule_td1{width:480px;text-align:center;padding-left:0;font-weight:100}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_thead .tc_schedule_td2{width:480px;text-align:center;padding-left:0;font-weight:100}
#tc_game_result .switchItem .third_part .score_game_max .tc_center_value{height:37px}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td1{width:100px}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td2{width:280px;color:#ff3f00}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td3{width:100px;border-right:1px solid #f2f2f2}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td4{width:100px}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td5{width:280px;color:#ff3f00}
#tc_game_result .switchItem .third_part .score_game_max .tc_score_value .tc_schedule_td6{width:100px}
#tc_game_result .switchItem .title_menu{padding:10px 20px 0}
#tc_game_result .switchItem .title_menu .game_type{width:700px}
#tc_game_result .switchItem .title_menu .game_type span{display:inline-block;width:135px;height:35px;line-height:35px;border:1px solid #ccc;border-radius:17.5px;color:#ccc;text-align:center;margin-bottom:10px}
#tc_game_result .switchItem .title_menu .game_type .active{border:1px solid #ff3f00;color:#ff3f00}
#tc_game_result .switchItem .europe_cup{border:1px solid #f2f2f2;border-collapse:collapse}
#tc_game_result .switchItem .europe_cup .tc_center_top{height:5px;background-color:grey}
#tc_game_result .switchItem .europe_cup .tc_center_thead{background-color:#fff;border:1px solid #f2f2f2}
#tc_game_result .switchItem .europe_cup .tc_center_thead td{border-right:1px solid #f2f2f2}
#tc_game_result .switchItem .europe_cup .tc_center_value{height:37px;border:1px solid #f2f2f2}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td0{width:75px}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td1{width:110px}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td2{width:275px}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td3{width:75px;color:#000}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td4{width:275px}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td5{width:75px}
#tc_game_result .switchItem .europe_cup tr .tc_schedule_td6{width:75px}
#tc_game_result .switchItem .title_menu .group_num{font-size:0}
#tc_game_result .switchItem .title_menu .group_num>span{display:inline-block;width:105px;height:35px;line-height:35px;text-align:center;font-size:16px;border-right:1px solid #fff;background-color:#f2f2f2}
#tc_game_result .switchItem .title_menu .group_num .group_choose{background-color:#ff3f00;color:#fff}
#tc_game_result .switchItem .title_menu .group_num>span:first-child{border-bottom-left-radius:17.5px;border-top-left-radius:17.5px}
#tc_game_result .switchItem .title_menu .group_num>span:last-child{border-bottom-right-radius:17.5px;border-top-right-radius:17.5px}
#tc_game_result .switchItem .first_part .group_item{padding:20px}
#tc_game_result .switchItem .first_part #tc_socer_player .tc_score_top{height:5px;background-color:grey}
#tc_game_result .switchItem .first_part #tc_socer_player{border:1px solid #f2f2f2;border-collapse:collapse;margin:0 20px}
#tc_game_result .switchItem .first_part #tc_socer_player .tc_score_thead{height:37px}
#tc_game_result .switchItem .first_part #tc_socer_player .tc_score_value{height:37px}
#tc_game_result .switchItem .first_part #tc_socer_player tr td .num_red{color:#ff3f00}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td1{width:70px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td2{width:200px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td3{width:70px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td4{width:55px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td5{width:55px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td6{width:55px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td7{width:65px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td8{width:65px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td9{width:80px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td10{width:100px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td11{width:100px}
#tc_game_result .switchItem .first_part #tc_socer_player tr .tc_schedule_td12{width:65px}
#tc_game_result .switchItem .first_part .israise{margin:20px}
#tc_game_result .switchItem .first_part .israise>div{display:inline-block;margin-right:20px}
#tc_game_result .switchItem .first_part .israise>div>img{margin-top:0}
#tc_game_result .switchItem .first_part .tc_table_bottom{height:35px;line-height:35px;margin:0 20px;background-color:#f2f2f2}
#tc_game_result .switchItem .first_part .tc_table_bottom>div{display:inline-block}
#tc_game_result .switchItem .first_part .tc_table_bottom>div:nth-child(1){width:454px;text-align:right}
#tc_game_result .switchItem .first_part .tc_table_bottom>div:nth-child(2){width:75px;text-align:center;color:#ff3f00}
#tc_game_result .switchItem .first_part .tc_table_bottom>div:nth-child(3){width:419px;text-align:left}
#tc_game_result .switchItem .first_round{margin-top:0}
.dataMainContent{background:#f2f2f2;padding-bottom:80px}
.dataMainContent .cateMenu{padding-top:30px;padding-bottom:20px}
.dataMainContent .cateMenu a{display:block;width:50%;height:100px;float:left;text-align:center;color:grey;background:#fff}
.dataMainContent .cateMenu a.fb:before{display:block;content:'';width:45px;height:45px;background:url(../img/ballIcon.png) no-repeat;background-position:center 0;margin:0 auto;margin-top:15px;font-size:18px}
.dataMainContent .cateMenu a.bs:before{display:block;content:'';width:45px;height:45px;background:url(../img/ballIcon.png) no-repeat;background-position:center -113px;margin:0 auto;margin-top:15px}
.dataMainContent .cateMenu a.active{background:url(../img/dataTopMenuBG.jpg) no-repeat;color:#fff}
.dataMainContent .cateMenu a.active.fb:before{background-position:center -54px}
.dataMainContent .cateMenu a.active.bs:before{background-position:center -166px}
.dataMainContent .dataleagueBox{background:#fff;padding:20px;position:relative;margin-bottom:20px}
.dataMainContent .dataleagueBox .leagueItem{width:170px;text-align:center}
.dataMainContent .dataleagueBox .leagueLogo{height:100px;width:100%;display:table}
.dataMainContent .dataleagueBox .lgbox{display:table-cell;vertical-align:middle;height:100px}
.dataMainContent .dataleagueBox .lgbox img{max-height:100px;max-width:100%}
.dataMainContent .dataleagueBox .leagueName{font-size:16px;color:#333;height:30px;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}
.dataMainContent .dataleagueBox .swiper-button{line-height:100%;font-size:40px;color:#286cbf;position:absolute;top:70px;cursor:pointer;z-index:99}
.dataMainContent .dataleagueBox .swiper-button-prev{right:0}
.dataMainContent .dataleagueBox .swiper-button-next{left:0}
.dataMainContent .center .TCdataLeagueList .switchTag{width:25.5%;height:100%;float:left;position:absolute;top:0;left:0;background-color:#fff}
.dataMainContent .center .TCdataLeagueList .switchItem{width:74.5%}
.dataMainContent .dataLeagueList .switchTag ul{background:#fff;width:80%}
.dataMainContent .dataLeagueList .switchTag{width:18.5%;height:100%;float:left;top:0;left:0;background-color:#fff}
.dataMainContent .dataLeagueList .switchTag li{height:30px;line-height:30px;font-size:18px;color:#333;width:104%;margin-bottom:20px}
.dataMainContent .dataLeagueList .switchTag .switchTag_li.active,.dataMainContent .dataLeagueList .switchTag .switchTag_li:hover{background-color:#ff3f00;color:#fff;cursor:pointer}
.dataMainContent .dataLeagueList .switchItem{width:81%;float:right;background:#fff;border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc}
.dataMainContent .dataLeagueList .dataCateTitle{font-size:18px;color:#ff3f00;font-weight:700}
.dataMainContent .dataLeagueList .item{min-height:850px}
.dataMainContent .dataLeagueList .dataCountry{padding:20px}
.dataMainContent .dataLeagueList .dataCountry:nth-child(2){border:0}
.dataMainContent .dataLeagueList .item ul{display:flex;padding-top:25px}
.dataMainContent .dataLeagueList .item li{width:25%;text-align:center;margin-bottom:20px}
.dataMainContent .dataLeagueList .item li:last-child{border-right:0}
.dataMainContent .dataLeagueList .item li img{margin-bottom:10px}
.dataMainContent .dataLeagueList .item li p{font-size:15px;color:#333}
.dataMainContent .dataLeagueList .item li:hover p{color:#ff4f15;text-decoration:underline}
.dataMainContent .dataLeagueList .item .tc_country_game{padding-top:20px}
.dataMainContent .dataLeagueList .item .tc_country_game .tc_country_wrapper{display:flex;flex-wrap:wrap;padding-bottom:10px;text-align:center;width:100%}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name{width:calc((100% - 40px)/ 4);margin-bottom:20px;position:relative}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name .vertical_line{height:130px;border-right:1px solid #f2f2f2;position:absolute;right:-5px;top:-10px}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name .long_height{height:330px}
.dataMainContent .dataLeagueList .item .tc_country_game .country_name>img{vertical-align:middle}
.dataMainContent .dataLeagueList .item .tc_country_game .country_detail{position:relative;display:flex;flex-wrap:wrap;flex-direction:row;max-width:630px;padding:20px 0 0 30px;top:4px;border:1px solid #ccc;border-top:1px solid red;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:#f5f5f6;z-index:200}
.dataMainContent .dataLeagueList .item .tc_country_game .country_detail>div{display:inline-block;width:75px;padding-bottom:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:20px}
.dataMainContent .dataLeagueList .showMore{display:block;text-align:center;font-size:14px;color:grey}
.dataMainContent .dataLeagueList .showMore span{margin-left:5px}
.dataMainContent .dataLeagueList .showMore.act span{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg)}
.dataMainContent .dataLeagueList .dataZj{padding-bottom:30px;border-bottom:1px solid #f2f2f2;margin-bottom:20px}
.dataMainContent .dataLeagueList .dataZj ul{height:157px;overflow:hidden}
.dataMainContent .dataLeagueList .dataCountry{border-bottom:1px solid #959595}
.dataMainContent .dataLeagueList .dataCountry ul{padding-left:40px}
.dataMainContent .dataLeagueList .dataCountry li{text-align:left;position:relative;cursor:pointer}
.dataMainContent .dataLeagueList .dataCountry li img{vertical-align:middle;margin-bottom:0;margin-right:10px}
.dataMainContent .dataLeagueList .dataCountry .tcload_more{text-align:center;color:#959595}
.dataMainContent .dataLeagueList .dataCountry .tcload_more img{margin-left:5px}
.TCdataLeagueList .lfContent{width:75.2%;float:left;position:relative;border-top:3px solid #ff3f00;border-bottom:1px solid #ccc;border-left:1px solid #ccc}
.TCdataLeagueList .rfContent{width:24%;float:right}
.baseRfList{background:#fff}
#baseRfList:nth-child(1) .baseTitleLine{background-color:#fff}
#baseRfList:nth-child(1) .listContent{background-color:#fff}
.baseRfList .search_box{width:100%;margin-bottom:10px;position:relative;background-color:#fff}
.baseRfList .search_box::after{position:absolute;top:0;right:0;content:"";width:55px;height:40px;background:url(../img/search.jpg) center center/56px 40px no-repeat}
.baseRfList .search_box .input_name{width:100%;height:40px;border:0;outline:0;border:1px solid #ff3f00;text-indent:20px}
.input_name::-webkit-input-placeholder{text-indent:20px}
#baseRfList:nth-child(1){background-color:#f2f2f2}
#baseRfList:nth-child(2){margin-top:10px}
#baseRfList .baseTitleLine{color:#ff3f00;border-top:3px solid #ff3f00;padding:20px 0}
#baseRfList .baseTitleLine .hot_team{padding-left:20px;font-weight:700}
.baseRfList .listContent{padding:20px 20px 0;background:url(../img/baseListBG.jpg) no-repeat;background-position:bottom left;background-size:cover;border:1px solid #ccc}
.baseRfList .list1 li{float:left;width:33.333%;text-align:center;margin-bottom:20px}
.baseRfList .list1 li img{margin-bottom:5px;border-radius:100%}
.baseRfList .list1 li p{font-size:12px;color:grey;max-width:90px;margin:0 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.baseRfList .listContWrap{background:url(../img/baseListBG.jpg) no-repeat;background-position:bottom left;background-size:cover}
.baseRfList .listContWrap ul{padding:5px 0}
.baseRfList .listContWrap ul li{margin-bottom:1px}
.baseRfList .listContWrap ul li a{line-height:50px;text-align:center;color:#333;display:block;font-size:14px}
.baseRfList .listContWrap ul li a.act,.baseRfList .listContWrap ul li a:hover{background:url(../img/listMenuBG.jpg);color:#fff}
.baseRfList .dataIntegral table{width:100%}
.baseRfList .dataIntegral thead td{padding:15px 0;text-align:center;font-size:14px}
.baseRfList .dataIntegral tbody td{text-align:center;padding:10px 0;font-size:14px}
.baseRfList .dataIntegral tbody td a:hover{color:#ff4f15}
.baseRfList .dataIntegral tbody tr:hover{background:#fafafa}
.baseRfList .dataIntegral .redmore{display:block;font-size:14px;color:#ff3f00;height:50px;line-height:50px;border-top:1px solid #f2f2f2;text-align:center}
.datadeta{padding-top:30px}
.dataMessageBox{padding-top:30px}
.dataMessageBox p{color:#333}
.dataMessageBox .headname{font-size:18px;float:left;padding-top:20px}
.dataMessageBox .headname span{font-size:14px;color:grey}
.dataMessageBox .headMes{min-width:300px;float:left;margin-right:20px}
.dataMessageBox .headMes img{float:left;margin-right:15px}
.dataMessageBox .headdeta td{font-size:14px;color:grey;padding:3px 0}
.dataMessageBox .leagueName{font-size:20px;margin-bottom:20px;padding-top:12px}
.newSelect{width:150px;height:30px;border:1px solid #e1e1e1;background:#fff;text-align:center;position:relative;z-index:99}
.newSelect .option{display:none;position:absolute;top:46px;left:0;width:100%;background:#fff;padding:10px 0;border-radius:5px}
.newSelect .option:before{display:block;content:'';width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;position:absolute;top:-10px;left:50%;margin-left:-20px}
.newSelect .option a{font-size:12px;color:grey;display:block;margin:0 10px;border-radius:5px;line-height:30px}
.newSelect .option a:hover{color:#fff;background:#ff4f15}
.newSelect p{line-height:25px;display:block;cursor:pointer;font-size:14px}
.newSelect p:after{display:inline-block;content:"\e259";margin-left:10px;position:relative;top:2px}
.dataContent{box-shadow:0 0 10px rgba(216,216,216,.8)}
.datadeta{padding-top:20px}
.showDataWrap .dataMenu{background:#fafafa;height:55px;position:relative}
.showDataWrap .dataMenu .goback{font-size:16px;color:grey;line-height:55px;display:inline-block;float:right;margin-right:20px}
.showDataWrap .switchTagA{display:inline-block;width:130px;height:60px;text-align:center;line-height:60px;color:#333}
.showDataWrap .switchTagA.act{color:#fff;background:url(../img/icon9.jpg) no-repeat}
.showDataWrap .dataJf thead tr{border-bottom:1px solid #e6e6e6}
.showDataWrap .dataJf thead tr td:first-child{padding-left:20px;text-align:left}
.showDataWrap .dataJf thead tr td{font-weight:700}
.showDataWrap .dataJf tbody tr td:first-child{text-align:left;padding-left:25px;border-right:1px solid #e6e6e6;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.showDataWrap .dataJf tbody tr:nth-child(odd){background:#fafafa}
.showDataWrap .datainte thead tr{border-bottom:1px solid #e6e6e6}
.showDataWrap .datainte thead tr td:nth-child(2){padding-left:20px;text-align:left}
.showDataWrap .datainte tbody tr td:first-child{border-right:1px solid #e6e6e6}
.showDataWrap .datainte tbody tr td:nth-child(2){padding-left:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}
.showDataWrap .datainte tbody tr:nth-child(odd){background:#fafafa}
.showDataWrap .dataCs table thead tr{background:url(../img/dataCsTbBG.jpg)}
.showDataWrap .dataCs table thead td{color:#fff;font-size:18px}
.showDataWrap .dataCs table tbody td{font-size:16px;color:#333;padding:10px}
.showDataWrap .dataCs table tbody tr td:first-child{text-align:left;padding-left:25px;border-right:1px solid #e6e6e6;padding-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.showDataWrap .dataCs table tbody tr:nth-child(even){background:#fafafa}
.showDataWrap .datashoter table thead tr td:first-child{text-align:center}
.showDataWrap .datashoter table thead tr td:nth-child(2),.showDataWrap .datashoter table thead tr td:nth-child(3){text-align:left;padding-left:25px}
.showDataWrap .datashoter table tbody tr td:first-child{text-align:center;padding-left:0}
.showDataWrap .datashoter table tbody tr td:nth-child(2),.showDataWrap .datashoter table tbody tr td:nth-child(3){text-align:left;padding-left:25px}
.showDataWrap .datasxbc .title{font-size:18px;background:url(../img/dataCsTbBG.jpg);height:60px;line-height:60px;text-align:center;color:#fff}
.showDataWrap .datasxbc table thead tr:first-child td{border-bottom:1px solid #f2f2f2}
.showDataWrap .datasxbc table thead tr td{border-right:1px solid #f2f2f2}
.showDataWrap .datasxbc table tbody tr td{border-right:1px solid #f2f2f2}
.showDataWrap .datasxbc table tbody tr:nth-child(odd){background:#fafafa}
.showDataWrap .datasxbc table tr td p{width:33.333%;float:left;text-align:center;font-size:14px;color:#333}
.baseTb{margin-top:5px}
.baseTb table{width:100%;background:#fff}
.baseTb td{padding:10px 0;text-align:center;font-size:16px}
.baseTb td a{font-size:16px}
.baseTb td a:hover{color:#ff9625}
.baseTb .ogGroupStyle{background:#ff4f15;color:#fff;font-size:20px}
.showDataWrap .data-table1 td{font-size:14px}
.showDataWrap .data-table1 td a{font-size:14px}
.showDataWrap .data-table1 tbody td{padding:5px 0}
.showDataWrap .data-table2 thead td{border-bottom:1px solid #efefef}
.pt20{padding-top:20px}
.dataBasketball .toptitle{text-align:center;height:45px;line-height:45px;color:#fff;background:url(../img/resTitleBG.jpg) center}
.dataBasketball .leagueTeam{background:#fff;padding:20px 0}
.dataBasketball .leagueTeam li{width:20%;float:left;text-align:center;margin-bottom:40px}
.dataBasketball .leagueTeam li img{margin-bottom:10px}
.dataBasketball .leagueTeam li:hover p{color:#ff4f15}
.dataBasketball .leagueTeam p{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.roundRes{padding:0 20px;background:#fff;margin-top:5px}
.roundRes .topRound{border-bottom:1px solid #f2f2f2}
.roundRes .roundTitle{text-align:center;width:12.2%;height:88px;display:inline-block;padding-top:20px;border-right:1px solid #f2f2f2;font-size:16px;float:left}
.roundRes .roundTitle span{font-size:26px}
.roundRes .mainround{display:inline-block;width:86%;height:88px;float:left;padding-left:20px;padding-top:20px}
.roundRes .mainround a{margin-right:10px;display:inline-block;padding:3px 5px;color:#333}
.roundRes .mainround a.act,.roundRes .mainround a:hover{background:#ff4f15;color:#fff}
.roundRes .restb table{width:100%}
.roundRes .restb thead td{padding:10px 0;font-size:16px;border-bottom:1px solid #f2f2f2}
.roundRes .restb thead tr td:first-child{padding-left:20px}
.roundRes .restb tbody td{font-size:14px;padding:10px 0}
.roundRes .restb tbody td span{font-size:12px;margin-left:15px}
.roundRes .restb tbody td a:hover{color:#ff4f15}
.roundRes .restb tbody tr td:first-child{padding-left:10px}
.roundRes .restbbs tbody tr td:first-child{border-right:1px solid #efefef}
.roundRes2{padding:0}
.roundRes2 .mainround{width:100%;height:auto;padding-bottom:20px}
.roundRes2 .mainround a{border-radius:2px;padding:2px 10px}
.roundRes2 .restb thead tr td:first-child{padding-left:45px}
.roundRes2 .restb tbody tr td:first-child{padding-left:30px}
.mdatabox{line-height:55px;font-size:18px;width:370px;position:absolute;left:50%;top:0;margin-left:-185px;font-weight:300}
.mdatabox a{display:inline-block;color:#0f7498}
.mdatabox .lfbtn span{margin-right:10px}
.mdatabox .rfbtn span{margin-left:10px}
.mdatabox p{font-size:18px;display:inline-block}
.mdatabox p span{margin:0 12px}
.rescontent{padding:20px;background:#fff;margin-top:5px;font-size:16px;color:#333;line-height:35px}
.leagueResData{margin-top:20px;background:#fff}
.leagueResData .topTitle{text-align:center;height:45px;line-height:45px;color:#fff;background:url(../img/resTitleBG.jpg) center}
.leagueResData .resDataTb{background:#fff;border-top:1px solid #ff4f15;margin-top:10px;margin-left:30px;margin-right:30px}
.leagueResData .resDataTb table{width:100%;border-top:2px solid #ff3f00}
.leagueResData .resDataTb tr td{text-align:center;padding:15px 0;border:1px solid #f2f2f2;font-size:14px}
.leagueResData .resDataTb tr td span{font-size:26px}
.leagueResData .panel{padding:20px 30px 20px}
.leagueResData .panel .item{display:inline-block;width:48%;background:#f9af38;height:262px;padding:15px}
.leagueResData .panel .item table{width:100%}
.leagueResData .panel .item table td{color:#fff;padding:10px 0;font-size:14px}
.leagueResData .panel .item:last-child{background:#6dbcee}
.roundTimeLine{border-bottom:1px solid #f2f2f2}
.roundTimeLine .timeLine{width:95%;margin:0 auto;position:relative}
.roundTimeLine .swiper-slide{text-align:center;font-size:14px;padding-top:30px}
.roundTimeLine .swiper-slide i{display:block;width:10px;height:10px;border-radius:100%;background:#ff4f15;position:relative;margin:0 auto 25px}
.roundTimeLine .swiper-slide i:before{display:block;content:'';width:48px;position:absolute;top:5px;left:-40px;border-top:1px solid #f2f2f2;z-index:-1}
.roundTimeLine .swiper-slide i:after{display:block;content:'';width:61px;position:absolute;top:5px;left:10px;border-top:1px solid #f2f2f2;z-index:-1}
.roundTimeLine .swiper-slide:first-child i:before{display:none}
.roundTimeLine .swiper-slide:last-child i:after{display:none}
.roundTimeLine .swiper-button{display:inline-block;position:absolute;top:20%;font-size:20px;font-weight:400;color:#286cbf}
.roundTimeLine .arrow-left{left:-10px}
.roundTimeLine .arrow-right{right:-10px}
.contts .cont{padding:20px;margin-top:5px;background:#fff}
.contts .contItem{width:49.5%;float:left;line-height:30px;color:#333}
.contts .contItem:first-child{border-right:1px solid #f2f2f2}
.contts .contItem:last-child{padding-left:20px}
.teamPlayer .feng{height:40px;color:#fff;background:url(../img/listMenuBG.jpg) center!important}
.teammain .dataItem{position:relative}
.teammain .teamPlayerList thead tr{border:0}
.teammain .teamPlayerList tbody tr td:first-child{border-right:0}
.teammain .selbox{position:absolute;right:0;top:-45px}
.teammain .selbox .newSelect{margin-right:25px}
.input1{width:15px;height:15px;background:url(../img/checkicon.png) no-repeat top;margin:0}
.input1:checked{background-position:bottom}
.instantWrap{position:relative;z-index:99}
.instantWrap .topSelect{padding-top:30px;padding-bottom:20px;position:relative;z-index:999}
.instantWrap .insTopMenuStyle{font-size:14px;color:#333;display:inline-block;padding:3px 16px;background:#fff;border:1px solid #e6e6e6;border-radius:3px;position:relative}
.instantWrap .left{display:inline-block}
.instantWrap .left a{margin-right:15px}
.instantWrap .left a.act,.instantWrap .left a:hover{color:#fff;border:1px solid #3885e1;background:#3885e1}
.instantWrap .right{float:right}
.instantWrap .select_box{display:inline-block;color:#333;border-radius:4px;border:1px solid #e8e8e8;position:relative;background:url(../img/icon_checkbox.png) no-repeat;background-color:#fff;padding-right:30px;background-position:80px center;margin-right:20px}
.instantWrap .select_bth{display:block;text-align:center}
.instantWrap .option_box{position:absolute;background:#fff;top:44px;left:-61px;width:368px;font-size:14px;color:#333;border:1px solid #f9f9f9;border-radius:10px;box-shadow:0 0 17px rgba(0,0,0,.2);visibility:hidden}
.instantWrap .letter_box{overflow:hidden;margin:14px 17px;text-align:left}
.instantWrap .letter_box a{font-size:12px;color:grey;padding:4px}
.instantWrap .letter_box a:hover{color:#ff4f15}
.instantWrap .letter_box .letter_b_box{margin-top:8px}
.instantWrap .letter_box a.block_btn{width:49%;display:inline-block;text-align:center;background:#f3f3f3;line-height:20px;border-radius:4px}
.instantWrap .letter_box a.block_btn.active{color:#fff;background:#3885e1}
.instantWrap .select_box.active .option_box{visibility:visible}
.instantWrap .select_box .option_box:after{content:'';height:0;width:0;border:13px solid transparent;border-bottom-color:#fff;position:absolute;top:-26px;left:104px}
.instantWrap .insleaguebox{padding:10px 10px 0 10px;border-bottom:1px solid #ececec}
.instantWrap .btn_box{width:100%;background:#ebebeb}
.instantWrap .btn_box a{display:block;text-align:center;line-height:40px;color:#333}
.instantWrap .btn_box a:hover{background:#f2f2f2}
.instantWrap .selall{margin-right:20px}
.instantWrap .baseSel p{font-size:14px;text-align:center;vertical-align:middle}
.instantWrap .baseSel p:before{display:inline-block;content:'';width:20px;height:20px;background:url(../img/icon10.png);position:relative;float:left;margin-right:2px;margin-top:1px}
.instantWrap .baseSel .option{box-shadow:0 0 17px rgba(0,0,0,.2)}
.instantWrap .baseSel .option a{text-align:center}
.league-bf input{margin-right:5px;margin-top:-2px}
.league-bf label{font-weight:400;font-size:14px;margin:0;cursor:pointer}
.league-bf .row{margin-right:-6px;margin-left:-6px}
.league-bf .col-xs-4{padding-left:6px;padding-right:6px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.league-bf .media-body{border-bottom:1px dotted #ececec}
.baseSel{position:relative}
.baseSel p{cursor:pointer}
.baseSel .option{display:none;position:absolute;top:46px;left:0;width:100%;background:#fff;padding:10px 0;border-radius:5px;box-shadow:0 0 17px rgba(0,0,0,.2)}
.baseSel .option a{font-size:12px;color:grey;display:block;margin:0 10px;border-radius:5px;line-height:30px;margin-bottom:1px}
.baseSel .option a.act,.baseSel .option a:hover{background:#3885e1;color:#fff}
.baseSel .option::after{content:'';height:0;width:0;border:13px solid transparent;border-bottom-color:#fff;position:absolute;top:-26px;left:50%;margin-left:-10px}
.instantMatchList{background:#fff;border-top:1px solid #ff4f15}
.instantMatchList table{width:100%}
.instantMatchList table td,.instantMatchList table th{text-align:center;border-bottom:1px solid #efefef}
.instantMatchList table th{padding:10px 0;font-weight:400}
.instantMatchList table td{white-space:nowrap;font-size:14px;padding:5px 10px;height:50px}
.instantMatchList .rightLine{border-right:1px solid #f2f2f2}
.instantMatchList .listTitle{background:#f2f2f2;text-align:center;font-size:18px;font-weight:700}
.instantMatchList .dataM{color:grey}
.instantMatchList .dataM a{font-size:14px;color:grey;margin:0 5px}
.instantMatchList .dataM a:hover{color:#3885e1}
.instantMatchList .zs{padding-left:10px;text-align:left}
.instantMatchList .zs.last{padding-right:10px}
.instantMatchList .neutral{position:relative}
.instantMatchList .neutral td{position:relative;padding-bottom:30px;padding-top:10px;height:20px}
.instantMatchList .neutral .msk{background:#fff;position:absolute;bottom:0;width:1250px;height:20px;box-shadow:0 0 8px rgba(251,119,131,.35);text-align:left;opacity:0}
.instantMatchList .neutral .msk span{position:relative;z-index:99;display:inline-block;color:#eb1d39}
.instantMatchList .neutral .msk i{width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid #fff;position:absolute;top:-10px;z-index:99}
.iconTop{display:inline-block;background:url(../img/totop.png) no-repeat center top;width:19px;height:17px;cursor:pointer}
.iconTop.act{background-position:bottom}
.iconStar{display:inline-block;background:url(../img/icon_star.png) no-repeat center top;width:19px;height:19px;cursor:pointer}
.iconStar.act{background-position:bottom}
.cardyellow{display:inline-block;width:19px;height:19px;line-height:19px;text-align:center;background:url(../img/icon14.png) no-repeat;background-size:100%;font-size:12px;margin-left:-2px;color:#fff;font-style:oblique;text-indent:-3px}
.cardred{display:inline-block;width:19px;height:19px;line-height:19px;text-align:center;background:url(../img/icon13.png) no-repeat;background-size:100%;font-size:12px;margin-left:-2px;color:#fff;font-style:oblique;text-indent:-3px}
.card-red-yellow{display:inline-block;width:25px;height:25px;line-height:25px;background:url(../img/icon18.png) no-repeat;color:#fff;text-indent:-8px;font-style:oblique}
.sc-ball{display:inline-block;width:22px;height:22px;background:url(../img/icon_ball.png) no-repeat;vertical-align:middle}
.sc-ball2{display:inline-block;width:30px;height:30px;background:url(../img/icon_ball4.png) no-repeat;vertical-align:middle}
.sc-ball3{display:inline-block;width:22px;height:22px;background:url(../img/icon_ball3.png) no-repeat;background-size:100%;vertical-align:middle}
.sc-ball-pk{display:inline-block;width:25px;height:26px;background:url(../img/icon_ball2.png) no-repeat;vertical-align:middle}
.sc-ball-pk2{display:inline-block;width:29px;height:30px;background:url(../img/icon_ball5.png) no-repeat;vertical-align:middle}
.sc-arrow{display:inline-block;width:10px;height:20px;background:url(../img/icon_arrow.png) no-repeat;vertical-align:middle}
.redUp{display:inline-block;margin-left:10px;color:#eb1d39}
.redUp:after{display:inline-block;content:'';width:10px;height:10px;background:url(../img/icon_up.gif) no-repeat}
.greenDown{display:inline-block;color:#1cc94b;margin-left:10px}
.greenDown:after{display:inline-block;content:'';width:10px;height:10px;background:url(../img/icon_down.gif) no-repeat bottom}
.rightsead{z-index:99;position:fixed;width:100%;top:157px;left:0;height:0}
.rightsead .center{height:0}
.rightsead ul{width:50px;background:#fff;display:inline-block;margin-left:-60px}
.rightsead ul li{width:50px;font-size:18px;text-align:center;position:relative;cursor:pointer;overflow:hidden;border-bottom:1px solid #e4e4e4}
.rightsead ul li a{padding:10px 0;font-size:12px}
.rightsead ul li span{margin-bottom:5px}
.rightsead ul li a,.rightsead ul li span{display:block}
.colorOrange{color:#ff4f15!important}
.colorRed{color:#eb1d39!important}
.colorBlue{color:#105cb8!important}
.colorGray{color:grey!important}
.colorGreen{color:#1cc94b!important}
.colorBlack{color:#333!important}
.fontBold{font-weight:700}
.now-live-scorea{position:absolute;top:200px;left:100px;z-index:99;left:50%;margin-left:-227px;width:400px;background-color:rgba(0,0,0,.7);border-radius:4px;display:none;font-size:14px}
.now-live-scorea td{font-size:14px}
.now-live-scorea.active{display:block}
.now-live-scorea:after{content:'';position:absolute;width:0;height:0;border:10px solid transparent;border-bottom-color:#105cb8;top:-20px;left:50%;margin-left:-10px}
.now-live-title{height:35px;background:#105cb8;vertical-align:middle;color:#fff;position:relative;border-radius:4px 4px 0 0;margin-bottom:15px}
.now-live-text,.now-live-textrg{font-weight:400}
.now-live-img{width:24px;height:24px;display:inline-block;position:relative;top:6px;left:10px}
.now-live-img img,.now-live-imgrg img{width:24px;height:24px;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}
.now-live-imgrg{position:absolute;right:10px;top:6px}
.now-live-text{width:120px;position:absolute;left:20px;bottom:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}
.now-live-text2{width:40px;display:block;text-align:center;margin:0 auto;position:relative;top:10px;color:#ff8400}
.now-live-textrg{width:120px;display:inline-block;position:absolute;right:20px;bottom:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.now-goaicon{width:18px;height:19px;display:inline-block;background-position:-406px 0;position:absolute;left:40px;top:12px}
.now-goaicon2{width:18px;height:19px;display:inline-block;background-position:-406px 0;position:absolute;right:40px;top:12px}
.now-data-contrast{padding:0 10px;width:100%}
.now-data-contrast li{height:40px;line-height:40px;color:#fff}
.now-dtcttime2{position:absolute;right:0}
.now-text-leftad{width:200px;position:relative}
.now-dtcttext{right:10px}
.now-dtcttext2{left:10px;text-align:right}
.now-dtcttext,.now-dtcttext2{width:90px;position:absolute;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:400}
.now-data-contrast p{text-align:center}
.now-contrastleft{width:146px;text-align:left;padding-left:5px}
.now-contrastright{width:146px;text-align:right;padding-right:16px}
.ballrate2{width:82px;text-align:center;font-size:14px}
.technical-contrast .now-contrastleft .barbox,.technical-contrast .now-contrastright .barbox{height:13px;line-height:13px;text-align:center;color:#fff}
.technical-contrast .barbox .barline{float:left;width:100px;background:#363636;height:13px;overflow:hidden;display:inline;position:relative;right:0;top:16px}
.technical-contrast .barbox .barline .charts{background:#fff;height:13px}
.now-live-scorea .now-data-contrast tr td{vertical-align:middle}
.now-live-scorea .now-data-contrast tr td:first-child{text-align:right}
.now-live-scorea .now-data-contrast tr td:last-child{text-align:left}
.now-live-title{height:40px}
.now-live-title table{width:100%}
.now-live-title table td{text-align:center;line-height:40px}
.now-data-contrast td{text-align:center;color:#fff;height:35px}
.jstj{width:100%}
.jstj td{text-align:center;font-size:14px;color:#fff;line-height:40px;padding:0 5px}
.jstj .jsLine{width:96px;height:13px;background:#333}
.jstj .jsLine div{background:#fff;height:100%;height:13px}
.calendarList{background:#fafafa;border-top:1px solid #ff4f15;margin-bottom:10px}
.calendarList table{width:100%}
.calendarList table td{text-align:center}
.calendarList table td span{font-size:12px}
.calendarList table td a{display:block;color:#333;font-size:18px}
.calendarList table .act{background:url(../img/ListBG2.png) no-repeat center center}
.calendarList table .act a{color:#fff}
.calendarList .canlBtn{font-size:14px;height:70px;line-height:70px;text-align:center;background:url(../img/icon_checkbox.png) no-repeat;background-position:70px center;cursor:pointer}
.calendar_box{height:70px;box-sizing:border-box;font-size:14px;width:109px;line-height:70px;text-align:center;position:relative;background:#fff url(../img/icon_checkbox.png) no-repeat 76px center}
.calendar_box .btn_rili{height:70px;width:100%;display:block}
#schedule-box{width:320px;margin:0 auto;padding:0 10px 12px;font-size:13px;position:absolute;background:#fff;z-index:99;border-radius:4px;display:none}
#schedule-box:after{content:'';position:absolute;width:0;height:0;border:11px solid transparent;border-bottom-color:#333;top:-21px;left:54px}
.schedule-hd{display:flex;justify-content:space-between;line-height:38px;font-size:18px;color:#fff;background:#333;width:100%;position:absolute;left:0;top:0;height:38px}
.today{flex:1;text-align:center}
.ul-box{overflow:hidden;margin-top:38px}
.week-ul li{font-size:18px;padding:0;line-height:36px}
.ul-box>li{float:left;width:14.28%;text-align:center;padding:5px 0}
.schedule-bd{margin-top:10px;background:#fafafa}
.schedule-bd li{font-size:14px;line-height:34px}
.other-month{color:#999}
.current-month{color:#333}
.today-style{border-radius:50%;background:#58d321}
.arrow{cursor:pointer}
.dayStyle{display:inline-block;width:30px;height:30px;text-align:center;line-height:30px;cursor:pointer}
.current-month>.dayStyle:hover{background:#3885e1;color:#fff}
.today-flag{background:#3885e1;color:#fff}
.selected-style{background:#ff8400;color:#fff}
#h3Ele{text-align:center;padding:10px}
#nextMonth,#prevMonth{width:49px;height:38px;line-height:38px;display:block}
#nextMonth{background:url(../img/time_next.png) no-repeat center center}
#prevMonth{background:url(../img/time_prev.png) no-repeat center center}
#nextYear,#prevYear{display:none}
.loginMain{height:724px;background:url(../img/loginBG.jpg) no-repeat;background-size:auto 100%;background-position:center;position:relative}
.loginMain .boxWrap1{width:600px;position:absolute;top:110px;left:50%;margin-left:-300px;background:url(../img/loginBoxBG.png) repeat;border-radius:20px;padding-bottom:20px}
.loginMain .switch{display:block;width:43px;height:43px;background:url(../img/icon20.png);position:absolute;right:15px;top:15px}
.loginMain .switch.act{background:url(../img/icon25.png) no-repeat}
.loginMain .innerBox{width:430px;margin:0 auto}
.loginMain .topTag{border-bottom:2px solid #fff;margin-bottom:30px;padding-top:10px}
.loginMain .topTag a{display:inline-block;padding:15px 10px;font-size:18px;color:#fff;margin-bottom:-2px}
.loginMain .topTag a.act,.loginMain .topTag a:hover{border-bottom:2px solid #ff4f15}
.loginMain .inputbox{background:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.2) inset;height:40px}
.loginMain .inputbox input{width:100%;height:100%;padding:0 15px;font-size:14px}
.loginMain .orangeBtn{width:100%;height:40px;color:#fff;background:#ff4f15;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:5px;font-size:18px}
.loginMain .greenBtn{background:#1cc94b;height:40px;border-radius:5px;text-align:center;line-height:40px;font-size:14px;color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3)}
.loginMain .getNum{width:150px;float:right}
.loginMain .mes{margin-bottom:40px}
.loginMain .mes .rf{color:#ff4f15;font-size:14px;float:right}
.loginMain .mes .rf a{color:#ff4f15;font-size:14px}
.loginMain .mes .rf span{margin:0 10px}
.loginMain .ms2{color:#fff;font-size:14px;text-align:center;border-bottom:1px solid #fff;padding-bottom:15px}
.loginMain .oth{padding-top:20px;text-align:center}
.loginMain .oth a{display:inline-block;width:50px;height:50px;margin:0 5px}
.loginMain .oth .wechat{background:url(../img/icon40.png) top}
.loginMain .oth .wechat:hover{background-position:bottom}
.loginMain .oth .weibo{background:url(../img/icon42.png) top}
.loginMain .oth .weibo:hover{background-position:bottom}
.loginMain .oth .qq{background:url(../img/icon41.png) top}
.loginMain .oth .qq:hover{background-position:bottom}
.loginMain .redTip{font-size:14px;color:#e20423;height:40px;line-height:40px;border:1px solid #e20423;border-radius:4px;padding-left:15px}
.loginMain .tip{position:absolute;top:15px;right:55px}
.loginMain .tip2{font-size:20px;color:#fff;padding-top:35px}
.loginMain .tip2 img{margin-right:5px}
.loginMain .ewm{width:300px;height:345px;padding-top:30px;background:url(../img/ewmbox.png) no-repeat;background-size:100%;text-align:center;margin:20px auto 0}
.loginMain .zc{font-size:14px;color:#fff;float:right;margin-right:15px}
.labelCheck{color:#fff;font-weight:400;cursor:pointer;margin:0;font-size:14px}
.labelCheck input{width:15px;height:15px;background:url(../img/checkicon2.png) top;border-radius:2px;margin:0;margin-right:5px}
.labelCheck input:checked{background-position:bottom}
.mb20{margin-bottom:20px}
.reg{background:#f2f2f2;padding:90px 0}
.reg .cbody{width:1000px;margin:0 auto;background:#fff;padding:30px 80px;border-radius:20px}
.reg .regTitle{font-size:32px;color:#ff4f15;margin-bottom:20px}
.reg .tipmes{font-size:14px;position:relative;border-bottom:1px solid #f3f3f3;padding-bottom:2px}
.reg .tipmes span{color:#ff4f15}
.reg .tipmes:before{display:block;content:'';width:84px;height:1px;background:#ff4f15;position:absolute;bottom:-1px;left:0}
.reg .tipmes p{font-size:14px;color:#8f8f8f;float:right}
.reg .tipmes p a{font-size:14px;color:#ff4f15;text-decoration:underline}
.reg .intbox{width:200px;height:25px;display:inline-block;margin-right:25px}
.reg .intbox input{width:100%;height:100%;padding:0 5px;font-size:12px;border:1px solid #ddd;border-radius:2px}
.reg .intbox input:focus{border-color:#ff4f15}
.reg .regMes{padding-top:24px}
.reg .regMes tr td:first-child{text-align:right}
.reg .regMes tr td:first-child span{color:red}
.reg .regMes tr td{padding:13px 5px;font-size:14px}
.reg i.roll{display:inline-block;width:12px;height:12px;border-radius:100%}
.reg .green{background:#1cc94b}
.reg .red{background:red}
.reg .check{font-weight:400;margin:0;margin-right:20px}
.reg .check input{width:12px;height:13px;background:url(../img/checkIcon3.png) top;margin:0;margin-right:5px}
.reg .check input:checked{background-position:bottom}
.reg .tip3{font-size:12px;color:#999;display:inline-block}
.reg .checkpsd{padding-top:15px}
.reg .checkpsd .item{text-align:center;color:#ddd;display:inline-block}
.reg .checkpsd .item:before{display:block;content:'';width:54px;height:8px;background:#ddd}
.reg .checkpsd.t1 .i1:before{background:red}
.reg .checkpsd.t2 .i1:before{background:red}
.reg .checkpsd.t2 .i2:before{background:#ff4f15}
.reg .checkpsd.t3 .i1:before{background:red}
.reg .checkpsd.t3 .i2:before{background:#ff4f15}
.reg .checkpsd.t3 .i3:before{background:#1cc94b}
.reg .subbtn{width:190px;height:50px;background:#ff4f15;color:#fff;font-size:18px;border-radius:5px}
.colorRed{color:red}
.userMain{background:#f2f2f2;padding-bottom:80px}
.userMain .center{padding-top:30px}
.userMain .me{position:relative;margin-bottom:20px;background:#fff}
.userMain .hbox{background:url(../img/userBG.jpg);padding-top:40px;padding-bottom:20px}
.userMain .userHead{width:135px;height:135px;margin:0 auto 15px;background:#e7edf4;border-radius:100%;overflow:hidden;position:relative}
.userMain .userHead .imgbox{width:123px;height:123px;border:1px solid #ff4f15;border-radius:100%;overflow:hidden;margin:7px auto 0;position:relative}
.userMain .userHead .user-change-head{display:inline-block;height:30px;line-height:30px;text-align:center;color:#fff;position:absolute;left:0;bottom:0;width:100%;background:url(../img/loginBoxBG.png);font-size:14px}
.userMain .gz{position:absolute;top:20px;right:20px}
.userMain .gz a{display:inline-block;border:1px solid #3885e1;background:#3885e1;color:#fff;padding:2px 5px;border-radius:3px}
.userMain .gz a.act{border:1px solid #ddd;color:#ddd;background:0}
.userMain .username{text-align:center}
.userMain .username p{font-size:16px;display:inline-block;color:#333;position:relative}
.userMain .username p:before{display:block;content:'';width:16px;height:21px;position:absolute;right:-30px;top:0}
.userMain .username .lv1:before{background:url(../img/jp1.png) no-repeat;background-size:100% auto}
.userMain .username .lv2:before{background:url(../img/jp2.png) no-repeat;background-size:100% auto}
.userMain .username .lv3:before{background:url(../img/jp3.png) no-repeat;background-size:100% auto}
.userMain .userMes1{font-size:14px;color:grey;margin:45px 20px 20px}
.userMain .userlv{margin:0 auto;padding:0 20px}
.userMain .userlv table{width:100%}
.userMain .userlv table td{font-size:12px;padding:0 7.5px}
.userMain .userlv .jyline{width:145px;height:8px;border-radius:15px;margin:0 auto}
.userMain .userlv .subjy{height:100%;position:relative;border-radius:15px}
.userMain .userlv .subjy i{display:block;font-size:14px;color:grey;text-align:center;position:absolute;top:-12px;right:-12px}
.userMain .userlv .subjy i:before{display:block;content:'';width:32px;height:32px;background-position:center}
.userMain .userlv .lv1{background:#dedadc}
.userMain .userlv .lv1 .subjy{background:#978a99}
.userMain .userlv .lv1 .subjy i:before{background:url(../img/lvIcon1.png)}
.userMain .userlv .lv2{background:#f3ebbb}
.userMain .userlv .lv2 .subjy{background:#dec629}
.userMain .userlv .lv2 .subjy i:before{background:url(../img/lvIcon2.png)}
.userMain .userlv .lv3{background:#f7ddb4}
.userMain .userlv .lv3 .subjy{background:#ed9810}
.userMain .userlv .lv3 .subjy i:before{background:url(../img/lvIcon3.png)}
.userMain .userlv .lv4{background:#f9c9b2}
.userMain .userlv .lv4 .subjy{background:#f4510a}
.userMain .userlv .lv4 .subjy i:before{background:url(../img/lvIcon4.png)}
.userMain .userlv .lv5{background:#fab3ed}
.userMain .userlv .lv5 .subjy{background:#f905d7}
.userMain .userlv .lv5 .subjy i:before{background:url(../img/lvIcon5.png)}
.userMain .userlv .lv6{background:#e6b1f9}
.userMain .userlv .lv6 .subjy{background:#b300fe}
.userMain .userlv .lv6 .subjy i:before{background:url(../img/lvIcon6.png)}
.userMain .userlv .lv7{background:#b5e3fc}
.userMain .userlv .lv7 .subjy{background:#13a6ff}
.userMain .userlv .lv7 .subjy i:before{background:url(../img/lvIcon7.png)}
.userMain .userlv .lv8{background:#b2c9f9}
.userMain .userlv .lv8 .subjy{background:#0053fe}
.userMain .userlv .lv8 .subjy i:before{background:url(../img/lvIcon8.png)}
.userMain .userlv .lv9{background:#b2c9f9}
.userMain .userlv .lv9 .subjy{background:url(../img/lvIcon9line.png) no-repeat center}
.userMain .userlv .lv9 .subjy i:before{background:url(../img/lvIcon8.png)}
.userMain .content .lfcont{width:18%;float:left;background:#fff}
.userMain .content .rfcont{width:81.5%;float:right;background:#fff;padding:30px}
.userMain .content .lfmenubutton{display:block;text-align:center;height:70px;font-size:18px;line-height:70px}
.userMain .content .act,.userMain .content .cur{color:#fff}
.userMain .content .act.home,.userMain .content .cur.home{background:url(../img/icon56.jpg) no-repeat #3885e1}
.userMain .content .act.art,.userMain .content .cur.art{background:url(../img/icon58.jpg) no-repeat #3885e1}
.userMain .content .act.bbs,.userMain .content .cur.bbs{background:url(../img/icon57.jpg) no-repeat #3885e1}
.userMain .content .act.user,.userMain .content .cur.user{background:url(../img/icon59.jpg) no-repeat #3885e1}
.userMain .content .topMenu{border-bottom:2px solid #ddd}
.userMain .content .topMenu a{font-size:18px;margin-right:70px;color:grey;display:inline-block;padding-bottom:15px;margin-bottom:-2px}
.userMain .content .topMenu a.act,.userMain .content .topMenu a:hover{color:#3885e1;border-bottom:4px solid #3885e1}
.userMain .content .topMenu .ed{float:right}
.userMain .content .topMenu .ed a{display:inline-block;padding-left:30px;font-size:14px;border-bottom:0;margin-right:0;margin-left:10px}
.userMain .content .topMenu .ed .a1{background:url(../img/icon27.jpg) no-repeat}
.userMain .content .topMenu .ed .a2{background:url(../img/icon28.jpg) no-repeat}
.userMain .content .rfcont .type{padding:15px 0}
.userMain .content .rfcont .type a{font-size:18px;color:grey}
.userMain .content .rfcont .type a.act,.userMain .content .rfcont .type a:hover{color:#3885e1}
.userMain .content .rfcont .type span{margin:0 15px}
.postList li{padding:20px 0;border-bottom:1px solid #f2f2f2}
.postList li .editInt{display:none}
.postList .toptitle{color:grey}
.postList .toptitle a span span:hover{color:#3885e1;font-weight:700}
.postList .postImg{padding:10px 0}
.postList .postImg img{margin-right:10px}
.postList .ms2{font-size:14px;color:grey;padding-top:10px}
.postList .ms2 span{font-size:14px}
.postList .reply{background:#f2f2f2;padding:0 15px;margin-top:20px}
.postList .reply .replyItem{padding-bottom:15px;padding-top:15px;border-bottom:1px solid #dfdfdf}
.postList .reply .replyItem p{font-size:14px}
.postList .reply .replyItem .p1{color:#333}
.postList .reply .replyItem .p2{color:grey;text-align:right;font-size:14px}
.postList .reply .replyItem a{color:#286cbf;font-size:14px}
.postList .reply .replyItem:last-child{border-bottom:0}
.postList .reply .replyItem .reply-more{color:grey;font-size:12px}
.postList.edit li{padding-left:30px;position:relative}
.postList.edit li .editInt{display:block;position:absolute;left:5px;top:17px}
.postList.edit li .editInt input{width:15px;height:15px;background:url(../img/checkicon.png) top}
.postList.edit li .editInt input:checked{background-position:bottom}
.postlistswitch .item{display:none;overflow:hidden}
.userheadlist{width:1200px;padding-top:20px}
.userheadlist .uhw{width:95px;height:95px;border:2px solid #286cbf;border-radius:100%;overflow:hidden;margin-bottom:10px}
.userheadlist .uhw img{width:100%;height:100%}
.userheadlist li{width:95px;float:left;margin-right:45px;margin-bottom:35px}
.userheadlist li p{font-size:16px;color:grey;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.color000{color:#000}
.editBlock .p1{font-size:16px;color:#333;padding:20px 0}
.editBlock .ei{padding:10px 0}
.editBlock .ei .tl{display:inline-block;margin-right:20px;width:70px;text-align:right}
.editBlock .ei a{font-size:14px;color:#ff4f15;margin:0 10px}
.editBlock .ei .s1{font-size:14px;color:grey}
.editBlock .ei .tl2{width:97px}
.editBlock .check{font-weight:400;margin:0;margin-right:20px;font-size:14px;color:grey}
.editBlock .check input{width:15px;height:15px;background:url(../img/checkIcon.png) top;margin:0;margin-right:5px}
.editBlock .check input:checked{background-position:bottom}
.editBlock .qm{background:#f8f8f8;font-size:14px;color:grey;border:1px solid #e6e6e6;border-radius:3px;width:730px;height:30px;text-indent:10px}
.editBlock.bod{border-bottom:1px solid #e6e6e6;padding-bottom:40px}
.submitbtnEdit{text-align:center}
.submitbtnEdit input{width:70px;height:30px;color:#fff;background:#3885e1;border-radius:4px}
.usersafe .usitem{font-size:14px;color:grey;width:100%}
.usersafe .usitem td{padding:10px 0;font-size:14px;color:grey}
.usersafe .usitem a{font-size:14px;color:grey}
.usersafe .usitem .tl{width:70px}
.usersafe .usitem .username{color:#000;margin-right:10px;font-size:14px}
.usersafe .qm{background:#f8f8f8;font-size:14px;color:grey;border:1px solid #e6e6e6;border-radius:3px;width:730px;height:30px;text-indent:10px}
.main{background:#f2f2f2;padding-top:30px;padding-bottom:100px}
.main .con1 .lfcon{width:75%;float:left;padding:30px;background:#fff}
.main .con1 .rfcon{width:24%;float:right}
.main .artUp .tlbox{position:relative;height:40px;border-bottom:1px solid #bfbfbf}
.main .artUp .tlbox input{width:100%;height:100%;padding-left:10px;font-size:22px}
.main .artUp .tlbox span{display:inline-block;font-size:12px;color:#bfbfbf;position:absolute;right:0;top:0;line-height:40px}
.main .artUp .intbox{height:588px;margin-top:25px}
.main .artUp .artUpButton{text-align:center;margin-top:20px}
.main .artUp .artUpButton input{width:120px;height:40px;color:#fff;font-size:14px;border-radius:4px;background:#3885e1}
.main .hotTopic{background:#fff}
.main .hotTopic .hotTopicList{padding:10px 20px}
.main .hotTopic .hotTopicList li{position:relative;padding:10px 0 10px 40px;border-bottom:1px solid #f2f2f2}
.main .hotTopic .hotTopicList li a{line-height:30px;font-size:14px}
.main .hotTopic .hotTopicList li a:hover{color:#ff4f15}
.main .hotTopic .hotTopicList li .inum{position:absolute;left:0;top:8px}
.selectTopic{font-size:#333;font-size:14px}
.selectTopic select{width:130px;height:30px;border:1px solid #efefef;font-size:14px;padding:5px 25px 5px 10px;background:url(../img/icon_checkbox.png) no-repeat 100px center}
.listNumIcon .inum{display:inline-block;width:25px;height:30px;background:url(../img/numberIcon.png) no-repeat center}
.listNumIcon .i1{background-position:0 0}
.listNumIcon .i2{background-position:0 -49px}
.listNumIcon .i3{background-position:0 -98px}
.listNumIcon .i4{background-position:0 -149px}
.listNumIcon .i5{background-position:0 -194px}
.listNumIcon .i6{background-position:0 -244px}
.listNumIcon .i7{background-position:0 -293px}
.listNumIcon .i8{background-position:0 -345px}
.listNumIcon .i9{background-position:0 -388px}
.listNumIcon .i10{background-position:0 -442px}
.topBanner1{height:100px}
.topBanner1 a{display:block;height:100%}
.bslider .swiper-container,.bslider .swiper-slide,.bslider .swiper-wrapper{height:100%;position:relative}
.bslider .swiper-slide{background-position:center;background-repeat:no-repeat}
.bslider .swiper-slide a{display:block;height:100%}
.bslider .swiper-button{background:#333;width:60px;height:100px;text-align:center;line-height:110px;font-size:40px;color:#fff;position:absolute;z-index:99;cursor:pointer;top:50%;margin-top:-50px}
.bslider .swiper-button-next{right:0}
.bslider .swiper-button-prev{left:0}
.bslider .pagination{position:absolute;bottom:10px;right:196px;margin:0}
.bslider .pagination span{display:inline-block;background:#fff;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer}
.bslider .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#3885e1;position:absolute;top:3px;left:3px}
.sliderSt1{height:400px}
.con2{padding-top:20px}
.con2 .lfcon{width:24%;float:left}
.con2 .midcon{width:51%;float:left}
.con2 .rfcon{width:25%;float:right}
.con2 .follow{background:url(../img/lfconBG.jpg) #fff}
.con2 .flowBlock{padding:15px 20px;border:1px solid rgba(255,255,255,0);border-bottom-color:#f5f5f5;overflow:hidden}
.con2 .flowBlock h3{font-size:14px;color:#333;margin-bottom:10px;font-weight:700}
.con2 .flowBlock .followName a{display:inline-block;font-size:12px;color:grey;margin-right:6px;margin-bottom:5px}
.con2 .flowBlock .followName a:hover{color:#3885e1}
.con2 .flowBlock .followName p{text-align:right;margin-top:-5px}
.con2 .flowBlock:hover{border:1px solid #3885e1}
.con2 .flowBlock:hover h3{color:#3885e1}
.con2 .midw{margin:0 10px}
.con2 .topbbs{background:#fff}
.con2 .topbbs .lfimgbox{float:left;width:100px;height:100px;border:1px solid #3885e1;border-radius:10px;overflow:hidden;margin-right:10px}
.con2 .topbbs .lfimgbox a{display:block;height:100%}
.con2 .topbbs .lfimgbox img{width:100%;height:100%}
.con2 .topbbs .fw{padding-top:10px}
.con2 .topbbs table{width:100%}
.con2 .topbbs table td{padding:10px 36px}
.con2 .topbbs .p1{font-size:14px;color:#333;font-weight:700}
.con2 .topbbs .p1 .fname{font-size:14px;color:#333;font-weight:700}
.con2 .topbbs .p1 .focusBtn{display:inline-block;padding:0 10px;background:#3885e1;color:#fff;border-radius:3px;margin-left:20px}
.con2 .topbbs .p1 a.act{background:0;border:1px solid #ccc;color:#ccc}
.con2 .topbbs .p2{font-size:12px;color:#333;padding:15px 0 20px}
.con2 .topbbs .p3{color:#ccc;font-size:12px}
.con2 .topbbs .p3 span{margin-right:10px}
.con2 .topbbs .p3 img{margin-right:10px;vertical-align:middle}
.con2 .topbbs .pagination{text-align:center;margin:0;width:100%;padding-bottom:10px;padding-top:10px}
.con2 .topbbs .pagination span{display:inline-block;opacity:1;margin-left:20px;width:20px;height:20px;position:relative;border-radius:100%;cursor:pointer;background:#f2f2f2}
.con2 .topbbs .pagination .swiper-active-switch:before{display:block;content:'';width:14px;height:14px;border-radius:100%;background:#3885e1;position:absolute;top:3px;left:3px}
.mainPostList{margin-top:30px;background:#fff;padding-bottom:20px}
.mainPostList .topMenu{padding-left:30px;background:#fff;line-height:40px;border-bottom:1px solid #286cbf;height:40px}
.mainPostList .topMenu a{color:grey;font-size:14px;display:inline-block;position:relative;padding:0 12px;float:left}
.mainPostList .topMenu a.active,.mainPostList .topMenu a:hover{color:#fff;background:#3885e1}
.mainPostList .topMenu a.active:before,.mainPostList .topMenu a:hover:before{display:block;content:'';width:0;height:0;border-bottom:40px solid #3885e1;border-left:10px solid transparent;position:absolute;left:-10px;bottom:0}
.mainPostList .topMenu a.active:after,.mainPostList .topMenu a:hover:after{display:block;content:'';width:0;height:0;border-top:40px solid #3885e1;border-right:10px solid transparent;position:absolute;right:-10px;bottom:0}
.mainPostList .plboxs{padding:0 30px;background:#fff}
.mainPostList .plitem{padding:10px 0;border-bottom:1px solid #f2f2f2}
.mainPostList .plitem:last-child{border-bottom:0}
.mainPostList .topTopic{font-size:18px;color:#333}
.mainPostList .tag{display:inline-block;padding:3px 10px;color:#fff;font-size:12px;margin-right:10px}
.mainPostList .title{font-size:14px;color:#2063b5;margin:10px 0;display:inline-block}
.mainPostList .orgTag{background:#ff4f15}
.mainPostList .blueTag{background:#2063b5}
.mainPostList .green{background:#1cc94b}
.mainPostList .cont{font-size:14px;color:#333}
.mainPostList .imgbox{padding:15px 0 0}
.mainPostList .imgbox img{margin-right:5px}
.mainPostList .bottomMes{padding-top:15px}
.mainPostList .bottomMes span{font-size:12px;color:#bfbfbf;margin-right:15px}
.mainPostList .bottomMes span img{margin-right:5px}
.hotTopic .htcon{background:#fff;padding:0 20px}
.hotTopic .htcon a{color:#333}
.hotTopic .htcon a:hover{color:#3885e1}
.hotTopic .htcon td{border-bottom:1px solid #efefef}
.hotTopic .htcon tr td:first-child{text-align:left}
.hotTopic .headbg{background:url(../img/headbg.png) bottom}
.tablist table{width:100%}
.tablist table tr td:first-child{text-align:center}
.tablist table td{padding:10px 0;font-size:14px;color:grey}
.listHotIcon .lhi{display:inline-block;width:12px;height:20px;vertical-align:middle}
.listHotIcon .up{background:url(../img/icon36.jpg) no-repeat center center}
.listHotIcon .mid{background:url(../img/icon38.jpg) no-repeat center center}
.listHotIcon .down{background:url(../img/icon37.jpg) no-repeat center center}
.addBaan{display:block}
.addBaan img{width:100%}
.topicHead{background:url(../img/topicHead.jpg) no-repeat;background-position:center;background-size:auto 100%;height:420px;margin-bottom:20px}
.topicHead .thead{padding-top:117px;text-align:center}
.topicHead .theadbox{display:inline-block;width:140px;height:140px;border-radius:100%;overflow:hidden;border:2px solid #ff4f15}
.topicHead .theadbox img{width:100%;height:100%}
.topicHead .tname{font-size:18px;color:#333;font-weight:700;text-align:center;padding:10px 0}
.topicHead .tmes{text-align:center}
.topicHead .cate{font-size:14px}
.topicHead .cate a{color:#105cb8}
.topicHead .ms2{font-size:14px;color:grey;margin:0 20px}
.topicHead .tbutton{text-align:center;padding-top:30px}
.topicHead .tbutton a{display:inline-block;border-radius:3px;color:#fff;padding:3px 15px;font-size:14px;margin:0 5px}
.topicHead .tbutton .nor{border:1px solid grey;color:grey}
.darkredBg{background:#eb1d39}
.orangeBg{background:#ff4f15}
.blueBg{background:#105cb8}
.bbsmes .bzmes{text-align:center;padding:30px 0 10px}
.bbsmes .bzhead{display:inline-block;margin:0 10px;position:relative}
.bbsmes .bzhead a{display:inline-block;width:60px;height:60px;border-radius:100%;overflow:hidden;border:2px solid #0f7498}
.bbsmes .bzhead a img{width:100%;height:100%}
.bbsmes .bzhead p{font-size:12px;position:relative}
.bbsmes .bzhead .fans{display:block;text-align:center;font-size:12px;color:grey;margin-top:10px}
.bbsmes .bzhead .ic{display:inline-block;padding:2px;background:#ff4f15;color:#fff;position:absolute;top:39px;right:0;font-size:12px}
.bbsmes .tpmes{padding-left:30px}
.bbsmes .tpmes p{font-size:14px;margin-bottom:10px}
.bbsmes .tpmes a{font-size:14px}
.bbsmes .bzbtn{text-align:center;padding:15px 0 30px}
.bbsmes .bzbtn a{display:inline-block;width:120px;height:30px;text-align:center;line-height:30px;color:#fff!important;border-radius:3px;margin:0 12px;font-size:14px}
.bbsrelation{background:#fff;margin-top:20px}
.bbsrelation h4{padding-bottom:15px;border-bottom:1px solid #f2f2f2;font-size:18px;font-weight:700}
.bbsrelation ul{text-align:center;padding:10px}
.bbsrelation li{width:33.333%;float:left;padding:8px 0}
.bbsrelation li p{font-size:14px}
.bbsrelation a{display:inline-block;width:60px;height:60px;border-radius:100%;overflow:hidden;border:1px solid #0f7498}
.bbsrelation a img{width:100%;height:100%}
.crumbs{font-size:14px;color:grey;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e6e6e6}
.crumbs a{font-size:14px;color:grey}
.con3 .lfcon{width:12%;float:left;min-height:5px}
.con3 .mid{width:64%;float:left}
.con3 .rfcon{width:24%;float:right}
.artdeta{text-align:center;background:#fff}
.artdeta .athdeta{padding:10px 0;margin:0 15px;border-top:1px solid #e6e6e6}
.artdeta .athdeta .item{width:50%;float:left;position:relative}
.artdeta .athdeta .item p{font-size:14px}
.artdeta .athdeta .item p:first-child{font-size:14px;color:grey}
.artdeta .athdeta .line:before{display:block;content:'';width:1px;height:100%;position:absolute;top:0;right:0;background:#e6e6e6}
.floatDeta{width:150px}
.floatDeta.fixed{position:fixed;top:20px}
.athHead{display:inline-block;position:relative;padding:20px 0}
.athHead a{display:inline-block;width:60px;height:60px;border-radius:100%;overflow:hidden;border:2px solid #3885e1}
.athHead a img{width:100%;height:100%}
.athHead p{font-size:14px}
.athHead .ic{display:inline-block;padding:2px;background:#0f7498;color:#fff;position:absolute;top:59px;right:0;font-size:12px}
.artmes2{background:#fff;padding:20px 15px;margin-top:20px}
.artmes2 p{font-size:14px;text-align:center;background:url(../img/line2.jpg) no-repeat center center}
.artmes2 .numbox{text-align:center;padding:30px 0 40px}
.artmes2 .numbox span{display:inline-block;width:42px;height:42px;background:url(../img/plicon.jpg) no-repeat;position:relative}
.artmes2 .numbox span i{font-size:18px;color:#3885e1;position:absolute;left:30px;top:-10px}
.artmes2 .oth{text-align:center;padding:10px 0 0}
.artmes2 .oth li{padding:10px 0}
.artmes2 .oth a{display:inline-block;width:40px;height:40px;margin:0 5px}
.artmes2 .oth .wechat{background:url(../img/icon40.png) top;background-size:100% auto}
.artmes2 .oth .wechat:hover{background-position:bottom}
.artmes2 .oth .weibo{background:url(../img/icon42.png) top;background-size:100% auto}
.artmes2 .oth .weibo:hover{background-position:bottom}
.artmes2 .oth .qq{background:url(../img/icon41.png) top;background-size:100% auto}
.artmes2 .oth .qq:hover{background-position:bottom}
.artmes2 .oth .share{background:url(../img/icon421.png) top;background-size:100% auto}
.artmes2 .oth .share:hover{background-position:bottom}
.artblock{background:#fff;margin:0 10px;padding:0 30px}
.artblock .arttitle{padding:40px 0 20px;border-bottom:1px solid #e6e6e6}
.artblock .arttitle h1{font-size:24px;color:#333;text-align:center;margin-bottom:23px}
.artblock .arttitle h2{font-size:24px;color:#333;text-align:center;margin-bottom:23px}
.artblock .arttitle .mes{font-size:14px;color:grey;text-align:center}
.artblock .arttitle .mes a{font-size:14px;color:#333;color:#ff4f15;margin:0 5px}
.artblock .arttitle .mes span{margin-left:20px}
.artblock .arttitle .mes .fr img{margin-top:-2px;margin-right:5px}
.artblock .arttitle .icon-top{display:inline-block;width:40px;height:20px;line-height:20px;color:#fff;text-align:center;background:#61adf1;font-size:12px;vertical-align:middle;margin-right:10px}
.artblock .artContent{padding:20px 0;border-bottom:1px solid #e6e6e6}
.artblock .artContent img{max-width:100%}
.artblock .artbottom{font-size:16px;color:grey;padding:8px 0 24px}
.artblock .artbottom .like:before{display:inline-block;content:'';width:21px;height:26px;background:url(../img/icon64.png) top left;position:relative;top:5px;margin-right:5px}
.artblock .artbottom .like.act:before{background-position:left bottom}
.artblock .artbottom .marks:before{display:inline-block;content:'';width:22px;height:22px;background:url(../img/icon64.png) top right;position:relative;top:5px;margin-right:5px}
.artblock .artbottom .marks.act:before{background-position:right bottom}
.artblock .artbottom span{display:inline-block;margin-right:20px;cursor:pointer}
.h_change_page{border-top:1px solid #f2f2f2;padding:12px 0}
.h_change_page .item{float:left;width:50%}
.h_change_page .item:first-child{border-right:1px solid #f2f2f2}
.h_change_page a{color:#333;display:block;font-size:14px;line-height:27px}
.h_change_page a p{font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.h_change_page a:hover{color:#3885e1}
.h_news_box{background:#fff;padding:0 30px 20px;margin:20px 10px 0}
.h_news_box .tl{padding:15px 0;border-bottom:1px solid #f2f2f2}
.h_news_box .tl .act{position:relative;display:inline-block;padding-left:15px;font-size:16px;margin-right:20px}
.h_news_box .tl .act:before{display:block;content:'';width:4px;height:18px;background:#ff4f15;position:absolute;top:0;left:0}
.h_news_box .h_news_list .item{overflow:hidden;padding:20px 0;border-bottom:1px solid #f2f2f2}
.h_news_box .h_news_list .item .img_box{float:left;width:207px;height:135px;overflow:hidden}
.h_news_box .h_news_list .item .img_box a{position:relative}
.h_news_box .h_news_list .item .img_box a i{background:url(../images/BFAN.png);width:40px;height:40px;display:inline-block;position:absolute;top:0;left:calc((100% - 38px)/ 2);z-index:10}
.h_news_box .h_news_list .item .img_box img{width:207px;transition:all .6s}
.h_news_box .h_news_list .item .vide a:hover img{transform:scale(1.2)}
.h_news_box .h_news_list .item .txt_box{float:right;width:482px}
.h_news_box .h_news_list .item .txt_box h3{font-size:18px;color:#000;padding-bottom:22px}
.h_news_box .h_news_list .item .txt_box .m_txt{height:63px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;color:grey}
.h_news_box .h_news_list .item .txt_box p{margin-bottom:25px}
.h_news_box .h_news_list .item .txt_box .m_txt a{color:grey;font-size:14px;line-height:22px}
.h_news_box .h_news_list .item .txt_box .b_txt{padding-top:5px}
.h_news_box .h_news_list .item .txt_box .b_txt .label_box{color:#333;font-size:12px}
.h_news_box .h_news_list .item .txt_box .b_txt .label_box a{color:grey}
.h_news_box .h_news_list .item .txt_box .b_txt .label_box a.h_label{display:inline-block;padding-right:16px;font-size:12px}
.h_news_box .h_news_list .item .txt_box .b_txt .h_time{font-size:14px;color:grey;vertical-align:middle}
.h_news_box .h_news_list .item .txt_box .b_txt .h_time span{vertical-align:middle}
.h_news_box .h_news_list .item a:hover{color:#116b9e}
.h_news_box .h_news_list .see_more{text-align:center;color:#eb1d39;line-height:55px}
.h_news_box .h_news_list .see_more a{color:#eb1d39}
.artContent{word-break:break-all}
.artContent img{max-width:100%}
.replys{background:#fff;padding:0 30px 20px;margin:20px 10px 0;border-top:2px solid #ff4f15}
.replys .tl{padding-bottom:10px;border-bottom:1px solid #e6e6e6;padding-top:30px}
.replys .tl a{position:relative;display:inline-block;padding-left:15px;font-size:16px;margin-right:20px;color:grey}
.replys .tl a.act{color:#333}
.replys .tl a.act:before{display:block;content:'';width:4px;height:18px;background:#ff4f15;position:absolute;top:0;left:0}
.replyItems{border-bottom:1px solid #e6e6e6;padding:15px 0 15px 78px;position:relative}
.replyItems .repUserHead{display:inline-block;width:60px;height:60px;border-radius:100%;overflow:hidden;border:1px solid #0f7498;position:absolute;top:15px;left:0}
.replyItems .repUserHead img{width:100%;height:100%}
.replyItems .line{margin:0 15px}
.replyItems .cont{font-size:14px;color:#333;padding:15px 0}
.replyItems .mes1{font-size:14px;color:grey}
.replyItems .mes1 .a1{font-size:14px;color:#333}
.replyItems .mes1 .a2{margin-right:15px;font-size:14px;color:grey}
.replyItems .bottom{text-align:right}
.replyItems .bottom a{font-size:14px;color:grey;margin-left:30px}
.replyItems .bottom a img{margin-right:5px;margin-top:-3px}
.replyItems .reply{background:#f2f2f2;padding:0 15px;margin-top:20px}
.replyItems .reply .replyItem{padding-bottom:15px;padding-top:15px;border-bottom:1px solid #dfdfdf}
.replyItems .reply .replyItem .p1{color:#333}
.replyItems .reply .replyItem .p2{color:grey;text-align:right;font-size:14px}
.replyItems .reply .replyItem a{color:#286cbf;font-size:14px}
.replyItems .reply .replyItem p{font-size:14px}
.replyItems .tag{display:inline-block;color:#fff;padding:0 5px;font-size:12px;margin:0 5px}
.hotTopicList2{margin:0 20px}
.hotTopicList2 li{position:relative;padding:10px 0 10px 15px;border-bottom:1px solid #f2f2f2}
.hotTopicList2 li a{font-size:14px;color:#333}
.hotTopicList2 li a:hover{color:#3885e1}
.hotTopicList2 .hline{position:absolute;top:15px;left:0;display:block;width:2px;height:13px}
.plbox{background:#fff;padding:0 30px 20px;margin:20px 10px 0}
.plbox .txt{height:174px;border:1px solid #f2f2f2;padding:5px}
.plbox .txt textarea{width:100%;height:100%;border:0;font-size:14px}
.plbox .bt{text-align:right;padding-top:15px}
.plbox .btn{background:#3885e1;color:#fff;width:120px;height:30px}
.plbox .username{position:absolute;top:85px;left:0;font-size:14px;width:60px}
.videoBox{height:820px;background:#060f1f;padding:30px 0 50px 0}
.videoBox .vdshow{width:80%;float:left;height:730px}
.videoBox .vdmenu{width:20%;float:right;height:730px;overflow:hidden}
.videoBox .vdmenu ul{height:100%;width:100%;overflow-y:scroll}
.videoBox .vdmenu li{position:relative;border:5px solid #0f2853}
.videoBox .vdmenu li a{display:block;height:190px}
.videoBox .vdmenu li a img{width:100%;height:100%}
.videoBox .vdmenu li p{height:40px;width:100%;background:url(../img/vdtbg.png);color:#fff;font-size:16px;line-height:40px;padding-left:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;bottom:0;left:0}
.videoBox .vdmenu li:hover{border-color:#0f7498}
.videoBox .vditem{height:100%}
.rfartmes .bzhead .ic{background:#e6e6e6;color:#333;padding:0 5px;top:43px}
.rfartmes .bzhead p{margin-top:10px;font-size:16px;font-weight:700;color:#333}
.rfartmes .bzbtn{padding-top:0}
.rfartmes .artdeta{background:0}
.rfartmes .athdeta .item p{margin-bottom:5px}
.rfartmes .athdeta .item img{margin-top:-5px;margin-right:5px}
.aboutPostList{padding:20px 30px}
.aboutPostList .media{margin-bottom:20px}
.aboutPostList .media a:hover{color:#3885e1}
.aboutPostList .media:last-child{margin-bottom:0}
.aboutPostList .media-left{padding-right:15px}
.aboutPostList .media-heading{font-size:14px;color:#333}
.aboutPostList .media-body{position:relative}
.aboutPostList .media-body .time{color:grey;font-size:14px;position:absolute;bottom:0;left:0}
.ListItem{background:#fff;padding:0 30px}
.ListItem .litem{padding:20px 0;border-bottom:1px solid #efefef;margin-top:0}
.ListItem .litem .media-heading{font-size:18px;color:#333;line-height:20px;margin-bottom:25px}
.ListItem .litem .media-heading a{font-size:18px;color:#333}
.ListItem .litem .media-heading a:hover{color:#ff4f15}
.ListItem .litem .media-heading span{font-size:12px;color:#bfbfbf;float:right}
.ListItem .media-left{padding-right:15px;position:relative}
.ListItem .media-left a{width:230px;display:inline-block;height:150px;overflow:hidden}
.ListItem .vide a img:first-child{width:40px;position:absolute;top:calc((100% - 40px)/ 2);left:calc((100% - 60px)/ 2);z-index:1}
.ListItem .vide a img:last-child{transition:all .6s}
.ListItem .vide a:hover img:last-child{transform:scale(1.2)}
.ListItem .media-body{font-size:14px;color:grey;position:relative}
.ListItem .media-body .dt{line-height:24px;font-size:14px}
.ListItem .media-body .bottomMes{position:absolute;bottom:0;left:0;width:100%}
.ListItem .media-body .bottomMes .fr span{width:55px}
.ListItem .media-body .bottomMes .fr span:first-child{margin-right:25px}
.ListItem .media-body .bottomMes span{display:inline-block;font-size:12px;vertical-align:middle;line-height:20px}
.ListItem .media-body .bottomMes span img{margin-top:-3px;margin-right:10px}
.ListItem .litem:first-child{padding-top:0}
.ListItem .litem:last-child{border-bottom:0}
.lvup{position:fixed;top:0;left:0;width:100%;height:100%;background:url(../img/loginBoxBG.png);z-index:999}
.lvup .upbox{width:585px;height:585px;background:url(../img/lvupbg.png) no-repeat center;position:absolute;top:50%;left:50%;margin-left:-292px;margin-top:-292px}
.lvup .upbox:before{display:block;content:"";width:158px;height:210px;margin:126px auto 0}
.lvup .upbox p{text-align:center}
.lvup .upbox .p1{font-size:22px;color:#0f7498;margin-bottom:10px;padding-top:60px}
.lvup .upbox .p2{font-size:14px;color:grey}
.lvup .upbox .p2 span{color:#ff4f15;font-size:16px;font-weight:700}
.lvup .lv1:before{background:url(../img/jp1.png) no-repeat}
.lvup .lv2:before{background:url(../img/jp2.png) no-repeat}
.lvup .lv3:before{background:url(../img/jp3.png) no-repeat}
.wc_indexTop{background:#6712d1;height:126px}
.wc_matchSlide{height:750px;position:relative;background-color:#0a1931}
.wc_matchSlide .wc_ms{opacity:0}
.wc_matchSlide .wc_ms .swiper-slide{width:1200px;color:#fff;position:relative;overflow:hidden}
.wc_matchSlide .wc_bannerSlide{height:100%}
.wc_matchSlide .wc_msw .lf{width:74%;float:left;position:relative;overflow:hidden}
.wc_matchSlide .wc_msw .rf{width:23%;float:right;position:relative;margin-right:25px}
.wc_matchSlide .mask{position:absolute;width:100%;height:100%;background:url(../img/opBG.png) repeat;z-index:999;left:0;top:0;-webkit-transition:linear 1s all;-moz-transition:linear 1s all;-ms-transition:linear 1s all;-o-transition:linear 1s all;transition:linear 1s all}
.wc_matchSlide .swiper-slide-active .mask{width:0}
.wc_matchSlide .videoPost{position:relative}
.wc_matchSlide .bottommes{color:#fff;font-size:14px;position:absolute;bottom:0;left:0;width:100%;height:40px;background:url(../img/opbg2.png) repeat;padding-left:15px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:linear .2s all;-moz-transition:linear .2s all;-ms-transition:linear .2s all;-o-transition:linear .2s all;transition:linear .2s all}
.wc_matchSlide .bottommes a{display:inline-block}
.wc_matchSlide .swiper-scrollbar{width:4px;height:100%;position:absolute;right:-10px;bottom:0;z-index:1}
.wc_matchSlide .videoList{height:602px;overflow:hidden}
.wc_matchSlide .videoList .swiper-slide{width:auto}
.wc_matchSlide .videoList li{position:relative;border:5px solid #0f2853;overflow:hidden}
.wc_matchSlide .videoList li.act,.wc_matchSlide .videoList li:hover{border-color:#2256b0}
.wc_matchSlide .videoList li:hover .bottommes{bottom:-40px}
.wc_matchSlide .rf .swiper-scrollbar-drag{background:#535c6b}
.wc_matchSlide .rf .swiper-scrollbar,.wc_matchSlide .rf .swiper-scrollbar-drag{width:10px}
.wc_matchSlide .wc_ms{padding-top:30px}
.wc_matchSlide .wc_ms .pagination{position:absolute;bottom:30px;left:0;width:100%;text-align:center;margin:0;min-width:1300px}
.wc_matchSlide .wc_ms .pagination span{font-size:24px;color:#fff;cursor:pointer;display:inline-block}
.wc_matchSlide .wc_ms .pagination span:before{display:block;content:'';width:307px;height:14px;background:url(../img/wc_panbg.png) bottom;margin-bottom:10px;-webkit-transition:linear .2s all;-moz-transition:linear .2s all;-ms-transition:linear .2s all;-o-transition:linear .2s all;transition:linear .2s all}
.wc_matchSlide .wc_ms .pagination .swiper-active-switch:before{background-position:top}
.todayMatch{background-color:#193d7b;background-repeat:no-repeat;padding-left:61px;height:150px;margin-top:-30px;padding-top:15px;position:relative;padding-right:43px;box-shadow:0 5px 5px rgba(169,169,169,.5)}
.todayMatch .swiper-container{padding-left:41px;overflow:hidden;height:134px}
.todayMatch .swiper-slide{width:255px;height:134px}
.todayMatch .glyphicon-menu-left,.todayMatch .glyphicon-menu-right{font-size:29px}
.todayMatch .wc_matchItem{width:210px;height:120px;background:#fff;position:relative}
.todayMatch .wc_matchItem a{display:block;height:100%}
.todayMatch .wc_matchItem .top{background:#08152b;text-align:right;line-height:30px;height:30px;padding-right:15px;color:#fff}
.todayMatch .wc_matchItem .top span{color:#c4c4c4;margin-right:10px}
.todayMatch .wc_matchItem .matchStatus{position:absolute;top:0;left:0;width:100%;height:30px;font-size:14px}
.todayMatch .wc_matchItem .matchStatus span{display:inline-block;padding:0 0 0 5px;color:#fff;font-size:12.5px;line-height:30px}
.todayMatch .wc_matchItem .matchStatus span:after{display:block;content:'';width:0;height:0;border-top:30px solid #fff;border-right:15px solid transparent;position:absolute;right:-15px;bottom:0}
.todayMatch .wc_matchItem .matchStatus.sRed{border-top:2px solid #da001f}
.todayMatch .wc_matchItem .matchStatus.sRed span{position:relative;background:#da001f}
.todayMatch .wc_matchItem .matchStatus.sRed span:after{border-top-color:#da001f}
.todayMatch .wc_matchItem .matchStatus.sBlue{border-top:2px solid #105cb8}
.todayMatch .wc_matchItem .matchStatus.sBlue span{position:relative;background:#105cb8}
.todayMatch .wc_matchItem .matchStatus.sBlue span:after{border-top-color:#105cb8}
.todayMatch .wc_matchItem .matchStatus.sGray{border-top:2px solid grey}
.todayMatch .wc_matchItem .matchStatus.sGray span{position:relative;background:grey}
.todayMatch .wc_matchItem .matchStatus.sGray span:after{border-top-color:grey}
.todayMatch .wc_sc{display:inline-block;width:90px;height:200px;background:#105cb8;position:absolute;top:0;right:0;z-index:99}
.todayMatch .arrow-left{position:absolute;top:50%;left:63px;font-size:40px;color:#286cbf;z-index:999;margin-top:-20px;font-weight:400}
.todayMatch .arrow-right{position:absolute;top:50%;right:13px;font-size:40px;color:#286cbf;z-index:999;margin-top:-20px;font-weight:400}
.todayMatch .matchDeta{width:100%;height:90px}
.todayMatch .matchDeta td{text-align:center}
.todayMatch .matchDeta .t1 p{font-size:12px;color:#193d7b;margin:4px 4px -7px;width:65px;overflow:hidden;white-space:nowrap}
.todayMatch .matchDeta .t2{font-size:30px}
.todayMatch .matchDeta .t2 span{color:#da0040}
.todayMatch .matchDeta .t2 i{color:#105cb8}
.todayMatch .matchDeta .t3{font-size:18px}
.todayMatch .matchDeta .t3 .time{font-size:14px}
.all_bs_box{background:url(../img/all_sc_bg.png) repeat-x center;position:relative}
.all_bs_box .all_bs_btn{width:152px;height:25px;line-height:24px;display:inline-block;font-size:14px;color:#006fb9;text-align:center;background:url(../img/sjb/all_bs_bg.png) no-repeat center;background-size:100%;white-space:nowrap;position:relative;z-index:9999999}
.all_bs_box .all_bs_tk{width:1033px;background:#fafafa;position:absolute;z-index:9999;padding:14px 17px;left:50%;margin-left:-516px;display:none}
.all_bs_box .all_bs_tk .all_xz_list{background:#134c99;padding:8px;border-radius:15px;width:479px;margin:0 10px 10px}
.all_bs_box .all_bs_tk .all_xz_list dt{color:#fff;padding-bottom:5px;font-weight:400}
.all_bs_box .all_bs_tk .all_xz_list dt .key{font-size:30px;float:left;margin-top:7px}
.all_bs_box .all_bs_tk .all_xz_list dt .key small{font-size:16px}
.all_bs_box .all_bs_tk .all_xz_list dt .qd_list{float:left;padding-left:24px}
.all_bs_box .all_bs_tk .all_xz_list dt .qd_list .qd_item{float:left;min-width:64px;text-align:center;font-weight:400;font-size:12px}
.all_bs_box .all_bs_tk .all_xz_list dt .qd_list .qd_item p{font-size:12px;padding-bottom:3px}
.all_bs_box .all_bs_tk .all_xz_list dt .qd_list .qd_item img{width:29px;height:29px;border-radius:50%}
.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details{line-height:22px;border-radius:10px;background:#d5e0ff;width:100%;font-size:13px;color:#0b1f58;overflow:hidden}
.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details tr:nth-child(even){background:#84a4ff}
.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details tr:hover{opacity:.8}
.all_bs_box .all_bs_tk .all_xz_list .xz_bs_details td{font-size:13px;color:#0b1f58}
.all_bs_tk_share{content:'';position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;display:none}
.wc_lay .lfCont{width:77.8%;float:left}
.wc_lay .rfCont{width:21.4%;float:right}
.wc_lay .adbox{height:120px;background:#c5c5c5}
.wc_f1news{margin:0 -5px}
.wc_f1news .item{width:50%;float:left;padding:0 5px}
.wc_f1news .toptl1{height:60px;background-color:#efefef;box-shadow:5px 5px 5px #e2e2e2}
.wc_f1news .cont{background:#fff;margin-top:20px;padding:20px}
.wc_f1news .ibx{overflow:hidden;position:relative}
.wc_f1news .ibx img{width:100%}
.wc_f1news .ibx a{display:block}
.wc_f1news .ibx p{width:100%;font-size:18px;color:#fff;line-height:50px;padding-left:15px;background:url(../img/opbg2.png) repeat;position:absolute;bottom:0;left:0}
.wc_f1news .f1newsTl2{font-size:18px;font-weight:700}
.wc_f1news .f1newsTl2 span{margin:0 15px;color:#ff4f15}
.wc_f1news .f1newsTl2 a{color:#333;font-size:18px}
.wc_f1news .item a:hover{color:#ff4f15}
.wc_f1news .f1newslist li{font-size:14px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wc_f1news .f1newslist li span{color:#ff4f15;margin:0 10px}
.wc_f1news .f1newslist li a{font-size:14px}
.wc_f1news .f1newslist li .fb{font-weight:700;margin-right:15px}
.wc_f1news .newtextitem .f1newsTl2{margin:28px 0}
.wc_f1news .newtextitem .f1newsTl2 a{display:block;font-size:18px}
.wc_f1news .newtextitem .f1newsTl2:first-child{margin-top:0}
.wc_ibx2{margin:0 -5px;padding-top:10px}
.wc_ibx2 .item{width:50%;padding:0 5px;margin-bottom:10px;float:left}
.wc_ibx2 a{display:inline-block;width:100%;position:relative}
.wc_ibx2 a img{width:100%}
.wc_ibx2 p{width:100%;font-size:14px;color:#fff;line-height:30px;padding-left:10px;background:url(../img/opbg2.png) repeat;position:absolute;bottom:0;left:0}
.wc_itbox{padding:10px;background:#fff;margin-bottom:15px}
.wc_itbox .tl{background:url(../img/wc_line1.jpg) no-repeat bottom left;height:30px;color:#333;font-size:18px;margin-bottom:10px}
.wc_itbox .ltbox{height:100px;background-color:#c5c5c5}
.wc_itbox .tl2{background:url(../img/wc_line2.jpg) no-repeat bottom left}
.wc_itbox .wc_rooundTag{margin-bottom:10px;margin-left:10px}
.wc_itbox .wc_rooundTag a{display:inline-block;float:left;width:22px;height:22px;font-size:14px;color:grey;margin-right:5px;text-align:center;line-height:22px;border-radius:3px}
.wc_itbox .wc_rooundTag a.act,.wc_itbox .wc_rooundTag a:hover{background:#da001f;color:#fff}
.wc_itbox .listTb{width:100%}
.wc_itbox .listTb td{text-align:center;font-size:14px}
.wc_itbox .listTb thead{background:url(../img/wc_theadbg.jpg) repeat-x}
.wc_itbox .listTb thead td{height:30px}
.wc_itbox .listTb tbody td{padding:6px 0}
.wc_itbox .listTb tbody tr:first-child td{padding-top:10px}
.wc_adbox1{height:100px;background-color:red;margin:20px 0}
.wc_btitle{height:60px;background-color:#1f2e67;background-repeat:no-repeat;background-size:100%}
.wc_topic_fb .wc_teamRound .teamRoundItem{width:50%;height:110px;position:relative;float:left}
.wc_topic_fb .wc_teamRound .lftitle{width:10%;float:left;background:#08152b;color:#fff;height:110px;font-size:26px;line-height:110px;cursor:pointer;text-align:center}
.wc_topic_fb .wc_teamRound .lftitle:hover{background:#0d5fe9}
.wc_topic_fb .wc_teamRound .rfTeam{width:90%;float:right;height:110px;border-bottom:1px solid #efefef;background:#fff}
.wc_topic_fb .wc_teamRound .rfTeam .countryItem{width:25%;float:left;height:110px;text-align:center;padding-top:12px}
.wc_topic_fb .wc_teamRound .rfTeam .countryItem a{display:block}
.wc_topic_fb .wc_teamRound .rfTeam .countryItem p{font-size:14px}
.wc_topic_fb .wc_teamRound .groupTip{width:90%;height:110px;background:url(../img/opbg2.png) repeat;padding:10px;color:#fff;position:absolute;top:0;left:10%;text-indent:10px;font-size:12px;display:none}
.wc_topic_fb .newsInfo{background:#fff}
.wc_topic_fb .newsInfo .lfGroup{width:10%;float:left}
.wc_topic_fb .newsInfo .lfGroup a{display:block;text-align:center;line-height:51px;font-size:18px;color:#fff;background:#08152b}
.wc_topic_fb .newsInfo .lfGroup a.act,.wc_topic_fb .newsInfo .lfGroup a:hover{background:#0d5fe9}
.wc_topic_fb .newsInfo .rfNews{float:left;width:90%;padding:0 20px}
.wc_topic_fb .newsInfo .rfNews .wc_f1newsTl2{margin:17px 0}
.wc_topic_fb .newsInfo .rfNews .wc_f1newslist li{margin-bottom:3px}
.wc_topic_fb .newsInfo .rfNews .groupNews{max-width:485px;display:inline-block}
.wc_topic_fb .newsInfo .rfNews .groupMatch{width:300px;float:right;padding-top:10px}
.wc_topic_fb .newsInfo .rfNews .gm_intList{width:100%}
.wc_topic_fb .newsInfo .rfNews .gm_intList thead{background:#f2f2f2}
.wc_topic_fb .newsInfo .rfNews .gm_intList tbody{background:#fafafa}
.wc_topic_fb .newsInfo .rfNews .gm_intList td{font-size:14px;padding:5px 0;text-align:center}
.wc_topic_fb .newsInfo .rfNews .gm_intListsc{padding:10px 20px;background:#fafafa;position:relative}
.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-slide{width:100%}
.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-container{height:130px}
.wc_topic_fb .newsInfo .rfNews .gm_intListsc .box{float:left;width:50%;font-size:12px;color:grey;margin-bottom:10px}
.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-scrollbar{width:8px;height:100%;position:absolute;right:0;bottom:0;z-index:1}
.wc_topic_fb .newsInfo .rfNews .gm_intListsc .swiper-scrollbar-drag{background:#193d7b}
.wc_linetitle{color:#333;font-size:18px;position:relative;margin:10px 0;font-weight:700;padding-left:15px}
.wc_linetitle:before{display:block;content:'';width:5px;height:20px;background:url(../img/wc_titleline.jpg) no-repeat;position:absolute;top:3px;left:0}
.wc_f1newsTl2{font-size:18px;font-weight:700}
.wc_f1newsTl2 span{margin:0 15px;color:#ff4f15}
.wc_f1newsTl2 a{color:#333;font-size:18px}
.wc_f1newsTl2 a:hover{color:#ff4f15}
.wc_f1newslist{margin-top:18px}
.wc_f1newslist li{font-size:14px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wc_f1newslist li span{color:#ff4f15;margin:0 10px}
.wc_f1newslist li a{font-size:14px}
.wc_f1newslist li a:hover{color:#ff4f15}
.wc_f1newslist li .fb{font-weight:700;margin-right:15px}
.wc_mdmediaItem{background:#fff;padding:10px;font-size:12px;color:grey}
.wc_mdmediaItem a{color:grey;display:inline-block}
.wc_mdmediaItem .media-body .media-body .media-heading{color:#333;margin-bottom:10px;font-size:14px}
.wc_mdmediaItem .deta{margin-top:10px}
.wc_picbox{height:600px;background:#08152b;margin:20px 0}
.wc_picbox h3{font-size:20px;color:#fff;font-weight:700;padding:17px}
.wc_picbox tr:first-child td:first-child{width:34.15%}
.wc_picbox td{border:1px solid #08152b;width:21.9%;overflow:hidden;position:relative}
.wc_picbox td img{width:100%;height:100%}
.wc_picbox td .pic_txt{position:absolute;color:#fff;width:100%;bottom:0;left:0;background:url(../img/pic_txt_bg.png) repeat-x left bottom;background-size:auto 100%;padding:24px 15px 15px;font-size:14px;display:none}
.wc_picbox td a:hover .pic_txt{display:block}
.wc_teamCombat{background:#fff}
.wc_teamCombat .wc_tcb{text-align:center;width:9%;float:left}
.wc_teamCombat .wc_tcbbottom{height:350px;background-color:#08152b}
.wc_teamCombat .wc_redtop{background:#da001f;line-height:60px;color:#fff;font-size:24px;font-weight:700}
.wc_teamCombat .wc_tcnews{width:91%;float:left;padding:11px 15px}
.wc_teamCombat .wc_imgnews{width:50%;float:left}
.wc_teamCombat .wc_team img{border-radius:100%;border:1px solid #fff;margin-bottom:5px}
.wc_teamCombat .wc_team p{color:#fff;font-size:12px}
.wc_teamCombat .wc_vs{font-size:40px;color:#fff;font-weight:700;margin:50px 0}
.wc_teamCombat .wc_team:first-child{padding-top:20px}
.wc_teamCombat .wc_tcnewsList{width:50%;float:right;padding-top:10px;padding-left:15px}
.wc_teamCombat .wc_tcnewsList .wc_f1newsTl2{margin-bottom:20px}
.wc_teamCombat .wc_tcnewsList .wc_f1newslist li{margin-bottom:8px}
.wc_vote{background:#fff;padding:15px}
.wc_vote .wc_voteblock h3{color:#333;font-size:18px;margin-bottom:5px}
.wc_vote .wc_voteblock label{font-weight:400;margin:0;cursor:pointer}
.wc_vote .wc_voteblock label input{width:15px;height:15px;background:url(../img/checkicon.png) top;position:relative;top:-3px}
.wc_vote .wc_voteblock label input:checked{background-position:bottom}
.wc_vote table{width:100%}
.wc_vote table td{padding:3px 0;font-size:14px;color:#333}
.wc_vote .voteline{background:#f2f2f2;position:relative;display:inline-block;width:70px;height:10px;border-radius:15px;text-align:left;margin-right:10px}
.wc_vote .voteline i{display:block;height:10px;border-radius:15px;background:#ff4f15}
.wc_vote .btn{width:80px;height:30px;color:#fff;font-size:12px}
.wc_map{background:#fff}
.wc_map .mapblock{padding-top:78px;float:left;border-right:1px solid #f2f2f2;width:81%;height:600px;overflow:hidden}
.wc_map .mapblock .map{width:780px;height:420px;margin:0 auto}
.wc_map .pedeta{padding:15px;width:19%;float:right}
.wc_map .pedeta h4{color:#333;font-size:18px;font-weight:700;margin-bottom:10px}
.wc_map .pedeta img{margin-bottom:10px;width:100%}
.wc_map .txt h4{color:#da001f;font-size:14px;font-weight:700}
.wc_map .txt p{font-size:12px;color:#333;text-indent:15px;line-height:20px}
.wc_map .map{position:relative}
.wc_map .map i{display:block;width:15px;height:25px;background:url(../img/localIcon.png) no-repeat;position:absolute;cursor:pointer}
.wc_map .map .i0{top:148px;left:249px}
.wc_map .map .i1{top:100px;left:106px}
.wc_map .map .i2{top:150px;left:106px}
.wc_map .map .i3{top:174px;left:147px}
.wc_map .map .i4{top:193px;left:139px}
.wc_map .map .i5{top:204px;left:67px}
.wc_map .map .i6{top:214px;left:175px}
.wc_map .map .i7{top:223px;left:229px}
.wc_map .map .i8{top:231px;left:100px}
.wc_map .map .i9{top:242px;left:25px}
.wc_map .showBlock{background:rgba(0,0,0,.8);width:301px;height:266px;border-radius:6px;padding:10px;position:absolute;top:0;left:0;color:#fff;display:none;font-size:12px}
.wc_map .showBlock:before{display:block;content:'';width:31px;height:34px;background:url(../img/wc_show_web.png) no-repeat;position:absolute;bottom:-34px;left:0}
.wc_map .showBlock img{width:100%;margin-bottom:10px;line-height:20px}
.wc_course{text-align:center;margin-bottom:10px}
.wc_courseCont h4{font-size:24px;color:#333;margin-bottom:20px}
.wc_courseCont .imgbox{margin-bottom:20px}
.wc_courseCont .imgbox img{width:50%;float:left;display:inline-block}
.wc_courseCont p{font-size:14px;color:grey;margin-bottom:20px}
.wc_cityIntr{background:#fff;padding:20px}
.wc_cityIntr .wcci{margin-bottom:30px}
.wc_cityIntr .wcci img{margin-bottom:10px;width:100%}
.wc_cityIntr .wcci p{font-size:12px;color:grey;line-height:24px}
.wc_cityIntr .wcci p span{color:#0f7498;font-size:18px;margin-right:10px;font-weight:700}
.baseTitleLine2{height:60px;border-bottom:1px solid #ff4f15;position:relative;margin-left:30px}
.baseTitleLine2 h2,.baseTitleLine2 h4{width:160px;height:60px;background:url(../img/baseTitleIcon1.png) no-repeat;padding-left:27px;line-height:60px;color:#fff;position:absolute;top:6px;left:-10px}
.baseTitleLine2 .zqIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/fbIcon.jpg) no-repeat;position:relative;top:7px;margin-right:6px}
.baseTitleLine2 .appIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/icon3.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine2 .bbsIcon:before{display:inline-block;content:'';width:28px;height:26px;background:url(../img/icon55.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine2 .fire:before{display:inline-block;content:'';width:22px;height:27px;background:url(../img/icon2.png) no-repeat;position:relative;top:5px;margin-right:6px}
.baseTitleLine2 .phIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/icon_ph.png) no-repeat;position:relative;top:7px;margin-right:6px}
.baseTitleLine2 .ycIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/icon_yc.png) no-repeat;position:relative;top:7px;margin-right:6px}
.baseTitleLine2 .bjzIcon:before{display:inline-block;content:'';width:25px;height:25px;background:url(../img/icon_bjz.png) no-repeat;position:relative;top:7px;margin-right:6px}
.baseTitleLine2 .navMenu{padding-left:170px}
.baseTitleLine2 .navMenu li{margin-right:10px;float:left;line-height:60px}
.baseTitleLine2 .navMenu a{display:inline-block;width:70px;height:30px;text-align:center;line-height:30px;border-radius:4px;color:grey}
.baseTitleLine2 .navMenu li.act a{background:#3884e1;color:#fff}
.baseTitleLine2 .navMenu a:hover{background:#3884e1;color:#fff}
.baseTitleLine2 .tlreadmore{float:right;font-size:14px;color:grey;margin-top:30px;margin-right:30px}
.MainHotNews{margin:0 -10px}
.MainHotNews .MainHotNewsL{width:31%;float:left;padding:10px 10px 0}
.MainHotNews .MainHotNewsR{width:68%;float:left;padding:0 10px}
.mFBContent2{padding:0 30px 20px}
.baseNewsList h3,.baseNewsList h4{margin:10px 0;font-weight:700;line-height:100%}
.baseNewsList h3 a,.baseNewsList h4 a{font-size:18px;color:#1e1e1e}
.baseNewsList h3 span,.baseNewsList h4 span{color:#807e7e;font-size:14px;font-weight:400}
.baseNewsList h4:first-child{margin-top:0}
.baseNewsList a{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#807e7e;line-height:21px;font-size:14px;position:relative}
.baseNewsList a:hover{color:#3885e1}
.baseNewsList a:hover span{color:#3885e1}
.baseNewsList span{position:absolute;right:0;top:0}
.baseNewsList .media{margin-top:0}
.baseNewsList .media .media-left{position:relative}
.baseNewsList .media .media-body{padding-left:10px}
.baseNewsList .lines:after{display:block;content:'';width:1px;height:15px;position:absolute;top:5px;right:0}
.baseNewsList .lines.orange:after{background:#ff4f15}
.baseNewsList .lines.green:after{background:#74d889}
.baseBanner{height:370px;margin:15px 0}
.baseBanner .swiper-container,.baseBanner .swiper-slide,.baseBanner .swiper-wrapper{height:100%;position:relative}
.baseBanner .swiper-slide{background-size:auto 100%;background-position:center}
.baseBanner .swiper-slide a{display:block;height:100%}
.baseBanner .slideTitle{color:#fff;font-size:18px;line-height:40px;text-indent:20px;background:url(../img/hf_titleBG.png) repeat-x;position:absolute;left:0;bottom:0;width:100%}
.baseBanner .swiper-button{position:absolute;top:50%;color:#fff;font-size:50px;font-weight:400;margin-top:-30px;cursor:pointer}
.baseBanner .swiper-button-prev{left:0}
.baseBanner .swiper-button-next{right:0}
.baseBanner .bannerpagination{position:absolute;bottom:15px;right:20px}
.baseBanner .bannerpagination span{display:inline-block;background:#fff;width:15px;height:15px;border-radius:100%;margin:0 5px}
.baseBanner .bannerpagination .swiper-active-switch{background:#ff4f15}
.imgNewsBox .row{margin:0 -5px}
.imgNewsBox .item{padding:0 5px 10px;position:relative}
.imgNewsBox .item img{width:100%}
.imgNewsBox .item a{display:block}
.imgNewsBox .item .ib{position:relative}
.imgNewsBox .item p{background:#f2f2f2;font-size:14px;height:50px;line-height:19px;overflow:闂佽壈鎻幏锟� hidden;padding-top:10px;padding-left:10px}
.imgNewsBox .item p span{color:grey;font-size:12px;display:inline-block;margin-top:5px;width:100%}
.videoIcon{position:relative;height:100%;z-index:99}
.videoIcon:before{display:block;content:'';width:50px;height:50px;background:url(../img/video_icon.png) no-repeat;background-size:100%;position:absolute;top:50%;left:50%;margin-left:-25px;margin-top:-25px;z-index:99}
.videoIcon:hover:before{background-position:bottom}
.baseWrap1{margin:20px -5px}
.baseWrap1 .box{padding:0 5px}
.baseWrap1 .baseWrap1L{width:67%;float:left}
.baseWrap1 .baseWrap1R{width:33%;float:right}
.topicNews{background:#fff}
.hotnewsTi{padding:20px 30px;background:#fff}
.hotnewsTi .imgnews{width:31%;float:left}
.hotnewsTi .imgnews .item{padding-bottom:20px}
.hotnewsTi .imgnews .row:last-child .item{padding-bottom:0}
.hotnewsTi .itembox p{height:44px;padding-top:0;line-height:44px}
.hotnewsTi .txnews{width:69%;float:right}
.hotnewsTi .txnews .baseNewsList{padding-left:20px}
.hotnewsTi .txnews .baseNewsList a{line-height:25px}
.hotnewsTi .txnews .line{padding-bottom:10px;border-bottom:1px solid #efefef}
.newsSlide{clear:both;position:relative;padding-top:20px;margin:0 9px}
.newsSlide .swiper-slide{padding:0 5px}
.newsSlide .swiper-slide a{display:block;position:relative}
.newsSlide .swiper-slide p{position:absolute;left:0;bottom:0;width:100%;height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#fff;text-indent:10px;background:url(../img/loginBoxBG.png)}
.newsSlide .swiper-button{position:absolute;top:50%;font-size:25px;color:grey;cursor:pointer}
.newsSlide .swiper-button-prev{left:-20px}
.newsSlide .swiper-button-next{right:-25px}
.baseTitleLine3{height:60px;border-bottom:1px solid #ff4f15;position:relative}
.baseTitleLine3 p{float:left;font-size:18px;color:#eb1d39;padding-top:19px;padding-left:20px;font-weight:700}
.baseTitleLine3 p img{position:relative;top:-3px;margin-right:10px}
.baseTitleLine3 h4{float:left;font-size:18px;color:#eb1d39;padding-top:19px;padding-left:20px;font-weight:700}
.baseTitleLine3 h4 img{position:relative;top:-3px;margin-right:10px}
.baseTitleLine3 .navMenu{padding-left:130px}
.baseTitleLine3 .navMenu li{margin-right:10px;float:left;line-height:60px}
.baseTitleLine3 .navMenu li a{display:inline-block;height:30px;text-align:center;line-height:30px;border-radius:4px;color:grey;padding:0 10px}
.baseTitleLine3 .navMenu li a:hover{background:#3884e1;color:#fff}
.baseTitleLine3 .navMenu li.act a{background:#3884e1;color:#fff}
.listtitle{background:#f7f7f7;padding-right:60px;position:relative}
.listtitle .swiper-container{background:url(../img/listslideline.png) no-repeat;background-position:right}
.listtitle .swiper-slide{padding:15px}
.listtitle .swiper-slide a{font-size:16px;color:grey}
.listtitle .swiper-slide a:hover{color:#006fb9;font-weight:700}
.listtitle .swiper-slide.act a{color:#006fb9;font-weight:700}
.listtitle .swiper-button-next{position:absolute;right:30px;top:15px;color:#006fb9;font-size:20px;cursor:pointer}
.listcont{background:url(../img/baseListBG.jpg) no-repeat;background-size:cover;background-position:bottom left}
.listable table{width:100%;text-align:center}
.listable thead td{font-size:16px;color:grey;text-align:center}
.listable tbody td:first-child,.listable thead td:first-child{padding-left:15px}
.listable tbody td:last-child,.listable thead td:last-child{padding-right:15px}
.listable tbody td{font-size:14px;color:grey}
.listable tbody td:nth-child(2),.listable thead td:nth-child(2){text-align:left}
.listable td{padding:10px 0}
.listreadmore{font-size:16px;color:#eb1d39;text-align:center;display:block;height:70px;line-height:70px;border-top:1px solid #f2f2f2}
.addbanner{height:100px;background:gray}
.mb20{margin-bottom:20px}
.titleTag1{display:inline-block;background:#ff4f15;color:#fff;font-size:14px;float:left;padding:0 5px;border-radius:3px;margin-right:5px}
.videoWrap .videos{padding:20px;background:#fff}
.bbsblock{margin:20px 0;background:#fff}
.bbsblock .bbslf{width:34%;float:left;border-right:1px solid #efefef}
.bbsblock .bbsrf{width:66%;float:left}
.bbsblock .box{padding:10px 0}
.bbsblock .bbspost{padding:0 35px;height:160px;position:relative}
.bbsblock .bbspost .title{font-size:18px;color:grey;display:inline-block;padding:15px 0}
.bbsblock .bbspost .title span{color:#eb1d39}
.bbsblock .bbspost p{font-size:14px;color:grey;line-height:24px}
.bbsblock .bbspost .more{font-size:14px;color:grey;position:absolute;bottom:15px;right:35px}
.bbsblock .newsSlide{padding:10px 0;margin:0 50px}
.bbsblock .newsSlide .glyphicon{top:-13px}
.bbsblock .newsSlide .swiper-slide{text-align:center;padding:0}
.bbsblock .box{padding:10px 0}
.bbsblock .bti{margin-top:10px;font-size:14px;color:grey}
.mainHeader .headerMenu li{margin:0 13px}
.mainHeader .headerMenu{padding-left:280px}
.baseLeftMsg .newsItem li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.baseLeftMsg .newsItem a{display:inline-block;width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.baseLeftMsg .newsItem span{position:relative;top:-5px}
.rfMsg li{width:201px}
.footer .erweima{margin-left:50px;width:300px}
.footer .link_list{width:180px}
.foot_c .FirendLink{width:850px}
.footer .foot_t:before{width:1100px}
.wc_vote .voteline{width:53px}
.con5{position:relative;z-index:10}
.con5 .lfcon{width:160px;min-height:5px;float:left;position:relative;z-index:20}
.con5 .midcon{float:left;width:790px}
.con5 .rfcon{width:300px;float:left}
.bbsMenu{width:160px;background:#fff}
.bbsMenu.fixed{position:fixed;top:20px}
.bbsMenu li{position:relative;border-bottom:1px solid #efefef}
.bbsMenu li .menu-title{display:block;height:50px;line-height:50px;font-size:16px}
.bbsMenu li .menu-title:before{display:inline-block;content:'';width:3px;height:16px;background:#3885e1;margin-right:15px;margin-left:30px;position:relative;top:2px}
.bbsMenu li .menu-title:after{display:inline-block;content:'';width:5px;height:12px;background:url(../img/icon65.png) no-repeat;background-size:100%;position:relative;top:2px;margin-left:10px}
.bbsMenu .submenu{position:absolute;top:0;left:160px;width:890px;border:1px solid #3885e1;padding:10px 25px;background:#fff;display:none}
.bbsMenu .submenu .submenu-tips{font-size:16px;margin-bottom:15px}
.bbsMenu .submenu .submenu-tips a{color:#3885e1}
.bbsMenu .submenu .plate a{display:block;width:20%;float:left;margin:15px 0}
.bbsMenu .submenu .plate a:hover{color:#3885e1}
.bbsMenu .submenu .plate img{margin-right:10px;border-radius:100%}
.bbsMenu li.act .menu-title{color:#fff;background:#3885e1}
.bbsMenu li.act .menu-title:before{background:#fff}
.bbsMenu li.act .menu-title:after{background:url(../img/time_next.png) no-repeat;background-size:100%}
.bbsMenu li.act .submenu{display:block}
.bbs-posts{margin:0 10px;background:#fff;padding:0 30px 20px}
.bbs-posts .plitem .cont a{font-size:16px;line-height:30px}
.bbs-posts .plitem .cont a:hover{color:#3885e1}
.bbs-posts .topic-tag{display:inline-block;padding:2px 10px;color:#fff;font-size:12px}
.bbs-posts .topic-tag-orange{background:#ff4f15}
.bbs-posts .topic-tag-blue{background:#3885e1}
.bbs-posts .topic-tag-green{background:#1cc94b}
.bbs-posts-tag{position:relative}
.bbs-posts-tag .topMenu{padding-left:20px}
.bbs-posts-tag .topMenu a{margin-left:15px}
.bbs-posts-tag .page{position:absolute;right:20px;top:0;padding-top:0}
.bbs-hot{background:#fff;margin-bottom:20px}
.bbs-hot ul{background:url(../img/lfconBG.jpg);background-size:100% auto;background-position:bottom}
.bbs-hot ul li{padding:15px 25px;border-bottom:1px solid #efefef}
.bbs-hot .bbs-focus-button{display:inline-block;width:55px;height:21px;text-align:center;line-height:21px;background:#e63409;color:#fff;border-radius:3px;font-size:12px;float:right}
.bbs-hot .bbs-focus-button.on{background:0;border:1px solid #ccc;color:#ccc}
.bbs-hot .head-title{font-size:18px}
.bbs-hot .head-title:hover{color:#3885e1}
.bbs-hot .det{color:#bfbfbf;font-size:12px;margin-top:10px}
.bbs-hot .hot-posts a{display:block}
.bbs-hot .hot-posts .hot-posts-title{font-size:14px}
.bbs-hot .hot-posts .hot-posts-title:hover{color:#3885e1}
.bbs-hot .hot-posts .hot-posts-cate a{font-size:12px;color:#bfbfbf;text-align:right}
.con4 .lfcon{width:160px;min-height:5px;float:left}
.con4 .rfcon{width:1090px;float:left}
.bbs-deta{padding:25px;background:#fff}
.bbs-media-item .media-heading a:first-child{font-size:16px}
.bbs-media-item .media-heading a:first-child:hover{color:#0f7498}
.bbs-media-item .media-heading a:last-child{color:#fff;display:inline-block;padding:2px 5px;font-size:14px;border-radius:3px;background:#eb1d39;float:right}
.bbs-media-item .media-heading a.act{background:0;border:1px solid grey;color:grey}
.bbs-media-item .media-body p{font-size:12px;color:grey;margin-top:10px}
.bbs-relation{padding:0 20px}
.bbs-relation .bbs-media-item{padding:15px 0;border-bottom:1px solid #efefef}
.artmes2-button{text-align:center}
.artmes2-button a{display:inline-block;width:100%;height:30px;line-height:30px;color:#fff;margin-bottom:15px;border-radius:4px}
.artmes2-button .blueBg{background:#3884e1}
.artmes2-button .darkredBg{background:#eb1d39}
.baseLeftMsg .newsItem a{position:relative}
.baseLeftMsg .newsItem a{text-overflow:inherit}
.bigRfMsg ul{width:auto;margin:0 -5px}
.bigRfMsg ul li{margin:0 5px 10px}
.smallMsg ul{width:100%}
.smallMsg ul li{margin:0 5px 10px}
@media screen and (max-width:1400px){.matchFB2 .LfFB2{width:70%}
.matchFB2 .RfFB2{width:29%}
.rfMsg li{width:200px}
}
.bbs-index-publish{background:#fff;text-align:center;margin-bottom:20px}
.bbs-index-publish .bbs-publish-button{padding:15px 0;border-bottom:1px solid #efefef}
.bbs-index-publish p{font-size:14px;color:grey;padding:15px 0}
.bbs-index-publish p span{font-size:20px;color:#3885e1}
.con6 .lfcont{width:260px;float:left;min-height:5px}
.con6 .rfcont{width:990px;float:left}
.me .athdeta{padding:10px 0;margin:0 15px;border-top:1px solid #e6e6e6}
.me .athdeta .item{width:50%;float:left;position:relative;text-align:center}
.me .athdeta .item p{font-size:14px}
.me .line:before{display:block;content:'';width:1px;height:100%;position:absolute;top:0;right:0;background:#e6e6e6}
.recent-visitors{background:#fff;padding:0 18px}
.recent-visitors .toptitle{font-size:16px;border-bottom:1px solid #efefef;padding:15px 0 10px 0;text-align:center}
.recent-visitors .button{text-align:right;padding-bottom:18px}
.recent-visitors .button a{display:inline-block;width:11px;height:15px}
.recent-visitors .button a:first-child{background:url(../img/icon69.png) no-repeat;background-position:left top}
.recent-visitors .button a:last-child{background:url(../img/icon69.png) no-repeat;background-position:right top}
.recent-visitors .button:before{display:inline-block;content:'闂佺厧鐡ㄩ〃澶愭儗妤ｅ啯鍤囨俊銈呭閻斿懘鏌ょ€涙﹩娈欓柣顓ㄦ嫹';font-size:22px;color:#ccc}
.user-list{padding:8px 0}
.user-list li{float:left;width:33.333%;text-align:center;padding:8px 0}
.user-list li p{font-size:12px;color:grey;margin-top:5px}
.user-list li img{border-radius:100%}
.user-list li:hover p{color:#3885e1}
.personal{margin-left:10px;background:#fff;padding:30px}
.personal .topMenu{border-bottom:2px solid #ddd}
.personal .topMenu a{font-size:16px;margin-right:30px;color:grey;display:inline-block;padding-bottom:15px;margin-bottom:-2px}
.personal .topMenu a.act,.personal .topMenu a:hover{color:#3885e1;border-bottom:4px solid #3885e1}
.personal .topMenu .ed{float:right}
.personal .topMenu .ed a{display:inline-block;padding-left:30px;font-size:14px;border-bottom:0;margin-right:0;margin-left:10px}
.personal .topMenu .ed .a1{background:url(../img/icon27.jpg) no-repeat}
.personal .topMenu .ed .a2{background:url(../img/icon28.jpg) no-repeat}
.art-switch-tag{padding-top:20px}
.art-switch-tag a{font-size:16px;color:grey}
.art-switch-tag span{font-size:16px;margin:0 10px}
.art-switch-tag a.act{color:#3885e1}
.huif{background:#fff}
.psersonal-fans-empty{height:115px;line-height:115px;text-align:center;font-size:14px;color:#ccc}
.postList-empty{width:1000px;height:300px;display:table-cell;vertical-align:middle;font-size:14px;text-align:center;color:#ccc}
.postList-empty img{margin-right:20px}
.personal-follow{padding:8px 0}
.personal-follow li{padding:8px 0;float:left;width:12.5%;text-align:center}
.personal-follow li img{border-radius:100%}
.personal-follow li p{font-size:12px;color:grey;margin-top:5px}
.personal-follow li:hover p{color:#3885e1}
.focus-button{text-align:center;padding:20px 0}
.focus-button a{display:inline-block;color:#fff;font-size:12px;background:#3885e1;width:65px;height:25px;line-height:25px;text-align:center;border-radius:3px}
.focus-button a.act{background:0;border:1px solid grey;color:grey}
.login2{height:auto;background:0;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;background:rgba(0,0,0,.6)}
.login2 .boxWrap1{top:150px;background:#fff}
.login2 .inputbox{box-shadow:none;border:1px solid #efefef}
.login2 .topTag{border-bottom:2px solid #efefef}
.login2 .topTag a{color:#333}
.login2 .topTag .act{color:#ff4f15}
.login2 .mes{margin-bottom:0}
.login2 .greenBtn,.login2 .orangeBtn{box-shadow:0 5px 5px rgba(0,0,0,.1)}
.login2 .close-icon{display:block;width:29px;height:29px;background:url(../img/close_icon.png) no-repeat;position:absolute;top:-30px;right:-30px}
.index-menu-bar{width:1396px;margin:0 auto;height:0;position:relative;z-index:999}
.index-menu-bar .bar-wrap{width:65px;height:0;float:right}
.index-menu-bar ul{position:fixed;bottom:70px}
.index-menu-bar li{width:65px;height:65px;padding-top:18px;background:#fff;text-align:center;position:relative;border-bottom:1px solid #f3f3f3}
.index-menu-bar li:before{display:inline-block;content:'';width:28px;height:28px}
.index-menu-bar li:last-child{border-bottom:0}
.index-menu-bar li.i1:before{background:url(../img/baricon.png) no-repeat;background-position:1px 0}
.index-menu-bar li.i2:before{background:url(../img/baricon.png) no-repeat;background-position:0 -28px}
.index-menu-bar li.i3:before{background:url(../img/baricon.png) no-repeat;background-position:0 -102px}
.index-menu-bar li.i4 .hov:before{display:inline-block;content:'';width:28px;height:23px;background:url(../img/baricon.png) no-repeat;background-position:0 -56px;margin-top:10px}
.index-menu-bar li.i4:before{background:url(../img/baricon.png) no-repeat;background-position:0 -74px}
.index-menu-bar .hov{display:none;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;font-size:14px;padding-top:12px;background:#3885e1;color:#fff}
.index-menu-bar .barewm{display:none;width:208px;height:200px;background:url(../img/ewm_bg.png) no-repeat;position:absolute;right:65px;bottom:0;text-align:left}
.index-menu-bar .barewm img{margin:17px}
.index-menu-bar li:hover .barewm,.index-menu-bar li:hover .hov{display:block}
.cwrap{position:absolute;top:18px;right:20px}
.cutdown{font-size:16px}
.cutdown span{display:inline-block;background:#383838;color:#fff;width:23px;height:26px;border-radius:3px;text-align:center;line-height:26px;margin:0 2px}
.cutdown i{margin:0 3px}
.art-opction{padding:10px 0 10px 0}
.art-opction table{width:100%}
.art-opction table td{padding:5px}
.art-opction .sub-tag{padding:5px 0}
.art-opction .sub-tag a{padding:2px 10px;border-radius:4px;margin:5px}
.keyword-add-title{border:1px solid #efefef;width:130px;height:30px;line-height:30px;padding-left:10px;font-size:14px;border-radius:5px}
.input-keyword{width:100%;height:30px;border-bottom:1px solid #efefef;font-size:14px}
.blue-button{display:inline-block;background:#3885e1;color:#fff;font-size:14px}
.gray-button{display:inline-block;background:#f2f2f2;color:#333;font-size:14px}
.art-thumb .art-thumb-title{float:left;font-size:16px;color:#333;margin-right:15px}
.art-thumb .thumb-box{float:left}
.thumb-box{border:1px solid #b3b3b3;background:#fafafa;position:relative;width:120px}
.thumb-box .thumb-top{height:119px;border-bottom:1px solid #b3b3b3}
.thumb-box .thumb-top img{width:100%;height:100%;position:relative;z-index:99}
.thumb-box .thumb-top:before{display:block;content:'';width:2px;height:60px;background:#b3b3b3;position:absolute;top:30px;left:50%;margin-left:-1px}
.thumb-box .thumb-top:after{display:block;content:'';width:60px;height:2px;background:#b3b3b3;position:absolute;top:50%;left:30px;margin-top:-15px}
.thumb-box input{position:absolute;opacity:0;top:0;left:0;width:100%;height:100%;cursor:pointer}
.thumb-box .thumb-bottom{height:30px;line-height:30px;text-align:center;font-size:14px;color:grey;cursor:pointer}
.white-block{background:#fff}
.alert-tip1{text-align:right;color:#3885e1;font-size:14px;padding:10px}
.alert-mes{padding-bottom:50px}
.alert-mes-tip{font-size:24px;color:#333;text-align:center;margin-top:120px;margin-bottom:22px}
.alert-mes-tip img{margin-right:20px}
.alert-sub-tip{font-size:16px;color:grey;text-align:center}
.alert-button{margin-top:60px;text-align:center}
.alert-button a{width:106px;height:30px;border-radius:3px;text-align:center;line-height:30px;margin:0 10px}
.suggest{padding:20px 30px}
.suggest table{width:100%;margin-top:20px}
.suggest table td{font-size:16px;padding:10px 5px}
.suggest .sginput{border:1px solid #efefef;text-indent:10px;font-size:14px;height:30px;border-radius:4px;width:600px}
.suggest .sgtxt{width:1095px;height:200px;border:1px solid #efefef;padding:10px;border-radius:4px}
.line_title{font-size:20px;color:#333;position:relative;padding-left:15px}
.line_title:before{display:block;content:'';width:5px;height:20px;background:#ff4f15;position:absolute;bottom:0;left:0}
.suggest-tip{margin-top:50px;font-size:14px;color:grey;margin-left:30px;position:relative;padding-left:20px}
.suggest-tip:before{display:block;content:'*';color:red;position:absolute;top:0;left:0}
.alert-button2{text-align:center;margin-top:10px}
.fixed-bottom{bottom:494px!important;top:auto!important}
.my-reply{padding-top:20px}
.my-reply .media-left{width:11%}
.my-reply .txt{height:174px;border:1px solid #f2f2f2;padding:5px}
.my-reply .txt textarea{width:100%;height:100%;border:0;font-size:14px}
.my-reply .bt{text-align:right;padding-top:15px}
.my-reply .bt .btn{background:#3885e1;color:#fff;width:120px;height:30px}
.my-reply .me{text-align:center;font-size:14px;display:block}
.my-reply .me img{width:60px;height:60px;border-radius:100%}
.frame-box-form{width:90%;margin:0 auto}
.frame-box-form .contItem{display:none}
.frame-box-form .topTag{border-bottom:2px solid #efefef}
.frame-box-form .topTag a.act,.frame-box-form .topTag a:hover{border-bottom:2px solid #ff4f15}
.frame-box-form .topTag a{display:inline-block;padding:15px 10px;font-size:18px;color:#333;margin-bottom:-2px}
.frame-box-form .topTag .act{color:#ff4f15}
.frame-box-form .inputbox{background:#fff;border-radius:5px;height:40px;border:1px solid #efefef}
.frame-box-form .inputbox input{width:100%;height:100%;padding:0 15px;font-size:14px}
.frame-box-form .orangeBtn{width:100%;height:40px;color:#fff;background:#ff4f15;box-shadow:0 5px 10px rgba(0,0,0,.3);border-radius:5px;font-size:18px}
.frame-box-form .greenBtn{background:#1cc94b;height:40px;border-radius:5px;text-align:center;line-height:40px;font-size:14px;color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.3)}
.frame-box-form .mes{margin-bottom:20px}
.frame-box-form .mes .rf{color:#ff4f15;font-size:14px;float:right}
.frame-box-form .mes .rf a{color:#ff4f15;font-size:14px}
.frame-box-form .mes .rf span{margin:0 10px}
.frame-box-form .labelCheck{color:#333}
.frame-box-form .labelCheck input{width:12px;height:13px;background:url(../img/checkicon3.png) no-repeat top}
.frame-box-form .labelCheck input:checked{background-position:bottom}
.frame-box-form .ms2{color:#333;font-size:14px;text-align:center;border-bottom:1px solid #efefef;padding-bottom:15px}
.frame-box-form .oth{padding-top:20px;text-align:center}
.frame-box-form .oth a{display:inline-block;width:50px;height:50px;margin:0 5px}
.frame-box-form .wechat{background:url(../img/icon40.png) top}
.frame-box-form .wechat:hover{background-position:bottom}
.frame-box-form .weibo{background:url(../img/icon42.png) top}
.frame-box-form .weibo:hover{background-position:bottom}
.frame-box-form .qq{background:url(../img/icon41.png) top}
.frame-box-form .qq:hover{background-position:bottom}
.tool-tip{position:fixed;top:0;left:0;border-radius:5px;background:#fff;box-shadow:0 0 18px rgba(0,0,0,.35);z-index:999999999;display:none}
.tool-tip table{width:100%}
.tool-tip:after{display:block;content:'';width:0;height:0;border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff;position:absolute;bottom:-14px;left:50%;margin-left:-7px;z-index:99}
.tool-tip .tool-tip-wrap{width:700px;padding-bottom:10px}
.tool-tip .head-tip{font-size:16px;color:#3885e1;background:#f2f2f2;height:35px}
.tool-tip .list1{text-align:center}
.tool-tip .list1 thead td{padding:10px 0}
.tool-tip .list1 td{font-size:14px;padding:5px 0}
.scrollbar1{width:100%}
.scrollbar1 .viewport{width:330px;height:200px;overflow:hidden;position:relative}
.scrollbar1 .overview{list-style:none;position:absolute;left:0;top:0;width:100%}
.scrollbar1 .scrollbar{position:relative;float:right;width:7px}
.scrollbar1 .track{background:#f2f2f2;height:100%;width:7px;position:relative;padding:0 1px;border-radius:15px}
.scrollbar1 .thumb{background:#ff4f15;height:20px;width:7px;cursor:pointer;overflow:hidden;position:absolute;top:0;left:0;border-radius:15px}
.scrollbar1 .thumb .end{overflow:hidden;height:5px;width:7px}
.scrollbar1 .disable{display:none}
.noSelect{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.bf-main{background:url(../img/bf-top-bg.jpg) top center no-repeat #f2f2f2;padding-top:30px}
.bf-top-data{height:150px;background:url(../img/loginBoxBG.png);border-radius:2px}
.bf-top-data table{width:100%}
.bf-top-data th{color:#fff;font-size:12px;font-weight:400;padding:10px 0}
.bf-top-data .timezone{float:left;margin-left:30px}
.bf-top-data .timezone img{margin-left:10px;margin-top:-2px}
.bf-top-data .soc{display:inline-block;width:40px;height:45px;background:#fff;color:#000;border-radius:3px;text-align:center;line-height:45px;font-size:34px}
.bf-top-data .white-font{color:#fff;font-size:30px}
.bf-top-data .white-font2{color:#fff;font-size:12px}
.bf-menu{background:#fff;border-top:1px solid #ff4f15}
.bf-menu li{float:left;width:20%;text-align:center}
.bf-menu a{display:inline-block;line-height:50px;position:relative;color:grey}
.bf-menu a.act,.bf-menu a:hover{color:#ff4f15}
.bf-menu a.act:after,.bf-menu a:hover:after{display:block;content:'';width:100%;height:4px;border-radius:15px;position:absolute;bottom:0;left:0;background:#ff4f15}
.layout1 .lf{width:780px;float:left}
.layout1 .rf{width:460px;float:right}
.font-zb .top-title{height:34px;background:url(../img/font-zb-title.png) no-repeat}
.font-zb .font-main{background:#fff;padding:15px}
.font-main .scrollbar1{margin-top:0;margin-bottom:0}
.font-main .scrollbar1 .thumb{background:#3885e1}
.font-main .scrollbar{right:-10px}
.font-main .viewport{width:730px;height:381px}
.font-main .viewport p{font-size:14px;margin-bottom:10px}
.mt20{margin-top:20px}
.bf-chat{background:#fafafa}
.bf-chat .bf-chat-title{font-size:18px;color:grey;height:35px;line-height:35px;border-bottom:1px solid #f2f2f2;padding-left:20px;background:#fff}
.bf-chat .viewport{width:440px;height:280px;border-bottom:1px solid #f2f2f2}
.bf-chat .overview{padding:15px}
.bf-chat .media-left img{width:35px;border-radius:100%}
.bf-chat .media-body{font-size:14px}
.bf-chat .media-heading{color:grey}
.bf-chat .chat-input{height:130px;background:#fff}
.bf-chat .scrollbar1{margin-top:0;margin-bottom:0}
.bf-chat .scrollbar1 .thumb{background:#d6d6d6}
.bf-chat .chat-input{padding:15px}
.bf-chat .chat-input textarea{width:100%;height:70px;resize:none;border:0}
.bf-chat .chat-button{width:80px;height:30px;background:#3885e1;color:#fff;border-radius:5px;float:right;margin-top:5px}
.bf-chat .scrollbar{right:5px}
.bf-gap-title{font-size:18px;height:50px;line-height:50px;text-align:center;font-weight:700}
.layout2 .lf{width:360px;float:left}
.layout2 .mid{width:530px;float:left}
.layout2 .rf{width:360px;float:left}
.bf-event-list{background:#fff}
.bf-event-list .viewport{width:520px}
.bf-event-list table{width:100%}
.bf-event-list .bf-player-list th{font-size:14px;background:#e6e6e6;color:#333;font-weight:400;text-align:center}
.bf-event-list .bf-player-list td{text-align:center;font-size:14px;border-bottom:1px solid #efefef}
.bf-event-list .bf-player-list td,.bf-event-list .bf-player-list th{height:43px}
.bf-event-list .bf-player-list tbody tr{background:#fff}
.bf-event-list .bf-player-list thead tr th:nth-child(2){padding-left:20px;text-align:left}
.bf-event-list .bf-player-list tbody{background:#fcfcfc}
.bf-event-list .bf-player-list tbody td{border-right:1px solid #efefef}
.bf-event-list .bf-player-list tbody tr td:nth-child(2){padding-left:20px;text-align:left}
.bf-event-list .bf-player-list tbody tr:nth-child(even){background:#f5f5f5}
.bf-event-list .nodata td{height:450px;border-bottom:0}
.bf-main-even-list{position:relative;background:#fff}
.bf-main-even-list:before{display:block;content:'';width:1px;top:0;left:50%;height:100%;background:grey}
.bf-main-even-list .bf-time-roll{display:inline-block;width:28px;height:28px;border:1px solid grey;text-align:center;line-height:28px;border-radius:100%;font-size:14px;vertical-align:middle;background:#fff}
.bf-main-even-list table{position:relative;z-index:99}
.bf-main-even-list .scrollbar1{padding:10px 0;-webkit-transition:linear .2s;-moz-transition:linear .2s;-ms-transition:linear .2s;-o-transition:linear .2s;transition:linear .2s}
.bf-main-even-list .viewport{height:462px}
.bf-main-even-list .overview{position:relative}
.bf-main-even-list .overview:before{display:block;content:'';width:1px;height:100%;position:absolute;left:50%;top:0;background:grey;margin-left:-.5px}
.bf-main-even-list .thumb{background:#3885e1}
.bf-main-even-list .overview tr td{text-align:center;padding:10px}
.bf-main-even-list .overview tr td:first-child{text-align:right}
.bf-main-even-list .overview tr td:nth-child(5){text-align:left}
.sc-bottom-ms{color:grey;border-top:1px solid #efefef}
.sc-bottom-ms td{text-align:center;font-size:14px;padding:5px 0}
.sc-bottom-ms td img{margin-right:5px}
.bf-jstj{padding-bottom:130px}
.bf-jstj table{width:100%}
.bf-jstj tr{background:#fff}
.bf-jstj tr:nth-child(odd){background:#fafafa}
.bf-jstj td{border-bottom:1px solid #efefef;padding:10px}
.bf-jstj .bf-line{width:500px;height:13px;background:#e6e6e6;position:relative}
.bf-jstj .inside_line{display:inline-block;position:absolute;top:0;left:0;height:100%;background:#3885e1}
.bf-jstj .inside_line.right{left:auto;right:0}
.bf-dxq{padding-bottom:90px}
.bf-dxq table{width:100%}
.bf-dxq table thead td{padding:10px 0;font-size:18px;color:#333;background:#f2f2f2}
.bf-dxq table td{text-align:center}
.bf-dxq table tbody td{padding:10px 0;background:#fff;border-bottom:1px solid #efefef;font-size:14px}
.bf-dxq .bf-sub-data{margin-top:20px}
.bf-dxq .bf-empty td{padding:10px 0;background:#f2f2f2}
.data_bg td{background:#fafafa!important}
.right_line1 td:first-child{border-right:1px solid #efefef}
.right_line1 td:nth-child(2),.right_line1 td:nth-child(5){border-right:1px solid #efefef}
.right_line2 td:first-child{border-right:1px solid #efefef}
.right_line2 td:nth-child(4){border-right:1px solid #efefef}
.right_line3{border-right:1px solid #efefef}
.bf-tool-tip{width:460px;top:-1000px;display:block}
.bf-tool-tip .tool-tip-wrap{width:460px}
.bf-tool-tip .bf-tip-title td{background:#f2f2f2;text-align:center;padding:10px 0;color:#3885e1}
.bf-tool-tip .bf-main-tip-list .viewport{width:450px;height:140px}
.bf-tool-tip .bf-main-tip-list .thumb{background:#3885e1}
.bf-tool-tip .bf-main-tip-list td{text-align:center;font-size:14px;padding:7px 0;border-bottom:1px solid #efefef;color:grey}
.bf-tool-tip .bf-main-tip-list td:nth-child(3){border-right:1px solid #efefef}
.bf-main-gap-title{text-align:center;font-size:18px;height:50px;line-height:50px;background:#f2f2f2}
.bf-sj{padding-bottom:0}
.bf-sj table thead td{background:#fff}
.bf-sj table td{border:1px solid #efefef}
.bf-sj td{color:grey}
.bf-data-table .bf-data-title{height:50px;padding-top:10px;background:#fff}
.bf-data-swith-tag{padding-top:2px;padding-left:15px;padding-right:15px;float:left}
.bf-data-swith-tag a{display:inline-block;padding:3px 10px;font-size:14px;border-radius:3px}
.bf-data-swith-tag a.act,.bf-data-swith-tag a:hover{color:#fff;background:#3885e1}
.bf-data-sel-cc{border:1px solid #efefef;display:inline-block;width:81px;height:30px;background:url(../img/icon_checkbox.png) no-repeat;background-position:58px center;border-radius:3px;float:left}
.bf-data-sel-cc p{font-size:14px;text-align:center;line-height:30px;padding-right:20px;border-radius:3px}
.bf-data-sel-cc .option{text-align:center;box-shadow:0 0 10px #f2f2f2}
.bf-data-team-tag{display:inline-block;margin-left:20px}
.bf-data-team-tag li{display:inline-block;padding:4px 10px;border-radius:5px}
.bf-data-team-tag li a{font-size:14px}
.bf-data-team-tag li.act{background:#f2f2f2}
.bf-data-team-tag li.act a{color:#3885e1}
.bf-data-team-tag li.act:after{content:'';color:#3885e1;font-size:14px}
.bf-data-sel-cc2{display:inline-block}
.bf-data-sel-cc2 p{font-size:14px}
.bf-data-sel-cc2 .option{width:110px;left:-20px}
.bf-data-tb{background:#fff}
.bf-data-tb .bf-data-base-table{width:100%}
.bf-data-tb .bf-data-base-table thead td{color:grey;font-size:14px}
.bf-data-tb .bf-data-base-table td{font-size:14px;padding:10px;text-align:center;border-top:1px solid #efefef;border-bottom:1px solid #efefef}
.bf-data-bottom-mes{text-align:center;background:#fff;height:50px;line-height:50px;font-size:14px;color:grey}
.bf-data-lg-name{display:inline-block;margin-left:20px;font-size:14px;margin-right:20px;float:left;margin-top:5px}
.bf-data-lg-name img{margin-right:10px}
.bf-data-sg-tag{display:inline-block;padding-top:5px}
.bf-data-sg-tag a{padding:2px 10px;border:1px solid #efefef;border-radius:4px;color:#3885e1}
.bf-data-base-table3 td{border:1px solid #efefef}
.bf-data-base-table2 tbody tr:last-child td{border:0}
.bf-data-base-table2 .no_right_line{border-right:0}
.bf-y-l1{background:#fcfbe6!important}
.bf-y-l2{background:#faf8e3!important}
.bf-y-d1{background:#fcf6e6!important}
.bf-y-d2{background:#faf4e3!important}
.bf-data-layout-half .row{margin-left:-5px;margin-right:-5px}
.bf-data-layout-half .col-xs-6{padding-left:5px;padding-right:5px}
.bf-data-layout-half table tr td:first-child{border-left:0}
.bf-data-layout-half table tr td:last-child{border-right:0}
.bf-nodata{background:0;text-align:center;line-height:200px;border-top:1px solid #efefef}
.bf-red-bg{background:#f5e8e4!important;color:#eb1d39}
.bf-green-bg{background:#eaf5e4!important;color:#1cc94b}
.bf-bs-data-table{position:relative;padding-left:75px;overflow:hidden}
.bf-bs-data-table:before{display:block;content:'';width:1px;height:100%;position:absolute;top:45px;left:55px;background:#e6e6e6}
.bf-bs-data-table table{width:100%}
.bf-bs-data-table th{background:#fafafa;font-weight:400;text-align:center;color:grey;padding:6px;font-size:14px;border-bottom:1px solid #efefef}
.bf-bs-data-table tr th:first-child{position:relative}
.bf-bs-data-table .bf-bs-time{width:75px;position:absolute;top:0;left:-75px}
.bf-bs-data-table .bf-bs-time p{display:inline-block;font-size:14px;text-align:center;color:#333;padding-top:5px}
.bf-bs-data-table .bf-bs-time p span{font-size:12px;color:#eb1d39}
.bf-bs-data-table .redtag:after{display:block;content:'';float:right;width:26px;height:32px;background:url(../img/bf-bs-icon1.png)}
.bf-bs-data-table .bluetag:after{display:block;content:'';float:right;width:26px;height:32px;background:url(../img/bf-bs-icon2.png)}
.bf-bs-data-table td{padding:10px 5px;background:#fff;font-size:14px;text-align:center;border-bottom:1px solid #efefef}
.bf-bs-data-table .bf-bs-pk{margin:0 5px}
.bf-bs-data-table .bf-bs-pk:hover{color:#3885e1}
.bf-bs-data-table .no-marginl{margin-left:0}
.bf-table-title td{background:#f2f2f2;font-size:18px;font-weight:700;text-align:center}
.bf-bs-gap td{background:#f2f2f2}
.bf-bg-blue-light{background:#f9fcfd!important}
.bf-bs-main{background:url(../img/bf-bs-bg.png) no-repeat top center #f2f2f2}
.bf-bs-data-table2 th{font-weight:400;text-align:center;background:#fff;font-size:18px;border:1px solid #efefef;padding:5px 0}
.bf-bs-data-table2 td{border:1px solid #efefef}
.bf-data-base-table5 tbody tr:first-child td{font-size:12px;padding:10px 0}
.bf-data-base-table5 tbody td{border-right:1px solid #efefef}
.bf-bs-nodata{margin-top:5px;height:518px;background:#fff;line-height:518px;text-align:center}
.data-bp-tj{margin-top:20px;background:#fff}
.data-bp-tj .baseTb{padding:10px 30px}
.data-bp-tj .baseTb table{border-top:2px solid #ff4f15}
.data-bp-tj .baseTb table td{border-bottom:1px solid #efefef;padding-right:15px;padding-left:15px}
.data-bp-tj .baseTb table td:first-child{text-align:left}
.border-l-r{border-right:1px solid #efefef;border-left:1px solid #efefef}
.data-bp-title{text-align:center;color:#fff;height:45px;line-height:45px;background:url(../img/resTitleBG.jpg) no-repeat;background-position:center top}
.bf-goal-in-tip{position:fixed;top:0;left:0;width:100%;height:0;z-index:999}
.tip-wrap{width:1000px;margin:0 auto;height:0;position:relative;text-align:center;top:200px}
.tips-goanin{height:0}
.tips-goanin-inner{position:relative;right:-400px}
.tips-goanin-inner.goal-in-right{right:auto;left:-400px}
.goal-in-left{display:inline-block;width:555px;height:72px;background:url(../img/goin-left.png);line-height:72px;position:relative}
.goal-in-left img{margin:0 15px}
.goal-in-left table{margin-left:20px;margin-top:10px}
.goal-in-left td{line-height:100%;text-align:center;padding:2px 0}
.goal-in-left tr:first-child td{color:#999;font-size:12px}
.goal-in-left .closed{display:inline-block;width:22px;height:22px;background:url(../img/icon73.png) #fff;background-size:100%;position:absolute;left:428px;top:29px;border-radius:100%}
.goal-in-right{background:url(../img/goin-right.png);background-size:100%}
.goal-in-right table{margin-left:0;margin-right:20px;float:right}
.goal-in-right .closed{left:118px}
.comment{width:680px;margin:20px auto;position:relative;background:#fff;padding:20px 50px 50px;border:1px solid #ddd;border-radius:5px}
.comment h3{height:28px;line-height:28px}
.com_form{width:100%;position:relative}
.input{width:99%;height:60px;border:1px solid #ccc}
.com_form p{height:28px;line-height:28px;position:relative;margin-top:10px}
span.emotion{display:inline-block;height:25px;padding-left:30px;line-height:25px;cursor:pointer;background:url(../../images/emotion/1.gif) no-repeat;font-size:12px}
.qqFace{margin-top:4px;background:#fff;padding:2px;border:1px #dfe6f6 solid}
.qqFace table td{padding:0}
.qqFace table td img{cursor:pointer;border:1px #fff solid}
.qqFace table td img:hover{border:1px #06c solid}
#show{width:770px;margin:20px auto;background:#fff;padding:5px;border:1px solid #ddd;vertical-align:top}
.sub_btn{position:absolute;right:0;top:0;display:inline-block;zoom:1;vertical-align:baseline;margin:0 2px;outline:0;cursor:pointer;text-align:center;font:14px/100% Arial,Helvetica,sans-serif;padding:.5em 2em .55em;text-shadow:0 1px 1px rgba(0,0,0,.6);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 1px 2px rgba(0,0,0,.2);color:#e8f0de;border:solid 1px #538312;background:#64991e;background:-webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));background:-moz-linear-gradient(top,#7db72f,#4e7d0e)}
.sub_btn:hover{background:#538018;background:-webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));background:-moz-linear-gradient(top,#6b9d28,#436b0c)}
.wechat-share-cont{background:#fef4f7;border-radius:3px;border:1px solid #ffcec3;padding:10px 20px;margin-top:10px}
.wechat-share-cont .ewmm{width:50px;height:50px}
.wechat-share-cont .tl{font-size:16px;color:#e64243;margin-bottom:5px;margin-top:2px}
.wechat-share-cont .ct{font-size:12px}
.h_logo_box{display:inline-block;background:#fff;border:1px solid red;text-align:center;line-height:70px;width:70px;border-radius:50%;overflow:hidden}
.h_logo_box img{width:70%}
.h_label_box{margin-top:20px}
.h_label_box a{display:inline-block;margin-right:10px;color:grey}
.h_label_box a:hover{color:#3885e1}
.dots{width:24px;height:24px;background:#3ac;border-radius:100%;display:inline-block;animation:slide 1s infinite}
.dots:nth-child(1){animation-delay:.1s;background:#32aacc}
.dots:nth-child(2){animation-delay:.2s;background:#64aacc}
.dots:nth-child(3){animation-delay:.3s;background:#96aacc}
.dots:nth-child(4){animation-delay:.4s;background:#c8aacc}
.dots:nth-child(5){animation-delay:.5s;background:#faaacc}
@-moz-keyframes slide{0%{transform:scale(1)}
50%{opacity:.3;transform:scale(2)}
100%{transform:scale(1)}
}
@-webkit-keyframes slide{0%{transform:scale(1)}
50%{opacity:.3;transform:scale(2)}
100%{transform:scale(1)}
}
@-o-keyframes slide{0%{transform:scale(1)}
50%{opacity:.3;transform:scale(2)}
100%{transform:scale(1)}
}
@keyframes slide{0%{transform:scale(1)}
50%{opacity:.3;transform:scale(2)}
100%{transform:scale(1)}
}
.loading{position:fixed;top:50%;left:50%;margin-left:-90px;margin-top:-30px;width:180px;height:60px;z-index:99999;text-align:center}
.h_corde_box{position:fixed;top:126px;width:150px;overflow:hidden}
.h_corde_box *{font-size:12px;color:#fff}
.h_corde_box p.tit{width:120px;text-align:center;line-height:21px}
.h_corde_box .colose{position:absolute}
.h_corde_box .code_box{width:120px;background:#fff;text-align:center}
.h_corde_box.left{left:81px}
.h_corde_box.right{right:81px}
.h_corde_gzh{padding:49px 8px 0;height:190px;background:url(../img/code_bg1.png) no-repeat center;background-size:100%}
.h_corde_gzh .colose{right:2px;top:36px;width:17px;height:17px;color:transparent}
.h_corde_bfxcx{height:202px;background:url(../img/code_bg2.png) no-repeat left;background-size:100%;padding:60px 8px 0}
.h_corde_bfxcx .colose{right:2px;top:48px;width:17px;height:17px;color:transparent}
.code_block{background:#fff;padding:20px}
.code_block .txt_box{height:130px;width:200px;vertical-align:middle;float:right;padding-top:45px;font-size:14px;color:grey;display:table-cell}
.code_block .txt_box .inline-block{display:inline-block;width:100%;vertical-align:middle;font-size:14px}
.relative{position:relative}
.h_sub_nav{position:relative;height:160px;background:url(../img/sjb/sub_nav_bg.jpg) no-repeat center;background-size:cover}
.h_sub_nav .h_sub_nav_box{position:absolute;bottom:0;line-height:34px;font-size:18px}
.h_sub_nav .h_sub_nav_list{margin-left:50px}
.h_sub_nav .h_sub_nav_list .item{float:left;min-width:120px;text-align:center;margin-right:10px}
.h_sub_nav .h_sub_nav_list .item a{color:#fff}
.h_sub_nav .h_sub_nav_list .item.active{background:rgba(250,250,250,.5)}
.sjb_side{width:138px}
.jsb_content_box{width:1102px}
.sjb_side_nav{background:#fff;text-align:center;font-size:18px}
.sjb_side_nav li{line-height:54px;border-bottom:1px solid #f2f2f2}
.sjb_side_nav li a{color:grey;position:relative}
.sjb_side_nav li.active a{color:#000}
.sjb_side_nav li.active a:before{content:'';position:absolute;width:6px;height:22px;background:#88092f;left:-12px;top:0}
.sjb_table tr th{font-size:14px;color:#000}
.sjb_table tr .listTitle{font-size:16px}
.sjb_table tr td{font-size:14px;padding:10px 10px;height:auto;position:relative}
.sjb_table tr td .iconTop{margin-top:8px}
.sjb_table tr td .cardred,.sjb_table tr td .cardyellow{width:13px;height:13px;line-height:13px;font-size:12}
.sjb_table tr td .greenDown,.sjb_table tr td .redUp{line-height:100%}
.sjb_table tr .dataM a{font-size:12px}
.sjb_table.table-striped tr:nth-child(even){background:#fafafa}
.sjb_table.table-striped tr:nth-child(odd){background:#fff}
.h_hover_box{position:absolute;top:0;left:50%;transform:translate(-60%,-102%);width:616px;background:#fff;border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.5);z-index:1;padding-bottom:10px;display:none}
.h_hover_box .h_hover_box_top{background:#f2f2f2;line-height:30px;font-size:14px;color:#006fb9;text-align:center;border-radius:8px 8px 0 0}
.h_hover_box .h_hover_content{padding-top:10px}
.h_hover_box .h_hover_table th{border:0;font-size:12px;padding:0}
.h_hover_box .h_hover_table tr:nth-child(even){background:0}
.h_hover_box .h_hover_table td{border:0;padding:0;font-size:12px}
.h_hover_box:after{content:'';border:10px solid transparent;border-top-color:#fff;position:absolute;left:58%;bottom:-20px}
.hover_btn:hover .h_hover_box{display:block}
.h_bg_blue{background:#3884e1}
.bs_swiper_container{background:#fff url(../img/sjb/hu.png) no-repeat center 18px;padding-top:14px}
.bs_swiper_container .arrow-left,.bs_swiper_container .arrow-right{color:#fff;font-size:33px;position:absolute;top:85px;z-index:9999}
.bs_swiper_container .arrow-left{left:20px}
.bs_swiper_container .arrow-right{right:20px}
.bs_swiper_container .zuqichangbg{background:url(../img/sjb/zuqiuchang.png) no-repeat center 119px;background-size:930px}
.bs_swiper_container .swiper-container .bs_time_ing{width:190px;line-height:24px;font-size:20px;color:#fff;padding:0 17px;text-align:center;white-space:nowrap;overflow:hidden;background:url(../img/sjb/jsb_time_bg.png) no-repeat center;background-size:100%;margin:0 auto}
.bs_swiper_container .swiper-container .bs_swiper_t1{width:930px;min-height:276px;margin:0 auto}
.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box{width:40%;position:relative}
.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box .qd_name{font-size:22px;font-weight:700;color:#333;display:inline-block;padding-bottom:10px;margin:0 13px;background:url(../img/sjb/h_img_1.png) no-repeat center bottom;background-size:95% 4px}
.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box .img_box{width:169px;height:115px;display:inline-block;background:url(../img/sjb/h_gq_bg.png) no-repeat center;background-size:100% 115px;vertical-align:middle;position:relative;z-index:10}
.bs_swiper_container .swiper-container .bs_swiper_t1 .side_box .img_box img{height:107px}
.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box{width:20%;text-align:center}
.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box .bf_box{color:#333}
.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box .bf_box .bf_l{font-size:50px;float:left;width:70px;font-weight:700}
.bs_swiper_container .swiper-container .bs_swiper_t1 .c_box .bf_box .c_vs{font-size:50px;float:left;width:41px;font-size:42px}
.bs_swiper_container .swiper-container .bs_swiper_t1 .annals{width:480px;padding:8px 14px;background:rgba(250,250,250,.8);margin:13px auto 0;font-size:14px;position:relative;line-height:18px}
.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .annals_c_box{width:366px;display:inline-block;vertical-align:middle}
.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .annals_c_box .progress{height:6px;background:#557ff6;border-radius:0;margin-bottom:0;margin-top:-3px;line-height:18px}
.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .annals_c_box .progress .progress-bar{background:#f65555}
.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .col-4{width:33.3333%;float:left;position:relatve}
.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .progress_value{width:44px;position:absolute;left:0}
.bs_swiper_container .swiper-container .bs_swiper_t1 .annals .progress_value.right{right:0;left:auto}
.bs_swiper_container .swiper-container .c_box_480{width:480px}
.bs_swiper_container .swiper-container .annals_t2{font-size:12px;padding:0 20px 11px;border-bottom:1px solid #e6e6e6;line-height:18px}
.bs_swiper_container .swiper-container .annals_t2 p{font-size:12px}
.skjl_wrap .skjl_t{padding:14px 12px 12px;line-height:48px;font-size:14px}
.skjl_wrap .skjl_t img{height:48px;width:48px;border-radius:50%;margin:0 10px}
.skjl_wrap .skjl_main_list{background:#f2f2f2;padding:7px 13px;font-size:12px;overflow:hidden}
.skjl_wrap .skjl_main_list .s_box{position:relative;padding:0}
.skjl_wrap .skjl_main_list .s_box .item{position:relative;color:#fff;font-size:12px;background:#f65555;padding:10px;margin-top:16px}
.skjl_wrap .skjl_main_list .s_box .item.blue{background:#557ff6}
.skjl_wrap .skjl_main_list .s_box .item:after{content:'';width:9px;height:11px;position:absolute;top:0;background:url(../img/sjb/sjb_blue_jb_all.png) no-repeat}
.skjl_wrap .skjl_main_list .s_box .item:before{content:'';position:absolute;width:8px;height:8px;border-radius:50%;top:0;z-index:2}
.skjl_wrap .skjl_main_list .l_box .item{margin-right:18px;border-radius:10px 0 10px 10px}
.skjl_wrap .skjl_main_list .l_box .item.red:after{right:-8px;background-position:0 -38px}
.skjl_wrap .skjl_main_list .l_box .item.red:before{right:-22px;background:#f65555}
.skjl_wrap .skjl_main_list .l_box .item.blue:after{right:-7px;background-position:0 -20px}
.skjl_wrap .skjl_main_list .l_box .item.blue:before{right:-22px;background:#557ff6}
.skjl_wrap .skjl_main_list .r_box{padding-top:22px}
.skjl_wrap .skjl_main_list .r_box .item{margin-left:18px;border-radius:0 10px 10px 10px}
.skjl_wrap .skjl_main_list .r_box .item.red:after{left:-8px;background-position:0 -57px}
.skjl_wrap .skjl_main_list .r_box .item.red:before{left:-22px;background:#f65555}
.skjl_wrap .skjl_main_list .r_box .item.blue:after{left:-7px;background-position:0 0}
.skjl_wrap .skjl_main_list .r_box .item.blue:before{left:-22px;background:#557ff6}
.skjl_wrap .skjl_main_list.center_line:after{top:7px}
.skjl_wrap .skjl_dbzs{font-size:14px;background:#fff;padding:12px}
.skjl_wrap .skjl_dbzs .red:before{content:'';display:inline-block;width:10px;height:10px;border-radius:50%;background:#f65555}
.skjl_wrap .skjl_dbzs .dian{display:inline-block;padding-right:50px}
.skjl_wrap .skjl_dbzs .dian:before{content:'';display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:10px}
.skjl_wrap .skjl_dbzs .red:before{background:#f65555}
.skjl_wrap .skjl_dbzs .blue:before{background:#557ff6}
.sjb_tj_list .item{padding:16px 0 14px;background:#fff;border-bottom:1px solid #f2f2f2;font-size:14px}
.sjb_tj_list .item .user_logo_box{float:left;width:72px}
.sjb_tj_list .item .user_logo_box img{width:58px;height:58px;border-radius:50%;border:1px solid #105cb8}
.sjb_tj_list .item .main_box{float:right;width:513px}
.sjb_tj_list .item .main_box .t_1_box{padding-bottom:12px}
.sjb_tj_list .item .main_box .t_1_box .time{color:grey}
.sjb_tj_list .item .main_box .txt_box{padding:10px;background:#f2f2f2}
.sjb_tj_list .item:last-child{border-bottom:0}
.h_video_block{padding:10px 10px 26px;position:relative}
.h_video_block .block_item{width:100%}
.h_video_block .block_item .video_img{width:100%;height:246px}
.h_video_block .block_item .video_txt{background:#202c40;line-height:30px;color:#fff;padding:0 13px;font-size:14px}
.h_video_block .h_video_list{margin-left:23px;margin-right:17px;padding:20px 0 17px 0}
.h_video_block .swiper-slide a{display:block;padding:0 5px}
.h_video_block .video_img{height:86px;width:100%}
.h_video_block .video_txt{background:#202c40;color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:12px;line-height:21px}
.h_video_block .video{position:relative}
.h_video_block .video:after{content:'';position:absolute;width:50px;height:50px;left:50%;top:50%;margin-left:-25px;margin-top:-25px;background:url(../img/video_icon.png) no-repeat center top}
.h_video_block .arrow-left,.h_video_block .arrow-right{width:19px;height:108px;position:absolute;background:#f2f2f2;color:#286cbf;line-height:108px;text-align:center;top:20px}
.h_video_block .arrow-left{left:0}
.h_video_block .arrow-right{right:0}
.h_video_block .b_video_2 .item{width:100%;padding-bottom:5px}
.h_video_block .b_video_2 .item a{display:inline-block;padding:0 10px;border-right:1px solid #e46b75;font-size:14px}
.h_video_block .b_video_2 .item a:last-child{border-right:0}
.sjb_wc_itbox{margin:0;padding-bottom:0}
.sjb_wc_itbox .wc_rooundTag a{font-size:14px}
.sjb_wc_itbox .tl{margin-bottom:8px}
.sjb_wc_itbox .sjb_listTb tbody td{height:36px;padding:0}
.sjb_wc_itbox .sjb_listTb tr{border-bottom:1px solid #f2f2f2}
.relative{position:relative}
.h_video2_icon:before{content:'';display:inline-block;background:url(../img/sjb/video_2.png) no-repeat center center;width:16px;height:16px;background-size:16px;vertical-align:middle}
.h_news_block{padding:10px 10px}
.h_news_block .list_ul{padding-top:5px;padding-bottom:30px}
.h_news_block .list_ul .list_t{padding:13px 0}
.h_news_block .list_ul .list_t a{color:#006fb9;font-size:18px}
.h_news_block .list_ul .item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-bottom:4px}
.h_news_block .list_ul .item a{font-size:14px;font-size:#323233}
.h_news_block .list_ul .item a span{padding-right:13px}
.h_news_block a:hover{color:#006fb9}
.h_bs_tab{padding:7px 20px;font-size:14px;line-height:26px;background:#fff;color:grey}
.h_bs_tab .btn{display:inline-block;width:90px;text-align:center;border-radius:15px;padding:0}
.h_bs_tab .btn.act{color:#fff;background:#105cb8}
.jinjizhilu_box .jijizhilu_content{padding:23px 20px}
.jinjizhilu_box .jijizhilu_content .jijizhilu_main_box{background:url(../img/jinjizhilubg.png) no-repeat 0 20px;height:468px;position:relative}
.jinjizhilu_box .jijizhilu_content .item_list{display:inline-block}
.jinjizhilu_box .jijizhilu_content .item{width:155px;padding:12px;height:94px;border-radius:4px;border-width:1px;border-style:solid;text-align:center}
.jinjizhilu_box .jijizhilu_content .item .t1{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.jinjizhilu_box .jijizhilu_content .item .t1 .gj_icon{width:26px;height:26px;border-radius:50%;border:2px solid rgba(255,255,255,.3);vertical-align:middle;margin-right:3px}
.jinjizhilu_box .jijizhilu_content .item .t2{font-size:12px;line-height:23px}
.jinjizhilu_box .jijizhilu_content .item:last-child{margin-bottom:0!important}
.jinjizhilu_box .jijizhilu_content .bjy_list .item{margin-bottom:23px}
.jinjizhilu_box .jijizhilu_content .sjy_list .item{margin-bottom:143px}
.jinjizhilu_box .jijizhilu_content .zjs_list .item{margin-bottom:23px}
.jinjizhilu_box .jinjizhilu_sm_box{line-height:26px;font-size:14px}
.jinjizhilu_box .jinjizhilu_sm_box .item2{display:inline-block;width:116px;text-align:center;margin:0 5px;border-radius:4px;border-style:solid;border-width:1px}
.jinjizhilu_box .fs_bg{background:#f7d6b6;border-color:#dbbb9b}
.jinjizhilu_box .orange_bg{background:#feab00;border-color:#fe8900}
.jinjizhilu_box .orange_red_bg{background:#fa7411;border-color:#fa4811;color:#fff}
.jinjizhilu_box .orange_red_bg a{color:#fff}
.jinjizhilu_box .red_bg{background:#f63b50;border-color:#c0002d;color:#fff}
.jinjizhilu_box .red_bg a{color:#fff}
.jinjizhilu_box .violet_blue_bg{background:#8e81f9;color:#fff;border-color:#3e52ee}
.jinjizhilu_box .violet_blue_bg a{color:#fff}
.lishi_swiper_box{padding-bottom:47px}
.lishi_swiper_box .swiper-btn-box{position:relative;padding:29px 64px 64px;margin:0 60px}
.lishi_swiper_box .swiper-btn-box .btns{position:relative;display:inline-block;width:19px;height:19px;margin-right:31px;float:left}
.lishi_swiper_box .swiper-btn-box .btns .txt{position:absolute;line-height:32px;background:url(../img/ls_txt_bg.png) no-repeat center;background-size:100%;white-space:nowrap;top:26px;left:0;padding:0 11px;display:none}
.lishi_swiper_box .swiper-btn-box .btns:last-child .txt{left:auto;right:0}
.lishi_swiper_box .swiper-btn-box .btns.act{background:url(../img/ball-blue.gif) no-repeat center;background-size:100%}
.lishi_swiper_box .swiper-btn-box .btns.act .txt{display:block}
.lishi_swiper_box .swiper-btn-box .btns:after{content:'';width:12px;height:12px;border-radius:50%;background:#ccc;position:absolute;left:50%;top:50%;margin-left:-6px;margin-top:-6px}
.lishi_swiper_box .swiper-btn-box .btns.act:after{display:none}
.lishi_swiper_box .swiper-btn-box:before{content:'';width:100%;height:1px;background:#ccc;position:absolute;left:0;top:38px}
.lishi_swiper_box .lishi_swiper_container{position:relative}
.lishi_swiper_box .lishi_swiper_container .swiper-slide{opacity:.5}
.lishi_swiper_box .lishi_swiper_container .swiper-slide.swiper-slide-active{opacity:1}
.lishi_swiper_box .lishi_swiper_container .arrow-left,.lishi_swiper_box .lishi_swiper_container .arrow-right{color:#ccc;position:absolute;top:50%;font-size:33px;z-index:9999;margin-top:-16px}
.lishi_swiper_box .lishi_swiper_container .arrow-left{left:23%}
.lishi_swiper_box .lishi_swiper_container .arrow-right{right:23%}
.center_line{position:relative}
.center_line:after{content:'';width:1px;height:100%;position:absolute;background:#d9d9d9;left:50%;margin-left:-.5px;top:0}
.h_title{overflow:hidden;line-height:26px;padding:7px 0 13px 0;border-bottom:1px solid #f2f2f2}
.h_title .main_text{font-size:18px;color:#000}
.h_title .title_icon{width:24px;height:24px;margin-right:9px}
.h_title .se_more{float:right;color:#333;font-size:12px}
.h_title_2{text-align:center;padding:10px;background:url(../img/wc_theadbg2.jpg) no-repeat center}
.h_title_3{border-bottom:1px solid #f2f2f2;padding-bottom:10px}
.h_title_3 .main_txt{font-size:18px;color:#333;border-left:6px solid #105cb8;padding-left:9px;font-weight:700}
.bg_blue{background:#3884e1}
body{background:#f2f2f2}
.content{width:1249px;margin:35px auto}
.content .content_left{width:890px;min-height:1671px;background:#fff;float:left;padding-bottom:40px;margin-bottom:50px}
.content_left_title{position:relative;height:63px;width:100%;clear:both}
.content_left_title img{position:absolute;left:20px;bottom:1px}
.content_left_title div{width:818px;height:100%;border-bottom:1px solid #c1c1c1;float:right}
.content_left_title div span{display:inline-block;font-size:24px;margin-top:28px;font-family:"寰蒋闆呴粦"}
.content_left_title div span:first-child{color:#ff3f00}
.recommends{width:100%}
.basketballs ul,.comprehensive ul,.football_text ul,.recommends ul{width:100%}
.basketballs ul li,.comprehensive ul li,.football_text ul li,.recommends ul li{float:left;width:23%;height:46px;line-height:46px;text-align:center;border-bottom:1px solid #f2f2f2;position:relative}
.basketballs ul li div,.comprehensive ul li div,.football_text ul li div,.recommends ul li div{width:1px;height:46px;margin:auto;background:#e8e8e8}
.basketballs ul li img,.comprehensive ul li img,.football_text ul li img,.recommends ul li img{position:absolute;top:20px;left:30px}
.basketball,.comprehensive,.football{width:100%;min-height:419px;overflow:hidden}
.basketball_text,.comprehensive_text,.football_text{width:100%;height:385px;overflow:hidden}
.spread{background:#f2f2f2;width:836px;height:34px;float:right;margin-right:19px;text-align:center;line-height:34px;color:#ff3f00;font-family:"寰蒋闆呴粦";font-size:15.92px;cursor:pointer}
.spread img{margin-left:9px}
.content .content_right{width:340px;float:right}
.content_right .encyclopedias,.labels{height:284px;width:100%;background:#fff}
.content_right .encyclopedias .encyclopedias_title,.labels .labels_title{height:59px;width:100%;border-bottom:1px solid #ec2c46;position:relative}
.content_right .encyclopedias .encyclopedias_title img,.labels .labels_title img{position:absolute;left:28px;top:18px}
.content_right .encyclopedias .encyclopedias_title p,.labels .labels_title p{height:59px;font-size:17.99px;line-height:59px;margin-left:57px;font-family:"寰蒋闆呴粦";color:#eb1d39;font-weight:700}
.content_right .encyclopedias .encyclopedias_text,.labels .labels_text{width:295px;height:204px;margin:0 auto;margin-top:20px;line-height:24px}
.content_right .encyclopedias .encyclopedias_text a,.labels .labels_text a{color:#333;font-family:"寰蒋闆呴粦";font-size:14px}
.content_right .encyclopedias .encyclopedias_text span,.labels .labels_text span{margin:0 5px}
.nav{margin-top:35px;margin-left:337px;color:grey;font-family:"寰蒋闆呴粦";font-size:16px}
.nav a{color:grey;font-family:"寰蒋闆呴粦";font-size:16px}
.catalogbox{width:278px;position:fixed;top:0;z-index:999999999}
.catalog{width:100%;height:46px;background:#fe5022;line-height:46px;cursor:pointer}
.catalog span{font-family:"寰蒋闆呴粦";font-size:22px;color:#fff;margin-left:20px}
.catalog img{float:right;margin-top:19px;margin-right:20px}
.catalog_textbox{width:100%;background:#fff;border:1px solid #c1c1c1;border-top:0;display:none;padding-bottom:10px;padding-top:10px}
.catalog_textbox ul{width:100%}
.catalog_textbox ul li{height:28px;line-height:28px;float:left;position:relative}
.catalog_textbox ul li div{width:1px;background:#f2f2f2;height:100%;margin:auto}
.catalog_textbox ul li img{position:absolute;top:9px;left:15.3px}
.ed_centent{width:1555px;margin-left:337px;margin-top:20px;margin-bottom:50px}
.ed_centent .btw_centet{width:890px;background:#fff;float:left;margin-bottom:20px;position:relative}
.ed_centent .btw_catalog{margin-top:20px;margin-left:20px;width:278px;min-height:325px;border:1px solid #c1c1c1;float:left;position:relative;position:absolute;top:0;background:#fff}
.ed_centent .btw_catalog .btw_catalog_title{width:100%;height:44px;background:#f2f2f2;border-bottom:1px solid #c1c1c1}
.ed_centent .btw_catalog_title img{margin-top:-7px;margin-left:19px}
.ed_centent .btw_catalog .btw_catalog_title span{line-height:44px;margin-left:10px;font-size:22px;font-family:"寰蒋闆呴粦";color:grey}
#catalog_text_box{width:278px}
#catalog_text_box ul{width:100%;padding-top:8px;height:260px;overflow:hidden}
#catalog_text_box ul li{float:left;height:30px;line-height:30px;position:relative}
#catalog_text_box ul li div{width:1px;height:100%;background:#f2f2f2;margin:auto}
#catalog_text_box ul li img{position:absolute;left:15.3px;top:9px}
.a1{color:#ff3f00}
.ed_centent .btw_catalog .triangle{text-align:center;width:100%}
.ed_centent .btw_catalog .triangle img{margin-bottom:4px}
.ed_centent .definition{margin-right:20px;margin-top:20px;width:558px;min-height:325px;border:1px solid #c1c1c1;float:right}
.ed_centent .definition h1{font-size:22px;font-family:"寰蒋闆呴粦";margin-left:17px;margin-top:22px}
.ed_centent .definition h1 span{color:#fe5022}
.ed_centent .definition p{text-indent:2em;width:524px;display:inline-block;margin-left:16px;margin-top:20px;line-height:30px}
.article{width:100%;height:71px;clear:both}
.article img{margin-top:-3px;height:25px;margin-left:20px}
.article span{display:inline-block;height:71px;margin-left:10px;font-family:"寰蒋闆呴粦";font-size:22px;color:#fe5022;line-height:71px}
.article_img{width:850px;height:425px;margin:auto;background:#fe5022}
.img_title{width:100%;text-align:center;padding-top:20px;font-family:"寰蒋闆呴粦";font-size:16px;color:#333}
.btw_centet .article_text{display:inline-block;text-indent:2em;width:850px;margin-left:20px;font-family:"寰蒋闆呴粦";font-size:15.95px;line-height:25px;margin-top:29px;color:#333}
.btw_centet_foot{height:79px;width:820px;margin:auto}
.btw_centet_foot .btw_centet_foot_left{width:410px;height:50px;float:left;border-right:1px solid #f4f4f4}
.btw_centet_foot_left a,.btw_centet_foot_right a{font-size:15.95px;font-family:"寰蒋闆呴粦";color:#333}
.btw_centet_foot_left p,.btw_centet_foot_right p{margin-top:16px;font-size:15.95px}
.btw_centet_foot .btw_centet_foot_right{width:410px;height:50px;float:right;text-align:right}
.hot{width:340px;float:left;margin-left:19px}
.hot_encyclopedias{height:284px;width:100%;background:#fff}
.hot_encyclopedias_title{height:59px;width:100%;border-bottom:1px solid #ec2c46;position:relative}
.hot_encyclopedias_title img{position:absolute;left:28px;top:18px}
.hot_encyclopedias_title p{height:59px;font-size:17.99px;line-height:59px;margin-left:57px;font-family:"寰蒋闆呴粦";color:#eb1d39;font-weight:700}
.hot_encyclopedias_text{width:295px;height:204px;margin:0 auto;margin-top:20px;line-height:24px}
.hot_encyclopedias_text a{color:#333;font-family:"瀵邦喛钂嬮梿鍛寸拨";font-size:14px}
.hot_encyclopedias_text span{margin:0 5px}
.related{background:#fff;width:890px;min-height:165px;clear:both}
.related_title{width:850px;margin:auto;padding-top:20px}
.related_title span{font-family:"寰蒋闆呴粦";font-size:22px}
.related_title a{font-size:16px;float:right;color:grey;line-height:42px}
.related_text{width:850px;margin:auto;margin-top:20px}
.related_text a{font-family:"寰蒋闆呴粦";color:#333;font-size:15.95px}
.related_text span{margin:0 5px}
.fi{position:fixed;top:-230px;width:340px}
.transfer{width:100%;padding:0 20px}
.transfer table{width:100%}
.transfer table th{height:5px;background:grey;border:1px solid #f2f2f2}
.transfer table td{border:1px solid #f2f2f2;height:47px}
.transfer table .transfer_td{text-align:left;padding-left:20px}
.transfer table .transfer_td span{margin-left:10px}
.sl_box{margin:30px auto 0}
.sl_centent{background:#fff;float:left;width:calc(100% - 300px - 5px)}
.sl_classification div{width:100%;margin-bottom:30px;position:relative}
.sl_classification div:first-child a:hover{background:#ff3f00;color:#fff}
.sl_classification #a #spa a:hover,.sl_result_box ul li a:hover span{color:#ff3f00}
.sl_classification div a{display:inline-block}
.sl_classification div span{display:inline-block;padding:0 10px;height:32px;text-align:center;line-height:32px;color:grey;font-size:18px}
.sl_classification #a span:last-child{float:right;padding:0}
.sl_classification #a span:first-child{line-height:0;float:left;margin-top:15px}
.sl_classification div div{float:left;height:32px}
.sl_classification div div input{font-size:16px;color:grey;padding-left:20px;width:calc(100% - 18px - 20px)}
.sl_classification div div button{float:right;text-align:center;border:0;background:#fff;margin-top:2px;margin-right:10px}
.sl_classification div div button img{width:18px}
.sl_condition_box{background:#f2f2f2;width:100%;clear:both;padding:13px 5px 13px 0}
.sl_condition_box .sl_condition_title{font-size:18px;color:grey;padding-right:0;padding-left:5px}
.sl_condition_box .sl_condition{padding:0 10px}
.sl_condition_box .sl_condition a{padding:0 3px}
.sl_condition_box .sl_condition_resultNum{float:right;width:auto;border:0;font-size:14.2px}
.sl_condition_box .sl_condition_resultNum span{color:#ff3f00}
.sl_result_box{height:640px;overflow:hidden;margin-bottom:20px}
.sl_result_box li{float:left;width:23.9%;background:#f2f2f2;margin-left:1.45%}
.sl_result_box li div{margin-bottom:0;height:auto;overflow:hidden}
.sl_result_box li div img{width:100%}
.sl_select{clear:both;text-align:center;font-size:15.92px;padding:9px 0;background:#f2f2f2}
.sl_select a{color:#ff3f00}
.sl_result_box li span{font-size:14px;color:#333}
.zt_bg{background:#fff}
.zt_rfcon{width:300px;float:right}
.zt_baseTitleLine3{border-top:10px solid #f2f2f2;height:70px}
.zt_hotTopic{margin-top:10px;width:100%}
.zt_hotTopicList2{background:#fff}
.zt_hotTopicList2 li{float:left;width:49%;padding:10px 7.5px 10px 7.5px}
.scsg_box{background:#fff;position:relative}
.scsg_box li{height:136px;border-bottom:1px solid #f2f2f2;padding:20px}
.scsg_box li:last-child{padding:0;height:46px;line-height:46px;text-align:center}
.scsg_box li a p{font-size:14px;padding-bottom:15px}
.scsg_box li a div{position:relative}
.scsg_box li a div div.scsg_dw2{margin-top:10px}
.scsg_box li a div div.scsg_wk{position:absolute;top:15px;right:0;color:grey;font-size:14px}
.scsg_box li a div div img{margin-right:10px;height:24px}
.scsg_box li a div div span.scsg_bf{float:right}
#qdjs{width:100%}
.qdjs_xq{height:20px;width:46px;background:#3885e1;position:absolute;top:-20px;right:0;color:#fff;text-align:center;line-height:20px;font-size:14px}
.qdjs_qytxxm{margin-top:20px;padding:0 0 0 20px}
.qdjs_qytxxm .qyjs_tx{float:left;margin-right:20px}
.qdjs_qytxxm .qyjs_tx div{height:80px;width:80px;overflow:hidden}
.qdjs_qytxxm .qyjs_tx .qyjs_txbox{border-radius:50%}
.qdjs_qytxxm .qyjs_tx div img{height:100%}
.qdjs_qytxxm .qyjs_name{width:180px;float:left;padding-top:16px;line-height:24px}
.scsg_box a p{font-size:14px}
.qdjs_qytxxm .qyjs_name .qyjsChineseName{font-weight:700;font-size:16px}
.qdjs_qdzl{padding:20px 20px 10px;clear:both;line-height:35px;border-bottom:1px solid #f2f2f2}
.qdjs_qdzl .qdjs_qdzlSpan{float:right;width:120px}
.qdjs_ckgd{text-align:center;height:46px;line-height:46px;font-size:14px}
.qdjs_ckgd a:hover,.scsg_box li:last-child a:hover{color:#ff3f00!important}
.ac_share{margin-top:-10px;color:grey;font-size:15px}
.ac_share span{display:block;float:left;margin-top:2px}
.ac_share a{margin-left:10px}
.ac_share a img{height:24px}
.art_div{margin:20px 0 10px;display:inline-block;color:#333}
.art_span{float:right}
.art_span img{height:25px;margin-top:-9px;margin-right:6px}
.lae{font-size:14px;margin-bottom:20px}
.lae a{border:1px solid #c9c9c9;border-radius:4px;display:inline-block;color:grey;padding:0 10px}
.vote{padding:20px 28px;margin:20px 10px 0;border:1px dashed #67d6f2;background:#f5fdff}
.vote p{font-size:18px}
.vote div{margin-top:20px}
.vote div:last-child span{display:inline-block;margin-left:10px;height:auto;margin-top:0;color:#ff3f00}
.vote span{font-size:16px;display:block;height:20px;margin-top:10px}
.vote label{width:16px;height:16px;position:relative;border:.01rem solid #cdcdcd;background:#f2f2f2;float:left;margin-top:4px;margin-right:10px}
.vote span input{-webkit-appearance:radio;opacity:0}
.vote .vote_selected{color:#ff3f00}
.vote .vote_selected label:after{content:'';width:6px;height:11px;transform:rotate(40deg);border:2px solid #fff;border-top:0;border-left:none;position:absolute;left:5px;top:.5px}
.vote .vote_selected label{background:#ff3f00;border-color:#ff3f00}
.vote span input:checked+label{background:#ff3f00;border-color:#ff3f00}
.vote span input:checked+label:after{content:'';width:6px;height:11px;transform:rotate(40deg);border:2px solid #fff;border-top:0;border-left:none;position:absolute;left:5px;top:.5px}
.vote p input{font-size:16px;color:#fff;background:#ff3f00;border-radius:4px;width:120px;height:30px;line-height:30px;text-align:center;float:right;margin-top:10px}
.vote div.vote_result{margin:5px 0 0}
.vote div.vote_result i{font-size:16px;margin-left:10px}
.vote div.vote_result .vote_JDT{width:526px;height:8px;border:1px solid #cdcdcd;margin-top:5px;float:left}
.vote div.vote_result .vote_JDT div{background:#5ea7e3;height:100%;margin:0}
.vote div.vote_result span{margin:0}
.media_af{display:-moz-box;display:-webkit-box;display:box}
.media_af .media_actil{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;text-align:center;border-right:1px solid #e6e6e6}
.media_af .media_af_span1 a{color:grey}
.media_af .media_af_span1 img{height:16px;margin-top:-4px;margin-right:5px}
.media_af .media_af_span2{display:block;margin-top:10px}
.media_af .media_fans{-moz-box-flex:1;-webkit-box-flex:1;box-flex:1;text-align:center}
.bbs-relation ul li{width:125px;float:left;margin-top:10px;background:#f2f2f2}
.bbs-relation ul li a img{width:100%}
.bbs-relation ul li a span{height:34px;line-height:34px;padding-left:10px;font-size:14px;width:100%;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}
.WZ_FDimg ul li a div{overflow:hidden;height:78.56px;width:100%;position:relative}
.WZ_FDimg a img:first-child{transition:all 1s}
.WZ_FDimg a:hover img:first-child{transform:scale(1.1)}
.wz_img{width:38px!important;position:absolute;top:20px;left:44px}
.labels_text a:hover{color:#33c!important}
.media_ab{background:#ff3f00;float:right;color:#fff;font-size:12px;border-radius:3px;padding:0 5px;display:inline-block;margin-top:10px}
.media_af{display:-moz-box;display:-webkit-box;display:box}
.media_af .media_actil1{width:50%;float:left;text-align:center;border-right:1px solid #e6e6e6}
.media_af .media_fans1{float:right;width:50%;text-align:center}
.imgclass img{height:24px;float:left;margin-top:.2rem}
.white-font2 span a{display:block;width:120px;line-height:42px;background:#a1a194;border-radius:20px;margin-top:-15px;color:#ff3f00;font-size:16px}
.white-font2 span a i{display:inline-block;width:24px;height:24px;background:url(../images/u5.png) 0 0/100% no-repeat;vertical-align:-5px;margin-right:10px}
.matchzb{overflow:hidden;padding-top:2px}
.matchzb .matchvideoBox{background:url(../images/u7.jpg) 0 0/100% no-repeat;height:444px;float:left;width:778px}
.matchzb .matchvideoBox .matchtsBox{text-align:center;color:#888;overflow:hidden;background:rgba(0,0,0,.5);width:486px;height:280px;margin:calc((444px - 280px)/ 2) auto;padding:60px 120px}
.matchzb .matchvideoBox .matchtsBox p{overflow:hidden;margin-top:20px}
.matchzb .matchvideoBox .matchtsBox p a{color:#ff4949;float:right}
.matchzb .matchvideoBox .matchvideoxl{height:63px;padding:20px}
.matchzb .matchvideoBox .matchvideoxl a{width:70px;height:34px;border-radius:2px;color:#888;padding:2px 10px;margin-right:10px;background:#333}
.matchzb .matchvideoBox .matchvideoxl a.adq{background:#3884e1;color:#fff}
.matchzb .matchvideoBox .matchvideo{height:calc(100% - 63px)}
.matchzb .matchfontBox{height:444px;width:462px;float:right;background:#fff}
.matchzb .matchfontBox .matchfonthead{line-height:35px;background:url(../images/u3.png) 0 0/100% no-repeat;color:#fff;font-size:14px;padding-left:20px}
.matchzb .matchfontBox .matchfonttext{overflow-y:auto;padding-left:20px;height:100%}
.matchzb .matchfontBox .matchfonttext p{margin-top:20px}
.matchzb .matchfontBox .matchfonttext p span.matchfontspan0{margin-right:10px;width:22px;display:inline-block;vertical-align:top}
.matchzb .matchfontBox .matchfonttext p span.matchfontspan1{display:inline-block;width:calc(100% - 22px - 10px)}
.lqxcdataqy{text-align:left;padding-left:20px}
.lqxcdataqy i{margin-right:10px;display:inline-block;width:20px;height:24px;background:url(../images/u6.png) 0 0/100% no-repeat;vertical-align:middle}


.n_zb_banner{background:#2f343f url(../img/img_qc.png) no-repeat center 220px;background-size:810px auto;height:566px}
.n_banne_top{background:rgba(0,0,0,.5)}
.n_banner_content{top:137px;height:159px;background-color:rgba(0,0,0,.5);width:647px;margin:auto;border-radius:18px}
.n_banner_content .item{width:33.33333%;float:left}
.n_banner_content .time_box{overflow:hidden}
.n_banner_content .time_item{width:25%;padding-right:8%;float:left;box-sizing:border-box}
.n_banner_content .time_item .car{background:#000;border-radius:6px;line-height:53px;height:53px;white-space:nowrap;color:#eab002;font-weight:700}
.n_banner_b .item{width:33.3333%;float:left;min-height:10px}
.n_banner_b .item .sub_item{display:inline-block;width:43px;text-align:center}
.n_banner_b .item .car{min-width:60px;display:inline-block;line-height:50px;height:50px;font-size:27px;font-weight:700;background:#000;text-align:center;border-radius:8px}
.scroll_navMenu li{float:none!important;display:inline-block}
.n_tjsh_list .topTitle{background:#000;height:35px;line-height:30px;padding:0 10px;color:#fff}
.n_tjsh_list .item{border:3px solid transparent;border-top-color:#ff3f00}
.n_tjsh_list .item.act{border:3px solid #ff3f00}
.n_tjsh_list .n_mb_b{background:url(../img/icon_cb.png) no-repeat right center;background-size:auto 85%;color:#fff;right:-3px;bottom:-3px;line-height:38px;top:-3px;position:absolute;min-width:64px;text-align:right;padding-right:13px;box-sizing:border-box}


.n_qb_list {position: relative;overflow:hidden;}
.n_qb_list .item_title{background:#fff;padding:18px 0;text-align: center;font-size:16px;line-height:100%;position: relative;z-index:1;clear: both;}
.n_qb_list .item_title .d_s_m{width:16px;height:16px;border-radius:4px;background:red;display: inline-block;vertical-align: middle;margin-right:8px}
.n_qb_list .item_title .txt{display: inline-block;vertical-align: middle;}
.n_qb_list .item{line-height:32px;color:#fff;padding:14px 10px;width:364px;display: inline-block;border-radius:12px;position: relative;}
.n_qb_list .item:before{content:'';width:15px;height:15px;position: absolute;background:inherit;top:50%;transform: translateY(-50%) rotate(45deg);}
.n_qb_list .item.left{float:left}
.n_qb_list .item.left:before{right:-7px;}
.n_qb_list .item.right:before{left:-7px;}
.n_qb_list .item.right{float:right}
.n_qb_list:before{content:'';position: absolute;left:50%;top:30px;width:1px ;height:95%;background:#efefef;}
.n_qb_list .item_title.red .txt{color:#F75455;}
.n_qb_list .item_title.red .d_s_m{background:#F75455}
.n_qb_list .item.red{background:#F75455}
.n_qb_list .item_title.gray .txt{color:#979797;}
.n_qb_list .item_title.gray .d_s_m{background:#979797}
.n_qb_list .item.gray{background:#979797}
.n_qb_list .item_title.blue .txt{color:#557FF7;}
.n_qb_list .item_title.blue .d_s_m{background:#557FF7}
.n_qb_list .item.blue{background:#557FF7}

/* 比分预测 */
.bfyc_list{background:#f2f2f2;padding:20px 18px}
.bfyc_list .item{background:#fff;padding:20px 10px;width:598px;float:left;margin-bottom:20px}
.bfyc_list .item:nth-child(even){float:right}
.bfyc_list .item .user_logo_box{width:66px;height:66px;border-radius:50%;overflow:hidden;display:inline-block}
.bfyc_list .item .user_logo_box .user_logo{width:66px;height:66px}
.bfyc_list .item .box_c{width:300px}
.bfyc_list .item .user_name{max-width:180px;display:inline-block;vertical-align:middle}
.bfyc_list .item .user_tag{height:20px;vertical-align:middle}
.bfyc_list .item .tag{font-size:16px;line-height:100%;font-family:PingFang SC;font-weight:700;width:90px;height:30px;border-radius:0 15px 15px 18px;padding:7px 10px;margin-right:10px}
.bfyc_list .item .tag.blue{color:#37a2fc;background:#eaf4fd}
.bfyc_list .item .tag.red{color:#f44c3a;background:#fee5e8}
.bfyc_list .item .bfb_bl{width:100px;height:62px;background:linear-gradient(90deg,#ff6858 0,#ec1600 100%);border-radius:10px;color:#ec1600;overflow:hidden}
.bfyc_list .item .bfb_bl .eda_bfb{border-radius:10px 10px 0 0;height:35px;line-height:35px}
.bfyc_list .item .jz_item{background:#f2f5f9;color:#979797}
.bfyc_list .item .icon_jb{width:22px;height:22px}
.score_article_box {
 background: white;
 margin-top: 30px;
}
.score_article_box .score_article_title {
 padding: 25px 0 25px 30px;
 font-size: 18px;
 color: #000;
}

.score_article_box .score_article_content {
 overflow: hidden;
}
.score_article_box .score_article_content .score_article_column {
 padding-left: 30px;
 width: 50%;
 float: left;
}

.score_article_box .score_article_content .score_article_column ul {
 width: 50%;
 padding-right: 30px;
 float: left;
}
.score_article_box .score_article_content .score_article_column ul li {
 padding-bottom: 16px;
 font-size: 14px;
}
.score_article_box .score_article_content .score_article_column ul li a {
 color: #808080;
 display: inline-block;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 width: 100%;
}
.score_article_box .score_article_content .score_article_column ul li a:hover {
 color: #FF5016;
}
