html,
body,
.box,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
span,
i,
input {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑';
	font-weight: 400;
}

html,
body{
	width: 100%;
	height: 100%;
}
.box {
	width: 100%;
	height: calc(100vh - 170px);
	min-height: 550px;
	position: relative;
}
html,body{
	height: 100%;
}
.box {
	overflow-y: auto;
	overflow-x: hidden !important;
	background-size: cover;
	background-repeat: no-repeat;
}

body {
	/* background:url(images/bg.svg) 50% center; */
	background-size: cover;
    overflow-y: hidden;
	background-color: #ffffff;
}

img {
	display: block;
	border: 0;
}

i {
	font-style: normal;
}

a {
	position: relative;
	text-decoration: none;
}

.box {
	overflow: hidden;
}
.code-login,.register-new{
	color: #ffffff;
}
.kjqk-header {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #ffffff;
    /* position: absolute;
    top: 0;
    left: 0; */
}
#journal-logo {
    height: 40px;
    margin-top: 20px;
    margin-left: 200px;
	float: left;
}
.journal-logo__title {
    position: relative;
    width: 25%;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    line-height: 80px;
    margin-left: 5px;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre-wrap;
}
.wx-login,.orcid-login{
	position: absolute;
    left: 90px;
    width: 100px;
    top: 5px;
    color: #ffffff;
}
#links {
    position: relative;
    text-align: left;
    display: inline-block;
	float: right;
	max-width: 800px;
    /* display: none; */
}
.forget .img-box{
	opacity: 0;
}
.forget .panl-tab{
	opacity: 0;
}
.forget .right-form{
	position: relative;
	top: -170px;
}
.forget .login i{
	color: #ffffff;
	font-size: 14px;
	position: relative;
	right: 6px;
}
#links a{
	color: #555;
    margin-right: 40px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.notice{
	display: none;
	position: absolute;
	top: 0px;
	width: calc(100% - 170px);
    margin-right: 40px;
    height: 65px;
    border-radius: 10px;
    font-size: 14px;
}
.notice__content__details{
	display: none;
}
.notice__title{
	display: none;
	width:320px;
    min-height: 40px;
    color: red;
    padding: 20px 10px 10px 10px
}

.notice__title--img{
	display: inline-block;
}

.notice__title--img img{
	width: 20px;
	position: relative;
	top: 5px;
}
.notice__content--dialog{
    background: #f2f2f2;
    width: 500px;
    padding: 20px;
    max-height: 250px;
    overflow: hidden;
    margin-left: 200px;
    position: absolute;
    z-index: 100;
    left: 100px;
    top: 50px;
    margin-left: 50px;
    display: none;
}
.notice__content{
	max-height: 200px;
	overflow: auto;
}
.notice__content--dialog .del{
	position: absolute;
    right: 20px;
    cursor: pointer;
}
.notice__content--inco{
	display: inline-block;
	position: relative;
	top: 4px;
}
.notice__content--inco img{
	width: 20px;
}
.notice__content--dialog .notice__content--dialog--title{
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

#scroll_div {
	position: absolute;
	top: 20px;
	height:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: calc(100% - 170px);
	color: #F70A0A;
	cursor: pointer;
}
#scroll_begin,#scroll_end {
	display: inline;
}


.content {
	display: flex;
	justify-content: space-between;
	align-items: unset;
	width: 650px;
	padding: 20px 80px 20px 80px;
    background: rgba(0,0,0,.3);
    border-radius: 5px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 500px;
}

.right-box {
	flex-shrink: 0;
	/* background: #fff; */
	width: 388px;
	padding-bottom: 24px;
	border-radius: 8px;
	position: relative;
	display: block;
	margin-top: 60px;
}

.right-box .code {
	position: absolute;
	top: 19px;
	right: 17px;
	width: 66px;
	height: 66px;
	z-index: 11;
}

.right-box .login {
	color: #D3D4DD;
	width: auto;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}

.right-box span i,  .right-box a i{
	color: rgba(26, 62, 124, 1);
}

.right-box .founder {
	width: 96px;
	height: 54px;
	margin: 70px auto 34px;
}

.shuang {
	width: 100px;
	height: auto;
	margin: 0 auto 0;
}

