@charset "utf-8";
/* CSS Document */
body {
	background-color: #f1f4f7;
	position: relative;
	scroll-behavior: smooth;
}

.nav-container {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, .06);
}

.navbar {
	padding: 0 15px;
	min-height: 70px;
}

.logo {
	height: 50px;
	padding: 16px 7px;
	float: left;
}

.logo img {
	height: 40px;
}

.logo h1 {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	padding-left: 5px;
}

.user-info {
	display: inline-block;
	height: 70px;
	margin-right: 15px;
	float: right;
}

.user-info>li {
	float: right;
	margin-left: 30px;
	height: 100%;
	display: flex;
	align-items: center;
}

.user-info>li>a {
	display: block;
	height: 20px;
	padding: 25px 10px;
	color: #222;
}

.dropdown {
	position: relative;
}

.open>a {
	background-color: #f1f4f7;
}

.latestMes {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 500;
	font-size: 12px;
	color: #FFF;
	background-color: #F13F3F;
	border-radius: 100%;
	padding: 0px 4px;
}

.listMes {
	display: none;
	position: absolute;
	right: 0;
	top: 70px;
	width: 244px !important;
	width: 242px;
	background-color: #fff;
	border-radius: 0 0 4px 4px;
}

.listMes li.title {
	line-height: 32px;
	background-color: #6cc6f1;
	padding: 0 10px;
	color: #fff;
	border: none
}

.listMes li.title i {
	margin-right: 5px;
}

.listMes li.moreMes {
	text-align: center;
	background-color: #F7F7F8;
}

.listMes li.moreMes a {
	color: #666;
}

.listMes li {
	border: 1px solid #E9E9E9;
	border-top: none;
}

.listMes li a {
	color: #999;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	display: block;
}

.listMes li a:hover {
	background-color: #fbf9ef;
	color: #6cc6f1;
}

.listMes li a.noRead {
	color: #6cc6f1;
}

.listMes li .message {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 60%;
}

.listMes li .time {
	float: right;
}

.infoPanel {
	display: none;
	position: absolute;
	right: 0;
	top: 70px;
	width: 290px !important;
	width: 222px;
	border: 1px solid #ddd;
	background-color: #fff;
}

.infoPanel dl {
	overflow: hidden;
	padding: 15px 0;
	margin: 0 15px;
	border-bottom: 1px solid #E9E9E9;
}
.infoPanel  dl.accInfo dt{
	display: block;
	float: none;
	margin-top: 8px;
}
.infoPanel dt, .infoPanel dd {
	display: inline-block;
	float: left;
}

.baseInfo dt {
	width: 110px;
}
.accInfo dt{
	display: block;
	float: none;
	text-align: center;
}
.accInfo dt .accInfo_spa{
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 5px;
}
.infoPanel dd {
	width: 80px;
	text-align: center
}

.baseInfo {

}

.baseInfo .portrait {
	width: 65px;
	height: 65px;
	overflow: hidden;
}

.baseInfo .userName {
	width: 110px;
	margin-left: 15px;
	margin-top: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.accInfo dd {
	padding-top: 20px;
	width: 100%;
}

.accInfo .focusTxt {
	margin-top: 5px;
	font-size: 16px;
	color: #FF9200;
	font-weight: 600;
	display: inline-block;
	width: 100px;
	text-align: left;
}

.accInfo .recharge {
	padding: 4px 9px;
	background-color: #f13f3f;
	border-radius: 4px;
	color: #fff;
}

.accInfo .recharge:hover {
	background-color: #e6454a;
}

.coupInfo .number {
	padding: 0 5px;
	color: #2E6DA4;
}

.infoMenu {
	overflow: hidden;
}

.infoMenu a {
	display: block;
	color: #333;
	text-align: center;
	line-height: 36px;
}

.infoMenu a:hover {
	color: #30a5ff;
	background-color: #fbf9ef;
}

.signOut {
	display: block;
	line-height: 36px;
	text-align: center;
	color: #666;
	border-top: 1px solid #E9E9E9;
	background-color: #F7F7F8;
}

.signOut:hover {
	color: #30A5FF;
}

.open .listMes, .open .infoPanel {
	display: block;
}

.main-wrapper {

}

.sidebar {
	width: 220px;
	position: fixed;
	top: 70px;
	bottom: 0;
	left: 0;
	z-index: 1000000;
	display: block;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #3B3D44;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, .06);
}

/*左栏菜单*/
.sidenav {
	padding: 38px 0;
}

.navgroup { /*border-bottom: 1px solid #F7F7F8;*/

}

.navgroup a {
	display: block;
	padding: 12px 15px;
	color: #fff;
	position: relative;
}

.navgroup a i {
	margin-right: 10px;
}

.navgroup a span {
	position: absolute;
	right: 30px;
	top: 15px;
}

.navgroup a:hover {
	background-color: #6cc6f1;
	color: #fff;
}

/*二级菜单*/
.navlist {
	display: none;

}

.navlist .navitem {
	text-indent: 40px;
}

/*当前菜单*/
a.current {
	background-color: #6cc6f1;
	color: #fff;
}

.content-wrapper {
	float: left;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 10px;
}

.content {
	margin: 30px 10px 10px 230px;
	min-height: 800px;
	padding: 46px 30px;
	background-color: #FFF;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, .06);
}

/*面包屑导航*/
.breadcrumb {
	position: relative;
	padding: 13px 30px;
	margin: -25px -30px 0 -30px;
	border-bottom: 1px solid #f7f7f8;
}

.breadcrumb>li {
	display: inline-block;
	color: #333;
}

.breadcrumb>li i {
	padding: 0 7px;
}

.breadcrumb>li:first-child i {
	padding-left: 0;
	padding-right: 5px;
}

.breadcrumb a {
	color: #6cc6f1;
}

/*个人中心*/
.infoshow {
	margin-top: 20px;
	padding: 20px;
}

.infoshow .photo {
	float: left;
	margin: 0;
	text-align: center;
}

.infoshow .photo img {
	width: 140px;
	height: 140px;
}

.personinfo {
	float: left;
	padding: 20px 0;
}

.personinfo dl {
	margin-bottom: 20px;
}

.personinfo dl dt {
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #999;
}

.personinfo dl dd {
	display: inline-block;
}

.personinfo dl .status {
	margin-left: 3px;
}

.personinfo dl .status.not {
	color: #999;
}

.personinfo dl .status.to {
	color: #efb336;
}

.personinfo dl .status.success {
	color: #4da231;
}

.personinfo dl .status.fail {
	color: #e6454a;
}

.personinfo dl .status i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-bottom: -4px;
}

.personinfo dl .status.not i {
	background: url(../img/certify.png) center center no-repeat;
}

.personinfo dl .status.to i {
	background: url(../img/certifyTo.png) center center no-repeat;
}

.personinfo dl .status.success i {
	background: url(../img/certifySuc.png) center center no-repeat;
}

.personinfo dl .status.fail i {
	background: url(../img/certifyErr.png) center center no-repeat;
}

.changeinfo {

}

.changeinfo ul {
	border-top: 1px dotted #E9E9E9;
	padding: 30px;
	-webkit-display: flex;
	display: flex;
}

.changeinfo ul:hover {
	background-color: #F8FAFB;
}

.changeinfo li {
	float: left;
}

.changeinfo li.changeitem {
	width: 160px;
	color: #000;
	padding-right: 40px;
}

.changeinfo li.tipsinfo {
	-webkit-flex: 1;
	flex: 1;
	color: #999;
	padding-right: 40px;
}

.changeinfo li.tipsinfo span {
	padding: 0 5px;
	color: #4da231;
}

.changeinfo li.statusnow {
	width: 160px;
}

.statusnow span {
	padding: 0 5px;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
}

.statusnow span:before {
	margin-right: 5px;
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	vertical-align: -4px;
}

.statusnow .set {
	color: #4da231;
}

.statusnow .not {
	color: #e6454a;
}

.statusnow .set:before {
	background: url(../img/right.png) center center no-repeat;
}

.statusnow .not:before {
	background: url(../img/warn.png) center center no-repeat;
}

.statusnow a {
	color: #6cc6f1;
	vertical-align: middle;
}

/*实名认证*/
.typetxt {
	padding: 20px;
	font-size: 16px;
}

.typetxt i {
	margin-right: 5px;
}

.typecell {
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 360px;
	height: 90px;
	padding: 15px;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	overflow: hidden;
}

.typecell:hover {
	border: 1px solid #4da231;
}

.typecell dt {
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
}

.typecell dd {
	color: #999
}

.typecell>i {
	position: absolute;
	top: 50px;
	right: 15px;
	color: #333;
}

/*个人认证*/
.typetxt a {
	background-color: #f7f7f8;
	color: #6cc6f1;
	padding: 4px 12px;
	border-radius: 4px;
	margin-right: 20px;
	box-shadow: 1px 2px 1px #E9E9E9;
}

.certifydata {
	margin-top: 40px;
	padding-left:30px;
}

.location select {
	width: 130px;
	height: 36px;
	border: 1px solid #EBF1F5;
	padding: 4px 12px;
	line-height: 28px;
}

.cardupload {
	padding: 36px 0 36px 135px;
}

.idcard {
	position: relative;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background-color: #f7f7f8;
	text-align: center;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	display: inline-block;
	margin-right: 20px;
	overflow: hidden;
}

