/*
* @description: 公共样式
 *@author:王奉
* @update: name(xxxx-xx-xx xx:xx)
 */

body {
	background: #F5F6FA;
	margin: 0;
	font: inherit;
	position: relative;
	height: auto;
	overflow-x: hidden;
}

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;
}
a.js-ajax-delete {
    color: #26c7db;
}

.tLine{
	color:#26c7db;
}
span.label.label-success {
    color: #26c7db;
}
a.apply-btn.js-support-edit {
	 color: #26c7db;
}
a.apply-btn.js-support-follow{
	color: #26c7db;
}

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: 5px;
}

.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;
}
/*左侧导航栏*/
/* loading */
.loading_index{
	width: calc(100% - 220px);
    height: 100%;
    background: #f5f6fa;
    left: 220px;
    position: absolute;
    z-index: 2022;
   display: none;
}
.loading_index img{
	width: 50px;
	height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.nav-new {
	width: 220px;
	height: 100%;
	background: #162642;
	position: fixed;
	z-index: 9;
}

.logo-picture img {
	width: 220px;
    height: 52px;
}

.subNavBox {
	width: 100%;
	text-align: center;
	overflow: auto;
    height: calc(100% - 52px);
}

.subNav {
	cursor: pointer;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 35px;
	position: relative;
	text-align: left;
}

/* .subNav:hover { */
	/* background: #25354E; */
	/* color: #fff; */
/* } */

.subNav:hover:not(.currentDd) .arrow-icon {
	background: url(../../images/promote/icon_selected_xiala.png) center;
}

.subNav .icon-guanli {
	background: url(../../images/promote/icon_sy_n.png) center;
}

.subNav .icon-shujvi {
	background: url(../../images/promote/icon_sjbb_n.png) center;
}

.subNav .icon-caiwu {
	background: url(../../images/promote/icon_wdsy_n.png) center;
}

.subNav .icon-fenbao {
	background: url(../../images/promote/icon_yxgl_n.png) center;
}
.subNav .icon-bt {
	background: url(../../images/promote/icon_flgl_n.png) center;
}

.subNav .icon-fuli {
	background: url(../../images/promote/icon_selected_fuli.png) center;
}

.subNav .icon-zhandian {
	background: url(../../images/promote/icon_tgpt_n.png) center;
}
.subNav .icon-fcgl {
	background: url(../../images/promote/icon_fcgl_n.png) center;
}
.subNav .icon-zhgl {
	background: url(../../images/promote/icon_zhgl_n.png) center;
}
.subNav .icon-qvdao {
	background: url(../../images/promote/icon_qdjs_n.png) center;
}

.mr25 {
	margin-left: 25px;
}

.navContent {
	/* background: #374760; */
	text-align: center;
	/* display: none; */
	box-sizing: border-box;
	overflow: hidden;
	padding-left: 25px;
	border-bottom: 1px solid #1B2F52;
	padding-bottom: 10px
}

.navContent a {
	display: block;
	color: #C5D2E8;
	/* padding-bottom: 15px; */
	text-align: left;
	/* padding-left: 47px; */
	font-size: 13px;
	/* width: 50%; */
    float: left;
    box-sizing: border-box;
	position: relative;
	line-height: 28px;
	min-width: 49%;
}
.navContent a span{
	/* display: inline-block; */
	padding: 0 10px;
}

.navContent a:hover {
	color: #26c7db; 
	/* color: #1890FF;*/
	text-decoration: underline;
}

.navContent .active {
	/* color: #26c7db; */
	color: #1890FF;
	text-decoration: underline
}

.navContent .active span{
	display:inline-block;
	    background: #3D547D;
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
}

.subNav span {
	/* vertical-align: middle; */
	margin-left: 34px;
	font-size:15px;
}

.subNav .prev-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 50%;
	margin-top: -8px;
}

.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;
	opacity:0
}

