.userimg {
  background: url(../image/personal.png) no-repeat center center;
  background-size: 100%;
  height: 228px;
  width: 100%;
  min-width: 1300px;
  margin-top: 30px;
}
.userimg::after{
  content: '';
  position: absolute;
  background: #F5F7FA;
  height: 114px;
  width: 100%;
  margin-top: -0px;
  z-index: -2;
}
.userimg p {
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
  letter-spacing: 6px;
  text-align: center;
  padding-top: 90px;
}
.user_con {
  width: 100%;
  height: auto;
  display: flex;
}
.user_con .user_wrap {
  width: 1300px;
  height: auto;
  background: #FFFFFF;
  margin: 0 auto;
}
.user_con .user_wrap .user_left {
  width: 207px;
  height: auto;
  float: left;
  margin-top: 60px;
}
.user_con .user_wrap .user_left .registration {
  width: 207px;
  height: 82px;
  background: url(../image/noticetop.png) no-repeat;
}
.user_con .user_wrap .user_left .registration .registration_top {
  height: auto;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 14px;
  padding-top: 24px;
  position: relative;
}
.user_con .user_wrap .user_left .registration .registration_top::after {
  content: "";
  width: 36px;
  height: 1px;
  background: #FFFFFF;
  border-radius: 1px;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.user_con .user_wrap .user_left .notice_column {
  width: 207px;
  height: 400px;
  background: url(../image/column.png) #EEEFF1FF no-repeat bottom;

}
.user_con .user_wrap .user_left .notice_column .notice_column_con {
  padding-top: 15px;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .column_active {
  background: #ffffff !important;
  color:  #3069CA!important;
  position: relative;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .column_active::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #3069CA;
  left: 10px;
  bottom: 20px;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .message {
  width: 193px;
  height: 50px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  float: right;
  padding-left: 30px;
}
.user_con .user_wrap .user_left .notice_column .notice_column_con .message:hover {
  width: 193px;
  height: 50px;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  float: right;
  padding-left: 30px;
  background: rgba(255, 255, 255, 0.8);
}
.user_con .user_wrap .user_right {
  width: 1024px;
  height: auto;
  float: right;
  margin-top: 55px;
  padding-bottom: 70px;
}
.user_con .user_wrap .user_right .layui-form-label {
  width: 110px;
  text-align: right;
  padding: 9px 10px 9px 0;
}
.user_con .user_wrap .user_right .layui-input-block {
  width: 700px;
  position: relative;
}
.user_con .user_wrap .user_right .layui-input-block .clear {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  margin: -34px 0 0 447px;
  background: url(../image/closein.png) no-repeat;
  outline: none;
}
.user_con .user_wrap .user_right .layui-upload-list {
  margin-top: 20px;
}
.user_con .user_wrap .user_right .layui-upload-list .img_con {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 30px;
}
.user_con .user_wrap .user_right .layui-upload-list .layui-upload-img {
  width: 90px;
  height: 90px;
  padding: 5px;
  border: 1px #ccc solid;
}
.user_con .user_wrap .user_right .layui-upload-list .delete {
  position: absolute;
  margin-left: -9px;
  margin-top: -9px;
  z-index: 9999;
  width: 17px;
  height: 17px;
  background: url(../image/close.png) no-repeat;
}
.user_con .user_wrap .user_right .layui-upload-list span {
  position: absolute;
  margin-top: -22px;
  height: 22px;
  background: #000;
  border-radius: 0px 0px 2px 2px;
  opacity: 0.66;
  width: 90px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.user_con .user_wrap .user_right .layui-upload-list span a {
  color: #D8D8D8;
  font-size: 12px;
  opacity: 1;
  padding: 0 5px;
}
.user_con .user_wrap .user_right .layui-btn {
    height: 413px;
    width: 325px;
    margin-left: 80px;
    margin-top: 20px;
    background: #F7F7F7;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 46px;
    text-align: center;
}
.user_con .user_wrap .user_right .save {
  width: 240px;
  height: 46px;
  background: #3069CA;
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  border: 0;
  opacity: 1 !important;
  margin-top: 70px;
}
.user_con .user_wrap .user_right .save_dis {
  width: 240px;
  height: 46px;
  background: #3069CA;
  border-radius: 4px;
  opacity: 0.6;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
  border: 0;
  margin-top: 70px;
}
.user_con .user_wrap .user_right .code-img {
  float: left;
  width: 160px;
  height: 46px;
  background: #F0F0F0;
  border-radius: 2px;
  margin-left: 20px;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #3069CA!important;
}
.layui-form-select dl dd.layui-this {
  background-color: #fff !important;
  color: #3069CA !important;
}
.layui-form-select dl dd:hover {
  color: #3069CA !important;
  background-color: #fff !important;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.layui-input,
.layui-select,
.layui-textarea {
  height: 46px !important;
  line-height: 1.3;
  line-height: 46px\9!important;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
}
.layui-form-item {
  margin-bottom: 30px !important;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.uploader-list {
  margin-left: -15px;
}
.uploader-list .info {
  position: relative;
  margin-top: -25px;
  background-color: black;
  color: white;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  opacity: 0.5;
  width: 100px;
  height: 25px;
  text-align: center;
  display: none;
}
.uploader-list .handle {
  position: relative;
  background-color: black;
  color: white;
  filter: alpha(opacity=80);
  -moz-opacity: 0.5;
  opacity: 0.5;
  width: 100px;
  text-align: right;
  height: 18px;
  margin-bottom: -18px;
  display: none;
}
.uploader-list .handle i {
  margin-right: 5px;
}
.uploader-list .handle i:hover {
  cursor: pointer;
}
.uploader-list .file-iteme {
  margin: 12px 0 0 15px;
  padding: 1px;
  float: left;
}
input[type=file]{
  width: 293px;
    height: 36px;
    opacity: 0;
    margin: 0px 0px 0px -88px;
}
.content-img-list{
  margin-top: 20px;
  float: left;
}
.delete {
  position: absolute;
  margin-left: -9px;
  margin-top: -9px;
  z-index: 9999;
  width: 17px;
  height: 17px;
  background: url(../image/close.png) no-repeat;
 visibility: hidden;
}