.idcard input[type="file"] {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 200px;
	height: 200px;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.idcard i {
	position: absolute;
	top: 50px;
	font-size: 28px;
	left: 85px;
	color: #999;
}

.idcard p {
	color: #999;
}

.sampletxt {
	margin-top: 20px;
}

.sampletxt li {
	color: #999;
	line-height: 24px;
}

.example {
	position: absolute;
	left: 600px;
	top: 0;
	width: 350px;
	text-align: center;
}

.example figure {
	width: 140px;
	float: left;
	margin: 0;
	margin-top: 40px;
	margin-right: 10px;
}

.example img {
	width: 120px;
}

.example p {
	line-height: 32px;
}

/*企业认证*/
.certifybox {

}

.labtext-left {
	display: inline-block;
	width: 120px;
	text-align: right;
	margin-right: 10px;
	vertical-align: middle;
}

.labtext-left:after {
	content: "：";
}

.certifytxt {
	padding-left: 135px;
	color: #999;
}

.fllab label {
	float: left;
}

.fllab input {
	float: left;
}

.certifytype {
	position: relative;
	left: 5px;
	top: -12px;
	display: inline-block;
	border-radius: 4px;
}

.certifytype li {
	position: relative;
	float: left;
	width: 280px;
	text-align: center;
	line-height: 36px;
	background-color: #f7f7f8;
	border-right: 1px solid #E9E9E9;
	border-top: 1px solid #E9E9E9;
	cursor: pointer;
}

.certifytype li:first-child {
	border-left: 1px solid #E9E9E9;
}

.certifytype li.active {
	background-color: #fff;
}

.certifytype li>i {
	margin-left: 5px;
}

.certifytype li>.infotxt {
	display: none;
	position: absolute;
	top: -30px;
	right: 0;
	border: 1px solid #4da231;
	border-radius: 4px;
	background-color: #EFF8EF;
	padding: 3px;
	font-size: 12px;
	line-height: 18px;
	color: #4da231;
}

.certifyinfo {
	display: none;
	margin-top: 20px;
}

.certifyinfo.active {
	display: block;
}

.thumbnail {
	float: left;
	width: 120px;
	height: 120px;
	border: 1px solid #E9E9E9;
	text-align: center;
	line-height: 120px;
	overflow: hidden;
}

.fllab input[type="file"] {
	border: none;
	float: left;
	outline: none;
	padding: 1px 12px;
}

.submit {
	color: #fff;
	background-color: #6cc6f1;
	width: 120px;
	border: none;
	border-radius: 4px;
	line-height: 36px;
}

.submit:hover {
	background-color: #6cc6f1;
}

.submit[disabled] {
	background-color: #E9E9E9;
	color: #999;
}

.fllab .submit {
	margin-left: 135px;
}

.fllab .thumbnail {
	margin-left: 5px;
}

.invalid {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -4px;
}

.invalid.Suc {
	background: url(../img/right.png) center center no-repeat;
}

.invalid.Fail {
	background: url(../img/error.png) center center no-repeat;
}

/*信息查询*/
.infobox {
	position: relative;
	margin-top: 50px;
}

.infoform {
	width: 800px;
	padding: 0 100px;
}

.formgroup {
	margin-top: 15px;
}

.formrow {
	position: relative;
	margin-bottom: 15px;
}

.formrow:after {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
	visibility: hidden;
	content: " ";
}

.formrow input {
	border: 1px solid #ddd;
	padding: 4px 12px;
	width: 300px;
	height: 38px;
	border-radius: 4px;
}

.required {
	color: #F44336;
	position: absolute;
	margin-left: -20px;
	margin-top: 12px;
}

.formrow .submit {
	margin-left: 235px;
}

.queryset {
	position: absolute;
	top: -50px;
	right: 30px;
	background-color: #6cc6f1;
	color: #fff;
}

.queryset:hover {
	background-color: #6cc6f1;
}

/*查询历史*/
.queryfilter {
	border-bottom: 1px solid #E9E9E9;
	padding: 20px 0 5px;
}

.queryfilter ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

.queryfilter li input {
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	padding: 4px 12px;
	height: 38px;
	margin: 0 10px;
}

.queryfilter .keyword {
	width: 180px;
}

.queryfilter .startdate, .queryfilter .enddate {
	width: 120px;
}

.queryfilter .searchbtn {
	background-color: #6cc6f1;
	color: #fff;
}

.querycontent {
	padding: 20px 0;
}

.tablelist {
	width: 100%;
}

.tablelist td {
	border: 1px solid #E9E9E9;
	text-align: center;
	line-height: 36px;
	padding: 0 5px;
}

.tablelist thead td {
	background-color: #f7f7f8;
}

.tablelist tbody td:first-child {
	width: 190px;
	text-align: center;
}

.tablelist tbody td a {
	color: #6cc6f1;
}

.tablelist tbody td a:hover {
	color: #6cc6f1;
}

.tablelist tbody tr:nth-child(even) {
	background-color: #FEFEFE;
}

.tablelist tbody tr:hover {
	background-color: #fbf9ef;
}

.tablelist .qSuc {
	color: #4da231;
}

.tablelist .qFail {
	color: #e6454a;
}

.tablelist .sum {
	color: #FF9200;
}

.tablelist .sumAble {
	color: #2E6DA4;
}

.tablelist .addrCon {
	text-align: left;
}

.package {
	margin-top: 30px;
}

.packtype {
	border: 1px solid #E9E9E9;
	float: left;
	width: 32%;
	margin-left: 1%;
	cursor: pointer;
}

.package:after, .packtype:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.packtype:first-child {
	margin-left: 0
}

.packtype.on, .packtype:hover {
	border: 1px solid #30a5ff;
	box-shadow: 1px 0 10px rgba(48, 165, 255, 0.6);
}

.packtype .packName {
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
	background-color: #f7f7f8;
	border-bottom: 1px solid #E9E9E9;
}

.packtype .packContent {
	padding: 30px 15px;
	min-height: 182px;
	color: #666;
	text-align: center;
	background-color: #fff;
}

.packtype .packContent h4 {
	padding: 0 40px;
	font-size: 16px;
	font-weight: normal;
}

.packtype .packContent h4:after {
	content: '+';
	display: block;
	font-size: 28px;
}

.packtype .packContent .packitem {

}

.packtype .packContent span {
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 7px;
	line-height: 180%;
}

.packtype .packPrice {
	width: 100%;
	text-align: center;
	background-color: #F7F7F8;
	border-top: 1px solid #E9E9E9;
}

.packtype .packPrice dt, .packtype .packPrice dd {
	display: inline-block;
	font-size: 16px;
	color: #FF9200;
	line-height: 36px;
}

.packtype .packPrice dt {
	color: #666;
}

.backSurvey {
	background-color: #F7F7F8;
	border-bottom: 1px solid #E9E9E9;
}

.surveyItem {
	font-size: 14px;
	line-height: 48px;
}

.surveyItem .surveyTit {
	display: inline-block;
	width: 160px;
	text-align: right;
	color: #999;
}

.surveyItem .surveyCon {
	display: inline-block;
}

.showinfo {
	float: right;
	line-height: 34px;
	margin: 20px;
}

.showinfo span {
	padding: 0 5px;
}

/*账户总览*/
.accountfunds {
	padding: 20px 0;
	border-bottom: 1px solid #E9E9E9;
}

.accountfunds li {
	float: left;
}

.accountfunds .cashinfo {
	font-size: 18px;
	line-height: 36px;
}

.accountfunds .cashinfo span {
	color: #FF9200;
	font-size: 24px;
}

.accountfunds .fundcontrol {
	margin-left: 20px;
}

.accountfunds .fundcontrol a {
	padding-left: 20px;
	color: #999;
}

.accountfunds .fundcontrol a:hover {
	color: #6cc6f1;
}

.accountfunds .fundcontrol .recharge {
	background-color: #f13f3f;
	color: #fff;
	margin: 0 30px;
	padding: 0;
}

.accountfunds .fundcontrol .recharge:hover {
	background-color: #e6454a;
	color: #fff;
}

.billbox {
	margin: 20px 0;
}

.billbox dl dt {
	font-size: 18px;
}

.billbox dl dd {
	color: #999;
	margin-top: 15px;
}

.billbox .couponinfo, .billbox .invoiceinfo {
	position: relative;
	display: inline-block;
	width: 360px;
	margin-right: 30px;
	padding: 30px;
	border: 1px dashed #aeaeae;
	background-color: #fff;
}

.billbox .invoiceinfo {
	margin-right: 0;
}

.couponinfo .manage, .invoiceinfo .askfor {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.invoiceTotal dt {
	color: #FF9200;
}

.couponable dt span {
	color: #2E6DA4;
	padding-right: 5px;
}

/*充值*/
.balance {
	font-size: 16px;
	margin: 20px 0;
	margin:20px;
}

.balance span {
	font-size: 24px;
	color: #FF9200;
}

.rechargecon {

}

.rechargetype {
	border-bottom: 1px solid #E9E9E9;
}

.rechargetype li {
	float: left;
	width: 160px;
	line-height: 48px;
	background-color: #F7F7F8;
	text-align: center;
	border-right: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	cursor: pointer;
}

.rechargetype li:first-child {
	border-left: 1px solid #EBF1F5;
}

.rechargetype li.on {
	background-color: #fff;
	position: relative;
	bottom: -1px;
}

.rechargeinfo {
	padding: 10px 0;
}

.rechargeinfo .rechargeform {
	display: none;
}

.rechargeinfo .rechargeform.on {
	display: block;
}

.rechargeform .formrow {
	margin-bottom: 30px;
}

.rechargeform .alipay {
	margin-left: 50px;
	margin-bottom: 30px;
}

.formrow .banklist {
	padding-left: 150px;
}

.banklist {
	margin: 20px 0;
	margin-left: -30px;
}

.banklist .bankitem {
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
	cursor: pointer;
}

.banklist .bankitem:before {
	content: "";
	padding-left: 20px;
	position: relative;
	top: -10px;
	left: -5px;
	width: 12px;
	height: 12px;
	background: url(../img/radiobg.png) no-repeat;
	background-position: 2px 2px;
}

.banklist .bankitem.on:before {
	background-position: 2px -17px;
}

.formrow .tipstxt {
	margin: 0 135px;
	background-color: #F7F7F8;
	padding: 15px 20px;
}

.tipstxt {
	font-size: 12px;
	line-height: 28px;
	color: #999;
}

.offline {

}

.offline .tips {
	padding: 15px 30px;
	background-color: #fcf8e3;
	color: #8a6d3b;
}

.offline .tips h3 {
	color: #FF9200;
	margin-bottom: 10px;
}

.offline .tips p {
	line-height: 28px;
}

.sample {
	margin-top: 30px;
	border: 1px solid #EFEFEF;
}

.sample p {
	background-color: #F7F7F8;
	padding: 15px 30px;
}

.sample .account {
	color: #666;
	padding: 15px 30px;
}

.sample dl {
	line-height: 36px;
}

.sample dt {
	display: inline-block;
	width: 100px;
}

.sample dd {
	display: inline-block;
}

/*充值确认*/
.chargeComfirm {
	margin-top: 20px;
	border: 1px solid #F7F7F8;
}

.chargeComfirm h1 {
	background-color: #F7F7F8;
	font-size: 16px;
	padding: 0 15px;
	line-height: 36px;
}

.chargeComfirm .formGroup {
	padding: 30px 15px;
}

.chargeComfirm .formrow {
	margin-bottom: 30px;
}

.chargeComfirm .cancel {
	margin-left: 50px;
}

/*充值详情*/
.chargeDetail {
	margin-top: 20px;
	border: 1px solid #F7F7F8;
}

.chargeDetail h1 {
	background-color: #F7F7F8;
	font-size: 16px;
	padding: 0 15px;
	line-height: 36px;
}

.chargeDetail .formGroup {
	padding: 30px 15px;
}

.chargeDetail .formrow {
	margin-bottom: 30px;
}

.charge {
	display: inline-block;
	vertical-align: middle;
}

.chargeDetail .Fail {
	width: 160px;
	background-color: #8a6d3b;
}

.payWay {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #f7f7f8;
	margin-right: 5px;
	vertical-align: middle;
}

.zhi {
	background: url(../img/payZhi.png) center center no-repeat;
	background-size: contain;
}

.wechat {
	background: url(../img/payWechat.png) center center no-repeat;
	background-size: contain;
}

.chargeDetail .again {
	min-width: 120px;
	padding: 0 15px;
	line-height: 36px;
	margin-left: 50px;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	background-color: #F7F7F8;
}

/*交易明细*/
.queryfilter select {
	width: 130px;
	height: 36px;
	border: 1px solid #EBF1F5;
	border-radius: 4px;
	padding: 4px 12px;
	line-height: 28px;
	margin: 0 10px;
}

/*交易详情*/
.transCon {
	padding: 30px;
	margin-top: 20px;
}

.conList {
	width: 600px;
	padding-left: 15px;
	line-height: 42px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.conTitle {
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
}

.conList tr:nth-child(odd) {
	background-color: #fefefe;
}

.conList td {
	padding-left: 15px;
}

.conList .payNum {
	padding-left: 10px;
	color: #FF9200;
}

.stepOption {
	text-align: center;
}

.transSuc, .transFail {
	position: relative;
	width: 660px;
}

.transFail {
	color: #999;
}

.transSuc .conTitle {
	background-color: #6cc6f1;
}

.transFail .conTitle {
	background-color: #ccc;
}

.transStatus {
	position: absolute;
	right: 50px;
	bottom: 70px;
	z-index: 50;
}

/*消费总览*/
.viewtop {
	padding: 20px 0;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 15px;
}

.exportbox {
	float: left;
}

.exportbox .billsel {
	margin-right: 15px;
}

.exportbox select {
	width: 140px;
	height: 28px;
}

.export {
	float: right;
	background-color: #428bca;
	color: #fff;
}

.viewmid {
	-webkit-display: flex;
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}

.viewmid .consumeview, .viewmid .tradeview {
	border: 1px solid #EBF1F5;
	width: 49%;
	background-color: #fff;
	-webkit-flex: 1;
	flex: 1;
}

.viewmid .consumeview {
	margin-right: 15px;
}

.viewmid .viewtitle {
	font-size: 16px;
	font-weight: normal;
	padding: 15px;
	background-color: #F7F7F8;
	border-bottom: 1px solid #EBF1F5;
}

.viewcon {
	-webkit-display: flex;
	display: flex;
}

.costShow, .invoiceShow {
	-webkit-flex: 1;
	flex: 1;
	padding: 30px 30px 15px;
}

.costShow li>span {
	color: #FF9200;
}

.invoiceShow li>span {
	color: #2E6DA4;
}

.viewcon h3 {

}

.viewcon ul {
	margin: 15px 30px;
}

.viewcon ul li {
	display: inline-block;
	color: #999;
	margin-bottom: 10px;
}

.viewdetail {
	float: right;
	margin-right: 15px;
	font-size: 14px;
}

/*Charts*/
.main-chart {
	background: #fff;
}

.easypiechart-panel {
	text-align: center;
	padding: 1px 0;
	margin-bottom: 20px;
}

.placeholder h2 {
	margin-bottom: 0px;
}

.donut {
	width: 100%;
}

.easypiechart {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 10px auto;
}

.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 26px;
	top: 38px;
	width: 120px;
}

#easypiechart-orange .percent {
	color: #ffb53e;
}

/*消息中心*/
.messagetype {
	padding: 20px 0;
}

.messagetype li {
	display: inline-block;
	margin-left: 15px;
	width: 100px;
	line-height: 28px;
	background-color: #F7F7F8;
	border-radius: 4px;
	text-align: center;
	box-shadow: 1px 2px 1px #E9E9E9;
}

.messagetype li:first-child {
	margin-left: 0;
}

.messagetype li:hover {
	background-color: #F1F1F1;
}

.messagetype li a {
	display: inline-block;
	color: #333;
}

.messagetype li.cur {
	background-color: #6cc6f1;
}

.messagetype .cur a {
	color: #fff;
}

.messagehead {
	width: 100%;
}

.messagehead td {
	line-height: 36px;
	background-color: #F7F7F8;
	color: #999;
}

table td.sel {
	width: 36px;
	padding-left: 10px;
}

table td.sel input[type='checkbox'] {
	vertical-align: middle;
	margin-bottom: 1px;
}

table td.title {

}

table td.date {
	width: 180px;
}

table td.note {
	width: 260px;
}

.contentarea {

}

.mesitem {
	width: 100%;
	border-bottom: 1px solid #F7F7F8;
}

.mesitem td {
	line-height: 42px;
}

.mesitem:hover td {
	background-color: #FDFDFD;
}

table td.mark {
	width: 30px;
}

.message {
	width: 100%;
	cursor: pointer;
}

.read {
	color: #AEAEAE;
}

.unread .mark {
	color: #EFCC16;
}

.toolbar {

}

.toolbar .operate {
	float: left;
}

.operate {
	margin-top: 20px;
}

.operate li {
	display: inline-block;
	margin-right: 15px;
}

.operate li input[type="checkbox"] {
	vertical-align: middle;
	margin-left: 10px;
}

.operate li a {
	display: inline-block;
	width: 100px;
	line-height: 28px;
	background-color: #F7F7F8;
	color: #333;
	border-radius: 4px;
	text-align: center;
	box-shadow: 1px 2px 1px #E9E9E9;
}

.operate li a:hover {
	background-color: #f1f1f1;
}

.operate li.on a {
	background-color: #6cc6f1;
	color: #fff;
}

.toolbar .showpages {
	float: right;
}

/*详细详情*/
.mesDetail {
	border: 1px solid #E9E9E9;
	margin-top: 20px;
}

.mesHead {
	background-color: #F7F7F8;
	text-align: center;
}

.mesHead h1 {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0 5px;
}

.mesHead dl {
	border-bottom: 1px solid #E9E9E9;
	line-height: 28px;
}

.mesHead dt, .mesHead dd {
	display: inline-block;
	color: #999;
	font-size: 12px;
}

.mesbody {
	padding: 30px 50px;
	line-height: 28px;
	min-height: 400px;
}

.mesbody p {
	text-indent: 28px;
}

/*信息查询*/
.check-content {
	margin-top: 20px;
	position: relative;
}

.checkstep {
	margin: 25px auto;
	-webkit-display: flex;
	display: flex;
}

.checkstep li {
	-webkit-flex: 1;
	flex: 1;
	text-align: center;
}

.checkstep li i, .checkstep li span {
	position: relative;
	z-index: 60;
	background-color: #fff;
}

.checkstep li:after {
	content: "";
	position: relative;
	top: -10px;
	z-index: 50;
	display: block;
	height: 3px;
	background-color: #EBF1F5;
}

.checkstep li.active {
	color: #6cc6f1;
}

.checkstep li.active:after {
	background-color: #6cc6f1;
}

.selgroup {
	margin-bottom: 15px;
}

.selgroup table {
	width: 100%;
}

.selgroup table td {
	padding: 10px 15px;
	border: 1px solid #EfEfEf;
}

.selgroup table td.checktype {
	width: 10%;
	color: #333;
}

.selAll {
	position: relative;
	bottom: 1px;
	margin-right: 10px;
}

.selgroup table td.checkcon {
	width: 40%;
}

.selgroup table td.checknote {
	width: 40%;
}

.selgroup table td.checkprice {
	width: 10%;
	text-align: center;
}

.checkhead td {
	background-color: #F7F7F8;
}

.checkhead .checkcon {
	text-align: center;
}

.checkhead .checknote {
	text-align: center;
}

.checklist {

}

.selgroup:first-child .checklist {
	display: block;
}

.checklist>table tr:nth-child(even) {
	background-color: #FEFEFE;
}

.checklist tr {
	cursor: pointer;
}

.checklist tr td {
	border-top: none;
}

.checklist tr.selected {
	background-color: #fcf8e3 !important;
}

.checklist tr:hover, .checklist tr:nth-child(even):hover {
	background-color: #fbf9ef;
}

.checklist .checkprice {
	color: #ff9200;
}

.stepbox {
	margin-top: 50px;
	text-align: center;
}

.stepbox a {
	display: inline-block;
	min-width: 120px;
	height: 34px;
	line-height: 34px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	margin: 0 30px;
	padding: 0 15px;
}

.stepbox .nextStep {
	background-color: #6cc6f1;
	cursor: pointer;
}

.stepbox .prevStep {
	border: 1px solid #E9E9E9;
	color: #333;
	background-color: #F7F7F8;
}

.stepbox .nextStep[disabled], .stepbox .prevStep[disabled] {
	background-color: #E9E9E9;
	color: #999;
	cursor: default;
}

.costinfo {

}

.costinfo table {
	width: 100%;
}

.costinfo table thead {
	background-color: #F7F7F8;
}

.costinfo table td {
	padding: 10px 15px;
	border: 1px solid #EFEFEF;
	text-align: center;
}

.costinfo td.checkcon {
	text-align: left;
}

.costinfo td.checkprice {
	color: #ff9200;
}

.costinfo tr td:first-child {
	width: 20%;
}

.costinfo tr:hover {
	background-color: #fbf9ef;
}

.costbox {
	border: 1px solid #F7F7F8;
	border-top: none;
	background-color: #6cc6f1;
	color: #fff;
}

.costbox dl {
	float: left;
	display: block;
	width: 50%;
	padding: 15px;
}

.costbox dl dt {
	display: inline-block;
}

.costbox dl dd {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #ff9200;
}

.costbox dl.totalNum {
	text-align: left;
}

.costbox dl.totalMoney {
	text-align: right;
}

.paybox {
	background-color: #F7F7F8;
	color: #333;
}

.paymethod {
	margin-bottom: 15px;
}

.paymethod li {
	float: left;
	margin-right: 50px;
}

.paymethod li:first-child {
	width: 150px;
	padding-left: 30px;
}

.paymethod li input {
	margin-right: 5px;
}

/*报告*/
.report {
	margin-top: 20px;
}

.reporthead {
	padding: 30px 32px 15px;
	color: #fff;
	background-color: #6cc6f1;
}

.reporttitle {
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
}

.reportId {
	margin-bottom: 10px;
}

.memoList {
	position: relative;
	overflow: hidden;
	min-height: 125px;
}

.memoLeft, .memoRight {
	width: 50%;
}

.memoLeft {
	position: absolute;
	bottom: 0;
	left: 0;
}

.memoRight {
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
}

.userInfo {
	list-style: none;
}

.userInfo li {
	margin-bottom: 4px;
}

.memoItem {
	margin-bottom: 4px;
}

.memoItem dt {
	display: inline-block;
}

.memoItem dd {
	display: inline-block;
}

.reportCon {
	border: 1px solid #F7F7F8;
	background-color: #f7f7f7;
	padding-bottom: 30px;
}

.block {
	background-color: #fff;
	margin-bottom: 15px;
}

.block>h1 {
	font-size: 16px;
	color: #2b2b2b;
	padding: 15px 0;
	text-align: center;
}

.infoBox {
	color: #797979;
	line-height: 36px;
}

.infoBox h1 {
	font-size: 14px;
	text-align: center;
	color: #2b2b2b;
	border-top: 1px solid #F7F7F7;
	line-height: 36px;
}

.infoBox h3 {
	font-size: 14px;
	text-align: center;
	border-top: 1px solid #F7F7F7;
	color: #999;
}

.infoBox dl {
	border-top: 1px solid #F7F7F7;
	-webkit-display: flex;
	display: flex;
	align-items: center;
}

.tabCol {
	display: inline-block;
	width: 280px;
	padding: 0 32px;
}

.conCol {
	display: inline-block;
	padding: 0 34px;
	border-left: 1px solid #F7F7F7;
	-webkit-flex: 1;
	flex: 1;
}

/*认证状态*/
.state {
	padding: 15px;
	margin-top: 20px;
}

.state h2 {
	margin-bottom: 15px;
}

.state i {
	margin-right: 5px;
}

.state p {
	line-height: 24px;
	padding: 15px;
	background-color: #f7f7f8;
	border-radius: 4px;
}

.state a {

}

/*认证成功*/
.success h2 {
	color: #4da231;
}

/*.view{color: #4da231;}*/
/*认证失败*/
.failure h2 {
	color: #e6454a;
}

/*.again{color: #e6454a;}*/
/*通过认证*/
.finish {
	margin: 20px 0;
}

.finish h1 {
	font-weight: normal;
	font-size: 20px;
	color: #4da231;
	padding: 15px 15px 15px 0px;
}

.finish h1 i {
	margin-right: 5px;
}

.finish h3 {
	padding: 8px 15px;
	background-color: #6cc6f1;
	margin-top: 10px;
	color: #fff;
}

.showitem {
	clear: both;
	overflow: hidden;
	line-height: 42px;
	border: 1px solid #e9ecf2;
	border-top: none;
}

.showitem dt {
	float: left;
	padding-left: 15px;
	width: 180px;
	border-right: 1px solid #e9ecf2;
}

.showitem dd {
	float: left;
	padding-left: 15px;
}

/*修改密码*/
.safety {
	margin-top: 20px;
}

.explain {
	line-height: 36px;
	color: #666;
	margin-bottom: 20px;
	padding-left: 15px;
	background-color: #F7F7F8;
}

.explain .method {
	padding: 0 5px;
	color: #4da231;
}

#codeNumber {
	width: 150px;
}

