body {
  background: #f8f8f8;
}

.recent-box {

}

.recent-box .banner {
  display: flex;
  flex-direction: column;
  padding: 15px 2.63vw;
  background: #ffffff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.recent-box .banner .banner-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
  display: none;
}

.recent-box .banner .banner-search {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.recent-box .banner .banner-search i {
  position: absolute;
  left: 3.46vw;
  top: 50%;
  transform: translateY(-50%);
  color: #CACACA;
  z-index: 2;
  font-size: 6vw;
}

.recent-box .banner .banner-search input {
  width: 100%;
  height: 12.26vw;
  border: 1px solid #ddd;
  border-radius: 2.66vw;
  padding: 0 8px 0 12.93vw;
  font-size: 14px;
  outline: none;
  flex: 1;
  color: #333;
  box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
}

.recent-box .banner .banner-search input::placeholder {
  color: #C2C2C2;
}

.recent-box .banner .banner-search input:focus {
  border-color: #5A5D6C;
}

.recent-box .banner .banner-search button {
  width: 77px;
  height: 36px;
  background: #5A5D6C;
  border: none;
  border-radius: 4px;
  margin-left: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
  flex-shrink: 0;
  display: none;
}

.recent-box .banner .banner-search button:hover {
  background: #4a4d5c;
}


.recent-box .recent-list {
  padding: 0 2.63vw;
  margin: 3.46vw auto 0;
  background: #F8F8F8;
}

.recent-box .recent-list .list-panel {
  width: 100%;
  display: none;
}

.recent-box .recent-list .mobile-list-panel {
  width: 100%;
}

.recommend-guide-title{
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  background: #FFFFFF;
  box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.66vw 2.66vw 0px 0px;
  height: 12.26vw;
  display: flex;
  align-items: center;
  padding: 0 4vw;
}

.mobile-sub-post{
  margin-bottom: 3.2vw;
  background: #FFFFFF;
  box-shadow: 0px 0px 2.66vw 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.66vw;
  padding: 5.06vw 4vw 4.53vw;
  text-align: left;
}

.mobile-sub-post .m1{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.mobile-sub-post .m1 .logo-img{
  width: 28vw;
  height: 21.33vw;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  padding: 2.66vw;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
}
.mobile-sub-post .m1 .logo-img img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.mobile-sub-post .m1 .guide-info{
  margin-left: 4vw;  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-sub-post .m1 .guide-info .row.name a{

  font-weight: 500;
  color: #000000;
  line-height: 5.6vw;
  font-size: 3.73vw;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mobile-sub-post .m1 .guide-info .row.desc{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 500;
  font-size: 3.46vw;
  color: #666666;
  line-height: 4.8vw;
}

.mobile-sub-post .m2 {
  margin-top: 3.2vw;
  display: flex;
  justify-content: space-between;
}

.mobile-sub-post .m2 .tips .tips_item {
  border-radius: 0.66vw;
  padding: 0.93vw 1.46vw;
  margin-right: 0.66vw;
  font-weight: 500;
  font-size: 2.93vw;
  line-height: 5.6vw;
}
.mobile-sub-post .m2 .tips .tips_item.phone {
  color: #831A6E;
  background: #FFE9FB;
}
.mobile-sub-post .m2 .tips .tips_item.email {
  color: #5A5D6C;
  background: #E9EAF4;
}

.mobile-sub-post .m2 .tips .tips_item.gw {
  background: #E8F4DD;
  color: #5B8921;
}
.mobile-sub-post .m2 .price{
  font-weight: bold;
  font-size: 3.73vw;
  color: #FF0000;
}
.mobile-sub-post .m3{

  display: flex;
  justify-content: space-between;
  margin-top: 3.73vw;
  background-color: #F9F9F9;
  border-radius: 10px 0px 0px 10px;
  align-items: center;
}
.mobile-sub-post .m3 .row.number{
  font-weight: 500;
  font-size: 3.46vw;
  padding-left: 2.26vw;
}
.mobile-sub-post .m3 .row.number span:first-child{
  color: #666666;
}
.mobile-sub-post .m3 .row.number span:last-child{ 
  color: #333333;
}
.mobile-sub-post .m3 .subscription{
  width: 28vw;
  height: 8vw;
  opacity: 1;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFAA25;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  cursor: pointer;
  border-radius: 0px 1.33vw 1.33vw 0px;

}
.mobile-sub-post .m3 .subscription a{

  font-weight: 500;
  font-size: 3.73vw;
  color: #FFFFFF;
  line-height: 5.6vw;
  padding-left: 4vw;
}
.mobile-sub-post .m3 .subscription a i{
  margin-left: 1.2vw;
  font-size: 3.2vw;
}

.no-answer-content {
  flex-wrap: wrap;
  background: #F8F8F8;
  flex-direction: column;
}

.no-answer-content-img {
  width: 20.66vw;
}

.no-answer-content-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.no-answer-content-text p:first-child {
  font-size: 3.73vw;
  color: #666666;
  line-height:6.93vw;
  font-weight: bold;
}

.no-answer-content-text p:first-child span {
  color: #F12F38;
}

.no-answer-content-text p {
  font-size: 3.2vw;
  color: #666666;
}

.no-answer-content-text p a{
  color: #126DB3
}