body {
	background:#fff;
	font-family:"Microsoft YaHei";
}

.larry-main {
	width:400px;
	height:auto;
	/* margin:0 auto; */
	float:right;
	margin-top: 28.8px;
	margin-right:100px;
	padding-top:45px;
	padding-bottom:25px;
	padding-left:45px;
	padding-right:45px;
	box-shadow:10px 5px 70px #0d957a;
	border-radius:5px;
	background:rgb(0,0,0);
	background:rgb(4,93,136,0.8);
	filter:alpha(opacity=80); 
	border:1px solid #909090
}
.l_maindata {
	background-color: #ffffff;
	border-radius: 3px;
	padding: 30px 43px 43px;
	margin: auto;
	z-index: 100;
  /*position: absolute;*/
 /* width: 452px;*/
	/*height: 445px;*/
  /*background: url(../images/bj.png) 100% 100% no-repeat;*/
  /*background-size: 100% 100%;*/
  /*top: 91%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*padding: 45px 18px 35px;*/
  /*box-sizing: border-box;*/
}
.larry-main .title {
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	color:#ffffff;
	font-size:30px;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px
}
.larry-main p.info {
	display:block;
	width:100%;
	height:35px;
	line-height:35px;
	color:#ffffff;
	font-size:24px;
	text-align:center;
	padding-bottom:15px
}
.user-info {
	display:block;
	width:310px;
	padding-top:5px;
	overflow:hidden;
	margin:0 auto
}
.user-info .avatar {
	display:block;
	width:96px;
	height:96px;
	margin:0 auto;
	margin-bottom:25px
}
.layui-form {
	display:block;
	position:static;
	/*width:290px;*/
	overflow:hidden;
	margin:0 auto;
	padding:0px;
	/*padding: 0px 58px;*/
}
.layui-form .layui-form-item {
	display:block;
	width:100%;
	height: 52px;
	border:none;
	position:relative;
	margin-bottom:18px;
	height: 46px;
	border-radius: 2px;
	border: solid 1px #eaeaea;
	padding: 0px 10px;
	box-sizing: border-box;
}
.layui-form .layui-form-item.active {
	border: solid 1px #3caeff;
}
.layui-form .layui-form-item label.layui-form-label {
	display:inline-block;
	padding:0px;
	margin:0px;
	/*height:42px;*/
	font-size:14px;
	/* margin-left: 18px; */
}
.layui-form .layui-form-item label.layui-form-label img {
	vertical-align: middle;
}
.layui-form .layui-form-item label.layui-form-label img:nth-of-type(2) {
	display: none;
}
.layui-form .layui-form-item.active label.layui-form-label img:nth-of-type(2) {
	display: inherit;
}
.layui-form .layui-form-item.active label.layui-form-label img:nth-of-type(1) {
	display: none;
}
.layui-form .layui-form-item input.larry-input {
	/* display:block; */
	display: inline-block;
	width:80%;
	height: 44px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	/* position:absolute;
	top:0px;
	left:0px; */
	font-size:14px;
	font-family:"Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
	color:#000!important;
	background:#2d2d2d;
	background:rgba(15,15,15,.15);
	background: none;
	border: none;
	padding: 0px 13px;
	box-sizing: border-box;
	/* border:1px solid #dddddd; */
	/* border:1px solid rgba(255,255,255,.15); */
	/* -moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-shadow:0 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset;
	-webkit-box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset;
	box-shadow:0 2px 3px 0 rgba(0,0,0,.1) inset;
	-o-transition:all .2s;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
	padding-left:63px; */
}
input::-webkit-input-placeholder {
	color:#9c9c9c
}
input:-moz-placeholder {
	color:#9c9c9c
}
input::-moz-placeholder {
	color:#9c9c9c
}
input:-ms-input-placeholder {
	color:#9c9c9c
}
.layui-form .layui-form-item input.larry-input:focus {
	color:#000
}
#larry_code {
	/* width:170px; */
	/*margin-bottom:38px*/
}
#larry_code input.larry-input {
	/*padding-left:10px!important;*/
	color:#ffffff
}

#larry_code input.larry-input:focus {
	color:#ffffff;
	font-size:16px
}

input:focus::-webkit-input-placeholder { color:transparent; }

/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }

#larry_code .code,#regist_larry_code .code{
	display:block;
	background:#ffffff;
	width:116px;
	height:40px;
	padding:0px;
	border-radius:4px;
	position:absolute;
	top:2px;
	left:190px;
	/* box-shadow:0 1px 1px 1px rgba(0,0,0,0.25) */
}
#larry_code .code .arrow,#regist_larry_code .code .arrow {
	background:url(../images/login_code.png) no-repeat 0 0;
	display:block;
	width:7px;
	height:13px;
	position:absolute;
	left:-7px;
	top:14px;
	display: none;
}
#larry_code .code-img,#regist_larry_code .code-img {
	width:98px;
	height:38px;
	position:absolute;
	top:1px;
	right:1px;
	cursor:pointer
}
#larry_code .code-img img ,#regist_larry_code .code-img img{
	display:block;
	width:100%;
	height:100%
}