.vertifyCode {
	background-color: #6cc6f1;
	color: #fff;
	width: 130px;
	height: 36px;
	border-radius: 4px;
}

.vertifyCode[disabled] {
	background-color: #E9E9E9;
	color: #999;
}

.errtips {
	padding-left: 135px;
	color: #e6454a;
	margin-top: 5px;
}

/*激活邮件*/
.sendEmail {
	width: 800px;
	padding: 20px 30px;
	margin-top: 20px;
	background-color: #F7F7F8;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	color: #666;
}

.sendEmail h1 {
	color: #6cc6f1;
	font-size: 18px;
	margin-bottom: 20px;
}

/*信息查询-new*/
.setinfo, .warninfo {
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	padding: 5px 15px;
	margin-bottom: 20px;
}

.setinfo i, .warninfo i {
	margin-right: 5px;
}

.setting {
	display: inline-block;
	border: 1px solid #faebcc;
	color: #8a6d3b;
	background-color: #fff;
	padding: 7px 15px;
	margin-left: 15px;
	border-radius: 4px;
}

.searchcon {
	padding: 30px;
	background-color: #F7F7F8;
	border-bottom: 1px solid #E9E9E9;
}

.yue {
	display: inline-block;
	padding-top: 6px;
	padding-left: 10px;
	color: #999;
}