/* .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%;
	overflow:auto  hidden;
}

.trunk-con {
	margin-left: 220px;
	position: relative;
	min-width: 1200px;
    overflow: scroll;
}

.right-container {
	margin: 9px 1.1% 0 1.8%;
	position: relative;
	background: #fff;
}

.normal-list {
	min-height: 730px;
	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: 220px;
}

.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;
}
.txt-style{
	position: relative;top: -137px
}
.tabpan-con {
	display: none;
}

.tabpan-input {
	/* width: 273px; */
	width: 265px;
	height: 32px;
	padding-left: 8px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	line-height: 32px;
	color: #535875;
}

.trunk-search .tabpan-input {
	width: 120px;
}
.trunk-search .tabpan-input::placeholder{
	color: #a5a6bb;
}

.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: 140px;
}

.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;
}
.back-btn:hover{
	color: #8B8CA0;
	text-decoration: none;
}

.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;
	position: absolute;
}

.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;
}
.table-wrap .table td{
	padding-left: 10px !important;
}
#promotecoin_table td{
	color: #6A7082;
	font-size: 14px;
	padding-left: 10px;
}
#promotecoin_table .settlement_text {
	color: #FFB22B;
}
#promotecoin_table .total_settlement_text {
	font-weight: bold;color: #FFB22B;
}
.editbtn {
	color: #26c7db;
}

.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);
}

/* 修改浏览器的滚动条*/
/**
 * 修改浏览器的滚动条
 */
::-webkit-scrollbar-track-piece {
  border-radius: 4px;
}

::-webkit-scrollbar-track-piece:hover {
  background-color: rgba(120, 130, 140, 0.33);
  border-left: 1px solid rgba(120, 130, 140, 0.33);
  border-radius: 4px;
}

::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(120, 130, 140, 0.23);
  background-clip: padding-box;
  border: 1px solid rgba(120, 130, 140, 0.23);
  min-height: 28px;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  border: 1px solid rgba(120, 130, 140, 0.23);
  background-color: rgba(120, 130, 140, 0.23);
}

/* .normal-table .data_summary td:nth-child(3~6){ */
	/* color: #26C7DB !important; */
	/* font-weight: bold; */
/* } */
/* 短信通知取消 弹框样式 */
.xz_change_sms_notice_status{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(39, 49, 69, 0.3);
    z-index: 19891015;
}
.xz_exchange-con{
	width: 560px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 25%;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -245px;
    padding-bottom: 20px;
    margin-bottom: 20px;
	border-radius: 5px;
}
.xz_exchange-title{
	width: 100%;
    height: 49px;
    line-height: 49px;
    color: #29364C;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px 0 29px;
	border-bottom:1px solid #EBECF0;
}
.xz_tabpan-con-con{
	width: 90%;
    /* height: 51px; */
    color: #354359;
	letter-spacing: 1px;
    padding: 20px 22px 22px 30px;
    line-height: 32px;
}
.xz1_tabpan-con-con {
    width: 100%;
    height: 51px;
    line-height: 51px;
    color: #6a7082;
	margin-top: 30px;
}
.xz_borderleft{
	width: 3px;
    height: 17px;
    float: left;
    background: #26C7DB;
    margin-top: 17px;
    margin-right: 5px;
}
.xz_title{
	font-size: 18px;
	font-family: 'Microsoft YaHei';
font-weight: 400;
color: #29364C;
}
.xz_close{
	float: left;
	margin-left: 67%;
}
.xz_button {
    width: 82px;
    height: 32px;
    line-height: 32px;
    background: #26C7DB;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 0;
    margin-left: 454px;
}
#is_include_zqd{
	  opacity: 0;
    position: absolute;
    width: 16px;
    height: 16px;
	margin-left: 0px;
  }
  .topCheckIcon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/themes/simpleboot3/public/assets/images/icon_weixuan.png);
    background-size: 100% 100%;
    vertical-align: middle;
	margin-right: 5px;
}
  .checkbStyle{
	margin-top: 5px;
  }
  input[type="checkbox"]:checked+.topCheckIcon {
    background-image: url(/themes/simpleboot3/public/assets/images/icon_xuanzhong.png);
    background-size: 100% 100%;
	margin-right: 5px;
}
.t-style{
	color: #26c7db;
	text-decoration: underline;
}

