html,
body {
	height: 100%;
	width: 100%;
}
@font-face {
  font-family: 'LEXUS-HSLU';
  src: url('https://mudu.oss-cn-shanghai.aliyuncs.com/lexus/index4/LEXUS-HSLU.TTF') format('truetype');
}
@font-face {
  font-family: 'NOBK';
  src: url('https://mudu.oss-cn-shanghai.aliyuncs.com/lexus/index4/NOBK.TTF') format('truetype');
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'LEXUS-HSLU', 'PingFang SC', "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: 400;
	padding: 0;
	margin: 0;
	background: #000000;
	font-size: 14px;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #474157;
}

a:hover,
a:focus {
	color: #474157;
	text-decoration: none;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 200;
	letter-spacing: 1px;
}


input{
    -webkit-appearance: none;
}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #ffffff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #ffffff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #ffffff;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #ffffff;
}
input:focus {
	outline: none;
	/*清除聚焦时的边框*/
}
.en{
    font-family: 'NOBK', 'PingFang SC', "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.title-en{
    font-family: 'NOBK', 'PingFang SC', "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.flex{
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.hide{
    display: none;
}
.login{
    width: 100%;
    height: 100%;
    min-height: 550px;
    background: url(https://mudu.oss-cn-shanghai.aliyuncs.com/lexus/index4/pc-bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.login .mobile-timing{
    display: none;
}
.login .img1{
    margin: 0 auto;
    padding-top: 9vh;
    margin-left: calc(50vw - 1.1vh);;
}
.login .img1 img{
    width: auto;
    min-height: 35px;
    height: 6.8vh;
}
.main .web{
    padding: 54px 3.9vw 0;
    -webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main .web .logo3{
    text-align: right;
}
.main .web .logo3 img{
    width: 9.69vw;
}
.main .web .title1{
    width: 26.25vw;
    display: block;
    margin:  3.8vh auto 0;
}
.main .mobile{
    display: none;
}
.main form{
    width: 24.32vw;
    min-width: 320px;
    padding-top: 8vh;
    margin: 0 auto;
    /*margin-left: 10vw;*/
}
.main .login-input {
	width: 100%;
	margin-top: 20px;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.main .login-input input {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	border: none;
	padding-left: 15px;
	background-color: transparent;
	border: 1px solid #ffffff;
	font-size: 16px;
	color: #ffffff;
}
.main .code{
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main .code .login-input {
    width: calc(97% - 120px);
}
.main .code .login-input input{
    border-radius: 50px 0px 0px 50px;
}
.main .code .getcode{
    margin-top: 20px;
    width: 120px;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    border: 1px solid #ffffff;
    background: #9D99A3;
    border-radius: 0px 50px 50px 0px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    cursor: pointer;
}
.main .code .getcode div{
    text-align: center;
}
.main .login-input .surname {
	position: absolute;
	margin-left: 15px;
	color: #FFFFFF;
	font-size: 12px;
}
.main .know {
	margin-top: 19px;
}
.main .know .checkdiv{
    width: 12px;
	height: 12px;
	margin-top: 2.5px;
	cursor: pointer;
}
.main .know .check{
    /*background: url(/assets/img/check.png) no-repeat;*/
	background-size: 100% 100%;
}
.main .know .check-act{
	/*background: url(/assets/img/check-act.png) no-repeat;*/
	background-size: 100% 100%;
}
.main .know .secrecy {
    width: calc(100% - 20px);
	font-size: 12px;
	color: #83fbff;
	display: block;
	margin-left: 8px;
}
.main .know .xieyi{
    cursor: pointer;
}
.main .know .know-have {
	color: #83fbff;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 1px;
	line-height: 12px;
}
.main .login-submit {
	margin: 30px auto 0;
	width: 100%;
	display: block;
}
.main .login-submit button {
	width: 100%;
	height: 50px;
	border-radius: 50px;
	/*background: #96016A;*/
	background: #E19E35;
	border: none;
	color: #ffffff;
	font-size: 20px;
	line-height: 17px;
	font-weight: bold;
}
.main .login-submit button:hover{
    /*background: #ca0790;*/
    background: #E19E35;
}
/*协议弹窗*/
.layui-layer-shade{
    opacity: 0.6!important;
}
.layui-layer {
	border-radius: 10px !important;
}
.technique {
	display: none;
}
.agreement {
	width: 800px;
	height: 510px;
	padding: 20px 30px;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
}
.agreement-title {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.agreement .info {
	margin-top: 10px;
}
.agreement .info .en{
    margin-bottom: 5px;
    display: inline-block;
}
.agreement .page{
    margin-left: 1em;
}
.agreement .page .en{
    text-indent: -1em;
}
.agreement-close {
	width: 800px;
	text-align: center;
	position: fixed;
	margin-top: 20px;
}
.agreement-close img {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

@media only screen and (max-width: 1100px) {
    .login{
        width: 100vw;
        height: 216.53vw;
        min-height: calc(10vh + 80vw);
        background: url(https://mudu.oss-cn-shanghai.aliyuncs.com/lexus/index4/mobile-login-bg.png) no-repeat;
        /*background-size: 100% 100%;*/
        background-size: cover;
        background-position: bottom center;
    }
    .main {
    	width: 85vw;
    	margin: 0 auto;
    }
    .main .web{
        display: none;
    }
    .main .mobile{
        display: block;
        padding: 4.68vh 0 1vh;
    }
    .main .mobile .logo1{
        width: 33.33vw;
        display: block;
        max-width: 250px;
    }
    .main .mobile .logo4{
        text-align: right;
    }
    .main .mobile .logo4 img{
        width: 26.13vw;
    }
    .main .mobile .title2{
        width: 67.87vw;
        display: block;
        margin:  11vh auto 0;
        max-width: 450px;
    }
    .main form{
        width: 62.67vw;
        max-width: 430px;
        min-width: 220px;
        padding-top: 2.5vh;
        margin: 0 auto;
    }
    .main .login-input input {
    	font-size: 14px;
    }
    .main .code .login-input {
        width: calc(97% - 100px);
    }
    .main .code .getcode{
        width: 100px;
    }
    .main .login-submit {
    	margin-top: 20px;
    }
    .main .login-submit button {
    	font-size: 16px;
    }
    /*协议弹窗*/
    .agreement {
    	width: 90vw;
    	height: 70vh;
    }
    .agreement-close {
    	width: 90vw;
    }
    .agreement-close img {
    	width: 20px;
    	height: 20px;
    	cursor: pointer;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
	
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media only screen and (min-width: 1200px) {

}
