/*
* @description: 公共样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */

body {
	background: #F5F6FA;
	margin: 0;
	font: inherit;
	position: relative;
	height: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

html {
	font: 400 14px/1.5 'Microsoft Yahei','微软雅黑', SimHei,'黑体';
	color: #333;
}

blockquote,
body,
dd,
div,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
img,
legend,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: middle;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.normal-space {
	margin-left: 10px;
}

.tip {
	color: #666;
	margin-left: 20px;
}

.pinfo {
	float: left;
}

.pinfo-exit {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../../images/promote/index/home_btn_quit_n.png) center;
	background-size: 100% 100%;
	margin: 18px 2px 0 24px;
}

.pinfo-exit:hover {
	background: url(../../images/promote/index/home_btn_quit_s.png) center;
}
/*左侧导航栏*/

.nav-new {
	width: 195px;
	height: 100%;
	background: #374760;
	position: fixed;
	z-index: 9;
}

.logo-picture {
	padding: 5% 0 16% 0;
	text-align: center;
}

.logo-picture img {
	height: 40px;
}

.subNavBox {
	width: 100%;
	text-align: center;
}

.subNav {
	cursor: pointer;
	font-size: 14px;
	color: rgba(255, 255, 255, .6);
	line-height: 50px;
	position: relative;
}

.subNav:hover {
	background: #25354E;
	color: #fff;
}

.subNav:hover:not(.currentDd) .arrow-icon {
	background: url(../../images/promote/icon_selected_xiala.png) center;
}

.subNav:hover .icon-guanli {
	background: url(../../images/promote/icon_selected_guanli.png) center;
}

.subNav:hover .icon-shujvi {
	background: url(../../images/promote/icon_selected_shujv.png) center;
}

.subNav:hover .icon-caiwu {
	background: url(../../images/promote/icon_selected_caiwu.png) center;
}

.subNav:hover .icon-fenbao {
	background: url(../../images/promote/icon_selected_fenbao.png) center;
}

.subNav:hover .icon-fuli {
	background: url(../../images/promote/icon_selected_fuli.png) center;
}

.subNav:hover .icon-zhandian {
	background: url(../../images/promote/icon_selected_zhandian.png) center;
}

.mr25 {
	margin-left: 25px;
}

.navContent {
	background: #25354E;
	text-align: center;
	display: none;
}

.navContent a {
	display: block;
	color: rgba(231, 234, 255, .7);
	padding-bottom: 15px;
	text-align: left;
	padding-left: 47px;
	font-size: 15px;
}

.navContent a:hover {
	color: #26c7db;
}

.navContent .active {
	color: #26c7db;
}

.subNav span {
	vertical-align: middle;
	margin-left: -40px;
	font-size:15px;
}

.subNav .prev-icon {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 9%;
	top: 50%;
	margin-top: -10px;
}

.subNav .arrow-icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 8%;
	background: url(../../images/promote/icon_normal_xiala.png) center no-repeat;
}

.subNav .icon-guanli {
	background: url(../../images/promote/icon_normal_guanli.png) center;
}

.subNav .icon-shujvi {
	background: url(../../images/promote/icon_normal_shujv.png) center;
}

.subNav .icon-caiwu {
	background: url(../../images/promote/icon_normal_caiwu.png) center;
}

.subNav .icon-fenbao {
	background: url(../../images/promote/icon_normal_fenbao.png) center;
}

.subNav .icon-fuli {
	background: url(../../images/promote/icon_normal_fuli.png) center;
}

.subNav .icon-zhandian {
	background: url(../../images/promote/icon_normal_lianmeng.png) center;
}

.currentDd {
	color: #fff;
	background: #25354E;
	cursor: pointer;
	font-size: 16px;
	line-height: 50px;
	position: relative;
}
.currentDd .arrow-icon {
	transform: rotate(90deg);
}

.icon-guanli {
	background: url(../../images/promote/icon_selected_guanli.png) center;
}

.icon-shujvi {
	background: url(../../images/promote/icon_selected_shujv.png) center;
}

