﻿html,
body {
  width: 100%;
  background: #F0F1F5;
  font-size: calc(10/1920*100vw);
}

.headerNav {
  background: #fff;
}

.headerNav .logo {
  background: url(../images/indexImg/placedLogo.png) no-repeat;
  
  /* background: url(../images/indexImg/placedLogo-20th.png) no-repeat; */
  background-size: 100% 100%;
}

.headerNav .nav-area .nav li a {
  color: #203F29;
}

.headerNav .nav-area .nav li a:hover {
  color: #53B77F;
  border-bottom: 0.1rem solid #53B77F;
}

.headerNav .login {
  color: #203F29;
}

.headerNav .login .unlogin a {
  color: #fff;
}

.headerNav .login .unlogin a.login-reg {
  border: 0.1rem solid #53B77F;
  color: #53B77F;
}

.headerNav .unlogin a.login-reg:hover {
  background: #53B77F;
  border: 0.1rem solid #53B77F;
  color: #fff;
}

.headerNav .login .language>a {
  color: #656565;
  border: 0.1rem solid #E3E3E3;
}

.headerNav .login .search-area .search-btn {
  border: 0.1rem solid #E3E3E3;
  background: url(../images/indexImg/searchPlacedBg.png) no-repeat center center;
}

.headerNav .login .search input.search-word {
  width: 14rem;
  height: 2.2rem;
  font-size: 1.6rem;
  color: #343434;
  outline: none;
  padding-left: 2.4rem;
  box-sizing: border-box;
  background: #fff;
}

.whole {
  width: 100%;
  background: #f0f1f5;
  margin-top: 10rem;
}

.whole .common {
  width: 140rem;
  margin: 0 auto;
  height: 4.6rem;
  line-height: 4.6rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.whole .common a {
  cursor: pointer;
  color: #777c84;
}

.whole .common span {
  cursor: pointer;
  color: #777c84;
}

.whole .common .dot {
  margin: 0 0.5rem;
}

.whole .search-width {
  width: 100%;
  height: auto;
  padding: 6rem 0 12rem 0;
  background: #fff;
}

.whole .content {
  width: 120rem;
  height: auto;
  margin: 0 auto;
}

.whole .content .keyword {
  width: 72.3rem;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.6rem;
  position: relative;
  margin: 0 auto;
}

.whole .content .keyword span {
  width: 11.2rem;
  height: 6rem;
  color: #191919;
  text-align: right;
  position: absolute;
  top: 0;
  left: 2.4rem;
  background: url(../images/keyword.png) no-repeat left center;
}

.whole .content .keyword input {
  width: 100%;
  height: 6rem;
  background: #fff;
  box-shadow: 0 1rem 3rem 0 rgba(130, 150, 171, 0.1);
  border-radius: 6rem;
  outline: none;
  color: #777C84;
  padding-left: 14.4rem;
  box-sizing: border-box;
}

.whole .content .keyword em {
  width: 9.6rem;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  background: #53B77F;
  border-radius: 4rem;
  text-align: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.whole .content .keyword-search .senior {
  width: 8.7rem;
  height: 4rem;
  line-height: 4em;
  color: #53B77F;
  font-size: 1.6rem;
  background: url(../images/seniorBg.png) no-repeat right center;
  cursor: pointer;
}

.whole .content .classification {
  margin-top: 4.2rem;
  text-align: center;
}

.whole .content .classification em {
  font-size: 1.6rem;
  color: #53B77F;
  display: inline-block;
  margin-right: 1.6rem;
  vertical-align: middle;
}

.whole .content .classification i {
  padding: 0 2rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  color: #777C84;
  background: #F7F7F9;
  border-radius: 1.6rem;
  display: inline-block;
  margin-right: 1.6rem;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}

.whole .content .classification i b {
  position: absolute;
  top: -1rem;
  right: 0;
  min-width: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  background: #53B77F;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.2rem;
}

.whole .content .classification i.available:before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background: #53b77f;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.whole .content .classification i.active {
  color: #fff;
  background: #53B77F;
}

.whole .content .sort {
  width: 120rem;
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0 1.6rem;
  box-sizing: border-box;
  background: #FBFBFB;
  margin-top: 5rem;
  font-size: 1.4rem;
  color: #777C84;
}

.whole .content .sort em {
  color: #191919;
}

.whole .content .sort .sort-left {
  float: left;
}

.whole .content .sort .sort-left .active {
  color: #53B77F;
}

.whole .content .sort .sort-left .correlation {
  margin-right: 6.2rem;
}

.whole .content .sort .sort-right {
  float: right;
}

.whole .content .lycos {
  margin-top: 5rem;
}

.whole .content .lycos .articles {
  margin-bottom: 8rem;
}

.whole .content .lycos .item {
  cursor: pointer;
  border-bottom: 0.1rem solid #f0f0f1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 2rem 0;
  align-items: center;
}

.whole .content .lycos .item:last-child {
  border-bottom: none;
}

.whole .content .lycos .item .word {
  width: 70%;
  font-size: 1.6rem;
  font-weight: 400;
  color: #555;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 3rem;
}

.whole .content .lycos .item .word:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
  border: 0.1rem solid #e4e7ef;
}

