body{
  min-width: 1540px;
}
.promotion {
  background: url("/assets/images/promotion/bg2.png") no-repeat center;
  background-size: cover;
}
.promotion .worp {
  width: 1540px;
  height: 1016px;
  padding: 134px 0 0;
  margin: 0 auto;
  clear: both;
}

.promotion .worp .p_left {
  position: absolute;
  top: 70px;
}
.promotion .worp .p_left img{
  width: 766px;
  height: 893px;
}
.promotion .worp .p_right {
  float: right;
  width: 858px;
  text-align: center;
}

.promotion .worp .p_right .p_code {
  width: 402px;
  height: 402px;
  margin: 47px auto 28px;
  border: 16px solid #FFFFFF;
}
.promotion .worp .p_right .p_code img {
  width: 100%;
  height: auto;
}
.promotion .worp .p_right .p_text {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 1px;
}
.promotion .worp .p_right .p_btn button {
  width: 414px;
  height: 110px;
  margin: 80px 0 0;
  background: linear-gradient(to right,#39A4FD,#3E57FD);
  border-radius: 10px;
  border: none;
}

.promotion .worp .p_right .p_btn .pb_left {
  margin-right: 20px;
}

.promotion .worp .p_right .p_btn button a {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  line-height: 45px;
  text-decoration: none;
}
.promotion .worp .p_right .p_btn button a span {
    margin:0 5px;
}
