.mode{
  background-color: #fff;
  margin-top: -80px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 70px;
}
.mode_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  
}
.mode_t_item {
  width: 18%;
  cursor: pointer;
  padding:15px 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
.mode_t_item.active{
  background-color: #f5f5f5;
}
.mode_t_item.active .mode_t_i_title{
  /* color: #5da1ff; */
  color: #e60012;
}
.mode_t_i_title{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.mode_t_i_text {
  font-size: 14px;
  color: #666;
}
.mode_bottom {
  margin-top: 20px;
  margin-bottom: 40px;
}
.mode_bottom table{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  display: none;
}
.mode_bottom table.active{
  display: table;
}
.mode_bottom table tr td{
  padding: 10px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.mode_bottom table tr td:nth-child(1){
  width: 300px;
  background-color: #f2f2f2 ;
  border-bottom: 1px solid #ddd;
}
.mode_bottom table tr td:nth-child(3){
  border-left: 1px solid #eee;
}
.mode_bottom table tr:nth-child(1){
  border-top: 2px solid #e60012 ;
}
.shop_d_box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop_d_title{
  font-size: 30px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  margin-top: 70px;
}
.shop_d_text{
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.shop_d_content{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
}
.shop_d_item{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shop_d_item img{
  width: 160px;
}
.shop_d_item .admin_box{
  width: 180px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 10px;
}
.shop_d_item .admin_box a{
  color: #5da1ff;
}
.shop_advantage{
  background-color: #f8f8f8;
}
.shop_a_content{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.shop_a_item{
  width: 27%;
  display: flex;
  margin-bottom: 30px;
}
.shop_a_item i{
  font-size: 40px;
  margin-right: 10px;
}
.shop_a_item h4{
  font-size: 20px;
  line-height: 35px;
}
.shop_a_item p{
  font-size: 14px;
  line-height: 24px;
}
.shop_m_item{
  width: 22%;
  display: flex;
  flex-direction: column;
  margin: 0 10px 25px;
}
.shop_m_item img{
  width: 100%;
  height: 160px;
}
.shop_m_item h4{
  font-size: 16px;
  line-height: 40px;
}
.shop_m_item p{
  font-size: 13px;
  line-height: 15px;
}
.shop_client{
  background-color: #f8f8f8;
}
.shop_c_content{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.shop_c_item{
  width: 18%;
  height: 100px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.shop_c_item img{
  max-width: 100%;
  max-height: 100%;
}
.shop_c_btn a{
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  color: #5da1ff;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 70px;
  border: 1px solid #5da1ff;
}

@media only screen and (max-width: 800px) {
  .mode{
    padding: 10px;
  }
  .mode_top{
    padding: 0;
    height: 130px;
  }
  .mode_t_item{
    padding: 5px 2px;
  }
  .mode_t_i_title{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
  }
  .mode_t_i_text {
    font-size: 12px;
    color: #666;
  }
  .mode_bottom table tr td:nth-child(1){
    width: 100px;
  }
  .mode_bottom {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .mode_bottom table tr td{
    padding: 8px;
    font-size: 13px;
  }
  .shop_d_content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .shop_d_item{
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }
  .shop_d_item img{
    width: 100px;
  }
  .shop_d_item .admin_box{
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    word-break: break-all; 
  }
  .shop_d_item .admin_box a{
    color: #5da1ff;
  }
  .shop_a_item{
    width: 47%;
    display: flex;
    margin-bottom: 30px;
  }
  .shop_a_item i{
    font-size: 18px;
    margin-right: 2px;
    margin-top: 2px;
  }
  .shop_a_item h4{
    font-size: 14px;
    line-height: 30px;
  }
  .shop_a_item p{
    font-size: 13px;
    line-height: 20px;
  }

  .shop_m_item{
    width: 45%;
    display: flex;
    flex-direction: column;
    margin: 0 5px 20px;
  }
  .shop_m_item img{
    width: 100%;
    height: 100px;
  }
  .shop_m_item h4{
    font-size: 14px;
    line-height: 30px;
  }
  .shop_m_item p{
    font-size: 12px;
    line-height: 18px
  }
  .shop_c_item{
    width: 23%;
    height: 60px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .vision-hidden{
    display: none;
  }
}