.warninfo {
	margin-top: 20px;
}

.agreeTips {
	position: relative;
	padding-left: 135px;
	margin-bottom: 20px;
}

.agreeTips i {
	margin-right: 7px;
}

.agreeTips span {
	color: #6cc6f1;
	padding: 0 5px;
	cursor: pointer;
}

.agreeTips input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}

.disclaimer {
	display: none;
	position: absolute;
	left: 420px;
	top: -5px;
	width: 360px;
	padding: 7px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #8a6d3b;
	background-color: #fff;
	border: 1px solid #faebcc;
	border-radius: 4px;
}

.agreeTips span:hover .disclaimer {
	display: block;
}

/*增加发票信息*/
.invoiceBox {
	margin-top: -20px;
	margin-bottom: 80px;
}

.invoiceBox .formrow {
	margin-bottom: 30px;
}

.invoiceBox .labtext-left {
	float: left;
	width: 150px;
	margin-right: 50px;
	line-height: 36px;
}

.invoiceBox .labtext-left:after {
	content: "";
}

.invoiceBox input[type='text'] {
	width: 330px;
	margin-left: 30px;
}

.invoiceBox .fllab .submit {
	margin-left: 230px;
}

.invoiceBox .fllab .cancel {
	margin-left: 50px;
}

#specialAdd {
	margin-left: 380px;
}

