@charset "utf-8";
* {margin: 0;padding: 0;}
ul,ol,li {list-style: none}
input,button{outline: none;}
svg{ fill:#fff;}
a {text-decoration: none;color: inherit;}
a:hover {text-decoration: none;}
img {vertical-align: top;border: none;}
html {min-height: 100%;}
body {min-height: 100vh;box-sizing: border-box; font-family: PingFangSC-Semibold, PingFang SC;font-size: 14px;color: #333;background: #f7f7f7;position: relative;} 

.member_main{max-width: 1400px;min-width: 1300px;margin: 10px auto 20px auto; display: flex;width:80%;} 

.member_left { background-color: #fff;width: 240px; margin-right: 20px; }
.member_left ul{padding: 10px 20px 10px 20px;}
.member_left ul>span{font-size: 14px;color: #000;font-weight: 600;line-height: 40px;display: flex;align-items: center;}
.member_left ul>span img{margin-right: 8px;}
.member_left ul li.active{background-color: #eeeeee;}
.member_left ul li{margin-bottom: 5px;}
.member_left a{display: flex;height: 30px;align-items: center;padding-left: 24px;color: #515151;} 
.member_right{float: right;width: 1140px;background-color: #fff;padding: 0px 20px;box-sizing: border-box;}

.member_position{display: flex;justify-content: space-between;align-items: center;} 
.member_position ul{display: flex;align-items: center;height: 64px;}
.member_position ul li{font-size: 14px;margin-right: 20px;line-height: 34px;color: #515151;}
.member_active{font-weight: 600;color: #000;}
.member_active::after{display: block;content: '';width: 64%;height: 2px;background-color:  #1E50A2;margin: 0 auto;}

.member_list li{ display: flex;align-items: center;border-bottom: 1px solid #999; }
.member_list .picture{ margin-right: 10px; height: 80px;overflow: hidden;display: flex;align-items: center;}
.member_list .picture input{ margin-right: 10px;}
.member_list image{width: 80px; height:80px;border-radius: 10%;}
.member_list .describe{margin: 5px 0px;display: flex;justify-content:space-between;width:100%;align-items:flex-start;}
.member_list .describe .left {display:flex;flex-direction: column;}
.member_list .describe .title{font-size: 16px;color: #333;line-height: 24px; }
.member_list .describe .time{font-size: 14px;color: #999; line-height: 24px;margin:10px 0;}

.member_tool{ width: 100%; display: flex; align-items: center; justify-content: space-between; }
.member_operate{display: flex;line-height: 40px;align-items: center;}
.member_operate p{margin: 0 10px;}
.member_operate [type="button"]{border: none;background-color: #00529C;color: #fff;font-size: 12px;border-radius: 10px; padding-left: 10px; padding-right: 10px; height: 24px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.member_page {display: flex;justify-content: flex-start;align-items: center;margin: 20px 0;}
.member_page li{width: 20px;height: 20px;border: 1px solid #DDDDDD;justify-content: center;align-items: center;margin-right: 8px;display: flex;}
.member_page .cur{background-color: #00529C;color: #fff;}


.member_update ul li{display: flex;align-items: center;margin: 20px 0 30px 0;}
.member_update ul li p{font-size: 14px;color: #7f7f7f;margin-right: 2px;width:100px;text-align:right;}
.member_update ul li .input{padding-left: 5px; border-bottom: 1px solid #d9d9d9;height: 50px;display: flex;align-items: center;flex: 1;}
.member_update ul li .input input{border: none;outline: none;}
.member_update ul li .text{display: flex;margin-bottom: 30px;align-items: flex-start;}
.member_update ul li .textarea{border: none;height: auto;width: auto;}
.member_update ul li .textarea textarea{ font-family: inherit; border: 1px solid #d9d9d9;height: 300px;width: 500px;outline: none;box-sizing: border-box;padding: 15px 13px;}
.member_update ul li .submit{margin-left: 100px;}
.member_update ul li button{border: none; background-color: #1E50A2;border-radius: 2px;font-size: 16px;color: #fff;padding: 10px 30px;}

.member_detail ul li{display: flex;align-items: center;margin: 20px 0 30px 0;}
.member_detail ul li p{font-size: 14px;color: #7f7f7f;margin-right: 2px;}
.member_detail ul li button{border: none; background-color: #1E50A2;border-radius: 2px;font-size: 16px;color: #fff;padding: 13px 55px;}