html #layuicss-layuiAdmin {
	display: none;
	position: absolute;
	width: 1989px;
}




/* 系统 */
::-webkit-input-placeholder {
	color: #ccc
}


/* 全局 */
html {
	background-color: #f7f7f7;
	color: #666;
}

*[template],
.layadmin-tabsbody-item {
	display: none;
}

*[lay-href],
*[lay-tips],
*[layadmin-event] {
	cursor: pointer;
}

/* 重置布局结构 */
.layui-layout-admin .layui-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}


.layui-layout-admin .layui-header .layui-nav .layui-nav-child a {
	color: #333;
}

.layui-layout-admin .layui-side {
	width: 200px;
	top: 0;
	z-index: 1001;
}

.layui-layout-admin .layui-logo,
.layui-layout-admin .layui-header .layui-nav .layui-nav-item {
	height: 50px;
	line-height: 50px;
}

.layui-layout-admin .layui-logo {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1002;
	width: 200px;
	height: 59px;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
	font-weight: 300;
	background-repeat: no-repeat;
	background-position: center center;
}

.layui-layout-admin .layui-layout-left,
.layadmin-pagetabs,
.layui-layout-admin .layui-body,
.layui-layout-admin .layui-footer {
	left: 200px;
}

.layadmin-pagetabs {
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 999;
}

.layadmin-pagetabs .layui-breadcrumb {
	padding: 0 15px;
}

.layui-layout-admin .layui-body {
	position: fixed;
	top: 90px;
	bottom: 0;
}

.layui-layout-admin .layui-body .layadmin-tabsbody-item {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
}

.layui-layout-admin .layui-header .layui-nav-img {
	width: 26px;
	height: 26px;
}

.layui-layout-admin .layui-header .layui-nav-child {
	top: 55px;
}

.layui-layout-admin .layui-header .layui-layout-right .layui-nav-child {
	left: auto;
	right: 0;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this a,
.layui-layout-admin .layui-header .layui-nav .layui-nav-child dd.layui-this {
	background: none
}

/* 统一动画 */
.layui-layout-admin .layui-header .layui-nav .layui-nav-item,
.layui-layout-admin .layui-layout-left,
.layadmin-pagetabs,
.layui-layout-admin .layui-body,
.layui-layout-admin .layui-footer,
.layui-layout-admin .layui-side,
.layui-layout-admin .layui-logo,
.layui-layout-admin .layui-header .layui-layout-right {
	transition: all .3s;
	-webkit-transition: all .3s;
}

/* 图标 */
.layui-icon-login-qq {
	color: #3492ED;
}

.layui-icon-login-wechat {
	color: #4DAF29;
}

.layui-icon-login-weibo {
	color: #CF1900;
}


/* 表单 */
.layui-form[wid100] .layui-form-label {
	width: 100px;
}

.layui-form[wid100] .layui-input-block {
	margin-left: 130px;
}

@media screen and (max-width: 450px) {
	.layui-form[wid100] .layui-form-item .layui-input-inline {
		margin-left: 132px;
	}

	.layui-form[wid100] .layui-form-item .layui-input-inline+.layui-form-mid {
		margin-left: 130px;
	}
}

.layui-form-item .layui-input-company {
	width: auto;
	padding-right: 10px;
	line-height: 38px;
}

/* 辅助 */
.layadmin-flexible {}

.layui-bg-white {
	background-color: #fff;
}

.layadmin-loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px -15px;
	font-size: 30px;
	color: #c2c2c2;
}

.layadmin-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.layadmin-link {
	color: #029789 !important;
}

.layadmin-link:hover {
	opacity: 0.8;
}

/* 弹出面板 */
.layui-layer-admin .layui-layer-title {
	height: 50px;
	line-height: 50px;
	border: none 0;
	background-color: #20222A;
	color: #fff;
}

.layui-layer-admin i[close] {
	position: absolute;
	padding: 5px;
	right: 10px;
	top: 12px;
	color: #fff;
	cursor: pointer;
}

.layui-layer-admin .layui-layer-content {
	padding: 20px;
	line-height: 22px;
}

.layui-layer-admin .layui-layer-content cite {
	font-style: normal;
	color: #FF5722;
}

/* 右侧面板 */
.layui-layer-adminRight {
	top: 50px !important;
	bottom: 0;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
	border-radius: 0;
	overflow: auto;
}

/* 弹出便签 */
.layadmin-note .layui-layer-content {
	padding: 0;
}

.layadmin-note textarea {
	display: block;
	width: 300px;
	height: 132px;
	min-width: 300px;
	min-height: 132px;
	line-height: 20px;
	padding: 10px 20px;
	border: none;
	box-sizing: border-box;
	color: #666;
	word-wrap: break-word;
}

/* 头部导航 */
.layui-layout-admin .layui-layout-left {
	padding: 0 10px;
}

.layui-layout-admin .layui-layout-left .layui-nav-item {
	margin: 0 20px;
}

.layui-layout-admin .layui-input-search {
	display: inline-block;
	vertical-align: middle;
	height: 32px;
	border: none;
	cursor: text;
}

.layui-layout-admin .layui-layout-left a {
	padding: 0;
}

.layui-layout-admin .layui-layout-right {
	padding: 0;
}

.layui-header .layui-nav-item .layui-icon {
	position: relative;
	top: 1px;
	font-size: 16px;
}

.layui-header .layui-nav-item:hover {}

.layui-header .layui-layout-right .layui-badge-dot {
	margin-left: 11px;
}

.layui-header .layui-nav .layui-this:after,
.layui-layout-admin .layui-header .layui-nav-bar {
	top: 0 !important;
	bottom: auto;
	height: 3px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .3);
}

/* 遮罩 */
.layadmin-body-shade {
	position: fixed;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1000;
}

/* 侧边菜单 */
.layui-side-menu .layui-side-scroll {
	width: 200px;
}

.layui-side-menu .layui-nav {
	width: 200px;
	margin-top: 59px;
	background: none;
}

.layui-side-menu .layui-nav .layui-nav-item a {
	height: 40px;
	line-height: 40px;
	/*padding-left: 45px;*/
	/*padding-right: 30px;*/
}

.layui-side-menu .layui-nav .layui-nav-item>a {
	padding-top: 8px;
	padding-bottom: 8px;
}

.layui-side-menu .layui-nav .layui-nav-item a:hover {
	background: none;
}

.layui-side-menu .layui-nav .layui-nav-itemed>.layui-nav-child {
	padding: 5px 0;
}

