﻿@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;
	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:#333;
 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:20%;
	float:left;
	box-shadow:0px 10px 20px 2px rgb(0, 181, 255, 0.5);
	position:fixed;
	border-radius: 0 8px 8px 0;
	z-index:100;
}
.page-r {
	width:70%;
	margin:30px 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:50px auto 0 auto;
}
.cont-lt {
	padding:20px 0 60px 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;
}
.menu {
	color:#fff;
	padding:15px 0 15px 30px;
	border-bottom:#4dd0e1 1px solid;
transition:all .15s ease-in-out;
}
.menu:hover {
	background:rgba(255, 255, 255, 0.2);
}
.menu a {
	font-size: 12px;
	float: right;
	color: #fff;
	padding: 3px 20px 0 0;
 transition:all .15s ease-in-out;
}
.menu a:hover {
	transform:translateY(-5px);
}
.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 30px 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;
	display:none;
}
.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;
}
.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 .2s ease-out;
}
.ilist .item:hover {
	transform:translateY(-10px);
	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:4px;
	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:30px;
}
.tiitem .n {
	font-size:48px;
	padding:30px 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;
}
.tbl td {
	text-align:center;
	vertical-align:middle;
	height:30px;
	overflow:auto;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	padding:8px .5%;
	line-height:16px;
	font-size:14px;
	color:#555;
	word-break:break-all;
}
.tbl tr {
	transition:background 0.2s ease-out;
}
.tbl tr:nth-child(2) td {
 border-top:0;
}
.tbl tr td:first-child {
	border-left:0;
}
.tbl tr td:nth-last-child(-n+3) {
 color:#777;
 font-size:14px;
}
.tbl tr td:nth-last-child(1) {
 color:#f55858;
 font-size:20px;
 line-height:28px;
}
.tbl tr:not(.th):hover {
 background:#f5f5f5;
}
.oform {
	color:#333;
}
.oform .tab {
	border-bottom: #4c88e4 2px solid;
}
.oform .tab a {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 0 30px;
	font-size:15px;
	line-height:24px;
}
.oform .tab .on {
	background:#4c88e4;
	color:#fff;
}
.oform .group {
	padding:30px 1%;
}
.oform .row {
	padding:10px 0;
}
.oform .row span {
	width:100px;
	text-align:right;
	display:inline-block;
	font-size:14px;
}
.oform .row span font {
	color:#f00;
}
.oform .row input, .oform .row select, .oform .row textarea {
	padding: 0px 5px;
	border: none;
	line-height: 38px;
	height: 38px;
	width: 45%;
	border: 1px solid #eaeaea;
	border-radius: 2px;
	outline:none;
	background:#fff;
}
.oform .row select {
	width:auto;
	max-width: 30%;
}
.oform .option {
	padding-left:3%;
}
.oform .option span {
	padding:0 30px;
	margin:0 30px 10px 0;
	background:#f9f9f9;
	border:#f9f9f9 2px dotted;
	transition:all 0.1s ease-out;
	display:inline-block;
	font-size:14px;
}
.oform .option span:hover, .oform .option .on {
	background:#fff;
	border:#4c88e4 2px dotted;
	border-radius: 3px;
}
.oform .order {
	margin-left:1.5%;
	padding: 20px 0 0 0;
}
.oform .citys span {
	font-weight:bold;
	font-size:16px;
	padding: 10px 20px;
}
.oform .citys span font {
	color:#f55858;
	padding:0 10px;
}
@media (max-width: 1300px) {
.menu {
 padding: 15px 0 15px 10px;
}
.menu a {
 padding: 3px 10px 0 0;
}
}
@media (max-height: 600px) {
.avatar {
 margin-top:20px;
}
.cont-lt {
 padding-bottom:30px;
}
}
