html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	background: #f6f6f6;
	transition: all 0.1s linear;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
select,
button {
	/*font-family: 'Microsoft YaHei', "Times New Roman", Georgia, Serif;*/
	font-family: "Helvetica", "Pingfang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
	padding: 0;
	margin: 0;
	color: inherit;
	box-sizing: border-box;
	outline: none;
}

select {
	background: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0 none;
}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	/*清除标题标签的默认样式*/
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	text-decoration: none;
	/*大部分页面中的链接没有下划线*/
	color: #666;
}

a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: inherit;
}

i {
	font-style: normal;
}

.clearfix:after {
	height: 0;
	content: " ";
	display: block;
	overflow: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
	/*IE低版本浏览器不支持after伪类所以要加这一句*/
}

img {
	width: 100%;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #CCCCCC;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #CCCCCC;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #CCCCCC;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #CCCCCC;
}

.text_bs_color {
	color: #fff;
}

.bg_w {
	background: #fff;
}

.text_main_color {
	color: #EC0C0C !important;
}

.text_main_color_lv {
	color: #39c05f !important;
}
.text_color_3 {
	color: #333;
}
.text_color_6 {
	color: #666;
}
.text_color_a {
	color: #aaa;
}

.block {
	display: block;
}
.none {
	display: none;
}
.text-right{
	text-align: right;
}
.text-center {
	text-align: center;
}

.flex {
	display: flex;
	align-items: center;
}

.border_bottom {
	border-bottom: 1px solid #F6F6F6;
}

.border_top {
	border-top: 1px solid #F6F6F6;
}

.padding_bottomno {
	padding-bottom: 0 !important;
}

.padding_topno {
	padding-bottom: 0 !important;
}
.padding_leftno {
	padding-left: 0 !important;
}

.padding_left20 {
	padding-left: 20px;
}

.padding_rightno {
	padding-right: 0 !important;
}
.margin_left10{
	margin-left: 10px;
}
.margin_right10{
	margin-right: 10px;
}
.padding_no {
	padding: 0 !important;
}

.margin_bottomno {
	margin-bottom: 0 !important;
}

.margin_topno {
	margin-top: 0 !important;
}
.margin_leftno {
	margin-left: 0 !important;
}
.margin_rightno {
	margin-right: 0 !important;
}
.box_shadow{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.bordernone{
	border: none;
}
.border_leftno{
	border-left: none;
}
.border_topno{
	border-top: none !important;
}
.border_rightno{
	border-right: none !important;
}
.padding_leftright{
	padding: 0 10px;
}
.padding_left10{
	padding-left: 10px;
}
.space_bet{
	justify-content: space-between;
}
.initbtn {
	color: #fff;
	background: #EC0C0C;
	border: none;
	/*font-size: 16px;*/
	cursor: pointer;
}
.layui-table,.layui-table th,.layui-table td{
	text-align: center;
}
.margin-top16{
	margin-top: 16px;
}
.margin-left10{
	margin-left: 10px;
}
/*隐藏*/

.text_hidden {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.text_hidden2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wrap {
	max-width: 1190px;
	/*min-width: 320px;*/
	width: 100%;
	margin: auto;
}


/*头部 start*/

.header_vip {
	height: 40px;
	background: #222831;
}

.header_vip>div {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: space-between;
}

.header_vip .left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_vip .left a {
	font-size: 12px;
	color: #fff;
	margin-right: 20px;
}

.header_vip .right {
	display: flex;
	position: relative;
	align-items: center;
	cursor: pointer;
	height: 100%;
	transition: all .3s linear;
}

.header_vip .right p {
	font-size: 14px;
}

.header_vip .right .header_ul {
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	transition: all .3s linear;
	display: none;
}

.header_vip .right .header_ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.header_vip .right img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 10px;
	margin-right: 10px;
}

.header_vip .right:hover .header_ul {
	transition: all .3s linear;
	display: block;
}
.header_vip .right>a {
    color: #fff;
    padding: 0 10px;
}
.header_vip .right div {
    display: flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    height: 100%;
    transition: all 0.3s linear;
}

/*nav start*/

.header_logo {
	padding: 18px 0;
}

.header_logo>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	width: 140px;
    height: 48px;
}

.header_logo .left {
	flex: 2;
}

.header_logo .left .com_name{
	font-weight: 600;
	font-size: 24px;
	color: #333;
}

.header_logo .left i{
	font-size: 24px;
	/*color: #DDA972;*/
	color: #288CFD;
	margin-right: 15px;
}

.header_logo .right {
	flex: 6;
}

