/* 公共CSS 类 (.选择器)*/

/*
* 基本标签默认样式取消
* @overlay HTML标签
* @desc 取消基本标签默认样式,防止不同浏览器显示效果不同
* @Prop text-align:center; 解决不同浏览器剧中问题
*/

*{margin:0;padding:0;}
html{overflow:scroll;}
*html{
background-image:url(about:blank);
background-attachment:fixed;
}
* html iframe, * html frame{overflow: auto;}
* html frameset{overflow: hidden;}
body {color:#000000;font-size:12px;font-family: "微软雅黑","宋体","Arial","sans-serif";text-align:center;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{margin:0;padding:0;border:0;}
input,select{font-size:12px;vertical-align:middle;}
textarea,input{word-wrap:break-word;word-break:break-all;padding:0px;}
span,td,div{ word-break : break-all; _overflow:hidden ;}
li{list-style-type:none;}
img{border:0 none;vertical-align:top;}

/*
* 重定义H段落
*/
h1{ font-size:24px;}
h2{ font-size:20px;}
h3{ font-size:18px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:12px;}

a:link, a:visited{ font-size:12px;color:#000; text-decoration: none; }
a:hover{color:#000000; text-decoration: none; font-size:12px;}



/*
* 字母和单词换行设置
* @class Break 强制内容换行
* @class Nobreak 强制内容不换行
*/
.break{word-break:break-all;word-wrap:break-word;}
.nobreak{word-break:keep-all;word-wrap:normal;}


/*
* 定位关系
* @desc 定位关系
*/
.absolute{position:absolute;}
.relative{position:relative;}


/*
* 高度占位
* @desc 高度
*/
.h0{font-size:0px;line-height:-1px;height:0px;clear:both;}
.h2{font-size:0px;line-height:-1px;height:2px;clear:both;}
.h5{font-size:0px;line-height:-1px;height:5px;clear:both;}
.h7{font-size:0px;line-height:-1px;height:7px;clear:both;}
.h10{font-size:0px;line-height:-1px;height:10px;clear:both;}
.h13{font-size:0px;line-height:-1px;height:13px;clear:both;}
.h15{font-size:0px;line-height:-1px;height:15px;clear:both;}
.h20{font-size:0px;line-height:-1px;height:20px;clear:both;}
.h25{font-size:0px;line-height:-1px;height:25px;clear:both;}
.h28{font-size:0px;line-height:-1px;height:28px;clear:both;}
.h30{font-size:0px;line-height:-1px;height:30px;clear:both;}
.h35{font-size:0px;line-height:-1px;height:35px;clear:both;}
.h40{font-size:0px;line-height:-1px;height:40px;clear:both;}
.h50{font-size:0px;line-height:-1px;height:50px;clear:both;}
.h55{font-size:0px;line-height:-1px;height:55px;clear:both;}
.h70{font-size:0px;line-height:-1px;height:70px;clear:both;}
.h80{font-size:0px;line-height:-1px;height:80px;clear:both;}
.h120{font-size:0px;line-height:-1px;height:120px;clear:both;}
.h250{font-size:0px;line-height:-1px;height:250px;clear:both;}

/*
* A 样式
* @desc 高度
*/


/*
* 字体
* @desc font
*/
.f_bold{font-weight:bold;}
.fc_black{color:#000000;}
.fc_red{color:#af0407;}

.f12px{font-size:12px;}
.f13px{font-size:13px;}
.f14px{font-size:14px;}
.f15px{font-size:15px;}
.f16px{font-size:16px;}
.f12px{font-size:12px;}


/*
* 宽度&高度
* @desc 宽度&高度
*/
.w110px{width:110px;}
.w200px{width:200px;}
.w210px{width:210px;}
.w300px{width:300px;}
.w350px{width:350px;}
.w400px{width:400px;}

.h100px{height:100px;}
.h150px{height:150px;}
.h195px{height:195px;}


/*
* 终极区域
* @desc 内容阅读区，通过编辑器编辑的区域
*/
.div_editor{ text-align:left;line-height:25px;}
    .div_editor *{
        margin:auto; padding:auto;
    }
    .div_editor ul li{
        list-style-position:inside ;
        list-style-type:disc;
    }
    .div_editor ol li{
        list-style-position:inside ;
        list-style-type:decimal  ;
    }
    .div_editor b{font-weight:bold;}
    .div_editor strong{font-weight:bold;}
