@charset "utf-8";
html,body{min-height: 100%;}
body{margin: 0px;padding:0;overflow: hidden;background: url("../img/login/Loginin-image-bg.png") no-repeat;background-size: 100% 100%;}
ul{margin: 0;padding: 0;}
li{list-style: none;}
input{outline: none;color: #000;}
input::-webkit-input-placeholder {color: #777;}
[v-cloak] {display: none;}
a,a:hover{color: #fff;}

.login_text1{color: #333;font-size: 24px;font-weight: bold;padding: 80px 0 10px;}
.login_text2{color: #999;font-size: 16px;height: 60px;}
.inputtexttable{width: 50%;height: 100%;background: #fff;color: #000;padding: 0 44px;box-sizing: border-box;}
.login_btn{display: flex;font-size: 18px;font-weight: 500;border-radius: 4px;background-color: #2550DC;height: 60px;align-items: center;justify-content: center;cursor: pointer;}
.login_logo{width: 50%;height: 100%;}
.loginboxbg{width: 910px;height: 638px;position: absolute;left: 50%;top: 50%;margin-left: -455px;margin-top: -315px;display: flex;}
.logoin_list li{margin-bottom: 20px;overflow: hidden;}
.login_tips{font-size: 14px;margin-bottom: 10px;color: yellow;}
.logoin_list{width: auto;overflow: hidden;}
.logoin_title{font-size: 16px;font-weight: normal;margin: 40px 0;width: auto;text-align: left;}
.logoin_title a{margin-right: 32px;color: #999;font-size: 18px;cursor: pointer;}
.logoin_title a:hover{color: #1F4FDD;font-weight: bold;}
.logoin_title a.active{color: #1F4FDD;font-weight: bold;}
.logoin_list .sendCode{background: transparent;font-size: 16px;color: #1F4FDD;width: auto;padding-left: 20px;cursor: pointer;}
.logoin_list .sendCode.active{background: transparent;font-size: 14px;color: #ff4e4e;width: auto;}
.logoin_list li{background: #F4F4F4;height: 60px;}
.inputcls{background: transparent;border: none;height: 100%;padding: 0 20px;font-size: 16px;box-sizing: border-box;}


.copyRight{position: absolute;left: 0;right: 0;text-align: center;bottom: 20px;font-size: 12px;}