
.fr{
    float: right;
}
.fl{
    float: left;
}
[v-cloak]{
    display: none;
}
/*//============*/



html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	padding: 1px;
	box-sizing: border-box;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: white;
	text-decoration: none;
}

.login {
	padding: 25px 45px 12px;
	background-color: #fff;
	text-align: center;
	/*min-height:365px;*/
}

li {
	margin-top: 22px;
}

.title_1 {
	font-size: 20px;
	font-family: arial, "微软雅黑";
	color: #323232;
	text-align: left;
	margin: 18px 0;
}

.title {
	font-size: 18px;
	font-family: arial, "微软雅黑";
	color: #323232;
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	cursor: pointer;
}

.title {
	margin-left: -1px;
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 0;
}

.title+.title:after {
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background-color: #b6b6b6;
	position: absolute;
	left: 0;
	top: 16px;
}

.sys-title{
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    color: white;
}



.title01, .title02 {
	width: 50%;
	display: inline-block;
	float: left;
	text-align: center;
	margin-top: 0;
}

.title:hover {
	color: #4488c7;
}

input[type='text'], input[type='password'] {
	-webkit-appearance: none;
	border: none;
	outline: none;
	background: none;
	color: #323232;
	width: 94%;
}

.userlogin, .userlogin2, .password, .verification {
	position: relative;
	border: 1px solid #b6b6b6;
	font-size: 14px;
	text-align: left !important;
	height: 40px;
	line-height: 40px;
	padding-left: 38px;
	/* background-repeat: no-repeat;
	background-position: 13px center;
	background-size: 18px; */
}

.userlogin img {
	/* background-image: url(username.png); */
	position: absolute;
	width: auto;
	height: 18px;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.userlogin2 img {
	/* background-image: url(phone.png); */
	position: absolute;
	width: auto;
	height: 18px;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.password img {
	/* background-image: url(lock.png); */
	position: absolute;
	width: auto;
	height: 18px;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.verification {
	/* background-image: url(verif.png); */
	width: 53%;
	box-sizing: border-box;
	float: left;
}

.verification img {
	position: absolute;
	width: auto;
	height: 18px;
	left: 10px;
	top: 10px;
	z-index: 1;
}

.verification-text {
	float: right;
	width: 36%;
	font-size: 14px;
	height: 42px;
	text-align: center;
	background-color: rgb(255, 157, 2);
	font-weight: bold;
	line-height: 42px;
    cursor: pointer;
}

.verification-text2 {
	float: right;
	width: 36%;
	font-size: 14px;
	height: 42px;
	text-align: center;
	font-weight: bold;
	line-height: 42px;
    cursor: pointer;
}

.clearfix {
	clear: both;
}

.option-box .choicebox, .option-box .passwordbox {
	line-height: 30px;
}

.option-box .choicebox {
	float: left;
}

.option-box .choicebox>input {
	vertical-align: -1px;
	margin-right: 3px;
}

.option-box .passwordbox {
	float: right;
}

.option-box .passwordbox>a {
	text-decoration: none;
	cursor: pointer;
}

.option-box .passwordbox>a:nth-child(1) {
	color: #323232;
}

.option-box .passwordbox>a:nth-child(2) {
	margin-left: 5px;
	color: #5aa95c;
}


.login-win{
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* width: 390px;
    background-color: white;
    border-radius: 6px; */
    margin: 0 auto;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;

		width: 420px;
		/* height: 749px; */
		background-color: #ffffff;
		box-shadow: 0px 0px 65px 0px 
			rgba(13, 3, 7, 0.16);
		border-radius: 8px;
}

.loginbtn>a {
	width: 100%;
	height: 40px;
	display: block;
	background-color: #2083ff;
	text-align: center;
	line-height: 40px;
}

.loginmode {
	text-align: left;
}

.loginmode>a {
	padding-right: 5px;
	position: relative;
	margin-left: 7px;
	text-decoration: none;
	color: #323232;
	font-family: arial, "微软雅黑";
	display: inline-block;
}

.loginmode>a:hover span {
	color: #2476AB;
}

.loginmode>a span {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	line-height: 22px;
	font-size: 17px;
	margin-right: 3px;
	display: inline-block;
}

.loginmode>a span img {
	width: 20px;
}

.loginmode>a .qq {
	background-color: #4693d7;
}

.loginmode>a .wechat {
	background-color: #26ce77;
}

.loginmode>a .zhuoxun {
	background-color: #e45050;
}

.loginmode>a:first-child {
	margin-left: 0;
}

.loginmode>a:last-child:after {
	width: 0;
}

.loginmode>a:after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	position: absolute;
	top: 5px;
	right: 0;
	background: #848484;
}

.loginmode>a .text {
	color: #323232;
	font-size: 14px;
	vertical-align: 4px;
	width: 30px;
	height: 22px;
	text-align: left;
	margin-right: 0;
}

.tab02 {
	display: none;
}

.rlsb-box { 
	background-color: #f5f5f5;
	height: 210px;
	position: relative; 
	margin-top: 15px;
}

.rwm-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.rwm-box iframe {
    margin-top: 20px;
}


.tab03 p.text, .tab04 p.text {
	color: #2f9cee;
	margin-bottom: 0;
}

.rlsb-box {
	height: 230px;
	margin-top: 10px;
}

.rlsb-box img {
	margin-top: 8px;
}

.rlsb-box .onclick-btn {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7px;
	color: white;
	background-color: #11a173;
	border-radius: 4px;
	padding: 4px 8px 2px 8px;
	font-size: 14px;
	cursor: pointer;
}

.rlsb-box .onclick-btn:hover {
	background-color: #0e8c64;
}

.ca-box {
	padding: 20px 15px 0;
}

.ca-box .select-box {
	width: 288px;
	height: 40px;
	border: 1px solid #c4c4c4;
	background-color: #f7f7f7;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin: 5px auto 5px;
	border-radius: 4px;
	padding: 0 5px;
}

.ca-box .select-box select {
	border: 0;
	background-color: transparent;
	font-size: 16px;
	width: 100%;
	height: 38px;
	outline: none;
	color: #0c61b9;
	cursor: pointer;
}

.ca-box .prompt {
	color: #ff173d;
	text-align: center;
	margin: 0;
	font-size: 14px;
}

.ca-box .ca-login-btn {
	width: 100%;
	height: 45px;
	background-color: #0180c5;
	line-height: 45px;
	text-align: center;
	display: block;
	color: white;
	margin-top: 20px;
	cursor: pointer;
}

.ca-box .ca-login-btn:hover {
	background-color: #066da5;
}

.ca-box .qdxz {
	display: block;
	color: #32b03b;
	margin: 12px auto 0;
	width: 70px;
	font-size: 15px;
	line-height: 18px;
	cursor: pointer;
}

.ca-box .qdxz:hover {
	color: #218428;
}

.boldcolor {
	font-weight: bold;
	color: #4488c7;
}

#login {
	margin: 0;
	padding: 0;
	min-width: 600px;
	height: 100%;
}

h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	padding-top: 8vh;
}

