.guide-wrap {
  margin: 0.35rem auto;
}
.guide-wrap .guide-top {
  display: flex;
  justify-content: space-between;
}
.guide-wrap .guide-top .guide {
  width: 3.8rem;
}
.guide-wrap .guide-top .guide .title {
  width: 3.8rem;
  height: 0.44rem;
  background: #E1E4EA;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  position: relative;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.2rem;
  color: #1E2535;
  line-height: 0.44rem;
  text-align: center;
}
.guide-wrap .guide-top .guide .title::after {
  content: '';
  width: 0;
  height: 0;
  border: 0.14rem solid;
  border-color: #E1E4EA transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  transform: translateX(-50%);
}
.guide-wrap .guide-top .guide .list .item {
  margin-top: 0.2rem;
  background: #F8F8F8;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 0.01rem solid #E6E6E6;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
  cursor: pointer;
  opacity: 0.6;
}
.guide-wrap .guide-top .guide .list .item.active {
  opacity: 1;
  border-color: #004BA0;
}
.guide-wrap .guide-top .guide .list .item.active .check img {
  opacity: 1;
}
.guide-wrap .guide-top .guide .list .item.active .text {
  color: #004BA0;
}
.guide-wrap .guide-top .guide .list .item .check {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  border: 1px solid #999;
  flex-shrink: 0;
}
.guide-wrap .guide-top .guide .list .item .check img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.guide-wrap .guide-top .guide .list .item .letter {
  margin: 0.12rem 0;
  margin-left: 0.3rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
  width: 0.36rem;
  height: 0.36rem;
  font-family: Arial Black, Arial Black;
  font-weight: 400;
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.36rem;
  text-align: center;
}
.guide-wrap .guide-top .guide .list .item .img {
  margin: 0.3rem 0.16rem;
  flex-shrink: 0;
  width: 0.8rem;
  height: 0.8rem;
}
.guide-wrap .guide-top .guide .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guide-wrap .guide-top .guide .list .item .text {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.22rem;
}
.guide-wrap .btn-box {
  margin: 0.4rem 0;
}
.guide-wrap .btn-box .btn {
  width: 3.8rem;
  height: 0.58rem;
  background: #004BA0;
  border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.58rem;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
}
.guide-wrap .btn-box .text {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.2rem;
  text-align: center;
  margin-top: 0.25rem;
}
.guide-wrap .result-box {
  margin-top: 0.5rem;
}
.guide-wrap .result-box .result {
  margin-bottom: 0.55rem;
}
.guide-wrap .result-box .result .result-title {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.24rem;
  color: #004BA0;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #004BA0;
}
.guide-wrap .result-box .result .list .item {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem 0.3rem;
  border-bottom: 1px solid #E1E1E1;
}
.guide-wrap .result-box .result .list .item:last-of-type {
  border-bottom: 0;
}
.guide-wrap .result-box .result .list .item .box .box-title {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  text-align: center;
  margin-bottom: 0.2rem;
}
.guide-wrap .result-box .result .list .item .box .finish {
  width: 4.1rem;
  display: flex;
  align-items: center;
}
.guide-wrap .result-box .result .list .item .box .finish .img {
  width: 2.4rem;
  height: 1.6rem;
  flex-shrink: 0;
  display: flex;
justify-content: center;
}
.guide-wrap .result-box .result .list .item .box .finish .img img {
  /*width: 100%;*/
  height: 100%;
}
.guide-wrap .result-box .result .list .item .box .finish .des {
  flex: 1;
  margin-left: 0.2rem;
}
.guide-wrap .result-box .result .list .item .box .finish .des .title {
  font-family: DIN Alternate, DIN Alternate;
  font-weight: bold;
  font-size: 0.36rem;
  color: #004BA0;
}
.guide-wrap .result-box .result .list .item .box .finish .des .text {
  margin: 0.1rem 0;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.14rem;
  color: #004BA0;
  text-decoration-line: underline;
  margin-bottom: 0.15rem;
}
.guide-wrap .result-box .result .list .item .box .finish .des img {
  width: 1.2rem;
  height: auto;
}

.des-title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
    text-align: left;
    /*margin-bottom: 0.2rem;*/
}
.guide-wrap .result-box .result .list .item .box .conditions {
  width: 2rem;
}
.guide-wrap .result-box .result .list .item .box .conditions img {
  width: 1.6rem;
  margin: 0 auto;
}
.guide-wrap .result-box .result .list .item .box .geometry {
  width: 3.6rem;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box {
  display: flex;
  flex-wrap: wrap;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label {
  width: 0.74rem;
  padding: 0.06rem;
  background: #F9F9F9;
  box-shadow: 0rem 0.01rem 0.01rem 0.01rem rgba(0, 0, 0, 0.16);
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  margin-left: 0.16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.15rem;
  cursor: pointer;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label:hover {
  background: #004BA0;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label.opacity_img:hover {
  background: #F9F9F9;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label:hover p {
  color: #fff;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label.opacity_img:hover p {
  color: #000;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label img {
  width: 0.44rem;
  height: 0.28rem;
  object-fit: contain;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label p {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.12rem;
  color: #333333;
  margin-top: 0.04rem;
}
.guide-wrap .result-box .result .list .item .box .geometry .text {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.12rem;
  color: #333333;
  text-align: center;
}
.guide-wrap .result-box .btn {
  width: 2rem;
  height: 0.58rem;
  background: #E8E8E8;
  border-radius: 0.29rem 0.29rem 0.29rem 0.29rem;
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.58rem;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 1024px) {
.guide-wrap .guide-top{
    display: block;
}
.guide-wrap .guide-top .guide{
    width: 100%;
    margin-bottom: .3rem;
}
.guide-wrap .guide-top .guide .title{
    width: 100%;
    font-size: 0.24rem;
}
.guide-wrap .guide-top .guide .list .item .text{
    font-size: .22rem;
}
.guide-wrap .btn-box .btn{
    width: 80%;
    font-size: .22rem;
}
.guide-wrap .btn-box .text{
    font-size: 0.24rem;
    line-height: .35rem;
}
.guide-wrap .result-box .btn{
    font-size: .24rem;
    width: 30%;
}
.guide-wrap .result-box .result .list .item{
    display: block;
}
.guide-wrap .result-box .result .list .item .box .box-title{
    font-size: 0.24rem;
}
.guide-wrap .result-box .result .list .item .box .finish{
    width: 100%;
    display: block;
}
.guide-wrap .result-box .result .list .item .box .finish .img{
    width: 100%;
    height: auto;
    overflow: hidden;
    
}
.des-title{
    font-size: 0.24rem;
    text-align: center;
}
.guide-wrap .result-box .result .list .item .box .finish .des .text{
    font-size: 0.24rem;
}
.guide-wrap .result-box .result .list .item .box .finish .des{
    margin-left: 0;
    text-align: center;
}
.guide-wrap .result-box .result .list .item .box .geometry{
    width: 100%;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box{
    flex-wrap: nowrap;
    display: block;
    height: auto;
    overflow: hidden;
}
.guide-wrap .result-box .result .list .item .box .geometry .text{
    font-size: 0.24rem;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label{
    width: 22%;
    float: left;
    margin-left: 0;
    margin-left: 1%;
    margin-right: 1%;
}
.guide-wrap .result-box .result .list .item .box .geometry .label-box .label p{
    font-size: 0.2rem;
}



















}