section h2 {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 2px;
  color: #222222;
  margin: 70px 0 76px 0;
}

section h2::after {
  display: block;
  width: 258px;
  height: 13px;
  background-color: #74e0c1;
  content: "";
  margin: -13px auto 0;
}
section.information h2::after {
  width: 346px;
}
section.evaluate h2::after {
  width: 174px;
}
.sort {
  height: 411px;
}
.sort .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.5px;
}
.sort .container li {
  width: 260px;
  height: 260px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 15px 0 rgb(3 0 0 / 10%);
  box-shadow: 0 0px 15px 0 rgb(3 0 0 / 10%);
  text-align: center;
  cursor: pointer;
  -webkit-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}
.sort .container li:hover {
  margin-top: -20px;
}
.sort .container li .icon {
  width: 100px;
  height: 88px;
  margin: 60px auto 27px;
}
.sort .container li p {
  font-size: 18px;
  letter-spacing: 1px;
  color: #222222;
}
.pick {
  height: 544px;
}
.pick h2 {
  margin-bottom: 70px;
}
.pick .container {
  overflow: hidden;
}
.pick .container .left {
  width: 452px;
  height: 326px;
  margin-right: 68px;
  float: left;
}
.pick .container .pickList {
  float: left;
}
.pick .container .pickList li {
  width: 680px;
  height: 135px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 15px 0 rgb(3 0 0 / 10%);
  box-shadow: 0 0px 15px 0 rgb(3 0 0 / 10%);
  margin: 15px 0 30px 0;
  padding: 24px 48px 0 0;
}
.pick .container .pickList li .pickIcon {
  width: 60px;
  height: 60px;
  margin: 15px 40px 0 39px;
  float: left;
}
.pick .container .pickList li h4 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #222222;
}
.pick .container .pickList li p {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin-top: 7px;
  letter-spacing: 0.5px;
  width: 680px;
}
.pick .container .pickList li p b {
  color: #2cd0a1;
}
.support {
  overflow: hidden;
  height: 684px;
  background: url("../img/bg2.png") no-repeat center;
}
.support h2 {
  margin-bottom: 80px;
}
.support h2::after {
  width: 350px;
  height: 13px;
  background-color: #fddb63;
}
.support .container {
  width: 991px;
  margin: 0 auto;
  padding-right: 3px;
}
.support .line {
  width: 987px;
  margin: 30px auto 26px;
}
.support .supportList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support .supportList li {
  width: 228px;
  height: 150px;
  border-radius: 8px;
  border: solid 2px #ffffff;
  font-size: 16px;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  padding-top: 16px;
  line-height: 28px;
}
.support .supportList li.bg {
  background: #ffffff;
  text-align: center;
  padding-top: 25px;
}
.support .supportList li.bg img {
  width: 60px;
  height: 60px;
}
.support .supportList li.bg p {
  letter-spacing: 1px;
  color: #222222;
  margin-top: 5px;
}
.support .supportList li.top1 {
  padding-top: 30px;
}
.support .supportList li.top2 {
  padding-top: 43px;
}

.textOverflowOne {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.information .content {
  margin: 62px auto 0;
  width: 1200px;
}
.information .content .item {
  width: 585px;
}
.information .content .item > .list {
  width: 585px;
  height: 140px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  padding: 20px;
  line-height: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}
.information .content .item .list:hover {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}
.information .content .item .list img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 8px;
}
.information .content .item .list .title {
  max-width: 325px;
  font-size: 14px;
  color: #424242;
}
.information .content .item .list:hover .title {
  color: #23c093;
}
.information .content .item .list .time {
  font-size: 12px;
  color: #999999;
}
.information .content .item .list .int {
  width: 325px;
  height: 40px;
  font-size: 12px;
  color: #999999;
  margin: 10px 0 10px;
}
.information .content .item .list .look {
  /* float: left; */
  font-size: 12px;
  color: #999999;
}
.information .content .item .list .look img {
  width: 12px;
  height: 10px;
  margin-right: 5px;
}
.information .content .item .list .url a {
  display: inline-block;
  max-width: 100px;
  font-size: 12px;
  color: #666666;
  margin-left: 10px;
}
.information .more {
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #dddddd;
  margin: 10px auto 89px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #424242;
  cursor: pointer;
}
.evaluate .evaluate--swiper {
  width: 1200px;
  overflow: hidden;
  margin: -15px auto 152px;
  position: relative;
  padding: 0 15px;
}

.evaluate .evaluate--swiper .swiper-slide {
  width: 390px;
  height: 350px;
}

.evaluate .evaluate--swiper .swiper-slide .list {
  width: 320px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  position: relative;
  padding: 74px 30px 0;
  letter-spacing: 1px;
  color: #222222;
}

.evaluate .evaluate--swiper .swiper-slide .list img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
}

.evaluate .evaluate--swiper .swiper-slide .list .name {
  text-align: center;
  font-size: 18px;
  padding-bottom: 27px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}

.evaluate .evaluate--swiper .swiper-slide .list .name::after {
  content: "";
  width: 110px;
  height: 3px;
  background-color: #2cd0a1;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -55px;
}

.evaluate .evaluate--swiper .swiper-slide .list h4 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 29px;
}

.evaluate .evaluate--swiper .swiper-slide .list .int {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
  margin-top: 8px;
}

.evaluate .evaluate--swiper .swiper--next,
.evaluate .evaluate--swiper .swiper--prev {
  position: absolute;
  top: 163px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f2f2f2 url(../img/arrows_right_grey.png) no-repeat center;
  cursor: pointer;
  z-index: 2;
}

.evaluate .evaluate--swiper .swiper--next {
  right: 0;
}

.evaluate .evaluate--swiper .swiper--prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0;
}

.evaluate .evaluate--swiper .swiper--next:hover,
.evaluate .evaluate--swiper .swiper--prev:hover {
  background: #2cd0a1 url(../img/arrows_left_white.png) no-repeat center;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.evaluate .evaluate--swiper .swiper--prev:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