.invoiceTips {
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	padding: 5px 15px;
	margin: 10px 0px 10px 0px;
}

.invoiceTips i {
	margin-right: 5px;
}

.invoiceTips span {
	font-size: 12px;
	padding: 0 10px;
	color: #F13F3F;
}

.invoiceType {
	display: inline-block;
	margin-left: 30px;
}

.invoiceType li {
	float: left;
	margin-right: 80px;
	line-height: 36px;
}

.invoiceType input[type='radio'] {
	width: 15px;
	cursor: pointer;
}

.invoiceType label {
	cursor: pointer;
}

.invoiceCon {
	display: none;
}

.invoiceCon.active {
	display: block;
}

.formCon {
	float: left;
}

.formCon .conRow {
	margin-bottom: 20px;
}

.conRow {

}

.conRow .conlab {
	padding-left: 30px;
	float: left;
	line-height: 36px;
	width: 120px;
}

.conRow .conlab:before {
	content: "*";
	color: #F13F3F;
	padding-right: 15px;
}

.conRow .thumbnail {

}

.conRow input[type='file'] {
	border: none;
	width: 220px;
	margin-bottom: 85px;
	padding: 1px 12px;
}

.conRow .thumbnail {
	padding: 0;
	margin-left: 30px;
}

.fileExplain {
	margin-left: 180px;
	clear: both;
}

.fileExplain ul {
	background-color: #F7F7F8;
	padding: 20px;
	margin-top: 20px;
	font-size: 12px;
	line-height: 26px;
	color: #666;
}

/*发票信息管理*/
.infomanage {
	margin-top: 20px;
}

.infomanage h3 {
	background-color: #F7F7F8;
	padding: 9px 15px;
}

.infomanage .formgroup {
	padding: 50px 0;
}

.infomanage .fa {
	position: relative;
	margin-left: -25px;
}

.labval, .selVal {
	vertical-align: middle;
}

#editbtn {
	float: right;
	padding: 6px 20px;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	margin: 20px;
	color: #999;
}

.seldown select {
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	outline: none;
	width: 180px;
	padding: 6px 12px;
}

#invoiceSave {
	margin-left: 135px;
	display: none;
}

.infomanage input, .infomanage select {
	display: none;
}

/*发票地址信息管理*/
.options {
	position: relative;
	width: 260px;
}

.options > a {
	display: inline-block;
	margin-left: 15px;
}

.setAddr {
	position: absolute;
	left: 15px;
	top: 8px;
	line-height: 24px;
	padding: 0 9px;
	color: #666;
	font-size: 12px;
	background-color: #F7F7F8;
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	cursor: pointer;
}

.setAddr:hover {
	background-color: #F1F1F1;
	color: #6cc6f1;
}

.addrCon i {
	font-style: normal;
	margin-left: 15px;
}

.addinfo {
	margin: 20px 0;
	color: #4da231;
	cursor: pointer;
}

.addinfo .fa {
	margin-right: 5px;
}

.detailform {
	/* border: 1px solid #F7F7F8; */
	margin-top: -20px;
}

.detailform h1 {
	background-color: #f7f7f8;
	padding: 0 15px;
	font-size: 16px;
	line-height: 36px;
}

.detailform .formgroup {
	padding: 50px;
}

.detailform .position {
	border: 1px solid #E9E9E9;
	border-radius: 4px;
	outline: none;
	width: 100px;
	padding: 6px 12px;
}

.detailform .address {
	width: 320px;
}

.detailform .postcode {
	width: 200px;
}

.cancel {
	width: 120px;
	line-height: 36px;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
	background-color: #F7F7F8;
}

.cancel:hover {
	background-color: #F1F1F1;
}

.detailform .cancel {
	margin-left: 50px;
}

.addrDefault {
	color: #666;
}

.addrDefault label {
	vertical-align: -1px;
}

.addrDefault input[type="checkbox"] {
	margin-left: 135px;
	vertical-align: middle;
	margin-right: 5px;
	width: 14px;
}

/*发票索取*/
.toptitle {
	font-size: 18px;
	padding: 7px 15px;
	margin-top: 20px;
	background-color: #F7F7F8;
}

.invoiceinfo {
	padding: 20px 15px;
	background-color: #FCF8E3;
}

.invoiceinfo li {
	color: #8A6D3B;
	line-height: 34px;
}

.totalamount {
	float: left;
	margin-left: 15px;
}

.totalamount span {
	color: #8A6D3B;
}

.checkamount {
	float: right;
	margin-right: 30px;
	width: 220px;
	text-align: right;
}

.checkamount span {
	color: #FF9200;
	font-size: 18px;
}

.getamount {
	float: right;
	margin-right: 15px;
}

.getbtn {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	background-color: #ff5b00;
	color: #fff;
	width: 100px;
	line-height: 32px;
}

.getbtn[disabled] {
	background-color: #E9E9E9;
	color: #999;
	cursor: default;
}

.order {

}

.order tr td:first-child {
	text-align: left;
	padding-left: 10px;
}

.order input[type='checkbox'] {
	margin-right: 10px;
	vertical-align: middle;
	margin-bottom: 1px;
}

.remaind {
	line-height: 36px;
	color: #8A6D3B;
	padding: 0 15px;
}

.remaind span {
	padding-left: 5px;
}

.remaind em {
	padding: 0 5px;
	color: #ff5b00;
}

/*发票详情*/
.invoiceContent {
	border: 1px solid #F7F7F8;
	margin-top: 20px;
}

.invoiceContent h3 {
	background-color: #F7F7F8;
	padding: 9px 15px;
}

.invoiceTabel {
	width: 100%;
}

.invoiceTabel td {
	width: 50%;
	border: 1px solid #F7F7F8;
	color: #999;
	padding: 7px 21px;
}

.invoiceTabel span {
	color: #222;
	padding-left: 7px;
}

.invoiceTabel .moneyNum {
	color: #FF9200;
}

.invoiceTabel .issued {
	color: #4da231;
}

.invoiceTabel .toissued {
	color: #6cc6f1;
}

/*优惠券管理*/
.couponbox {

}

.coupon {
	font-size: 18px;
	color: #ccc;
	text-align: center;
	padding: 50px 0;
}

/*索取发票*/
.invoice {
	border: 1px solid #E9E9E9;
	margin-top: 20px;
}

.basic {
	padding: 10px 15px;
	background-color: #F7F7F8;
}

.basic em {
	color: #4da231;
	padding: 0 6px;
}

.basic span {
	border: 1px solid #faebcc;
	border-radius: 4px;
	color: #8a6d3b;
	background-color: #fcf8e3;
	padding: 3px 6px;
	margin-left: 15px;
}

.basic span i {
	margin-right: 5px;
}

.amount {
	float: right;
}

.amount dt, .amount dd {
	display: inline-block;
}

.amount dd {
	color: #FFB53E;
	font-size: 18px;
}

.maininfo {
	background-color: #fff;
	border-top: 1px solid #E9E9E9;
	padding: 30px 15px;
	clear: both;
}

.maininfo li {
	display: inline-block;
	width: 30%;
	color: #999;
	line-height: 36px;
}

.maininfo li:first-child {
	margin-left: 0;
}

.maininfo li span {
	padding-left: 5px;
	color: #333;
}

.postAddress {
	margin: 20px 0;
	border: 1px solid #E9E9E9;
}

.basic a {
	float: right;
}

.addresslist {
	padding: 20px 15px;
}

.addresslist li {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
}

.postinfo {
	float: left;
}

.postinfo dt, .postinfo dd {
	display: inline-block;
}

.post-sel {
	width: 60px;
	text-align: center;
}

.post-name {
	width: 80px;
}

.post-mobile {
	width: 120px;
}

.post-address {
	padding-right: 15px;
}

.post-code {
	padding-right: 15px;
}

.post-defalut {
	padding: 0 5px;
	background-color: #4da231;
	color: #fff;
	border-radius: 4px;
}

.addresslist .options {
	float: right;
	margin-right: 15px;
	display: none;
	text-align: right;
}

.addresslist li:hover {
	background-color: #F7F7F8;
}

.addresslist li:hover .options {
	display: block;
}

.postbtn {
	margin-top: 20px;
	text-align: center;
}

.postbtn .back {
	margin-right: 30px;
}

.back {
	border: 1px solid #E9E9E9;
	text-align: center;
	width: 120px;
	line-height: 36px;
	background-color: #F7F7F8;
	border-radius: 4px;
}

.container {
	height: 100%;
	-webkit-display: flex;
	display: flex;
	flex-direction: column;
}

/*登录*/
.header {
	border-bottom: 1px solid #E9E9E9;
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	flex: 0 0 auto;
}

.headCon {
	width: 1140px;
	margin: 0 auto;
}

.headCon .logo {
	display: inline-block;
	padding: 15px 0;
	height: 40px;
}

.headCon .logo img {
	vertical-align: middle;
}

