@charset "utf-8";

/* 布局 */

.site-inline {
	font-size: 0;
}

.site-tree,
.site-content {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
}

.site-tree {
	width: 220px;
	min-height: 900px;
	padding: 5px 0 20px;
}

.site-content {
	width: 899px;
	min-height: 900px;
	padding: 20px 0 10px 20px;
}


/* 头部 */

.layui-layout-admin .header {
	height: 55px;
	border-bottom: 5px solid #5FB878;
	background-color: #393D49;
	color: #fff;
}

.header-demo .layui-nav .layui-this:after,
.header-demo .layui-nav-bar {
	background-color: #393D49;
}

.layui-layout-admin .layui-side {
	top: 60px;
}


/*iframe内样式*/

.x-body {
	/* padding: 20px; */
	/* background: #fff; */
	min-height: 350px;
}

.x-nav {
	padding: 0 20px;
	position: relative;
	z-index: 99;
	border-bottom: 1px solid #e5e5e5;
	line-height: 39px;
	height: 39px;
	overflow: hidden;
	display: none;
}

.x-center {
	text-align: center;
	margin: 0 auto;
}

xblock {
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	line-height: 22px;
	/* border-left: 5px solid #009688; */
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
}

.x-right {
	float: right;
}

.x-red {
	color: red;
}


/*登录页面相关样式*/

.x-box {
	width: 400px;
	height: 450px;
	background: #F2F2F2 url() 0 0 no-repeat;
	border-radius: 20px;
	margin: 80px auto;
	overflow: hidden;
}

.x-top {
	height: 60px;
	width: 100%;
	position: relative;
}

.x-mid {
	position: relative;
	height: 390px;
	width: 100%;
	background: #fff url() 0 0 no-repeat;
}

#loginbtn {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 70px;
	border: none;
	font-size: 30px;
	color: #fff;
	line-height: 70px;
	margin: 0px;
}

#loginbtn .layui-btn {
	width: 100%;
	height: 100%;
	background: #5FB878;
}

.x-footer button:hover {
	background-color: #FF2775;
	cursor: pointer;
}

.x-login-close {
	font-size: 24px;
	line-height: 60px;
	margin-left: 20px;
	float: left;
	color: #393D49;
	cursor: pointer;
}

.x-login-right {
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
}

.x-login-right li {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border-radius: 50%;
	float: left;
	cursor: pointer;
}

.x-avtar {
	width: 100%;
	height: 115px;
	text-align: center;
	/*background: red url() 0 0 no-repeat;*/
}

.x-avtar img {
	width: 70px;
	height: 70px;
	border: 5px solid #5FB878;
	border-radius: 50%;
	margin-top: 20px;
}

.x-slide_left {
	width: 17px;
	height: 61px;
	background: url(../images/icon.png) 0 0 no-repeat;
	position: absolute;
	top: 200px;
	left: 0px;
	cursor: pointer;
}


/*.x-slide_left:hover{
  background-position: -21px 0px;
}*/

input[type="text"]:disabled {
	background-color: #F2F2F2;
}

.input {
	padding-top: 40px;
}

.layui-form .x-login-box {
	width: 370px;
	height: 50px;
	margin-left: 15px;
	border-bottom: 1px solid #F2F2F2;
}

.x-login-box .layui-form-label {
	width: 30px;
}

.x-login-box i {
	font-size: 28px;
}

.x-login-box input {
	border: 0px solid #000;
	outline: 0px;
	font-size: 28px;
}

.header .layui-nav {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	background: none;
}

.menu {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 65px;
}

.menu a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

.menu a {
	position: relative;
	padding: 0 20px;
	margin: 0 20px;
	color: #c2c2c2;
	font-size: 14px;
}

.menu a:hover {
	color: #fff;
	transition: all .5s;
	-webkit-transition: all .5s
}

.menu a.this {
	color: #fff
}

.menu a.this::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 5px;
	background-color: #5FB878;
}

.header-index {
	background-color: #080018;
	border: none;
}

.logo {
	left: 40px;
	font-size: 28px;
	color: #fff;
	line-height: 60px;
	margin-left: 40px;
}


/* 底部 */

.footer {
	padding: 30px 0;
	line-height: 30px;
	text-align: center;
	background-color: #eee;
	color: #666;
	font-weight: 300;
}

body .layui-layout-admin .footer-demo {
	height: auto;
	padding: 15px 0;
	line-height: 26px;
}

.footer a {
	padding: 0 5px;
}


/* 首页banner部分 */

.site-banner {
	position: relative;
	height: 600px;
	text-align: center;
	overflow: hidden;
	background-color: #393D49;
}

.site-banner-bg,
.site-banner-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.site-banner-bg {
	background-position: center 0;
}

.site-zfj {
	padding-top: 25px;
	height: 220px;
}

.site-zfj i {
	position: absolute;
	left: 50%;
	top: 25px;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	font-size: 200px;
	color: #c2c2c2;
}

@-webkit-keyframes site-zfj {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	10% {
		opacity: 0.8;
		-webkit-transform: translate3d(-100px, 0px, 0) rotate(10deg) scale(0.7);
	}
	35% {
		opacity: 0.6;
		-webkit-transform: translate3d(100px, 0px, 0) rotate(30deg) scale(0.4);
	}
	50% {
		opacity: 0.4;
		-webkit-transform: translate3d(0, 0, 0) rotate(360deg) scale(0);
	}
	80% {
		opacity: 0.2;
		-webkit-transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
	}
	90% {
		opacity: 0.1;
		-webkit-transform: translate3d(0, 0, 0) rotate(3600deg) scale(6);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);
	}
}

@keyframes site-zfj {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	}
	10% {
		opacity: 0.8;
		transform: translate3d(-100px, 0px, 0) rotate(10deg) scale(0.7);
	}
	35% {
		opacity: 0.6;
		transform: translate3d(100px, 0px, 0) rotate(30deg) scale(0.4);
	}
	50% {
		opacity: 0.4;
		transform: translate3d(0, 0, 0) rotate(360deg) scale(0);
	}
	80% {
		opacity: 0.2;
		transform: translate3d(0, 0, 0) rotate(720deg) scale(1);
	}
	90% {
		opacity: 0.1;
		transform: translate3d(0, 0, 0) rotate(3600deg) scale(6);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0) rotate(3600deg) scale(1);
	}
}

