body {
  position: relative;
}
.row {
  position: relative;
}
.page-content canvas, .qqBottomShareQrcode canvas {
  display: block;
}
.leftSticky {
  width: 104px;
  height: 400px;
  position: fixed;
  top: 140px;
  left: 5px;
  text-align: center;
}
.leftSticky h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
}
.leftSticky h5::before, .leftSticky h5::after {
  content: '';
  flex-basis: 5px;
  border-bottom: 0.5px solid #aaa;
  margin: auto;
}
.leftSticky p {
  font-size: 12px;
  color: #999;
}
.leftSticky p:nth-child(4) {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  color: #333;
}
.leftSticky p:nth-child(4)::before, .leftSticky p:nth-child(4)::after {
  content: '';
  flex-basis: 30px;
  border-bottom: 0.5px solid #aaa;
  margin: auto;
}
.shareIcons {
  width: 36px;
  height: 170px;
  margin: 0 auto;
}
.shareIcons>div {
  position: relative;
}
.shareIcons>div:nth-child(3), .shareIcons>div:nth-child(4) {
  cursor: pointer;
}
.shareIcons img {
  width: 100%;
  margin-bottom: 10px;
}
.wechatShareQrcode, .qqShareQrcode {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -30px;
  right: -120px;
  display: none;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}
.wechatShareQrcode canvas, .qqShareQrcode canvas, .qqBottomShareQrcode canvas {
  width: 86px;
}
.qqBottomShareQrcode {
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 6px;
  border: 1px solid rgb(204, 204, 204);
}

.customerRegister {
  width: 100%;
  height: 120px;
  background: linear-gradient(270deg, #3A56E6 0%, #657EFF 100%);
  position: fixed;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  visibility: hidden;
}
.customerRegisterWrap, .customerRegisterSuccessWrap {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.customerRegisterWrapTop {
  width: 100%;
  height: 35px;
  display: flex;
  position: relative;
  top: 15px;
}
.customerRegisterTitle {
  width: 58%;
  font-size: 21px;
  position: relative;
  text-indent: 50px;
}
.customerRegisterTitle::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 42px;
  background-image: url('../img/foreign/notification_ic.png');
  background-size: 36px 42px;
  position: absolute;
  top: -10px;
  left: 0;
}
.customerRegisterTitle span {
  font-size: 14px;
  margin-left: 10px;
  opacity: 0.8;
}
.customerRegisterTitle b {
  margin-left: 5px;
}
.keywordExample {
  width: 40%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
}
.keywordExample span {
  padding: 2px 10px;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  margin-right: 5px;
  white-space: nowrap;
  line-height: 20px;
}
.keywordWrap {
  height: 100%;
  position: relative;
  display: flex;
}
.customerRegisterContent {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.customerRegisterContent>div {
  float: left;
  margin-right: 25px;
}
.customerRegisterContent input {
  width: 193px;
  height: 38px;
  border: none;
  outline: none;
  border-radius: 5px;
  text-indent: 1em;
  color: #666;
}
.vcodeWrap {
  display: flex;
  line-height: 38px;
}
.vcodeWrap input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vcode {
  width: 108px;
  height: 38px;
  background: #eceffd;
  border-radius: 0px 5px 5px 0px;
  border: none;
  outline: none;
  color: #4964EF;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
}
.countdownWrap {
  width: 108px;
  height: 38px;
  background: #eceffd;
  border-radius: 0px 5px 5px 0px;
  border: none;
  outline: none;
  color: #4964EF;
  background-clip: padding-box;
  font-size: 14px;
  box-sizing: border-box;
  text-align: center;
  line-height: 38px;
  display: none;
}
.startRecommendBtn {
  width: 285px;
  height: 48px;
  background: linear-gradient(360deg, #FFC209 0%, #FFE193 100%);
  border-radius: 10px;
  border: 4px solid rgba(252, 206, 76, 0.3);
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #333;
  margin-top: -4px;
  background-clip: padding-box;
}
.redFont::-webkit-input-placeholder {
  color: rgb(255, 0, 0);
}
.texture1 {
  width: 267px;
  position: absolute;
  bottom: 0;
  left: 0; 
}
.texture2 {
  width: 180px;
  position: absolute;
  top: 0;
  right: 0;
}

.customerRegisterSuccessWrap {
  display: none;
  max-width: 1000px;
  display: flex;
}
.customerRegisterSuccessWrap h2 {
  color: #fff;
  font-size: 26px;
}
.customerRegisterSuccessWrap p {
  font-size: 20px;
}
.customerRegisterSuccessWrap button {
  margin: 30px 0 0 70px;
  height: 62px;
}
.rsIcon {
  width: 54px;
  height: 54px;
  margin: 25px 30px 0 0;
}

.entrance_close_btn {
  bottom: 130px;
}
@keyframes bounceInRight2 {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  .leftSticky, .customerRegister {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 1280px) {
  .row {
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
  }
  .texture1, .texture2 {
    display: none;
  }
}
@media (min-width: 1470px) {
  .leftSticky {
    left: 30px;
  }
}
@media (min-width: 1900px) {
  .leftSticky {
    left: 6vw;
  }
}