        .loginBox{
	max-width: 500px;
	margin: 120px auto;
}
.loginBox h1{
	text-align: center;
}
.loginParamBox{
	background:#FFFFFF;
	width: 100%;
	box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 20px;
}
.loginBoxTop{
	width: 100%;
	display: flex;
}
.loginBoxTop>span{
	display: block;
	width: 50%;
	text-align: center;
	padding: 20px 0;
	font-size: 19px;
	font-weight: 400;
	color: #333332;
}
.loginBoxActive{
	background: #E3E3E3;
}
.loginBoxBottom{
	width: 100%;
	padding: 20px 80px;
}
.loginBoxtitle{
	font-size: 19px;
	font-weight: 400;
	color: #333332;
	margin-top: 30px;
}
.loginBoxInput{
	width: 100% !important;
	padding: 10px 10px !important;
	border: 1px solid #C4C4C4 !important;
	border-radius: 5px !important;
	margin-top: 5px !important;
	font-size: 14px !important;
	height: auto !important;
	box-sizing: border-box !important;
}
.loginBoxInput:focus{
	border: 1px solid #007bfc !important;
}
.loginBoxDesc{
	font-size: 15px;
	font-weight: 400;
	color: #4B4B4B;
}
.loginBtn{
	display: block;
	width: 100%;
	padding: 10px 10px;
	color: #FEFEFE;
	font-size: 19px;
	background: #207FC9;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	border: 0;
}
.loginBottom{
	text-align: center;
	margin-top: 20px;
}
.loginBoxtitle{
	font-size: 19px;
	font-weight: 400;
	color: #333332;
	margin-top: 30px;
}
.loginBoxInput{
	width: 100%;
	padding: 10px 10px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	margin-top: 5px;
	font-size: 14px;
}
.loginBoxInput:focus{
	border: 1px solid #007bfc;
}
.loginBoxDesc{
	font-size: 15px;
	font-weight: 400;
	color: #4B4B4B;
}
.errorInfo{
	color: red;
	font-size: 14px;
	font-weight: 600;
	text-align: right;
}
.noBorder{
	border: 0px!important;
}
.emailCodeBox{
	display: block;
	width: 102px;
	height: 38px;
	text-align: center;
	color: #999999;
	background: #f5f7fa;
	font-size: 14px;
	line-height: 38px;
}
.codeImg{
	width: 102px;
	height: 38px;
	cursor: pointer;
}
.loginLineBox{
	display: flex;
	align-items: center;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
}
.flex-grow{
	width: auto;
	flex-grow: 1;
}
.cursor{
	cursor: pointer;
}
.phoneBox{
	position: relative
}
.phoneBox .loginBoxInput{
	margin-top: 0;
	margin-left: 5px;
}
.countryUl{
	display: none;
	position: absolute;
	left: 0px;
	top: 40px;
	z-index: 9999;
	list-style: none;
	text-align: left;
	padding: 0;
	background-color: #ffffff;
	padding: 10px 10px ;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	white-space: nowrap;
	width: 100%;
	max-height: 310px;
	overflow: scroll;
}
.countryImg{
	display: flex;
	align-items: center;
	padding: 7.5px 10px;
	border-radius: 5px;
	border: 1px solid #C4C4C4;
	cursor: pointer;
}
.countrySj{
	font-size: 12px;
}
.countryLi{
	display: flex;
	align-items: center;
	padding: 7.5px 10px;
	border-radius: 5px;
	cursor: pointer;
}
.countryLi:hover{
	background-color: wheat;
}
.countryName{
	margin: 0px 5px;
}
.yesBox{
	margin-top: 5px;
}
.yesBox span,a{
	font-size: 14px;
}
.disableBtn{
	background-color: #abb4bb;
}
        .headerUserBox{
            position: relative;
        }
        .headerUserBox-username{
            border: 2px solid #679158;
            border-radius: 50%;
            text-align: center;
            font-weight: 700;
            color: #909ee8;
            transition: border .2s;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            margin-right: 10px;
            cursor: pointer;
        }
        .headerUserBox:hover .headerUserBox-setting{
            display: block;
        }
        .headerUserBox-setting{
            position: absolute;
            display: none;
            right: 0px;
            min-height: unset;
            width: 150px;
  
            z-index: 1000;
            box-sizing: border-box;
            padding-top: 8px;
        }
        .headerUserBox-up{
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #fff;
            margin-top: -8px;
            margin-left: 112px;
        }
        .headerUserBox-down{
            width: 100%;
            display: flex;
            flex-direction: column;
            background-color: white;
            padding: 10px 15px;
            box-shadow: 0 2px 4px rgba(0,0,0,.47);
        }
        .headerUserBox-down a{
            padding: 10px 20px;
            display: block;
            border-radius: 20px;
            text-decoration: none;
        }
        .headerUserBox-down a:hover {
            cursor: pointer;
            background-color: #e4e5ea;
            -webkit-transition: background-color .2s ease-out;
            text-decoration: none;

        }