.login-wrap {
  margin: auto; 
  z-index: 2;
  width: 546px;
  min-height: 530px;
  padding-bottom: 10px;
  background-color: rgba(255,255,255,0.5);
}
.login-wrap .login-tab {
  height: 60px;
  line-height: 60px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.login-wrap .login-tab li {
  width: 33.333%;
  text-align: center;
}
.login-wrap .login-tab .active {
  color: #cb3035;
  position: relative;
}
.login-wrap .login-tab .active:after {
  content: '';
  position: absolute;
  bottom: 5px;
  width: 20px;
  height: 2px;
  background-color: #cb3035;
  left: 0;
  right: 0;
  margin: auto;
}
.register .form-group label {
  width: 22%;
  text-align: right;
}
.register .form-group .col-sm {
  position: relative;
}
.register .form-group .col-sm input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 24px;
  width: 80%;
  padding: 0 10px;
  font-size: 14px;
}
.register .form-group .col-sm a {
  position: absolute;
  font-size: 12px;
  right: 45px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.login-button {
  width: 100%;
}
.login-button .login-button--wei {
  height: 50px;
  width: 53%;
  margin: 0 auto ;
  /* background: #d62321; */
  border-radius: 30px;
  color: #56b950;
  font-size: 15px;
  border: 1px solid #56b950 ;
  display: block;
  background-color: transparent;
  /* -moz-box-shadow: 1px 1px 10px #f6422a;
  -webkit-box-shadow: 1px 1px 10px #f6422a;
  box-shadow: 1px 1px 10px #f6422a; */
  cursor: pointer;
}
.login-button .login-button--submit {
  height: 50px;
  width: 53%;
  margin: 60px auto 20px auto;
  /* background: #d62321; */
  background: linear-gradient(to right, #f6422a, #ce242a);
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  border: none;
  display: block;
  /* -moz-box-shadow: 1px 1px 10px #f6422a;
  -webkit-box-shadow: 1px 1px 10px #f6422a;
  box-shadow: 1px 1px 10px #f6422a; */
  cursor: pointer;
}
.login-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
  display: none;
}

.other {
  text-align: right;
    overflow: hidden;
    font-size: 13px;
    width: 82%;
}
.other a {
  color: #CF252A;
}
.register-content .login-button {
  margin-top: 30px;
}
.login-button {
  position: relative;
}
.login-button img{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 40%;
}
/*ä¸ªäººä¸­å¿ƒ*/
.mine-wrap {
/*   width: 1000px; */
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  /* height: 440px; */
}
.mine-wrap .mine-title {
  line-height: 60px;
}
.mine-wrap .mine-content {
  width: 100%;
  /* mine-height: 382px; */
  background-color: #f5f4f7;
  position: relative;
  border: 1px solid #E5E5E5;
}
.mine-wrap .mine-content .mine-content--wrap {
  overflow: hidden;
  position: absolute;
  left: 3px;
}
.mine-wrap .mine-content .mine-content--wrap .mine-content-ul {
  margin: 0 4px;
  float: left;
  width: 116px;
  height: 100%;
  text-align: center;
}
.mine-wrap .mine-content .mine-content--wrap .mine-content-ul .mine-content-title {
  position: relative;
  background-color: #c8161d;
  margin-top: 15px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 13px;
}
.mine-wrap .mine-content .mine-content--wrap .mine-content-ul .mine-content-title:after {
  content: '';
  position: absolute;
  bottom: -10px;
  margin: auto;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #c8161d;
}
.mine-wrap .mine-content .mine-content--wrap .mine-content-ul li {
  height: 50px;
  line-height: 50px;
}
.mine-wrap .mine-content .mine-content--wrap .mine-content-ul li a {
  color: #646464;
  text-decoration: none;
}
.mine-wrap .mine-content .mine-content--wrap .mine-content-ul li a:hover {
  color: #c8161d;
}
.mine-content-second {
  min-height: 550px;
  padding-top: 20px;
}

.mine-content--message .from-group {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin-bottom: 18px;

}
.mine-content--message .from-group .error{
  font-size: 12px;
  color: red;

}
.mine-content--message .from-group .from-group-fl {
  width: 30%;
  text-align: right;
}
/* .mine-content--message .from-group input {
  width: 70%;
  text-align: left;
  margin-left: 26px;
} */
.mine-content--message .from-group  input,.mine-content--message .from-group  select{
  width: 360px;
  border-radius: 5px;
  border: none;
  text-align: left;
  margin-left: 26px;
  /* background-color: rgba(255,255,255,0.5); */
  background-color: #ffffff;
  height: 80%;
  padding-left: 20px;
  box-sizing: border-box;
}
.from-group-save {
  position: absolute;
  width: 100px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin:auto;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background: transparent;
  border:none;

}
.from-group  .sex{
  width: 14px!important;
  text-align: right;
}


@media (max-width: 1024px){
  body{
    min-width: 1024px;
  }
 .main-wrap {
    transform: scale(0.5);
  }
  .else-content {
     transform: scale(0.9);
  } 
  .swiper-container-vertical>.swiper-pagination-bullets {
    transform: scale(0.5);
    position: absolute;
    top: 50%;
    margin-top: -286px;
  }
  .mine-wrap {
    width: 800px;
  } 
  .mine-wrap .mine-content .mine-content--wrap .mine-content-ul {
    margin: 0 4px;
    float: left;
    width: 90px; 
    height: 100%;
    text-align: center;
  }
}
  .use_left {
    position: relative;
    width: 16%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    z-index: 8;
}
.userinfo-zw {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
}

.use_left .userinfo-zw .userpic {
    width: 90px;
    height: 90px;
    border: 1px solid #6a0808;
    border-radius: 50%;
    padding: 4px;
    margin: 20px auto 10px;
}

.use_left .userinfo-zw .userpic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.use_left .userinfo-zw .username {
    font-size: 14px;
    color: #333333;
    margin-bottom: 6px;
    text-align: center;
}

.usermenu_ul li {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.usermenu_ul li.active {
    color: #c8161d;
    background: #F6F6F6;
}
.usermenu_ul li a {
    display: block;
    color: #333333;
    cursor: pointer;
}
.modular {
    margin-top: 40px;
    padding-bottom: 20px;
     overflow: hidden;
}
.mine-wrap{
    float: right;
    width: 79%;
}


label.error{
  float: left;
  width: 60% !important;
  color: red;
  font-size: small;
  text-align: left !important;
  margin-left:20px;
  line-height: 20px;
}
.mine-content--message label.error {
  float: none;
  width: auto !important;
}
.login-postion {
  height: 100%;
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
/*   -webkit-justify-content:center;
justify-content: center; */
  -webkit-align-items:center;
  align-items:center;
  text-align: center;
}
.card-approve--add {
  display: block;
  height: 40px;
  width: 40px;
  background: url(./images/upload.png);
  background-size: contain; 
}
.card-approve--title {
  margin-top: 10px;
  color: #ccc;
}
.card-approve {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 360px;
  border-radius: 5px;
  border: none;
  text-align: left;
  margin-left: 26px;
  background-color: #ffffff;
  height: 200px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
  text-align: center;
  /* background: grey; */
}
.card-approve img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
.hidden-avatar {
  display: none;
}
/****************************************************************** 申诉 start ******************************************************************************************/
.mine-wrap .appeal-wrapper {
  padding: 30px;
  text-align: center;
}
.mine-wrap .appeal-wrapper .appeal-avatar {
  display: block;
  height: 82px;
  width: 100px;
  background: url(./images/warnning-web@2x.png);
  background-size: contain;
  margin: 0 auto;
}
.mine-wrap .appeal-wrapper .appeal-tips {
  display: block;
  margin: 23px auto 46px auto;
  font-size:14px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(34,34,34,1);
  line-height:42px;
}
.appeal-pannel {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.appeal-pannel .appeal-item{
  height: 230px;
  width: 200px;
  background:rgba(255,255,255,1);
  box-shadow:3px 5px 10px 0px rgba(4,0,0,0.08);
  margin: 0 30px;
  text-align: center;
  cursor: pointer;
}
.appeal-pannel .appeal-item .appeal-item--icon {
  display: block;
  height: 61px;
  width: 61px;
  margin: 40px auto;
}
.appeal-pannel .appeal-item .appeal-icon--service {
  background: url(./images/service-web@2x.png) no-repeat;
  background-size: contain;
}
.appeal-pannel .appeal-item .appeal-icon--logout {
  background: url(./images/logout-web@2x.png) no-repeat;
  background-size: contain;
}
.appeal-pannel .appeal-item .appeal-icon--retain {
  background: url(./images/retain-web@2x.png) no-repeat;
  background-size: contain;
}
.appeal-item--title {
  font-size:16px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(34,34,34,1);
  line-height:24px;
}
.showMask {
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.showMask .appeal-showMask{
  position: fixed;
  height: 400px;
  width: 600px;
  top: 50%;
  left: 50%;
  background: #ffffff;;
  transform: translate(-50%,-50%);
}
.showMask .appeal-showMask .a-showMask--title {
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  background:linear-gradient(0deg,rgba(199,23,29,1) 0%,rgba(255,114,114,1) 100%);
}
.showMask .appeal-showMask .a-showMask--title .close{
  /* position: absolute; */
  height: 24px;
  width: 24px;
  background: url(./images/close-white-web@2x.png);
  background-size: contain;
  float: right;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
}
.a-showMask--wrapper {
  padding: 0 30px;
}
.a-showMask--tips {
  margin: 30px auto 26px auto;
  font-size:16px;
  font-family:MicrosoftYaHei;
  font-weight:400;
  color:rgba(34,34,34,1);
  line-height:42px;
  text-align: center;
}
.a-showMask--content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(204,204,204,1);
}
.a-showMask--content .a-showMask--item {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
.a-showMask--content input{
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid  #cccccc;
}
.a-showMask--notice {
  padding: 30px 0;
  font-size: 14px;
  line-height: 24px;
}
.a-showMask--notice .showMask-notice--title {
  color: #C7171D;
}
.showMask-notice--content {
  color: #666666
}
.showMask .submit-button {
  width:200px;
  height:40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background:rgba(199,23,29,1);
  border-radius:20px;
  margin: 0 auto;
  cursor: pointer;
}
.appeal-wrapper--tips {
  padding: 0px 0 30px 0;
  border-bottom: 1px solid #CCCCCC;
  color: #222222;
  font-size: 14px;
}
.appeal-form  {
  margin-top: 30px;
}
.appeal-form  .row{
  margin-bottom: 20px;
  text-align: left;
}
.appeal-form  .row label{
  display: inline-block;
  width: 200px;
  height: 40px;
  text-align: right;
  padding: 0 20px;
}
.appeal-form  .row input{
  width: 300px;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
}
.appeal-form  .row .infos{
  display: inline-block;
  width: 300px;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 10px;
  background: #fff;
  line-height: 40px;
  text-align: right;
}
.uploadImage {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 190px;
  background: #fff;
  vertical-align: text-top;
  text-align: center;
  padding: 15px 20px;
  box-sizing: border-box;
}
.uploadImage > input{
  position: absolute;
  opacity: 0;
  width: 100%!important;
  height: 100%!important;
  top: 0;
  left: 0;
}
.uploadImage img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: auto;
}
.uploadChoose {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 140px;
  line-height: 40px;
  text-align: center;
  color: #C7171D;
  border: 1px dashed #C7171D;
  cursor: pointer;
}
.uploadChoose input {
  position: absolute;
  height: 100%!important;
  width: 100%!important;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
}
.showImage {
  position: absolute;
  height: 125px;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  background: url(./images/pic-web@2x.png) no-repeat;
  background-size: contain;
  background-position: 50%;
}
.appeal-form  .submit {
  display: inline-block;
  /* margin: 0 auto; */
  width:300px;
  height:40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background:rgba(199,23,29,1);
  border-radius:20px;
  cursor: pointer;
}
.appeal-form  .submit-gary {
  display: inline-block;
  color: #fff;
  background:gray;
  cursor: no-drop;
}
.uploadImageTips {
  display: inline-block;
  vertical-align: text-top;
  color: #C7171D;
  width: 250px;
  margin-left: 30px;
}
.uploadImageTips .tips{
   line-height: 24px;
}
.appeal-tab {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.appeal-tab .appeal-tab--item {
  width: 100px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.appeal-tab .appeal-tab--item.active {
  position: relative;
  color: #C7171D;
}
.appeal-tab .appeal-tab--item.active::after{
  content: '';
  position: absolute;
  background: #C7171D;
  width: 100%;
  height: 1px;
  bottom: -21px;
  left: 0;
}
.appeal-tabs--avatar {
  width: 160px;
  height: 160px;
  margin: 88px auto 40px auto;
}
.appeal-reminder{
  background: url(./images/reminder_note@2x.png) no-repeat;
  background-size: contain;
}
.appeal-waiting {
  background: url(./images/long_waiting@2x.png) no-repeat;
  background-size: contain;
}
.appeal-good {
  background: url(./images/good-web@2x.png) no-repeat;
  background-size: contain;
}
.appeal-tabs--title {
  margin: 0 auto;
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}
.appeal-tabs--submit {
  margin: 0 auto;
  width:300px;
  height:40px;
  line-height: 40px;
  text-align: center;
  background:rgba(199,23,29,1);
  border-radius:20px;
  margin-top: 30px;
  color: #fff;
  cursor: pointer;
}
/****************************************************************** 申诉 end ******************************************************************************************/

.field__rules {
  line-height: normal;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}

.field__rules .field__rules_item {
  position: relative;
  width: 50%;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
}

.field__rules .field__rules_item::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: darkgray;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  margin-top: -5px;
}
.field__rules .pass::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #2b93d9;
  border-radius: 50%;
  top: 50%;
  left: -15px;
  margin-top: -5px;
}
.field__rules .pass {
  background-color: #2b93d9;
}