/* 情景2、3提示框 */
.dialog-130 {
  width: 130px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.dialog-btns-group{
  display: flex;
  justify-content: center;
}
.dialog-font-bold {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 18px;
}
.dialog-font-tip{
  font-size: 16px;
  font-weight: 400;
  color: #959595;
  line-height: 26px;
}
.dialog-font-bolder-center{
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  text-align: center;
}
.dialog-font-bolder-center-remove {
  font-size: 18px;
  font-weight: 500;
  color: #444444;
  text-align: center;
}
.dialog-success-img{
  vertical-align: middle;
  width: 45px;
  height: 45px;
}
.dialog-btns-group{
  display: flex;
  justify-content: center;
}
.dialog-179{
  width: 179px;
  height: 44px;
  line-height: 44px;
}
.dialog-160{
  width: 160px;
  height: 44px;
  line-height: 44px;
}
.dialog-140{
  width: 140px;
  height: 44px;
  line-height: 44px;
}
.dialog-btns-group a{
  display: block;
  box-sizing: border-box;
  border-radius: 7px 7px 7px 7px;
  text-align: center;
  margin-right: 30px;
}
.dialog-btns-group a:nth-last-child(1){
  margin-right: 0;
}
.dialog-btn-plain{
  background-color: #F9FAFB;
  border: 1px solid #DEDEDE;
  font-size: 16px;
  font-weight: 500;
  color: #9E9E9E;
}
.dialog-btn-plain-blue {
  background-color: #648EFF;
  border: 1px solid #648EFF;
  font-size: 16px;
  font-weight: 500;
  color: #648EFF;
}
.dialog-btn-sure{
  background-color: #4C77FF;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.dialog-btn-waring{
  background-color: #FA5151;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.dialog-btn-line{
  background-color: #fff;
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #E3E3E3;
  font-weight: 500;
  color: #5B5B5B;
  font-size: 16px;
}
.dialog-btn-line-blue{
  background-color: #fff;
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #648EFF;
  font-weight: 500;
  color: #648EFF;
  font-size: 16px;
}
.dialog-btn-line-blue-transparent {
  background-color: transparent;
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #648EFF;
  font-weight: 500;
  color: #648EFF;
  font-size: 16px;
}
.dialog-54{
  display: inline-block;
  font-size: 14px;
  width: 54px;
  height: 22px;
  text-align: center;
}


/* 单选 */
.itemWrap .item input[type="radio"]{

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  padding: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #B8B8B8;
}
.itemWrap .item input[type="radio"]:checked{
  border: none;
  background-image: url('../images/common/radio_bg_checked.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.itemWrap .item .radio{
  margin-top: 16px;
}
.itemWrap .item .radio .radio-item {
  margin-right: 20px;
}
.itemWrap .item .radio .create-radio-label {
  font-size: 16px;
  font-weight: 400;
  color: #3E3E3E;
  line-height: 24px;
}
.itemWrap .item .radio .radio-item:nth-last-child(1){
  margin-right: 0;
}
.itemWrap .item .step {
  font-size: 18px;
  font-weight: 500;
  color: #3E3E3E;
  line-height: 24px;
}
.itemWrap .item .step-download{
  color: #1D67E7;
  float: right;
  font-size: 14px;
}
.itemWrap .item .step-download img{
  vertical-align: middle;
  margin-top: -2px;
}
.itemWrap .item  .upload {
  margin-top: 18px;
}
.itemWrap .item .step-tips {
  font-size: 14px;
  font-weight: 400;
  color: #B0B0B0;
  line-height: 24px;
  margin-top: 4px;
  padding-left: 62px;
  box-sizing: border-box;
}
.itemWrap .item .step-upload {
  display: inline-block;
  box-sizing: border-box;
  width: 131px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #3662EC;
  font-size: 16px;
  font-weight: 400;
  color: #3662EC;
  text-align: center;
}
.itemWrap .item .step-upload img{
  vertical-align: middle;
  margin-top: -5px;
}
/* 批量添加用户 */
.upload-box{
  display: block;
  height: 225px;
  background: #F6F6F9;
  border-radius: 4px 4px 4px 4px;
  border: 1px dotted #E3E3E3;
  margin-top: 15px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 55px;
}
.upload-box-img{
  width: 50px;
  height: 40px;
  margin-bottom: 18px;
}
.upload-box-text1{
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 6px;
}
.upload-box-text2{
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
}
.upload-box-text3{
  color: #3662EC;
}




/* 购买管理员账号弹窗 */
.buy-warp{
  width: 1000px;
  height: 533px;
  box-sizing: border-box;
  padding: 52px 62px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  background-image: url('../images/all/dialog_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}
.dialog-title-l{
  text-align: left;
  font-weight: bold;
}
.dialog-tips{
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  line-height: 26px;
  word-break: break-all;
}
.buy-vip-main{
  padding-top: 16px;
}
.buy-vip-item {
  width: 568px;
  height: 73px;
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 16px;
  box-sizing: border-box;
  padding: 0 36px 0 33px;
}
.buy-vip-text{
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  line-height: 26px;
}
.buy-vip-text img{
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 27px;
}
.buy-vip-go{
  display: block;
  width: 21px;
  height: 21px;
  background-image: url('../images/all/icon_round_r.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* 创建管理员弹窗相关 */
.account-warp{
  width: 930px;
  height: 660px;
  background-color: #FFFFFF;
  border-radius: 15px 15px 15px 15px;
  position: relative;
  box-sizing: border-box;
  padding: 53px 46px;
}
.account-step{
  text-align: center;
}
.dialog-331{
  width: 331px;
  height: 44px;
  line-height: 44px;
  background: #3662EC;
  border-radius: 7px 7px 7px 7px;
}
.account-form{
  margin-top: 25px;
  box-sizing: border-box;
  padding-right: 160px;
}
.account-form .itemWrap{
  text-align: center;
}
.account-form .itemWrap .item input[type="text"],
.account-form .itemWrap .item input[type="password"]{
  width: 331px;
  height: 46px;
}
.account-form .itemWrap .item .text {
  width: 160px;
}
.account-form .itemWrap .error {
  left: 258px;
}
.account-form .itemWrap .item input.input-code {
  width: 212px;
}
.account-form .itemWrap .item input.input-iphone {
  box-sizing: border-box;
  padding-left: 65px;
  background-image: url('../images/all/icon_iphone_86.png');
  background-repeat: no-repeat;
  background-size: 55px 47px;
  background-position: left;
}
.input-code-btn{
  display: inline-block;
  width: 108px;
  height: 46px;
  line-height: 46px;
  background-color: #6A8EFF;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  box-sizing: border-box;
  margin-left: 8px;
}
.dialog-check-box{
  margin-top: 45px;
  text-align: center;
  box-sizing: border-box;
}
.dialog-agree-checkbox{
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: 2px;
}
.dialog-agree-link {
  font-size: 13px;
  font-weight: 400;
  color: #525252;
  line-height: 17px;
  vertical-align: middle;
}
.dialog-agree-link a{
  color: #3662EC;
}

/* 登录弹窗相关 */
.form-warp-login {
  width: 600px;
  height: 404px;
  box-sizing: border-box;
  padding: 52px 62px;
  border-radius: 14px;
}

.form-warp-login .account-form {
  padding-right: 0;
  margin-top: 50px;
  margin-bottom: 40px;
}
.form-warp-login .account-form .itemWrap .item .text{
  width: 100px;
}
.form-warp-login .account-form .itemWrap .error {
  left: 129px;
}
.dialog-226 {
  width: 226px;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
}

.form-warp-login-a{
  padding: 40px 50px;
}
.form-warp-login-a .account-form{
  margin-top: 0;
}
.form-warp-login-a .dialog-title-l{
  font-size: 18px;
}
.form-warp-login-a .dialog-infos-l{
  font-size: 16px;
  color: #7C7C7C;
  line-height: 27px;
  margin-top: 13px;
}
.form-warp-login-a .account-form .itemWrap .error {
  left: 140px;
}

.form-warp-login-s{
  height: 466px;
  padding: 40px 50px;
}
.form-warp-login-s .dialog-main{
  margin: 0px;
}
.form-warp-login-s .buy-success{
  text-align: center;
}
.form-warp-login-s .buy-success h3{
  font-size: 28px;
  color: #444444;
  margin-top: 20px;
}
.form-warp-login-s .buy-success p{
  font-size: 18px;
  color: #444444;
  margin: 10px 0px;
}
.form-warp-login-s .buy-success .buy-suc-tip{
  font-size: 24px;
  color: #444444;
}
.form-warp-login-s .buy-suc-btn{
  margin-top: 40px;
}
.form-warp-login-s .buy-suc-btn .dialog-btn-sure{
  width: 226px;
  height: 44px;
  line-height: 44px;
  background: #584299;
  border-radius: 7px 7px 7px 7px;
  display: inline-block;
}
.form-warp-login-s .buy-suc-invoice .dialog-btn-invoice{
  display: inline-block;
  font-size: 14px;
  color: #1891FF;
  margin-top: 15px;
}
/* 购买会员提示弹窗 */
.buy-tips-warp{
  width: 533px;
  background-color: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 26px 45px;
  box-sizing: border-box;
}
.buy-tips-warp .dialog-main{
  margin: 20px 0;
  box-sizing: border-box;
}
.dialog-font-18{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin-bottom: 19px;
}

.dialog-font-18 .font-color {
  color: #1D5AFF;
}
.dialog-font-tip-14{
  font-size: 14px;
  font-weight: 400;
  color: #4C4C4C;
  line-height: 28px;
}
.dialog-175{
  width: 175px;
  height: 36px;
  line-height: 34px;
  background: #FFFFFF;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
}
.dialog-btn-bg-buy{
  width: 175px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  box-sizing: border-box;
  background-color: #648EFF;
}
.dialog-other{
  padding-top: 23px;
}
.dialog-other-change{
  font-size: 14px;
  font-weight: 400;
  color: #648EFF;
  line-height: 28px;
}
.dialog-other-change img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-top: -2px;
}
/* 修改团队名称 */
.edit-team-warp{
  width: 617px;
  height: 284px;
  border-radius: 14px 14px 14px 14px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 9px 0px rgba(202, 202, 202, 0.3);
  padding:  45px;
}
.edit-from input{
  width: 512px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  padding: 0 16px;
}
.edit-from input::placeholder{
  font-size: 15px;
  font-weight: 400;
  color: #CDCDCD;
}
/* 完善机构信息 */
.tips-perfect-warp{
  width: 386px;
  height: 208px;
  box-sizing: border-box;
  padding: 30px 46px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
}
.dialog-font-16{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  text-align: center;
}
.dialog-146{
  width: 146px;
  height: 40px;
  line-height: 40px;
  background: #3662EC;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 7px 7px 7px 7px;
  text-align: center;
}
/* 试用提示框 */
.experience-warp{
  width: 515px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 19px;
  position: relative;
  background-image: url('../images/all/dialog_sy_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.experience-warp .dialog-main {
  margin: 16px 0;
}
.dialog-title-sm{
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.dialog-title-sm-tip{
  display: inline-block;
  width: 85px;
  height: 22px;
  line-height: 22px;
  background-image: url('../images/all/exper_title_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 13px;
  font-weight: 400;
  color: #761B02;
  text-align: center;
}
.experience-main {
  margin: 0 auto;
  width: 475px;
  height: 172px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.experience-warp .dialog-close-white {
  right: -14px;
}
.exper-item{
  width: 104px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 7px 7px 7px 7px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.exper-item img{
  margin-bottom: 11px;
  width: 54px;
  height: 54px;
}
.exper-item p{
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 18px;
  text-align: center;
}
.dialog-btn-plain-round-blue{
  width: 162px;
  height: 40px;
  line-height: 40px;
  background-color: #3662EC;
  border-radius: 116px 116px 116px 116px !important;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF
}


/* 身份验证 */
.identity-warp{
  width: 515px;
  height: 279px;
  background-color: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  box-sizing: border-box;
  padding: 30px;
}
.code-tips-text{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
  margin-bottom: 21px;
}
.suffix-code{
  position: relative;
  width: 445px;
}
.itemWrap .suffix-code input[type="text"] {
  width: 445px;
  padding-right: 84px;
}
.getcode{
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #3662EC;
  line-height: 24px;
}
.dialog-150{
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #4968FF;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.btn-primary-disabled{
  background-color: #F0F2F5;
  color: #A8A8A8;
  pointer-events: none;
}

/* 修改机构基础信息 */
.edit-organ-warp{
  width: 605px;
  background-color: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  box-sizing: border-box;
  padding: 30px;
}
.edit-organ-warp .dialog-title{
  font-size: 18px;
}
.edit-organ-warp .dialog-close {
  right: -19px;
}
.edit-organ-warp .itemWrap .item .text {
  width: 120px;
}
.phone-code{
  position: relative;
}
.edit-organ-warp .itemWrap .phone-code input[type="text"] {
  padding-right: 80px;
}
.get-code {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #3662EC;
  cursor: pointer;
}
.edit-organ-warp .icon-select{
  right: 45px;
}
.edit-organ-warp .select-list {
  width: 385px;
  left: 124px;
}

/* 新的购买成功弹窗样式 */
.new-buy-success{
  width: 587px;
  height: 455px;
  box-sizing: border-box;
  padding: 32px;
  background-image: url('../images/all/buy_success_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px 10px 10px 10px;
}
.new-buy-title{
  font-weight: 500;
  font-size: 22px;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}
.new-buy-text{
  color: #584299;
}
.new-buy-box{
  width: 472px;
  height: 213px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.22) 100%);
  box-shadow: 0px 5px 25px 0px rgba(110, 127, 180, 0.21);
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 19px 41px;
}
.new-buy-text1{
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.new-buy-item{
  display: flex;
  align-items: center;
}
.new-buy-item+.new-buy-item{
  margin-top: 19px;
}
.new-buy-img{
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.new-buy-text2{
  font-weight: 500;
  font-size: 14px;
  color: #333333;
}
.dialog-139 {
  width: 139px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}

/* 批量生成激活码 */
.form-warp-activation{
  width: 636px;
  box-sizing: border-box;
  padding: 30px 32px 30px 44px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
}
.dialog-title-tips{
  font-weight: 400;
  font-size: 14px;
  color: #7C7C7C;
  line-height: 14px;
  text-align: center;
  margin-top: 14px;
}
.activation-text{
  display: flex;
  font-weight: 400;
  font-size: 14px;
  color: #7C7C7C;
  line-height: 27px;
  text-align: left;
}
.activation-form{
  margin-top: 15px;
  padding-left: 12px;
}
.acti-item+.acti-item{
  margin-top: 20px;
}
.acti-item .acti-item-title{
  font-weight: 400;
  font-size: 16px;
  color: #3E3E3E;
  line-height: 24px;
  margin-bottom: 10px;
}
.acti-item .acti-item-tips {
  font-weight: 400;
  font-size: 12px;
  color: #888888;
  line-height: 12px;
  margin-top: 10px;
}
.activation-form .acti-item input[type="text"] {
  outline: none;
  width: 497px;
  height: 45px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 400;
  color: #3E3E3E;
}
.activation-form .acti-item input[type="text"]:focus {
  border: 1px solid #3662EC;
  /* 边框颜色 */
  outline: none;
}
.activation-box{
  margin-top: 36px;
  padding-left: 12px;
}
.activation-box-text{
  font-weight: 400;
  font-size: 16px;
  color: #3E3E3E;
  line-height: 24px;
}
.activation-box-text .text{
  margin-right: 13px;
}
.activation-box-code{
  margin-top: 10px;
  width: 497px;
  height: 96px;
  background: #F6F6F9;
  border-radius: 5px 5px 5px 5px;
  word-break: break-all;
  box-sizing: border-box;
  padding: 11px 15px 13px;
  overflow-y: auto;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}
/* 查看绑定码 */
.form-warp-bindingcode{
  width: 620px;
  box-sizing: border-box;
  padding: 30px 30px 30px 25px;
  border-radius: 15px 15px 15px 15px;
  position: relative;
}
.form-warp-bindingcode .activation-text{
  margin-left: 30px;
}
/* XXX的绑定码 */
.binding-form{
  display: flex;
}
.binding-c-box{
  width: 120px;
  height: 120px;
  overflow: hidden;
}
.binding-c-box img{
  width: 120px;
  height: 120px;
}
.binding-c-main{
  flex: 1;
  margin-left: 15px;
}
.binding-c-name {
  font-size: 16px;
  color: #444444;
  line-height: 25px;
  margin-bottom: 11px;
  word-break: break-all;
}
.binding-c-text{
  font-weight: 400;
  font-size: 14px;
  color: #7C7C7C;
  line-height: 27px;
}
.binding-c-radio{
  display: flex;
  align-items: center;
}
.binding-c-radio .radio-item{
  display: block;
  padding: 0;
  box-sizing: border-box;
  border: none;
  height: auto;
  line-height: 28px;
  margin-right: 9px;
}
.binding-c-radio .radio-item:nth-last-child(1){
  margin-right: 0;
}
.binding-c-radio .radio-item-active {
  background-color: transparent;
}
/* 单选 */
.binding-c-radio .radio-item input[type="radio"] {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 0;
  padding: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #B8B8B8;
}

.binding-c-radio .radio-item  input[type="radio"]:checked {
  border: none;
  background-image: url('../images/common/icon_radio_t.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.binding-c-radio .create-radio-label {
  font-weight: 400;
  font-size: 12px;
  color: #7C7C7C;
}
.bing-c-input{
  margin-top: 10px;
}
.bing-c-input  input[type="text"] {
  outline: none;
  width: 200px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  color: #3E3E3E;
}
/* 登录弹窗 */
.login-warp{
  width: 411px;
  height: 208px;
  box-sizing: border-box;
  border-radius: 14px 14px 14px 14px;
  padding: 5px 24px 17px;
}
.login-warp-text{
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.login-warp-text a{
  color: #3662EC;
}