.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.column-around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana,Geneva,sans-serif;
}
header h1, h2, h3, h4, h5, h6, p {
  margin: 0 ;
  padding: 0;
}
header a{
  color: #666 ;
  text-decoration: none !important;
}
header {
  display: flex;
  width: 100%;
  height: 86px;
  position: fixed;
  z-index: 19891015;
  background: #FFFFFF;
  top: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

header .marker .logo_box {
  width: calc(((100% - 1180px) / 2 ) + 275px);
  min-width: 275px;
  height: 86px;
  background-image: url(../../images/header/bg_logo.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  z-index: 10;
}


header .marker .logo_box .logo {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

header .marker .nav {
  width: 100%;
  height: 46px;
  position: absolute;
  background: #68788B;
  left: 0;
  bottom: 0;
}

header .mt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .mt .logo_box {
  position: relative;
  z-index: 100;
}

header .mt .logo_box .logo {
  width: 155px;
}

header .mt .nav {
  width: calc(100% - 190px);
  height: 86px;
}

header .mt .nav .top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
}
header .mt .nav .top .hd_box {
  width: 80px;
  min-width: 80px;
  height: 72px;
  background-image: url(../../images/header/header-hd.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 10;
  margin-right: -90px;
  margin-left: 10px;
  margin-top: 35px;
  cursor: pointer;
}
header .registerInfo {
  position: absolute;
  top: 5px;
  right: -80px;
  width: 72px;
  height: 53px;
  background: linear-gradient(135deg, #F15959 0%, #FF6D2C 100%);
  box-shadow: 0px 3px 8px 1px rgba(55, 84, 113, 0.2);
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 4px;
  padding:0 5px;
}
header .registerInfo::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 12px;
  transform: rotate(90deg);
  border-top: 8px solid #F26056;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
header .registerInfo-close {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px;
  cursor: pointer;
}
header .benefit {
  width: 120px!important;
  right: -130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8px;
  cursor: pointer;
}
header .mt .nav .top .login_btn {
  height: 32px;
  border-radius: 16px;
  border: 1px solid #999;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border: 1px solid #0D7BFF;
  background: #3977FF;
  padding: 0px 10px;
  margin-left: 15px;
  cursor: pointer;
  box-sizing: border-box;
}

/* header .mt .nav .top .login_btn:hover {
  color: #fff;
  background: #3977FF;
} */

header .mt .nav .top .login_btn:active {
  color: #fff;
  background: #085ABC;
}

header .mt .nav .top .login {
  position: relative;
  margin-left: 18px;
  cursor: pointer;
}

header .mt .nav .top .login .user-box:hover >i {
  color: #0d7bff!important;
}
header .mt .nav .top .login .user-box {
  width: 142px;
  cursor: pointer;
}
header .mt .nav .top .login .user-box .userImg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #37d180 0%, #0d7bff 100%);
  position: relative;
  cursor: pointer;
}
header .mt .nav .top .login .user-box .userImg .imgbox {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}
header .mt .nav .top .login .user-box .userImg .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
header .mt .nav .top .login .user-box .userImg .message {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: #FF534D;
  border-radius: 50%;
}
header .mt .nav .top .login .user-box .login_name {
  width:87px;
  text-align:center;
  font-size:12px;
}
header .mt .nav .top .login .login_list {
  width: 120px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 16px;
  z-index: 10;
  position: absolute;
  z-index: 101;
  color: #666;
  right: 50%;
  transform: translateX(50%);
  visibility: hidden;
  top: 40px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  
}
/* header .mt .nav .top .login:hover{
  visibility: visible;
  transition: all 1s linear;
} 
header .mt .nav .top .login:hover #login_list {
  visibility: visible;
  transition: all 1s linear;
} */
header .mt .nav .top .login .login_list .login_name {
  padding: 0 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
header .mt .nav .top .login .login_list span {
  font-size: 14px;
}
header .mt .nav .top .login .login_list li {
  margin: 0 12px;
  cursor: pointer;
  color: #888;
  font-size: 13px;
}
header .mt .nav .top .login .login_list li > i {
  font-size: 20px;
}
header .mt .nav .top .login .login_list li:hover {
  color: #0D7BFF;
}
header .mt .nav .top .login .login_list a {
  height: 40px;
  display: block;
  display: flex;
  align-items: center;
}
header .mt .nav .top .login .login_list a:last-child li:hover {
  color: #F14646;
}
header .mt .nav .top .login .login_list .message {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 10px;
  background: #FF534D;
  border-radius: 50%;
}


header .mt .nav .top .langue {
  width: 78px;
  height: 26px;
  background: #f1f3f5;
  opacity: 1;
  border-radius: 4px;
  line-height: 26px;
  box-sizing: border-box;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 3px 8px 1px rgba(55, 84, 113, 0.2);
  border-radius: 4px;
  padding: 5px 8px;
}
header .mt .nav .top .langue > .icon-yuyan {
  font-size: 16px;
  margin-right: 3px;
}
header .mt .nav .top .langue span {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  height: 16px;
  line-height: 16px;
}
header .mt .nav .top .langue .line {
  width: 0px;
  height: 12px;
  border: 1px solid #EEEEEE;
}

header .mt .nav .but {
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .mt .nav .but .option {
  display: flex;
  height: 100%;
  align-items: center;
}

header .mt .nav .but .option div {
  width: 100px;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  position: relative;
  cursor: pointer;
}

header .mt .nav .but .option div a {
  position: relative;
  line-height: 46px;
  z-index: 9;
  color: #ffffff;
}

header .mt .nav .but .option .nav_list {
  display: block;
  position: relative;
}

header .mt .nav .but .option .nav_list .shade {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/header/bg_nav.png) no-repeat;
  background-size: 100% 100%;
  width: 123px;
  height: 100%;
  z-index: 8;
}
header .mt .nav .but .option .nav_list > h2,
header .mt .nav .but .option .nav_list_multi > h2 {
  display: inline-block;
  height: 46px;
  font-size: 12px;
}
header .mt .nav .but .option .nav_list > h2 > a {
  font-size: 16px;
  position: relative;
  z-index: 11;
  display: inline-block;
  width: 100%;
  height: 100%;
}

header .mt .nav .but .option .nav_list:hover > h2 > a {
  color: #228CF4;
}

header .mt .nav .but .option .nav_list_multi {
  position: relative;
}

header .mt .nav .but .option .nav_list_multi .shade {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/header/bg_nav.png) no-repeat;
  background-size: 100% 100%;
  width: 123px;
  height: 100%;
  z-index: 8;
}

header .mt .nav .but .option .nav_list_multi > h2 > a {
  font-size: 16px;
  position: relative;
  z-index: 11;
}

header .mt .nav .but .option .nav_list_multi:hover > h2 > a {
  color: #228CF4;
  font-weight: bold;
}

header .mt .nav .but .option .nav_list_multi:hover .shade, header .mt .nav .but .option .nav_list_multi:hover .nav_children {
  display: block;
}

header .mt .nav .but .option .active > h2 > a {
  font-weight: bold;
  color: #228CF4;
  position: relative;
  z-index: 11;
}

header .mt .nav .but .option .active .shade {
  display: block;
}

header .mt .nav .but .option .nav_children {
  width: 120px;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 45px;
  display: none;
}

header .mt .nav .but .option .nav_children > ul {
  border: 1px solid #E6E8EE;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 4px;
}

header .mt .nav .but .option .nav_children > ul li {
  height: 49px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}

header .mt .nav .but .option .nav_children > ul li:hover {
  color: #0D7BFF;
  background: #F0F7FF;
}
header .mt .nav .but .createBtn {
  /* position: absolute; */
  right: 0px;
  cursor: pointer;
}
header .mt .nav .but .createBtn-content {
  width: 90px;
  height: 34px;
  background: linear-gradient(135deg, #EEF6FF 0%, #BBD9FF 100%);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  padding: 5px;
  display: flex;
}
header .mt .nav .but .createBtn-content > h2, .createBtn-content > span {
  display: inline-block;
  width: max-content;
  margin-left: 5px;
  color: #39506B;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  word-break: break-all;
}
header .mt .nav .but .createTips {
  right: 20px;
}
header .mt .nav .but .createTips::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 12px;
  top: -5px;
  transform: rotate(180deg);
  border-top: 5px solid #E0EEFF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
header .mt .nav .but .createTips .createBtn-content {
  width: 34px;
}
header .mt .nav .but .createTips .createBtn-content:hover {
  width: 142px;
  transition: width 0.6s ease 0s;
}


@media screen and (min-width: 576px) {
  .modal {
    --tblr-modal-zindex: 10550;
  }
  .modal-service {
    max-width: 580px;
  }
  .modal-service .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    /* background: #fff; */
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    font-weight: 400;
    color: #222;
  }
  .modal-service .modal-content .login-main-left {
    width: 500px;
    height: 600px;
    border-radius: 12px 12px 12px 12px;
    /* // border: 1px solid #707070; */
    background: url("/static/images/login/login_left_bg.png") center center no-repeat;
    padding: 70px 70px 30px;
  }
  .modal-service .modal-content .login-main-left .left-title {
    line-height: 45px;
    color: #FFFFFF;
    font-size: 30px;
    position: relative;
  }
  .modal-service .modal-content .login-main-left .line {
    width: 360px;
    height: 0px;
    border: 1px solid #FFFFFF;
    margin: 35px 0;
  }
  .modal-service .modal-content .login-main-left .left-benefits >div {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
  }
  .modal-service .modal-content .login-main-left .left-desc{
        width: 360px;
        height: 40px;
        background: rgba(46, 47, 59, .3);
        border-radius: 50px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        margin-top: 30px;
  }
  .modal-service .modal-content .login-main-left .bottom-tips{
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
  }
  .modal-service .modal-content .login-main-left .left-benefits >div >i{
    font-size: 30px;
    margin-right: 15px;
  }
  .modal-service .modal-content .login-main-left .gift-box {
    border-radius: 6px;
    box-shadow: 0 3px 8px rgba(55, 84, 113, 0.2);
    position: absolute;
    top: -5px;
    right: -20px;

  }
  .modal-service .modal-content .login-main-left .gift-box > img {
      width: 50px;
      height: 50px;
  }

  .modal-service .modal-content .login-main-right .login-right-checkbox::after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #FFF;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
  }
  .modal-service .modal-content .login-main-right .login-right-checkbox {
    cursor: pointer;
    outline: 0;
    height: unset !important;
    margin-right: 5px;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    white-space: nowrap;    
    border: 1px solid #DCDFE6 !important;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    z-index: 1;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46), background-color .25s cubic-bezier(.71,-.46,.29,1.46);
  }
  .modal-service .modal-content .login-main-right {
    padding: 50px 0px;
    width: 500px;
    height: 600px;
    display: flex ;
    justify-content: center;
    align-items: center;
  }
  .modal-service .modal-content .login-main-right .right-tabs {
    margin-top: 40px;
  }
  .modal-service .modal-content .login-main-right .right-tabs-item {
    font-size: 14px;
    background: #F4F7F9;
    border-radius: 50px;
    padding: 10px 20px;
    margin-right: 20px;
    cursor: pointer;
  }
  .modal-service .modal-content .login-main-right .right-tabs-item:last-child {
    margin-right: 0;
  }
  .modal-service .modal-content .login-main-right .right-tabs .ac  {
    color: #FFFFFF;
    background: #0D7BFF;
  }
  .modal-service .modal-content .login-main-right .right-form  {
        margin-top: 60px;
        width: 340px;
        height: 283px;
  }
  .modal-service .modal-content .login-main-right .right-form input  {
    /* border-color: transparent!important; */
    height: 49px;
  }
  .modal-service .modal-content .login-main-right .right-form .el-input__inner  {
    border: none;
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    /* border: 1px solid #DCDFE6; */
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    border-radius: 0%;
    /* height: 40px; */
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    /* transition: border-color .2s cubic-bezier(.645,.045,.355,1); */
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-bottom: 1px solid #DCDFE6;
  }
  .modal-service .modal-content .login-main-right .right-form .el-form-item  {
    border-bottom: 1px solid #DDE0E3;
    height: 50px;
  }
  .modal-service .modal-content .login-main-right .right-form .visible  {
    line-height: 50px;
    cursor: pointer;
    color: #0D7BFF;
  }
  .modal-service .modal-content .login-main-right .right-form-button  {
    margin-top: 40px;
  }
  .modal-service .modal-content .login-main-right .pos  {
    width: 12px;
    height: 12px;
    background: url(/static/images/login/icon-close.png) no-repeat;
    background-size: contain;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    z-index: 50;
  }
  .modal-service .modal-content .login-main-right .layui-form-select dl dd.layui-this  {
    font-weight: 700;
    color: #F5F7FA;
    background-color: #409EFF;
  }
  .modal-service .modal-content .login-main-right .layui-input.layui-unselect  {
    border: none;
    border-bottom: 1px solid #DCDFE6;
    font-size: 14px;
    color: #606266;
  }

  


  .modal-service .modal-content .login-main-right .right-form-button .el-button {
    background: #0E7AFE;
    border: 0;
    height: 44px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #FFF;
    /* background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266; */
    -webkit-appearance: none;
    width: 100% !important;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
  }
  .modal-service .modal-content .login-main-right .right-form-button .el-button:hover {
    background: #9FC9FF;
  }



}


@media screen and (min-width: 576px) {
  .modal-category {
    min-height: unset !important;
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    width: 50%;
    max-width:unset !important;
    text-align: center;
    margin-top: 15vh;
  }
  .modal-category .modal-content {
    background: #FFFFFF;
    border-radius: 2px;
    position: relative;
    display: block !important;
  }
  .modal-category .modal-content .pos {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 24px;
    right: 30px;
    background: url("/ease/images/new_user/close.png") no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .modal-category .modal-content  .el-dialog__header {
    padding: 20px 20px 10px;
  }
  .modal-category .modal-content  .el-radio {
    color: #606266;
    font-weight: 500;
    cursor: pointer;
    margin-right: 30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    outline: 0;
  }
  .modal-category .modal-content  .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
  }

  .modal-category .modal-content  .el-dialog__header {
    padding: 10px 20px 20px;
    text-align: inherit;
  }
  .modal-category .modal-content  .el-dialog__body .mb-20 {
    margin-bottom: 20px;
  }
  .modal-category .modal-content  .el-dialog__body .radiogroup {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  .modal-category .modal-content  .el-dialog__body .el-radio {
    color: #606266;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: 0;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px !important;
    border: 1px solid #DCDFE6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
  }
  .modal-category .modal-content  .el-dialog__body .el-radio::after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #FFF;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in;
  }

  .modal-category .modal-content  .el-dialog__footer {
    text-align: inherit;
    padding: 10px 20px 20px;
   
  }

  .modal-category .modal-content  .el-dialog__footer .el-button {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
    
    width: 100% !important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
  }

  .modal-category .modal-content  .el-dialog__footer .el-button--primary {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
}
.modal-category .modal-content  .el-dialog__body .el-radio-span {
  margin-right: 20px;
  margin-bottom: 30px;
}
.modal-category .modal-content  .el-dialog__body .selectSubject_lable {
    margin-right: 16px;
    cursor: pointer;
    font-weight: bold;
}
.modal-category .modal-content  .el-dialog__body .first-active {
    color: #228cf4;
}



 




  




}


@media screen and (min-width: 576px) {
  .modal-simple {
    min-height: unset !important;
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    max-width:unset !important;
    text-align: center;
    margin-top: 15vh;
    width: 18%;
  }
  .modal-simple .modal-content {
    background: #FFFFFF;
    border-radius: 2px;
    position: relative;
    display: block !important;
  }
  .modal-simple .modal-content .pos {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 24px;
    right: 30px;
    background: url("/ease/images/new_user/close.png") no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  .modal-simple .modal-content  .el-dialog__header {
    padding: 20px 20px 10px;
  }
  .modal-simple .modal-content  .el-radio {
    color: #606266;
    font-weight: 500;
    cursor: pointer;
    margin-right: 30px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    outline: 0;
  }
  .modal-simple .modal-content  .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
  }

  .modal-simple .modal-content  .el-dialog__header {
    padding: 10px 20px 20px;
    text-align: inherit;
  }
  .modal-simple .modal-content  .el-dialog__body .mb-20 {
    margin-bottom: 20px;
  }
  .modal-simple .modal-content  .el-dialog__body .radiogroup {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
  }
  .modal-simple .modal-content  .el-dialog__body .el-radio {
    color: #606266;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    outline: 0;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px !important;
    border: 1px solid #DCDFE6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
  }
  .modal-simple .modal-content  .el-dialog__body .el-radio::after {
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #FFF;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .15s ease-in;
  }

  .modal-simple .modal-content  .el-dialog__footer {
    text-align: inherit;
    padding: 10px 20px 20px;
   
  }

  .modal-simple .modal-content  .el-dialog__footer .el-button {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
    
    width: 100% !important;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
  }

  .modal-simple .modal-content  .el-dialog__footer .el-button--primary {
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
}
.modal-simple .modal-content  .el-dialog__body .el-radio-span {
  margin-right: 20px;
}
.modal-simple .modal-content  .el-dialog__body .selectSubject_lable {
    margin-right: 16px;
    cursor: pointer;
    font-weight: bold;
}
.modal-simple .modal-content  .el-dialog__body .first-active {
    color: #228cf4;
}



 




  




}