.layui-side-menu .layui-nav .layui-nav-item .layui-icon {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -19px;
	color: #666
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child {
	background: none !important;
}

.layui-side-menu .layui-nav .layui-nav-child .layui-nav-child a {
	padding-left: 60px
}

.layui-side-menu .layui-nav .layui-nav-more {
	right: 25px;
}

/*.mynav a{font-size: 15px!important;color: #666!important}
*/

/* 侧边菜单 - 平板移动设备 */
@media screen and (max-width: 992px) {
	.layui-layout-admin .layui-side {
		transform: translate3d(-200px, 0, 0);
		-webkit-transform: translate3d(-200px, 0, 0);
		width: 200px;
	}

	.layui-layout-admin .layui-layout-left,
	.layadmin-pagetabs,
	.layui-layout-admin .layui-body,
	.layui-layout-admin .layui-footer {
		left: 0;
	}
}

/* 侧边收缩模式 */
.layadmin-side-shrink .layui-layout-admin .layui-logo {
	height: 60px;
	background-image: url(res/logo1.png);
	/*background-size: 20px;)*/
	;
	width: 60px
}

.layadmin-side-shrink .layui-layout-admin .layui-logo span {
	display: none;
}

.layadmin-side-shrink .layui-side {
	left: 0;
	width: 60px;
}

.layadmin-side-shrink .layui-layout-admin .layui-layout-left,
.layadmin-side-shrink .layadmin-pagetabs,
.layadmin-side-shrink .layui-layout-admin .layui-body,
.layadmin-side-shrink .layui-layout-admin .layui-footer {
	left: 60px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav {
	position: static;
	width: 60px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav-item {
	position: static;
}

.layadmin-side-shrink .layui-side-menu .layui-nav-item>a {
	padding-right: 0;
}

.layadmin-side-shrink .layui-side-menu .layui-nav-item cite,
.layadmin-side-shrink .layui-side-menu .layui-nav>.layui-nav-item>a .layui-nav-more,
.layadmin-side-shrink .layui-side-menu .layui-nav>.layui-nav-item>.layui-nav-child {
	/*display: none; padding: 8px 0;*/
	width: 200px;
}

.layadmin-side-shrink .layui-side-menu .layui-nav>.layui-nav-itemed>a {
	background: rgba(0, 0, 0, .3);
}

/* 移动端展开模式 */
.layadmin-side-spread-sm .layui-layout-admin .layui-layout-left,
.layadmin-side-spread-sm .layadmin-pagetabs,
.layadmin-side-spread-sm .layui-layout-admin .layui-body,
.layadmin-side-spread-sm .layui-layout-admin .layui-footer {
	left: 0;
	transform: translate3d(200px, 0, 0);
	-webkit-transform: translate3d(200px, 0, 0);
}

.layadmin-side-spread-sm .layui-layout-admin .layui-layout-right {
	transform: translate3d(200px, 0, 0);
	-webkit-transform: translate3d(200px, 0, 0);
}

.layadmin-side-spread-sm .layui-side {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.layadmin-side-spread-sm .layadmin-body-shade {
	display: block;
}


/* 页面标签 */
.layadmin-pagetabs {
	height: 40px;
	line-height: 40px;
	padding: 0 80px 0 40px;
	/*border-bottom: 2px solid #292B34;*/
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
}

.layadmin-pagetabs .layadmin-tabs-control {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
	border-left: 1px solid #f6f6f6;
}

.layadmin-pagetabs .layadmin-tabs-control:hover {
	background-color: #f6f6f6;
}

.layadmin-pagetabs .layui-icon-prev {
	left: 0;
	border-left: none;
	border-right: 1px solid #f6f6f6;
}

.layadmin-pagetabs .layui-icon-next {
	right: 40px;
	right: 40px;
}

.layadmin-pagetabs .layui-icon-down {
	right: 0;
}

.layadmin-tabs-select.layui-nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: none;
}

.layadmin-tabs-select.layui-nav .layui-nav-item {
	line-height: 40px;
}

.layadmin-tabs-select.layui-nav .layui-nav-item>a {
	height: 40px;
}

.layadmin-tabs-select.layui-nav .layui-nav-item a {
	color: #666;
}

.layadmin-tabs-select.layui-nav .layui-nav-child {
	top: 40px;
	left: auto;
	right: 0;
}

.layadmin-tabs-select.layui-nav .layui-nav-child dd.layui-this,
.layadmin-tabs-select.layui-nav .layui-nav-child dd.layui-this a {
	background-color: #f2f2f2 !important;
	color: #333;
}

.layadmin-tabs-select.layui-nav .layui-nav-more,
.layadmin-tabs-select.layui-nav .layui-nav-bar {
	display: none;
}

.layadmin-pagetabs .layui-tab {
	margin: 0;
	overflow: hidden;
}

.layadmin-pagetabs .layui-tab-title {
	height: 40px;
	border: none;
}

.layadmin-pagetabs .layui-tab-title li {
	min-width: 0;
	line-height: 40px;
	max-width: 160px;
	text-overflow: ellipsis;
	padding-right: 40px;
	overflow: hidden;
	border-right: 1px solid #f6f6f6;
	vertical-align: top;
}

.layadmin-pagetabs .layui-tab-title li:first-child {
	padding-right: 15px;
}

.layadmin-pagetabs .layui-tab-title li:first-child .layui-tab-close {
	display: none;
}

.layadmin-pagetabs .layui-tab-title li .layui-tab-close {
	position: absolute;
	right: 8px;
	top: 50%;
	margin: -7px 0 0 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	font-size: 12px;
}

.layadmin-pagetabs .layui-tab-title li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	border-radius: 0;
	background-color: #292B34;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.layadmin-pagetabs .layui-tab-title li:hover:after {
	width: 100%;
}

.layadmin-pagetabs .layui-tab-title li:hover,
.layadmin-pagetabs .layui-tab-title li.layui-this {
	background-color: #f7f7f7;
}

.layadmin-pagetabs .layui-tab-title li.layui-this:after {
	width: 100%;
	border: none;
	height: 2px;
	background-color: #292B34;
}

/* 不开启页面标签时 */
.layadmin-tabspage-none .layui-layout-admin .layui-header {
	border-bottom: none;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.layadmin-tabspage-none .layui-layout-admin .layui-body {
	top: 50px;
}

.layadmin-tabspage-none .layadmin-header {
	display: block;
}

.layadmin-tabspage-none .layadmin-header .layui-breadcrumb {
	border-top: 1px solid #f6f6f6;
}

/* 底部固定区域 */
.layui-layout-admin .layui-footer {
	padding: 10px 0;
	text-align: center;
}

/* 默认主题修饰 */
.layui-layout-admin .layui-header {
	border-bottom: 1px solid #f6f6f6;
	box-sizing: border-box;
	background-color: #fff;
}

.layui-layout-admin .layui-header a,
.layui-layout-admin .layui-header a cite {
	color: #333;
}

.layui-layout-admin .layui-header a:hover {
	color: #000;
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-more {
	border-top-color: #666
}

.layui-layout-admin .layui-header .layui-nav .layui-nav-mored {
	border-color: transparent;
	border-bottom-color: #666;
}

.layui-layout-admin .layui-header .layui-nav .layui-this:after,
.layui-layout-admin .layui-header .layui-nav-bar {
	height: 2px;
	background-color: #20222A
}

.layui-layout-admin .layui-logo {
	/*background-color: #0e58f7!important;*/
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

.layui-layout-admin .layui-logo,
.layui-layout-admin .layui-logo a {
	color: #fff;
	color: rgba(255, 255, 255, .8)
}

.layui-side-menu {
	box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
}

.layui-layout-admin .layui-footer {
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .05);
}

.layui-side-menu,
.layadmin-setTheme-side {
	background: linear-gradient(to bottom, #fff, #fff);
	color: #fff;
}

.layadmin-setTheme-header {
	background-color: #fff;
}

.layui-layout-admin .layui-footer {
	background-color: #fff;
}

.layui-tab-admin .layui-tab-title {
	background-color: #393D49;
	color: #fff;
}


/*
 
 格局
 
*/

.layui-fluid {
	padding: 15px;
}

.layadmin-header {
	display: none;
	height: 50px;
	line-height: 50px;
	margin-bottom: 0;
	border-radius: 0;
}

.layadmin-header .layui-breadcrumb {
	padding: 0 15px;
}

.layui-card-header {
	position: relative;
}

.layui-card-header .layui-icon {
	line-height: initial;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}

.layadmin-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}


/*
 
 控制台
 
*/


/* 重置轮播样式 */
.layadmin-carousel {
	height: 185px !important;
	background-color: #fff;
}

.layadmin-carousel .layui-carousel-ind li {
	background-color: #e2e2e2;
}

.layadmin-carousel .layui-carousel-ind li:hover {
	background-color: #c2c2c2;
}

.layadmin-carousel .layui-carousel-ind li.layui-this {
	background-color: #999;
}

.layadmin-carousel .layui-carousel,
.layadmin-carousel>*[carousel-item]>* {
	background-color: #fff;
}

.layadmin-carousel .layui-col-space10 {
	margin: 0;
}

.layadmin-carousel .layui-carousel-ind {
	position: absolute;
	top: -41px;
	text-align: right;
}

.layadmin-carousel .layui-carousel-ind ul {
	background: none;
}

/* 重置tab样式 */
.layui-card .layui-tab-brief .layui-tab-title {
	height: 42px;
	border-bottom-color: #f6f6f6;
}

.layui-card .layui-tab-brief .layui-tab-title li {
	margin: 0 15px;
	padding: 0;
	line-height: 42px;
}

.layui-card .layui-tab-brief .layui-tab-title li.layui-this {
	color: #333;
}

.layui-card .layui-tab-brief .layui-tab-title .layui-this:after {
	height: 43px;
}

.layui-card .layui-tab-brief .layui-tab-content {
	padding: 15px;
}

.layui-card .layui-table-view {
	margin: 0;
}

/* 快捷方式 */
.layadmin-shortcut li {
	text-align: center;
}

.layadmin-shortcut li .layui-icon {
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 2px;
	font-size: 30px;
	color: #333;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.layadmin-shortcut li cite {
	position: relative;
	top: 2px;
	display: block;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	background: #f8f8f8;
	padding: 14px 0
}

.layadmin-shortcut li:hover .layui-icon {}

/* 待办事项 */
.layadmin-backlog .layadmin-backlog-body {
	display: block;
	padding: 10px 15px;
	background-color: #f8f8f8;
	color: #999;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.layadmin-backlog-body h3 {
	padding-bottom: 10px;
	font-size: 12px;
}

.layadmin-backlog-body p cite {
	font-style: normal;
	font-size: 30px;
	font-weight: 300;
	color: #1E9FFF;
}

.layadmin-backlog-body:hover {
	background-color: #f2f2f2;
	color: #888;
}

/* 数据概览 */
.layadmin-dataview {
	height: 332px !important;
}

.layadmin-dataview>*[carousel-item]:before {
	display: none;
}

.layadmin-dataview>*[carousel-item]>div {
	height: 332px;
}

/* 控制台效果报告 */
.layadmin-takerates {
	padding-top: 5px;
}

.layadmin-takerates .layui-progress {
	margin: 50px 0 60px;
}

.layadmin-takerates .layui-progress:last-child {
	margin-bottom: 10px;
}

.layadmin-takerates .layui-progress h3 {
	position: absolute;
	right: 0;
	top: -35px;
	color: #999;
	font-size: 14px;
}

.layadmin-takerates .layui-progress-bar {
	text-align: left;
}

.layadmin-takerates .layui-progress-text {
	top: -35px;
	line-height: 26px;
	font-size: 26px;
}

/* 产品动态 */
.layadmin-news {
	height: 60px !important;
	padding: 5px 0;
}

.layadmin-news a {
	display: block;
	line-height: 60px;
	text-align: center;
}

.layadmin-news .layui-carousel-ind {
	height: 45px;
}

/* 文字列表 */
.layadmin-list li {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom-color: #f6f6f6;
	list-style-position: inside;
	list-style-type: disc;
}

.layadmin-list li {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.layadmin-list li a {
	color: #666;
}

.layadmin-list li a:hover {
	color: #1E9FFF;
}

.layadmin-list li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

/* 文本区域 */
.layadmin-text p {
	margin-bottom: 10px;
	text-indent: 2em;
}

.layadmin-text p:last-child {
	margin: 0;
}

.layadmin-font-em {
	font-size: 13px;
	color: #758697;
}




/********************************
 
  其它主页开始 By star1029
 
*******************************/

/* 主页示例一 by star1029 */
/* 进行中的项目 */
.layui-card-header .layui-a-tips {
	position: absolute;
	right: 15px;
	color: #01AAED;
}

.layuiadmin-card-text {
	background-color: #f8f8f8;
	color: #777;
	padding: 24px;
}

.layuiadmin-card-text .layui-text-top {
	padding-bottom: 10px;
}

.layuiadmin-card-text .layui-text-top i {
	margin-right: 10px;
	font-size: 24px;
	color: #009688;
}

.layuiadmin-card-text .layui-text-top a {
	line-height: 24px;
	font-size: 16px;
	vertical-align: top;
}

.layuiadmin-card-text .layui-text-center {
	height: 44px;
	line-height: 22px;
	margin-bottom: 10px;
	overflow: hidden;
}

.layuiadmin-card-text .layui-text-bottom {
	position: relative;
}

.layuiadmin-card-text .layui-text-bottom a {
	color: #777;
	font-size: 12px;
	text-overflow: ellipsis;
	word-break: break-all;
}

.layuiadmin-card-text .layui-text-bottom span {
	color: #CCC;
	font-size: 12px;
	position: absolute;
	right: 0;
}

.layuiadmin-card-text a:hover,
.layuiadmin-card-link a:hover,
.layuiadmin-card-team li a:hover {
	color: #01AAED;
	transition: all 300ms;
}

/* 动态 */
.layuiadmin-card-status {
	padding: 0 10px 10px 10px;
}

.layuiadmin-card-status dd {
	padding: 15px 0;
	border-bottom: 1px solid #EEE;
	display: -webkit-flex;
	display: flex;
}

.layuiadmin-card-status dd:last-child {
	border: none;
}

.layuiadmin-card-status dd div.layui-status-img,
.layuiadmin-card-team .layui-team-img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #009688;
	margin-right: 15px;
}

.layuiadmin-card-status dd div.layui-status-img a {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-align: center;
	line-height: 32px;
}

.layuiadmin-card-status dd div.layui-status-img img,
.layuiadmin-card-team .layui-team-img img {
	width: 50%;
	height: 50%;
}

.layuiadmin-card-status dd div a {
	color: #01AAED;
}

.layuiadmin-card-status dd div span {
	color: #BBB;
}

/* 便捷导航 */
.layuiadmin-card-link {
	padding-left: 10px;
	font-size: 0
}

.layuiadmin-card-link a {
	display: inline-block;
	width: 25%;
	color: #666;
	font-size: 14px;
	margin-bottom: 12px;
}

.layuiadmin-card-link button {
	vertical-align: top;
}

.layuiadmin-card-link button:hover {
	color: #009688;
}

/* 团队 */
.layuiadmin-card-team li {
	padding: 10px 0 10px 10px;
}

.layuiadmin-card-team .layui-team-img {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
}

.layuiadmin-card-team span {
	color: #777;
}


/* 主页示例二 by star1029 */
.layuiadmin-badge {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 15px;
	color: #01AAED;
}

.layuiadmin-card-list {
	padding: 25px 15px;
	color: #fff
}

.layuiadmin-card-list p.layuiadmin-big-font {
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	padding: 5px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
}

.layuiadmin-card-list p.layuiadmin-normal-font {
	padding-bottom: 10px;
	font-size: 20px;
	color: #666;
	line-height: 24px;
}

.layuiadmin-span-color {
	font-size: 14px;
	position: absolute;
	right: 15px;
}

.layuiadmin-span-color i {
	padding-left: 5px;
}

.layuiadmin-btn-group {
	position: absolute;
	right: 15px;
}

.layuiadmin-card-status li {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid #EEE;
}

.layuiadmin-card-status li h3 {
	padding-bottom: 5px;
	font-weight: 700;
}

.layuiadmin-card-status li p {
	padding-bottom: 10px;
}

.layuiadmin-card-status li>span {
	color: #999;
}

.layuiadmin-home2-usernote .layuiadmin-reply {
	display: none;
	position: absolute;
	right: 0;
	bottom: 12px;
}

.layuiadmin-home2-usernote li:hover .layuiadmin-reply {
	display: block;
}

.layuiadmin-page-table td span {
	color: #2F4056;
}

.layuiadmin-page-table td span.first {
	color: #FF5722;
}

.layuiadmin-page-table td span.second {
	color: #FFB800;
}

.layuiadmin-page-table td span.third {
	color: #6484fc;
}


/******  其它主页结束 By star1029  ******/



/* 消息中心 */
.layuiAdmin-msg-detail h1 {
	font-size: 16px;
}

.layuiAdmin-msg-detail .layui-card-header {
	height: auto;
	line-height: 30px;
	padding: 15px;
}

.layuiAdmin-msg-detail .layui-card-header span {
	padding: 0 5px;
	color: #999;
}

.layuiAdmin-msg-detail .layui-card-header span:first-child {
	padding-left: 0;
}

.layuiAdmin-msg-detail .layui-card-body {
	padding: 15px;
}

/* 文章列表 */
.layuiadmin-content-bread {
	padding-bottom: 20px;
}

/* 进度条样式 */
.layuiadmin-order-progress {
	position: relative;
	top: 12px;
}




/* 头部图标重置 */
.layui-card-header.layuiadmin-card-header-auto {
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}

.layuiadmin-card-header-auto i.layuiadmin-button-btn {
	position: relative;
	right: 0;
	top: 0;
	vertical-align: middle;
}

.layuiadmin-card-header-auto .layui-form-item:last-child {
	margin-bottom: 0;
}


/* 主题设置 */
.layadmin-setTheme {
	padding: 15px;
	overflow-x: hidden;
}

.layadmin-setTheme>h5 {
	padding: 20px 0 10px;
	color: #000;
}

.layadmin-setTheme>h5:first-child {
	padding-top: 0;
}

.layadmin-setTheme-color {
	width: 330px;
	font-size: 0;
}

.layadmin-setTheme-color li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 50px;
	margin: 0 15px 15px 0;
	background-color: #f2f2f2;
	cursor: pointer;
	font-size: 12px;
	color: #666;
}

.layadmin-setTheme-color li:after {
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 0;
	border: 1px solid #f2f2f2;
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity: 0;
}

.layadmin-setTheme-color li.layui-this:after,
.layadmin-setTheme-color li:hover:after {
	width: 100%;
	height: 100%;
	padding: 4px;
	top: -5px;
	left: -5px;
	border-color: #6484fc;
	opacity: 1;
}

.layadmin-setTheme-header {
	position: relative;
	z-index: 10;
	height: 10px;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}

.layadmin-setTheme-side {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 11;
	box-shadow: 1px 0 2px 0 rgba(0, 0, 0, .05);
}

.layadmin-setTheme-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .15);
}

.layadmin-form-right {
	text-align: right;
}


/* 关于 */
.layadmin-about p {
	margin-bottom: 10px;
}

/* 菜单列表 */
.layadmin-menu-list .layui-card-header {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}

.layadmin-menu-list .layui-card-header:active {
	background-color: #f2f2f2;
}

.layadmin-menu-list .layui-card-header .layui-icon {
	position: relative;
	top: 1px;
	left: 0;
	display: inline-block;
	margin: 0 10px 0;
	font-size: 18px;
}



/*新增*/

.my_raduis {
	border-radius: 5px;
	height: 38px;
	line-height: 38px;
}

.my_raduis span {
	background: url(res/icons/button_icon.png) no-repeat left center;
	padding-left: 20px;
	background-size: 12px
}

.my_icon_1 {
	background: url(res/icons/left_gys_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_2 {
	background: url(res/icons/left_fxs_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_3 {
	background: url(res/icons/left_pro_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_4 {
	background: url(res/icons/left_order_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_5 {
	background: url(res/icons/left_sc_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_6 {
	background: url(res/icons/left_sj_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_7 {
	background: url(res/icons/left_cw_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_8 {
	background: url(res/icons/left_dx_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_9 {
	background: url(res/icons/left_zh_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_10 {
	background: url(res/icons/left_xx_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.my_icon_11 {
	background: url(res/icons/left_my_on.png) no-repeat left center;
	background-size: 15px;
	padding-left: 24px
}

.layui-nav-itemed .my_icon_1 {
	background: url(res/icons/left_gys.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_2 {
	background: url(res/icons/left_fxs.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_3 {
	background: url(res/icons/left_pro.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_4 {
	background: url(res/icons/left_order.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_5 {
	background: url(res/icons/left_sc.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_6 {
	background: url(res/icons/left_sj.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_7 {
	background: url(res/icons/left_cw.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_8 {
	background: url(res/icons/left_dx.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_9 {
	background: url(res/icons/left_zh.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_10 {
	background: url(res/icons/left_xx.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-itemed .my_icon_11 {
	background: url(res/icons/left_my.png) no-repeat left center;
	background-size: 15px;
}


.layui-nav-tree .layui-this .my_icon_1 {
	background: url(res/icons/left_gys.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_2 {
	background: url(res/icons/left_fxs.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_3 {
	background: url(res/icons/left_pro.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_4 {
	background: url(res/icons/left_order.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_5 {
	background: url(res/icons/left_sc.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_6 {
	background: url(res/icons/left_sj.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_7 {
	background: url(res/icons/left_cw.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_8 {
	background: url(res/icons/left_dx.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_9 {
	background: url(res/icons/left_zh.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_10 {
	background: url(res/icons/left_xx.png) no-repeat left center;
	background-size: 15px;
}

.layui-nav-tree .layui-this .my_icon_11 {
	background: url(res/icons/left_my.png) no-repeat left center;
	background-size: 15px;
}

.my_btn_1 {
	color: #1E9FFF;
	font-size: 13px;
	border: 1px solid #1E9FFF;
	height: 25px;
	line-height: 25px;
	padding: 0 9px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer
}

.my_btn_1:hover {
	color: #1E9FFF;
	background: #fff2e8
}

.my_btn_3 {
	color: #1E9FFF;
	font-size: 13px;
	padding: 0 5px;
	display: inline-block;
	cursor: pointer;
}

.my_btn_4 {
	color: #1E9FFF;
	font-size: 13px;
	padding: 2px 5px;
	display: inline-block;
	cursor: pointer;
}

.my_btn_3:hover {
	text-decoration: underline;
	color: #6484fc;
}

.my_btn_4:hover {
	text-decoration: underline;
	color: #1E9FFF;
}

.my-input-block {
	margin-right: 10px
}

.my_input_1 input {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4eef9;
	background-color: #fff;
	border-radius: 3px;
	display: inline-block;
	width: calc(100% - 30px);
	padding: 0 15px
}

.my_btn_5 {
	color: #fff;
	font-size: 13px;
	padding: 3px 7px;
	display: inline-block;
	cursor: pointer;
	background: #1E9FFF;
	border-radius: 3px;
}

.my_btn_5:hover {
	color: #fff
}

.add_input input {
	height: 45px;
	line-height: 45px
}

.my_input_1 .layui-input {
	height: 40px;
	width: calc(100% - 0px);
	padding: 0 15px
}

.table_left {
	text-align: left !important;
	display: block
}

/*表格靠左对齐*/

.dxsh {
	color: #1E9FFF
}


.commonlist_1 {
	min-height: 38px;
	padding: 0px 0;
	margin-top: 20px;
	margin-bottom: 20px
}

.commonlist {
	background: #fff;
	min-height: calc(100vh - 30px);
}

.commonlist_top {
	overflow: hidden;
	padding: 10px 0 20px;
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
}

.zhishang_sale_1 {
	float: left;
}

.zhishang_sale_2 {
	float: left;
}

.zhishang_sale_4 {
	overflow: hidden;
	float: left;
	width: 40%;
}

.zhishang_sale_3 {
	font-size: 26px;
	text-align: center;
	line-height: 38px;
	color: #333;
	width: 20%;
	float: left;
}

.zhishang_sale_4 span {
	color: #fff
}

.zhishang_sale_3 span {
	font-size: 14px;
	background: #EC7D10;
	color: #fff;
	border-radius: 5px;
	padding: 4px 10px;
	margin-left: 5px
}

.mysea_btn {
	float: left !important;
	clear: none;
	margin-right: 10px
}

.wt1 {
	float: left !important;
	width: 300px;
	clear: none;
	margin-bottom: 0 !important
}

.wt2 {
	float: left !important;
	width: 250px;
	clear: none;
	margin-bottom: 15px !important
}

.wt2 .layui-input-block {
	margin-left: 68px
}

.wt4 {
	float: left !important;
	width: 200px;
	clear: none;
	margin-bottom: 0 !important
}

.wt3 {
	float: left;
	width: 400px;
	clear: none;
	margin-bottom: 20px !important;
	margin-right: 30px
}

.wt3 .layui-form-label span {
	color: red;
	margin-left: 2px
}

.wt33 {
	width: 100%;
}

.wt33 .jiowpq {
	margin-left: 80px;
	border: 1px solid #eee;
	border-radius: 5px
}

.wt33 .layui-form-label span {
	color: red;
	margin-left: 2px
}

.wt5 {
	display: flex;
	align-items: center;
	width: 500px;
}


.wtfx {
	float: left;
	width: 235px;
	clear: none;
	margin-bottom: 15px !important;
	margin-left: 25px;
	display: flex;
	align-items: center
}

.order_sea {
	width: 25%;
	clear: none;
	margin-bottom: 15px !important
}

.order_sea .layui-form-label {
	width: 90px;
	padding: 9px 10px 9px 0;
	text-align: right
}

.order_sea .layui-input-block {
	margin-left: 100px;
}


.duanxin_sea {
	width: 260px;
	clear: none;
	margin-bottom: 15px !important
}

.duanxin_sea .layui-form-label {
	width: 65px;
	padding: 9px 5px 9px 0;
	text-align: left
}

.duanxin_sea .layui-input-block {
	margin-left: 70px;
}


input::-webkit-input-placeholder {
	color: #999 !important;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}



.redplaceholder::-webkit-input-placeholder {
	color: red !important;
	font-weight: bold
}

.redplaceholder::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: red !important;
	font-weight: bold
}

.redplaceholder:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: red !important;
	font-weight: bold
}

.redplaceholder:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: red !important;
	font-weight: bold
}



/* 动画 */
@-webkit-keyframes layui-rl {

	/* 从右往左滑入 */
	from {
		-webkit-transform: translate3d(100%, 0, 0);
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes layui-rl {
	from {
		transform: translate3d(100%, 0, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

.layui-anim-rl {
	-webkit-animation-name: layui-rl;
	animation-name: layui-rl;
}

@-webkit-keyframes layui-lr {

	/* 从右往左滑入 */
	from {
		-webkit-transform: translate3d(0 0, 0);
		opacity: 1;
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		opacity: 1;
	}
}

@keyframes layui-lr {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(100%, 0, 0);
	}
}

.layui-anim-lr {
	-webkit-animation-name: layui-lr;
	animation-name: layui-lr;
}

.layui-anim-rl.layer-anim-close {
	-webkit-animation-name: layui-lr;
	animation-name: layui-lr;
}


/* 提示页 */
.layadmin-tips {
	margin-top: 30px;
	text-align: center;
}

.layadmin-tips .layui-icon[face] {
	display: inline-block;
	font-size: 300px;
	color: #393D49;
}

.layadmin-tips .layui-text {
	width: 500px;
	margin: 30px auto;
	padding-top: 20px;
	border-top: 5px solid #009688;
	font-size: 16px;
}

.layadmin-tips h1 {
	font-size: 100px;
	line-height: 100px;
	color: #009688;
}

.layadmin-tips .layui-text .layui-anim {
	display: inline-block;
}


.tx_img {
	display: block;
	width: auto;
	height: 32px;
	width: 32px;
	margin: 0 auto;
	border-radius: 4px
}

.pro_img {
	display: block;
	height: auto;
	width: 90px;
	margin: 0 auto;
}

.add_anniu {
	text-align: center;
	margin-top: 35px
}

.pro_name_top {
	display: block;
	color: #1E9FFF;
	text-align: left;
	cursor: pointer
}

.pro_name_bottom {
	display: block;
	text-align: left
}

.my_btn_2 {
	color: #6484fc !important
}

.gys_top {
	background: #fff2e8;
	overflow: hidden;
	display: flex;
	width: 100%;
	padding: 20px 2%;
	border-radius: 2px;
	flex-wrap: wrap;
	border: 1px solid #1E9FFF;
	justify-content: space-between;
	align-items: center
}

.gys_top_1 h1 {
	color: #1E9FFF;
	font-size: 18px;
	margin-bottom: 15px
}

.gys_top_1 h1 .fuzhi {
	cursor: pointer;
	font-size: 13px;
	color: #fff;
	background: #f9926f;
	padding: 8px 10px;
	margin-left: 5px;
	border-radius: 2px
}

.gys_top_1 h1 span {
	font-weight: bold
}

.gys_top_1 h1 .xiugai {
	cursor: pointer;
	font-size: 13px;
	color: #fff;
	background: #1E9FFF;
	padding: 8px 10px;
	margin-left: 7px;
	border-radius: 2px
}

.gys_top_1 .ghdm {
	color: #f9926f
}

.gys_top_2 {
	color: #f9926f
}

.gys_top_2 span {
	cursor: pointer;
	font-size: 13px;
	color: #1E9FFF;
	padding: 8px 10px;
	border-radius: 2px;
	margin-left: 5px;
	text-decoration: underline;
}

.fxs_top {
	overflow: hidden;
	padding: 10px 0 20px;
	display: flex;
	align-items: center;
}

.bianji {
	padding: 2px 5px;
	background: #f9926f;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 11px;
	margin-left: 5px
}

.my_input_1 .layui-form-checkbox[lay-skin=primary] span {
	color: #999
}

.proview_1 {
	font-size: 24px;
	color: #333;
	padding: 15px 0 10px;
	text-align: center
}

.proview_1 span {
	background: #1E9FFF;
	color: #fff;
	border-radius: 2px;
	margin-left: 5px;
	padding: 3px 5px;
	font-size: 13px
}

.proview_2 {
	text-align: center
}

.proview_2 span {
	font-size: 14px;
	color: #999;
	margin-right: 15px;
	border-right: 1px solid #ddd;
	padding-right: 15px
}

.proview_2 span:nth-last-child(1) {
	border: 0
}

.proview_3 {
	border-top: 1px solid #eee;
	padding-top: 18px;
	margin-top: 18px
}

.proview_3 li {
	display: flex;
	border-bottom: 1px solid #eee;
	margin: 8px 0
}

.proview_3 li dt {
	width: 170px;
	text-align: right;
	background: #f3f9fe;
	padding: 8px 15px 8px 0;
}

.proview_3 li dd {
	width: calc(100% - 200px);
	margin-left: 15px;
	padding: 8px 0
}

.prozhutu img {
	display: inline-block;
	width: 220px;
	height: auto;
	max-width: 100%
}

.proxq img {
	display: inline-block;
	width: 600px;
	height: auto;
	max-width: 100%
}

.proview_2 select {
	color: #999;
	border: 1px solid #ddd;
	border-radius: 2px
}

.order_tab {
	background: #fff;
	height: 50px;
	background: #f7f7f7
}

.order_tab a {
	display: block;
	float: left;
	height: 47px;
	text-align: center;
	line-height: 47px;
	padding: 0 30px;
	color: #666;
	border-top: 3px solid #f3f9fe;
	font-size: 15px
}

.order_tab a.on {
	background: #fff;
	color: #1E9FFF;
	border-top: 3px solid #1E9FFF
}

.sea_div {
	display: flex;
	height: auto;
	flex-wrap: wrap
}

.commonlist_cen {
	height: auto
}

.ordersea_btn {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap
}

.order_sea {
	position: relative
}

.sm_icon {
	position: absolute;
	top: 7px;
	right: 15px;
}

.sm_icon img {
	display: block;
	width: 25px;
	height: 25px;
}

.ddid {
	position: absolute !important;
	top: 7px;
	right: 15px;
}

.ddid img {
	display: block;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	opacity: 1 !important
}

.ddid .erweima span {
	min-width: 100px !important;
	text-align: center
}

.sm_cen {
	display: none;
	position: absolute;
	z-index: 99;
	width: 500px;
	border: 1px solid #1E9FFF;
	border-radius: 5px;
	background: #fcf4ee;
	color: #1E9FFF;
	padding: 10px;
	top: 0;
	left: 20%
}

.dd_cen {
	display: none;
	position: absolute;
	z-index: 99;
	width: 90px;
	border: 1px solid #1E9FFF;
	border-radius: 5px;
	background: #fcf4ee;
	color: #1E9FFF;
	padding: 10px;
	left: 15%;
	text-align: center;
	top: 90px;
}

.orderbtn_chongzhi {
	margin-right: 15px
}

.orderbtn_chongzhi button {
	background: #6484fc !important
}

.orderbtn_sousuo {
	margin-right: 15px
}

.orderbtn_muban button {
	color: #6484fc;
	background: #fff;
	padding: 0
}

.orderbtn_muban button:hover {
	color: #6484fc;
	text-decoration: underline
}

.orderbtn_orther button {
	color: #6484fc;
	background: #fff;
	padding: 0;
	margin-right: 8px;
}

.orderbtn_orther button:hover {
	color: #6484fc;
	text-decoration: underline
}

.state_1 {
	display: block;
	text-align: left;
	padding: 2px 0;
	color: #666
}

.state_2 {
	display: block;
	color: #6484fc;
	text-align: left;
	padding: 2px 0;
	cursor: pointer;
}

.state_2:hover {
	text-decoration: underline
}

.shouXx_1 {
	display: block;
	text-align: left;
	padding: 2px 0;
	color: #666
}

.productXx_1 {
	display: block;
	text-align: left;
	padding: 2px 0;
	color: #666
}

.orderXx_1 {
	display: block;
	text-align: left;
	padding: 2px 0;
	color: #666
}

.orderXx_2 {
	display: block;
	text-align: left;
	padding: 2px 0;
	color: #6484fc
}

.xj_view {
	padding: 2px 5px;
	color: #6484fc;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
}


.xj_view:hover {
	text-decoration: underline
}

.xj_view11 {
	padding: 2px 0px;
	color: #1E9FFF;
	border-radius: 2px;
	cursor: pointer;
	font-size: 13px;
	text-align: left;
	display: block;
	margin-top: 5px
}

.xj_view11:hover {
	text-decoration: underline
}

.o_b {
	margin-bottom: 5px
}

.pro_daochu {
	background: rgba(255, 255, 255, 0.0) !important;
	border: 1px solid #1E9FFF;
	color: #1E9FFF;
	margin-left: 10px
}

.pro_daochu:hover {
	background: #1E9FFF !important;
	border: 1px solid #1E9FFF;
	color: #fff;
	margin-left: 10px
}

.jh {
	background: url(res/icons/button_icon.png) no-repeat left center !important;
	background-size: 13px !important;
	padding-left: 20px !important
}

.fz {
	background: url(res/icons/fz.png) no-repeat left center !important;
	background-size: 13px !important;
	padding-left: 20px !important
}

.hm {
	background: url(res/icons/hm.png) no-repeat left center !important;
	background-size: 13px !important;
	padding-left: 20px !important
}

.pro_name_top {
	padding: 3px 0
}

.pro_name_bottom {
	padding: 3px 0
}

.pro_name_bottom span {
	margin-right: 6px;
	font-size: 11px;
	padding: 4px 5px;
	border-radius: 3px;
}

.pro_name_bottom span:nth-child(1) {
	background: #eaf1fa !important;
	color: #297feb;
}

.pro_name_bottom span:nth-child(2) {
	background: #f3e9fe !important;
	color: #913df0;
}

.pro_name_bottom span:nth-child(3) {
	background: #e8f1ea !important;
	color: #6484fc;
}



.viewfxs {
	background: #eaf1fa !important;
	color: #297feb;
	font-size: 13px;
	padding: 4px 7px;
	border-radius: 3px;
	cursor: pointer
}

.viewfxs:hover {
	text-decoration: underline
}



::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #ccc;
	border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}


.my_glynav .layui-nav-more {
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -3px;
	border-width: 6px;
	border-top-color: rgba(255, 255, 255, .7);
}

.my_glynav .layui-nav-mored {
	margin-top: -9px;
	border-style: dashed dashed solid;
	border-color: transparent transparent #999
}

.cpqd_div {
	display: flex;
	height: auto;
	flex-wrap: wrap;
	margin-left: 25px
}

.cpqd_cen_content {
	width: 900px;
}

.cpqd_cen_tit {
	padding: 17px 20px;
	margin-bottom: 20px;
	background: #f7f7f7
}

.cpqd_cen_tit span {
	font-size: 15px;
	color: #1E9FFF;
	border-left: 5px solid #1E9FFF;
	padding-left: 13px;
	font-weight: bold
}

.cpqd_div .layui-input,
.cpqd_div .layui-select,
.cpqd_div .layui-textarea {
	height: 42px;
	line-height: 42px
}

.cpqd_div .layui-form-label {
	line-height: 24px;
}

.wt33 .jiowpq {
	background: #f7f7f7;
	padding: 20px
}

.my_tishi {
	float: left;
}

.my_tishi img {
	width: 25px;
	height: 25px;
	display: block
}

.scdy {
	width: 400px;
	display: flex;
	align-items: center;
	float: left;
}

.layui-form-item .layui-form-checkbox {
	margin-top: 0 !important
}

.sea_div11 {
	height: auto
}

.sea_div11 li {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.xztij {
	width: 900px;
}

.xztij_float {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.xztij_float input {
	width: 300px
}

.age_float {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.age_float span {
	margin: 0 10px
}

.dfdf {
	display: flex;
}

.fxshezhi_float {
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.fxshezhi_float input {
	width: 170px
}

.uoeww {
	overflow: hidden;
	height: auto
}

.uoeww h1 {
	color: #1E9FFF;
	margin-bottom: 15px;
	font-size: 14px;
}

.szkucun {
	width: 90%
}

.qdfbbtn {
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}


.wt6 {
	display: flex;
	align-items: center;
	margin-right: 20px
}

.auto_dj_lc {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 30px;
	border: 1px solid #1E9FFF;
	margin-top: 20px;
	position: relative;
	border-radius: 5px
}

.auto_dj_lc h3 {
	font-size: 15px;
	padding: 0 0 15px 25px
}

.flm_ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.flm_ul li {
	width: 19%;
	padding: 0 3%;
}

.flm_ul li span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	background: #1E9FFF;
	color: #fff;
	margin: 0 auto
}

.flm_ul li h1 {
	font-size: 17px;
	text-align: center;
	margin: 8px 0;
	color: #1E9FFF
}

.flm_ul li h2 {
	font-size: 13px;
	text-align: center;
	color: #999
}

.lc_line1 {
	position: absolute;
	left: calc(12.5% + 15px);
	top: 70px;
	background: #1E9FFF;
	height: 2px;
	width: calc(25% - 30px)
}

.lc_line2 {
	position: absolute;
	left: calc(37.5% + 15px);
	top: 70px;
	background: #1E9FFF;
	height: 2px;
	width: calc(25% - 30px)
}

.lc_line3 {
	position: absolute;
	right: calc(12.5% + 15px);
	top: 70px;
	background: #1E9FFF;
	height: 2px;
	width: calc(25% - 30px)
}

.auto_dj_ts {
	overflow: hidden;
	padding: 20px;
	background: #fff2e8;
	margin: 20px 30px 0 30px;
	border-radius: 4px;
}

.auto_dj_ts dt {
	float: left;
	font-size: 15px;
	color: #1E9FFF
}

.auto_dj_ts dd {
	float: left;
	color: #1E9FFF;
	margin-left: 25px
}

.auto_dj_ts dd a {
	color: #1E9FFF;
	font-size: 15px;
	cursor: pointer;
	background: url(res/kf.png) no-repeat left center;
	padding-left: 22px;
	background-size: 17px;
}

.auto_dj_ts dd a:hover {
	color: #1E9FFF;
	text-decoration: underline
}

.reqx {
	color: #1E9FFF
}

.reqx:hover {
	color: #1E9FFF;
	text-decoration: underline;
	cursor: pointer
}


.bjicon {
	width: 15px;
	height: 15px;
	margin-left: 5px;
	cursor: pointer
}

.myaccount_1 {
	overflow: hidden;
	margin-top: 10px
}

.myaccount_1_a {
	overflow: hidden;
	font-size: 16px;
	margin-top: 20px
}

.myaccount_1_a:hover {
	color: #1E9FFF
}

.myaccount_1_a span {
	font-weight: bold;
	font-size: 20px;
	color: #1E9FFF;
	margin-right: 5px
}

.myaccount_1_b {
	overflow: hidden;
	margin-top: 20px
}

.myaccount_1_b a {
	display: inline-block;
	cursor: pointer
}

.myaccount_1_b span {
	display: inline-block;
	color: #6484fc;
}

.myaccount_ye {
	width: 120px;
	color: #fff;
	background: #1E9FFF;
	border-radius: 3px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	margin-right: 20px
}

.myaccount_ye:hover {
	background: #fb6f40;
	color: #fff
}

.myaccount_re {
	color: #6484fc;
	height: 42px;
	line-height: 42px;
	margin: 0 15px;
	font-size: 15px
}

.myaccount_re:hover {
	color: #6484fc;
	text-decoration: underline
}


.myaccount_2 {
	overflow: hidden;
	margin-top: 40px
}

.myaccount_2_ul table {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee
}

.myaccount_2_ul th {
	background: #fef7f2;
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee
}

.myaccount_2_ul td {
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee
}

.myaccount_2_ul tr:hover {
	background: #fef7f2;
}

.myaccount_2btn {
	background: #1E9FFF;
	color: #fff;
	border: 0;
	border-radius: 3px;
	width: 70px;
	height: 33px;
	cursor: pointer
}

.myaccount_2_tix input {
	height: 38px;
	border: 1px solid #ddd;
	padding: 0 12px;
	border-radius: 3px
}

.myaccount_2_tix button {
	background: #1E9FFF;
	color: #fff;
	border: 0;
	border-radius: 3px;
	width: 70px;
	height: 40px;
	cursor: pointer;
	margin-left: 16px
}




.yue_chongzhi {
	overflow: hidden
}

.yue_chongzhi li {
	display: flex;
	margin-bottom: 13px
}

.yue_chongzhi li dt {
	width: 100px;
	text-align: center;
	background: #f7f7f7;
	padding: 10px 0;
}

.yue_chongzhi li dd {
	padding: 10px 10px 10px 16px;
	width: calc(100% - 118px);
	font-size: 14px;
	border: 1px solid #eee;
}

.czmoney span {
	display: block;
	width: 80px;
	border: 1px solid #999;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	padding: 10px 0;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer
}

.czmoney {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 20px !important;
	padding-bottom: 15px !important
}

.czmoney span.on {
	background: #1E9FFF;
	color: #fff;
	border: 1px solid #1E9FFF
}

.yue_chongzhi li dd label {
	color: #1E9FFF;
	margin-right: 5px
}

.gagnwei span {
	background: url(res/xg.png) no-repeat left center;
	padding-left: 20px;
	background-size: 13px;
	color: #1E9FFF;
}

.gagnwei {
	background-color: #fff;
	border: 1px solid #1E9FFF
}

.ygadd {
	display: flex;
	align-items: center;
}

.ygadd .layui-form-label {
	width: 80px;
	text-align: right
}

.ygadd .my-input-block {
	width: calc(100% - 80px)
}



.quanxian_li {
	display: flex;
	align-items: stretch;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

.quanxian_li:nth-last-child(1) {
	border-bottom: 1px solid #ddd
}

.quanxian_1 {
	display: flex;
	align-items: center;
	margin-bottom: 0
}

.quanxian_li dd {
	display: flex;
	align-items: center;
	border-left: 1px solid #ddd;
	padding-left: 10px
}

.quanxian_li dt {
	border-left: 1px solid #ddd;
	padding-left: 10px
}

.message_left {
	float: left;
	width: 60%
}

.message_right {
	float: right;
	width: 40%;
	text-align: right
}

.dot {
	width: 8px !important;
	height: 8px !important;
	background: red;
	border-radius: 8px;
	margin-right: 4px
}


.yichang {
	background: #fff;
	border: 1px solid #1E9FFF;
	color: #1E9FFF
}

.yichangon {
	background: #1E9FFF;
	border: 1px solid #1E9FFF;
	color: #fff
}

.yichang:hover {
	color: #1E9FFF
}

.yichangon:hover {
	color: #fff;
}

.mes_left {
	text-align: left;
	display: block
}

.xx_ul a {}

.xx_ul a {
	display: flex;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #eee;
	position: relative
}


.xx_ul span {
	content: '';
	overflow: hidden;
	cursor: pointer;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: absolute;
	top: 17px;
	border-width: 6px;
	font-family: layui-icon !important;
	right: 0px;
}

.xx_ul span:before {
	content: "\e602";
	color: #666 !important;
	font-size: 12px;
}

.open span:before {
	content: "\e61a";
}

.xx_ul li {
	color: #666
}

.xx_ul li:nth-child(1) {
	width: calc(100% - 350px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 10px
}

.xx_ul li:nth-child(2) {
	width: 160px
}

.xx_ul li:nth-child(3) {
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xx_ul_cen {
	background: #fcf8f6;
	padding: 15px;
	border-bottom: 1px solid #eee;
	color: #1E9FFF
}

.xx_ul_cen img {
	max-width: 100%
}

.xx_ul_cen p img {
	max-width: 100%
}

.xx_ul_cen p {
	color: #1E9FFF
}

.open a {
	border: 0
}

.c1 {
	padding-top: 20px
}

.fret {
	padding-top: 20px
}

.tstext {
	font-weight: normal;
	color: #999;
	padding-left: 10px
}

.ddfenye {
	text-align: right
}


.related_products {
	overflow: hidden;
	width: 100%
}

.related_products_th ol {
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	border-right: 1px solid #eee;
	background: #fafcfe
}

.related_products_th ol li {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: calc(25% - 1px);
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	font-size: 15px
}

.related_products_cen ul {
	width: 75%;
	float: left;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.related_products_cen {
	display: flex;
	align-items: stretch
}

.related_products_name {
	float: left;
	border: 1px solid #eee;
	width: calc(25% - 1px);
	text-align: center;
	border-right: 0;
	display: flex;
	align-items: center;
}

.related_products_cen ul li {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-around
}

.related_products_cen ul li span {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: calc(33.33333% - 1px);
	text-align: center;
	line-height: 33px;
	padding: 6px 0
}

.related_products_name span {
	display: block;
	text-align: center;
	width: 100%
}



.yongjin_1_th {
	display: flex;
	align-items: center;
	overflow: hidden;
	border-right: 1px solid #eee;
	background: #fafcfe
}

.yongjin_1_th li {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	text-align: center;
	padding: 12px 0;
}

.yongjin_1_th li:nth-child(1) {
	width: calc(60% - 1px)
}

.yongjin_1_th li:nth-child(2) {
	width: calc(40% - 1px)
}


.yongjin_1_tr {
	display: flex;
	align-items: stretch;
	border-right: 1px solid #eee;
}

.yongjin_1_tr li {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 12px 0;
}

.yongjin_1_tr li:nth-child(1) {
	width: 60%;
}

.yongjin_1_tr li:nth-child(2) {
	width: 40%
}

.yongjin_1_tr li:nth-child(2) input {
	width: 80%;
	margin: 0 auto;
}

.gtewx {
	display: flex;
	justify-content: space-around;
	align-items: center
}

.gtewx dt {
	width: 50%;
	text-align: center
}

.gtewx dd {
	width: 50%;
	text-align: center
}

.yongjin_1 {
	border-bottom: 1px solid #eee
}

.yongjin_1_tr .layui-form-item {
	margin-bottom: 8px
}

.gtewx .layui-input-block {
	margin-left: 50px
}

.gtewx .layui-form-item:nth-last-child(1) {
	margin-bottom: 0
}

.gtreq .layui-form-item:nth-last-child(1) {
	margin-bottom: 0
}

.yongjin_2 {
	padding-top: 8px;
	padding-bottom: 8px
}


.rewadd {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}

.rewadd .layui-form-label {
	width: 110px;
	text-align: right;
}

.rewadd .my-input-block {
	width: calc(100% - 129px);
}

.rewadd ul {
	width: calc(100% - 129px);
}

.rewadd ul li {
	float: left;
	display: flex;
	align-items: center;
	width: 48%;
	margin-bottom: 10px
}

.rewadd ul li:nth-child(2n+2) {
	margin-left: 4%
}

.rewadd ul li input {
	margin-left: 10px
}

.fesawq {
	align-items: flex-start
}

.add_y button {
	color: #1E9FFF;
	background: #fff;
	border: 0;
	cursor: pointer
}



.gtenbv input {
	width: 100%;
	font-size: 16px
}

.juikm {
	color: #999;
	margin-left: 30px;
	margin-bottom: 15px
}


.gtenbv .layui-form-radio * {
	font-size: 16px
}


.poiop {
	padding-bottom: 22px;
	color: #1E9FFF;
}

.rewaxd {
	display: flex;
	align-items: center;
}

.rewaxd .layui-form-label {
	width: 120px;
	text-align: right;
}

.rewaxd .my-input-block {
	width: calc(100% - 120px);
	line-height: 20px;
}

.lm {
	display: flex;
	align-items: center
}

.lm .layui-form-label {
	width: 70px;
	text-align: left;
}

.lm .my-input-block {
	width: calc(100% - 70px);
}


.documentation h1 {
	padding-bottom: 22px;
	color: #1E9FFF;
	font-weight: normal;
	font-size: 15px;
}

.documentation h2 {
	font-weight: normal;
	font-size: 15px
}

.documentation h2 button {
	display: block;
	background: #fff;
	border: 1px solid #1E9FFF;
	color: #1E9FFF;
	line-height: 28px;
	width: 60px;
	border-radius: 3px;
	margin-top: 20px;
	font-size: 13px;
	cursor: pointer;
}


.auto_dj_3 {
	overflow: hidden;
	padding: 20px;
	background: #fff;
	margin: 20px 0px 0 0px;
}

.auto_dj_3 dt {
	float: left;
	font-size: 15px;
	color: #1E9FFF
}

.auto_dj_3 dd {
	float: left;
	color: #1E9FFF;
	margin-left: 25px
}

.auto_dj_3 dd a {
	color: #1E9FFF;
	font-size: 15px;
	cursor: pointer;
	background: url(res/kf.png) no-repeat left center;
	padding-left: 22px;
	background-size: 17px;
}

.auto_dj_3 dd a:hover {
	color: #1E9FFF;
	text-decoration: underline
}

.sendmessage_1 {
	margin-top: 40px
}

.sendmessage_1 .add_input {
	width: 640px
}

.m_span {
	color: #999;
	margin-left: 6px;
}

.sendmessage_1 .dxnr {
	width: 260px;
}

.xjmuban {
	background: none;
	border: 0;
	color: #1E9FFF;
	cursor: pointer
}

.xjmuban:hover {
	text-decoration: underline
}

.wxtishi {
	background: #f7f7f7;
	padding: 20px 15px;
	line-height: 25px;
}

.sendmessage_1 .rewadd {
	margin-bottom: 23px
}

.wxtishi span {
	margin-right: 20px
}

.wxtishi strong {
	color: #1E9FFF;
	font-family: "arial";
	margin-right: 4px;
	font-size: 16px
}



.lo {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.lo a {
	color: #1E9FFF
}

.lw li {
	display: flex;
	padding: 13px 0;
	border-bottom: 1px solid #f7f7f7;
	align-items: center
}

.lw li dt {
	width: 85px;
	font-size: 15px
}

.lw li dd {
	width: calc(100% - 85px);
	font-size: 15px
}

.lw li dd span {
	color: #1E9FFF
}

.lr {
	font-size: 15px;
	margin-bottom: 12px;
	margin-top: 25px;
	background: url(res/ts.png) no-repeat left center;
	padding-left: 25px;
	background-size: 22px;
}



.flm01 {
	color: red;
	margin-left: 2px;
}

.flm02 {
	display: block;
	width: 80%;
	padding-left: 120px;
	padding-top: 10px;
	line-height: 25px;
	color: #999;
}

.flm03 {
	width: 400px !important;
}

.flm03 input {
	width: 400px;
}




.flm04 {
	position: relative;
	float: left;
	cursor: pointer;
}

.flm04 .erweima {
	z-index: 9999999;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-bottom: 6px;
	visibility: hidden;
	opacity: 1;
}

.flm04 .erweima span {
	display: block;
	padding: 10px 7px;
	background-color: #f7f7f7;
	border-radius: 5px;
	min-width: 400px;
	max-width: 600px;
	font-size: 13px;
	position: relative;
	margin-left: 0 !important;
	color: #333;
	border: 1px solid #ccc;
}

.flm04 .erweima span:after {
	content: "";
	width: 13px;
	height: 7px;
	background: url(res/b_jt.png) no-repeat center center;
	background-size: 16px;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flm04:hover .erweima {
	opacity: 1;
	visibility: inherit
}

.flm04 .icon img {
	width: 30px;
	height: 30px;
	display: block;
	opacity: 0.6
}

.flm04:hover .icon img {
	opacity: 1
}


.flm05 {
	width: 150px;
	border: 1px solid #eee;
	height: 150px;
	text-align: center;
	line-height: 150px;
	font-size: 40px;
	cursor: pointer
}

.flm05 img {
	display: block;
	width: 100%;
	height: auto
}

.flm06 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 20px !important;
}

.flm06 .layui-form-label {
	width: 110px;
	text-align: right;
	padding: 0 9px 0 0
}

.flm07 {
	width: calc(100% - 130px)
}


.auto_dj_lm {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 30px;
	margin: 20px 0;
	position: relative;
	border-radius: 5px;
	background: #f7f7f7;
}

.auto_dj_lm .lc_line1,
.auto_dj_lm .lc_line2,
.auto_dj_lm .lc_line3 {
	top: 55px;
	background: #ddd
}

.auto_dj_lm .flm_ul li h1 {
	color: #333
}

.auto_dj_lm .flm_ul li span {
	background: #fff;
	border: 1px solid #ccc;
	color: #333
}

div.is_finish {
	background: #1E9FFF !important;
}

.auto_dj_lm .flm_ul .is_finish span {
	background: #1E9FFF;
	border: 1px solid #1E9FFF;
	color: #fff
}

.auto_dj_lm .flm_ul .is_finish h1 {
	color: #1E9FFF
}

.auto_dj_lm .flm_ul .is_finish h2 {
	color: #1E9FFF
}


.flm08 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-bottom: 20px !important;
}


.cpqd_rew {
	margin-left: 25px
}

.vfssa span {
	min-width: 200px !important
}

.bgt {
	width: 300px
}

.orderlink h1 {
	font-weight: normal;
	font-size: 17px;
}

.orderlink h2 {
	margin: 20px 0 12px;
	text-align: center
}

.orderlink h2 button {
	background: #1E9FFF;
	color: #fff;
	font-size: 15px;
	border: 0;
	padding: 0 15px;
	height: 40px;
	border-radius: 5px;
	margin-right: 10px;
	cursor: pointer
}

.orderlink h3 {
	background: #f7f7f7;
	padding: 19px 15px;
	font-size: 15px;
	line-height: 24px
}

.orderlink h4 {
	margin: 0 auto;
	width: 180px;
	height: 180px;
	margin-bottom: 17px
}

.orderlink h4 img {
	display: block;
	width: 180px;
	height: 180px
}



.q_1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px !important;
}

.q_1 .layui-form-label {
	width: 110px;
	text-align: right;
}

.flm_a {
	width: calc(100% - 200px)
}

.choose_ul {
	margin-bottom: 12px
}

.choose_r_1 {
	background: #f7f7f7;
	padding: 12px;
	border-bottom: 1px solid #e5e4e4
}

.choose_r_1:nth-last-child(1) {
	border: 0
}

.choose_r_1 span {
	line-height: 32px
}

.v_btn {
	color: #6484fc !important;
	border: 1px solid #6484fc !important;
	background: #f7f7f7 !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 10px !important
}

.c_btn {
	background: #6484fc !important;
	color: #fff;
}

.v_btn:hover {
	color: #6484fc
}

.r_span {
	color: #6484fc;
	font-weight: bold
}



.add_input .layui-textarea {
	min-height: 180px
}

.o_1 .erweima span {
	min-width: 400px !important;
	text-align: left
}




#new_box {
	width: 100%;
	overflow: hidden;
}

.newtel {
	height: 45px;
	border-bottom: 1px solid #e7e7e7;
}

.new_telst {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0px;
	text-align: center;
}

.new_telst li {
	padding: 0 38px;
	line-height: 44px;
	text-align: center;
	float: left;
	display: inline;
	font-family: "微软雅黑";
	cursor: pointer;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #fff;
	color: #333
}

.new_telst li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 25px;
	background: #f7f7f7;
}

.new_telst li.newon {
	color: #1E9FFF;
	font-weight: bold;
	background: #f7f7f7;
	border-bottom: 1px solid #1E9FFF
}

.new_telst li.newon:after {
	width: 0
}

.new_telst li:nth-child(1):after {
	width: 0
}

.new_lst {
	position: relative;
	overflow: hidden;
	display: none;
	margin-top: 10px;
}

.new_lst ul {
	position: absolute;
	left: 0px;
}


.view_1 {
	padding: 0px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px
}

.view_1 span {
	margin-right: 20px;
	color: #999;
	border-right: 1px solid #eee;
	padding-right: 20px
}

.view_1 span:nth-child(3) {
	border: 0
}

.order_view {
	overflow: hidden;
	padding-top: 25px;
	width: 900px
}

.order_view li {
	float: left;
	width: 300px;
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.order_view li dt {
	width: 90px;
	text-align: right;
	margin-right: 12px;
	color: #999;
}

.order_view li dd {
	width: calc(100% - 102px);
	color: #666;
}

.view_add {
	width: 900px !important;
}

.view_tit {
	margin-top: 30px;
}

.view_prolist {
	overflow: hidden
}

.mytable {
	margin: 0 !important
}

.mytable td,
.mytable th {
	text-align: center
}


.opre {
	overflow: hidden;
	padding-left: 20px;
}

.opre li {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd
}

.opre li dd {
	color: #999;
	margin-left: 10px
}



.orderedit_1 {
	display: flex;
	align-items: center;
}

.orderedit_1 .layui-form-label {
	width: 80px;
	text-align: right;
}

.orderedit_1 .my-input-block {
	width: calc(100% - 80px)
}

.orderedit_2 {
	display: flex;
	align-items: flex-start;
}

.noshq {
	color: #1E9FFF;
	margin: 10px 0;
	cursor: pointer
}

.sdinput {
	display: flex;
}

.sdinput input:nth-child(2) {
	margin: 0 15px
}

.jiaofei_1 {
	text-align: center;
	font-size: 38px;
	font-family: "arial";
	font-weight: bold;
	color: #1E9FFF
}

.jiaofei_2 {
	text-align: center;
	color: #666;
	margin-top: 4px;
	margin-bottom: 22px;
}

.jiaofei_3 {
	text-align: center;
}

.jiaofei_4 {
	text-align: center;
	color: #666;
	margin-top: 4px;
}

.item_ms {
	align-items: flex-start
}

.item_ms .layui-textarea {
	min-height: 100px;
}


.layui-anim-downbit {
	animation-name: layui-downbit;
}

.layui-dropdown:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	top: -6px;
}

.layui-menu {
	position: relative;
	margin: 5px 0;
	background-color: #fff;
}

.layui-menu li {
	position: relative;
	margin: 1px 0;
	width: calc(100% + 1px);
	line-height: 26px;
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px 15px;
	transition: all .3s;
}

.layui-menu-body-title {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}


@keyframes layui-downbit {
	0% {
		opacity: .3;
		transform: translate3d(0, -5px, 0)
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}



.piliang_1 {
	background: #fff2e8;
	padding: 17px 20px;
	color: #1E9FFF;
	margin-bottom: 20px;
}

.piliang_2 {
	overflow: hidden;
	border: 1px solid #eee;
	overflow: hidden;
}

.piliang_2_li {
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 20px 0 6px 40px
}

.piliang_3 {
	border: 1px solid #eee;
	overflow: hidden;
	padding: 20px 40px 0px;
	margin-top: 20px
}

.dr_muban button {
	color: #666;
	background: #fff;
	padding: 0;
}

.dr_muban:hover button {
	color: #666
}

.piliang_4 h1 {
	font-size: 15px;
	margin: 20px 0;
	font-weight: bold
}

.daochu_ts {
	overflow: hidden;
	width: 100%;
	padding: 20px;
	background: #fff2e8;
	display: none;
	position: relative
}

.daochu_ts dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.daochu_ts h1 {
	font-size: 15px;
	margin-bottom: 6px
}

.daochu_ts h2 {
	font-size: 14px;
}

.daochu_ts .orderbtn_chongzhi {
	margin-bottom: 0
}

.daochu_close {
	position: absolute;
	top: 0;
	right: 0px;
	padding: 6px;
	border-radius: 40px;
	background: #1E9FFF;
	cursor: pointer
}

.daochu_close img {
	display: block;
	width: 8px;
	height: 8px;
}

.send_yzm {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	background: #fff;
	color: #1E9FFF;
	border: 0;
	line-height: 43px;
	cursor: pointer
}



.baobiao_li {
	background: #f7f7f7;
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 15px
}

.bb_1 {
	float: left;
	width: 70%;
	line-height: 36px;
}

.bb_1 span {
	margin-right: 60px;
	color: #333;
	font-size: 15px;
	font-weight: bold
}

.bb_1 span:nth-child(2) {
	margin-right: 0
}

.baobiao_li .orderbtn_sousuo {
	margin-bottom: 0;
}

.baobiao_li .orderbtn_sousuo button {
	height: 36px;
	line-height: 36px
}

.bb_list {
	overflow: hidden;
	margin-bottom: 25px
}

.location_wz {
	padding-top: 10px;
	color: #666
}

.location_wz a {
	color: #1E9FFF;
}

.location_wz span {
	color: #666;
}

.w_1 {
	border-left: 1px solid #eee;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 20px 15px 6px 40px;
}


.w_3 {
	border-left: 1px solid #eee;
	overflow: hidden;
	float: left;
	text-align: center;
	padding: 20px 15px 6px 40px;
}

.w_2 {
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid #eee;
}

.w_4 button {
	height: 34px;
	line-height: 34px;
}

.w_4 td {
	padding: 15px 15px;
}


.kopo {
	display: flex;
	padding-left: 30px;
	padding-top: 10px;
}

.kopo input {
	margin-right: 13px;
	width: 50%
}

.kopw {
	padding-left: 30px;
	padding-top: 10px;
}

.kopw input {
	width: 50%;
	margin-bottom: 15px
}

.kopo button {
	background: #6484fc
}

.kopw button {
	background: #6484fc
}


.add_anniu button {
	padding: 0 23px
}

.v_1 button {
	background: url(res/del.png) no-repeat left center;
	background-size: 16px;
	padding-left: 19px;
	margin-right: 20px;
	text-decoration: underline
}

.w_5 dt img {
	display: block;
	margin: 0 auto
}

.w_5 dd h1 {
	font-size: 16px;
	text-align: center;
	margin: 10px 0
}

.w_5 dd h2 {
	font-size: 16px;
	text-align: center;
	color: #1E9FFF
}


.r_1 {
	margin-right: 15px
}

.r_2 {
	color: #999;
	padding-top: 10px;
	padding-left: 25px
}

.sate_edit {
	color: #6484fc;
	margin-left: 5px;
	cursor: pointer
}

.sate_edit:hover {
	color: #6484fc;
	text-decoration: underline
}

.cw_state {
	color: #6484fc
}


.layui-card {
	border-radius: 4px
}

.layui-card-01 {
	background: linear-gradient(to right, #fc6513, #fea157);
}

.layui-card-02 {
	background: linear-gradient(to right, #568fff, #7aa4fa);
}

.layui-card-03 {
	background: linear-gradient(to right, #1E9FFF, #fd8961);
}

.layui-card-04 {
	background: linear-gradient(to right, #4ebeb0, #85dfd6);
}

.chongzhi_hj {
	text-align: center;
}

.chongzhi_hj span {
	margin: 0 4px;
	color: #1E9FFF;
	font-weight: bold;
	font-size: 16px
}

.fr {
	margin-bottom: 25px
}








.layui-table-total tr {
	background: #fef8f3
}


















@media screen and (max-width: 1530px) {
	.w_1 {
		padding: 20px 15px 6px 20px;
	}

	.w_1 .orderbtn_sousuo {}

	.w_1 .mysea_btn {
		float: none !important;
		margin-bottom: 0px
	}
}


@media screen and (max-width: 1440px) {
	.duanxin_sea {
		width: 25%;
	}

	.wt4 {
		width: 19%;
	}

	.layui-col-space15>* {
		padding: 7.5px 9px;
	}
}

@media screen and (max-width: 1200px) {
	.cpqd_cen_content {
		width: 100%
	}

	.wt3 {
		width: calc(50% - 30px)
	}

	.scdy {
		width: 50%;
		flex-wrap: wrap
	}

	.xztij {
		width: 100%
	}

	.xztij_float {
		width: 100%
	}

	.rewqxa {
		width: 70%
	}

	.xztij_float input {
		width: 100%
	}

	.age_float {
		width: 70%
	}

	.age_float input {
		width: 40%
	}
}


@media screen and (max-width: 1024px) {
	.order_sea {
		width: 33.3%
	}

	.proview_3 li dt {
		width: 90px
	}

	.proview_3 li dd {
		width: calc(100% - 110px);
	}

	.wt6 {
		width: 33%
	}

	.gys_top_2 {
		margin-top: 8px
	}

	.my_btn_1 {
		height: auto;
		line-height: 18px;
		padding: 0 6px;
		display: inline-block;
		border-radius: 2px;
		cursor: pointer
	}

}

@media screen and (max-width: 870px) {
	.wt1 {
		width: 33%;
	}

	.wt4 {
		width: 33%;
	}

	.my_input_1 {
		margin-bottom: 15px
	}
}

@media screen and (max-width: 640px) {
	.wt4 {
		width: 50%;
	}

	.wt1 {
		width: 60%;
	}

	.wtfx {
		margin-left: 0
	}

	.gys_top_1 h1 .xiugai {
		display: block;
		margin-left: 0;
		width: 80px;
		padding: 8px 0;
		text-align: center;
		margin-top: 10px
	}

	.fxs_top {
		padding: 12px 0 0
	}

	.proview_3 li dt {
		width: 70px
	}

	.proview_3 li dd {
		width: calc(100% - 80px);
	}

	.order_tab a {
		padding: 0 0px;
		width: 33%;
		text-align: center;
		font-size: 14px
	}

	.layui-table-page .layui-laypage a,
	.layui-table-page .layui-laypage span.layui-laypage-curr {
		padding: 0 6px;
	}

	.layui-table-page .layui-laypage input {
		width: 30px
	}

	.wt2 {
		width: 50%;
		margin-bottom: 15px !important
	}
}

@media screen and (max-width: 450px) {
	.wt2 {
		width: 100%;
	}
}