@-webkit-keyframes site-desc {
	0% {
		-webkit-transform: scale(1.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes site-desc {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.layui-anim-scaleSpring {
	-webkit-animation-name: layui-scale-spring;
	animation-name: layui-scale-spring
}

.site-zfj-anim i {
	-webkit-animation-name: site-zfj;
	animation-name: site-zfj;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.site-desc {
	position: relative;
	height: 70px;
	margin-top: 25px;
	background: url(../images/layui/desc.png) center no-repeat;
}

.site-desc-anim {
	-webkit-animation-name: site-desc;
	animation-name: site-desc;
}

.site-desc cite {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	color: #c2c2c2;
	font-style: normal;
}

.site-download {
	margin-top: 80px;
	font-size: 0;
}

.site-download a {
	position: relative;
	padding: 0 45px 0 90px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #464B5B;
	font-size: 24px;
	color: #ccc;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.site-download a:hover {
	border: 1px solid #778097;
	color: #fff;
	border-radius: 30px;
}

.site-download a cite {
	position: absolute;
	left: 45px;
	font-size: 30px;
}

.site-version {
	position: relative;
	margin-top: 15px;
	color: #ccc;
	font-size: 12px;
}

.site-version span {
	padding: 0 3px;
}

.site-version * {
	font-style: normal;
}

.site-version a {
	color: #e2e2e2;
	text-decoration: underline;
}

.site-banner-other {
	position: absolute;
	left: 0;
	bottom: 32px;
	width: 100%;
	text-align: center;
}

.site-banner-other iframe {
	border: none;
}

.site-idea {
	margin: 50px 0;
	font-size: 0;
	text-align: center;
	font-weight: 300;
}

.site-idea li {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
}

.site-idea li {
	width: 298px;
	height: 150px;
	padding: 30px;
	line-height: 24px;
	margin-left: 30px;
	border: 1px solid #d2d2d2;
	text-align: left;
}

.site-idea li:first-child {
	margin-left: 0
}

.site-idea .layui-field-title {
	border-color: #d2d2d2
}

.site-idea .layui-field-title legend {
	margin: 0 20px 20px 0;
	padding: 0 20px;
	text-align: center;
}


/* 辅助 */

.site-tips {
	margin-bottom: 10px;
	padding: 15px;
	border-left: 5px solid #0078AD;
	background-color: #f2f2f2;
}

body .site-tips p {
	margin: 0;
}


/* 目录 */

.site-dir {
	display: none;
}

.site-dir li {
	line-height: 26px;
	margin-left: 20px;
	overflow: visible;
	list-style-type: disc;
}

.site-dir li a {
	display: block;
}

.site-dir li a:active {
	color: #01AAED;
}

.site-dir li a.layui-this {
	color: #01AAED;
}

body .layui-layer-dir {
	box-shadow: none;
	border: 1px solid #d2d2d2;
}

body .layui-layer-dir .layui-layer-content {
	padding: 10px;
	max-height: 280px;
	overflow: auto;
}

.site-dir a em {
	padding-left: 5px;
	font-size: 12px;
	color: #c2c2c2;
	font-style: normal;
}


/* 文档 */

.site-tree {
	border-right: 1px solid #eee;
}

.site-tree .layui-tree {
	line-height: 32px;
}

.site-tree .layui-tree li i {
	position: relative;
	font-size: 22px;
	color: #000
}

.site-tree .layui-tree li a cite {
	padding: 0 8px;
}

.site-tree .layui-tree .site-tree-noicon a cite {
	padding-left: 15px;
}

.site-tree .layui-tree li a em {
	font-size: 12px;
	color: #bbb;
	padding-right: 5px;
	font-style: normal;
}

.site-tree .layui-tree li h2 {
	line-height: 36px;
	border-left: 5px solid #009E94;
	margin: 15px 0 5px;
	padding: 0 10px;
	background-color: #f2f2f2;
}

.site-tree .layui-tree li ul {
	margin-left: 27px;
	line-height: 28px;
}

.site-tree .layui-tree li ul a,
.site-tree .layui-tree li ul a i {
	color: #777;
}

.site-tree .layui-tree li ul a:hover {
	color: #333;
}

.site-tree .layui-tree li ul li {
	margin-left: 25px;
	overflow: visible;
	list-style-type: disc;
	/*list-style-position: inside;*/
}

.site-tree .layui-tree li ul li cite,
.site-tree .layui-tree .site-tree-noicon ul li cite {
	padding-left: 0;
}

.site-tree .layui-tree .layui-this a {
	color: #01AAED;
}

.site-tree .layui-tree .layui-this .layui-icon {
	color: #01AAED;
}

.site-fix .site-tree {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 666;
	min-height: 0;
	overflow: auto;
	background-color: #fff;
}

.site-fix .site-content {
	margin-left: 220px;
}

.site-fix-footer .site-tree {
	margin-bottom: 120px;
}

.site-title {
	margin: 30px 0 20px;
}

.site-title fieldset {
	border: none;
	padding: 0;
	border-top: 1px solid #eee;
}

.site-title fieldset legend {
	margin-left: 20px;
	padding: 0 10px;
	font-size: 22px;
	font-weight: 300;
}

.site-text a {
	color: #01AAED;
}

.site-h1 {
	margin-bottom: 20px;
	line-height: 60px;
	padding-bottom: 10px;
	color: #393D49;
	border-bottom: 1px solid #eee;
	font-size: 28px;
	font-weight: 300;
}

.site-h1 .layui-icon {
	position: relative;
	top: 5px;
	font-size: 50px;
	margin-right: 10px;
}

.site-text {
	position: relative;
}

.site-text p {
	margin-bottom: 10px;
	line-height: 22px;
}

.site-text em {
	padding: 0 3px;
	font-weight: 500;
	font-style: italic;
	color: #666;
}

.site-text code {
	margin: 0 5px;
	padding: 3px 10px;
	border: 1px solid #e2e2e2;
	background-color: #fbfbfb;
	color: #666;
	border-radius: 2px;
}

.site-table {
	width: 100%;
	margin: 10px 0;
}

.site-table thead {
	background-color: #f2f2f2;
}

.site-table th,
.site-table td {
	padding: 6px 15px;
	min-height: 20px;
	line-height: 20px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-weight: 400;
}

.site-table tr:nth-child(even) {
	background: #fbfbfb;
}

.site-block {
	padding: 20px;
	border: 1px solid #eee;
}

.site-block .layui-form {
	margin-right: 200px;
}


/* 演示 */

body .layui-layout-admin .site-demo {
	bottom: 82px;
	padding: 0;
	height: 100%
}

.layui-tab-item {
	height: 100%;
}

.x-iframe {
	width: 100%;
	height: 100%;
}

body .site-demo-nav .layui-nav-item {
	line-height: 40px
}

.layui-nav-item .layui-icon {
	position: relative;
	font-size: 20px;
}

.layui-nav-item a cite {
	padding: 0 10px;
}

.layui-nav-tree .layui-nav-child a .x-menu {
	top: 3px;
	left: 20px
}

.layui-nav-tree .layui-nav-child a cite {
	padding: 0 0 0 30px;
}

.site-demo .layui-main {
	margin: 15px;
	line-height: 22px;
}

.site-demo-editor {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
}

.site-demo-area {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}

.site-demo-editor textarea {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 15px;
	border: none;
	resize: none;
	/*background-color: #F7FBFF;*/
	background-color: #272822;
	color: #CFBFAF;
	font-family: Courier New;
	font-size: 12px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.site-demo-btn {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.site-demo-zanzhu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	text-align: center;
	background-color: #e2e2e2;
	overflow: hidden;
}

.site-demo-zanzhu>* {
	position: relative;
	z-index: 1;
}

.site-demo-zanzhu:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 50%;
	left: 50%;
	width: 120px;
	margin: -10px 0px 0px -60px;
	text-align: center;
	color: rgb(170, 170, 170);
	font-size: 18px;
	font-weight: 300;
}

.site-demo-result {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
}

.site-demo-result iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.site-demo-button {
	margin-bottom: 30px;
}

.site-demo-button div {
	margin: 20px 30px 10px;
}

.site-demo-button .layui-btn+.layui-btn {
	margin-left: 0;
}

.site-demo-button .layui-btn {
	margin: 0 7px 10px 0;
}

.site-demo-text a {
	color: #01AAED;
}

.site-demo-laytpl {
	text-align: center;
}

.site-demo-laytpl textarea,
.site-demo-laytpl div span {
	width: 40%;
	padding: 15px;
	margin: 0 15px;
}

.site-demo-laytpl textarea {
	height: 300px;
	border: none;
	background-color: #3F3F3F;
	color: #E3CEAB;
	font-family: Courier New;
	resize: none;
}

.site-demo-laytpl div span {
	display: inline-block;
	text-align: center;
	background: #101010;
	color: #fff;
}

.site-demo-tplres {
	margin: 10px 0;
	text-align: center
}

.site-demo-tplres .site-demo-tplh2,
.site-demo-tplres .site-demo-tplview {
	display: inline-block;
	width: 50%;
}

.site-demo-tplres h2 {
	padding: 15px;
	background: #e2e2e2;
}

.site-demo-tplres h3 {
	font-weight: 700;
}

.site-demo-tplres div {
	padding: 14px;
	border: 1px solid #e2e2e2;
	text-align: left;
}

.site-demo-upload,
.site-demo-upload img {
	width: 200px;
	height: 200px;
	border-radius: 100%;
}

.site-demo-upload {
	position: relative;
	background: #e2e2e2;
}

.site-demo-upload .site-demo-upbar {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -56px;
}

.site-demo-upload .layui-upload-button {
	background-color: rgba(0, 0, 0, .2);
	color: rgba(255, 255, 255, 1);
}

.site-demo-util {
	position: relative;
	width: 300px;
}

.site-demo-util img {
	width: 300px;
	border-radius: 100%;
}

.site-demo-util span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #333;
	cursor: pointer;
}

@-webkit-keyframes demo-fengjie {
	0% {
		-webkit-filter: blur(0);
		opacity: 1;
		background: #fff;
		height: 300px;
		border-radius: 100%;
	}
	80% {
		-webkit-filter: blur(50px);
		opacity: 0.95;
	}
	100% {
		-webkit-filter: blur(20px);
		opacity: 0;
		background: #fff;
	}
}

@keyframes demo-fengjie {
	0% {
		filter: blur(0);
		opacity: 1;
		background: #fff;
		height: 300px;
		border-radius: 100%;
	}
	80% {
		filter: blur(50px);
		opacity: 0.95;
	}
	100% {
		filter: blur(20px);
		opacity: 0;
		background: #fff;
	}
}

.site-demo-fengjie {
	-webkit-animation-name: demo-fengjie;
	animation-name: demo-fengjie;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}

.layui-layout-admin .site-demo-body {
	top: 117px;
}

.site-demo-title {
	position: fixed;
	left: 200px;
	right: 0;
	top: 50px;
	height: 100%;
	border-left: 0px;
}

.site-demo-code {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	padding: 10px;
	resize: none;
	font-size: 12px;
	background-color: #F7FBFF;
	color: #881280;
	font-family: Courier New;
}

.site-demo-body .layui-elem-quote a {
	color: #01AAED;
}

.site-demo-body .layui-elem-quote a:hover {
	color: #FF5722;
}


/* 其它 */

#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top {
	display: none !important;
}


/* 独立组件 */

.alone {
	width: 730px;
	margin: 200px auto;
}

.alone ul {
	margin-left: 1px;
	font-size: 0;
}

.alone li {
	display: inline-block;
	width: 181px;
	font-size: 16px;
	text-align: center;
	line-height: 80px;
	margin: 0 1px 1px 0;
	background-color: #393D49;
	color: #fff;
}

.alone li:hover {
	opacity: 0.8;
}

.alone li a {
	display: block;
	color: #fff;
}


/* 适配多设备 */

@media screen and (max-width: 750px) {
	.layui-main {
		width: auto;
		margin: 0 10px;
	}
	.logo,
	.header-demo .logo {
		left: 10px;
	}
	.site-nav-layim {
		display: none !important;
	}
	.header .layui-nav .layui-nav-item {
		margin: 0;
	}
	.header .layui-nav .layui-nav-item a {
		padding: 0 15px;
	}
	.site-banner {
		height: 300px;
	}
	.site-banner-bg {
		background-size: cover;
	}
	.site-zfj {
		height: 100px;
		padding-top: 5px;
	}
	.site-zfj i {
		top: 10px;
		width: 100px;
		height: 100px;
		margin-left: -50px;
		font-size: 100px;
	}
	.site-desc {
		background-size: 70%;
		margin: 0;
	}
	.site-desc cite {
		display: none;
	}
	.site-download {
		margin-top: 0;
	}
	.site-download a {
		height: 40px;
		line-height: 40px;
		padding: 0 25px 0 60px;
		border: 1px solid #778097;
		border-radius: 30px;
		color: #fff;
		font-size: 16px;
	}
	.site-download a cite {
		left: 20px;
	}
	.site-banner-other {
		bottom: 15px;
	}
	.site-idea {
		margin: 20px 0;
	}
	.site-idea li {
		margin: 0 0 20px 0;
		width: 100%;
		height: auto;
		-webkit-box-sizing: border-box !important;
		-moz-box-sizing: border-box !important;
		box-sizing: border-box !important;
	}
	.site-hengfu img {
		max-width: 100%
	}
	.layui-layer-dir {
		display: none;
	}
	.site-tree {
		position: fixed;
		top: 0;
		bottom: 0;
		min-height: 0;
		overflow: auto;
		z-index: 1000;
		left: -260px;
		background-color: #fff;
		transition: all .3s;
		-webkit-transition: all .3s;
	}
	.site-content {
		width: 100%;
		padding: 0;
		overflow: auto;
	}
	.site-content img {
		max-width: 100%;
	}
	.site-tree-mobile {
		display: block!important;
		position: fixed;
		z-index: 100000;
		bottom: 15px;
		left: 15px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		border-radius: 2px;
		text-align: center;
		background-color: rgba(0, 0, 0, .7);
		color: #fff;
	}
	.site-home .site-tree-mobile {
		display: none!important;
	}
	.site-mobile .site-tree-mobile {
		display: none !important;
	}
	.site-mobile .site-tree {
		left: 0;
	}
	.site-mobile .site-mobile-shade {
		content: '';
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: rgba(0, 0, 0, .8);
		z-index: 999;
	}
	.site-tree-mobile i {
		font-size: 20px;
	}
	.layui-code-view {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.layui-layout-admin .layui-side {
		position: fixed;
		top: 0;
		left: -260px;
		transition: all .3s;
		-webkit-transition: all .3s;
		z-index: 10000;
	}
	.layui-body {
		position: static;
		bottom: 0;
		left: 0;
	}
	.site-mobile .layui-side {
		left: 0;
	}
	body .layui-layout-admin .footer-demo {
		position: static;
	}
	.site-demo-area,
	.site-demo-editor,
	.site-demo-result,
	.site-demo-editor textarea,
	.site-demo-result iframe {
		position: static;
		width: 100%;
	}
	.site-demo-editor textarea {
		height: 350px;
	}
	.site-demo-zanzhu {
		display: none;
	}
	.site-demo-btn {
		bottom: auto;
		top: 370px;
	}
	.site-demo-result iframe {
		height: 500px;
	}
	.site-demo-laytpl textarea,
	.site-demo-laytpl div span {
		margin: 0;
	}
	.site-demo-tplres .site-demo-tplh2,
	.site-demo-tplres .site-demo-tplview {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.site-demo-title {
		left: 0;
	}
	body .layui-layout-admin .site-demo {}
	.site-demo-code {
		position: static;
		height: 350px;
	}
	/*.x-slide_left{display: none;}*/
	.layui-nav .x-index {
		display: none;
	}
}


/*add by laofu==================================*/

._3FY52TIlSp5gnYU0 {
	width: 100%;
	height: 100%
}

.p4b9YXf9RfoBkQjb:after {
	content: '';
	display: block;
	clear: both
}

.p4b9YXf9RfoBkQjb {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 4200;
	width: 100%;
	background-color: #fff;
	color: #fff
}

._2xfu_lq1CjrY3ElJ {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1680px;
	max-width: 1120px;
	min-width: 750px
}

.HVx4c9z6zEn-a1UZ {
	padding-bottom: 50px
}

._2JqLPn_vrngAbKCF {
	left: 15px;
	position: absolute;
	margin-left: -15px
}

._3MyWtsJw7wI6_SH2 {
	right: 15px;
	/*position: absolute;*/
	margin-right: -15px
}

.RoIc6BEmPD2oVYvZ {
	width: 94px;
	height: 50px;
	background: url(../../yun/images/logo.png) no-repeat 50%;
	background-size: 94px 30px
}

._2Mg4lspKTn7gEhP0 {
	width: 92px;
	height: 50px;
	background: url(../../yun/images/13rvUY_kcTAYX8h2.png) no-repeat 50%;
	background-size: 92px 25px
}

._2-hBTxig0UPabSUc {
	position: relative;
	display: inline-block;	
	padding: 0 15px;
	color: #fff;	
	font-size: 14px;
	font-family: Microsoft YaHei, Arial, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
	vertical-align: middle
}

._2-hBTxig0UPabSUc span {
	line-height: 50px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	
}

._2-hBTxig0UPabSUc:hover,
._3W8HSafttCTuZHug {
	color: #3e82f7
}

._35rPnbU5BBs2WX0E {
	color: #fff;
	background-color: #fff
}

.jH-mjoooHg2LVWQ2 {
	height: 50px
}

._1QYfXoKNUksBqeCg {
	position: relative;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
	border-radius: 6px;
	padding: 0 15px;
	border: 0;
	height: 30px;
	line-height: normal
}

._3328DchPB9EYaEBs {
	display: inline-block;
	color: #aaa;
	font-size: 16px;
	line-height: 50px
}

._2f5jMgP8M_ioCrN2 {
	color: #fff
}

._38j9fJBgvQGExjMq {
	width: 0
}

._1TY-hoRsmMX2R4uZ {
	width: 180px;
	-webkit-transition: width .4s ease-out;
	transition: width .4s ease-out
}

._2HyGy30-i7lAVENj {
	width: 180px
}

._39hvtFw1YLbq4Iix {
	width: 0;
	-webkit-transition: width .2s ease-in;
	transition: width .2s ease-in
}

._2K5F8iQxS5sqe6Xr {
	position: relative;
	width: 25px;
	height: 25px;
	top: -3px;
	margin-right: 15px
}

._2K5F8iQxS5sqe6Xr,
._18bGPsFDOefY8uwV {
	display: inline-block;
	vertical-align: middle
}

._18bGPsFDOefY8uwV {
	max-width: 100px
}

._18bGPsFDOefY8uwV a {
	font-size: 14px;
	/* font-family: Arial, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif; */
}

._11g14I0cgOYQQ19-,
.fWVdGn7TC8bXWMAY {
	position: absolute;
	z-index: 4300;
	top: 100%;
	background-color: #fff
}

.fWVdGn7TC8bXWMAY {
	left: 0
}

._11g14I0cgOYQQ19- {
	right: 0
}

._1Lf4jB0ZBqHxv6K8 {
	height: 35px;
	padding: 0 30px;
	line-height: 35px;
	color: #333;
	font-weight: normal
}

._1Lf4jB0ZBqHxv6K8:hover {
	color: #3e82f7;
	background-color: #f8f8f8
}

._3bh5XDwD-VFRHfgh {
	height: 3px;
}

._2NFLFSsQk87ayzp5 {
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 4250;
	background-color: hsla(0, 0%, 100%, .95);
	color: #aaa
}

.EDWxpBa8issLuhL0 {
	height: 50px;
	line-height: 50px;
	background-color: #eee
}

._4OT9oPrytqgifvyB {
	display: inline-block;
	font-size: 20px;
	margin-right: 20px;
	color: #333;
	vertical-align: middle
}

._14ZI-Oq9LjN_JXBx {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px
}

._20YGyJ0fK0v1msLZ {
	color: #00a3d8
}

.yufUyQK3dFknw-zX {
	display: inline-block;
	vertical-align: middle
}

._1NHO-6RciRJQNcnA {
	line-height: 50px;
	margin-right: 6px;
	vertical-align: middle
}

._18X7R7E4kcrL9hQS {
	float: right;
	width: 40px;
	line-height: 50px;
	color: #ff7f00;
	text-align: center
}

._3UnEtUqhVEJq-BGS {
	position: relative;
	padding-top: 20px;
	padding-right: 120px;
	padding-bottom: 20px;
	line-height: 20px;
	border-bottom: 1px solid #eee
}

._3UnEtUqhVEJq-BGS span {
	white-space: normal
}

._2SmsohNt50wFiGNP {
	overflow-y: auto
}

._2_CXfaodsymxkXrm {
	padding: 1px 4px;
	margin-left: 5px;
	border-radius: 5px;
	background-color: #ff7f00;
	color: #fff;
	font-size: 12px
}

._3-Rf0xV_OQ63Ml6x {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 4px;
	vertical-align: top
}

.kuJrUsG9UOIV9otd {
	color: #00a3d8
}


/*nav*/

.panoa {
	margin-left: 12px;
	color: #777;
	font-size: 14px;
}

.vrbtn {
	font-size: 14px;
	font-family: Arial, PingFangSC-Regular, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
	border: 1px solid #e6e6e6;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	margin-bottom: 15px;
	margin-right: 15px;
	min-width: 140px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color: inherit;
	text-decoration: none;
}

.vrbtn span {
	font-size: 14px;
	font-family: Arial, PingFangSC-Regular, Hiragino Sans GB, STHeiti, WenQuanYi Micro Hei, SimSun, sans-serif;
}

._3DQr98BWTO1hzA20 {
	background-color: #ddd;
	height: 40px;
	vertical-align: middle;
	width: 40px;
	display: inline-block;
	margin-right: 10px;
	margin-left: 80px;
}

._1KQH3p2DukV9bP3B {
	height: 100%;
	width: 100%;
}

._1T1Ik0y-wKcObzZq {
	display: inline-block;
	vertical-align: middle;
}

._2EPRAn8ZsxKRw9uX {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 1px;
	max-width: 300px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

._2SFKvLBZwun3iOnJ {
	color: #aaa;
	font-size: 12px;
}

._2SFKvLBZwun3iOnJ>span {
	margin-right: 10px;
}

.tableBasic {
	font-size: 14px;
}

.tableBasic td,
.tableBasic th {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
}

.Listbar_listbar_3oeYR8 {
	border-bottom: 1px solid #eaeaea;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.Listbar_selectall_2ILvep {
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	height: 50px;
}

.Checkbox_checkbox_2hIu2H,
.Checkbox_container_jYKPxJ {
	-moz-box-align: center;
	align-items: center;
}

.Checkbox_container_jYKPxJ {
	display: inline-flex;
}

.Checkbox_checkbox_2hIu2H {
	-moz-box-pack: center;
	-moz-user-select: none;
	background-color: #fff;
	border: 1px solid #979797;
	cursor: pointer;
	display: flex;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.Listbar_label_PtqgeT {
	-moz-user-select: none;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 15px;
}

.Listbar_move_2x9lA- {
	border-left: 1px solid #ddd;
	padding-left: 20px;
}

.Button_outline_1RL6uY.Button_disabled_1hPIET,
.Button_outline_1RL6uY.Button_loading_12RrgA {
	border-color: #d8d8d8;
}

.Button_disabled_1hPIET,
.Button_disabled_1hPIET:hover {
	background-color: #f8f8f8;
	border: 1px solid #efefef;
	color: #7a7a7a;
	cursor: not-allowed;
}

.Button_button_9Gj_L9 {
	-moz-box-align: center;
	-moz-box-pack: center;
	-moz-user-select: none;
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	height: 30px;
	justify-content: center;
}

.Listbar_rightbtn_2heo_p {
	-moz-box-align: center;
	align-items: center;
	display: flex;
	position: absolute;
	right: 20px;
	top: 17px;
}

.Select_select_3SYiKS {
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	align-items: center;
	color: #292929;
	cursor: pointer;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
}

.Select_down_3plElh {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAQAAADIBVVwAAAA0UlEQVQY02Mwnmhyz9iNAQ8wcTC5YtzOYHzf+L/JN1M7nMqsjb8Y/zd+yGDqa/IbqPSjmQk2ZWYmJh+Bsn9Mg0B6Io3/AjlvTLXRlZnrmbwFmvbXNBoqYJoK5P43fmasjKzMQtP4FVD0n0kykqBxEVjpA3MZmIilivFTkJhJDrqjG8DCN6zEQDwreeOHIL5pCTb/9YFNveAgYC1lfAesrA5HUBjPBis9YXwdTLfjDNoGJpPlYCUgOAFfJDA4sJhsArt1BgMh4MBh3GRc/J8RXRwA8blX/cXtR78AAAAASUVORK5CYII=");
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: 10px 6px;
	padding-right: 20px;
}

.Select_header_coOU8v {
	-moz-box-flex: 0;
	flex: 0 1 auto;
}

.Select_menu_tkm095 {
	background: #fff none repeat scroll 0 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	position: absolute;
	right: 0;
	top: 20px;
	visibility: hidden;
	width: 100px;
	z-index: 10;
}

.Select_menu_tkm095 a {
	display: block;
	padding: 10px 22px;
}

.Select_select_3SYiKS.Select_active_1oRcUU .Select_menu_tkm095 {
	visibility: visible
}

.Select_header_coOU8v {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

.Select_down_3plElh {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAQAAADIBVVwAAAA0UlEQVQY02Mwnmhyz9iNAQ8wcTC5YtzOYHzf+L/JN1M7nMqsjb8Y/zd+yGDqa/IbqPSjmQk2ZWYmJh+Bsn9Mg0B6Io3/AjlvTLXRlZnrmbwFmvbXNBoqYJoK5P43fmasjKzMQtP4FVD0n0kykqBxEVjpA3MZmIilivFTkJhJDrqjG8DCN6zEQDwreeOHIL5pCTb/9YFNveAgYC1lfAesrA5HUBjPBis9YXwdTLfjDNoGJpPlYCUgOAFfJDA4sJhsArt1BgMh4MBh3GRc/J8RXRwA8blX/cXtR78AAAAASUVORK5CYII=);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 10px 6px;
	padding-right: 20px
}

.Select_menu_tkm095 {
	visibility: hidden;
	position: absolute;
	top: 30px;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
	border-radius: 0 0 4px 4px;
	width: 100px;
	z-index: 10;
	padding: 10px 0
}

.Select_menu_tkm095 a {
	display: block;
	padding: 10px 22px
}

.Select_menu_tkm095 a:hover {
	color: #427afb
}

.Select_up_1bAWg5 {
	position: absolute;
	top: -15px;
	width: 25px;
	height: 15px
}

.SearchBar_form_3NADgu {
	position: relative
}

.SearchBar_form_3NADgu input[type=text] {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 100px;
	padding-left: 30px;
	height: 30px;
	width: 140px;
	color: #fff;
	transition: width .3s;
	-moz-transition: width .3s;
	-webkit-transition: width .3s;
	-o-transition: width .3s;
	font-size: 12px
}

.SearchBar_form_3NADgu input[type=text]::-webkit-input-placeholder {
	color: #fff
}

.SearchBar_form_3NADgu input[type=text]:-ms-input-placeholder {
	color: #fff
}

.SearchBar_form_3NADgu input[type=text]::placeholder {
	color: #fff
}

.SearchBar_form_3NADgu input[type=text]:focus {
	border-color: hsla(0, 0%, 100%, .7);
	background-color: hsla(0, 0%, 100%, .2);
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 200px
}

.SearchBar_form_3NADgu button {
	background: transparent;
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: -1
}

.SearchBar_svgsearch_QmX9rz {
	fill: #fff
}

.Modal_overlay_3xL3Qo {
	background: rgba(51, 51, 51, .7);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	overflow-y: auto
}

.Modal_content_qVxweC {
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	background: #fff;
	border-radius: 6px;
	min-height: 100px;
	width: 970px
}

.Modal_scolltop_2Tlqa4 {
	margin-top: 60px;
	margin-bottom: 40px
}

.List_row_2vTSLP {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	padding: 15px 0;
	position: relative;
	width: 100%;
}

.List_row_2vTSLP>li {
	float: left;
	padding-left: 10px;
}

.List_row_2vTSLP .List_checkrow_39m2xQ {
	height: 40px;
	padding-left: 10px;
}

.List_checkrow_39m2xQ {
	-moz-box-align: center;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
}

.Checkbox_checkbox_2hIu2H {
	-moz-box-pack: center;
	-moz-user-select: none;
	background-color: #fff;
	border: 1px solid #979797;
	cursor: pointer;
	display: flex;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.List_proimg_uH3Ot9 {
	display: inline-block;
	height: 40px;
	width: 40px;
}

.List_row_2vTSLP h3 {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	max-width: 700px;
	padding-bottom: 7px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.List_perview__aqqis {
	color: blue;
	display: none;
	font-size: 14px;
	margin-left: 1rem;
}

.List_desc_9Xhi3y {
	color: #7a7a7a;
	font-size: 12px;
	position: relative;
}

.List_desc_9Xhi3y {
	color: #7a7a7a;
	font-size: 12px;
}

.List_desc_9Xhi3y span {
	color: #7a7a7a;
	font-size: 12px;
}

.List_like_QzXTYp {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAaCAQAAAAOXfQCAAABGUlEQVQ4y2NgwAPK+8qeVixo4GEgDZTzl/0HwfLVJGqsMoJoLPtXo06SxopoqMb/ZcmkOXUTTGNFCwnaKrXK/sBtrCdaWwNT2QG4tv9lecT7rwlJ2/9yf2J9l46srex/gxhx2krK/qFovIPdUUnl/VDY2iAC1FaFahsQ3iufgAwrmhqkQOb/RCipKAbyZ2FoxIR7QBpfIQVCDXEay++DNN4kQ+NekMYTZGjsA2os206GxgiQjctJ11gtC9I4jVSN5Xch0d1KssZZsHRCosaKYLDGsmTSNJb/LueHaAwi0cZ9sJLFkUSNBTCNBiRp/FejCMsdCmgaK/D6cAM8W81kLbsDLF1A8FdZIrDQ4CjvLH8MFUGHD8rlYPoAxhV2ZuGW+eQAAAAASUVORK5CYII=");
	background-size: 15px 14px;
}

.List_like_QzXTYp,
.List_pv_2tF1y5 {
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 21px;
}

.List_like_QzXTYp,
.List_pv_2tF1y5 {
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 21px;
}

.List_pv_2tF1y5 {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAQAAACQwRTZAAABg0lEQVQ4y2NgwAD/GSstKxrKt5XdK/tU9geIH5TvLusqd29gYyAMGnjKS8rvlv3HBsvflPeXyeDVXpFU/gq7ZrghPyvaGriw2y1WvgNF8b/y3eVV5anlVWV7yv6hyNwo18fQXqVX9gjFpptVRgjZapOyWyiyXyv9ULSXWZR/QFHwpEECzQLJsqcoKn5XhMIly3VRtZf9r4wFe4qpLL58UnnMf0awJYlo4fGr0h7id5Hyh2gB9RcSTOUToPxOSPyghcT/8lcNUiCTN2OE9Xuox95C+U+h/E8YKteD7OnGEP5Xzg92wS4ofzM4igUxI7WiAZzuKhZgxHYmJODKlwNDf0mDGNj+HAwDZsJSAFP5NPQ0V6OMGgs1qnAPwdT0QwIXFhP55b9RpJ9VeiHJepc9R02PEDeiJmPT8mtoTrxcPqmsFhiRV9DFKwyxJ2a28rLydwTywpuKwgYWfLmRr6yg7DIO7RfLcxt4GIgBFSqV8WU9Fesq9pefAOK15d2Vsc2KDLQBAPYHyYtu2rvvAAAAAElFTkSuQmCC");
	background-size: 16px 9px;
}

.List_nopublish_RiDqjb {
	color: #f16367;
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.List_row_2vTSLP>li {
	float: left;
	padding-left: 10px;
}

.List_btngroup_3Bau3o {
	display: flex;
	position: absolute;
	right: 20px;
	top: 30px;
}

.List_btngroup_3Bau3o .List_btn_1BZOAC {
	color: #333;
	margin-left: 1rem;
}

.Search_form_1cBQp8 {
	left: 0;
	float: right;
	top: -40px;
}

.Search_input_1J4Qgx[type="text"] {
	background-color: #efefef;
	border: 1px solid #c2c2c2;
	border-radius: 100px;
	height: 30px;
	padding-left: 30px;
}

input[type="password"],
input[type="text"] {
	-moz-appearance: none;
	border: 1px solid #e9e9e9;
	color: #333;
	height: 36px;
	line-height: 36px;
	padding-left: 8px;
	padding-right: 8px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.Search_iconsearch_OnP9Gc {
	fill: #767676;
	right: 10px;
	position: absolute;
	top: 8px;
}

svg:not(:root) {
	overflow: hidden;
}

.Search_iconsearch_OnP9Gc {
	fill: #767676;
}

.IndexPage_main1_d8pU_f {
	position: relative;
}

.ShareModal_modalbody_2Rx4Wf {
	min-height: 566px;
	position: relative;
	background: #fff none repeat scroll 0 0;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_qrimg_NSz1VL {
	left: 86px;
	position: absolute;
	top: 118px;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_qrimg_NSz1VL h3 {
	font-size: 14px;
	padding-left: 14px;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_qrimg_NSz1VL .ShareModal_img_3EwQqw {
	background-color: #f4f4f4;
	display: inline-block;
	height: 200px;
	width: 200px;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_qrimg_NSz1VL img {
	height: 200px;
	width: 200px;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_code_3EFUX7 {
	left: 351px;
	position: absolute;
	top: 118px;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_code_3EFUX7 h3 {
	font-size: 14px;
	padding-bottom: 10px;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_code_3EFUX7 .ShareModal_p1_1Uz93m {
	padding-bottom: 20px;
}


/*
input[type="password"], input[type="text"] {
    -moz-appearance: none;
    border: 1px solid #e9e9e9;
    color: #333;
    padding-left: 8px;
    padding-right: 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
*/

.ShareModal_input1_11Gglq {
	height: 35px;
	width: 519px;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_code_3EFUX7 .ShareModal_tip_2-siKY {
	color: #7a7a7a;
}

.ShareModal_modalbody_2Rx4Wf .ShareModal_tip_2-siKY p {
	margin: 0;
	padding-top: 5px;
	width: 519px;
	word-break: break-all;
}

.Checkbox_checked_3yFHX3 {
	background-color: #427afb;
	border-color: #427afb;
}

.Search_keyword_2HpsOH {
	background: #efefef;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	padding: 5px 16px;
	padding-right: 16px;
	padding-right: 10px;
	margin-left: 20px;
}

.Search_keyword_2HpsOH em {
	display: inline-block;
	font-style: normal;
	max-width: 8em;
	height: 16px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.Search_delete_z4LGqc {
	cursor: pointer;
	display: inline-block;
	padding: 4px;
}

.bgmusic {
	width: auto;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
	overflow: hidden;
	float: left;
	border: 1px solid #ace;
	color: #426076;
	font: bold 12px/26px "微软雅黑";
	padding: 0 10px;
	border-radius: 4px;
	cursor: pointer;
	background: #d4edff;
}

#page {
	text-align: center;
}

#page .page_text {
	padding: 5px 14px;
	border: 1px solid #e2e2e2;
	background: #fff;
	height: 24px;
	line-height: 24px;
	color: #333;
	margin: 0 -1px 5px 0;
	font: 12px/26px "微软雅黑", "宋体", Helvetica, Arial, Verdana;
	overflow: hidden;
	cursor: default;
}

#page a {
	padding: 5px 14px;
	border: 1px solid #e2e2e2;
	background: #fff;
	height: 24px;
	line-height: 24px;
	color: #333;
	margin: 0 -1px 5px 0;
	font: 12px/26px "微软雅黑", "宋体", Helvetica, Arial, Verdana;
	overflow: hidden;
	text-decoration: none;
}

#page span.current {
	padding: 5px 14px;
	border: 1px solid #1E9FFF;
	background: #1E9FFF;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font: 12px/26px "微软雅黑", "宋体", Helvetica, Arial, Verdana;
	cursor: default;
	overflow: hidden;
}

#page span.notuse {
	padding: 5px 14px;
	border: 1px solid #e2e2e2;
	background: #fff;
	height: 24px;
	line-height: 24px;
	color: #333;
	margin: 0 -1px 5px 0;
	font: 12px/26px "微软雅黑", "宋体", Helvetica, Arial, Verdana;
	cursor: default;
	overflow: hidden;
}

.pano_cube {
	height: 240px;
	width: 194px;
	margin-right: 25px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	margin: 6px;
	float: left;
	border-radius: 4px;
	background: #f3f3f3;
}

.pano_cube2 {
	height: 210px;
	width: 194px;
	margin-right: 25px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	margin: 6px;
	float: left;
	border-radius: 4px;
	background: #f3f3f3;
}

.pano_cube3 {
	/* height: 198px; */
	width: 265px;
	margin-right: 25px;
	overflow: hidden;
	/* border: 1px solid #dbdbdb; */
	margin: 6px;
	float: left;
	border-radius: 4px;
	/* background: #f3f3f3; */
}

.pano_cube.over {
	border-color: #ffbc00;
	background: #fff5d6;
}

.pano_up3 {
	width: 240px;
	height: 240px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	margin: 0 auto;
	padding: 1px;
	margin-top: 4px;
	background: #fff;
	position: relative;
}

.pano_up {
	width: 160px;
	height: 160px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	margin: 0 auto;
	padding: 1px;
	margin-top: 8px;
	background: #fff;
	position: relative;
}

.pano_up .dpic {
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.pano_up .pic {
	overflow: hidden;
	position: absolute;
	z-index: 5;
}

.pano_up .ufo {
	width: 200px;
	height: 100px;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	z-index: 10;
	display: none;
	background: url(../images/common/black.png) repeat;
	cursor: pointer;
}

.pano_up .ufo2 {
	width: 162px;
	height: 162px;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	z-index: 10;
	display: block;
	background: url(../images/common/black.png) repeat;
	cursor: pointer;
}

.pano_cube:hover .pano_up .ufo {
	display: block;
	text-decoration: none;
}

.pano_down {
	line-height: 28px;
	text-align: center;
	/* height: 28px; */
	overflow: hidden;
}

._1nfsYGL0tP9aIPuQ {
	padding-top: 50px
}

._2BPotvaG9ch3dj37 {
	margin-right: auto;
	margin-left: auto;
	width: 1000px
}

._1KQH3p2DukV9bP3B {
	width: 100%;
	height: 100%
}

.g0EOqUs4C6qa-kRn {
	padding: 20px 40px;
	background-color: hsla(0, 0%, 100%, .6)
}

._3BuQWdX8Yn7f-g-2,
._3CmCmCNHyGCnkrX7 {
	display: inline-block
}

._3BuQWdX8Yn7f-g-2 {
	float: right
}

._3wL13t38OkWXxRPz {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	background-color: #ddd
}

.HqnFH66XbM9Nant_ {
	display: inline-block;
	vertical-align: top
}

.Btx6L7egokkTxb6q {
	font-size: 16px;
	margin-bottom: 10px
}

.OeCmsMdVx2gCaUe1 {
	color: #777;
	margin-bottom: 10px
}

._2wXhZ5KZ99ZuN0H_ {
	color: #4a90e2
}

._2QYCPrb5U-mNP_PF {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	line-height: 35px;
	font-size: 16px
}

._3K6_PAsIeh1xZ3pc,
._3lhdERtVHCm4_G6V {
	line-height: 31px;
	border-color: #d8d8d8
}

._3K6_PAsIeh1xZ3pc {
	width: 250px;
	line-height: 31px
}

._1Z00Cz1n9k8qpMyG {
	width: 140px;
	margin-right: 25px
}

._3lhdERtVHCm4_G6V {
	width: 740px;
	height: 80px;
	padding: 8px;
	line-height: 20px;
	font-size: 14px
}

._1XlsyD_7-_kO55wi {
	display: inline-block;
	width: 40%;
	margin-bottom: 20px
}

._1XlsyD_7-_kO55wi,
._2HTIdmtwr6Idgvr2 {
	padding-right: 0px;
	padding-left: 77px;
	font-size: 16px;
	line-height: 35px;
}

._37wOT96leaTw3Zo0 {
	width: 100px;
	font-size: 16px;
	line-height: 35px;
	color: #666;
}

._37wOT96leaTw3Zo0,
.qqpCIX0jXuN7ik6e {
	display: inline-block;
	vertical-align: top
}

.qqpCIX0jXuN7ik6e {
	width: 250px;
	line-height: 30px;
	font-size: 14px
}

._3AMz63YrdtkhXrzi {
	display: block;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto
}

._2kxWAqFtYVcX9B0p {
	font-size: 14px
}

._1C6ec3L8iVtPjNIB {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 15px
}

._--Z9lgy21zqcmbR2 {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 10px
}

._2XY7tCQ8Jx5scREV {
	display: inline-block;
	vertical-align: top
}

._1bAKloIz1G09YZT9 {
	margin-bottom: 20px
}

.i-a_J5ZTh5dku58v {
	margin-left: 10px;
	font-size: 12px
}

._1FrVr6QzGRBs7pQA {
	margin-left: 20px;
	color: #4a90e2;
	font-size: 12px
}

.Zi2zSYqa-zazX4JC {
	font-size: 16px
}

._2NImAOW-3c0IXXY_ {
	margin-left: 20px;
	color: #4a90e2;
	font-size: 12px
}

._1PdwW_Lu2gkou2cy,
._1qOY13XoBDtd7lPP {
	display: inline-block;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom
}

._1PdwW_Lu2gkou2cy {
	background-color: #d8d8d8;
	color: #777
}

._1qOY13XoBDtd7lPP {
	background-color: #ff7f00;
	color: #fff
}

.A6r0JOQADd2bj-uM {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 50px;
	min-height: 500px
}

.ZJRukioYcSHJAuqY {
	border-bottom: 1px solid #f6f6f6
}

.ZJRukioYcSHJAuqY span {
	display: inline-block;
	vertical-align: middle
}

._3_ga8rsdxRbOVXfw {
	width: 110px;
	color: #777
}

._2c2-c2C_ILc9yKo0 {
	width: 520px
}

.MZsu7Jg4IWCFROsU {
	float: right
}

._37wOT96leaTw3Zo0,
.qqpCIX0jXuN7ik6e {
	display: inline-block;
	vertical-align: top;
}

._2wXhZ5KZ99ZuN0H_ {
	color: #4a90e2;
	font-size: 14px;
}


/*
input[type="password"], input[type="text"]
{
    -moz-appearance: none;border-style: solid;border-width: 1px;color: #333;padding-left: 8px;padding-right: 8px;
}
*/

.savebtn {
	margin: 20px auto 0;
	text-align: center;
	width: 100%;
}

.user_left {
	width: 45%;
	float: left;
	margin: 20px 0 0 5%;
}

.user_right {
	width: 25%;
	float: left;
	margin: 20px 0 0 5%;
	text-align: center;
}

.user_right p {
	margin: 10px 0 25px;
	font-size: 12px;
	text-align: center;
	color: #FF5722;
}

.user_right img#userFace {
	width: 200px;
	height: 200px;
}

.tr_white {
	height: 45px;
	line-height: 45px;
}

.layui-form-label {
	width: 100px;
}

.smallinputcube {
	width: 25px;
	height: 26px;
	overflow: hidden;
	padding: 0 5px;
	border: 1px solid #bbb;
	background: #f3f3f3;
	border-radius: 4px;
	font: 12px/26px "微软雅黑";
	color: #333;
	box-shadow: 2px 2px 2px #eee;
	margin-right: 5px;
}

.shortinputcube {
	width: 60px;
	height: 26px;
	overflow: hidden;
	padding: 0 5px;
	border: 1px solid #bbb;
	background: #f3f3f3;
	border-radius: 4px;
	font: 12px/26px "微软雅黑";
	color: #333;
	box-shadow: 2px 2px 2px #eee;
	margin-right: 5px;
}

.middleinputcube {
	width: 100px;
	height: 26px;
	overflow: hidden;
	padding: 0 5px;
	border: 1px solid #bbb;
	background: #f3f3f3;
	border-radius: 4px;
	font: 12px/26px "微软雅黑";
	color: #333;
	box-shadow: 2px 2px 2px #eee;
	margin-right: 5px;
}

.inputcube {
	width: 250px;
	height: 30px;
	overflow: hidden;
	padding: 0 5px;
	border: 1px solid #bbb;
	background: #f3f3f3;
	border-radius: 4px;
	font: 12px/30px "微软雅黑";
	color: #333;
	box-shadow: 2px 2px 2px #eee;
	margin-right: 5px;
}

.longinputcube {
	width: 320px;
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
	border: 1px solid #e6e6e6;
	font: 12px/26px "微软雅黑";
	color: #333;
}


/*20190610*/

.g_topbody {
	padding: 10px 20px 30px;
	background: #fff;
	color: #333;
	overflow: hidden;
	border-bottom: 10px solid #f0f0f0;
}

.fl {
	float: left
}

.g_topbody .fl .glive-img {
	width: 75px;
	height: 75px;
	margin-right: 15px;
	border-radius: 10px;
	vertical-align: middle;
}

.g_topbody .fl .gdetial {
	display: inline-block;
	vertical-align: middle;
}

.g_topbody .fl .gdetial h2 {
	font-size: 14px;
}

.g_topbody .fl .gdetial div:nth-of-type(1) {
	margin: 2px 0 9px
}

.g_topbody .fl .gdetial .ver {
	margin-right: 10px;
	padding: 2px 8px;
	color: #fff;
	font-size: 12px;
	background: #0084ff;
}

.g_topbody .fl .gdetial .more {
	margin: 0 50px 0 10px;
}

.x-body .g_topbody .fl .gdetial .set,
.x-body .g_topbody .fl .gdetial .copy {
	margin-right: 40px;
	display: inline-block;
	width: 88px;
	/* height: 22px; */
	line-height: 22px;
	border: 1px solid #e5e7eb;
	text-align: center;
	cursor: pointer;
}

.x-body .g_topbody .fl .gdetial .set a {
	color: #0084ff;
}

.g_topbody .fl .gdetial .url input {
	width: 300px;
	color: rgb(0, 132, 255);
	border: medium none;
	cursor: pointer;
}

.fr {
	float: right;
}

.g_topbody .fr {
	margin-right: 20px;
}

.g_topbody .fr div {
	display: inline-block;
	text-align: center;
}

.g_topbody .fr img {
	width: 120px;
	height: 120px;
	margin-bottom: 11px;
}

.g_topbody .fr p {
	font-size: 14px;
}

.g_secondbody {
	padding: 0 20px;
	background: #fff;
	color: #666;
	font-size: 14px;
	border-bottom: 10px solid #f0f0f0;
	margin: 30px 0;
}

.g_secondbody .gdata-head {
	padding: 16px 0;
	border-bottom: 1px solid #f0f0f0;
}

.g_secondbody .gdata-body ul {
	overflow: hidden;
}

.g_secondbody .gdata-body ul li {
	float: left;
	width: 16.66666%;
	padding: 40px 0;
	text-align: center;
}

.g_secondbody .gdata-body ul li h2 {
	color: #333;
	font-size: 26px;
}

.g_secondbody .gdata-body ul li p {
	color: #666;
	font-size: 13px;
	line-height: 30px;
}

.g_secondbody .gdata-head div {
	padding-left: 8px;
	border-left: 2px solid #0084ff;
	line-height: 1;
	overflow: hidden
}


/*全景图上传*/

.g_vrbody {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 1100px;
	margin:70px auto 0;
	min-width: 1100px;
}

.g_vrbox {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 750px;
	margin-bottom: 30px;
	width: 1180px;
}

.g_vrboxl {
	-webkit-box-flex: 1;
	background-color: #f8f8f8;
	flex: 1 auto;
	padding-left: 20px;
	padding-right: 20px;
	
}

.g_vrboxltitle {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	border-bottom: 1px solid #e9e9e9;
	height: 70px;
	justify-content: space-between;
}

.g_vrboxltitlel {
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.g_vrboxltitlel .g_vrboxltitlelbtn1 {
	color: #fff;
	background-color: #5a98de;
	border: 1px solid #5a98de;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 14px;
	border-radius: 4px;
	padding: 0px 15px;
	height: 34px;
	line-height: 34px;   
}

.g_vrboxltitlel .g_vrboxltitlelbtn2 {
	color: #5a98de;
	background-color: #fff;  
	border: 1px solid #5a98de;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 14px;
	border-radius: 4px;
	padding: 0px 15px;
	height: 34px;
	line-height: 34px;   
}



.g_vrboxltitlel .g_vrboxltitlelbtn2 {
	margin-left: 10px;
}

.g_vrboxltitlel .g_vrboxltitlelbtn1:hover {
	background: #0a6999;
	border: 1px solid #0a6999;
}

.g_vrboxltitlel .g_vrboxltitlelbtn2:hover {
	background: #0a6999;
	border: 1px solid #0a6999;
	color: #fff; 
}

.g_vrboxltitle .fr {
	font-size: 13px;
	color: #222;
}

.g_vrboxltitle .fr .glink {
	color: #427AFB;
	cursor: pointer;
}
.g_vrboxlmian { overflow-y: auto; height: 678px; }

.g_vrboxlmian dl {
	border: 1px solid #e9e9e9;
	background: #fff;
	height: 80px;
	padding: 20px; 
	width: 285px;
	margin-right: 6px;
	position: relative;
	margin-top: 20px;
}

.g_vrboxlmian dl:nth-child(n) {
	float: left;
}

.g_vrboxlmian dl:nth-child(2n) {
	float: right;
}

.g_vrboxlmian dl dt {
	margin-right: 20px;
}

.g_vrboxlmian dl dt img {
	width: 80px;
	height: 80px
}

.g_vrboxlmian .gtitle {
	width: 187px;  
	height: 76px;
	overflow: hidden;
}

.g_vrboxlmian .gtitle h1 {
	font-size: 14px;
	font-weight: normal;
	color: #222;
	
}

.g_vrboxlmian dl dt,
.g_vrboxlmian dl dd {
	float: left;
}

.gcha img {
	display: block;
	width: 12px;
	height: 12px;
}

.gcha {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 10px;
	user-select: none;
}

.g_vrboxr {
	-webkit-box-flex: 0;
	border-left: 1px solid #e9e9e9;
	flex: 0 0 320px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 28px;
	position: relative;
}

.g_vrboxr .g_vrboxrti {
	-webkit-box-align: end;
	-webkit-box-pack: justify;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 3px;
}

.g_vrboxrti div:nth-child(2) {
	color: #7a7a7a;
	font-size: 12px;
	font-weight: normal;
}

.g_vrboxrti div:nth-child(1) {
	font-size: 14px;
	color: #333;
}

.gulast .g_vrboxrti div:nth-child(2){
	color: #f00;
	font-size: 12px;
	font-weight: normal;
}

.g_vrboxrti div:nth-child(1) span {
	color: #f36264;
	font-weight: normal;
}

.g_vrboxrinp {
	padding: 0 3px;
}

.g_vrboxrinp input {
	-webkit-appearance: none;
	outline: 0;
	box-sizing: border-box;
	border: solid 1px #ddd;
	width: 100%;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	font-size: 14px;
	height: 31px;
	line-height: 1.42857;
	padding: 4px;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.g_vrboxr dl {
	margin-bottom: 30px;
}

.g_vrboxrinp .gselect_box {
	padding: 4px 5px;
	border: solid 1px #ddd;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
}

.g_vrboxrinp .gselect_box .select {
	box-sizing: border-box;
	cursor: pointer;
	line-height: normal;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	color: #333;
	font-size: 14px;
	border: 0;
	outline: none;
	-webkit-appearance: menulist;
	align-items: center;
	-webkit-rtl-ordering: logical;
	background-color: white;
}

.glist {
	margin-bottom: 30px;
}

.glist h1 {
	display: block;
	-webkit-box-align: end;
	-webkit-box-pack: justify;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding: 0 3px;
	font-size: 14px;
}

.glist span {
	background-color: #777;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-left: 10px;
	margin-top: 10px;
	max-width: 140px;
	padding: 0 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	min-height: 1em;
}

.glist div {
	margin-left: -11px;
	margin-top: -10px;
}

.g_vrboxrti div:nth-child(2) .gcolor {
	color: #f00;
	font-weight: normal;
}

.gulast dd {
	border: solid 1px #dedede;
	padding: 0 10px;
}

.g_vrboxlast {
	padding: 10px 0 10px 24px;
	background: url(/Public/new/images/shuqian.png) no-repeat left center;
	background-size: 12px;
}

.g_vrboxlast input {
	border: 0;
	outline: none;
	width: 240px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	z-index: 1;
	color: #ccc;
}

.g_vrtxt {
	text-align: center;
	font-size: 14px;
	color: #222;
	border-bottom: 30px;
}

.g_vrbtn {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	position: absolute;
	bottom: 98px;
	left: 20px;
}

.g_vrbtn button {
	background-color: #F46463;
	border-color: #F46463;
	color: #fff;
	width: 280px;
	height: 44px;
	font-size: 18px;
	cursor: pointer;
	padding: 4px 12px;
	border: 0;
	outline: none;
	border-radius: 4px;
	margin: auto;
}

.g_vrbtn button:hover {
	background-color: #c62b26;
	border-color: #c62b26;
}