/* 遮罩层1 */
.index_mask1 {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3000;
}

.popLayer {
  width: 697px;
  height: 520px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -260px;
  margin-left: -348.5px;
  background: #fff;
  border-radius: 10px;
}

.popLayer_tit {
  width: 100%;
  height: 60px;
  background: #f1f1f1;
  line-height: 60px;
  padding-left: 20px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
}

.popLayer_text1 {
  width: 100%;
  margin-top: 45px;
  padding: 0 76px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.popLayer_text1 a {
  color: #f44220;
  cursor: pointer;
}

.popLayer_text2 {
  width: 100%;
  padding: 0 76px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  margin-top: 28px;
}
.popLayer_text3 {
  width: 100%;
  padding: 0 76px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  margin-top: 10px;
}

.popLayer_btns {
  width: 425px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
}

.popLayer_disagree {
  width: 184px;
  height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
}

.popLayer_agree {
  width: 184px;
  height: 40px;
  background: #f44220;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* 遮罩层2 */
.index_mask2 {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3000;
}

.disagree_pop {
  width: 530px;
  background: #fff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -265px;
  margin-top: -117px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.disagree_pop-tit {
  text-align: center;
}

.disagree_pop-tit img {
  display: inlien-block;
  vertical-align: middle;
}

.disagree_pop-tit span {
  display: inlien-block;
  vertical-align: middle;
  color: #333333;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: bold;
}

.disagree_pop-add {
  width: 100%;
  margin-top: 10px;
  padding-left: 117px;
  font-size: 16px;
  color: #999999;
}

.disagree_pop-btns {
  width: 425px;
  margin: 52px auto 0;
  display: flex;
  justify-content: space-between;
}

.disagree_pop-btn1 {
  width: 184px;
  height: 40px;
  border: 1px solid #eee;
  color: #999999;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.disagree_pop-btn2 {
  width: 184px;
  height: 40px;
  background: #f44220;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
