/**
 * @Author: JokenLiu <Jason>
 * @Date:   2018-04-09 14:12:22
 * @Email:  190646521@qq.com
 * @Project: Demon
 * @Filename: public.css
 * @Last modified by:   Jason
 * @Last modified time: 2018-04-13 12:35:51
 * @License: 北京乐维世纪网络科技有限公司开发者协议
 * @Copyright: DemonLive
 */

body *{
	/*-webkit-filter: grayscale(100%); !*!* webkit *!*!
	-moz-filter: grayscale(100%); !*firefox*!
	-ms-filter: grayscale(100%); !*ie9*!
	-o-filter: grayscale(100%); !*opera*!
	filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter:gray; !*ie9- *!*/
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1215{
    width: 1215px;
    margin: 0 auto;
}
.pdtb20{
    padding: 20px 0px;
}
.pdtb30{
    padding: 30px 0px;
}
.pdtb50{
    padding: 50px 0px;
}
.pdtb60{
    padding: 60px 0px;
}
.pdtb70{
    padding: 70px 0px;
}
.cw{
    color:#fff;
}
.cb{
    color:#000;
}
.cg9{
    color:#999;
}
.cg6{
    color:#666;
}
.cg3{
    color:#333;
}
.bgcp{
    background-color: #b210ad;
}
.bgcf{
    background-color: #ffedff;
}
.fs12{
    font-size: 12px;
}
.fs14{
    font-size: 14px;
}
.fs16{
    font-size: 16px;
}
.fs18{
    font-size: 18px;
}
.fs22{
    font-size: 22px;
}
.fs26{
    font-size: 26px;
}
.fs30{
    font-size: 30px;
}
.fls1{
    letter-spacing:1px;
}
.fls2{
    letter-spacing:2px;
}
.blockmg{
    margin-top: 60px;
}
.tal{
    text-align: left;
}
.tar{
    text-align: right;
}
.tac{
    text-align: center;
}
.h20{
    height: 20px;
}
.h30{
    height: 30px;
}
.h40{
    height: 40px;
}
.h50{
    height: 50px;
}
.h60{
    height: 60px;
}
.h70{
    height: 70px;
}
.h80{
    height: 80px;
}
.h90{
    height: 90px;
}
.h100{
    height: 100px;
}
.h120{
    height: 120px;
}
.h150{
    height: 150px;
}
.lh30{
    line-height: 30px;
}
.lh40{
    line-height: 40px;
}
.lh50{
    line-height: 50px;
}
.lh60{
    line-height: 50px;
}
.lh15x{
    line-height: 1.5;
}
.lh18x{
    line-height: 1.8;
}
.lh20x{
    line-height: 2;
}
.ti1{
    text-indent: 1em;
}
.ti2{
    text-indent: 2em;
}
.ti4{
    text-indent: 4em;
}
h2{
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
h3{
    line-height: 40px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
a,a:hover{
    text-decoration: none;
}
.info{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear:both;
}
.disno{
    display: none;
}
.disbl{
    display: block;
}