.header_nav .nav li {
	float: right;
	width: 11%;
	text-align: center;
}

.header_nav .nav li a:hover,
.header_nav .nav li.active a {
	border-bottom:3px solid #EC0C0C;
	color: #EC0C0C;
}
.nav>li {
    position: relative;
    display: block;
    padding: 0 15px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-size: 15px;
	color: #666666;
}


/*nav end*/

/*头部 end*/

/*底部 start*/

.footer_up {
	padding: 39px 0;
	background: #262D37;
}
.footer_up >div{
	display: flex;
	justify-content: space-between;
}


.footer_up .footer_details {
	/* float: left; */
	/* width: 20% */
}

.footer_details img {
	width: 150px;
	height: 150px;
	border: 1px solid #fff
}

.footer_details p {
	color: #fff;
	font-size: 16px;
	margin-top: 10px
}

.footer_ul li {
	line-height: 27px;
	font-size: 15px;
	color: #a3aab4
}

.footer_ul .footer_title {
	color: #fff;
	margin-bottom: 13px;
	/*font-size: 16px;*/
}
.footer_ul li a {
	color: #a3aab4;
}

.footer_down {
	text-align: center;
	padding: 15px 0 10px;
	background: #222831
}

.footer_down p,
.footer_down p a {
	line-height: 25px;
	color: #c1c1c1;
	font-size: 12px
}

.phone_footer {
	background: #222831;
	text-align: center;
	padding: 30px 0;
}
.footer_center{
	border-top: 1px solid #393939;;
	background: #303030;
	padding: 23px 0;
	color: #ccc;
}
.footer_center p{
	color: #fff;
	padding-bottom: 5px;
}
.footer_center ul{
	flex-wrap: wrap;
}
.footer_center ul li a{
	display: block;
	padding:5px 10px;
}

/*底部 end*/


/*左边菜单 start*/
.left_con{
	margin-right: 16px;
	padding:0 20px;
}
.left_ul{
	text-align: center;
}
.left_ul li a,
.left_ul li{
	display: block;
}
.left_ul li a{
	padding: 10px 0;
	font-size: 15px;
}
.left_ul li:hover a,
.left_ul li.active a{
	color: #EC0C0C;
}
.user_left_tit{
	font-size: 20px;
	color: #333;
	font-weight: 600;
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #E6E6E6;
}
/*左边菜单 end*/
/*主题 start*/
.aside_title {
	position: relative;
	padding:20px 0 20px 15px;
	font-size: 18px;
	font-weight: 600;
}

.aside_title:before {
	content: '';
	position: absolute;
	top: 22px;
	left: 0;
	background: #EC0C0C;
	width: 4px;
	height: 21px
}


.content{
	margin: 16px 0;
}

.content>.left{
	position: sticky;
	top: 0;
	transition: all .3s linear;	
}
.content>.left,
.content>.left>.left_con,
.content>.right>.main,
.content>.right{
	min-height: 500px;
	height: 100%;
}
#mainFrame{
	height: 500px;
	background:#fff;
	transition: all 0.1s linear;
	width: 100%;
}
#mainFrame html{
	background:#fff;
}

/*主题 end*/
/*没有信息 start*/
.nonedata_box{
	text-align: center;
	padding: 100px 0;
	color: #888888;
}
.nonedata_box img{
	width: 126px;
	height: 89px;
}
.nonedata_box p{
	font-size: 16px;
	line-height: 40px;
}
.nonedata_box button{
	width: 100px;
	height: 26px;
	border-radius: 2px;
	border: solid 1px #ec0c0c;
	font-size: 14px;
	color: #ec0c0c;
	background: transparent;
	cursor: pointer;
}
.nonedata_box .layui-icon{
	font-size: 40px;
}
/*没有信息 end*/
.layui-upload-list1{
	display: flex;
	flex-wrap: wrap;
}
.layui-upload-list1 div{
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #fff;
	position: relative;
}
.layui-upload-list1 div img{
	height: 100%;
}

.layui-upload-list1 div i{
	position: absolute;
	right: -9px;
	top: -9px;
	color: #F74C31;
	font-size: 20px;
}
.police_img{
	width: 20px;
    height: 20px;
    line-height: 22px;
}
.text_break{
	word-wrap: break-word;
}
.layui-form  label>span.text_main_color{
	font-size: 18px;
	font-weight: 600;
	margin-right: 2px;
}
.weixinpaytips{
	width: 260px;
	height: 84px;
}
.payweixinimg{
	width:260px;
	height:260px;
}
.layui-laypage-limits select>option:not(:first-child){
	display: none;
}
