﻿@charset "utf-8";
@font-face {
font-family:number;
src:url('../images/number.ttf'), url('../images/number.eot');
}
html, body {
	margin:0;
	padding:0;
	font-family:number, Verdana, Arial, "微软雅黑", '黑体';
	color:#000;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color:#f5f5f5;
	overflow-x:hidden;
	cursor:default;
	width:100%;
	height:100%;
}
body {
	overflow-y:scroll;
}
img {
	border:0;
}
ul, li, p {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	color:#000;
	text-decoration:none;
}
.clear {
	clear:both;
	height:0;
	overflow:hidden;
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 transform: translate3d(0, 40px, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInUp {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInUp;
}
@keyframes fadeInLeft {
 from {
 opacity: 0;
 transform: translate3d(-50px, 0, 0);
}
to {
	opacity: 1;
	transform: none;
}
}
.fadeInLeft {
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
}
.logbox {
	width:480px;
	margin:0 auto;
	margin-top:150px;
	background-color:#fff;
	box-shadow:0px 10px 20px -12px rgba(0, 0, 0, 0.5);
	border-radius:4px;
	border-top:#4b88e4 5px solid;
}
.logcont {
	padding:30px;
}
.logt {
	padding-bottom:20px;
}
.ipt {
	font-size:16px;
	border:0;
	border-bottom:#eee 1px solid;
	width:80%;
	padding:10px;
	font-family:Verdana, Arial, "微软雅黑", '黑体';
	outline:none;
	color:#000;
 transition:border .2s ease-in-out;
	caret-color:#f33a2a;
}
.ipt:focus {
	border-bottom:#ddd 1px solid;
}
.logtxt {
	font-size:14px;
	padding-top:40px;
	color:#848484;
	line-height:24px;
}
.dragbox {
	width:30%;
	margin:30px auto;
}
.drag-l {
	float:left;
	width:20px;
	height:20px;
	border-radius:10px;
	background-color:#4b88e4;
}
.drag-r {
	float:right;
	width:18px;
	height:18px;
	border-radius:10px;
	border:#4b88e4 1px solid;
}
.page-l {
	width:15%;
	float:left;
	box-shadow:0px 10px 20px 2px rgb(0, 181, 255, 0.5);
	position:fixed;
	border-radius: 0 8px 8px 0;
	height:100%;
}
.page-r {
	width:79%;
	margin:30px 2.5% 30px 0;
	float:right;
}
.page-cont {
	background-color:#fff;
	box-shadow:0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	border-radius:4px;
}
.page-r .page-cont {
	border-radius:8px;
	margin-bottom:20px;
}
.avatar {
	width:50px;
	height:50px;
	border-radius:25px;
	background-image:url(../images/avatar.jpg);
	background-size:cover;
	margin:3vh auto 0 auto;
}
.cont-lt {
	padding:20px 0 5vh 0;
	color:#fff;
}
.page-l .page-cont {
	position:relative;
	background:#00b5ff;
	background-image:url(../images/bgl.png);
	border-radius:0;
	background-size:cover;
	border-radius: 0 8px 8px 0;
	height:100%;
}
.menu {
	color:#fff;
	padding:5px 0 5px 10%;
	border-bottom:#4dd0e1 1px solid;
transition:all .15s ease-in-out;
}
.menu:not(.menunav):hover {
	background:rgba(255, 255, 255, 0.2);
}
.menu a {
	color:#fff;
	display:block;
	padding:10px 0;
}
.menu div {
	display:none;
}
.menunav div {
	font-size: 14px;
    padding: 0 10px 5px 10px;
    transform: translateX(-10px);
	display:block;
}
.menunav div a {
	margin:7px 0;
	padding:0;
}
.menunav div a:hover {
	opacity:0.8;
}
.nameico {
	font-size:0.9em;
	cursor:pointer;
}
.nameico a {
	color:#fff;
transition:all .15s ease-in-out;
}
.nameico a:hover {
	color:#fcc800;
}
.cont-rt {
	padding:10px 0;
	font-weight:bold;
	color:#4b88e4;
}
.foo {
	font-size:12px;
	color:#fff;
	text-align:center;
	clear:both;
	padding-bottom:40px;
	position:absolute;
	width:100%;
	bottom:0;
}
.foo a {
	color:#fff;
}
.foo a:hover {
	color:#fcc800;
}
.repwdbox {
	width:50%;
	margin:0 auto;
	text-align:center;
}
.btn {
	width:72px;
	text-align:center;
	overflow:auto;
	padding:6px 15px;
	margin:0 auto;
	background-color:#4b88e4;
	color:#fff;
	border-radius:4px;
	margin-top:50px;
	cursor:pointer;
	font-size:14px;
transition:all .15s ease-in-out;
}
.btn:hover {
	background-color:#2196f3;
}
.btn-ts {
	color:#555;
	background-color:#f5f5f5;
}
.btn-ts:hover {
	color:#4b88e4;
	background-color:#f9f9f9;
}
.divrow {
	padding:0 0 10px 0;
	position:relative;
}
.divrow .tip {
	color:#999;
	font-size:12px;
}
.rowslc {
	color:rgba(0, 0, 0, 0.4);
	padding:0 0 20px 10px;
	font-size:14px;
}
.rowslc span {
	padding-right:15px;
transition:all .15s ease-in-out;
cursor:default;
}
.rowslc span:not(.spanslc):hover {
 color:#f55858;
}
.spanslc {
	background-color:#17db1f;
	color:#fff;
	padding:5px 5px 5px 15px;
	margin-right:10px;
	font-size:12px;
	border-radius:10px;
}
.ilist {
	width:100%;
}
.ilist .item {
	width:23%;
	padding:10px 1%;
	float:left;
 transition:all .4s;
}
.ilist .item:hover {
	transform:translateY(-7px);
	cursor:pointer;
}
.ilist .item img {
	width:auto;
	max-width:70%;
	border-radius:6px;
	box-shadow:0px 10px 10px -2px #0a97d126;
}
.ilist .itemt {
	font-size:14px;
	padding:20px 0 10px 0;
	color:#333;
}
.ilist .itemt .s {
	font-size:12px;
	padding:5px 0;
	color:#ccc;
}
.tiitem {
	width:32%;
	float:left;
	margin-right:2%;
	background:#5271ff url(../images/bg.png) no-repeat top center / cover;
	border-radius:8px;
	box-shadow:0px 10px 20px -12px rgba(0, 0, 0, 0.18);
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.hover {
	transition:transform 0.5s;
}
.hover:hover {
	cursor:pointer;
	transform:translateY(-10px);
}
.tiitem .t {
	font-size:18px;
	padding-top:40px;
}
.tiitem .n {
	font-size:48px;
	padding:30px 5px 50px 5px;
}
#pager {
	padding:40px 5%;
	font-size:14px;
}
#pager ul.pages li {
	float:left;
	padding:0 8px;
	background-color:#eee;
	color:#888;
	margin:0 5px 0 0;
	border-radius:2px;
	line-height:28px;
	transition:all 0.1s ease-out;
}
#pager ul.pages li:hover {
	color:#fff;
	background-color:#17db1f;
}
#pager ul.pages li.pgEmpty {
	display:none;
}
#pager ul.pages li.pgCurrent {
	color:#fff;
	background-color:#0773fc;
}
.tbl {
	width:100%;
}
.tbl .th {
	background-color:#fc7181;
}
.tbl .th td {
	color:#fff!important;
	font-size:13px!important;
	border-radius:3px;
	border-color:#fff!important;
	white-space: nowrap;
}
.tbl td {
	text-align:center;
	vertical-align:middle;
	height:30px;
	overflow:auto;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	padding:5px;
	color: #555;
    font-size: 14px;
    line-height: 23px;
}
.tbl tr {
	transition:background 0.2s ease-out;
}
.tbl tr:not(.th):nth-child(odd) {
 background:#f8fafb;
}
.tbl tr:nth-child(2) td {
 border-top:0;
}
.tbl tr td:first-child {
	border-left:0;
}
.tbl tr:not(.th):hover {
 background:#f5f5f5;
}
.wysiwyg-container-big {
	position: fixed;
	width: 90%;
	height: 90%;
	top: 5%;
	left: 5%;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 0 200px rgba(0, 181, 255, 0.5);
}
.cropitbox{
	position:fixed;
	z-index:9999;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.5);
	display:none;
}
.cropitbox .image-editor{
	width:600px;
	background:#fff;
	border-radius:6px;
	padding:30px 20px 20px 30px;
	margin:100px auto 0 auto;
}
.cropitbox .cropit-preview {
	background-size: cover;
	border-radius: 6px;
	width: 300px;
	height: 300px;
	float:left;
}
.cropitbox .cropit-preview-image-container {
	cursor: move;
	border-radius: 6px;
}
.cropitbox .cropit-r{
	float:left;
	width: 210px;
    padding-left: 70px;
}
.cropitbox .cropit-image-zoom-input{
	display:block;
	margin:15px 0;
}
.cropitbox .image-size-label{
	font-size:14px;
	padding-top:10px;
}