.icon-caiwu {
	background: url(../../images/promote/icon_selected_caiwu.png) center;
}

.icon-fenbao {
	background: url(../../images/promote/icon_selected_fenbao.png) center;
}

.icon-fuli {
	background: url(../../images/promote/icon_selected_fuli.png) center;
}

.icon-zhandian {
	background: url(../../images/promote/icon_selected_zhandian.png) center;
}

.arrow-icon {
	background: url(../../images/promote/icon_pressed_xiala.png) center no-repeat;
}


/*右边*/

.trunk {
	/*position: relative;*/
	height: 100%;
	width: 100%;
}

.trunk-con {
	margin-left: 195px;
	position: relative;
	min-width: 1200px;
    overflow: scroll;
}

.right-container {
	margin: 18px 1.8% 0;
	position: relative;
	background: #fff;
}

.normal-list {
	min-height: 780px;
	background: #fff;
	position: relative;
	border: 1px solid #E3E8EC;
	overflow: hidden;
}

.header {
	background: #FFF;
	color: #6A7082;
	height: 53px;
	line-height: 53px;
	border-bottom: 1px solid #E6E8EC;
	margin-left: 195px;
}

.header-left {
	float: left;
	margin-left: 1.8%;
	font-size: 12px;
	color: rgba(55,76,96,0.8);
}

.header-right {
	margin: 0 1.8%;
	float: right;
}

.trunk-title {
	font-size: 16px;
	font-weight: 600;
	color: #6a7082;
	border-bottom: 1px solid #E0E7F1;
	height: 41px;
	line-height: 41px;
	margin: .6% 2% 0 2%;
	padding-top: 7px;
}

.title-main {
	padding-left: 2px;
	vertical-align: middle;
}

.location {
	font-size: 14px;
	color: #A5A6BB;
	font-weight: normal;
}

.trunk-icon {
	margin-top: 7px;
}

.location-container-text:last-child {
	color: #535875;
}

.tab {
	margin: 20px 2% 0;
}

.tab-menu {
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #F6F7F9;
	color: #535875;
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	text-align: center;
	cursor: pointer;
}

.tab-menu a {
	display: inline-block;
	width: 100%;
}

.tab-menu:not(:first-child) {
	margin-left: -1px;
}

.tab-menu:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.tab-menu:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.tab-menu-active {
	background: #26C7DB;
	color: #FFF;
	border: 1px solid #26C7DB;
}

.tabpan {
	margin: 1% 2% 0;
}

.tabpan-con-con {
	width: 100%;
	height: 54px;
	line-height: 54px;
}

.tabpan-con {
	display: none;
}

.tabpan-input {
	width: 265px;
	height: 32px;
	padding-left: 10px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	line-height: 32px;
	color: #535875;
}

.trunk-search .tabpan-input {
	width: 120px;
}

.tabpan-show {
	display: block;
}

.label-name {
	text-align: right;
	color: #8B8CA0;
	width: 125px;
	margin-right: 15px;
}

.req {
	color: red;
	display: inline-block;
	width: 10px;
	text-align: center;
}

.button {
	width: 118px;
	height: 36px;
	line-height: 36px;
	background: #26C7DB;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 0;
	margin-left: 110px;
}

.button:disabled {
	background: #E5E5E5;
	color: #8B8CA0;
}

