body {
	background: url(../images/backgroundimg.png) no-repeat fixed top;
	background-size: cover;
}

a{
    text-decoration:none !important;
}

#loginContent > .row {
	display: -webkit-flex;
	display: flex;
    align-items: center;
}

.login_title h1 {
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0;
	margin-bottom: 15px;
}

.login_title p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.75);
	letter-spacing: 0;
	line-height: 25px;
}

.login_complimentary_title {
	color: #FFFFFF;
	margin-top: 40px;
}

.login_complimentary_title ul {
	padding-left: 20px;
}

.login_complimentary_title ul li {
	line-height: 22px;
	color: rgba(255, 255, 255, 0.75);
	padding-left: 3px;
	margin-top: 12px;
}

.login_complimentary_title h2 {
	font-size: 22px;
	letter-spacing: 0;
}

.login_complimentary_title h2 span {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 30px;
}

.login_payitme_title {
	color: #FFFFFF;
}

.login_payitme_title ul li {
	line-height: 32px;
	color: rgba(255, 255, 255, 0.75);
	padding-left: 3px;
}

.login_payitme_title h2 {
	font-size: 22px;
	letter-spacing: 0;
}

.register_btn {
	width: 174px;
    height: 60px;
    margin-top: 30px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #208EFF;
    letter-spacing: 0;
}

.login_windows {
	background: #fff;
	/* height: 535px; */
}

.database {
	font-size: 18px;
	color: #545766;
	letter-spacing: 0;
	text-align: center;
    font-weight: 500;
}

.form-control {
	border-color: #f4f5f6;
}

.login-qrcode-message {
	font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(191,191,191,1);
    line-height: 20px;
    margin-top: 30px;
}

.login-qrcode-wrapper {
	margin: 10px 0 20px;
}

.login-qrcode-wrapper > svg {
	width: 172px;
	height: 172px;
	border: 1px solid #dee2e6;
}

#imgVer {
    margin-left: -7px;
    margin-bottom: 30px;
    width: 294px;
}

/*隐藏掉我们模型的checkbox*/

.my_protocol .input_agreement_protocol {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
}


/*未选中时*/

.my_protocol .input_agreement_protocol {
	width: 16px;
	height: 16px;
	background-color: red;
	display: inline-block;
	background: url(../images/603188048446075842.png) no-repeat;
	background-position-x: 0px;
	background-position-y: -22px;
	position: relative;
	top: 3px;
}


/*选中checkbox时,修改背景图片的位置*/

.my_protocol .input_agreement_protocol:checked {
	background-position: 0 0px
}

.my_protocol span {
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 0;
}

.inquiry_login {
	height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

.inquiry_login p {
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.login_title h1, h2 {
		font-size: 20px;
		text-align: center;
	}
	.login_title p {
		display: none;
	}
	.login_complimentary_title,
	.login_payitme_title,
	.register_btn {
		display: none;
	}
	.login_module {
		padding: 0px 10px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}


/*完善个人资料*/

#personal_data .member_font {
	font-size: 14px;
	color: #F5A623;
	letter-spacing: 0;
	text-align: center;
}

#personal_data .member_font span {
	font-size: 17px;
	color: #545766;
}

#personal_data .member_font_active {
	color: #a9b1c0;
}

@media only screen and (max-width: 768px) {
	#personal_data .form-group #year {
		width: 50% !important;
		margin-bottom: 10px;
	}
	#personal_data .form-group #month {
		width: 50% !important;
		margin-bottom: 10px;
	}
	#personal_data .form-group #day {
		width: 50% !important;
	}
}


/*邮箱注册*/
#loginContent .card,.card-body{
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05);
	position: relative;
	max-width: 360px;
	background: transparent;
	overflow: hidden;
}
#loginContent .card-footer,.card-header{
	border-top:none;
	border-bottom: none;
}
#loginContent .card-footer {
	background: rgba(246,246,246,1);
	font-size: 12px;
}
.tab_menu {
	clear: both;
}

.tab_menu li {
	float: left;
	text-align: center;
	cursor: pointer;
	/* line-height: 64px; */
	list-style: none;
	background: rgba(0,0,0,0.4);
	color: #FFF;
}

.tab_menu li.selected {
	color: inherit;
	background: white;
}

.tab_box {
	clear: both;
	padding: 20px 40px;
	background: white;
}

#loginContent .card-body label {
	color: #8590A6;
	font-size: 14px !important;
}

.tab_box a {
	font-size: 14px !important;
}

.hide {
	display: none
}
.verBox {
    /*position:absolute;*/
    width:100%;
    text-align:center;
    left:404px;
    top:0;
    display:block;
    transition:all 0.8s;
    padding-top:25px;
}
.slider-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    left: 0;
    top: -7px;
    z-index: 12;
    cursor: pointer;
    background-image: url(../images/sprite.3.2.0.png);
    background-position: 0 -84px;
    transition: inherit
}

.ver-tips {
    position: absolute;
    left: 0;
    bottom: -22px;
    background: rgba(255,255,255,.9);
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 0 8px;
    transition: all .4s
}

.slider-tips {
    bottom: 0
}

.ver-tips i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: top;
    background-image: url(../images/sprite.3.2.0.png);
    background-position: -4px -1229px
}

.ver-tips span {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    color: #455
}

.active-tips {
    display: block
}

.hidden {
    display: none
}

.re-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    padding: 0 16px
}

.re-btn a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 7px 0;
    background-image: url(../images/sprite.3.2.0.png);
    background-position: 0 -1179px;
    cursor: pointer
}

.re-btn a:hover {
    background-position: 0 -1193px
}
.register_body{
	background: #fff !important;
}
.register_header{
	background: rgba(246,246,246,1) !important;
}
.connectFooter{
	position: absolute;
	left: 0;
	right:0;
	margin:auto;
	display: flex;
	color:white;
	bottom:15px;
	justify-content: center;
	flex-wrap: wrap;
}
.connectFooter a{
	color:white;
	margin-right: 15px;
}
#loginContent{
	vertical-align: middle;
}
@media screen and (max-width: 600px) {
	#loginContent{
		vertical-align: top;
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767px){
    .home-ul-list{
        display: none;
    }
    .connectFooter-sty{
        position: fixed;
    }
    .disp-sty{
        position: relative;
        top:-20px;
    }
    #loginContent .vertical_centent{
        right: auto !important;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
}
.connectFooter-sty{
    position: fixed;
}
.vertical_centent-sty .form-control:valid{
    box-shadow: 0 0 0 0 !important;
}
body .vertical_centent-sty{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
