.con_bg {
  width: 1308px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/bj_bj.png) repeat-y;
  padding-bottom: 50px;
}
.con_bg .con {
  height: auto;
  overflow: hidden;
  padding: 40px 65px 0 65px;
}
.con_bg .con .register {
  width: 100%;
  height: auto;
}
.con_bg .con .register .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .con .register .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.con_bg .con .register .p {
  margin: 0;
  margin-bottom: 10px;
}
.con_bg .con .register .p .c {
  display: inline;
  font-weight: bold;
  color: #000;
}
.con_bg .con .register p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.con_bg .con .register p i {
  color: #4C33E5;
  font-weight: bold;
}
.con_bg .con .register .threetime {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #000;
  margin-bottom: 20px;
}
.con_bg .con .register .threetime .list {
  outline: 2px solid #000;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
}
.con_bg .con .register .threetime .list .day {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}
.con_bg .con .register .threetime .list .time {
  font-size: 16px;
}
.con_bg .con .register .threetime .list:nth-child(2) {
  outline: none;
}
.con_bg .con .register .buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.con_bg .con .register .buy .list {
  border: 0;
  border-radius: 0;
  font-family: Proxima Nova Ex Cn;
  font-size: 18px;
  font-weight: 900;
  height: 90px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  background-color: #034EA2;
  color: #fff;
}
.con_bg .con .register .buy .list::before,
.con_bg .con .register .buy .list::after {
  background: rgba(3, 78, 162, 0.3);
  content: "";
  display: block;
  height: 90px;
  left: -24px;
  position: absolute;
  top: 12px;
  transform: skewY(-45deg);
  width: 24px;
}
.con_bg .con .register .buy .list::after {
  height: 24px;
  left: -12px;
  top: 100%;
  transform: skewX(-45deg);
  width: 100%;
}
.con_bg .con .register .two {
  display: flex;
  margin-top: 40px;
}
.con_bg .con .register .two .list {
  width: 50%;
  height: auto;
  padding-right: 20px;
}
.con_bg .con .register .two .list .tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con_bg .con .register .two .list p {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 20px;
}
.con_bg .con .register .tit {
  font-size: 16px;
  font-weight: bold;
}
.con_bg .con .register p {
  font-size: 16px;
  line-height: 26px;
}
