* {
	padding: 0;
	margin: 0
}
body {
	font-size: 14px;
	font-family: "微软雅黑";
	background: #f1f1f1;
}
ul {
	list-style: none;
}
.top {
	text-align: center;
	padding: 20px 0;
	background: #fff;
}
.top span {
	color: #878585;
	font-size: 18px;
	vertical-align: -7px;
	padding-left: 10px;
}
.content {
	/*background: #e6e6c0;*/
	/*height: 450px;*/
	/*width: 100%;*/
	/*padding-top: 30px;*/
}
.inner {
	width: 870px;
	margin: auto;
  display: flex;
  align-items: center;
}
.inner:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
form {
	width: 290px;
	/* float: right; */
}
.title {
	color: #848583;
	font-size: 16px;
	background: #dfe7e6;
	border-radius: 8px 8px 0 0;
	height: 44px;
	line-height: 44px;
	text-align: center;
	width: 100%;
}
.wrap {
	padding: 30px 60px 0 60px;
	border-bottom: 1px dashed #82956e;
}
.leftItem{
	text-align: left!important;
	left: 5px;
}
.items {
	text-align: center;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
.items input[type="text"], .items input[type="password"] {
	/*width: 240px;*/
	height: 46px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background-color: #fafafa;
	text-indent: 45px;
	outline: 0;
}
.items input[type="text"]::placeholder, .items input[type="password"]::placeholder {
	color: #999999;
}
/* // oem输入框框 */
.items .oem-password-input, .items .oem-text-input {
	width: 100%;
}
.items img {
	position: absolute;
	top: 13px;
	left: 15px;
  width: 20px;
}
.tip {
	color: #848585;
	vertical-align: 2px;
	padding-left: 5px;
}
.btnLogin {
	display: block;
	width: 100%;
	height: 46px;
	margin: auto;
	border: 1px solid #ff5e5f;
	border-radius: 4px;
	background: #ff5e5f;
	color: #fff;
	outline: 0;
}
.btnLogin:hover {
	color: #fff;
}
.last {
	background: #eaede8;
	border-radius: 0 0 8px 8px;
	padding: 20px;
}
.last:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.text {
	float: left;
}
.round {
	float: right;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #e1bcb5;
	color: #ff5e5f;
	padding: 4px 15px;
}
.round a {
	vertical-align: -2px;
	color: #ff5e5f;
}
.text p {
	margin: 0;
}
.p1 {
	color: #ff5e5f;
	font-size: 18px;
}
.p2 {
	color: #848585;
	font-size: 12px;
}
.linkList {
    width: 100%;
    padding: 15px 0px 10px;
    background-color: #f1f1f1;
    text-align: center;
	margin:0px;
}
.linkList:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.linkList li {
    display: inline-block;
	margin-right: 20px;
}
.linkList li a {
	color: #545454;
}
.address {
	text-align: center;
	color: #878585;
	margin:0px;
	background:#f1f1f1;
	padding-bottom:15px;
}

.topbg {
    height: 30px;
    width: 100%;
	line-height:30px;
    background: #000;
	color:#fff;
	font-size:12px;
}
.topbg a{
	color:#fff;
}
.banner{
    background: url("/Public/img/login/banner.jpg") center;
    width: 100%;
    height: 420px;
    position: relative;
}
.w1100{
	width:1100px;
	margin:0px auto;
}
.index_img1{
	background: url("/Public/img/login/1.jpg") no-repeat center;
    width: 100%;
    height: 536px;
    position: relative;
	margin:50px auto 0px;
}
.index_img2{
	background: url("/Public/img/login/2.jpg") no-repeat center;
    width: 100%;
    height: 535px;
    position: relative;
}
.index_img3{
	background: url("/Public/img/login/3.jpg") no-repeat center;
    width: 100%;
    height: 566px;
    position: relative;
}
.index_img4{
	background: url("/Public/img/login/4.jpg") no-repeat center;
    width: 100%;
    height: 536px;
    position: relative;
}
.fr{
	float:right;
}

.message_box{
	width:415px;
	height:235px;
	border:1px solid #eee;
	border-radius:10px;
	margin:15% auto 0px;
}

.message_box{
	width:380px;
	height:220px;
	border:1px solid #ddd;
	border-radius:10px;
	margin:17% auto 0px;
  background: #fff;
}
.message_box .title_box{

	padding:13px 20px;
	color:#fff;
	font-size:16px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.message_box .message_content{
	padding:42px 0px 30px;
	background:#fff;
	text-align:center;
	position:relative;
}
.succesBg{
	background:#5ccb5e;
}
.failBg{
	background:#ff5e5f;
}
.icon_success{
	background: url(/Public/img/icon_prompt.png);
    background-size: 70px 131px;
    background-position: 0px 0px;
    width: 70px;
    height: 61px;
    display: inline-block;
    background-repeat: no-repeat;
}
.icon_fail{
	background: url(/Public/img/icon_prompt.png);
    background-size: 70px 131px;
    background-position: 0px -68px;
    width: 70px;
    height: 61px;
    display: inline-block;
    background-repeat: no-repeat;
}
.icon_fail_auxiliary{
	background: url(/Public/img/icon_prompt_auxiliary.png);
	background-size: 100% 100%;
	width: 60px;
	height: 60px;
	display: inline-block;
	background-repeat: no-repeat;
}

.message_box .message_content i {
	vertical-align: middle;
}
.message_box .message_content span{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	max-width: 230px;
}

.message_box .message_content .icon_success+span, .message_box .message_content .icon_fail+span, .message_box .message_content .icon_fail_auxiliary+span {
	margin-left: 20px;
}

.message_box p{
	text-align:right;
	padding-right:15px;
  background: #fff;
  text-align: center;
}
.skip{
	text-decoration:underline;
	margin:0px 5px;
}
.code-item {
  display: none;
  text-align: left !important;
}
.icon-code {
  width: 18px;
}
.code-item .code-img {
  position: relative;
  top: 0;
  left: -5px;
  width: 130px;
  height: 44px;
  margin-left: 16px;
}
.code-change {
  float: right;
  line-height: 46px;
  color: #ff5e5f;
}
.forget-password {
	color: #ff5e5f;
	float: right;
	margin-right: 5px;
}
.m-public-items .code-input {
  width: 200px;
}
.forget-item {
  overflow: hidden;
}
.edit-password-warp {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.edit-password {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 375px;
	height: 210px;
	margin: -105px 0 0 -187px;
	border-radius: 10px;
	background: #fff;
	color: #666;
}
.edit-password h2 {
	margin: 0;
	padding: 32px 0 28px;
	text-align: center;
  color: #333;
	font-size: 18px;
}
.edit-password .msg {
	width: 246px;
	margin: 0 auto;
	text-align: center;
	color: #666;
}
.edit-password .group-btn {
	display: table;
	margin: 28px auto 0;
}
.edit-password .group-btn .btn {
	width: 98px;
	height: 32px;
	padding: 0;
	border: 1px solid #dedede;
	line-height: 32px;
	color: #666;
}
.edit-password .group-btn a:first-child {
  margin-right: 30px;
}
.edit-password .group-btn .edit-btn {
	border: none;
	background: #ed6965;
	color: #fff;
}

/* 弹窗 start */
.mask-layer {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	font-size: 14px;
}

.affirm-popup {
	z-index: 11;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 540px;
	height: 310px;
	margin: auto;
	border-radius: 8px;
	background-color: white;
}

.close-span-style {
	position: absolute;
	top: 2%;
	right: 4%;
	font-size: 25px;
}

.popup-warning-word {
	margin-top: 20%;
	font-size: 20px;
}

.close-span-style {
	cursor: pointer;
}

.btn-style {
	padding: 7px 19px;
	border: none;
	border-radius: 4px;
	background-color: #00a095;
	color: white;
	cursor: pointer;
}

.button-div {
	margin-top: 30px;
	text-align: center;
}

.back-btn-style {
	margin-right: 40px;
	padding: 6px 18px;
	border: 1px solid #000;
	background-color: white;
	color: #000;
}

.L-close-btn {
	position: absolute;
	top: 11px;
	right: 14px;
	padding: 1px;
	border-radius: 12px;
	line-height: 20px;
	text-align: center;
	color: #999;
	font-size: 26px;
	cursor: pointer;
}

.L-popup-title {
	height: 50px;
	margin: 0 0 20px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	line-height: 49px;
	background-color: #f4f5f9;
	text-align: center;
	font-size: 16px;
}
.L-protocol-list {
	overflow: auto;
	width: 480px;
	height: 212px;
	margin: 0 auto;
	border: 1px solid #f9f9f9;
	border-radius: 8px;
}
.L-protocol-list-item {
	height: 42px;
	margin: 0 !important;
	padding-left: 12px;
	line-height: 42px;
	color: #f04144;
	cursor: pointer;
}
.L-protocol-list-item:nth-child(2n-1) {
	background-color: #f9f9f9;
}
/* 弹窗 end */

/* 协议详情弹窗 */
.detail-popup {
	width: 940px;
	height: 602px;
}
.L-protocol-name {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 20px;
}
.L-protocol-detail {
	overflow: auto;
	width: 880px;
	height: 452px;
	margin: 30px auto 0;
	padding: 15px 18px 15px 20px;
	border: 1px solid #f9f9f9;
	border-radius: 4px;
}
