ul { list-style-type: none;margin:0;padding:0;}
a { text-decoration: none;}


#loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20%;
	color:#fff;
    z-index: 1;
}
.spinner {
	margin:0 auto;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #337ab7; /* 蓝色 */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.modal_bak {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定定位 */
  z-index: 300; /* 位于顶层 */
  left: 0;
  top: 0;
  width: 100%; /* 全屏宽度 */
  height: 100%; /* 全屏高度 */
  overflow: auto; /* 超出内容可滚动 */
  background-color: rgba(0,0,0,0.5); /* 半透明背景 */
}

#right_user_con,#right_set_con {
    width: 320px;
	position: fixed; /* 固定定位 */
	z-index: 301; /* 位于顶层 */
	right: -320px;
	top: 0;
	height: 100%; /* 全屏高度 */
    background-color: #353535;
  }
.rcon_close{color:#fff;position: absolute;top:25px;right:25px;cursor:pointer;}
#user_logo{width:40px;height:40px;background: linear-gradient(to right, #ffccff, yellow);color:#000;margin-top:15px;margin-left:15px;border-radius: 50%;line-height:40px;text-align:center;float:left;}
.user_name{height:65px;line-height:65px;margin-left:70px;}
#rcon_title{color:#fff;position: absolute;top:0px;left:0;width:320px;height:65px;border-bottom:2px solid #515151;}
.cg_nm{position: absolute;top:80px;left:0;width:100%;font-size:12px;}
#left_mb{position: absolute;top:440px;left:10px;display:none;}

/*滑动块 */
.ui-slider {
    background: #0070f5; /* 轨道颜色 */
	border:1px solid #0070f5;
    height: 2px; /* 轨道高度 */
    border-radius: 2px; /* 轨道圆角 */
	border-color: red;
}
.ui-slider-handle {
	color: #0070f5;
    background-color: #0070f5; /* 手柄背景颜色 */
    width: 16px; /* 手柄宽度 */
    height: 16px; /* 手柄高度 */
    cursor: pointer; /* 鼠标悬停时的光标样式 */
	border-radius: 50%; /* 轨道圆角 */
	position: absolute; /* 绝对定位 */
    top: 50%; /* 中心对齐 */
    transform: translateY(-26%); /* 垂直居中 */
	border-color: #ef2929;
}
.ui-slider-range {
    background: #0070f5; /* 已选范围颜色 */
}
/* 覆盖 jQuery UI 的默认样式 */
.ui-slider .ui-slider-handle {
    background-color: #0070f5; /* 红色手柄 */
	border-color: #0070f5;
}
/*单击发光*/
.ui-slider .ui-slider-handle:active {
	border:1px solid #0070f5;
    box-shadow:  0px 0px 10px 0px #0070f5, 0px 0px 6px 0px #5198ed inset, 0px 0px 2px 1px #FFFFFF42;
}

.ui-tooltip {
height: 12px;background:#454545;color:#fff;font-size:11px;
}



@keyframes scrollText {
   0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.text-container:hover {
  animation-play-state: paused; /* 暂停动画 */
}
 
.text-container {
  display: inline-block;
  padding-left: 100%;
  animation: scrollText 15s linear infinite;
  animation-fill-mode: forwards;
}


.bos-page{color:#fff;padding:5px;padding-left:8px;padding-right:8px;border:1px solid #fff;margin-left:5px;}
.active{padding-left:8px;padding-right:8px;color:red;border:1px solid #fff;margin-left:5px;}

#tb_top{background: linear-gradient(90deg, #0861ca, #90419f);width:100%;height:50px;text-align:center;color:#fff;margin-top:-30px;display:none;}

#sms_icon{background:#0071f4;position:fixed;bottom:10px;right:10px;font-size:20px;width:50px;height:50px;line-height:50px;text-align:center;border-radius:50%;z-index:12;display:none;}

.shouji{clear:both;display:none;}


/* MYPAGE LV LIST */
.mypage_lvlist {
    margin: 20px;
}

.mypage_lvlist .lvlist_box {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.mypage_lvlist .lvlist_box .lvlist_item {
    width: 56px;
    height: auto;
    position: relative;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank .lv_icon {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0 auto;
    margin-bottom: 5px;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank .lv_icon > img {
    width: 100%;
    height: 100%;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_rank > p {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #fff;
}

.mypage_lvlist .lvlist_box .lvlist_item .lv_point {
    display: inline-block;
    position: absolute;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #232831;
    border: 1px solid #4b505a;
    top: -34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0.8125rem;
    font-weight: 600;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    display: none;
}

.mypage_lvlist .lvlist_box .lvlist_item:hover .lv_point {
    display: block;
}

/* 电脑和大屏幕设备 */
@media screen and (min-width: 1200px) {
	body{background:#121212;padding:0px;margin:0px;color:#fff;}
	.haed_con{background:#242424; height:65px;width:100%;position: fixed; top: 0; left: 0;z-index:200; }
	.sub_con{position:relative;max-width:1500px;margin:0 auto;height:65px;}
	.logo_top{color:#fff;font-size:24px;float:left;margin-left:10px;line-height:65px;}
	.nav_top{width:auto;height:65px;line-height:65px;color:#fff;margin-left:150px;}
	.nav_top  li{float:left;margin-left:50px;}	
	.nav_top li a{color:#898989;padding:5px;border-radius: 4px;}
	.nav_top li .active{color:#fff;}
	.nav_top  li a:hover{background:#3d3d3d;}
	.user_top{height:65px;line-height:65px;color:#fff;position: absolute; top: 0; right: -40px;margin-right:10px;}
	.user_top  li{float:right;margin-right:50px;color:#fff;height:65px;line-height:65px;cursor:pointer;}	

	.foot_con{height:200px;width:100%;background:#1e1e1e;}
	.foot_sub{max-width:1500px;margin:0 auto;}
	.foot_title{color:#7c7b7b;padding-top:48px;font-size:18px;}
	.foot_txt{color:#7c7b7b;padding-top:15px;font-size:12px;}
	.foot_wen{color:#7c7b7b;padding-top:15px;font-size:12px;}
	.foot_wen a{color:#7c7b7b;padding-top:15px;font-size:12px;}

	.tab_ct_top{width:calc(100% - 32px);height:50px;line-height:40px;padding:5px;border:1px solid #393939;border-radius:6px;text-align:left;background:#1e1e1e;margin:0 auto;margin-top:15px;}
	.tab_ct_top .tab_ct_top_item{color:#a1a1a1;float:left;padding:0 10px 0 10px;color:#f4f4f4;border-bottom:2px solid #1e1e1e;}
	.tab_ct_top .tab_ct_top_item a{color:#f4f4f4;}
	.tab_ct_top .active{color:#0070f5;border-bottom:2px solid #0070f5;}
	
	.con_view{max-width:1500px;min-width:450px;margin:0 auto;padding-top:90px;}
	.con_view .widget_con{max-width:825px;min-width:450px;overflow: hidden;position:relative;margin-left:10px;}
	.con_view .widget1{background:#1e1e1e;border:1px solid #393939;overflow:hidden;border-radius: 10px;margin-left:7px;float:left;position:relative;height:75px;}
	.con_view .widget1 .mark{position: absolute; top: 0; left: 0;z-index:100;height:75px;background-color: rgba(0,0,0,0.001);cursor:pointer;}
	.con_view .widget1 .mark:hover{background-color: rgba(250,250,250,0.1);}
	.con_view .btn_yuan_bakR{width:60px;height:80px;background:linear-gradient(to right, rgba(255,255,255,0), #121212););text-align:left;position: absolute;top:0;right:0;z-index:101;}
	.con_view .btn_yuan_bakL{width:60px;height:80px;background:linear-gradient(to right, #121212, rgba(255,255,255,0)););text-align:right;position: absolute;top:0;left:0;z-index:101;}
	.con_view .btn_yuan1{width:40px;height:40px;border-radius: 50%;background:#424242;color:#fff;text-align:center;line-height:40px;position: absolute; top: 16px;z-index:101;cursor:pointer;}
	.con_view .btn_yuan1:hover{background:#616161;}
	.con_view .div_frame_con{width:100%;padding-top:10px;text-align:center;display:none;}
	.con_view .frame_widget{user-select: none; box-sizing: border-box; display: block; height: 250px; width: 800px;margin:0 auto;margin-top:5px;}
	.con_view .frame_widget_close{width:200px;height:30px;line-height:30px;background:#006eef;color:#fff;position:relative;margin-top:10px;margin:0 auto;border-radius:15px;font-size:12px;cursor:pointer;}
	.con_view .frame_widget_close:hover{background:#1e7ff1;}
	.con_view .frame_widget_close .icon1{font-size:20px;position: absolute;top:5px;right:6px;}


	.con_left{width:325px;float:left;margin-right:5px;height:auto;}
	.con_left .block1{width:calc(100% - 32px);font-size:12px;height:18px;line-height:18px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;}
	.con_left .block1 .title{color:#ababab;}
	.con_left .block1 .val1{color:#ed5451;float:right;}
	.con_center{float:left;width:calc(100% - 660px);}
	.con_left .block2{width:calc(100% - 32px);font-size:12px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;color:#ababab;}
	.con_left .block2 .block2_h{width:100%;height:18px;line-height:18px;}
	.con_left .block2 .block2_s{width:100%;height:50px;display:none;}
	.con_left .block2 .block2_lst{width:100%;margin-top:15px;font-size:12px;text-align:center;border-radius: 3px;color:#fff;}
	.con_left .block2 .block2_lst td{height:25px;line-height:25px;}
	.con_left .block2 .block2_lst td:nth-child(1){width:30px;text-align:center;}
	.con_left .block2 .block2_lst td:nth-child(2){width:20px;text-align:left;vertical-align: middle;}
	.con_left .block2 .block2_lst td:nth-child(3){width:65px;text-align:left;}
	.con_left .block2 .block2_lst td:nth-child(4){width:55px;text-align:right;}
	.con_left .block2 .block2_lst td:nth-child(5){text-align:right;}
	.con_left .block2 .block2_lst td:nth-child(6){width:50px;text-align:center;}
	.con_left .play2_act{color:#0070f3;}

	.con_right{width:325px;margin-left:5px;float:right;}
	.con_right .block1{width:calc(100% - 32px);font-size:12px;height:18px;line-height:18px;background:#2c2c2c;margin-bottom:10px;border:1px solid #2c2c2c;border-radius: 6px;padding:15px;}
	.con_right .block3{width:calc(100% - 32px);font-size:12px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;color:#ababab;margin-top:5px;}
	.con_right .block3 .block3_h{width:100%;height:18px;line-height:18px;}
	.con_right .block3 .block3_s{width:100%;height:50px;display:none;}
	.con_right .block3 .block3_lst{width:100%;margin-top:15px;font-size:12px;text-align:center;border-radius: 3px;color:#fff;}
	.con_right .block3 .block3_lst td{height:25px;line-height:25px;}
	.con_right .block3 .block3_lst td:nth-child(1){width:25px;text-align:center;}
	.con_right .block3 .block3_lst td:nth-child(2){width:20px;text-align:left;vertical-align: middle;}
	.con_right .block3 .block3_lst td:nth-child(3){width:70px;text-align:left;}
	.con_right .block3 .block3_lst td:nth-child(4){width:60px;text-align:right;}
	.con_right .block3 .block3_lst td:nth-child(5){text-align:right;}
	.con_right .block3 .block3_lst td:nth-child(6){width:45px;text-align:center;}
	.con_right .play3_act{color:#0070f3;}

	.tr_lst{height:50px;cursor:pointer;}
	.tr_lst:hover{background:#2d2d2d;}
	.tr_active{background:#2d2d2d;}

	.frame1{width:calc(100% - 20px);margin:0 auto;margin-top:8px;}

	.scrolling-text {display:none;}


}
 
/* 平板设备 */
@media screen and (min-width: 880px) and (max-width: 1200px) {
  	body{background:#121212;padding:0px;margin:0px;color:#fff;}
	.haed_con{background:#242424; height:65px;width:100%;position: fixed; top: 0; left: 0;z-index:200; }
	.sub_con{position:relative;max-width:1500px;margin:0 auto;height:65px;}
	.logo_top{color:#fff;font-size:24px;float:left;margin-left:10px;line-height:65px;}
	.nav_top{width:auto;height:65px;line-height:65px;color:#fff;margin-left:150px;}
	.nav_top  li{float:left;margin-left:50px;}	
	.nav_top li a{color:#898989;padding:5px;border-radius: 4px;}
	.nav_top li .active{color:#fff;}
	.nav_top  li a:hover{background:#3d3d3d;}
	.user_top{height:65px;line-height:65px;color:#fff;position: absolute; top: 0; right: -40px;margin-right:10px;}
	.user_top  li{float:right;margin-right:50px;color:#fff;height:65px;line-height:65px;cursor:pointer;}	

	.foot_con{height:200px;width:100%;background:#1e1e1e;}
	.foot_sub{max-width:1500px;margin:0 auto;}
	.foot_title{color:#7c7b7b;padding-top:48px;font-size:18px;}
	.foot_txt{color:#7c7b7b;padding-top:15px;font-size:12px;}
	.foot_wen{color:#7c7b7b;padding-top:15px;font-size:12px;}
	.foot_wen a{color:#7c7b7b;padding-top:15px;font-size:12px;}

	.tab_ct_top{width:calc(100% - 32px);height:50px;line-height:40px;padding:5px;border:1px solid #393939;border-radius:6px;text-align:left;background:#1e1e1e;margin:0 auto;margin-top:15px;}
	.tab_ct_top .tab_ct_top_item{color:#a1a1a1;float:left;padding:0 10px 0 10px;color:#f4f4f4;border-bottom:2px solid #1e1e1e;}
	.tab_ct_top .tab_ct_top_item a{color:#f4f4f4;}
	.tab_ct_top .active{color:#0070f5;border-bottom:2px solid #0070f5;}
	
	.con_view{max-width:1500px;min-width:450px;margin:0 auto;padding-top:90px;}
	.con_view .widget_con{max-width:825px;min-width:450px;overflow: hidden;position:relative;margin-left:10px;}
	.con_view .widget1{background:#1e1e1e;border:1px solid #393939;overflow:hidden;border-radius: 10px;margin-left:7px;float:left;position:relative;height:75px;}
	.con_view .widget1 .mark{position: absolute; top: 0; left: 0;z-index:100;height:75px;background-color: rgba(0,0,0,0.001);cursor:pointer;}
	.con_view .widget1 .mark:hover{background-color: rgba(250,250,250,0.1);}
	.con_view .btn_yuan_bakR{width:60px;height:80px;background:linear-gradient(to right, rgba(255,255,255,0), #121212););text-align:left;position: absolute;top:0;right:0;z-index:101;}
	.con_view .btn_yuan_bakL{width:60px;height:80px;background:linear-gradient(to right, #121212, rgba(255,255,255,0)););text-align:right;position: absolute;top:0;left:0;z-index:101;}
	.con_view .btn_yuan1{width:40px;height:40px;border-radius: 50%;background:#424242;color:#fff;text-align:center;line-height:40px;position: absolute; top: 16px;z-index:101;cursor:pointer;}
	.con_view .btn_yuan1:hover{background:#616161;}
	.con_view .div_frame_con{width:100%;padding-top:10px;text-align:center;display:none;}
	.con_view .frame_widget{user-select: none; box-sizing: border-box; display: block; height: 250px; width: 800px;margin:0 auto;margin-top:5px;}
	.con_view .frame_widget_close{width:200px;height:30px;line-height:30px;background:#006eef;color:#fff;position:relative;margin-top:10px;margin:0 auto;border-radius:15px;font-size:12px;cursor:pointer;}
	.con_view .frame_widget_close:hover{background:#1e7ff1;}
	.con_view .frame_widget_close .icon1{font-size:20px;position: absolute;top:5px;right:6px;}


	.con_left{width:325px;float:left;margin-right:5px;height:auto;display:none;}
	.con_left .block1{width:calc(100% - 32px);font-size:12px;height:18px;line-height:18px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;}
	.con_left .block1 .title{color:#ababab;}
	.con_left .block1 .val1{color:#ed5451;float:right;}
	.con_center{float:left;width:calc(100% - 330px);}
	.con_left .block2{width:calc(100% - 32px);font-size:12px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;color:#ababab;}
	.con_left .block2 .block2_h{width:100%;height:18px;line-height:18px;}
	.con_left .block2 .block2_s{width:100%;height:50px;display:none;}
	.con_left .block2 .block2_lst{width:100%;margin-top:15px;font-size:12px;text-align:center;border-radius: 3px;color:#fff;}
	.con_left .block2 .block2_lst td{height:25px;line-height:25px;}
	.con_left .block2 .block2_lst td:nth-child(1){width:30px;text-align:center;}
	.con_left .block2 .block2_lst td:nth-child(2){width:20px;text-align:left;vertical-align: middle;}
	.con_left .block2 .block2_lst td:nth-child(3){width:65px;text-align:left;}
	.con_left .block2 .block2_lst td:nth-child(4){width:55px;text-align:right;}
	.con_left .block2 .block2_lst td:nth-child(5){text-align:right;}
	.con_left .block2 .block2_lst td:nth-child(6){width:50px;text-align:center;}
	.con_left .play2_act{color:#0070f3;}

	.con_right{width:325px;margin-left:5px;float:right;}
	.con_right .block1{width:calc(100% - 32px);font-size:12px;height:18px;line-height:18px;background:#2c2c2c;margin-bottom:10px;border:1px solid #2c2c2c;border-radius: 6px;padding:15px;}
	.con_right .block3{width:calc(100% - 32px);font-size:12px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;color:#ababab;margin-top:5px;}
	.con_right .block3 .block3_h{width:100%;height:18px;line-height:18px;}
	.con_right .block3 .block3_s{width:100%;height:50px;display:none;}
	.con_right .block3 .block3_lst{width:100%;margin-top:15px;font-size:12px;text-align:center;border-radius: 3px;color:#fff;}
	.con_right .block3 .block3_lst td{height:25px;line-height:25px;}
	.con_right .block3 .block3_lst td:nth-child(1){width:25px;text-align:center;}
	.con_right .block3 .block3_lst td:nth-child(2){width:20px;text-align:left;vertical-align: middle;}
	.con_right .block3 .block3_lst td:nth-child(3){width:70px;text-align:left;}
	.con_right .block3 .block3_lst td:nth-child(4){width:60px;text-align:right;}
	.con_right .block3 .block3_lst td:nth-child(5){text-align:right;}
	.con_right .block3 .block3_lst td:nth-child(6){width:45px;text-align:center;}
	.con_right .play3_act{color:#0070f3;}

	.tr_lst{height:50px;cursor:pointer;}
	.tr_lst:hover{background:#2d2d2d;}
	.tr_active{background:#2d2d2d;}

	.frame1{width:calc(100% - 20px);margin:0 auto;margin-top:8px;}


	.scrolling-text {max-width:825px;min-width:450px;overflow: hidden; white-space: nowrap;}
	

}
 
/* 手机设备 */
@media screen and (max-width: 880px) {
    	body{background:#121212;padding:0px;margin:0px;color:#fff;}
	.haed_con{background:#242424; height:65px;width:100%;position: fixed; top: 0; left: 0;z-index:200; }
	.sub_con{position:relative;max-width:1500px;margin:0 auto;height:65px;}
	.logo_top{color:#fff;font-size:24px;float:left;margin-left:10px;line-height:65px;}
	.nav_top{width:auto;height:65px;line-height:65px;color:#fff;margin-left:150px;display:none;}
	.nav_top  li{float:left;margin-left:50px;}	
	.nav_top li a{color:#898989;padding:5px;border-radius: 4px;}
	.nav_top li .active{color:#fff;}
	.nav_top  li a:hover{background:#3d3d3d;}
	.user_top{height:65px;line-height:65px;color:#fff;position: absolute; top: 0; right: -40px;margin-right:10px;}
	.user_top  li{float:right;margin-right:50px;color:#fff;height:65px;line-height:65px;cursor:pointer;}	

	.foot_con{height:200px;width:100%;background:#1e1e1e;}
	.foot_sub{max-width:1500px;margin:0 auto;}
	.foot_title{color:#7c7b7b;padding-top:48px;font-size:18px;}
	.foot_txt{color:#7c7b7b;padding-top:15px;font-size:12px;}
	.foot_wen{color:#7c7b7b;padding-top:15px;font-size:12px;}
	.foot_wen a{color:#7c7b7b;padding-top:15px;font-size:12px;}

	.tab_ct_top{width:calc(100% - 32px);height:50px;line-height:40px;padding:5px;border:1px solid #393939;border-radius:6px;text-align:left;background:#1e1e1e;margin:0 auto;margin-top:15px;}
	.tab_ct_top .tab_ct_top_item{color:#a1a1a1;float:left;padding:0 10px 0 10px;color:#f4f4f4;border-bottom:2px solid #1e1e1e;}
	.tab_ct_top .tab_ct_top_item a{color:#f4f4f4;}
	.tab_ct_top .active{color:#0070f5;border-bottom:2px solid #0070f5;}
	
	.con_view{width:100%;margin:0 auto;padding-top:90px;}
	.con_view .widget_con{width:100%;overflow: hidden;position:relative;}
	.con_view .widget1{background:#1e1e1e;border:1px solid #393939;overflow:hidden;border-radius: 10px;margin-left:7px;float:left;position:relative;height:75px;}
	.con_view .widget1 .mark{position: absolute; top: 0; left: 0;z-index:100;height:75px;background-color: rgba(0,0,0,0.001);cursor:pointer;}
	.con_view .widget1 .mark:hover{background-color: rgba(250,250,250,0.1);}
	.con_view .btn_yuan_bakR{width:60px;height:80px;background:linear-gradient(to right, rgba(255,255,255,0), #121212););text-align:left;position: absolute;top:0;right:0;z-index:101;}
	.con_view .btn_yuan_bakL{width:60px;height:80px;background:linear-gradient(to right, #121212, rgba(255,255,255,0)););text-align:right;position: absolute;top:0;left:0;z-index:101;}
	.con_view .btn_yuan1{width:40px;height:40px;border-radius: 50%;background:#424242;color:#fff;text-align:center;line-height:40px;position: absolute; top: 16px;z-index:101;cursor:pointer;}
	.con_view .btn_yuan1:hover{background:#616161;}
	.con_view .div_frame_con{width:100%;padding-top:10px;text-align:center;display:none;}
	.con_view .frame_widget{user-select: none; box-sizing: border-box; display: block; height: 250px; width:100%;margin:0 auto;margin-top:5px;}
	.con_view .frame_widget_close{width:200px;height:30px;line-height:30px;background:#006eef;color:#fff;position:relative;margin-top:10px;margin:0 auto;border-radius:15px;font-size:12px;cursor:pointer;}
	.con_view .frame_widget_close:hover{background:#1e7ff1;}
	.con_view .frame_widget_close .icon1{font-size:20px;position: absolute;top:5px;right:6px;}


	.con_left{width:325px;float:left;margin-right:5px;height:auto;display:none;}
	.con_left .block1{width:calc(100% - 32px);font-size:12px;height:18px;line-height:18px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;}
	.con_left .block1 .title{color:#ababab;}
	.con_left .block1 .val1{color:#ed5451;float:right;}
	.con_center{float:left;width:100%;}
	.con_left .block2{width:calc(100% - 32px);font-size:12px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;color:#ababab;}
	.con_left .block2 .block2_h{width:100%;height:18px;line-height:18px;}
	.con_left .block2 .block2_s{width:100%;height:50px;display:none;}
	.con_left .block2 .block2_lst{width:100%;margin-top:15px;font-size:12px;text-align:center;border-radius: 3px;color:#fff;}
	.con_left .block2 .block2_lst td{height:25px;line-height:25px;}
	.con_left .block2 .block2_lst td:nth-child(1){width:30px;text-align:center;}
	.con_left .block2 .block2_lst td:nth-child(2){width:20px;text-align:left;vertical-align: middle;}
	.con_left .block2 .block2_lst td:nth-child(3){width:65px;text-align:left;}
	.con_left .block2 .block2_lst td:nth-child(4){width:55px;text-align:right;}
	.con_left .block2 .block2_lst td:nth-child(5){text-align:right;}
	.con_left .block2 .block2_lst td:nth-child(6){width:50px;text-align:center;}
	.con_left .play2_act{color:#0070f3;}

	.con_right{width:325px;margin-left:5px;float:right;display:none;}
	.con_right .block1{width:calc(100% - 32px);font-size:12px;height:18px;line-height:18px;background:#2c2c2c;margin-bottom:10px;border:1px solid #2c2c2c;border-radius: 6px;padding:15px;}
	.con_right .block3{width:calc(100% - 32px);font-size:12px;background:#1e1e1e;margin-bottom:10px;border:1px solid #1e1e1e;border-radius: 6px;padding:15px;color:#ababab;margin-top:5px;}
	.con_right .block3 .block3_h{width:100%;height:18px;line-height:18px;}
	.con_right .block3 .block3_s{width:100%;height:50px;display:none;}
	.con_right .block3 .block3_lst{width:100%;margin-top:15px;font-size:12px;text-align:center;border-radius: 3px;color:#fff;}
	.con_right .block3 .block3_lst td{height:25px;line-height:25px;}
	.con_right .block3 .block3_lst td:nth-child(1){width:25px;text-align:center;}
	.con_right .block3 .block3_lst td:nth-child(2){width:20px;text-align:left;vertical-align: middle;}
	.con_right .block3 .block3_lst td:nth-child(3){width:70px;text-align:left;}
	.con_right .block3 .block3_lst td:nth-child(4){width:60px;text-align:right;}
	.con_right .block3 .block3_lst td:nth-child(5){text-align:right;}
	.con_right .block3 .block3_lst td:nth-child(6){width:45px;text-align:center;}
	.con_right .play3_act{color:#0070f3;}

	.tr_lst{height:50px;cursor:pointer;}
	.tr_lst:hover{background:#2d2d2d;}
	.tr_active{background:#2d2d2d;}

	.frame1{width:calc(100% - 20px);margin:0 auto;margin-top:8px;}

	#tb_top{display:table;width:100%;font-size:12px;}
	#tb_top td{border-bottom:3px solid rgba(255, 255, 255, 0);border-top:3px solid rgba(255, 255, 255, 0);}
	#tb_top td a{color:#fff;}

	
	#sms_icon{display:block;}
	.scrolling-text {width:calc(100% - 4px);overflow: hidden; white-space: nowrap;height:40px;line-height:40px;border:1px solid #1e1e1e;margin-top:10px;margin-bottom:10px;font-size:12px;}

	.shouji{clear:both;display:block;}


	#left_mb{display:block;}

}