

.p_tabName  .js_nameItem {
    cursor: pointer;
}


.page-pass * {
  box-sizing: border-box;
}
.modal-btn:focus {
    outline: none;
}


.modal-fill {
  /* display: none; */
}

.modal-pass {
  position: fixed;
  z-index: 100;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  width: 654px;
  /* height: 412px; */
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #dfdfdf;
  
}

.modal-pass.hidden {
  display: none;
}


.modal-title {
  width: 652px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 4px 4px 0px 0px;
  font-size: 24px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.modal-close {
  position: absolute;
  right: 12px;
  top: 12px;
}

.modal-close img {
  width: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.modal-close img:hover {
  opacity: 0.8;
}

.modal-body {
  padding: 50px 45px;
}

.modal-pass-input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #d2d2d2;
  outline: none;
}

.modal-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.modal-btn {
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.modal-btn:hover {
  opacity: 0.8;
}

.btn-confirm {
  width: 199px;
  height: 53px;
  background: #f21c1c;
  border-radius: 4px 4px 4px 4px;
}
.btn-cancel {
  margin-left: 40px;
  width: 199px;
  height: 53px;
  background: #bbbbbb;
  border-radius: 4px 4px 4px 4px;
}

.modal-footer {
  border-top: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}

.tip-left {
}
.tip-left-1 {
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #f21c1c;
}
.tip-left-2 {
  margin-top: 10px;
  font-size: 16px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.tip-right {
  font-size: 30px;
  font-family: Impact-Regular, Impact;
  font-weight: 400;
  color: #f21c1c;
}

/* 密码提示 */
.modal-tip {
  padding: 45px;
  display: none;
}

.modal-tip-img {
  display: block;
  margin: 0 auto;
}

.modal-tip-1 {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 32px;
}

@media only screen and (max-width: 768px)
{
	.modal-pass {
    position: fixed;
    z-index: 100;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    width: 95%;
    height: auto;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.16);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #dfdfdf;
}

.modal-title {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 4px 4px 0px 0px;
    font-size: 22px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.modal-body {
    padding: 30px 20px;
}
.btn-confirm {
    width: 200px;
    height: 45px;
    background: #f21c1c;
    border-radius: 4px 4px 4px 4px;
}
.btn-cancel {
    margin-left: 40px;
    width: 200px;
    height: 45px;
    background: #bbbbbb;
    border-radius: 4px 4px 4px 4px;
}
	.modal-footer {
    border-top: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

}