.right-box .founder-title{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	text-align: center;
	font-weight: 600;
	color: #1A3068;
	margin: 77px auto 42px;
	letter-spacing: 2px;
}
.agreement-box{
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
	color: #FFFFFF;
}
.agreement-url{
    margin: 0 10px;
    cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}
.right-box .panl-tab {
	width: 100%;
	/* height: 40px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 20px;
}
.right-box  #tab-center{
	justify-content: space-between;
}

.login-page .panl-tab div {
	flex-shrink: 0;
}

.right-box .panl-tab div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.right-box .panl-tab span {
	/* width: 81px; */
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #AAAAAA;
	text-align: center;
}

.bind-login-page .panl-tab{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 12px;
}

.bind-login-page .panl-tab span {
  width: 110px;
}

.right-box .panl-tab .line {
	width: 30px;
	height: 2px;
	background-color: #fff;
}

.right-box .panl-tab .selected span {
	color: #ffffff;
}
.panl-tab-bind{
	position: relative;
	left: -20px;
}

/* .right-box .panl-tab .selected .line {
	background: #1C407A;
} */

.input-group,
.tips,
.others-btn,
.error-tips,
.ajax-error,
.success-tips {
	width: 87.63%;
	margin: 0 auto;
}

.input-group,
.tips,
.others-btn {
	display: flex;
	align-items: center;
}

.input-group,
.password-login .input-group .input-group-input,
.password-login button,
.password-login span {
	height: 40px;
	background: #F3F4F9;
	/* border-radius: 4px; */
	align-items: center;
	position: relative;
	overflow: hidden;
}

.input-group {
	overflow: inherit;
	margin: 0 auto;
}

.slider{
	overflow: initial;
	border-radius: 4px;
	user-select: none;
	margin-bottom: 30px;
}

.input-group img,
.password-login .input-group .input-group-input img {
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 12px;
	top: 11px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #C4C4C4;
	font-size: 14px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #C4C4C4;
	opacity: 1;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #C4C4C4;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #C4C4C4;
}

.input-group,
.input-group-input,
input,
.ajax-error {
	box-sizing: border-box;
}

.right-form .ajax-error .info{
	background: rgba(0,0,0,0) !important;
    color: #ffffff !important;
	font-size: 14px !important;
}

.input-group input {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	color: #303030;
	background-color: #ffffff !important;
	padding: 0;
	font-size: 14px;
	text-indent: 40px;
	border-radius: 4px;
	outline: none;
}

.input-group .input-focus {
	border: 1px solid #0C47AD;
}

.submit {
	background: #4054AF;
	justify-content: center;
	margin-top: 6px;
}

.submit button, .submit a, .submit input {
    height: 100%;
	flex-grow: 1;
    line-height: 100%;
	font-size: 16px;
	color: #FFFEFE;
	background: #4054AF;
	border: none;
	/* border-radius: 4px; */
}

.submit input[type=submit]{
	background: #4054AF!important;
	text-indent: 0;
}

.submit #checkUser{
	letter-spacing: 4px;
}

.tips {
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #1C407A;
	justify-content: space-between;
	margin-top: 10px;
	margin-bottom: 36px;
}

.tips a{
	color: #FFFFFF;
}

.content .tips i {
	color: #878787;
	padding-right: 20px;
}

.others {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 14px;
	width: 100%;
	margin-top: 35px;
}

.register .others, .register-bind .others {
	height: 22px;
	margin-top: 29px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #878787;
	font-size: 14px;
	line-height: 14px;
	height: auto;
	padding-bottom: 8px;
}

.register .others p, .register-bind .others p {
	margin-top: 8px;
}

.register .others p span, .register-bind .others p span {
	display: inline-block;
	margin: 0;
	color: #1B588E;
}

.others span {
	font-size: 14px;
	height: 14px;
	line-height: 14px;
	color: #FFFFFF;
	display: block;
}

.others .other-line {
	width: 19.5px;
	height: 0.5px;
	background: #FFFFFF;
}

.others span:nth-child(2) {
	margin: 0 23px;
}

.others-btn {
	width: 100%;
	height: 50px;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	position: relative;
	left: -30px;
}

.others-btn img {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 50px;
}

.others-btn img:nth-child(2) {
	margin: 0 39px;
}

.input-error input {
	border: 1px solid #F94F4F;
}

.first-group{
	margin-top: 6px;
}

.password-login,
.account-login {
	overflow: hidden;
	display: block;
}