/* 编辑器模块样式 */
.wysiwyg-editor .editor-upimg {
	max-width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}
.wysiwyg-editor u {
	text-decoration: none;
	border-bottom: #f89090 2px solid;
}
.wysiwyg-editor strike {
	text-decoration-color: #f89090;
	text-decoration-style: wavy;
}
.wysiwyg-editor blockquote {
	margin:10px 20%!important;
	padding:20px!important;
	font-size:14px;
	color:#666;
	background:#f5f5f5;
	border-left:#ddd 3px solid!important;
}
.wysiwyg-editor .editor-tit {
	font-size:28px;
	font-weight:200;
	display:block!important;
	margin:20px auto;
	text-align:center;
	padding-bottom:10px;
	border-bottom:#ddd 1px solid;
	line-height:32px;
	clear:both;
}
.wysiwyg-editor .editor-lr {
	padding:20px 0;
	display:block;
	display:flex;
}
.wysiwyg-editor .editor-lr .editor-l {
	width:49%;
	margin:0 1% 0 0;
	float:left;
}
.wysiwyg-editor .editor-lr .editor-r {
	width:49%;
	margin:0 0 0 1%;
	float:left;
}
.wysiwyg-editor .editor-lr .editor-t {
	font-size: 17px;
    padding: 15px 30px 10px 30px;
    border-bottom: #ddd 1px solid;
	text-align:center;
}
.wysiwyg-editor .editor-lr .editor-intro {
	padding: 15px 30px 20px 30px;
	font-size: 15px;
	font-weight:normal;
	line-height: 26px;
}
/* 编辑器模块样式 */
