body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .content {
  width: 100vw;
  height: 100vh;
  /*overflow: hidden;*/
}
body .content .wrap > a {
  margin: 0 auto;
  margin-top: 90px;
  margin-bottom: 50px;
}
body .content .wrap > a picture img {
  height: 80px;
}
body .content .wrap .search-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 0 200px;
}
body .content .wrap .search-box input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d3d3d3;
  border-right: none;
  padding: 10px;
  font-size: 22px;
  line-height: 30px;
  color: #212121;
}
body .content .wrap .search-box input::-webkit-input-placeholder {
  color: #aaaaaa;
}
body .content .wrap .search-box .button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  background-color: #0370e8;
  cursor: pointer;
}
body .content .wrap .search-box .button-box picture img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -moz-transition: transform 0.1s linear, -moz-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear, -moz-transform 0.1s linear, -o-transform 0.1s linear;
}
body .content .wrap .search-box .button-box span {
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  margin-right: 12px;
}
body .content .wrap .search-box .button-box:hover picture img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
body .content .wrap .other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 200px 0 200px;
  margin-bottom: 20px;
}
body .content .wrap .other .rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .content .wrap .other .rank .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
body .content .wrap .other .rank .top a {
  color: #0370e8;
  line-height: 33px;
  font-size: 20px;
}
body .content .wrap .other .rank .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body .content .wrap .other .rank .bottom .left,
body .content .wrap .other .rank .bottom .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
body .content .wrap .other .rank .bottom .left a,
body .content .wrap .other .rank .bottom .right a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body .content .wrap .other .rank .bottom .left a span,
body .content .wrap .other .rank .bottom .right a span {
  font-weight: bold;
  margin-right: 10px;
  line-height: 30px;
  color: #9195a3;
}
body .content .wrap .other .rank .bottom .left a h6,
body .content .wrap .other .rank .bottom .right a h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  width: 320px;
  height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
body .content .wrap .other .rank .bottom .left a:hover h6,
body .content .wrap .other .rank .bottom .right a:hover h6 {
  color: #0370e8;
}
body .content .wrap .other .rank .bottom .left a:nth-of-type(1) span {
  color: #fe2d46;
}
body .content .wrap .other .rank .bottom .left a:nth-of-type(2) span {
  color: #ff6600;
}
body .content .wrap .other .rank .bottom .left a:nth-of-type(3) span {
  color: #faa90e;
}
body .content .wrap .other .search-result {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide {
  height: auto !important;
  margin-bottom: 20px;
  background-color: #f5f5f5;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  height: 135px;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide a:nth-last-of-type(1) {
  margin-bottom: 0;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 240px;
  height: 135px;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide a h6 {
  width: 479px;
  height: 72px;
  position: absolute;
  right: 10px;
  top: 10px;
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide a u {
  position: absolute;
  left: 250px;
  bottom: 10px;
  text-decoration: none;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide a i {
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-decoration: none;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide .no-image {
  height: 99px;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide .no-image h6 {
  width: 719px;
  height: 36px;
  -webkit-line-clamp: 1;
}
body .content .wrap .other .search-result #search-result .swiper-wrapper .swiper-slide .no-image u {
  left: 10px;
}
body .content .wrap .other .search-result > span {
  display: block;
}
