@font-face {
	font-family: Times-New-Roman;
	src: url('../fonts/Times New Roman.ttf'),
		url('../fonts/Times New Roman.ttf'),
		url('../fonts/Times New Roman.ttf');
	/*IE9*/
}

@font-face {
	font-family: "youshebiaotihei";
	src: url("../fonts/youshebiaotihei.ttf");
}

@font-face {
	font-family: 'tapeworm';
	src: url('../fonts/tapeworm.eot');
	src: url('../fonts/tapeworm.eot?#iefix') format('embedded-opentype'),
		url('../fonts/tapeworm.woff2') format('woff2'),
		url('../fonts/tapeworm.woff') format('woff'),
		url('../fonts/tapeworm.ttf') format('truetype'),
		url('../fonts/tapeworm.svg#tapewormregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

* {
	-webkit-appearance: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 300;
	font-family: 'tapeworm';
}

body {
	overflow-x: hidden;
}

input {
	outline: none;
}

a {
	cursor: pointer;
}

.row {
	margin: 0;
	padding: 0;
}

.bg {
	background: url(../img/u0.png) no-repeat;
	background-size: 100%;
}

.bg_user {
	background-color: #f2f2f2;
}

.bg_bai {
	background-color: #fff;
}

.huang_bg {
	background-color: #f7bd26;
}

.hui_bg {
	background-color: #ecf0f1;
}


.lv_bg {
	background-color: #15c95d;
}

.huang_font {
	color: #f7bd26;
}

._text_left {
	text-align: left;
}

._text_right {
	text-align: right;
}

._text_center {
	text-align: center;
}

.pad_0 {
	padding: 0rem;
}

.pad_L_5 {
	padding-left: 0.3125rem;
}

.pad_R_5 {
	padding-right: 0.3125rem;
}

input[type="checkbox"]:checked::after {
	content: "✓";
	position: absolute;
	color: white;
	font-size: 14px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* WebKit/Blink 浏览器 */
input[type="checkbox"]::-webkit-checkbox {
	-webkit-appearance: none;
}

/* Firefox */
input[type="checkbox"]::-moz-checkbox {
	-moz-appearance: none;
}

/* IE10+ */
input[type="checkbox"]::-ms-check {
	color: transparent;
	background: none;
	border: none;
}

/* 正常状态 */
input[type="checkbox"] {
	transition: all 0.2s ease;
}

/* 悬停状态 */
input[type="checkbox"]:hover {
	border-color: #999;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* 聚焦状态 */
input[type="checkbox"]:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.3);
}

/* 选中状态 */
input[type="checkbox"]:checked {
	background-color: #2196F3;
	border-color: #2196F3;
}

/* 禁用状态 */
input[type="checkbox"]:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.checkbox-container {
	display: flex;
	align-items: center;
}

input[type="checkbox"] {
	/* 统一大小 */
	width: 20px;
	height: 20px;
	min-width: 20px;
	/* 防止被压缩 */

	/* 调整间距 */
	margin-right: 8px;

	/* 垂直对齐 */
	vertical-align: middle;
	position: relative;
	top: -1px;
}

._logo {
	height: 5rem;
	cursor: pointer;
}

._header {
	background-color: #fff;
	height: 6.25rem;
	line-height: 6.25rem;
	border-bottom: 2px solid #f7bd26;
}

._header .container,
._header2 .container,
._footer .container {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	max-width: 100%;
}

._header2 {
	position: fixed;
	z-index: 10;
	background-color: #fff;
	height: 5rem;
	line-height: 5rem;
	border-bottom: 2px solid #f7bd26;
	width: 100%;
	top: 0px;
	left: 0;
	display: none;
}

._header2 img {
	height: 3.75rem;
}

._header2 ._menu {
	width: 100%;
	margin-left: 50px;
}

._header2 input {
	height: 3.125rem;
	margin: 0.9375rem 0;
	border: 2px solid #f7bd26;
	width: 100%;
	border-radius: 3.125rem;
	padding-left: 0.9375rem;
}

._header2 i.fa {
	position: absolute;
	z-index: 11;
	top: 20px;
	right: 30px;
	font-size: 30px;
	color: #f7bd26;
}

._full {
	max-width: 1400px;
	border-radius: 0.3125rem;
	margin: 0 auto 1.25rem;
	padding: 1.25rem;
	background-color: #fff;
	box-shadow: 0px 0px 5px 5px #ebf1f1;
}

._full_screen {
	max-width: 1400px;
	margin: 0 auto;
}

._menu a {
	font-size: 16px;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.349019607843137);
}

._menu a.active,
._menu a:hover {
	color: #f7bd26;
	font-weight: 500;
	font-size: 18px;
	transition: 0.5s ease;
}

._logbtn {
	color: #fff;
	border: 0px;
	padding: 0 1.25rem;
	font-size: 1.25rem;
}

._index_search {
	margin: 3.125rem auto;
}

._index_search input {
	width: 80%;
	font-size: 1rem;
	height: 5rem;
	line-height: 5rem;
	padding-left: 1.25rem;
	border-radius: 3.125rem;
	border: 1px solid #f7bd26;
	margin: 1.25rem auto;
}

._index_search button {
	background-color: #f7bd26;
	color: #fff;
	border-radius: 3.125rem;
	border: 0px;
	height: 4.375rem;
	line-height: 4.375rem;
	padding: 0px 1.25rem;
	font-size: 1.125rem;
	margin: 0.3125rem 0;
	position: absolute;
	z-index: 1;
	right: 11.5%;
	top: 1.25rem;
}

.hot_keywords {
	width: 100%;
	padding-left: 15%;
	font-size: 0.875rem;
}

.hot_keywords label {
	font-weight: 700;
	color: rgba(0, 0, 0, 0.349019607843137);
}

.hot_keywords a {
	color: #000;
	padding: 0 0.625rem;
}

#query_labels {
	max-width: 1400px;
}

