.intercept {
  background: #fff;
  width: 100vw;
  height: 100vh;
}
.intercept > .fl {
  float: left;
  width: 50%;
  height: 100%;
  background: url(../assets/img/intercept.4de8372c.png) no-repeat;
  background-size: 100% 100%;
}
.intercept > .fr {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.intercept > .fr > div {
  width: 320px;
  height: 216px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-align: center;
}
.intercept > .fr > div > h4 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
}
.intercept > .fr > div > p {
  color: #666;
  font-size: 16px;
  margin-bottom: 92px;
}
.intercept > .fr > div .el-button {
  padding: 0;
  width: 280px;
  height: 44px;
  background: #F96868;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(255, 22, 22, 0.24);
          box-shadow: 0px 4px 8px 0px rgba(255, 22, 22, 0.24);
  border-radius: 4px;
  border: 0;
}
.intercept > .fr > div .el-button > span {
  color: #fff;
  font-size: 16px;
}
.YSF-CUSTOM-ENTRY {
  opacity: 0 !important;
}