.hide-group{
	display: none;
}

.login-page .password-login {
	display: none;
}

.password-login .input-group {
	background: #fff;
	display: flex;
}

.password-login .hide-slide{
	display: none;
	user-select: none;
}
.phone-input{
	user-select: none;
}
.phone{
	color:#ffffff;
}
.password-login .input-group span {
	width: 86px;
	color: #303030;
	font-size: 16px;
	line-height: 40px;
	text-indent: 19px;
	flex-shrink: 0;
}

.password-login .input-group .input-group-input {
	flex-grow: 1;
}

.password-login .input-group .down {
	margin-right: 4px;
}

.password-login .input-group button {
	border: 1px solid #FFFFFF;
	width: 44.12%;
	color: #4054AF;
	margin-left: 4px;
	background: #ffffff;
}

.password-login .input-group .down {
	background: #F3F4F9 url(images/down.png) no-repeat 87.21% center;
	background-size: 10px 6px;
}

/* .left-title {
	overflow: hidden;
} */
.left-title{
	width: 180px;
	position: relative;
	/* top: -40px; */
	/* margin-right: 20px; */
    margin: 102px 20px 0 0;
}
.left-title__cover{
	width: 180px;
}
.left-title__name{
	color: #ffffff;
	margin-top: 20px;
	text-align: center;
}
.title-top {
	min-height: 30px;
	font-size: 30px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 30px;
	letter-spacing: 2px;
}

.tips span,
.others-btn img,
.panl-tab span,
.submit,
button,
a,
.others span {
	cursor: pointer;
}

button[value="getcode"]{
	font-size: 14px;
}

.title-bottom {
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-weight: 300;
	color: #FDFEFF;
	opacity: 0.3;
	margin-top: 13px;
	word-spacing: 5px;
}

.error-tips {
	min-height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #F94F4F;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre-wrap;
  margin: 0px auto;
  padding: 5px 0 9px;
}

.ajax-error{
	min-height: 14px;
	line-height: 28px;
}

.ajax-error div {
	background: #FFF8C7;
	border: 1px solid #FFC047;
	border-radius: 4px;
	font-size: 14px;
	color: #F94F4F;
}

.warning {
	width: 14px;
	height: 14px;
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
	background: #F94F4F;
	border-radius: 50%;
	color: #FFC047;
	text-align: center;
	margin: 0 10px;
}

.register .img-box {
	position: relative;
}

.registerok {
	position: absolute;
	top: 67px;
	left: 50%;
	margin-left: -10px;
	display: none;
}

.success-tips {
	height: 24px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #303030;
	text-align: center;
}

.do-success {
	display: none;
	margin-top: 45px;
}

.do-success .others {
	margin: 20px auto 43px;
}  

.do-success .submit {
	margin-bottom: 42px;
}
div .input-group .has-send{
	background: #D1D4E4;
	color: #afb5cb;
}
.login-shuang{
	margin-bottom: 38px;
}
.ajax-error .info{
	border: 0;
	background: #fff;
	color:#303030;
	text-indent: 0;
	font-size: 16px;
	padding-top: 3px;
  height: 100%;
}
.ajax-error .info-warn{
	color:#FFA200;
	font-size: 14px;
	background: #fff;
	border: 0;
}
.double .do-success{
	margin-top: 24px;
}
.double .do-success .others{
	margin:29px auto 33px;
}
input:-internal-autofill-selected{
	background-color: #F3F4F9;
}
.change-password .right-form, .forget .right-form{
	margin-bottom: 36px;
}
#mask, #mask-yin {
	filter: alpha(opacity=60); 
	max-width: 80%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 40px 60px 10px;
	display: none;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 14px;
	flex-direction: column;
}
.agree-btn-content{
	width: 100%;
	display: flex;
}
#closeMask{
	cursor: pointer;
	width: 100px;
    height: 40px;
    line-height: 40px;
	font-size: 16px;
	text-align:center;
	color: #FFFEFE;
	background: #4054AF;
	border: none;
	margin: 10px auto;
	border-radius: 4px;
}
.mask-content{
	flex-grow: 1;
	width: 100%;
	overflow-y: scroll;
}
#mask .title, #mask-yin .title{
	text-align: center;
	padding-bottom: 10px;
	font-size: 20px;
}
.content-colum{
	flex-direction: column;
	align-items: center;
	height: 100%;
}
.content-colum .left-title{
	margin: 53px auto 40px;
	flex-shrink: 0;
}
.content-colum .right-box{
	display: none;
}
#tiao{
	width:100%;
	height:40px;
	position:relative;
	border-radius: 4px;
	background: rgba(243, 244, 249, 1);
}