.query_labels {
	padding-bottom: 0.3125rem;
}

.query_labels a {
	font-size: 1.125rem;
	color: rgba(0, 0, 0, 0.8);
	padding-right: 0.625rem;
	cursor: pointer;
}

.query_labels a.active {
	color: #f7bd26;
	font-weight: 700;
}

.layui-carousel {
	background-color: transparent;
}

.layui-carousel>[carousel-item]>* {
	background-color: transparent;
}

.sliders {
	padding: 5px;
	background: #f8f8f8;
	max-height: 443px;
	height: 443px;
	border-radius: 5px;
}

.sliders img {
	width: 100%;
	max-height: 25rem;
	border-radius: 0.1875rem;
	margin-bottom: 1.25rem;
}

.sliders a {
	font-weight: 600;
	font-size: 1.125rem;
	color: #000;
}

.sliders button.ljck {
	border: 0;
	border-radius: 3.125rem;
	padding: 0.3125rem 1.25rem;
	font-weight: 500;
}

._items {
	margin-bottom: 0.625rem;
	padding: 0px;
}

._items ._item_box {
	padding: 0 5px;
}

._items ._item_box:first-child {
	padding-left: 0rem;
}

._item_box ._item {
	background-color: #b4d7df;
	padding: 0px;
}

._item_box ._item .col-md-12 {
	padding: 0.3125rem;
}

._item_box ._item img {
	width: 100%;
	max-height: 25rem;
}

._item_box ._item a {
	font-weight: 600;
	font-size: 1.125rem;
	color: #000;
}

._item_dy_box img {
	width: 100%;
	max-height: 15.9375rem;
}

._box8 {
	margin: 3.125rem auto;
}

._box8 ._box8_bt {
	margin-bottom: 0.625rem;
}

._box8_bt label {
	color: #f7bd26;
	font-weight: 700;
}

._box8_bt label a {
	color: #b4d7df;
}

._box8_bt button {
	background-color: #b4d7df;
	color: #fff;
	border-radius: 3.125rem;
	padding: 5px 1.25rem;
	border: 0;
}

._box9 {
	margin: 3.125rem auto;
}

._box9 h3 {
	font-size: 1.875rem;
}

._box9 p {}

._box9 button {
	border: 0;
	width: 18.75rem;
	border-radius: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	color: #fff;
	background-color: #f7bd26;
}

._footer {
	width: 100%;
	background-color: #000;
	height: 18.75rem
}

._footer .logo {
	padding-top: 1.25rem;
}

._footer .logo label {
	color: #fff;
	font-weight: 500;
}

._footer .logo a {
	color: #fff;
	padding: 0 0.3125rem;
}

._footer .logo h3 {
	color: #fff;
}

._footer .beia {
	color: #fff;
}

._footer .beia p {
	margin-bottom: 0.3125rem
}


/**********登录注册*********/
.login_logo {
	position: fixed;
	z-index: 2;
	top: 3.125rem;
	left: 3.125rem;
}

