* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.guide-page {
  min-width: 1200px;
}

.guide-header {
  position: relative;
}

.guide-header .banner-img {
  width: 100%;
}

.guide-logo {
  background: linear-gradient(57.31deg, rgba(156, 203, 255, 0.9) 0%, rgba(255, 255, 255, 0.45) 99.56%);
  backdrop-filter: blur(10px);
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guide-logo .text-img {
  width: 111px;
}

.guide-logo .logo {
  height: 68px;
  margin: 0 44px;
}

.guide-content-wrap {
  background: url(./images/bg.png) no-repeat top center / 100%;
  padding-bottom: 124px;
}

.guide-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: -46px;
  display: flex;
}

.guide-nav {
  width: 188px;
  margin-right: 40px;
  padding-top: 60px;
}

.guide-nav-wrap{
  position: sticky;
  top: 0;
}

.guide-main {
  width: 0;
  flex: 1;
  background: #FFFFFF;
}

.guide-nav-wrap .nav-title {
  padding: 16px;
  background: #004FA7 url(./images/nav_bg.png) no-repeat 120% center / auto;
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: column;
}

.guide-nav-wrap .nav-title .title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 2px;
}

.guide-nav-wrap .nav-title .en-title {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 18px;
}

.guide-nav-wrap .nav-link {
  background: #FAFAFA;
  min-height: 224px;
  padding: 28px 20px;
  border-radius: 0 0 4px 4px;
}

.guide-nav-wrap .nav-link .nav-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #595959;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.guide-nav-wrap .nav-link .nav-item:last-of-type {
  margin-bottom: 0;
}

.guide-nav-wrap .nav-link .nav-item::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: #8C8C8C;
  transform: rotate(45deg);
}

.guide-nav-wrap .nav-link .nav-item.active {
  color: #004FA7;
  font-weight: 700;
}

.guide-nav-wrap .nav-link .nav-item.active::before {
  background: #004FA7;
}

.guide-nav-wrap .nav-link .nav-item:hover {
  color: #004FA7;
}

.guide-main-title {
  text-align: center;
  color: #004FA7;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.guide-main-title span {
  padding-bottom: 18px;
  display: inline-block;
  background: url(./images/line.png) no-repeat bottom center / 56px 6px;
}

.guide-main-con {
  margin-top: 37px;
  padding: 7px 30px 0;
}

.qa-item {
  margin-bottom: 40px;
}

.qa-item:last-of-type {
  margin-bottom: 0;
}

.qa-item .ques {
  background: #F1F7FD;
  border-radius: 4px;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #262626;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.qa-item .ques::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url(./images/ques.png) no-repeat center / 100% 100%;
  flex-shrink: 0;
}

.qa-item .answer {
  margin-top: 16px;
  display: flex;
  padding: 0 16px;
  color: #595959;
  font-size: 16px;
  line-height: 24px;
}

.qa-item .answer::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url(./images/answer.png) no-repeat center / 100% 100%;
  flex-shrink: 0;
}

.bold {
  font-weight: 700;
}

.tip1-img {
  margin: 12px 0 18px;
  text-align: center;
}

.tip1-img img {
  width: 436px;
}

.tip1-img-pc-ydtp {
  margin: 12px 0 18px;
  text-align: center;
}

.tip1-img-pc-ydtp img {
  width: 280px;
}

.mt-12 {
  margin-top: 12px;
}

.guide-copyright {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C8C8C;
  font-size: 14px;
  line-height: 22px;
  padding-left: 228px;
  background: rgba(255, 255, 255, 0.5);
}

.guide-login {
  padding: 30px 80px;
  margin: 16px 0 53px;
  text-align: center;
  background: url(./images/top_left.png) no-repeat top left / 60px 60px,
              url(./images/top_right.png) no-repeat top right / 60px 60px,
              url(./images/bottom_left.png) no-repeat bottom left / 60px 60px,
              url(./images/bottom_right.png) no-repeat bottom right / 60px 60px;
  position: relative;
}

.top-line{
  position: absolute;
  top: 0;
  left: 60px;
  width: calc(100% - 120px);
  height: 1px;
  background: rgba(0, 79, 167, 0.4);
}

.bottom-line {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: calc(100% - 120px);
  height: 1px;
  background: rgba(0, 79, 167, 0.4);
}

.left-line {
  position: absolute;
  top: 60px;
  left: 0;
  width: 1px;
  height: calc(100% - 120px);
  background: rgba(0, 79, 167, 0.4);
}

.right-line {
  position: absolute;
  top: 60px;
  right: 0;
  width: 1px;
  height: calc(100% - 120px);
  background: rgba(0, 79, 167, 0.4);
}

.guide-item {
  margin-bottom: 30px;
}

.guide-item:last-of-type {
  margin-bottom: 0;
}

.guide-main{
  display: none;
}
.guide-main.active{
  display: block;
}
.login-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-title-wrap {
  min-width: 282px;
  height: 52px;
  background: rgba(0, 88, 227, 0.05);
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D2129;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 0 30px;
}

.login-title-wrap .order {
  width: 34px;
  height: 34px;
  background: #004FA7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  margin-right: 15px;
}

.login-info {
  margin-top: 15px;
  color: #595959;
  font-size: 16px;
  line-height: 24px;
}

.warn {
  color: #FF9900;
  font-weight: 700;
}

.warn1 {
  color: #595959;
  font-weight: 700;
}

.login-img{
  margin-top: 15px;
}

.login-img img {
  width: 100%;
}

.login-warn{
  margin-top: 16px;
  text-align: left;
  color: #595959;
  font-size: 16px;
  line-height: 26px ;
}

.login-warn-title{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #FF9900;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.login-warn-title img{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.login-info-ways img{
  width: 35px;
  vertical-align: middle;
}

.activity-info{
  align-items: center;
  margin-bottom: 10px;
  text-align: left;
  color: #000000;
  font-size: 16px;
}

.activity-top-intro{
  margin-bottom: 35px;
}

.link-span{
  cursor: pointer;
  /* color: #004FA7; */
  text-decoration: underline;
}