.top-ad {
  /* display: none; */
}
.icon-search {
  cursor: pointer;
}
.sec .sec-title {
  font-weight: bold;
  font-size: 20px;
}
.sec.sec1 .banner img {
  width: 100%;
}
.sec.sec1 .sec-left {
  width: 500px;
}
.sec.sec1 .sec-left .sec-title {
  font-weight: bold;
  font-size: 28px;
}
.sec.sec1 .sec-left .sec-text {
  margin-top: 15px;
  font-size: 18px;
}
.sec.sec1 .sec-left .sec-form {
  margin-top: 30px;
}
.sec.sec1 .sec-left .sec-form input {
  width: 100%;
  box-shadow: 0 0 12px #d8d8d8;
  height: 50px;
  padding: 20px;
  font-size: 16px;
  border-radius: 8px;
}
.sec.sec1 .sec-left .sec-form .btn-box {
  text-align: right;
}
.sec.sec1 .sec-left .sec-form button {
  margin-left: 20px;
  height: 48px;
  width: 120px;
  color: #fff;
  background: #47b749;
}
.sec.sec1 .sec-left .sec-form button:hover {
  opacity: 0.8;
}
.sec.sec1 .sec-left .sec-more {
  margin-top: 40px;
  color: #47b749;
  font-size: 16px;
}
.sec.sec1 .sec-right {
  margin-left: 40px;
}
.sec.sec1 .sec-right img {
  width: 80%;
}
.sec.sec2 {
  margin-top: 80px;
}
.sec.sec2 .sec-top .sec-title {
  margin-right: 40px;
}
.sec.sec2 .sec-top .sec-sea .sec-sea-text {
  color: #777;
  margin-right: 10px;
}
.sec.sec2 .sec-top .sec-sea .input-box {
  display: inline-block;
  border-radius: 8px;
  border: 1.5px solid #d8d8d8;
  padding: 10px 20px;
}
.sec.sec2 .sec-top .sec-sea .input-box input {
  width: 210px;
}
.sec.sec2 .sec-top .sec-sea .input-box i {
  color: #47b749;
  margin-left: 10px;
}
.sec.sec2 .sec-btm {
  margin-top: 40px;
}
.sec.sec2 .sec-btm .items {
  margin-top: 40px;
}
.sec.sec2 .sec-btm .items .item {
  height: 70px;
  box-shadow: 0 0 4px #d8d8d8;
  border-radius: 8px;
  margin: 0 15px;
  padding: 10px 20px;
  border: 1.5px solid #fff;
  cursor: pointer;
}
.sec.sec2 .sec-btm .items .item:nth-child(1) {
  margin-left: 0;
}
.sec.sec2 .sec-btm .items .item:nth-last-child(1) {
  margin-right: 0;
}
.sec.sec2 .sec-btm .items .item:hover {
  border: 1.5px solid #47b749;
}
.sec.sec2 .sec-btm .items .item .item-icon img {
  max-height: 60px;
}
.sec.sec2 .sec-btm .items .item .item-text {
  margin-left: 30px;
  font-weight: bold;
}
.sec.sec3 {
  padding: 40px 0;
  padding-bottom: 100px;
}
.sec.sec3 .cate-box {
  margin-top: 20px;
}
.sec.sec3 .cate-box ul li {
  display: inline-block;
  margin-right: 20px;
}
.sec.sec3 .cate-box ul li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.sec.sec3 .cate-box ul li.active a {
  color: #47b749;
}
.sec.sec3 .cate-box ul li:hover {
  opacity: 0.8;
}
.sec.sec3 .tab-content .tag-box ul li {
  cursor: pointer;
  color: #777;
  display: inline-block;
  margin-right: 15px;
  padding: 4px 20px;
  border-radius: 25px;
  background: #f0f0f0;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.sec.sec3 .tab-content .tag-box ul li:hover {
  opacity: 0.8;
}
.sec.sec3 .tab-content .tag-box ul li.active {
  background: #47b749;
  color: #fff;
}
.sec.sec3 .tab-content .main-box {
  flex-wrap: wrap;
}
.sec.sec3 .tab-content .main-box .item {
  margin-bottom: 20px;
  margin-top: 10px;
  width: calc(100%/4 - 15px);
  height: 312px;
  box-shadow: 0 0 4px #d8d8d8;
  border-radius: 9px;
  overflow: hidden;
  margin-right: 20px;
}
.sec.sec3 .tab-content .main-box .item:nth-child(4n) {
  margin-right: 0;
}
.sec.sec3 .tab-content .main-box .item .img-box {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 160px;
}
.sec.sec3 .tab-content .main-box .item .item-main {
  padding: 10px;
}
.sec.sec3 .tab-content .main-box .item .item-main .item-title {
  font-size: 18px;
  font-weight: bold;
  height: 54px;
  overflow: hidden;
}
.sec.sec3 .tab-content .main-box .item .item-main .item-com {
  margin: 5px 0;
  color: #999;
  height: 46px;
}
.sec.sec3 .tab-content .main-box .item .item-main .item-more {
  font-weight: bold;
}
.sec.sec3 .tab-content .main-box .item .item-main .item-more .item-time {
  opacity: 0.9;
  color: #777;
}
.sec.sec3 .tab-content .main-box .item .item-main .item-more .item-money {
  margin-left: 10px;
  text-align: right;
  color: #47b749;
}
.sec.sec3 .tab-content .main-box .sec-more {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.sec.sec3 .tab-content .main-box .sec-more button {
  background: #47b749;
  width: 180px;
  height: 50px;
  color: #fff;
  font-size: 18px;
}
.sec.sec3 .tab-content .main-box .sec-more button:hover {
  opacity: 0.8;
}
.sec.sec3 .tab-pane {
  position: relative;
}
.sec.sec4 {
  padding: 80px 0;
  text-align: center;
}
.sec.sec4 .sec-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
.sec.sec4 .sec-com {
  margin-top: 30px;
}
.sec.sec4 .sec-com img {
  width: 146px;
  margin: 20px;
}
.sec.sec5 {
  margin-top: 40px;
  background-size: cover;
  position: relative;
}
.sec.sec5 .dl {
  width: 7.75%;
  height: 6.94%;
  position: absolute;
  top: 57.215%;
  left: 25.892%;
  cursor: pointer;
}
.sec.sec5 .dl.dl-apple {
  left: 34.34%;
}
.sec.sec5 img {
  width: 100%;
}
.sec.sec5 .sec-left {
  position: absolute;
  top: 20px;
}
.sec.sec5 .sec-left .sec-title {
  font-size: 24px;
  color: #fff;
}
.sec.sec5 .sec-left .sec-small-title {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
  opacity: 0.9;
  width: 600px;
}
.sec.sec5 .sec-left .sec-down {
  margin-top: 40px;
}
.sec.sec5 .sec-left .sec-down .down {
  cursor: pointer;
  margin-right: 20px;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 5px 10px;
  background: black;
}
.sec.sec5 .sec-left .sec-down .down .img-box {
  width: 40px;
}
.sec.sec5 .sec-left .sec-down .down .img-box img {
  max-width: 100%;
  max-height: 38px;
}
.sec.sec5 .sec-left .sec-down .down .down-main {
  margin-left: 10px;
  color: #fff;
}
.sec.sec5 .sec-left .sec-down .down .down-main .down-small-text {
  font-size: 12px;
}
.sec.sec5 .sec-left .sec-down .down .down-main .down-text {
  font-size: 16px;
}
.sec.sec5 .sec-right {
  margin-left: 100px;
  position: relative;
}
.sec.sec5 .sec-right img {
  position: absolute;
  top: -100%;
}
.sec.sec6 {
  margin-top: 30px;
}
.sec.sec6 .sec-left {
  margin-left: 40px;
}
.sec.sec6 .sec-left img {
  width: 80%;
}
.sec.sec6 .sec-right {
  font-size: 18px;
  width: 560px;
}
.sec.sec6 .sec-right .sec-text {
  margin-top: 10px;
  line-height: 34px;
}
.sec.sec6 .sec-right .sec-more {
  margin-top: 10px;
  color: #47b749;
  font-weight: bold;
}
.ad-pos.ad-pos2 {
  margin-top: 80px;
}
.ad-pos .container {
  padding: 0 !important;
}
.ad-pos .ad-box .ad-item {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  height: 300px;
  margin: 0 20px;
}
.ad-pos .ad-box .ad-item:nth-child(1) {
  background: #f88769;
}
.ad-pos .ad-box .ad-item:nth-child(2) {
  background: #49ada9;
}
.ad-pos .ad-box .ad-item:nth-child(3) {
  background: #69a0f8;
}
.ad-pos .ad-box .ad-item:nth-child(4) {
  background: #f8bc69;
}
.ad-pos .ad-box2 {
  margin: auto;
  height: 160px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.tab-bar {
  background-color: #47b749;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -55px;
  cursor: pointer;
  opacity: 0.8;
}
.tab-bar:hover {
  opacity: 1;
}
.tab-bar.tab-prev {
  left: -50px;
}
.tab-bar.tab-next {
  right: -50px;
}
.tab-bar::after {
  font-size: 20px;
  line-height: unset;
}
.main-box .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 4px;
}
.sec.sec3 .tab-content .main-box .item {
  margin: 0;
}