.login_logo img {
	border-radius: 5px;
	width: 90%;
	cursor: pointer;
}

.login_bg img {
	position: fixed;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 100%;
}

.login_bg_box {
	position: absolute;
	z-index: 2;
	margin-top: 15%;
	margin-left: 6.25rem;
}

.login_bg_box h3 {
	font-family: "youshebiaotihei";
	color: #59664F;
	font-size: 26px;
	margin-bottom: 1.875rem;
}

.login_box {
	position: fixed;
	z-index: 2;
	background-color: #fff;
	width: 70%;
	height: 100%;
	top: 0;
	right: 0;
}

.login_box_u290 {
	position: fixed;
	z-index: 3;
	bottom: 1.25rem;
	right: 1.25rem;
	width: 400px;
}

.login_box_u290 img {
	width: 100%;
}

.login_box_u10 {
	max-width: 31.25rem;
	margin: 18.75rem auto 0;
}

.login_box_u10 h3 {
	font-family: "youshebiaotihei";
	color: #b4d7df;
	font-size: 28px;
	margin-bottom: 3.125rem;
}

.login_box_u10 input[type='text'],
.login_box_u10 input[type='password'] {
	border: 1px solid #f7bd26;
	border-radius: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	padding-left: 1.25rem;
	width: 100%;
	margin-bottom: 1.25rem;
}

.login_box_u10 input[type='checkbox'] {
	width: 18px;
	height: 18px;
	margin: -1.5px 5px 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	&:checked {
		background-color: #2196F3;
		border-color: #2196F3;
		position: relative;
	}

	&:disabled {
		opacity: 0.5;
		cursor: not-allowed;
	}
}

.login_box_u10 button {
	background-color: #f7bd26;
	color: #fff;
	font-size: 18px;
	height: 3.125rem;
	line-height: 3.125rem;
	width: 100%;
	border-radius: 3.125rem;
	border: 0;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.login_box_u10 button.yzm {
	width: 100px;
	position: absolute;
	margin: 0 0 0 -100px;
	font-size: 14px;
}

.login_box_u10 .kjdl_btn {
	color: #000000;
	margin-top: 0px;
	font-size: 16px;
	padding-right: 10px;
	cursor: pointer;
}

.login_box_u10 .kjdl_btn img {
	height: 20px;
	margin-top: -5px;
}

.login_box_u10 .kjdl_btn.active {
	font-size: 18px;
	font-weight: 700;
	color: #d7b37c;
}


/********个人中心********/
#userInfo_head {
	width: 12.5rem;
	height: 12.5rem;
}

.user_box_bg {
	width: 100%;
	height: 400px;
}

.user_box_bg img {
	width: 100%;
	height: 100%;
}

.user_box_bg .container {
	margin-top: -110px;
}

.user_box_bg img.user_logo {
	width: 12.5rem;
	height: 12.5rem;
	border-radius: 50%;
}

.user_box_bg i.fa-camera {
	font-size: 30px;
	color: #ccc;
	position: absolute;
	z-index: 2;
	right: -30px;
	top: 130px;
	cursor: pointer;
}

.user_box_bg h4 {
	color: #000;
	font-size: 18px;
}

.user_box_bg p {
	color: rgba(0, 0, 0, .7);
	font-size: 14px;
}

.user_box_bg h3 {
	color: #f7bd26;
	font-size: 20px;
	font-weight: 700;
}

.user_box_bg button#ghfm {
	background-color: #fff;
	border-radius: 5px;
	border: 0;
	height: 40px;
	line-height: 40px;
	width: 120px;
	position: absolute;
	right: 20px;
	top: 330px;
	color: #f7bd26;
}

.user_box {
	max-width: 1400px;
	background-color: #fff;
	margin: 20px auto;
	min-height: 500px;
	border-radius: 0.3125rem;
	padding-top: 3.175rem;
	padding-bottom: 3.175rem;
}

.user_box_menu {
	/* border-right: 1px solid #e8e8e8; */
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	padding-right: 0px;
}

.user_box_menu a {
	/* background-color: #e6e4e49a;
	border-bottom: 1px solid #c9e5ea; */
	color: #000;
	width: 100%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.user_box_menu .col-md-12:last-child a {
	border-bottom: 0;
}

.user_box_menu a.active,
.user_box_menu a:hover {
	background-color: #1D9FFF;
	transition: 0.5s ease;
	color: #fff;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	text-decoration: none;
}


.user_box_body {
	padding: 0 100px;
}

.user_box_body h3#sqrz {
	color: #f7bd26;
	font-size: 18px;
	cursor: pointer;
}