.back-btn {
	width: 118px;
	height: 36px;
	line-height: 36px;
	background: #E5E5E5;
	color: #8B8CA0;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}

.label-choose {
	position: relative;
	margin-right: 20px;
	cursor: pointer;
}

.radio-choose {
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
}

.label-choose .label-choose-i {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	background: url(../../images/promote/icon_normal_weixuanze.png) no-repeat center;
}

.label-choose i.current {
	background: url(../../images/promote/icon_xuanze.png) no-repeat center;
}

.js-select-gallery {
	width: 220px;
}

.select2-container--default .select2-selection--single {
	height: 36px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
}

table {
	border-collapse: collapse;
	font-size: 16px;
}

.tagging {
	margin-left: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #A5A6BB;
	line-height: 40px;
}

.submit,.btn-clear {
	width: 95px;
	height: 36px;
	display: block;
	background: #26C7DB;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 14px;
}

.btn-clear {
	background: #f0eff5;
	color: #6a7082;
}

.normal-table {
	margin-top: 17px;
}

.trunk-search-smallselect {
	width: 120px;
}

.trunk-search-select {
	width: 140px;
}

.normal-space .selection {
	margin-left: 10px;
}

.normal-table {
	width: 100%;
	text-align: center;
}

.normal-table tr {
	height: 40px;
}

.normal-table th {
	background: #f0eff5;
	border-top: 1px solid #f3f5f9;
	color: #6a7082;
}


.normal-table tr:nth-child(2n-1) {
	background: #FAFAFC;
	border-top: 1px solid #f3f5f9;
	border-bottom: 1px solid #f3f5f9;
}

.normal-table td {
	border: none;
	color: #515974;
}
#promotecoin_table td{
	color: #6A7082;
	font-size: 14px;
}
#promotecoin_table .settlement_text {
	color: #FFB22B;
}
#promotecoin_table .total_settlement_text {
	font-weight: bold;color: #FFB22B;
}
.editbtn {
	color: #4A90F0;
}

.notice-tip {
	padding-left: 20px;
	color: #999;
	font-size: 13px;
	display: inline-block;
	line-height: 20px;
}

.color-orange {
	color: #ff6600;
}

.color-red {
	color: #ff0000;
}

.color-green {
	color: #008000;
}

.color-blue {
	color: #169BD5;
}

.bgcolor-white {
	background: #fff;
}

.bgcolor-lightgray {
	background: #fafafa;
}

.textc {
	text-align: center;
}

.minh-table {
	min-height: 500px;
	overflow: auto;
}

.nodata {
	text-align: center;
	line-height: 48px;
	color: #a5a5a5;
	margin-top: 70px;
}

.mychlid-tabcon {
	/*position: relative;
	height: 80vh;*/
}

.mychlid-desccontent {
	position: absolute;
	bottom: -60px;
}

.summary-num {
	text-align: left;
	padding-left: 4%;
}

.no-data {
	text-align: center;
	height: 45vh;
}

.no-data-img {
	margin: 10vh 0 0 0;
}
/* 头部菜单 */
.nav-tabs {
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 43px;
	margin-bottom: 11px;
	position: relative;
}

.nav-tabs-con {
	margin-bottom: -1px;
	display: block;
	position: relative;
}

.nav-tabs-active .nav-link {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 5px solid #26c7db;
	border-bottom-color: transparent;
	cursor: pointer;
}

.nav-link {
	line-height: 38px;
	display: block;
	padding: 0 15px;
	position: relative;
	color: #6a7082;
	font-weight: bold;
	float:left;
	font-size:16px;
	border-top: 5px solid transparent;
}

.title-remark {
	display: inline-block;
	color: #999;
	margin: 10px 0 0 50px;
}
.record {
/*	margin-top: 7px;
    padding:.6% 2% 0 2%;*/
	margin: .6% 2% 0 2%;
	padding-top: 5px;

}
/*底部*/

.footer {
	/*height: 10vh;*/
	text-align: center;
	position: absolute;
	width: 100%;
	font-size: 14px;
	color: #8E8FA8;
}

.footer .inner {
	padding-top: 13px;
}
.footer .inner.pt0 {
	padding-top:0;
}
.footer p {
	line-height: 24px;
}

.footer .customerService span,
.footer .copyright span {
	padding: 0 7px;
}


.data_summary td{
	background: #f0eff5;
}

@media screen and (max-height: 900px) {
	/*.footer {
		height: 13vh;
		text-align: center;
		position: absolute;
		width: 100%;
		font-size: 14px;
		color: #8E8FA8;
	}*/
}
a.disabled{
	cursor: not-allowed;
	color: #cccccc
}
.light{
	color: rgb(38,199,219);
}