.whole .content .lycos .item .word:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  transform: translate(0, -50%);
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid #e4e7ef;
}

.whole .content .lycos .item .source {
  width: 10%;
  font-size: 1.6rem;
  color: #c6c6c6;
  text-align: left;
}

.whole .content .lycos .item .time {
  font-size: 1.6rem;
  font-weight: 400;
  color: #c6c6c6;
}

@media (max-width:768px) {

  html,
  body {
    font-size: calc(10/750*100vw);
  }

  .headerNav .nav-area .shrink {
    background: url(../images/mImages/wholeShrink.png) no-repeat;
    background-size: 100% 100%;
  }

  .headerNav .unlogin a.login-link {
    background: url(../images/mImages/wholeUser.png) no-repeat;
    background-size: 100% 100%;
  }

  .headerNav .language>a {
    border: 0.2rem solid #656565;
    color: #656565;
  }

  .headerNav .search-area .search-btn {
    background: url(../images/mImages/wholeSearchBtn.png) no-repeat;
    background-size: 100% 100%;
  }

  .placed .nav-area .shrink {
    background: url(../images/placeShrink.png) no-repeat;
    background-size: 100% 100%;
  }

  .placed .unlogin a.login-link {
    background: url(../images/placeUser.png) no-repeat;
    background-size: 100% 100%;
  }

  .placed .language>a {
    color: #53B77F;
    border: 0.2rem solid #53B77F;
  }

  .placed .search-area .search-btn {
    background: url(../images/mImages/placeSearchBtn.png) no-repeat;
    background-size: 100% 100%;
  }

  .whole {
    margin-top: 15rem;
  }

  .whole .common {
    display: none;
  }

  .whole .search-width {
    width: 100%;
    padding: 0 0 9.6rem;
  }

  .whole .content {
    width: 100%;
  }

  .whole .content .keyword {
    width: 100%;
    height: 17.6rem;
    padding: 4.8rem 3.2rem;
    box-sizing: border-box;
    background: #F0F4F5;
  }

  .whole .content .keyword input {
    width: 100%;
    height: 8rem;
    border-radius: 4rem;
    padding-left: 7.6rem;
    font-size: 2.8rem;
  }

  .whole .content .keyword i {
    width: 3.2rem;
    height: 3.2rem;
    background: url(../images/mImages/keywordMobile.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 7.2rem;
    left: 6rem;
  }

  .whole .content .keyword em {
    width: 13.6rem;
    height: 6.4rem;
    line-height: 6.4rem;
    font-size: 2.8rem;
    border-radius: 3.2rem;
    position: absolute;
    top: 5.6rem;
    right: 4rem;
  }

  .whole .content .classification {
    width: auto;
    height: 9.2rem;
    border-bottom: 0.2rem solid #F0F0F1;
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    white-space: nowrap;
    border-radius: 0;
    padding: 0 3.2rem;
    line-height: 9.2rem;
  }

  .whole .content .classification::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
  }

  .whole .content .classification::-webkit-scrollbar-corner {
    background: #53B77F;
  }

  .whole .content .classification::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0.1rem;
  }

  .whole .content .classification i {
    height: 8rem;
    line-height: 8rem;
    border-bottom: 0.6rem solid transparent;
    font-size: 2.8rem;
    background: transparent;
    border-radius: 0;
  }

  .whole .content .classification i.active {
    background: transparent;
    color: #3AAD6D;
    border-bottom: 0.6rem solid #3AAD6D;
  }

  .whole .content .lycos {
    margin-top: 4.8rem;
    padding: 0 3.2rem;
    box-sizing: border-box;
  }

  .whole .content .lycos .articles {
    margin-bottom: 6.4rem;
  }

  .whole .content .lycos .item {
    display: block;
    padding: 3.2rem 0;
  }

  .whole .content .lycos .item .word {
    width: 100%;
    font-size: 2.8rem;
    line-height: 4.8rem;
    display: block;
    padding-left: 4.4rem;
    box-sizing: border-box;
    margin-bottom: 2rem;
  }

  .whole .content .lycos .item .word:before {
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    border: 0.2rem solid #e4e7ef;
    top: 1.3rem;
    left: 0.6rem;
    transform: translate(0, 0);
  }

  .whole .content .lycos .item .word:after {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 3.2rem;
    border: 0.2rem solid #e4e7ef;
    top: 0.7rem;
    left: 0;
    transform: translate(0, 0);
  }

  .whole .content .lycos .item .source {
    width: 50%;
    padding-left: 4.4rem;
    box-sizing: border-box;
    font-size: 2.8rem;
    display: inline-block;
  }

  .whole .content .lycos .item .time {
    width: 50%;
    text-align: right;
    font-size: 2.8rem;
    display: inline-block;
  }
}