.user_box_body .bq {
	border-left: 5px solid #c9e5ea;
	padding-left: 0.625rem;
	font-size: 18px;
	color: #999;
	margin-bottom: 1.25rem;
}

.user_box_body label {
	height: 3.125rem;
	line-height: 3.125rem;
}

.user_box_body input[type="text"],
.user_box_body input[type="number"],
.user_box_body input[type="password"] {
	border: 0;
	border-bottom: 1px solid #e6e4e49a;
	width: 100%;
	height: 3.125rem;
	line-height: 3.125rem;
	padding-left: 0.625rem;
	margin-bottom: 0.625rem;
}

.user_box_body select {
	border: 0;
	border-bottom: 1px solid #e6e4e49a;
	width: 100%;
	height: 3.125rem;
	line-height: 3.125rem;
	padding-left: 0.625rem;
	margin-bottom: 0.625rem;
	/* display: block; */
}

.user_box_body textarea {
	border: 0;
	border-bottom: 1px solid #e6e4e49a;
	width: 100%;
	padding-left: 0.625rem;
	margin-bottom: 0.625rem;
	resize: none;
}

.user_box_body button {
	border-radius: 3.125rem;
	width: 150px;
	height: 3.125rem;
	line-height: 3.125rem;
	border: 0;
}

.user_box_body button.w100 {
	width: 100px;
}

.user_box_body button.w75 {
	width: 75px;
}

.user_box_body button#tj_btn {
	background-color: #f7bd26;
	color: #fff;
	font-size: 1rem;
}

.user_box_body h3#yjyd {
	font-size: 16px;
	color: #ccc;
	cursor: pointer;
}

.user_box_msg_list {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}

.user_box_msg_list h4 {
	font-size: 16px;
	font-weight: 500;
}

.user_box_msg_list i.fa-circle {
	color: #cc0000;
}

.user_box_msg_list span {
	font-size: 0.875rem;
}

.user_box_msg_list p {
	letter-spacing: 1.5px;
	text-indent: 2em;
	font-size: 0.875rem;
	margin-bottom: 0;
}

/*******我的作品******/
.user_box_zp {
	padding: 0.3125rem;
}

.user_box_zp .zp_bg {
	height: 200px;
	/* background-image: url(../img/u41.png); */
	background-size: 100% 200px;
	background-repeat: no-repeat;
	cursor: pointer;
	border-radius: 10px;
}

.user_box_zp .zp_bg .zpfm {
	width: 100%;
	height: 200px;
}

.user_box_zp .zp_bg span {
	background: rgba(255, 255, 255, .8);
	padding: 5px 10px;
	border-radius: 3.125rem;
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
}

.user_box_zp .zp_bg .sysq {
	position: absolute;
	z-index: 2;
	left: 10px;
	bottom: 10px;
	background-color: #f7bd26;
	color: #fff;
	width: 40px;
	text-align: center;
	border-radius: 50px;
	font-size: 12px;
}

.user_box_zp .zp_bg .sysq2 {
	background-color: #cc0000;
}

.user_box_zp .zp_bg .plsc {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 15px;
	text-align: center;
	width: 18px;
	height: 18px;
	background-color: #fff;
	display: none;
}

.user_box_zp .zp_bg .zp_bt {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	padding: 0.3125rem;
	width: 100%;
}

.zp_bt .zp_bt_body {
	background: rgba(0, 0, 0, .7);
	color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0.3125rem;
}

.zp_bt .zp_bt_body h4 {
	font-size: 16px;
}

