
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}
.red {
	color: #FF5722;
}
.pl-10 {
	padding-left: 10px;
}
.pl-30 {
	padding-left: 30px;
}
.pt-15 {
	padding-top: 15px;
}

body {
	font-family: "微软雅黑";
	/* font-family: "microsoft yahei"; */
}

h1, h2 {
	font-weight: normal;
}

.txt-r {
	text-align: right;
}

.txt-c {
	text-align: center;
}

.colorfff {
	color: #fff;
}

/* input {
	box-shadow: inset 0 0 0 1000px transparent!important;
} */

.bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/bg.jpg) no-repeat;
	background-position: center center;
	/* background-size:100% 100%;	 */
	background-clip: content-box;
	pointer-events: none;
}

.bg video {
	object-fit: cover;
}

.bg_cover {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.hlr_login_user .layui-input {
	background-color: inherit;
	color: #fff;
}

.hlr_login_user .layui-btn {
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
	background: none;
}

.hlr_login_tit {
	line-height: 38px;
	font-size: 24px;
	text-align: center;
	padding: 5px 0 15px;
	color: #fff;
}

.hlr_login_user {
	position: fixed;
	z-index: 999;
	left: 50%;
	margin-left: -150px;
	top: 50%;
	margin-top: -250px;
	width: 300px;
	height: 500px;
	padding: 20px;
	box-sizing: border-box;
	background: url(../images/black70.png);
}

.hlr_login_icon {
	position: absolute;
	left: 5px;
	top: 8px;
	font-size: 20px;
	color: #fff;
}

.hlr_login_icon2 {
	position: absolute;
	left: 7.5px;
	top: 10.5px;
	font-size: 20px;
	color: #fff;
}

.hlr_login_vercode {
	height: 38px;
}

.hlr_login_txt {
	cursor: pointer;
	text-align: center;
	color: #fff;
	line-height: 28px;
	height: 28px;
}

.hlr_login_ico {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.hlr_login_ico img {
	widows: 40px;
	height: 40px;
}

.cate_title {
	font-size: 24px;
	text-align: center;
	line-height: 32px;
	padding: 60px 0 20px;
}

.hlr_anli {
	padding: 30px 0;
	margin-top: 0;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.hlr_anli div {
	width: 100%;
	text-align: center;
	align-self: center;
}


.hlr_anli li img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	box-shadow: 0px 5px 5px rgba(140, 140, 140, 0.9);
}

.hlr_anli li h1 {
	text-align: center;
	line-height: 32px;
	font-size: 16px;
	margin-top: 10px;
	/* font-family: "宋体"; */
	color: #333;
}

.hlr_anli li p {
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #999;
}

.hlr_anli li .anli_edit {
	position: absolute;
	top: 20px;
	right: 55px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius:2px;
	/* background: url(../images/pic_11.png) center center #fff no-repeat; */
	background-size: 26px 26px;	
	cursor: pointer;
}

.hlr_anli li .anli_del {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius:2px;
	/* background: url(../images/pic_10.png) center center #fff no-repeat; */
	background-size: 26px 26px;	
	cursor: pointer;
}

.hlr_anli_config li img {
	border-radius: 0;
}

.anli_add {
	position: fixed;
	z-index: 200;
	right: 20px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	background: url(../images/pic_05.png) center center #fff no-repeat;
	background-size: 28px 28px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.xuanfu_rb {
	right: 20px;
	bottom: 20px;	
	
}

.shaixuan_out {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	background: #fff;
	padding: 10px 0 0;
}

.shaixuan {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.shaixuan .search{
	position: absolute;
	right:0;
	top:0;
	width: 180px;
}

.shaixuan .tit {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 40px;
	height: 40px;
}

.shaixuan .tit_search {
	float: left;
	line-height: 40px;
	height: 40px;	
}
.shaixuan .li_swxw {
	float: left;
	width: 58px;
	line-height: 40px;
	height: 40px;	
}
.shaixuan .li_sex {
	float: left;
	width: 46px;
	line-height: 40px;
	height: 40px;	
}
.shaixuan ul .layui-form-radio {
	margin:0;
	padding-right: 2px;
}

.shaixuan ul .layui-form-radio>i {
	margin-right: 2px;
}

.shaixuan ul {
	padding-left: 50px;
	overflow: hidden;
	margin-right: 10px;
}

.shaixuan ul.ul_search {
	padding-left: 0px;
	overflow: hidden;
}


.shaixuan ul.ul_search .layui-form-checkbox[lay-skin=primary] {
    height: auto!important;
    line-height: normal!important;
    min-width: 18px;
    min-height: 18px;
    border: none!important;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 0;
    background: 0 0;
}
.shaixuan ul.ul_search .layui-form-checkbox[lay-skin=primary] span {
    padding-left: 0;
    padding-right: 2px;
    line-height: 18px;
    background: 0 0;
    color: #666;
}

.shaixuan ul li {
	float: left;
	margin-top: 8px;
	line-height: 24px;
	height: 24px;
	cursor: pointer;
	margin-right: 8px;
}

.shaixuan ul li span {
	display: block;
	line-height: 24px;
	height: 24px;
	padding: 0 6px;
}

.shaixuan ul li i {
	display: block;
	margin-top: 4px;
	margin-left: 2px;
	margin-right: 2px;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}

.shaixuan ul li.on i {
	display: block;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}

.shaixuan ul li.on span {
	background: #333;
	color: #fff;
}

.shaixuan_search {
	position: absolute;
	right: 5px;
	top: 8px;
	font-size: 20px;
	color: #999;
	z-index: 2;
	cursor: pointer;
}

.shaixuan_close {
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.daohang_out {
	background: #C9C9C9;
	padding: 0;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 110;
}

.daohang_out .logout {
	position: absolute;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	right:20px;
	top:0;	
}

.daohang {
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	
}


.chs_btn {
	margin-top: 10px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	border: 1px solid #999;
}

.layui-flow-more {
	clear: both;
}

.welcome {
	text-align: center;
	position: fixed;
	width: 100%;
	top: 50%;
	margin-top: -77px;
}

.welcome h1 {
	font-size: 24px;
	line-height: 48px;
	color: #000;
	;
}

.welcome p {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	;
}

.dibu {
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding-bottom: 2px;
	position: fixed;
	bottom: 0;
	z-index: 300;
	border-top: 1px solid #DDE2E4;
}

.dibu ul li {
	float: left;
	width: 20%;
}

.dibu ul li i {
	width: 28px;
	height: 28px;
	margin: 0 auto;
	display: block;
	margin-top: 5px;
	background: url("../images/dibu_tb.jpg") no-repeat;
	background-size: 168px 56px;
}

.dibu ul li p {
	line-height: 20px;
	color: #A9B1B4;
	text-align: center;
}

.dibu ul a li.on p {
	color: #4dc02d;
}

.dibu ul a:nth-child(3) li.on p {
	color: #25CED8;
}

.dibu ul a:nth-child(1) li i {
	background-position: 0 0;
}

.dibu ul a:nth-child(2) li i {
	background-position: -28px 0;
}

.dibu ul a:nth-child(3) li i {
	background-position: -56px 0;
}

.dibu ul a:nth-child(4) li i {
	background-position: -84px 0;
}

.dibu ul a:nth-child(5) li i {
	background-position: -112px 0;
}

.dibu ul a:nth-child(1) li.on i {
	background-position: 0 -28px;
}

.dibu ul a:nth-child(2) li.on i {
	background-position: -28px -28px;
}

.dibu ul a:nth-child(3) li.on i {
	background-position: -56px -28px;
}

.dibu ul a:nth-child(4) li.on i {
	background-position: -84px -28px;
}

.dibu ul a:nth-child(5) li.on i {
	background-position: -112px -28px;
}

.hlr_form {
	padding: 20px;
	overflow: hidden;
}

.zt {
	padding: 66px 0 10px;
	box-sizing: border-box;
	height: 100%;
}


.zt_description {
	position: relative;
	padding: 40px 30px;
	min-height: 350px;
	background: url(../images/black70.png);
	overflow: hidden;
}

.zt_description .make_dd {
	position: absolute;
    bottom: 30px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
}

.zt_description .h1 {	
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	margin: 0 0 40px 0;	
}

.zt_description h1, .zt_description p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
}

.zt_description .rr img {
	width: 100%;
	border: 1px solid #fff;
	border-radius: 4px;
	box-sizing: border-box;
}

.zt_zhiye {
	padding:30px 0px;
	height: 100%;
}
.zt_zhiye .ll {
	padding:0 30px;
	height: 100%;
}
.zt_zhiye .ll img {
	width: 100%;
}
.zt_zhiye .rr h1 {
	height: 64px;
	line-height: 64px;
	font-size: 36px;
}
.zt_zhiye .rr p {
	padding-top: 30px;	
	line-height: 48px;
	font-size: 24px;
}

.zt_zhutiquanshi {
	padding: 40px 30px;
	height: 100%;
	background: url(../images/black70.png);	
}

.zt_zhutiquanshi h1 {	
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	margin: 0 0 10px 0;	
}

.zt_zhutiquanshi .description {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	/* margin:60px 30px;	 */
	margin-top: 28%;
	height: 40%;
	box-sizing: border-box;
	overflow-y: auto;
}

.zt_zhutiquanshi .description::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	/**/
}

.zt_zhutiquanshi .description::-webkit-scrollbar-track {
	background: rgb(239, 239, 239);
	border-radius: 10px;
}

.zt_zhutiquanshi .description::-webkit-scrollbar-thumb {
	background: #bfbfbf;
	border-radius: 10px;
}

.zt_zhutiquanshi .description::-webkit-scrollbar-thumb:hover {
	background: #333;
}

.zt_zhutiquanshi .description::-webkit-scrollbar-corner {
	background: #179a16;
}

.zt_yanse {
	padding: 40px 30px;
	height: 100%;
	/* background: url(../images/black70.png);	 */
	position: relative;
}
.zt_yanse h1 {	
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 32px;
	margin: 0 0 10px 0;	
}
.zt_yanse_ul {
	position: absolute;
	padding: 40px 30px;
	box-sizing: border-box;
	left:0;
	top:0;
	z-index: 300;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}
.zt_yanse_ul li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.zt_yanse_ul li .color {
	display: block;
	width:80%;
	height: 50%;
	padding: 0;
	border:10px solid #fff;
}
.zt_shijingzhanshi {
	padding: 40px 30px;
	height: 100%;
	/* background: url(../images/black70.png);	 */
	position: relative;
}
.zt_shijingzhanshi h1 {	
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 32px;
	margin: 0 0 10px 0;	
}

.zt_shijingzhanshi_ul {
	position: absolute;
	padding: 40px 15px;
	box-sizing: border-box;
	left:0;
	top:0;
	z-index: 300;
	/* width: 100%; */
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;		
}
.zt_shijingzhanshi_ul li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	margin-right: 15px;
}
.zt_shijingzhanshi_ul li img {
	display: block;	
	height: 260px;
	padding: 0;		
}
.zt_baojiabiao {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.layui-layer-imguide {
	display: block!important;
}

.layui-layer-imgprev {
	position: fixed!important;
    left: 40px!important;
    background-position: -5px -5px;
}

.layui-layer-imgnext {
	position: fixed!important;
    right: 40px!important;    
    background-position: -5px -50px;
}
/* .layui-layer-phimg {
	height: 100%;
	pointer-events:none;
}
.layui-layer-photos .layui-layer-phimg img {
	width: unset!important;
	height: 100%;
}
.layui-layer-photos {
	background-color: #000!important;
} */
.zt_shipin {
	padding: 40px 0;
	height: 100%;
	/* background: url(../images/black70.png);	 */
	position: relative;
}
.zt_shipin h1 {	
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
	line-height: 32px;
	margin: 0 0 10px 0;	
}
.zt_shipin_video {
	position: relative;
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.zt_shipin_video iframe {
	width: 100%!important;
	height: 100%!important;
	border:none!important;
}
.zt_shipin_video video {
	object-fit: cover;
}
.zt_shipin_video .js-play-btn {
	border:none;
	position: absolute;
	width: 100%;
	height: 100%;	
	left:0;
	top:0;
	margin-top: 35px;
	background: url(../images/play.png) center center no-repeat;
	background-size: 80px 80px;
	background-color: transparent;
	outline: none;
}
.zt_shipin_video .js-play-btn.pause {
	background: none;
}
.layui-upload-img {
	width: 100%;
}
.upload_img_ul {
	overflow: hidden;	
}
.upload_img_ul li {
	position: relative;
}
.upload_img_ul li img {
	width: 100%;
	height: 100%;
}
.upload_img_ul li .pic_del {
	position: absolute;
	display: none;
	right:5px;
	top:5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.upload_img_ul li:hover .pic_del {
	display: block;
}
.upload_file_ul li i{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 100%;
}
.layui-colorpicker-main {
	background: #C9C9C9;
}
.layui-colorpicker-main-wrapper {
	display: none;
}

.layui-colorpicker-main-input .layui-inline {
	display: none;	
}
.hlr_form .layui-form-radio {
    line-height: 28px;
    margin: 6px 0 0 0;
    padding-right: 5px;
    cursor: pointer;
    font-size: 0;
}

.hlr_form i.audio_play {
	font-size: 24px;
	height: 28px;
	margin: 6px 10px 0 0;
	display: inline-block;
    vertical-align: middle;
}

.layui-form-label {
	float: left;
	display: block;
	padding: 9px 0;
	width: 70px;
	font-weight: 400;
	line-height: 20px;
	text-align: right;
}
.layui-input-block {
	margin-left: 80px;
	min-height: 36px;
}
.upload_video_ul li {
	height: inherit!important;
}
.daohang_l {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.daohang_l li {
	margin-right: 20px;
}
.daohang_r {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.daohang_r li {
	margin-left: 20px;
}

.wdjg {
	margin: 10px -15px;
	overflow: hidden;
	/* display: flex;
	flex-direction: row; */
}
.wdjg li {
	float: left;
	display:block;
	width: 20%;
	box-sizing: border-box;
	
}
.wdjg li i{
	display: block;
	border:1px solid #666;
	box-sizing: border-box;
	width: 100%;
	height: 36px;
	line-height: 34px;
	list-style: 36px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}
.wdjg li.on i{
	color: #fff;
	background: #000;
}

.caozuo {text-align: right;}
.layui-table-grid-down {
	display: none;
}

.queding_ul,.quxiao_ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.queding_ul,.quxiao_ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:flex-start;
}
.queding_ul li {
	margin-right:10px;
	width:50px;
	height: 75px;
	overflow: hidden;
	position: relative;
}
.queding_ul li h1 {
	background: url(../images/black70.png);
	height: 20px;
	width: 100%;
	position: absolute;
	left:0;
	bottom:0;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
	text-align: center;
}

.quxiao_ul li {
	margin-right:10px;
	width: 80px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
.quxiao_ul li h1 {
	background: url(../images/black70.png);
	height: 20px;
	width: 100%;
	position: absolute;
	left:0;
	bottom:0;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
	text-align: center;
}
.queding_ul li img {
	width: 50px;
}
.quxiao_ul li img {
	width: 80px;	
}
/* .layui-layer-imgprev:hover{
	background-position: -5px -5px!important;
}
.layui-layer-imgnext:hover{
	background-position: -5px -50px!important;
} */
@media screen and (max-width: 1024px) {
	.daohang_l li {
		margin-right: 10px!important;
	}
	.daohang {
		font-size: 14px!important;
	}
}
@media screen and (max-width: 768px) {
	.shaixuan_out {
		padding: 0 0 0!important;
	}
	.shaixuan ul li {
		margin-top: 5px;
		margin-right: 5px;
	}
	.shaixuan .search {
		display: none!important;
	}	
	.wdjg {
		margin: 8px -7.5px;
		overflow: hidden;
		/* display: flex;
		flex-direction: row; */
	}
	.zt_shipin_video .js-play-btn {
		background: none;
	}
	.hlr_anli {
		padding: 15px 0;
	}
	.hlr_anli li .anli_edit {
		position: absolute;
		top: 20px;
		right: 72px;
		font-size: 30px;
		text-align: center;
		line-height: 40px;
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius:2px;
		/* background: url(../images/pic_11.png) center center #fff no-repeat; */
		background-size: 26px 26px;	
		cursor: pointer;
	}
	
	.hlr_anli li .anli_del {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 30px;
		text-align: center;
		line-height: 40px;
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius:2px;
		/* background: url(../images/pic_10.png) center center #fff no-repeat; */
		background-size: 26px 26px;	
		cursor: pointer;
	}
	.zt {
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
		height: 100%;
	}
	.zt_description {
		padding: 40px 30px;
		min-height: 100%;
		background: url(../images/black70.png);
		overflow: hidden;
	}
	.zt_shijingzhanshi_ul li img {
		display: block;	
		height: 140px;
		padding: 0;		
	}
	.layui-layer-imgprev {
		position: fixed!important;
		left: 15px!important;
		background-position: -5px -5px;
	}
	
	.layui-layer-imgnext {
		position: fixed!important;
		right: 15px!important;		
		background-position: -5px -50px;
	}
	.layui-form-label {
		float: left;
		display: block;
		padding: 9px 0;
		width: 70px;
		font-weight: 400;
		line-height: 20px;
		text-align: right;
	}
	.layui-input-block {
		margin-left: 80px;
		min-height: 36px;
	}
	.upload_img_ul li .pic_del {
		position: absolute;
		display: block;
		right:5px;
		top:5px;
		z-index: 100;
		width: 30px;
		height: 30px;
	}
	.wdjg li i{
		display: block;
		border:1px solid #666;
		box-sizing: border-box;
		width: 100%;
		height: 36px;
		line-height: 34px;
		list-style: 36px;
		font-size: 14px;
		font-style: normal;
		text-align: center;
	}	
	/* .laytable-cell-1-0-0 {
		width: 40px!important;
	} */
	.laytable-cell-1-0-8 {
		width: 120px!important;
	}
	.layui-table-cell {
		padding:0 2px!important;
	}
	.layui-btn+.layui-btn {
		margin-left: 0!important;
	}
	.cate_title {
		padding: 20px 0 5px!important;
	}
}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 1200px) {}

.input_right_text {
	line-height: 34px;
	text-align: right;
}

.input_center_text {
	line-height: 34px;
	text-align: center;
}
.layui-laypage-limits {
	display: none!important;
}
.layui-laypage-skip {
	display: none!important;
}
.layui-table-view .layui-table-header .layui-table[lay-size=lg] .layui-table-cell {
    height: 28px;
    line-height: 28px;
}
.layui-table-view .layui-table-body .layui-table[lay-size=lg] .layui-table-cell {
    height: 220px;
    line-height: 20px;
}