*{padding:0;margin:0;font-size:15px;}
body,img,p,span,h1,h2,h3,div{
	border:0;padding:0;margin:0;color:#555;
}
textarea,input{background:none;border:0;outline:none;}
.font_size12{
	font-size:12px;
}
.font_size14{
	font-size:12px;
}
.font_size16{
	font-size:12px;
}
.font_size18{
	font-size:12px;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}
/**背景色**/
.common_bjcolor{ background:#3cbaf4;}

/**灰色**/
.textcolor_huise{
	color:#c2c2c2;
}

/**白色**/
.textcolor_baise{
	color:#fff;
}

/** 取消滚动条显示  **/
.demo_n{
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  overflow-x: hidden;
  overflow-y: auto;
}


/*
滚动条样式调整
::-webkit-scrollbar{} 整体设置
::-webkit-scrollbar-button ：滚动条两端的按钮。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。
::-webkit-scrollbar-track ：外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果。
::-webkit-scrollbar-track-piece ：内层轨道，具体区别看下面gif图，需要注意的就是它会覆盖第三个属性的样式。
::-webkit-scrollbar-thumb ：滚动条里面可以拖动的那部分
::-webkit-scrollbar-corner ：边角，两个滚动条交汇处
::-webkit-resizer ：两个滚动条交汇处用于拖动调整元素大小的小控件（基本用不上）
*/
::-webkit-scrollbar{
    background-color: rgba(0, 0, 0, 0.2);
    width:5px;
    border-radius: 10px;
}
    
::-webkit-scrollbar-track {
    display:none;
} 
::-webkit-scrollbar-thumb {
   background-color: rgba(0, 0, 0, 0.2);
   border-radius: 10px;
   
} 
::-webkit-scrollbar-button {
   display:none;
} 
::-webkit-scrollbar-corner {
   background-color: rgba(0, 0, 0, 0.6);
   border-radius: 10px;

}


/*** 宽度定义 ***/

.biaoge_w2{ width:2%;}
.biaoge_w3{ width:3%;}
.biaoge_w4{ width:4%;}
.biaoge_w5{ width:5%;}
.biaoge_w6{ width:6%;}
.biaoge_w7{ width:7%;}
.biaoge_w8{ width:8%;}
.biaoge_w9{ width:9%;}
.biaoge_w10{ width:10%;}
.biaoge_w11{ width:11%;}
.biaoge_w12{ width:12%;}
.biaoge_w14{ width:14%;}
.biaoge_w15{ width:15%;}
.biaoge_w16{ width:16%;}
.biaoge_w17{ width:17%;}
.biaoge_w18{ width:18%;}
.biaoge_w19{ width:19%;}
.biaoge_w20{ width:20%;}
.biaoge_w25{ width:25%;}
.biaoge_w30{ width:30%;}
.biaoge_w35{ width:35%;}
.biaoge_w40{ width:40%;}
.biaoge_w45{ width:45%;}
.biaoge_w50{ width:50%;}


/*** 弹出文字窗口 ***/
.win_ck{
    width:200px; color:#fff; padding:10px 0; background:rgba(0, 0, 0, 0.6); position:fixed; top:45%; left:50%; margin-left:-90px; z-index:999; border-radius:5px; text-align:center; 
}

