@charset "utf-8";

.m_login_bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.m_login_bg .m_login_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #FFF;
}

.m_login_cont {
    position: relative;
    width: 467px;
}

.m_login_cont .layui-form-item {
    margin-bottom: 20px;
}

.m_login_cont .m_logo {
    text-align: center;
}

.m_login_cont .form_cont {
    padding-top: 90px;
}

.m_login_input {
    position: relative;
}

.m_login_input .m_login_icon {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.m_login_input .m_login_icon img {
    width: 30px;
}

.m_login_input input {
    padding-left: 84px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    width: 100%;
    height: 70px;
    border-radius: 30px;
    border: 1px solid #DDD;
    background: #FFF;
}

.m_login_input input::-webkit-input-placeholder {
    color: #AAA;
    font-size: 18px;
    font-weight: 400;
}

.m_login_input input:-moz-placeholder {
    color: #AAA;
    font-size: 18px;
    font-weight: 400;
}

.m_login_input input::-moz-placeholder {
    color: #AAA;
    font-size: 18px;
    font-weight: 400;
}

.m_login_input input:-ms-input-placeholder {
    color: #AAA;
    font-size: 18px;
    font-weight: 400;
}

.m_login_cont .m_login_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 10px;
    border-radius: 30px;
    background: #333;
    color: #FFF;
    font-family: Microsoft YaHei;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.m_login_cont .forgot_pass {
    color: #333;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.m_login_cont .forgot_pass a {
    font-style: normal;
}

.fortot_eject {
    padding: 50px;
    min-width: inherit;
    border-radius: 10px;
}

.forgot_button {
    margin-top: 18px;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #333;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.fortot_eject .close_ {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.fortot_eject .forgot_cont {
    padding-top: 35px;
}

.fortot_eject .layui-form-item {
    margin-bottom: 10px;
}

.forgot_input input {
    padding: 15px;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #F5F5F5;
    border: none;
}

.forgot_cont input::-webkit-input-placeholder {
    color: #CCC;
    font-size: 14px;
    font-weight: 400;
}

.forgot_cont input:-moz-placeholder {
    color: #CCC;
    font-size: 14px;
    font-weight: 400;
}

.forgot_cont input::-moz-placeholder {
    color: #CCC;
    font-size: 14px;
    font-weight: 400;
}

.forgot_cont input:-ms-input-placeholder {
    color: #CCC;
    font-size: 14px;
    font-weight: 400;
}

/*基本信息*/
.m_infor_bg {
    padding: 32px 70px 55px 70px;
    width: 1440px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
border: 1px solid #EEE;
background: #FFF;
}
.m_infor_top {
    display: flex;
    padding-bottom: 30px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEE;
}
.m_infor_top .title {
    color: #333;
font-family: Microsoft YaHei;
font-size: 18px;
font-weight: 700;
line-height: 32px; 
}
.m_infor_top .m_edit {
    color: #333;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
    padding-right: 30px;
    background-image: url(../images/m_edit.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20px 20px;
}

.m_picture_modify {
    padding-top: 44px;
    display: flex;
    justify-content: center;
}
.m_picture_modify span {
    position: relative;
}
.m_picture_modify span:before {
    content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 50%;
background-color:rgba(0, 0, 0, 0.5);
background-image: url(../images/m_picture.svg);
background-repeat: no-repeat;
background-position: center;
opacity: 0;
}
.m_picture_modify span:hover:before {
    opacity: 1;
}
.m_picture_modify img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.m_infor_cont .m_form_list {
padding-top: 90px;
}
.m_infor_cont .m_form_list .layui-form-item {
    margin-left: -45px;
    margin-right: -45px;
}
.m_infor_cont .m_form_list .layui-inline {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 30px;
    padding:0 45px;
}
.m_infor_cont .m_form_list .infor_t {
padding-bottom: 15px;
    color: #333;
font-family: Microsoft YaHei;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px; 
}

.infor_f_input input {
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
border: 1px solid #EEE;
background: #F9F9F9;
    color: #666;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
}
.infor_f_input textarea {
padding: 30px 20px;

border: 1px solid #EEE;
background: #F9F9F9;

 color: #666;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.m_form_list .infor_button {
    text-align: center;
}
.m_form_list .infor_button button {
display: inline-block;
width: 200px;
height: auto;
padding: 10px;
border-radius: 30px;
background: #333;
color: #FFF;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 32px; 
}
.b_modify {
    display: inline-block;
    height:100%;background-color: #333;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    color: #fff;
    line-height: 48px;
    padding: 0 18px;
}
.data_list {
margin-top: 50px;
   border: 1px solid #EEEEEE; 

}
.data_list ul li{
    display: flex;
    align-items: center;
   border-bottom: 1px solid #EEEEEE;
   padding: 30px 50px; 
   font-size: 16px;
}
.data_list span,.data_list a {
     font-size: 16px;
}
.data_list ul li:last-child {
    border-bottom: none;
}
.data_list a:hover {
    color:var(--yellow);
}