h3 {
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	padding-top: 1vh;
}

#lid {
	width: 370px;
	background-color: white;
	border-radius: 6px;
	margin: 0 auto;
	margin-top: 7vh;
	position: relative;
	z-index: 2;
	overflow: hidden;
	box-sizing: border-box;
}

#lid.custom {
	position: absolute;
	top: 25%;
	left: 50%;
	margin: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#system-title{
    position: absolute;
    top: 12%;
    left: 50%;
    padding: 8px;
    width: 885px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#system-title span{
    font-size: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
}


.copyright-box{
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.copyright-box .copyright-c{
    white-space: nowrap;
    word-wrap: normal;
    /*display: flex;*/
}

.copyright-box .yl-span{
    /*float: left;*/
    display: inline-block;
}

/*.copyright-box {*/
/*	position: absolute;*/
/*	left: 50%;*/
/*	right: 0;*/
/*	bottom: 8vh;*/
/*	width: 885px;*/
/*	z-index: 1;*/
/*    -webkit-transform: translateX(-50%);*/
/*    transform: translateX(-50%);*/
/*}*/

/*.copyright-box p {*/
/*	margin: 0;*/
/*	margin-top: 14px;*/
/*	text-align: center;*/
/*	font-size: 15px;*/
/*	color: #fff;*/
/*}*/
/*.copyright-box p span {*/
/*    margin: 0 10px;*/
/*}*/

#loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 999;
	background-color: #000;
}

#loading img {
	position: absolute;
	/* top: 50%; */
	/* transform: translateY(-50%); */
}


#appqrdiv{
    text-align: center;
    /*heigth:300px;*/
    /*width:300px;*/
}
iframe{
    overflow-y: hidden;
    /*padding-left: 10px;*/
}

.lo-but-warp{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.lo-but-warp span{
    display: block;
    height: 42px;
    line-height: 42px;
    /*width: 30%;*/
    font-size:14px;
    /*padding-right: 10px;*/
    /*padding-left: 10px;*/
    cursor: pointer;
    color: #006aef;
}
/*.lo-but-warp span:nth-child(n+2)>i::before{*/
.lo-but-warp .bf>i::before{
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #d6d6d6;
    margin: 0 6px;
    vertical-align: -1px;
}

#logintypetitle{
    font-weight: bold;
    font-size: 18px;
}

.tel-msg,.tel-msg1{
    text-align: left;
    margin-top: 5px;
    font-size: 14px;
    margin-left: 5px;
}

.tel-msg.err{
    color: red;
}
.tel-msg.ok{
    color: green;
}
.tel-msg1.err{
    color: red;
}