@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

.body::-webkit-scrollbar {
            display: none;
        }
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote: before,
blockquote: after,
q: before,
q: after {
	content: '';
	content: none;
}

input {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
}

textarea {
	resize: none !important;
}

s,
u,
i {
	text-decoration: none;
}

* {
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

header {
	height: 88px;
	background: #fff;
}

header .t-header-inner {
	width: 1340px;
	height: 88px;
	line-height: 88px;
	position: relative;
	margin: 0 auto;
}

header .t-header-inner .t-logo {
	display: block;
	/* width: 380px; */
	/* height: 37px; */
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}

.t-loginBanner {
	width: 100%;
	height: 816px !important;
	position: relative;
}

.t-loginBanner .img {
	width: 100%;
	/* min-width: 1340px;
	height: 654px;
	background-repeat: no-repeat;
	background-size: cover;
	background: url(../images/Banner.png);
	background-position: center center; */
	padding-bottom: 816px;
	background: url(../images/Banner.png);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	position: absolute;
	top: 0;
}

.t-loginBanner .center .leftImg {
	width: 520px;
	padding-bottom: 469px;
	background: url(../images/inner.png);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
	float: left;
	position: relative;
	z-index: 5;
}

.t-loginBanner .t-login-inner {
	width: 1340px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.t-introduce {
	height: 242px;
	background: #fff;
}

.t-introduce .t-introduce-inner {
	width: 1340px;
	height: 100%;
	background: #fff;
	padding-top: 25px;
	margin: 0 auto;
}

h5.title {
	color: #1877ca;
	font-family: "微软雅黑";
	text-align: center;
	font-size: 24px;
	line-height: 105px;
	height: 105px;
	position: relative;
}

h5.title em {
	font-size: 12px;
	color: #333333;
	font-family: "微软雅黑";
	margin-left: 10px;
}

h5.title::after {
	content: '';
	display: block;
	background-color: rgb(24, 119, 202);
	width: 40px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.t-introduce .t-introduce-inner p {
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 1;
	padding-top: 35px;
}

.t-advantage {
	width: 100%;
	min-width: 1340px;
	margin: 0 auto;
	height: 546px;
	background: url(../images/advantage.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.t-advantage .t-advantage-content {
	padding-top: 27px;
	width: 1340px;
	margin: 0 auto;
}

.t-advantage .ava {
	width: 100%;
	display: table;
	margin-top: 20px;
}

.t-advantage .ava .fl {
	width: 50%;
	float: left;
	width: 564px;
	margin-left: 70px;
}

.t-advantage .ava .fl .top {
	width: 100%;
	padding-top: 20px;
	position: relative;
	display: table;
}

.t-advantage .ava .fl .top .icon {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
}

.t-advantage .ava .fl .top .icon.c1 {
	background: url(../images/c1.png) no-repeat;
	background-size: 100%;
}

.t-advantage .ava .fl .top .icon.c2 {
	background: url(../images/c2.png) no-repeat;
	background-size: 100%;
}

.t-advantage .ava .fl .top .text {
	margin-left: 75px;
}

.t-advantage .ava .fl .top .text h5 {
	font-size: 15px;
	color: #1877ca;
	font-family: "微软雅黑";
	padding-top: 13px;
	line-height: 1;
	margin-bottom: 10px;
}

.t-advantage .ava .fl .top .text span {
	font-size: 12px;
	color: #999999;
	font-family: "微软雅黑";
	display: block;
	line-height: 1;
}

.t-advantage .ava .fl .top .start {
	display: block;
	width: 101px;
	height: 16px;
	background: url(../images/Shape.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 20px;
	top: 10px;
}

.t-advantage .ava .fl .middle {
	width: 564px;
	height: 260px;
	background: url(../images/wbg.png) no-repeat;
	background-size: 100%;
	margin-top: 10px;
	padding-top: 45px;
	padding-left: 25px;
}

.t-advantage .ava .fl .middle .num {
	display: table;
	margin-bottom: 30px;
}

.t-advantage .ava .fl .middle .num .st {
	background-color: rgb(24, 119, 202);
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	color: #ffffff;
	font-size: 12px;
}

.t-advantage .ava .fl .middle .num .nd {
	margin-left: 30px;
}

.t-advantage .ava .fl .middle .num .nd h5 {
	line-height: 1;
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
}

.t-advantage .ava .fl .middle .num .nd span {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	margin-top: 5px;
	display: block;
}

.t-adPro {
	width: 100%;
	height: 460px;
	background: url(../images/progress.png) no-repeat;
	background-size: 100%;
	min-width: 1340px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.t-adPro .t-adPro-content {
	padding-top: 27px;
	width: 1340px;
	margin: 0 auto;
}

.t-adPro .t-adPro-content h5.title,
.t-adPro .t-adPro-content h5.title em {
	color: #fff;
}

.t-adPro .t-adPro-content h5.title::after {
	background: #fff;
}

.t-adPro .t-adPro-content .proBg {
	width: 1044px;
	height: 276px;
	display: block;
	margin: 0 auto;
	background: url(../images/process.png) no-repeat;
	background-size: 100%;
}

footer {
	height: 45px;
	background: #fff;
	line-height: 45px;
	color: #999999;
	font-size: 12px;
	text-align: center;
}

.t-loginBanner .t-login-inner .loginWin {
	background-color: rgb(255, 255, 255);
	box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.25);
	z-index: 3;
	padding: 0 52px;
	padding-top: 20px;
	text-align: center;
	width: 466px;
	height: 469px;
	/* float: left; */
	margin-left:520px ;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.t-login-inner .center {
	display: table;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

/*.t-loginBanner .t-login-inner .loginWin .tt {
	height: 77px;
	line-height: 77px;
	font-size: 20px;
	color: #000000;
	font-family: "微软雅黑";
	border-bottom: 1px solid #dddddd;
	margin-bottom: 30px;
}*/
.loginWin .tt {
	margin-top: 56px;
	height: 45px;
	line-height: 45px;
	font-family: "微软雅黑";
	/* border-bottom: 1px solid #dddddd; */
	font-size: 32px;
	color: #4A4A4A;
	text-align: left;
	margin-bottom: 2px;
}

.specli {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #B9B9B9;
	text-align: left;
	margin-bottom: 35px;
}

.specli a {
	font-size: 14px;
	color:#2E59AC;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li {
	border: 1px solid #dddddd;
	height: 42px;
	margin-bottom: 12px;
}

/*.t-loginBanner .t-login-inner .loginWin .winpiut li .w {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	padding: 0 15px;
	font-size: 14px;
}*/
/*.loginWin .winpiut li .w {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	padding: 0 15px;
	font-size: 14px;
}*/
/*.loginWin .winpiut li .w {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	padding: 0 15px;
	font-size: 14px;
}*/
.loginWin .winpiut li .w {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 42px;
	padding: 0 15px;
	font-size: 14px;
}

/*.t-loginBanner .t-login-inner .loginWin .winpiut li .w.code {
	width: 60%;
	float: left;
}*/
.loginWin .winpiut li .w.code {
	width: 60%;
	float: left;
}

/*.t-loginBanner .t-login-inner .loginWin .winpiut li img {
	width: 40%;
	float: left;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 42px;
}*/
.loginWin .winpiut li img {
	width: 40%;
	float: left;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 42px;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.btn {
	border: none;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.btn input {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	background-color: #2E59AC;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
	cursor: pointer;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.btn input[disabled="disabled"] {
	cursor: default;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.nob {
	border: none;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.nob .check {
	display: block;
	float: left;
	padding-left: 30px;
	height: 42px;
	line-height: 42px;
	position: relative;
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.nob .check::before {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	transform: translate(0, -50%);
	border-radius: 2px;
	border: 1px solid #93a7d1;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.nob .check.checked::before {
	background: url(../images/checked.png) no-repeat;
	background-size: 100%;
	border: none;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.nob .fr {
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #2E59AC;
	font-family: "微软雅黑";
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.nob.tip {
	font-size: 14px;
	font-family: "微软雅黑";
	color: #999999;
	text-align: left;
}

.t-loginBanner .t-login-inner .loginWin .winpiut li.nob.tip a {
	color: #93a7d1;
}

.check input[type="checkbox"] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.innerHeader {
	width: 100%;
	height: 50px;
	background: #45a2ff;
	position: relative;
}

.innerHeader .logo {
	display: block;
	float: left;
	/*margin-top: 10px;*/
	height: 34px;
	margin-top: 8px;
	margin-left: 20px;
}
.innerHeader .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.innerHeader .fr {
	height: 50px;
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #ffffff;
}

.innerHeader .back {
	margin: 0 13px;
	margin-right: 0;
	cursor: pointer;
	position: relative;
	width: 50px;
	height: 50px;
	float: left;
	/*background: rgba(000, 000, 000, 0.1);*/
	/*background: #c2def6;*/
}

.innerHeader .back.clicked {
	/*background: rgba(000, 000, 000, 0.15);*/
	background: #5fc1fe
}

.innerHeader .back:hover {
	/*background: rgba(000, 000, 000, 0.15);*/
	background: #5fc1fe;
}

.innerHeader .back span {
	display: block;
	margin: 0 auto;
	margin-top: 18px;
	width: 14px;
	margin-right: 18px;
	/*opacity: 0.6;*/
	height: 14px;
	background: url(../images/icon-back.png) no-repeat;
	background-size: 100%;
}

.innerHeader .back:hover span {
	background: url(../images/icon-back_white.png);
}


/*.innerHeader .back:hover span,
.innerHeader .back.clicked span {
	opacity: 1;
}*/

.innerHeader .back.clicked span {
	transform: rotate(180deg);
	background: url(../images/icon-back_white.png);
}

.innerHeader span {
	display: block;
	float: right;
}

.innerHeader span.text {
	display: block;
	height: 50px;
	line-height: 50px;
}

.innerHeader span.icon_pow {
	width: 14px;
	height: 15px;
	background: url(../images/power.png) no-repeat;
	background-size: 100%;
	margin-top: 17.5px;
	margin-left: 30px;
	cursor: pointer;
}

.innerHeader ul {
	height: 50px;
	/*margin-left: 65px;*/
	float: left;
}

.innerHeader ul li {
	width: 100px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	float: left;
	cursor: pointer;
}

.innerHeader ul li a {
	color: inherit;
	font-family: "微软雅黑";
}

.innerHeader ul li.cur,
.innerHeader ul li:hover {
	background-color: #3493f1;
	border-bottom: 4px solid #43d060;
}


/*修改风格*/

.layui-nav {
	background-color: #fff;
}

.layui-nav .layui-nav-item a {
	color: ##4A4A4A !important;
	font-size: 13px;
}

.layui-nav-tree .layui-nav-item {
	/* background-color: rgba(74,74,74,0.1); */
}


.layui-nav-tree .layui-nav-item dd a:hover,
.layui-nav-tree .layui-nav-item .clickThis {
	color: #4A4A4A !important;
	background: rgba(74, 74, 74, 0.1) !important;
	opacity: 1
}

.layui-nav-tree .layui-nav-item>a {
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	background-color: rgba(74, 74, 74, 0.1);
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	color: #4A4A4A !important;
	font-family: PingFangSC-Semibold;
}

.layui-nav-tree .layui-nav-item.layui-nav-itemed>a {
	/*color: #42a4ff!important;*/
	background-color: rgba(74, 74, 74, 0.1);
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	color: #4A4A4A !important;
	font-family: PingFangSC-Semibold;
	/*border-bottom: 1px solid #e4e9ee;*/
}

.layui-nav-tree .layui-nav-item>a cite {
	font-size: 15px;
}

.layui-nav-itemed>.layui-nav-child {
	background-color: #fff !important;
}

.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more {
	border-color: transparent transparent #42a4ff;
}

.layui-nav .layui-nav-more {
	border-color: #42a4ff transparent transparent;
}

.layui-nav-tree .layui-nav-item dd a {
	height: 48px;
	line-height: 48px;
	opacity: 0.5;
	font-family: PingFangSC-Regular;
	font-size: 15px;
	color: #6c6b6b;
	letter-spacing: 0.75px;
}

.layui-nav-tree .layui-nav-item dd a .layui-nav-tree .layui-nav-item {
	/* border-bottom: 1px solid #e4e9ee; */
	margin-bottom: 10px;
}

.layui-nav-tree .layui-nav-bar {
	background: #2E59AC !important;
}

/*.layui-nav-item {
	border-bottom: 1px solid #e4e9ee;
}*/

/* .layui-nav-child dd a:hover::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 45px;
	background: #2E59AC;
} */
.layui-nav-child dd::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	left: 24.5px;
	top: 0;
	border-left: 1px dashed #9B9B9B;
}

.layui-nav-tree .layui-nav-item dd a::before {
	content: '';
	display: block;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	background-color: #9B9B9B!important;
	top: 21.5px;
	left: 36px;
	position: absolute;
}

.layui-nav-tree .layui-nav-item dd a .layui-icon {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 36px;
}

.nav-left {
	width: 188px;
	float: left;
	/* border-right: 1px solid #e3e3e3; */
	/* overflow-x: hidden; */
	background: #FFFFFF;
	box-sizing: border-box;
	box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.05);
}

.nav-left.layadmin-side-shrink {
	overflow-x: hidden;
}

.nav-left.layadmin-side-shrink cite {
	display: none;
}

.nav-left.layadmin-side-shrink .layui-nav-child {
	display: none;
}

.nav-left.layadmin-side-shrink.hoverShow .layui-nav-itemed .layui-nav-child {
	display: block !important;
}

.layui-nav-tree {
	width: 188px;
}

.layui-nav-tree .layui-nav-bar {
	background-color: #45a2ff;
}

.layui-nav-tree .layui-nav-item.layui-nav-itemed>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #2E59AC !important;
}

.layui-nav-tree .layui-nav-item:hover>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #2E59AC !important;
}

.layui-nav-tree .layui-nav-tree .layui-nav-item.layui-nav-itemed>a::before {
	display: none;
}


/*end*/

.layui-card-header {
	position: relative;
	margin: 0 20px;
	border-bottom: 1px solid #e6e6e6;
	height: 54px;
	line-height: 54px;
	padding-left: 15px;
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	padding-right: 0;
}

.layui-card-header::before {
	content: '';
	display: block;
	width: 3px;
	height: 18px;
	background-color: #2D72F3;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
}

.layui-card-header .layui-fr {
	margin-top: 8px;
}

.layui-card-header .layui-fr i {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
	margin-right: 0;
}

.layui-fluid {
	padding: 15px;
}

.layui-form-label {
	width: 110px;
	height: 38px;
	line-height: 20px;
	font-size: 14px;
}

.layui-form-switch {
	line-height: 17px;
}

.layui-form-item {
	font-size: 14px;
}

.content {
	position: relative;
	margin-left: 188px;
}

.layadmin-iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#nav-left-content .layui-icon {
	position: absolute;
	left: 16px;
}

.layui-icon.layui-icon-ok {
	height: 30px;
	right: -6px;
}

.layui-nav-tree .layui-nav-item {
	font-family: "微软雅黑";
}

.layui-nav-tree .layui-nav-item dd a {
	/* padding-left: 57px; */
	position: relative;
}


/*.layui-nav-tree .layui-nav-item dd a::before {
	content: '';
	border-radius: 50%;
	display: block;
	background-color: rgb(98, 113, 126);
	position: absolute;
	width: 4px;
	height: 4px;
	top: 50%;
	transform: translate(0, -50%);
	left: 45px;
}*/

/*.layui-nav-tree .layui-nav-item a:hover::before {
	background: #42a4ff;
}*/
.layui-nav-tree .layui-nav-item a:hover {
	background: rgba(74, 74, 74, 0.1);
}

.layui-nav-more {
	display: none;
}

.layui-nav-tree .layui-nav-item>a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	/* transform: translate(0, -50%);
	width: 10px;
	height: 7px;
	background: url(../images/arrow_2.png);
	background-size: 100% !important;
	background-repeat: no-repeat !important; */
	width: 0;
	height: 0;
	transform: translate(0, -50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid rgba(74, 74, 74, 0.1);
	transform: rotate(-180deg);
}

.layui-nav-tree .layui-nav-itemed>a::after,
.layui-nav-tree .layui-nav-item>a:hover::after {
	/*background: url(../images/arrow_1.png);
	width: 7px;
	height: 10px;*/
	/* transform: rotate(-90deg); */
	border-bottom-color: rgba(74, 74, 74, 1);
	transform: rotate(0);
}

.layui-nav-tree .layui-nav-item>a:hover::after {}

.regiester-content {
	width: 100%;
	min-width: 1340px;
	min-height: 826px;
	background: #efefef;
	/* background-repeat: no-repeat; */
	/* background-size: cover; */
	/* background: url(../images/bg_1.png); */
	/* background-position: center center; */
	position: relative;
}

.regiester-content .contentInner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 640px;
	transform: translate(-50%, -50%);
	background: #fff;
}

.regiester-content .contentInner .step {
	margin: 0 auto;
	margin-top: 30px;
	position: relative;
	display: table;
	margin-bottom: 20px;
}

.regiester-content .contentInner .step li {
	position: relative;
	width: 180px;
	float: left;
}

.regiester-content .contentInner .step li::before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translate(-50%, 0);
	background: #dddddd;
	width: 180px;
	height: 4px;
	border-radius: 4px;
}

.regiester-content .contentInner .step li.cur::before {
	background-color: #007DDB;
}

.regiester-content .contentInner .step li .circle {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
	background-color: #DDDDDD;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.regiester-content .contentInner .step li.cur .circle {
	background-color: #007DDB;
	color: #fff;
}

.regiester-content .contentInner .step li h5 {
	font-size: 14px;
	color: #333333;
	text-align: center;
	line-height: 1;
	padding-top: 35px;
}

.regiester-content .contentInner .step li.cur h5 {
	color: #45a2ff;
}

.regiester-content .contentInner .center {
	width: 440px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.regiester-content .contentInner .center .layui-form-label.fr {
	padding: 0;
	width: 110px;
	padding-right: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 38px;
	position: relative;
}

.regiester-content .contentInner .layui-form-label.fr.must::before {
	content: '*';
	color: #ff0000;
	font-size: 14px;
	margin-right: 7px;
}

.col-space10 input {
	float: left;
	margin-right: 10px;
}

.col-space10 {
	margin-right: -10px;
}

.col-space10 input.style1 {
	width: 95px;
}

.col-space10 input.style2 {
	width: 120px;
}

.regiester-content .contentInner .re-title {
	display: block;
	background-color: #2E59AC;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
}

.regiester-content .contentInner .re-title .fr {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	font-size: 14px;
}

.regiester-content .contentInner .re-title .fr a {
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.302);
	border-radius: 2px;
	width: 70px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	margin-top: 12px;
	color: #fff;
	margin-left: 8px;
}

.btn-next {
	border-radius: 3px;
	width: 340px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	background-color: #999999;
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
}

.btn-next.last {
	background-color: #2D72F3;
}

.regiester-content .contentInner .w940 {
	/*width: 950px;*/
	width: 1150px;
	/*margin: 0 auto;*/
	margin-bottom: 10px;
}

.regiester-content .contentInner .w940 .ws2 {
	width: 330px;
}

.regiester-content .contentInner .w940 .ws2 .brand {
	display: block;
	float: left;
	background: #eeeeee;
	border: 1px solid rgb(221, 221, 221);
	width: 50px;
	height: 38px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	border-right: none;
	text-align: center;
	line-height: 36px;
}

.regiester-content .contentInner .w940 .ws2 .brand+input {
	width: 280px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.regiester-content .contentInner .w940 .layui-form-label.fr {
	padding: 0;
	/*width: 125px;*/
	width: 290px;
	padding-right: 10px;
	font-size: 14px;
	color: #333333;
	line-height: 38px;
	position: relative;
}

.regiester-content .contentInner .w940 .layui-form-label.fr+.ws2 {
	/*margin-left: 125px;*/
	margin-left: 290px;
}

.regiester-content .contentInner .w940 .detailAddress {
	display: inline-block;
	width: 445px;
}

.regiester-content .contentInner .w940 .w_half,
.regiester-content .contentInner .w940 .w_half .ws2 {
	margin-right: 0;
}

.regiester-content .contentInner .w940.city .layui-inline {
	width: 100px;
}

.regiester-content .contentInner .w940 .w_half .ws2 {
	margin-left: 0 !important;
}

.regiester-content .contentInner .w940 .ws2.inline input {
	width: 300px;
	display: inline-block;
}

.regiester-content .contentInner .w940 .ws2.inline {
	width: 355px;
}

.middle {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin-left: 7px;
}

.regiester-content .contentInner .w940 .fr+div {
	/*margin-left: 125px;*/
	margin-left: 290px;
}

.regiester-content .contentInner .w940 .fr+div textarea {
	padding: 9px 10px;
}

.regiester-content .contentInner .w940 input::-webkit-input-placeholder,
.regiester-content .contentInner .w940 textarea::-webkit-input-placeholder {
	color: #cccccc !important;
}

.regiester-content .contentInner .w940 input::-moz-placeholder,
.regiester-content .contentInner .w940 textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cccccc;
}

.regiester-content .contentInner .w940 input:-moz-placeholder,
.regiester-content .contentInner .w940 textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cccccc;
}

.regiester-content .contentInner .w940 input:-ms-input-placeholder,
.regiester-content .contentInner .w940 textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cccccc;
}

.regiester-content .contentInner .w940 .second .fr {
	width: 120px;
}

.regiester-content .contentInner .w940 .second .fr+.ws2 {
	margin-left: 120px;
}

.regiester-content .contentInner .complete {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url(../images/5.png) no-repeat;
	background-size: 100%;
}

.regiester-content .contentInner .complete p {
	position: absolute;
	bottom: 140px;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333333;
	line-height: 1;
}

.btn-next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	color: #fff;
}

.loginWin .winpiut li.code {
	width: 60%;
	position: relative;
}

.loginWin .winpiut li.code .btnCode {
	position: absolute;
	height: 100%;
	right: -120px;
	top: 0;
	font-size: 14px;
	padding: 0 10px;
	background: transparent;
	border: 1px solid;
	border-color: rgb(221, 221, 221);
}

.t-login-news {
	width: 1298px;
	background: #ffffff;
	height: 50px;
	line-height: 40px;
	border: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
	margin-left: 300px;
}

.t-login-news h3 {
	float: left;
	font-weight: bold;
	font-size: 15px;
}

.t-login-news ul {
	float: left;
}

.t-login-news ul li {
	list-style: none;
	float: left;
	margin-right: 20px;
}

.t-login-news ul li i {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	vertical-align: middle;
	color: #d5d5d5;
	margin-right: 5px;
}

.news {
	width: 1298px;
	padding: 10px;
	background: #ffffff;
	height: 800px;
	text-align: center;
}

.news h3 {
	font-size: 20px;
	line-height: 40px;
	margin: auto;
}

.news .news_content {
	text-align: left;
	font-size: 14px;
}


td .label {
	font-size: 11px;
	display: inline-block;
	margin: 0;
	margin-bottom: 2px;
	font-weight: 600;
	padding: 3px 8px;
	text-shadow: none;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.label-default {
	background-color: #d1dade;
	color: #5e5e5e
}

.label-success {
	background-color: #1c84c6;
	color: #FFFFFF;
}

.layui-nav .layui-nav-item a {
	padding-left: 50px;
}

/* 按钮 */
.nav-left .back {
	display: block;
	height: 49px;
	box-sizing: border-box;
	padding-top: 15.5px;
	cursor: pointer;
}

.nav-left .back .icon {
	display: block;
	width: 22px;
	height: 18px;
	margin: 0 auto;
	background: url(../img/icon/toggle.png) no-repeat;
	background-size: 100%;
}

.layui-nav-item dl {
	margin: 0;
}

/* 头部新 */
.t-header {
	width: 100%;
	height: 70px;
	background: #2E59AC;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33);
}

.t-header .logo {
	margin-left: 30px;
	margin-right: 35px;
	display: block;
	float: left;
	margin-top: 19px;
}
.t-header .logo img{
	display: block;
	float: left;
}
.t-header h5 {
	display: block;
	float: left;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 6px;
	margin-left: 8px;
}

.t-navItem {
	background: #204B9F;
	float: left;
	width: 37px;
	height: 70px;
	cursor: pointer;
	display: none;
}

.t-navUl {
	float: left;
	height: 100%;
	min-width: 490px;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}

.t-navUl li {
	display: inline-block;
	white-space: nowrap;
	width: 98px;
}

.t-navUl::-webkit-scrollbar {
	display: none;
}

.t-navUl li a {
	display: block;
	padding: 0 19px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.88px;
	line-height: 70px;
	height: 70px;
}

.t-navUl li a:hover {
	background: #204B9F;
}

.t-navUl li.cur a {
	background: #204B9F;
}

.logout {
	display: block;
	float: right;
	width: 20px;
	height: 21px;
	background-image: url(../img/icon_logout.svg);
	background-size: 100%;
	cursor: pointer;
	margin-right: 26px;
	margin-top: 26px;
}

.useMessage {
	padding-top: 12px;
	box-sizing: border-box;
	float: right;
	height: 70px;
}

.useMessage .avatar {
	display: block;
	border-radius: 50%;
	width: 48px;
	box-sizing: border-box;
	float: left;
	height: 48px;
	border: 2px solid #fff;
}

.useMessage .name {
	font-size: 13px;
	float: left;
	color: #FFFFFF;
	display: block;
	letter-spacing: 0;
	margin-left: 8px;
	height: 48px;
	line-height: 48px;
	margin-right: 42px;
}

.t-notice {
	float: right;
	position: relative;
	width: 20px;
	height: 22px;
	background: url(../img/icon_notice.svg);
	margin-top: 25px;
	margin-right: 50px;
}

.t-notice .redCircle {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	line-height: 16px;
	top: -7px;
	right: -7px;
	background: #E0001B;
	font-size: 9px;
	color: #fff;
}

.triangle-left {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 8px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 31px
}

.triangle-right {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #fff;
	display: block;
	margin: 0 auto;
	margin-top: 31px
}

.layui-nav-tree .layui-nav-child dd.layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-this>a,
.layui-nav-tree .layui-this>a:hover {
	background: rgba(74, 74, 74, 0.1) !important;
	opacity: 1;
	color: #4A4A4A !important;
}

/* dd.layui-this::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #2E59AC !important;
} */

.t-headerWap {
	display: none;
}

.t_icon {
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	display: block;
}

.nav-leftWap {
	display: none;
	position: absolute;
	top: 64px;
	width: 100%;
	z-index: 1;
}

.nav-leftWap .t_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.t_icon.si1 {
	width: 22px;
	height: 22px;
	background: url(../img/tIcon/i1.png);
}

.t_icon.si2 {
	width: 20px;
	height: 18px;
	background: url(../img/tIcon/i2.png);
}

.t_icon.si3 {
	width: 22px;
	height: 22px;
	background: url(../img/tIcon/i3.png);
}

.t_icon.si4 {
	width: 20px;
	height: 22px;
	background: url(../img/tIcon/i4.png);
}

.t_icon.si5 {
	width: 24px;
	height: 20px;
	background: url(../img/tIcon/i5.png);
}

.t_icon.si6 {
	width: 20px;
	height: 22px;
	background: url(../img/tIcon/i6.png);
}

.t_icon.si7 {
	width: 24px;
	height: 24px;
	background: url(../img/tIcon/i7.png);
}

.t_icon.si8 {
	width: 22px;
	height: 20px;
	background: url(../img/tIcon/i8.png);
}

/* hover.clicked */
.t_icon.si1:hover,
.clicked .t_icon.si1 {
	background: url(../img/tIcon/i1_c.png);
}

.t_icon.si2:hover,
.clicked .t_icon.si2 {
	background: url(../img/tIcon/i2_c.png);
}

.t_icon.si3:hover,
.clicked .t_icon.si3 {
	background: url(../img/tIcon/i3_c.png);
}

.t_icon.si4:hover,
.clicked .t_icon.si4 {
	background: url(../img/tIcon/i4_c.png);
}

.t_icon.si5:hover,
.clicked .t_icon.si5 {
	background: url(../img/tIcon/i5_c.png);
}

.t_icon.si6:hover,
.clicked .t_icon.si6 {
	background: url(../img/tIcon/i6_c.png);
}

.t_icon.si7:hover,
.clicked .t_icon.si7 {
	background: url(../img/tIcon/i7_c.png);
}

.t_icon.si8:hover,
.clicked .t_icon.si8 {
	background: url(../img/tIcon/i8_c.png);
}

.dis {
	display: none !important;
}

@media screen and (max-width: 750px) {

	.m1,
	.m2 {
		display: none;
	}

	.t-header {
		display: none;
	}

	.t-headerWap {
		display: block;
		height: 64px;
		background: #2E59AC;
	}

	.useMessage {
		height: auto;
		float: left;
		margin-left: 20px;
	}

	.useMessage .avatar {
		height: 40px;
		width: 40px;
	}

	.useMessage .name {
		float: left;
		display: block;
		letter-spacing: 0;
		margin-left: 10px;
		height: 48px;
		line-height: 40px;
		font-size: 15px;
		color: #FFFFFF;
	}

	.t-notice {
		margin-top: 21px;
		margin-right: 23px;
	}

	.m1 {
		display: block;
	}

	.m2 {
		display: none;
	}

	.icon_show {
		display: block;
		float: right;
		width: 24px;
		height: 24px;
		background: url(../img/wap_zk.png) no-repeat;
		background-size: 100%;
		margin-top: 20px;
		margin-right: 20px;
		cursor: pointer;
	}

	.t-headerWap .m2 {
		text-align: center;
		font-size: 20px;
		color: #FFFFFF;
		line-height: 64px;
		position: relative;
	}

	.t-headerWap .m2 .icon_close {
		display: block;
		position: absolute;
		width: 18px;
		height: 18px;
		background: url(../img/wap_close.png) no-repeat;
		background-size: 100%;
		top: 23px;
		right: 16px;
	}

	.nav-left {
		display: none;
	}

	.nav-leftWap {
		display: table;
		width: 100%;
	}

	.nav-leftWap>div {
		float: left;
	}

	.sort1 {
		width: 13.06%;
		height: 384px;
		background: #DDDDDD;
		overflow-y: scroll;
	}

	.sort2 {
		width: 40.08%;
		height: 100%;
		background: #FAFAFA;
		overflow-y: scroll;
	}

	.sort3 {
		width: 46.86%;
		height: 100%;
		background: #fff;
		min-height: 384px;
		overflow-y: scroll;
	}
	.nav-leftWap {
		height: 384px;
	}
	.sort1 a {
		display: block;
		width: 100%;
		height: 48px;
		position: relative;
	}

	.sort1 .clicked,
	.sort1 a:hover {
		background: #fff;
	}

	.sort2 a,
	.sort3 a {
		line-height: 48px;
		font-size: 16px;
		color: #9B9B9B;
		display: block;
		box-sizing: border-box;
		padding-left: 26%;
	}

	.sort2 .clicked {
		background: #fff;
	}

	.sort2 .clicked,
	.sort3 .clicked,
	.sort2 a:hover,
	.sort3 a:hover {
		color: #2E59AC;
		background: #fff;
	}

	/* .sort2,
	.sort3 {
		display: none;
	} */

	/* .sort2 div {
		display: none;
	}

	.sort3 div {
		display: none;
	} */
	.content{
		margin-left: 0!important;
	}
}

.layadmin-side-shrink.hoverShow {
	overflow-x: visible;
}

.layadmin-side-shrink.hoverShow {
	width: 188px !important
}

.layadmin-side-shrink.hoverShow cite {
	display: block;
}

.layui-nav-tree .layui-nav-bar {
	display: none;
}

.t-headerNav {
	float: left;
}

.t-headerNav {
	/* width: 51.8%; */
	height: 70px;
	/* min-width: 1130px; */
}

.layui-nav-tree .layui-nav-item dd a::after {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	top: 23.5px;
	border-top: 1px dashed #9B9B9B;
	left: 25px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #2E59AC;
}

/* @media screen and (max-width: 1366px) {
	.t-headerNav {
		width: 1268px;
	}
}
@media screen and (max-width: 1366px) {
	.t-headerNav {
		width: 1268px;
	}
} */
/* 配色 */
.layui-btn{
	background-color: #2E59AC;
}
.layui-btn-primary {
	background-color: #fff;
	border: 1px solid #C9C9C9;
	color: #333;
}
.layui-btn-primary:hover {
	border-color: #2E59AC;
	color: #333
}
.layui-btn-normal {
	background-color: #2E59AC
}

.layui-btn-warm {
	background-color: #FFB800
}

.layui-btn-danger {
	background-color: #FF5722;
}

.layui-nav-tree .layui-this>a:before {
	background-color: #9B9B9B;
}
.ih{
	display: none!important;
}
.leftCon{
	display: table;
	float: left;
}
.rightCon{
	display: table;
	float: right;
}

.nav-leftWap .layui-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#wap{
	display: none;
}