.zp_bt .zp_bt_body img {
	border-radius: 3.125rem;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.zp_bt .zp_bt_body a {
	color: #fff;
	text-decoration: none;
}

.syjf {
	border: 1px solid #ccc;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	display: inline-block;
}

.body_query button {
	width: 5rem;
	height: 40px;
	line-height: 40px;
	margin-top: 55px;
}

/*********充值提现********/
.user_box_body .zhcz span.czje {
	display: inline-block;
	padding: 0 5px;
	height: 1.875rem;
	line-height: 1.875rem;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-top: 5px;
	margin-right: 10px;
}

.user_box_body .zhcz img {
	height: 30px;
	cursor: pointer;
	margin-right: 10px;
}

.user_box_body .bq2 {
	font-size: 16px;
	color: #999;
	margin-bottom: 1.25rem;
	cursor: pointer;
	margin-right: 0.625rem;
}

.user_box_body .bq2.active,
.user_box_body .bq2:hover {
	border-bottom: 5px solid #c9e5ea;
	padding-bottom: 0.625rem;
	font-size: 18px;
}

.user_box_body .txsq {
	display: none;
}

.user_box_body .txsq img {
	height: 30px;
	cursor: pointer;
	margin-right: 10px;
}

.user_box_body .txsq .paypawrd {
	width: 40px;
	height: 40px;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-align: center;
	margin-right: 0.625rem;
}

.user_box_body .zhcz,
.user_box_body .txsq {
	margin-top: 100px;
}


/***********作品详情**********/
.zpxq_box .main_logo {
	width: 100%;
	height: 37.5rem;
	margin-bottom: 1.25rem;
}

.zpxq_box .main_detail {
	/* text-indent: 2em; */
	letter-spacing: 0.0625rem;
	margin: 10px 0;
}

.zpxq_box ._items {
	background-color: #e9ecef;
	padding: 20px 0.625rem;
	border-radius: 0.1875rem;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
}

.zpxq_box ._items ._items_box {
	background-color: #fff;
	padding: 0.625rem;
	border-radius: 0.3125rem;
	margin: 10px 0;
}

._items ._items_box img {
	border-radius: 3.125rem;
	width: 6.25rem;
	height: 6.25rem;
}

._items ._items_box .col-md-12 {
	padding: 10px 0;
}

.zpxq_box ._items p {
	text-indent: 2em;
	letter-spacing: 1.5px;
	margin: 10px 0;
}

.zpxq_box ._items button {
	width: 80%;
	border: 0;
	border-radius: 3.125rem;
	height: 3.125rem;
	color: #fff;
}

.zpxq_box ._items button#ljxz {
	background-color: #f7bd26;
}

.zpxq_box ._items button#sysq {
	background-color: #15c95d;
}

.zpxq_box .zpbq span {
	margin: 0 5px;
	padding: 0 10px;
	border-radius: 50px;
	background-color: #c9e5ea;
	display: inline-block;
	height: 1.875rem;
	line-height: 1.875rem;
}

.zpxq_box .zpcz a {
	cursor: pointer;
	color: #000;
	font-size: 18px;
}

.other_zp {
	margin-top: 1.25rem;
}

.other_zp p {
	font-weight: 400;
	font-size: 16px;
}

.other_zp span {
	border-radius: 5px;
	margin: 0 5px;
	padding: 0 10px;
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 1px solid #ccc;
	cursor: pointer;
}

/**********作品专区：免费|图片|视频*********/
.zpzq_query {
	/* border-right: 1px solid #e8e8e8; */
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	padding-right: 10px;
}

.zpzq_query .zpzq_query_box {
	margin: 5px 0;
}

.zpzq_query .zpzq_query_box_ok {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

.zpzq_query_box_ok span {
	border: 0 !important;
	background-color: #f7bd26;
	color: #fff;
	cursor: pointer;
}

.zpzq_query_box label {
	font-weight: 700;
	font-size: 16px;
	padding-top: 0px;
}

.zpzq_query_box span {
	border-radius: 10px;
	margin: 2px 5px;
	padding: 2px 5px;
	display: inline-block;
	/* height: 2.5rem;
	line-height: 2.5rem; */
	border: 1px solid #ccc;
	cursor: pointer;
}

.zpzq_query_box span.active,
.zpzq_query_box span:hover {
	border: 0;
	background-color: #f7bd26;
	color: #fff;
}

.zpzq_body span {
	border-radius: 50px;
	margin: 0 5px;
	padding: 0 10px;
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 1px solid #ccc;
	cursor: pointer;
}

.zpzq_body span.active,
.zpzq_body span:hover {
	border: 0;
	background-color: #f7bd26;
	color: #fff;
}

.zpzq_body .zpzq_body_box {
	padding: 10px 0;
}

.zpzq_body .zpzq_body_box img {
	width: 95%;
	/* height: 12.5rem; */
	margin: 10px 0;
	cursor: pointer;
}

.zpzq_body .zpzq_body_box a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: underline;
}

.zpzq_body_box_more {
	margin-top: 6.25rem;
	color: #ccc;
}