.headCon .logo .logoname {
	display: inline-block;
	font-size: 20px;
	padding: 0 10px;
	margin-left: 10px;
	color: #497F7F;
	vertical-align: middle;
	border-left: 1px solid #E9E9E9;
}

.headCon .menuLink {
	float: right;
	margin-top: 35px;
}

.headCon .menuLink li {
	display: inline-block;
	padding: 0 5px;
	color: #aaa;
}

.headCon .menuLink li:first-child {
	border-left: none;
}

.headCon .menuLink a {
	color: #666;
	font-family: "arial, helvetica, sans-serif";
	font-size: 12px;
}

.headCon .menuLink a:hover {
	color: #30A5FF;
}

.loginWrapper {
	position: relative;
	width: 1140px;
	height: 640px;
	margin: 36px auto;
	overflow: hidden;
	flex: 1 0 auto;
}

.advsPic {
	position: relative;
	width: 730px;
	height: 420px;
	top: 80px;
	float: left;
	overflow: hidden;
}

.lbList li {
	float: left;
	text-align: center;
	overflow: hidden;
}

.point {
	position: absolute;
	bottom: 10px;
	left: 50%;
}

.point li {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #999;
}

.point li.cur {
	background-color: #30A5FF;
}

.loginbox {
	position: absolute;
	right: 0;
	top: 80px;
	z-index: 600;
	padding: 50px 30px 10px;
	background-color: #FFF;
}

.loginMode {
	width: 300px;
	margin-bottom: 13px;
}

.loginMode li {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #999;
	text-align: center;
	padding: 12px 0;
	border-top: 3px solid #E9E9E9;
	cursor: pointer;
}

.loginMode li:hover {
	color: #6cc6f1;
}

.loginMode li.cur {
	border-top: 3px solid #6cc6f1;
	color: #6cc6f1;
}

.formGroup {
	position: relative;
}

.formGroup ng-form {
	display: none;
}

.formGroup ng-form.cur {
	display: block;
}

.formRow {
	margin-bottom: 20px;
}

.formRow input {
	border-radius: 4px;
	padding: 4px 12px;
	height: 42px;
	width: 100%;
}

.labTxt {
	color: #999;
	display: block;
	line-height: 32px;
}

.inputVal {
	border: 1px solid #ddd;
}

.inputSub {
	background-color: #6cc6f1;
	border: none;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.agreement {
	color: #999;
}

.agreement input {
	margin-right: 5px;
	vertical-align: middle;
	display: inline;
	width: 15px;
	margin-bottom: 1px;
}

.exception {
	position: absolute;
	top: -100px;
	width: 100%;
	line-height: 24px;
	border: 1px solid #e6454a;
	text-align: center;
	background-color: #fce3e3;
}
.formRow .forget {
	margin-right: 20px;
}

.formRow .signin {
	margin-left: 20px;
}

#phoneLogin input[name='vertifyCode'] {
	width: 160px;
	margin-right: 4px;
	border: 1px solid #ddd;
}

#phoneLogin .vertifyCode {
	height: 40px;
	line-height: 40px;
}

/*底部的样式*/
.c-footer {
	width: 100%;
	background-color: #4a4a4a;
	padding: 20px 0 10px;
	font-size: 12px;
	color: #d6d6d6;
	line-height: 25px;
}

.c-wrapper {
	width: 1200px;
	margin: 0 auto;
}

.c-footer h6 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}

.c-footer .c-link {
	width: 400px;
	float: left;
}

.c-footer .c-about {
	width: 200px;
	float: left;
}

.c-footer .c-contact {
	width: 400px;
	float: left;
}

.c-footer .c-weixin {
	width: 120px;
	float: right;
}

.c-footer .c-logo {
	width: 250px;
	float: left;
}

.c-footer .c-logo img {
	margin-top: 40px;
}

.c-footer .c-copy {
	clear: both;
	text-align: center;
	padding-top: 10px;
}

.c-footer .c-link a {
	color: inherit;
	display: inline-block;
	width: 85px;
}

.c-footer .c-link a:hover {
	text-decoration: underline;
}

.c-footer .c-about a {
	color: inherit;
	display: block;
	width: 85px;
}

.c-footer .c-about a:hover {
	text-decoration: underline;
}

/*注册*/
.registerbox {
	width: 1140px;
	margin: 50px auto;
	padding: 30px;
	background-color: #fff;
	flex: 1 0 auto;
}

.registerbox .agreement {
	padding-left: 135px;
}

.registerbox .inputSub {
	margin-left: 135px;
}

/*协议*/
.agreementMain {
	padding: 30px 60px;
	background-color: #fff;
	width: 1008px;
	margin: 0 auto;
	font-family: "arial, helvetica, sans-serif";
	line-height: 32px;
	color: #333;
}

.agreetitle {
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}

.agreeMemo {
	margin-bottom: 20px;
	text-indent: 28px;
}

.clause {
	margin-bottom: 20px;
}

.clause h1 {
	font-size: 20px;
	text-align: center;
	margin: 50px 0 30px;
	font-weight: 600;
}

.clause ol {
	list-style: decimal outside;
	color: #666;
}

.clause ol ol {
	list-style: disc inside;
}

.clause ol ol ul {
	list-style: lower-latin outside;
	margin-left: 40px;
}

.clause .itemBox {
	overflow: hidden;
}

.clause .itemBox .itemTag {
	display: inline-block;
	width: 80px;
	float: left;
}

.clause .itemBox .itemCon {
	display: inline-block;
	float: left;
	width: 900px;
}

/*忘记密码*/
.modelbox {
	width: 1140px;
	margin: 50px auto;
	padding: 30px 30px 50px;
	background-color: #fff;
	flex: 1 0 auto;
}

.modeltitle {
	border-bottom: 1px solid #E9E9E9;
	padding: 15px 0;
	color: #8a6d3b;
}

.modeltitle dt {
	font-size: 20px;
	float: left;
}

.modeltitle dd {
	float: right;
	line-height: 28px;
}

.modeltitle .fa {
	margin-right: 5px;
}

.modeltitle .login {
	padding-left: 10px;
}

.modelbox .formgroup {
	margin-top: 70px;
	margin-left: 100px;
}

.modelbox .formrow {
	margin-bottom: 30px;
}

.modelbox .submit {
	margin-left: 135px;
}

.forgetbox .formgroup {
	margin-left: 100px;
}

.restComplete {
	width: 750px;
	line-height: 60px;
	margin: 100px auto;
	padding: 7px 15px;
	vertical-align: middle;
	background-color: #e9fde9;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: #4da231;
}

.restComplete i {
	margin-right: 7px;
	vertical-align: middle;
}

.restComplete a {
	padding: 0 10px;
}

.restStep {
	margin: 70px auto 100px;
	width: 850px;
}

.restStep ul {

}

.restStep li {
	float: left;
	position: relative;
	margin-left: 50px;
}

.restStep li:first-child {
	margin-left: 0;
}

.restStep li.lastStep {

}

.restStep li .stepNum {
	background-color: #E9E9E9;
	border-radius: 100%;
	color: #666;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-style: normal;
}

.restStep li .steptxt {
	position: absolute;
	left: -25px;
	top: 60px;
	width: 100px;
	text-align: center;
}

.restStep .cur {
	color: #6cc6f1;
}

.restStep .cur .stepNum {
	background-color: #6cc6f1;
	color: #fff;
}

.restStep li .stepNum {

}

.restStep li:after {
	content: "";
	position: relative;
	top: -25px;
	left: 50px;
	z-index: 50;
	display: block;
	width: 300px;
	height: 3px;
	background-color: #EBF1F5;
}

.restStep li.cur:after {
	background-color: #6cc6f1;
}

.restStep li.lastStep:after {
	display: none;
}

/*加载中*/
.loading {
	position: fixed;
	z-index: 9999999999999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/opaBg.png) repeat;
}