#tiao div{
	border-radius: 4px;
}

#tiao #div1{
	position:absolute;
	top:0px;
	left:0px;
	width:70px;
	height:40px;
	border:0;
	box-sizing: border-box;
	background:url(images/slider.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
	z-index: 2;
	border-radius: 0;
}
#tiao #left-box{
	width:0;
	height:100%;
	position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: rgba(65, 190, 255, 1);
    border-radius: 4px 0 0 4px;
}
#tiao p{
	height: 40px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	width:100%;
	background-color:#777777;
	border-radius: 4px;
	background-image: linear-gradient(to left top, rgba(77,77,77,0.1), rgba(77,77,77,0.4), rgba(225,225,225,0.5),rgba(77,77,77,0.1), rgba(77,77,77,0.8));
	background-size: 40px 40px;
    background-position: left center;
    background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    animation: gradient 3s infinite;
    -webkit-text-size-adjust: none;
	font-size: 14px;
}
@keyframes gradient {
	0% {
		background-position: 0% center;

	}

	100% {
		background-position: 100% center;
	}
}
.content-colum .title-bottom, .content-colum .title-top{
	text-align: center;
}

.alert, .alert-error{
	position: fixed;
	top:46px;
	width: 100%;
	height:60px;
	left:0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.alert span, .alert-error span{
	display: flex;
  align-items: center;
  justify-content: center;
	margin: 0 auto;
	width: auto;
	padding: 15px 30px 15px 63px;
  min-height: 30px;
  line-height: 30px;
	white-space: nowrap;
	background: #fff url(images/erroricon.png) no-repeat 31px center;
	background-size: 20px 20px;
	color: #303030;
	font-size: 16px;
	box-shadow: 0px 2px 14px 0px rgba(27, 88, 142, 0.3);
	border-radius: 4px;
	letter-spacing: 1px;
}
.alert .success{
	background: #fff url(images/righticon.png) no-repeat 31px center;
}
input[type="password"]::-ms-reveal{
  display:none
 }
.input-group i{
  cursor: pointer;
  display: block;
  width: 28px;
  height: 20px;
  margin-top: 10px;
  margin-right: 1px;
  border: 0;
  background-color: initial;
  background-image: url(images/noseeicon.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 12px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.input-group .clicked{
  background-image:  url(images/seeicon.png);
}
/* 媒体查询 */
@media screen and (min-width: 1280px) {
	.content {
		width: 650px;
		/* height: 590px; */
	}
}
@media screen and (max-width: 1280px) {
	.content {
		width: 650px;
		/* flex-direction: column; */
		justify-content:flex-start;
	}

	.content .right-box {
		margin: 63px auto 0;
	}
	.content .title-bottom{
		text-align: center;
	}
	.content .left-title {
		margin: 102px auto 0;
	}
}
@media screen and (max-width: 510px) {
	body{
		background: #fff !important;;
	}
	.content {
		width: 100%;
		flex-direction: column;
		justify-content:flex-start;
	}

	.content .right-box {
		width: 100%;
		margin: 0px auto 0;
	}
	.input-group,
	.tips,
	.others-btn,
	.error-tips,
	.ajax-error,
	.success-tips{
		width: 75%;
	}
	.content .left-title {
		display: none;
	}

}
.foot{
	width: 100%;
    min-height: 80px;
    padding: 20px 0 0;
	overflow: auto;
	bottom: 0;
	background: rgba(255,255,255,1);
}
.foot .foot-inner {
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    font-size: 16px;
    color: #333;
}
.foot-inner .foot-l {
    float: left;
}
.foot-inner .foot-l ul {
    margin: 0;
    padding: 0;
}
.foot-l a{
	display: block;
	color: #000000;
}
.foot-l .item .about{
    background: url(../img/servive_icon.png) no-repeat 0 0;
}
.foot-l .item .sever{
    background: url(../img/servive_icon.png) no-repeat -21px 0;
}
.foot-l .item .question{
    background: url(../img/servive_icon.png) no-repeat -42px 0;
}
.foot-inner .foot-l .item {
    text-align: left;
    line-height: 20px;
    margin-bottom: 16px;
    list-style: none;
}
.foot-inner .foot-l .item i {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 20px;
}
.foot-inner .foot-l .item a {
    color: #000000;
    text-decoration: none;
}
.foot-inner .foot-l .copyright {
    margin: 30px 0 0;
    padding: 0;
	color:#000000;
}
.foot-inner .foot-r {
    float: right;
    /* width: 235px; */
    margin-right: 50px;
    text-align: left;
}
.foot-r span{
	color: #000000;
}
.foot-r .contact-tit {
    margin: 0 0 10px;
    padding: 0;
}
.foot-inner .foot-r ul {
    padding: 0;
    margin: 0;
}
.foot-inner .foot-r ul li {
    clear: both;
    line-height: 26px;
    list-style: none;
}
.foot-r ul li .bt,.foot-r ul li .nums{
    float: left;
}
.message-box__wrapper{
	background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2007;
    display: flex;
    align-items: center;
    justify-content: center;
}
.message-box{
    display: inline-block;
    width: 555px;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    /* border: 1px solid #ebeef5; */
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
    padding: 20px 20px;
	position: relative;
}
.message-box__close{
	position: absolute;
    right: 0px;
    top: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-top-right-radius: 4px;
    border: 1px solid #ebeef5;
}
.message-box p{
    font-size: 13px;
    line-height: 1.6;
}
.message-content{
    text-indent: 2em;
}
.message-content span{
	color:#D52F02;
}
.message-title{
    text-align: center;
    line-height: 1;
    margin-top: 0;
    padding-top: 15px;
}
.message-tip{
    font-size: 12px;
    text-align: center;
}
.browsers{
    display: flex;
    align-items: center;
    justify-content: center;
}
.browser_table img{
    display: block;
    width: 100%;
}
#browser_modal{
    display: none;
}
.browser_item{
    width: 110px;
    text-align: center;
    text-decoration: none;
    color: #333;
}
.browser_item_360{
	position: relative;
	top: -6px;
}
.browser_item_qq{
	position: relative;
	top: -7px;
}
.browser_item p{
    text-align: center;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.browser_item img{
    width: 50px;
    height: 50px;
	margin-left: 25px;
}
.browser_item_360 img{
    width: 60px;
    height: 60px;
}
.browser_item_qq img{
    width: 60px;
    height: 60px;
}

.is-mobile .journal-logo__title {
	display: none;
}
.is-mobile #journal-logo {
	margin-left: 0;
}

/*语言相关*/
#kc-locale {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	background-color: rgba(0,0,0,0.3);
	background-image: none;
	border-radius: 4px;
	/* border: 1px solid #dcdfe6; */
	color: white;
}
#kc-locale ul {
	display: none;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
	list-style: none;
	right: 0px;
	top: 31px;
	width: 89px;
	padding: 2px 0;
	/* border: 1px solid #EAEAEA; */
	border-radius: 2px;
}

#kc-locale:hover ul {
	display: block;
	margin: 0;
}

#kc-locale ul li a {
	display: block;
	padding: 1px 11px;
	color: white !important;
	/* border: 1px solid #fff; */
	text-decoration: none;
	line-height: 20px;
}

#kc-locale ul li a:hover {
	color: black!important;
	background-color: #d4edfa;
	border-color: #b3d3e7;
}

#kc-locale-dropdown a {
	color: white;
}

#kc-locale-dropdown a:hover {
	text-decoration: none;
}
a#kc-current-locale-link {
	display: block;
	padding: 0 5px;
	height: 30px;
	padding-right: 20px;
	line-height: 30px;
}

a#kc-current-locale-link:hover {
	/* background-color: rgba(0,0,0,0.2); */
}

a#kc-current-locale-link::after {
	content: "\2c5";
	margin-left: 4px;
	display: inline-block;
	width: 10px;
	text-align: center;
	position: absolute;
	top: 3px;
}
/*额外的自定义区域*/
#appendBox {
	position: absolute;
	left: 80px;
	top: 50px;
}
/*绑定邮箱*/
.bind-page-title {
	display: flex;
	justify-content: center;
	color: white;
	font-size: 20px;
}
.bind-page {
	margin-top: 30px;
}