/* 快捷入口 */
.sildeRight {
	width: 49px;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 99;
}
.intoQuick {
	width: 49px;
	height: 40px;
	background: #41A6ED;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(83, 88, 117, 0.4);
	border-radius: 15px 0px 0px 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 12px;
	cursor: pointer;
}
.cancelQuick{
	width: 49px;
	height: 40px;
	background: #FF5151;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(83, 88, 117, 0.4);
	border-radius: 15px 0px 0px 15px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}



/* 游戏权限弹窗 */
.q-box{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(39, 49, 69, 0.3);
    z-index: 19891015;
    display: flex;
    align-items: center;
    justify-content: center;
	top:0px;
		left: 0px;
}
.q-content{
	width: 832px;
	height: 500px;
	background: #FFFFFF;
	border-radius: 5px;

}
.q-bt{
	font-size: 15px;

font-weight: bold;
color: #333333;
	padding-left: 20px;
}
.q-title{
	width: 100%;
	height: 43px;
	line-height: 43px;
background: #F8F8F8;
border-radius: 5px;

}
.q-close-img{
	width:12px;
	height: 12px;
	padding-right: 20px;
	margin-top: 15.5px;
	cursor: pointer;
}
.li-content ul{
	float: left;
    overflow-y: scroll;
    height: 400px;
}
.li-content ul li:nth-child(3n){ 
	margin-right: 0px;
}
.li-content ul li{ 
	width: 195px;
	margin-right: 69px;
	float: left;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #333333;
	line-height: 48px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.li-content{
	height: 456px;
	padding: 26px 0 0 39px;
	/* background-color: pink; */
}


/* 权限设置 */
.Tone{
	width: 32%;
	float: left;

}
.Ttwo{
	width: 32%;
	float: left;

}
.s_label{
	margin-top: 6px;font-weight: bold;color: #333;width: 98px;
}
.moreCheckBox {
    width: 281px;
    height: 392px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    margin-left: 99px;
    margin-bottom: 30px;
	margin-top: 13px;
	padding-bottom: 10px;
}
.father {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 10px;
}
.moreCheckBox ul li {
    list-style: none;
}
.father label {
    font-weight: 500;
    margin-bottom: 10px;
}
.childens {
    padding-left: 20px;
}
.changeInput input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 100;
}
.father li input[type="checkbox"] {
    opacity: 0;
    position: relative;
    width: 15px;
    height: 15px;
    z-index: 100;
} 
.father li input[type="checkbox"]:checked+.checkedIcon {
    background-image: url(/themes/admin_simpleboot3/public/assets/images/icon_choose1.png);
}
.checkedIcon {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(/themes/admin_simpleboot3/public/assets/images/ico-duoxuan-n.png);
    background-size: 100% 100%;
    vertical-align: middle;
	margin-top: -8px;
    margin-left: -23px;
}
/* lh 2021.10.28 -----------*/
.top-show {
	width: 100%;
	text-align: center;
	float: left;
	font-size: 13px;
	font-family: " Microsoft YaHei";
	font-weight: 400;
	color: #333333;
	margin-left: 0px;
  
  }
  .top-show ul {
	display: flex;
	/* flex-wrap: wrap; */
	float: left;
	width: 100%;
	/* background-color: pink; */
  }
  .top-show ul li {
	list-style: none;
	float: left;
	/* margin-right: 13px; */
	margin-right: 0.813%;
	margin-bottom: 14px;
	width: 15.86%;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
  }
  .top-show li p:first-child{
	font-size: 13px;
	font-family:'Microsoft YaHei' ;
	font-weight: 400;
	color: #6A7082;
	margin-top: 10px;
  }
  .top-show li p:nth-child(2){
	font-size: 24px;
	font-family:'Microsoft YaHei' ;
	  font-weight: bold;
  }
  .top-show .one p:nth-child(2){
   color: #41A6ED;
  }
  .top-show .two p:nth-child(2){
	color: #FFB170;
  
  }
  .top-show .three p:nth-child(2){
   color: #B59FDC;
  }
  .top-show .four p:nth-child(2){
   color: #26C6DA;
   margin-top: 5px;
  }
  .top-show .five p:nth-child(2){
   color: #F47A7A;
  }
  .top-show .six p:nth-child(2){
   color: #FFB22B;
  }
  .top-show ul li:last-child {
	margin-right: 0px;
  }
  
