html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: url(../../img/pic_login_bg.png) bottom center no-repeat;
	background-size: cover;
}
.login_con {
	position: absolute;
	bottom: 28%;
	left: calc(50% - 245px);
	width: 490px;
	height: auto;
	margin: 0 auto;
}
.login_con .tit_login {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 20px;
}
.login_con .con_login {
	width: 360px;
	height: 410px;
	background-color: #FFFFFF;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 25px 30px 40px;
	margin: 0 auto;
	position: relative;
}
.con_login .words_title {
	width: 100%;
	height: auto;
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.con_login .int {
	margin-bottom: 25px;
}
.con_login .int p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.con_login .int input,.con_login .int select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #F5F6F7;
	border: 1px solid #F5F6F7;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 0 15px;
}
.con_login .int input:focus {
	border-color: #357FFF;
	box-shadow: 0 0 10px rgba(53,127,255,.2);
}
.con_login .but_login {
	cursor: pointer;
	width: calc(100% - 60px);
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	background-color: #357FFF;
	border-radius: 4px;
	position: absolute;
	bottom: 25px;
	box-sizing: border-box;
}

.sm {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	opacity: .8;
	z-index:99;
}

.tb_ewm {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../../img/tb_ewm.svg) center center no-repeat;
	background-size: 16px;
}
.tb_ewm:after {
	content: "";
	position: absolute;
	left: -52px;
	bottom: 20px;
	width: 120px;
	height: 0px;
	border-radius: 2px;
	background: url(../../img/tp_ewm.png) center top no-repeat;
	background-size: cover;
	transition: height .3s ease-in-out;
}
.tb_ewm:hover:after {
	height: 120px;
}

.input_con{
	border: 1px solid #89b4f5;
	padding: 10px;
	margin: 20px 0;
	display: flex;
	align-items: center;
}

.input_con input{
	margin-left: 10px;
	width: 80%;
	background-color: rgba(0,0,0,0);
	color: #ffffff;
	box-sizing: border-box;
}

.input_con input::placeholder{
	color: #89b4f5;
}

.forget_con{
	position: relative;
}

.forget_con .forget_con_div{
	position: absolute;
	right: 0;
	top: -17px;
	display: flex;
	align-items: center;
	color: #C1DAFF;
	cursor: pointer;
}

.forget_con .forget_text{
	margin-left: 6px;
	font-size: 14px;
	color: black;
}