.larry-btn {
	/*position:static;*/
	/*display:block;*/
	/*font-size:16px;*/
	font-family:"Microsoft YaHei","Lucida Grande","Lucida Sans Unicode",Tahoma,Helvetica,Arial,sans-serif;
	/*font-weight:600;*/
	/*letter-spacing:1px;*/
	/*background:#ef4300;*/
	/*width:170px;*/
	/*height:40px;*/
	/*line-height:40px;*/
	/*vertical-align:middle;*/
	/*margin:0 auto!important;*/
	/*border:1px solid #ff730e;*/
	/*-moz-border-radius:5px;*/
	/*-webkit-border-radius:5px;*/
	/*border-radius:5px;*/
	/*-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);*/
	/*-webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);*/
	/*box-shadow:0 15px 30px 0 rgba(255,255,255,.25) inset,0 2px 7px 0 rgba(0,0,0,.2);*/
	/*color:#fff;*/
	/*cursor:pointer;*/
	/*text-shadow:0 1px 2px rgba(0,0,0,.1);*/
	/*-o-transition:all .2s;*/
	/*-moz-transition:all .2s;*/
	/*-webkit-transition:all .2s;*/
	/*-ms-transition:all .2s;*/
}
.larry-btn {
  display: block;
	width: 100%;
  line-height: 54px;
	background-image: linear-gradient(0deg, #119dff 15%, #4ab5ff 62%,#83ccff 100%),
	linear-gradient(	#119dff, #119dff);
	background-blend-mode: normal,	normal;
	border-radius: 5px;
  font-size: 16px;
	color: #ffffff;
  letter-spacing: 2px;
  text-align: center;
  border: none;
}
.layui-form .layui-form-item.setmargin {
  margin-top: 35px;
  margin-bottom: 0px;
	border: none;
	padding: 0px;
}
.setmargin button {
	height: 46px;
	background-color: #1763ea;
	border-radius: 5px;
	width: 100%;
	border: none;
	font-size: 18px;
	color: #ffffff;
	background-image: linear-gradient(0deg, #1763ea 0%, #0b80f6 50%, #0096ff 100%), linear-gradient(#1763ea, #1763ea);
	background-blend-mode: normal, normal;
	border-radius: 5px;
	cursor: pointer;
}
.larry-btn:hover {
	-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2)
}
.larry-btn:active {
	-moz-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow:0 15px 30px 0 rgba(255,255,255,.15) inset,0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow:0 5px 8px 0 rgba(0,0,0,.1) inset,0 1px 4px 0 rgba(0,0,0,.1);
	border:0px solid #ef4300
}
.copy-right {
	display:block;
	width:360px;
	height:30px;
	line-height:30px;
	margin:0 auto;
	text-align:center;
	color:#000000;
	font-size:14px;
	padding-top:5px
}
.copy-right a {
	cursor:pointer;
	color:#000000
}
.copy-right a:hover {
	color:#ffffff
}


.layui-input:focus, .layui-textarea:focus {
  border-color: #C9C9C9!important;
}
.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
	outline: 0;
	-webkit-appearance: none;

	box-sizing: border-box;
}
blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    /* -webkit-tap-highlight-color: rgba(0,0,0,0); */
}
.messager {
  position: fixed;
  z-index: 99999;
  max-width: 80%;
  padding-right: 50px;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 5px;
}
.messager.top {
  top: 20px;
}
.messager.top-left {
  top: 20px;
  left: 20px;
}
.messager.top-right {
  top: 20px;
  right: 20px;
}
.messager.bottom {
  bottom: 20px;
}
.messager.bottom-left {
  bottom: 20px;
  left: 20px;
}
.messager.bottom-right {
  right: 20px;
  bottom: 20px;
}
.messager-content {
  padding: 10px 20px;
}
.messager-content > [class^='icon-'] {
  display: inline-block;
  margin-right: 8px;
}
.messager-actions {
  position: absolute;
  top: 10px;
  right: 15px;
}
.messager-actions > .action {
  color: #fafafa;
  color: rgba(255, 255, 255, .6);
  text-shadow: none;
  background: none;
  border: none;
}
.messager-actions > .action.close {
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}
.messager-actions > .action:hover {
  color: #fff;
}
.messager-primary {
  background-color: #3280fc;
}
.messager-success {
  background-color: #229f24;
}
.messager-info {
  background-color: #39b3d7;
}

