/*#main {background-color: #409eff;background-size: cover;width: 100%;height: 100vh;overflow: hidden;}*/
/* form_content */
/*.form_content {width: 950px;height:600px;position:absolute;top:0;bottom:0;left:0;right:0;margin: auto;*/
 
/*  box-shadow: #504b4ba6 0px 0px 20px;*/


#main {
/* 加载背景图 */
background-image: url(/public/static/home/lwscmsview/img/beijing.png);
/* 背景图垂直、水平均居中 */
background-position: center center;
/* 背景图不平铺 */
background-repeat: no-repeat;
/* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
background-attachment: fixed;
/* 让背景图基于容器大小伸缩 */
background-size: cover;
/* 设置背景颜色，背景图加载过程中会显示背景色 */
background-color: #eff7ff;
;background-size: cover;width: 100%;height: 100vh;overflow: hidden;
}

    
    
/*}*/
img {width: 100%;height: 100%;}
.form_content {width: 950px;height:600px;box-shadow:#9ebef7 0px 0px 10px;background-color: #dce9ff;position: absolute;top: calc(50% - 300px);left: calc(50% - 475px);}

.bg_fl {width: 450px;}
.dl_fr {width: 500px; height: 100%; }
.fl_div {position: relative;width: 400px;height: 600px;}
.logo {position: absolute;width: 180px; height: auto; top: 40px;left: 120px;}
.denglu_tabs {margin: 10px auto;}
.first_tab {margin-top: 40px;}
.el-tabs__header {display: flex;justify-content: center;}
.el-tabs__nav-wrap::after {background-color: transparent;}
.el-tabs__item {font-size: 24px;font-weight: bold;padding: 0 80px;color: #b2b2b2;}
/* 登录 */
.login_div {width:400px;margin: 0 auto}
.el-input__inner {height: 50px;line-height: 50px;}
.el-input__prefix {height: 50px;top: 15px;}
.el-input--prefix .el-input__inner {padding-left: 60px;}
.el-input__icon {margin: 0 10px;}
.el-input .el-input__clear{
    margin-top:15px;
}
.el-input__icon:before {font-size: 24px;color: #6b6b6b;}
.prefix_line {position: absolute;border-right: 1px solid #ddd;height: 20px; width: 2px; display: block;top: 10px;right: 0;}
.el-input__suffix-inner {line-height: 50px;}

/* input框 */
#password, #name {margin: 10px 0;}
.forget_pass {display: block;font-size: 14px;color: #6b6b6b;margin-top:10px}
.forget_pass:hover{color: var(--colors);cursor: pointer;}
/* btn */
.login_btn {width: 100%;font-size: 18px;margin: 10px 0;}
.el-button {padding: 15px 15px;}
.other_login {margin-top: 60px;}
.other_tit {display: flex;justify-content: center;font-weight: bold;}
.other_tit span:nth-child(2) {padding: 0 20px;}
.login_type {width: 145px;display: flex;justify-content: space-between;margin: 0 auto;margin-top: 13px;}
.qq_icon, .wx_icon {width: 48px;}
/* 登录说明 */
.login_txt {display: flex;margin-left: 70px;align-items: center;margin-top: 20px;}
.login_txt a {margin-left: 10px;}