:root{
  --windowWidth: 1920;
}
.global-body .guide_title{
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: calc((22 / var(--windowWidth)) * 100vw);
  color: #364C7B;
  line-height: calc((26 / var(--windowWidth)) * 100vw);
  letter-spacing: calc((2 / var(--windowWidth)) * 100vw);
  margin-top: calc((20 / var(--windowWidth)) * 100vw);
  font-style: normal;
  text-transform: none;
}

.global-body .guide_list{
  width: 100%;
  display: flex;
  justify-content: space-between;
  /*margin-top: calc((21 / var(--windowWidth)) * 100vw);*/
  margin-bottom: 50px;
}

.global-body .guide_list .left_content{
  width: calc((812 / var(--windowWidth)) * 100vw);
}

.global-body .guide_list .left_content .list_title{
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: calc((20 / var(--windowWidth)) * 100vw);
  color: #333333;
  line-height: calc((23 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  margin-top: calc((20 / var(--windowWidth)) * 100vw);
  margin-bottom: calc((10 / var(--windowWidth)) * 100vw);
  font-style: normal;
  text-transform: none;
}

.global-body .guide_list .left_content .list_title .img{
  width: 14px;
  height: 10px;
  margin-right: 6px
}

.global-body .guide_list .left_content .list_div_left{
  width: 1%;
  background: #EFF4FF;
  border-radius: 10px 0px 0px 10px;
}

.global-body .guide_list .left_content .list_div_right{
  width: 99%;
}

.global-body .guide_list .left_content .list_div{
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 5px 31px;
  border-radius: 0px 10px 10px 0px
}

.global-body .guide_list .left_content .list_content{
  width: 100%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #4C4C4C;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  margin-bottom: calc((15 / var(--windowWidth)) * 100vw);
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}

.global-body .guide_list .left_content .list_content .img{
  width: calc((14 / var(--windowWidth)) * 100vw);
  height: calc((14 / var(--windowWidth)) * 100vw);
  margin-right: calc((6 / var(--windowWidth)) * 100vw);
}

.global-body .guide_list .right_content{
  width: calc((540 / var(--windowWidth)) * 100vw);
}

.global-body .guide_list .right_content .div_total{
  width: 100%;
  margin-bottom: 20px;
}

.global-body .guide_list .right_content .div_top{
  width: 100%;
  height: 15px;
  background: linear-gradient( 90deg, #EFF4FF 0%, rgba(239,244,255,0.3) 100%);
  border-radius: 10px 10px 0px 0px;
}

.global-body .guide_list .right_content .div_middle{
  width: 100%;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px
}

.global-body .guide_list .right_content .div_middle .middle{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: calc((12 / var(--windowWidth)) * 100vw) calc((30 / var(--windowWidth)) * 100vw) calc((20 / var(--windowWidth)) * 100vw) calc((30 / var(--windowWidth)) * 100vw);
}

.global-body .guide_list .right_content .div_middle .middle .title{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: calc((20 / var(--windowWidth)) * 100vw);
  color: #4C4C4C;
  line-height: calc((23 / var(--windowWidth)) * 100vw);
  letter-spacing: calc((2 / var(--windowWidth)) * 100vw);
  font-style: normal;
  text-transform: none;
}
.global-body .guide_list .right_content .div_middle .middle .more{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #364C7B;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  font-style: normal;
  text-transform: none;
  cursor: pointer;
}
.global-body .guide_list .right_content .div_middle .content{
  width: 100%;
  padding: 0 calc((30 / var(--windowWidth)) * 100vw) 1px calc((30 / var(--windowWidth)) * 100vw)
}

.global-body .guide_list .right_content .div_middle .content .main_link .select {
  width: calc((16 / var(--windowWidth)) * 100vw);
  height: calc((16 / var(--windowWidth)) * 100vw);
  float: left;
  margin-right: calc((10 / var(--windowWidth)) * 100vw);
  background-size:cover;
  background-image: url('https://cdn.ukqu.com/upload/240428854243972413.png')
}

.global-body .guide_list .right_content .div_middle .content .main_link:hover .select {
  background-image: url('https://cdn.ukqu.com/upload/240715281192631961.png') !important;
}

.global-body .guide_list .right_content .div_middle .content .main_link .title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: calc((18 / var(--windowWidth)) * 100vw);
  color: #4C4C4C;
  line-height: calc((21 / var(--windowWidth)) * 100vw);
  letter-spacing: 1px;
  font-style: normal;
  text-transform: none;
  margin-bottom: calc((15 / var(--windowWidth)) * 100vw);;
}

.global-body .guide_list .right_content .div_middle .content .main_link:hover .title {
  color: #B11E26 !important;
}
.global-links-container{
  display: none !important;
}

.global-body .guide-main{
  width: calc((1400 / var(--windowWidth)) * 100vw);
}