.zpzq_body_box_more i {
	font-size: 30px;
	animation: ease-bounce 2s infinite;
	animation-timing-function: ease-in-out;
	cursor: pointer;
}

.zpzq_body_box_more p {
	cursor: pointer;
}

@keyframes ease-bounce {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-15px);
	}
}

/**重新layer**/
.layui-layer-msg {
	border-radius: 50px !important;
	/* border: 1px solid #cc0000!important; */
	border: 0px !important;
	color: #cc0000;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
}

.layui-layer-dialog {
	border-radius: 10px !important;
}

.layui-layer-dialog .layui-layer-btn a {
	border-radius: 30px !important;
}

.gglx_title {
	float: left;
	border-radius: 50px;
	padding: 10px 15px;
	font-size: 16px;
	margin: 0 5px;
	cursor: pointer;
	background-color: #f8f8f8;
}

.gglx_title:hover {
	background-color: #2F4056 !important;
	color: #fff;
	transition: 0.5s ease-in;
}

.gglx_body {
	background: #fff;
	padding: 15px 0;
	margin-bottom: 15px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
}

.gglx_body .col-md-10 h3 {
	/* text-decoration: underline; */
	cursor: pointer;
}

.gglx_body .col-md-10 p {
	cursor: pointer;
	text-indent: 2em;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: underline;
}

.query_labels_fixed {
	position: fixed;
	z-index: 100;
	top: 80px;
	background: #e9ecef;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
	width: 370px;
	height: 1000px;
	overflow: auto;
}

.query_labels_fixed_right {
	margin-left: 25%;
}

.batch_del_box {
	position: absolute !important;
	z-index: 10;
	border: 1px solid rgba(0, 0, 0, .7);
	cursor: pointer;
	top: 10px !important;
	left: 10px !important;
}

/* picshow */
.picshow {
	position: relative;
	z-index: 1;
	height: 37.5rem;
	width: 100%;
	overflow: hidden;
}

.picshow .picwrap li {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.picshow .picwrap li.hide {
	display: none;
}

.picshow .picwrap li img.main_big_pic {
	width: 100%;
	height: 100%;
}

.picshow .picwrap li video.main_big_pic {
	width: 100%;
	height: 33rem;
}

.picshow .butt {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 80px;
	text-align: center;
}

.picshow .butt .trans_bg {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.picshow .butt ul {
	position: absolute;
	left: 30px;
	top: 0px;
	text-align: center;
	zoom: 100%;
}

.picshow .butt li {
	position: relative;
	float: left;
	display: inline;
	width: 120px;
	height: auto;
	margin: 3px 26px 0px 26px;
	padding-top: 2px;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.picshow .butt li img.menu,.picshow .butt li video.menu {
	width: 116px;
	height: auto;
	cursor: pointer;
}

.picshow .butt li img.img_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	width: 100%;
	height: 70px;
}

.picshow .butt li.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.picshow .pic_titles {
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
}

.picshow .pic_titles ul {
	margin-left: 30px;
}

.picshow .pic_titles li {
	float: left;
	display: inline;
	width: 172px;
	height: 22px;
	overflow: hidden;
	text-align: center;
}

.picshow .pic_titles li p {
	display: none;
	width: 100%;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.shuiyin {
	position: absolute;
	z-index: 10000;
	top: 50px;
	right: 10px;
	text-align: right;
	width: 40%;
}

.shuiyin img {
	width: 100%;
}

.load_hui {
	display: flex;
	width: 100%;
	padding: 10px;
	background: linear-gradient(90deg, #ecf0f1 25%, #e0e6e8 50%, #ecf0f1 75%);
	background-size: 200% 100%;
	animation: pulseLoader 1.5s ease-in-out infinite;
}
@keyframes pulseLoader {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

._wxfw {
	color: #28a745;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-top: 50px;
}

/**********mobile tp css***********/
.wxauth_console{
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #fff;
	padding: 15px;
	display: none;
}
.wxauth_console .wxauth_console_lab{
	font-size: 16px;
    line-height: 2;
}
.wxauth_console .wxauth_console_title{
	text-indent: 2em;
    letter-spacing: 1px;
}

.wxauth_console .layui-row .layui-col-xs6{
	text-align: center;
}
.wxauth_console .layui-btn{
	margin-top: 20px;
	width: 70%;
}

.wxauth_console .layui-btn-jj{
	background: #e8e8e8;
	color: #1AAD19;
}
.wxauth_console .layui-btn-ty{
	background: #1AAD19;
	color: #fff;
}