.loading dl {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.loading dd {
	line-height: 48px;
	color: #666;
}

/*无数据*/
.defaultPage {
	padding: 50px 0;
	text-align: center;
}

.defaultPage img {
	vertical-align: middle;
}

.defaultPage span {
	padding: 0 10px;
	font-size: 18px;
	color: #d4d4d4;
}

/**/
.grant {
	padding: 30px 60px;
	background-color: #fff;
	width: 1008px;
	margin: 0 auto;
	font-family: "arial, helvetica, sans-serif";
	line-height: 32px;
	color: #333;
}

.grantTit {
	font-size: 24px;
	text-align: center;
	margin: 15px 0 30px;
	font-weight: 600;
}

.grantMemo {
	margin-bottom: 20px;
}

.grantPara {
	margin-bottom: 20px;
}

.grantPara h1 {
	font-size: 18px;
	font-weight: normal;
}

.grantPara ol {
	list-style: none;
	font-size: 16px;
}

.grantSign {
	display: block;
	width: 80px;
	margin: 30px auto;
	text-align: center;
	padding: 3px 10px;
	text-decoration: none;
	color: #fff;
	background-color: #13777E;
	border-radius: 4px;
}

.signNote {
	border: 1px solid #13777E;
	padding: 20px 30px;
	border-radius: 4px;
	background-color: #ecfeff;
}

.signNote p, .signNote h4, .signNote ul {
	margin: 5px 0;
	padding: 0;
}

.signNote ul {
	list-style: none;
}

.signNote li {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

/*提示*/
.prompt {
	position: fixed;
	left: 50%;
	bottom: 500px;
	z-index: 600;
	display: none;
}

.promptCon {
	padding: 8px 30px;
	text-align: center;
	color: #FFF;
	background-color: #6cc6f1;
	border-radius: 4px;
}

/*弹框*/

.popBox {
	position: relative;
	background-color: #FEFEFE;
	border-radius: 2px;
	overflow: hidden;
}

.popTit {
	background-color: #F7F7F7;
	color: #52667C;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 14px;
}

.popCon {
	padding: 30px;
}

.popCon p {
	font-size: 14px;
	color: #666;
	text-align: center;
}

.popCon .popBtn {
	margin-top: 30px;
	text-align: center;
}

.popBtn button {
	display: inline-block;
	height: 36px;
	padding: 0 27px;
	box-sizing: border-box;
	background: rgba(108, 198, 241, 1);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	outline: none;
	margin: 0px 15px;
}

.popBtn .comBtn {
	background: rgba(108, 198, 241, 1);
	color: #fff;
}
.popBtn .comBtn:hover{
	background: rgba(108, 198, 241, 0.7);
}

.popBtn .calBtn {
	background-color: #F7F7F7;
	border: 1px solid #ddd;
}
.popBtn .calBtn:hover{
	background-color:rgb(236,244,255);
}

.closebt {
	position: absolute;
	z-index: 100;
	right: 10px;
	top: 10px;
}




/**/
.page {
	line-height: 32px;
	color: #333;
}

.statuLogo {
	padding: 15px 30px;
	border-bottom: 1px solid #E9E9E9;
	width: 100%;
	background-color: #fff;
}

.statuHead {
	width: 1140px;
	margin: 0 auto;
}

.statuHead .link {
	float: right;
	font-family: "arial, helvetica, sans-serif";
	margin-top: 2px;
}

.statuHead .link li {
	display: inline;
	font-size: 12px;
	color: #666;
}

.statuHead .link li a {
	color: #666;
}

.statusBox {
	width: 1140px;
	padding: 100px 0;
	text-align: center;
	margin: 30px auto;
	background-color: #fff;
}

.statusTit {
	font-size: 20px;
	margin-bottom: 10px;
}

.statusMemo {
	color: #666;
}

.countdown {
	color: #FF9200;
	padding-right: 5px;
}

.grantSuc .statusTit {
	color: #4da231;
}

.grantFail .statusTit {
	color: #e6454a;
}

/*报告样式修改*/
.breadcrumb a {
	color: #6cc6f1
}

.report {
	background: #f5f5f5;
	width: 1024px;
}

.reporttitle {
	font-size: 30px;
	margin: 0;
	padding-top: 40px;
}

.memoList {
	min-height: 100px;
	font-size: 18px;
}

.reportId {
	margin: 0 30px 0 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
}

.memoLeft {
	left: 30px;
	bottom: 20px;
	width: 70%
}

.userInfo li {
	display: inline;
	margin-right: 30px;
}

.memoRight {
	right: 30px;
	bottom: 20px;
}

.block {
	margin: 0 30px 30px;;
	border: 2px solid #6CC6F1;
	border-top: 7px solid #6CC6f1;
}

.block h1 {
	font-size: 18px;
	color: #333;
	padding: 18px 0;
}

.reportCon {
	padding: 40px 0 10px 0;
	border: 0
}

.tabCol, .conCol {
	text-align: center;
	width: 50%;
	padding: 7px 32px;
}

.infoBox {
	color: #909090;
	margin-top: 0
}

.infoBox div dl:first-child {
	color: #333
}

.infoBox dl, .infoBox h1 {
	border-top: 1px solid #e4e4e4;
}

.infoBox h1 img, .block>h1 img {
	vertical-align: middle;
	margin-right: 5px;
}

.fullCol {
	width: 100%;
	text-align: center;
	display: block
}

.width-33 {
	width: 33%;
}

.conCol {
	border-left: 1px solid #e4e4e4;
}

.breadcrumb>li:first-child i {
	color: #6cc6f1;
}

/*报告样式新增*/
.reportfoot {
	background: url(../img/1440bottomBg.png);
	width: 100%;
	height: 180px;
	color: #fff;
	padding: 20px 30px;
	background-size: 100% 100%
}

.reporthead {
	padding: 0;
	background: #fff url(../img/1440topBg.png) no-repeat;
	width: 100%;
	height: 180px;
	background-size: 100% 100%
}

.reportfoot h1 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.reportfoot p {
	margin-bottom: 10px;
}

.reportfoot .dateRight {
	float: right
}

/*适配不同浏览器*/
@media screen and (min-width: 1560px) {
	.reporthead {
		background: #fff url(../img/topBg.png) no-repeat;
		/*width: 1531px;*/
		width: 1024px;
	}
	.reportfoot {
		background: url(../img/bottomBg.png);
		/*width: 1531px;*/
		width: 1024px;
		padding: 28px 30px 24px;
	}
}



/*******************************/
.box {
	margin: 15px 0;
	overflow: auto;
}

.boxtitle {
	font-size: 20px;
	line-height: 36px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 30px;
	padding: 0 15px;
}

.boxtitle .fa {
	margin-right: 10px;
}

.hotsale {
	border-bottom: 1px dotted #e9e9e9;
}

.hotsale {

}

.hotsale>li {
	position: relative;
	display: inline-block;
	float: left;
	width: 248px;
	height: 65px;
	padding: 25px 15px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: #fff;
	cursor: pointer;
}

.hotsale>li.on {
	border: 1px solid #1296db;
}

.hotsale ul li {
	display: inline-block;
}

.hotsale ul li span {
	padding: 0 3px;
}

.hotsale ul li.memo {
	margin: 0 20px;
	width: 190px;
}

.hotsale ul li.memo span {
	color: #FF9200;
}

.hotsale ul li.price {
	font-size: 16px;
	font-weight: 600;
}

.hotsale li img {
	position: absolute;
	z-index: 600;
}

.hotsale li .saleIcon {
	left: 0;
	top: 0;
	width: 48px;
}

.hotsale li .brCheck {
	display: none;
	right: 0;
	bottom: 0;
}

.hotsale li.on .brCheck {
	display: block;
}
/*在线充值*/
.normalpack {

}

.normalpack>li {
	position: relative;
	float: left;
	width: 248px;
	height: 65px;
	text-align: center;
	margin-top: 20px;
	margin-right: 15px;
	border: 1px solid #ddd;
	background-color: #F7F7F8;
	padding: 20px;
	cursor: pointer;
}

.normalpack>li.on {
	border: 1px solid #1296db;
}

.normalpack li .packinfo {
	padding-right: 10px;
}

.normalpack li .packinfo i {
	font-style: normal;
}

.normalpack li em {
	padding-left: 10px;
	font-size: 16px;
	font-weight: 600;
}

.normalpack li img {
	position: absolute;
	z-index: 600;
}

.normalpack li .brCheck {
	display: none;
	right: 0;
	bottom: 0;
	width: 20px;
}

.normalpack li.on .brCheck {
	display: block;
}

.settle {
	padding: 15px 0;
	background-color: #fcf8e3;
	margin: 30px 0;
}

.settle .title {
	font-size: 16px;
	text-indent: 30px;
}

.settleinfo {
	margin: 15px 0;
	padding-left: 50px;
}

.settleinfo dt {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.settleinfo dd {
	display: inline-block;
	padding-left: 10px;
}

.settleinfo em {
	padding: 0 3px;
	color: #000;
	font-weight: 600;
}

.settleinfo span {
	color: #ff1600;
	font-weight: 600;
}

/*zyq   背调控制台  更多*/
.more_menu{
	display: inline-block;
	margin-left: 15px;
	color: #6cc6f1;
	position: relative;
	cursor: pointer;
}

.options_ul{
	position: absolute;
	width: 100px;
	background: #f7f7f8;
	top:42px;
	left: -35px;
	z-index: 3;
	border: 1px solid #E9E9E9;
	color: #6cc6f1;
}
.options_ul li{
	border-bottom: 1px solid #E9E9E9;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.options_ul li:last-child{
	border-bottom: none;
}
.options_ul li:hover{
	background-color: #fbf9ef;
}
.active .options_ul{
	display: none;
}
.triangle-up {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #E9E9E9;
	position: absolute;
	top: -10px;
	left: 40%;
}
.small-triangle-up{
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #f7f7f8;
	position: absolute;
	top: 0px;
	left: -8px;
}
/*下划线*/
.hover_direction:hover{
	text-decoration: underline;
	/*color: #30a5ff;*/
}

/*开始背调*/
.batch_btn{
	/* margin-bottom: 20px; */
	font-size: 0;
	margin-top: 20px;
	border-bottom: 1px solid #ddd;
    padding-left: 26px;
    height: 44px;
}
.batch_btn span{
	display: inline-block;
    color: #333333;
    font-size: 14px;
    height: 42px;
    width: 160px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    border: 1px solid #fff;
    border-bottom:1px solid #ddd;
    border-radius: 4px 4px 0 0;
}
.batch_btn span:hover{
	color: #6cc6f1;
}
.batch_btn span.active{
	border:1px solid #ddd;
	border-bottom:1px solid #fff;
	color: #6cc6f1;
}
.up_message{
	padding-left: 26px;
	font-size: 0;
    height: 28px;
    line-height: 28px;
}
.left_line{
	display: inline-block;
    height: 26px;
    width: 8px;
    background:#6cc6f1;
    vertical-align: middle;
}
.up_message span{
	font-size: 14px;
	height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.pad_54{
	padding-left: 54px;
}
.message_box{
	padding: 20px 0;
}
.message_box p a{
	color: #6cc6f1;
	text-decoration: underline;
	margin-left: 15px;
}
.uploading{
	position: relative;
	margin: 15px 0;
}
.uploading a{
	width:80px;
    height: 26px;
    display: inline-block;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 26px;
    border-radius: 6px;
    color: #333;
}
.uploading a:hover{
	border:  1px solid #6CC6F1;
}
.uploading p{
	display: inline-block;
	margin-left: 6px;
}
.uploading .upfile{
    width: 175px;
}
.uploading span{
	color: #df0000;
}
.marb_10{
	margin-bottom: 25px;
}
.in_detail{
	margin-left: 54px;
    height: 30px;
    position: relative;
    width: 430px
}
.in_detail>p{
	background: #fbf8ef;
	padding: 0 24px;
	line-height: 30px;
}
.span_y{
	color: #f2ad6a;
}
.span_g{
	color: #a1c98d;
}
.span_r{
	color: #d40000;
}
.please_choise{
	width: 250px;
    height: 70px;
    background: #4687cc;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    position: absolute;
    top: 20px;
    left: 484px;
}
.error_hint{
	width: 288px;
	height: 185px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 0px 10px -1px #aaa;
    position: absolute;
    z-index: 5;
    background: #fff;
    top: 0;
    left: 430px;
    display: none;
}
.error_hint .error_content .close_btn{
	color: #ddd;
    font-size: 26px;
    margin-right: 20px;
    float: right;
}
.error_hint .error_content .close_btn:hover{
	color: #6cc6f1;
}
.error_line{
	margin-left: 20px;
}
.error_content{
	margin-top: 15px;
}
.error_detail{
	margin-left: 33px;
    margin-top: 15px;
    padding-bottom: 20px;
    max-height: 100px;
    overflow-y: auto;
}
.error_detail p{
	margin-bottom: 5px;
}
.breadcrumb1{
	float:none !important;
}
.top-box1{
	background:#fff;
}
.bg-survey-box1{
	background:#fff;
	margin-bottom:10px;
}
.infoPanel .baseInfo .z_userName{
	margin-left: 10px;
	margin-top: 0;
	text-align: left;
    font-size: 20px;
    line-height: 65px;
}
.rechargeform .alipay.alipay_img{
	margin: 30px 20px;
    width: 180px;
}
.labtext-left.echarge-amount{
	width: auto;
    margin-left: 20px;
    font-size: 16px;
}
.fllab .submit.z_submit{
	margin-left: 115px;
}
.sys_spec_text li i.z-scope{
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	margin-top: 33px;
}
.sys_spec_text li.selected i{
	background-size: 100% 100%;
}
/*余额提醒*/
.yue-switch span {
	vertical-align: middle;
}
/*滑动按钮*/
.yue-switch .fa {
	font-size: 2.5rem;
}
/*滑动按钮——关*/
.yue-switch .fa-toggle-off {
	color: #999;
}
.switch-color .fa-toggle-off {
	color: #ddd;
}
/*滑动按钮——开*/
.yue-switch .fa-toggle-on {
	color: #4687cc;
}
.switch-color .fa-toggle-on{
	color: #6cc6f1;
}
	/*短信余额条数输入框*/
.cotInput {
	width: 110px !important;
	margin-right: 12px;
}
/*子账号套餐管理*/
.stepbox button{
	outline: none;
}
.stepbox .submit{
	margin-left: 135px;
}
.stepbox .submit:disabled{
	background: #ddd;
}
.selForm{
	width: 185px;
}
.stepbox .nextStep:disabled{
	background: #ddd;
}
.meal_table tbody tr td{
	width: 20%;
	text-align: center;
}
.meallist tbody tr td{
	width: 20%;
	border-top: none;
	text-align: center;
}
.meallist tbody tr:hover{
	background: #fbf9ef ;
	cursor: pointer;
}
.mana_box{
	padding: 20px;
	padding-bottom: 40px;
}
.mana_box .checkstep{
	width: 100%;
}
.check_tr{
	background: #FCF8E3;
}
.mana_box{
	padding: 20px;
}
.mana_box .checkstep{
	width: 100%;
}
.meal_table tbody tr .meal{
	width: 11%;
}
.meallist tbody tr td.check_td{
	width: 11%;
}
.meal_table tbody tr td.templateName{
	width: 25%;
}
.meal_table tbody tr td.TemplateExplain{
	width: 25%;
}
.meallist tbody tr td.name_td{
	width: 25%;
}
.all_check{
	margin-top: -2px;
	margin-right: 6px;
	width: 12px;
}

/**/
.navgroup a .menu_hint{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: red;
	border-radius: 5px;
	text-indent: -2px;
	text-align: center;
	font-style: normal;
	line-height: 20px;
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	color: #fff;
}
.hint_state{
	display: inline-block;
	background: red;
	height: 14px;
	width: 14px;
	font-style: normal;
	line-height:14px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 1px;
	right: -20px;
}

.hint_mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000001;;
	display: none;
}
.hint_mask_two{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000001;;
	display: none;
}
.content_ma{
	background: #fff;
	width: 600px;
	padding: 40px;
	margin:0 auto;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	max-height: 700px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2001;
	left: 40%;
}
.content_ma h3{
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
	font-size: 21px;
}

.ant-table-body {
	font-size: 14px;
	color: rgba(0,0,0,.65);
	box-sizing: border-box;
	list-style: none;
	position: relative;
	clear: both;
	max-height: 500px;
	overflow-y: auto;
}
.ant-table-body table {
	width: 100%;
}
.ant-table-body table input{
	width: 16px;
	height: 16px;
}
.ant-table-tbody>tr, .ant-table-thead>tr {
	transition: all .3s;
}
.ant-table-thead tr th {
	background: #fafafa;
	font-weight: 500;
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
}
.ant-table-tbody tr td, .ant-table-thead tr th {
	padding: 16px;
	word-break: break-all;
}
.ant-table-body table tbody th{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0;
}

.btn_main button{
	padding: 5px 20px;
	border: none;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	background: no-repeat;
	margin-left: 30px;
	outline: none;
}

.btn_main{
	padding-top: 40px;
	text-align: right;
	border-top: 1px solid #e8e8e8;
	margin-top: 10px;
}
.btn_main button:last-child{
	background: #6cc6f1;
	color: #fff;
}
.hint_virtual{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
}
.tablelist td .hint_spa{
	position: relative;
	padding:0 5px;
}


/**/
.edu_box{
	/*position: relative;*/
	width: 650px;
}
.edu_con{
	display: inline-block;
}
.edu_con input{
	width: 136px !important;
	float: none !important;
	padding: 0 15px !important;
}
.edu_con span{
	color: red;
	font-weight: bold;
	margin: 0 5px;
}
.hint_box{
	background: url(../img/hint_icon.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 73px;
	margin-top: 10px;
	width:20px;
	height: 20px;
}
.hint_box.left_hint_box{
	float: left;
	margin-left: 18px;
}
.edu_mask{
	padding: 0px 6px;
	background: #6cc6f1;
	color: #fff;
	display: inline-block;
	top: 3px;
	position: absolute;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
	z-index: 1000000;
	max-width:466px;
	left: 610px;
	display: none;
}
.hint_box:hover .edu_mask{
	display: block;
}
.edu_mask i{
	position: absolute;
	bottom: -15px;
	left: -10px;
	position: absolute;
	top:10px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 10px solid #6cc6f1;
	border-bottom: 7px solid transparent;
}
.edu_hint .error{
	margin-left: 0px;
}
.edu_mask p span{
	display: block;
	text-align: left;
}
.edu_mask p{
	padding: 5px 10px;
}
.hint_box{
	float: right;
}
.edu_hint{
	line-height: 26px;
	width:420px;
	overflow: hidden;
	display: block;
	margin-left: 160px;
}
.area_hint{
	background: url(../img/hint_icon.png) no-repeat 20px;
	background-size: 20px;
	overflow: hidden;
}
.area_hint .showTip{
	padding-left: 25px;
	margin-left:20px;
	font-size:15px;
	color: #a6a6a6;
}


::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(108, 198, 241, 1);
  background: rgba(108, 198, 241, 1);
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px #ededed;
  border-radius: 10px;
  background: #ededed;
}


#closeImg img{
	top: 4px;
	right: -5px;
	width: 26px !important;
	height: 26px !important;
}

/* 心理测评图标样式 */
.warn-name-evaluation{
	display: inline-block;
	text-align: left;
}
.evaluation-12{
	background-image: url(../../img/evaluationReportStatus12.png);
}
.evaluation-3456 {
	background-image: url(../../img/evaluationReportStatus3456.png);
}
.evaluation-7 {
	background-image: url(../../img/evaluationReportStatus7.png);
}

/* 自定义字段必填标识 */
.is-required-label::before{
	content: "*";
	color: #f56c6c;
	margin-right: 4px;
}