*{
    margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B9, U+2DE0-2DFF, U+A640-A69F;
}
html {
	height: 100%;
}
body{
    margin: 0;
	line-height: 1;
	height: 100%;
  font-family: "Roboto","microsoft yahei";
	/* font-size: 18px; */
}
body::-webkit-scrollbar{
	width: 0;
}
ul li{
    list-style: none;
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
.clearfix::after{
    content:" ";
    display: block;
    clear: both;
}
/* 顶部导航 */
.page-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 750px;
    padding: 0 30px;
    box-sizing: border-box;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #f8f8f8;
}
.page-top img{
    margin-right: 20px;
}
.page-top span:nth-of-type(1){
    color: #333;
    font-size: 36px;
}
.page-top span:nth-of-type(2){
    color: #333;
    font-size: 32px;
    width: 80px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

/* layer弹出层公共css */
.layui-m-layer .layui-m-layer-msg .layui-m-layercont{
    /* padding: 20px 30px; */
    /* line-height: initial; */
}

.layui-m-layer .layui-m-layerchild{
    font-size: 16px;
}


input,
textarea, button {
	border: none;
	outline: none;
}

.main-cursor {
	cursor: pointer;
}

.main-tal {
	text-align: left;
}

.main-tac {
	text-align: center;
}

.main-tar {
	text-align: right;
}

.main-va {
	vertical-align: middle;
}

.main-vat {
	vertical-align: top;
}

.main-vab {
	vertical-align: bottom;
}

.main-bg {
	background: #FFFFFF;
}

.main-b {
	font-weight: bold;
}

.main-w0 {
	width: 1170px;
}
.main-w13 {
	width: 1370px;
}
.main-w1 {
	width: 10%;
}

.main-w2 {
	width: 20%;
}

.main-w3 {
	width: 30%;
}

.main-w4 {
	width: 40%;
}

.main-w5 {
	width: 50%;
}

.main-w6 {
	width: 60%;
}

.main-w7 {
	width: 70%;
}

.main-w8 {
	width: 80%;
}

.main-w9 {
	width: 90%;
}

.main-w10 {
	width: 100%;
}

.main-hg {
	height: 100%;
}

.main-over {
	overflow: hidden;
}

.main-lf {
	float: left;
}

.main-rt {
	float: right;
}

.main-flex {
	display: flex;
}

.main-fd {
	flex-direction: column;
}

.main-aic {
	align-items: center;
}

.main-jcc {
	justify-content: center;
}

.main-f1 {
	flex: 1;
}

.main-f2 {
	flex: 2;
}

.main-f3 {
	flex: 3;
}

.main-font {
	font-size: 0;
}

.main-block,
.main-show {
	display: block;
}

.main-inline {
	display: inline-block;
}

.main-hide {
	display: none;
}

.main-box {
	box-sizing: border-box;
}
.body-bg{
    background: #fff;
}

.main-radius {
	border-radius: 50%;
}

.main-absolute {
	position: absolute;
}

.main-relative {
	position: relative;
}

.main-hei {
	font-family: '黑体';
}

.main-indent {
	text-indent: 30px;
}

.main-pe {
	pointer-events: none;
}


/******************一行显示样式*******************/

.main-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-ellipsis-1 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/******************两行显示样式*******************/

.main-ellipsis-2 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/******************三行显示样式*******************/

.main-ellipsis-3 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/******************四行显示样式*******************/

.main-ellipsis-41 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
/******************四行显示样式*******************/

.main-ellipsis-4 {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}

.main-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2099;
	background: #fff;
	font-size: 28px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.layui-m-layershade{
	background-color:rgba(0, 0, 0, 0.3) !important;
}

/*两端对齐*/
.main-space-between {
	display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
body .layui-m-layer .layui-m-layer-msg{
	bottom: 0px !important;
}
button,.cur{
	cursor: pointer;
}
/*标题字体*/
.font_title{
	font-size: 16px;
	font-family: Times New Roman, Arial,Microsoft YaHei,sans-serif;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}
/*正文字体*/
.font_content{
	font-family: Times New Roman, Arial,Microsoft YaHei,sans-serif;
	/* font-weight: 400; */
	color: #626466;
}
/*辅助字体*/
.font_des{
	font-size: 14px;
	font-family: Times New Roman, Arial,Microsoft YaHei,sans-serif;
	/* font-weight: 400; */
	color: #A6A6A6;
	line-height: 20px;
}

.html-show{
	word-break: break-word;
 	white-space: pre-wrap;
}
.emote_input_img {
    width: 21px;
    margin-right: 3px;
    margin-left: 3px;
    height: 21px;
    vertical-align: middle;
        display: inline-block;
        margin-top: -4px;
}
.dD_link_a {
    margin: 5px;
    color: #00a1fe;
}