/* lh 2021.10.28 -----------*/

/* lh 2021.11.9 -----------*/
.table-wrap .table {
    width: 100%;
}
.table-wrap .table tr {
    height: 38px;
}
.table-wrap .table tr > th {
    background-color: #e4e4e4;
	font-size: 13px;
	text-align: left;
    padding-left: 10px;
    padding-right: 5px;
    /* padding-left: 15px; */
	vertical-align: middle;
	border-right: 1px solid #ddd;
}
.table-wrap .table tr > td:first-child {
    color: rgba(61, 71, 93, 0.8);
}
.table-wrap .table > tbody > tr > td {
    /* padding: 0 8px 0 20px; */
	padding: 0 5px 0 15px;
    color: #3E475D;
	font-size: 13px;
	vertical-align: middle;
}
.retained{
	width: 95%;
    margin: 15px 20px 20px 40px;
    padding-bottom: 30px;
}
.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    line-height: 1.42857143;
    vertical-align: middle;
    /* border-top: 1px solid #ddd; */
}
	.table-bordered {
		border: 1px solid #ddd;
	}
/* lh 2021.11.9 -----------*/
/* lh 2021/12/10  start 角色画像 */
.gameRole:hover{
	opacity: 0.9;
	color: #F59A23;
}
.roleBox{
	/* position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 19891015;
    display: flex;
    align-items: center;
    justify-content: center;
  	top:0px;
    left: 0px; */
}
/* .roleBoxContent{
	width: 756px;			
	height: 100%;
	border-radius: 0 0 5px 5px;
	position: static;
	left: 50%;
	top: 25%;
	background-color: #fff;
	float: left;
} */
.roleBox{
	
}
.roleC-top{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #F2F3F7;;
}
.roleCT-title{

	font-size: 15px;
	font-family: 'Microsoft YaHei';
	font-weight: bold;
	color: #333333;
	padding-left: 21px;

}
.div-close{
	line-height: 45px;
}
.rolePop-close{
	margin-right: 20px;
	width: 12px;
	height: 12px;
	cursor: pointer;


}
.roleC-list{
	width: 715px;
	height: 54px;
	line-height: 54px;
	background: #F9FBFE;
	border-radius: 5px;
	margin-top: 16px;
	margin: 0 auto;
	position: relative;
    top: 10px;
}
.roleC-list ul li{
	float: left;
	list-style: none;
	font-weight: 400;
	font-size: 14px;
	margin-right: 52px;
}
.roleC-list ul{
margin-left: 19px;

}
.roleC-list ul li p{
float: left;
}
.roleC-list ul li  p:first-child{
	color: #999999;

}
.roleC-list ul li  p:last-child{
	color: #333333;
	white-space: nowrap;
	min-width: 30px;
	max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.role-center{
	width: 715px;
	margin:0px 0 0px 21px;

}
.role-left{
    height: 340px;
    display: flex;
    align-items: center;
}
.role-left ul{
	list-style: none;
	margin-top: 3px;
}
.role-left ul li{
	width: 220px;
	height: 40px;
	line-height: 36px;
	text-align: left;
padding-left: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	font-weight: 400;
	color: #333333;
}
.role-left ul li:first-child{
	background: rgba(253, 134, 106, 0.1);
	border: 1px solid #FD866A;
}
.role-left ul li:nth-child(2){
	background: rgba(115, 172, 255, 0.1);
border: 1px solid #73ACFF;

}
.role-left ul li:nth-child(3){
	background: rgba(255, 196, 116, 0.1);
	border: 1px solid #FFC474;

}
.role-left ul li:nth-child(4){
	background: rgba(158, 135, 255, 0.1);
	border: 1px solid #9E87FF;
	margin-bottom: 0px;

}
.role-left ul li span{
	font-size: 20px;
	font-weight: bold;
}
.role-left ul li:first-child span{
	color: #FD866A;

}
.role-left ul li:nth-child(2) span{
	color: #73ACFF;
}
.role-left ul li:nth-child(3) span{
	color: #FFC474;
}
.role-left ul li:nth-child(4) span{
	color: #9E87FF;
}
.bottom-tip{
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	color: #A8A9B5;
	line-height: 16px;
	float: left;
    width: 100%;
	/* margin-top: 20px; */
	/* position: absolute; */
	position: relative;
bottom: 20px;
}
.role-right{
	/* width: 490px; */
	width: 470px;
	height: 280px;
}
.leij{
	font-size: 14px;
font-family: 'Microsoft YaHei';
font-weight: bold;
color: #333333;
}
.rolepop .layui-layer-title{
	/* width: 100%; */
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #F2F3F7;
    background: #fff;
	/* border-radius: 0; */
	font-size: 15px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: #333333;
    padding-left: 21px;
	border-radius: 5px 5px 0 0 !important;
}
.rolepop {
	border-radius: 5px !important;
}
.backColo{
	background-color: #fff;
}
/* lh 2021/12/10  stop 角色画像 */
.wqyDiv{
	width: 100%;
	height: 300px;
	background: #FFFFFF;
	border: 1px solid #E6E8EC;
	border-radius: 4px;
	font-size: 14px;
	font-family:"Microsoft YaHei" ;
	font-weight: 400;
	color: #6A7082;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.wqyDiv a{
	color: #018FFF;
}
.signbox{
	width:100%;
/* height: 350px; */
background: #FFFFFF;
border: 1px solid #E6E8EC;
border-radius: 4px;
}
.signbox .head{
	height: 40px;
	line-height: 40px;
	background: #F8F7FA;
	border-bottom: 1px solid #E6E8EC;
	border-radius: 4px;
	padding-left: 22px;
	font-size: 15px;
font-family:"Microsoft YaHei" ;
font-weight: 400;
color: #354359;
}
.signbox .head a{
	color:#26C7DB;
}
.blueColor{
	color: #26C7DB;
}
.sendDiv{
	display: flex;
    justify-content: flex-start;
    align-items: center;
	line-height: 45px;
}
.sTable1 tr td:first-child{
	text-align: right;
}
.sTable1 tr td:last-child{
	padding-left: 40px;
}
.sTable1{
	margin-left: 26px;
	font-size: 14px;
margin-top: 20px;
font-weight: 400;
color: #354359;
}
.sTable1 tr{
	height: 45px;
}
.resend1{
	width: 60px;
	height: 24px;
	background: rgba(1, 143, 255, 0.1);
	border: 1px solid #018FFF;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 400;
	color: #018FFF;
	line-height: 24px;
	text-align: center;
	margin-left: 14px;

}
.xiugaiBtn{
	width: 110px;
	height: 32px;
	background: #26C7DB;
	border-radius: 4px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 31px;
}
.sendDiv .gray-bg{
	background: #F0EFF5;
    border: 1px solid #F0EFF5;
    color: #6666;
}

.signedBox{
	border-radius: 6px 6px 0 0;	
	font-size: 15px;
	font-weight: 400;
	color: #354359;

}
.changeTishi {
	display: none;

}
.changeTishiPop{
	background: #FFFFFF;
	border-radius: 6px !important;
}
.changeTishi .btn_box a {
	width: 82px;
	height: 32px;
}
.content_title{
	width: 100%;
	height: 49px;
	line-height: 49px;
	display: flex;
	align-items: center;

    justify-content: space-between;
	border-bottom: 1px solid #EBECF0;
}
.content_title p::before {
	content: '';
	display: block;
	width: 3px;
	height: 17px;
	float: left;
	background: #26C7DB;
	margin-right: 10px;
}

.content_title p {
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #29364C;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.content_title .close_zanbuPop {
	float: right;
	width: 13px;
	height: 13px;
	margin-right: 25px;
	cursor: pointer;
}

.content_tishi {
	margin-left: 30px;
	padding-top: 29px;
}

.tishi_nr {
	font-size: 15px;
	font-weight: 400;
	color: #354359;
	line-height: 30px;
}

.content_tishi img {
	width: 17px;
	height: 17px;
	margin-right: 7px;
	margin-top: 5px;
}
.changeTishi .btn_box a {
	width: 82px;
	height: 32px;
}
.qvxiao {
	width: 95px;
	background: #F0EFF5;
	border-radius: 4px;
	color: #535875;
	margin-right: 14px;
}
.xiugai {
	color: #FFFFFF;
	width: 110px;
	height: 32px;
	background: #26C7DB;
	border-radius: 4px;
}

.changeColor {
	color: #26C7DB
}
.btn_box {
	width: 100%;
	float: right;
	position: absolute;
	display: flex;
	bottom: 30px;
	right: 25px;
	justify-content: flex-end;
}

.btn_box a {
	display: block;
	font-size: 14px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-weight: 400;
}

.allOpacityBack {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 99;
}
.centerWhiteModal {
	width: 1040px;
	height: 724px;
	background: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	overflow-y: hidden;
	padding-bottom: 50px;
}
.centerWhiteModal .title {
	height: 44px;
	border-bottom: 1px solid #F2F3F7;
	line-height: 44px;
	padding-left: 21px;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	position: relative;
}
.centerWhiteModal .mainCenterContent {
	padding: 31px 20px 0 40px;
	height: 100%;
	overflow-y: auto;
}
.centerWhiteModal .closeIcon {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url('../../images/promote/dialog/close.png');
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	top: 17px;
	cursor: pointer;
}
.sortTypePart {
	margin-bottom: 45px;
}
.sortTypePart .name {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}
.sortTypePart .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}
.typeItem {
	position: relative;
	margin-right: 61px;
	margin-top: 17px;
}
.typeItem a{
	display: block;
}
.typeItem img {
	width: 60px;
	height: 60px;
}
.typeItem p {
	margin-top: 9px;
}
.switchIcon {
	display: inline-block;
	width: 32px;
	height: 18px;
	background-image: url('../../images/promote/dialog/ico_off.png');
	background-size: 100% 100%;
	position: absolute;
	right: -11px;
	bottom: 30px;
}
.switchIcon.active {
	background-image: url('../../images/promote/dialog/ico_on.png');
}
.otherFunctionPart {
	display: inline-block;
	width: 184px;
	height: 30px;
	background-image: url('../../images/promote/dialog/btn_other.png');
	background-size: 100% 100%;
	margin-bottom: 10px;
}
.otherFunctionPart:hover {
	background-image: url('../../images/promote/dialog/btn_other_over.png');
}
.rebate-add-btn{
	width: 18px;
    height: 18px;
    line-height: 16px;
    background-color: #26C7DB;
    text-align: center;
    background-size: 100% 100%;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}
.rebate-item-lh{
	display: flex;
	align-items: center;
}
.formtxt-lh{
    width: 373px !important;
}
.js-rebate-del-btn{
	display: block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    background: rgba(255, 0, 0, 1);
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
}