.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0,0.5);
}
.modal-box{
  width: 872px;
  height: 550px;
  margin: auto;
  margin-top: 50px;
}
.box-title{
  background: url(/assets/images/box-title-bg.png) no-repeat;
  background-size: 872px 86px;
  height: 86px;
  font-size: 28px;
  font-weight: 600;
  color: #0C97FE;
  line-height: 86px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
.box-title img{
  width: 19px;
  height: 19px;
  float: right;
  margin-top: 34px;
  margin-right: 40px;
  cursor:pointer
}
.box-main{
  height: 464px;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.box-main-top{
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
}
.box-main-title{
  width: 710px;
  height: 85px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.box-main-erweima-text{
  width: 710px;
  font-size: 18px;
  font-weight: 400;
  color: #09ABFD;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  vertical-align:top;
}
.box-main-erweima-text img{
  width: 21px;
  height: 21px;
  margin-right: 5px;
  margin-top: -2px;
}
.box-main-erweima{
  width: 184px;
  height: 183px;
  margin-top: 24px;
}
.box-main-erweima-box{
  text-align: center;
}
.box-main-tishi{
  position: absolute;
  right: 30px;
  bottom: 35px;
  vertical-align:middle;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  cursor:pointer
}
.box-main-tishi img{
  width: 18px;
  height: 18px;
  vertical-align: top;
  margin-top: 2px;
}
._kepuyuaned{
display: none;
}