.l_datatitle img {
  display: block;
  margin: 0px auto;
	/* width: 214px;
	height: 41px; */
}
.l_datatitle span {
  display: block;
  font-size: 16px;
	color: #404040;
  text-align: center;
  margin-top: 8px;
	letter-spacing: 2px;
}
.l_datashow {
  margin-top: 25px;
}

.messager-warning {
  background-color: #ff730e;
}
.dflex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.n_header, .n_footer {
	/*width: 1000px;*/
	height: 70px;
	margin: 0px auto;
}
.n_headerright span {
	font-size: 12px;
	color: #404040;
	margin-left: 25px;
}
.n_headerright span img {
	width: 30px;
	vertical-align: middle;
  margin-right: 4px;
}
.n_main {
	background-color: #0750d3;
}
.n_mainshow {
	/*width: 1000px;*/
	margin: 0px auto;
	height: 650px;
}
.l_datatitle.dflex {
	justify-content: center;
	-webkit-justify-content: center;
}

.l_datatitle.dflex1 {
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.l_datatitle a {
	font-size: 18px;
	color: #404040;
	text-decoration: none;
}






.l_datatitle a.active {
	color: #1763ea;
}
.l_datatitle i {
	width: 1px;
	height: 40px;
	background-color: #eaeaea;
}
.forgetpw {
	margin-top: -10px;
}
.forgetpw a {
	font-size: 12px;
	color: #0d79f3;
	text-decoration: none;
	letter-spacing: 1px;
}
#regist_phone_larry_code.layui-form-item, 
#for_larry_code.layui-form-item {
	width: 185px;
}
#regist_phone_larry_code.layui-form-item input, 
#for_larry_code.layui-form-item input {
	padding-left: 13px;
	padding-right: 0px;
}
.phonecode {
	width: 110px;
	height: 46px;
	background-color: #048dfb;
	border-radius: 2px;
	margin-bottom: 18px;
}
.phonecode a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 46px;
	text-align: center;
}
.dis_no {
	display: none;
}
.n_footer.dflex {
	justify-content: space-around;
  -webkit-justify-content: space-around;
	font-size: 14px;
	color: #666666;
}



#bg-body {
	/*width: 100%;*/
	/*min-width: 750px;*/
	/*max-width: 1920px;*/
	margin: 0px auto;
	/*position: relative;*/
	/*background: url(../images/banner.png) 100% 100% no-repeat;*/
	/*background-size: 100% 100%;*/
	/* height: 48%; */
	/*max-height: 490px;*/
	/*min-height: 450px;*/
	/* min-height: calc(35vh); */
}
#bg-body>img {
	width: 100%;
}
@media screen and (max-width: 1920px) {
	#bg-body {
	    /* min-height: 450px; */
	}
}
@media screen and (max-width: 1366px) {
  .n_header, .n_footer {
    height: 60px;
  }
  .n_mainshow {
    height: 530px;
  }
  .l_maindata {
    padding: 25px 43px 35px;
  }
  .layui-form .layui-form-item {
    margin-bottom: 12px;
    height: 38px;
  }
  .layui-form .layui-form-item.setmargin {
    margin-top: 30px;
  }
  .layui-form .layui-form-item input.larry-input {
    height: 36px;
  }
  .phonecode {
    height: 38px;
    margin-bottom: 12px;
  }
  .phonecode a {
    line-height: 38px;
  }
  #larry_code .code,#regist_larry_code .code {
	  height:32px;
  }
  #larry_code .code-img,#regist_larry_code .code-img {
	  height:30px;
  }
}

/*@media screen and (max-width: 1820px) {*/
/*	#bg-body {*/
/*	    min-height: 426px;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1720px) {*/
/*	#bg-body {*/
/*	    min-height: 403px;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1620px) {*/
/*	#bg-body {*/
/*	    min-height: 379px;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1520px) {*/
/*	#bg-body {*/
/*	    min-height: 356px;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1447px) {*/
/*	#bg-body {*/
/*			min-height: 339px;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1366px) {*/
/*	#bg-body {*/
/*			min-height: 450px;*/
/*			background: url(../images/banner13.png) 100% 100% no-repeat;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1200px) {*/
/*	#bg-body {*/
/*			min-height: 450px;*/
/*			background: url(../images/banner12.png) 100% 100% no-repeat;*/
/*	}*/
/*}*/
/*@media screen and (max-width: 1024px) {*/
/*	#bg-body {*/
/*			min-height: 400px;*/
/*			background: url(../images/banner10.png) 100% 100% no-repeat;*/
/*	}*/
/*}*/