.verify_con{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.verify_con .input_con{
	margin: 0;
}

.verify_con .verify{
	padding: 10px;
	background-color: #409EFF;
	font-size: 16px;
	height: 100%;
	color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	width: 90px;
    text-align: center;
}

.verify_con .verify_not_disable{
	cursor: not-allowed;
}

.er_con{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.er_con .img_con{
	margin-left: 12px;
	padding: 8px;
	background-color: #409EFF;
}

.er_con .img_con img{
	width: 100%;
}

.er_con .input_con{
	margin: 0;
}


.head_con{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.head_con .headSpan{
	color: #000000;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	border-bottom: 2px solid #409EFF;
	cursor: pointer;
}
.head_con .head_con_active{
	font-weight: bold;
	color: #409EFF;
	border-bottom: 4px solid #409EFF;
}

.erCode_desc{
	margin-top: 8px;
	color: #535353;
}

.certificate .desc_con{
	margin-bottom: 10px;
	color: #000000;
}

.certificate .desc_con a{
	color: #bb9564;
}

.certificate .desc_con .desc{
	margin: 4px;
}

.certificate .tip{
	color: #000000;
	font-size: 12px;
	margin-bottom: -34px;
	text-align: center;
}

.con_login .int p.tit_mes {
    font-weight: normal;
    margin-top: 6px;
    font-size: 12px;
}

p.btn_adduser {
    color: #333;
    font-size: 14px;
    cursor: pointer;
    padding-left: 24px;
    background: url(../../img/icon_adduser.svg) left center no-repeat;
}

/* 250923 */
.bg_pop {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	display:none;
}
.con_pop {
	width: 810px;
	height: 560px;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #CBDCF5 0%, #FFFFFF 13%, #FFFFFF 100%);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.con_pop .pop_head {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.con_pop .pop_head .pop_head_l {
	display: flex;
	align-items: flex-end;
	grid-gap: 10px;
}
.con_pop .pop_head .item_name {
	color: #2C2F34;
	font-size: 18px;
	font-weight: bold;
}
.con_pop .pop_head .item_mes {
	color: #F02222;
	font-size: 12px;
	font-weight: bold;
}
.con_pop .pop_head .icon_close {
	cursor: pointer;
	width: 12px;
	height: 12px;
	object-fit: contain;
}
.con_pop .pop_body {
	overflow-y: auto;
	width: 100%;
	height: calc(100% - 110px);
	box-sizing: border-box;
	padding: 0px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.con_pop .pop_body .list_form {
	width: 340px;
	height: auto;
	display: flex;
	flex-direction: column;
	grid-gap: 18px;
}
.con_pop .pop_body .list_form .line_block {
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.con_pop .pop_body .list_form .line_block .item_left {
	width: 80px;
	height: 32px;
	line-height: 32px;
	text-align: right;
}
.con_pop .pop_body .list_form .line_block .item_name {
	color: #2C2F34;
	font-size: 14px;
}
.con_pop .pop_body .list_form .line_block .item_red {
	color: #F02222;
	font-size: 14px;
	margin-right: 2px;
}

.con_pop .pop_body .list_form .line_block .item_right {
	width: 250px;
	height: auto;
}
.con_pop .pop_body .list_form .line_block .item_int {
	width: 100%;
	height: 32px;
	line-height: 32px;
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid #DADEE6;
	box-sizing: border-box;
	padding: 0 10px;
}
.con_pop .pop_body .list_form .line_block .item_mes {
	width: 100%;
	height: auto;
	text-align: justify;
	line-height: 18px;
	font-size: 12px;
	color: #2C2F34;
	margin-top: 4px;
}
.con_pop .pop_body .list_form .line_block .line_code {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.con_pop .pop_body .list_form .line_block .line_code .item_int {
	width: 150px;
}
.con_pop .pop_body .list_form .line_block .line_code .btn_yzm {
	cursor: pointer;
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color: #409EFF;
	border-radius: 2px;
}
.con_pop .pop_body .con_full {
	width: 200px;
	height: auto;
	padding-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.con_pop .pop_body .con_full .icon_warning {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.con_pop .pop_body .con_full .item_full {
	width: 100%;
	height: auto;
	line-height: 24px;
	text-align: center;
	color: #2C2F34;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.con_pop .pop_btn {
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 30px;
}
.con_pop .pop_btn .item_btn {
	cursor: pointer;
	width: 90px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #565C66;
	font-size: 14px;
	background-color: #ffffff;
	border-radius: 2px;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
}
.con_pop .pop_btn .item_btn.item_btn_fill {
	color: #ffffff;
	background-color: #409EFF;
	border-color: #409EFF;
}

/*联系我们*/
.btn_contactus {
	position: fixed;
	right: 50px;
	bottom: 30px;
	z-index: 9999;
	width: 80px;
	height: 77px;
	background-image: url(../../img/btn_contactus.png);
}
.btn_contactus .con_mes {
	position: absolute;
    left: -360px;
    top: -170px;
    width: 335px;
    height: 145px;
    /* opacity: 0; */
    background-color: #077AED;
    border-radius: 5px;
    padding: 15px;
    transition: all .3s ease-in;
    display: none;
}
.btn_contactus:hover .con_mes {
	/* opacity: 1; */
	display: block;
}
.btn_contactus .r_mes {
	float: right;
	width: 120px;
 			height: 145px;
	background-color: #FFFFFF;
	border-radius: 2px;
}
.btn_contactus .pic_ewm {
	float: left;
	width: 120px;
	height: 120px;
}
.btn_contactus .tit_ewm {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 18px;
	text-align: center;
	color: #333;
	font-size: 14px;
}
.btn_contactus .l_mes {
	float: left;
	width: 200px;
	height: 145px;
}
.btn_contactus .item_name {
	float: left;
	width: 100%;
	height: 35px;
	line-height: 36px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
}
.btn_contactus .item_qq,
.btn_contactus .item_tel {
	position: relative;
	float: left;
	width: 170px;
	height: 36px;
	line-height: 36px;
	color: #333;
	font-size: 14px;
	background-color: #FFFFFF;
	border-radius: 2px;
	padding-left: 30px;
	margin-top: 13px;
}
.btn_contactus .item_tel {
	margin-top: 5px;
}
.btn_contactus .item_qq:before,
.btn_contactus .item_tel:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 11px;
	z-index: 999;
	width: 14px;
	height: 14px;
	background: url(../../img/icon_tell.png) no-repeat;
}
.btn_contactus .item_qq:before {
	background: url(../../img/icon_qq.png);
}
.btn_contactus .btm_mes {
	float: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

/* 温馨提示250926 */
.con_pop.pop_small {
	width: 460px;
	height: 320px;
}
.con_pop.pop_small .pop_head {
	justify-content: center;
}
.con_pop.pop_small .pop_body {
	justify-content: flex-start;
	flex-direction: column;
}
.con_pop.pop_small .pop_body .item_text {
	width: 100%;
	height: auto;
	line-height: 22px;
	color: #2C2F34;
	font-size: 14px;
	text-align: justify;
	text-indent: 2em;
}
.con_pop.pop_small .pop_body .item_text_q {
	width: 100%;
	height: auto;
	line-height: 22px;
	color: #2C2F34;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}
.con_pop.pop_small .pop_head .item_name {
	color: #F02222;
}
.con_pop.pop_small .pop_btn .item_btn {
	width: auto;
	padding: 0 20px;
}
/*1366*/
@media (max-width: 800px) {
	.login_con {
		bottom: calc(50% - 180px);
		left: 20px;
		width: calc(100% - 40px);
	}
	.sm {
		height: 80px;
	}
}
