html,
body {
  width: 100%;
  height: 100%;
  min-height: 1080px;
  background: #3468DF;
}

.outer {
  max-width: 1920px;
  height: 1080px;
  background: url(../img/backPC.png) center top no-repeat;
  margin: 0 auto;
  background-size: cover;
}

.outer .guide {
  width: 830px;
  margin: 0 auto;
  position: relative;
}

.outer .guide .logo {
  display: block;
}

.outer .guide .logo img {
  display: block;
  width: 96px;
  height: 43px;
  position: absolute;
  left: 12px;
  top: 36px;
}

.outer .guide .t1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 100px;
}

.outer .guide .t1 span {
  display: block;
  font-size: 32px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  margin-right: 16px;
}

.outer .guide .t1 em {
  display: block;
  height: 40px;
  background: #FFB058;
  border-radius: 20px 20px 20px 4px;
  padding: 0 12px 0 16px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
}

.outer .guide .t2 {
  display: block;
  width: 100%;
  font-size: 44px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  position: absolute;
  top: 156px;
}

.outer .guide .adviser {
  width: 830px;
  height: 659px;
  padding-top: 80px;
  background: #FFFFFF;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 312px;
  transform: translateX(-50%);
}

.outer .guide .head-img {
  display: block;
  width: 113px;
  height: 113px;
  padding: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -56px;
  transform: translateX(-50%);
}

.outer .guide .adv-name {
  display: block;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 48px;
}

.outer .guide .readme {
  width: 702px;
  height: 160px;
  margin: 20px auto 0;
  padding-top: 16px;
  position: relative;
}

.outer .guide .readme i {
  display: block;
  width: 0px;
  height: 0px;
  border: 16px solid transparent;
  border-bottom: 16px solid #FFF7EE;
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
}

.outer .guide .readme p {
  width: 100%;
  height: 144px;
  padding: 28px 32px;
  overflow-y: auto;
  background: #FFF7EE;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 44px;
}

.outer .guide .qr-code {
  margin: 40px auto 16px;
  width: 230px;
  height: 230px;
}

.outer .guide .qr-code img {
  display: block;
  width: 230px;
  height: 230px;
}

.outer .guide .tips {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 33px;
}
