/* Normalizes margin,padding */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Normalizes font-size for headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
/* Removes list-style from lists */
ol,
ul {
  list-style: none;
}
/* Normalizes font-size and font-weight to normal */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-size: normal;
  font-weight: normal;
}
/* Removes list-style from lists */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Removes border from fieldset and img */
fieldset,
img {
  border: 0;
}
/* Left-aligns text in caption and th */
caption,
th {
  text-align: left;
}
/* Removes quotation marks from q */
q:before,
q:after {
  content: '';
}
.body {
  font-family: Microsoft Yahei UI;
  font-size: 0.16rem;
  color: #333333;
}
.html {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
@media (min-width: 375px) {
  html {
    font-size: 31.25px;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 32px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 33.33333333px;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 34.5px !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 40px !important;
  }
}
@media (min-width: 540px) {
  html {
    font-size: 45px !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 53.33333333px !important;
  }
}
@media (min-width: 720px) {
  html {
    font-size: 60px !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 62.5px !important;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 64px !important;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 80px !important;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 82.26666667px !important;
  }
}
@media (min-width: 1080px) {
  html {
    font-size: 90px !important;
  }
}
@media (min-width: 1160px) {
  html {
    font-size: 96.66px !important;
  }
}
@media (min-width: 1199px) {
  html {
    font-size: 100px !important;
  }
}
@media (min-width: 1399px) {
  html {
    font-size: 116.66px !important;
  }
}
* {
  font-family: PingFang SC;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.space-around {
  justify-content: space-around;
}
.space-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.flex-end {
  align-items: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.center {
  align-items: center;
  justify-content: center;
}
.m0 {
  margin: 0 !important;
}
.ml30 {
  margin-left: 0.3rem;
}
.mt12 {
  margin-bottom: 0.12rem;
}
.mr48 {
  margin-right: 0.48rem;
}
.ml48 {
  margin-left: 0.48rem;
}
.p0 {
  padding: 0;
}
.mt32 {
  margin-top: 0.32rem;
}
.mt16 {
  margin-top: 0.16rem;
}
.mt48 {
  margin-top: 0.48rem;
}
.mr32 {
  margin-right: 0.32rem;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.w1200 {
  width: 12rem;
}
.logo {
  text-indent: 9999;
  margin-bottom: 0.08rem;
  margin-left: 0.16rem;
}
.logo a {
  display: block;
  width: 0.64rem;
  height: 0px;
  padding-top: 0.64rem;
  background: url(/img/common/logo.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.header-top {
  background: #282829;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top .mobile {
  display: flex;
}
.header-top .top-box {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.header-top .left-title {
  color: #fff;
  opacity: 0.3;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding-left: 0.2rem;
  width: 4rem;
}
.header-top .circle-list {
  padding: 0.05rem 0;
  height: auto;
}
.header-top li,
.header-top .circle-item {
  height: auto;
  display: inline-block;
  margin: 0 0.12rem;
  line-height: 0.35rem;
}
.header-top li a,
.header-top .circle-item a {
  display: block;
  text-decoration: none;
}
.header-top li img,
.header-top .circle-item img {
  position: relative;
  top: -2px;
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
}
.header-top li span,
.header-top .circle-item span {
  font-size: 0.16rem;
  margin-left: 0.08rem;
  color: rgba(255, 255, 255, 0.5);
}
.navbar {
  background: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin: 0;
}
.navbar .mobile {
  display: none;
}
.navbar .navbar-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 0.98rem;
}
.navbar .link-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar .link-box li {
  list-style: none;
  font-size: 0.16rem;
  margin: 0 0.18rem;
}
.navbar .link-box li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.16rem;
}
.navbar .link-box li.active a {
  color: #fff;
}
.footerBox {
  background: #272727 url(../img/common/Group.png) no-repeat right bottom;
  background-size: 5rem 2.7rem;
  padding: 0.5rem 0px;
}
.footerBox .footLogo {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  text-indent: -9999px;
  overflow: hidden;
}
.footerBox h3 {
  color: #fff;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.27rem;
}
.footerBox a {
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.24rem;
  color: #939393;
  margin-top: 0.16rem;
  display: inline-block;
}
.footeTwo {
  background-color: #272727;
  border-top: 1px solid #666666;
  height: 0.5rem;
}
.footeTwo .w1200 {
  margin-bottom: 0;
}
.footeTwo .ulNav a {
  font-family: Inter;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 0.24rem;
  margin-right: 0.5rem;
  color: #D4D4D4;
}
.footeTwo .ulImg img {
  width: 0.2rem;
  height: 0.2rem;
}
.footeTwo .border {
  width: 0.01rem;
  height: 100%;
  background-color: #666666;
  margin: 0px 0.25rem;
}
.search-box {
  display: flex;
  width: 2.84rem;
  height: 0.48rem;
  padding: 0.16rem 0.12rem 0.16rem 0.16rem;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 0.04rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.search-box.search2 {
  flex: 1;
  margin-right: 0.16rem;
  border-color: #999;
}
.search-box.search2 input {
  color: #272727;
}
.search-box input {
  flex: 1;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
}
.search-box input:focus {
  border: none;
  box-shadow: none;
}
.search-box select {
  border: 0;
  color: #999;
  margin: 0 0.066667rem /* 5/75 */;
  cursor: pointer;
  letter-spacing: 0.04rem /* 3/75 */;
  background: transparent;
}
.search-box select option {
  line-height: 33px;
}
.search-box .awrrod {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border: 0;
  outline: 0;
  background: url(../img/common/awrrod.png) no-repeat;
  background-size: 100% 100%;
}
.icon-search {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../img/common/Search.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.06rem;
}
.search-container {
  width: 100%;
  display: flex;
}
.search-container .search-btn {
  width: 0.84rem;
  display: flex;
  height: 0.48rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.04rem;
  border: 1px solid #272727;
  background-color: #FBFBFD;
}
.button-next,
.button-prev {
  width: 0.44rem;
  height: 0.44rem;
  background-color: #272727;
  margin-left: 0.24rem;
  background-size: 0.2rem 0.16rem;
}
.button-next {
  background: #272727 url(../img/index/swipernext.png) center no-repeat;
  background-size: 50% 40%;
}
.button-prev {
  background: #272727 url(../img/index/swiperpre.png) center no-repeat;
  background-size: 50% 40%;
}
.section-tab {
  box-sizing: border-box;
  padding: 0.32rem 0 0.6rem;
  margin: 0 auto;
  display: flex;
}
.section-tab .tab-box {
  width: 2.76rem;
  margin-right: 0.32rem;
}
.section-tab .tab-box .item {
  height: 0.8rem;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #EBEBEB;
  background: #FBFBFD;
}
.section-tab .tab-box .item a {
  color: #272727;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-tab .tab-box .item.active {
  border-left: 0.04rem solid #E3322C;
  background: #F0F2F5;
}
.section-tab .tab-box .item.active a {
  color: #E3322C;
}
.section-tab .tab-box .item-top {
  height: 1rem;
  margin-bottom: 0.16rem;
  background-color: #E3322C !important;
}
.section-tab .main-box {
  flex: 1;
}
.section-tab .main-title {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 0.64rem;
  padding: 0 0.24rem;
  justify-content: space-between;
  align-items: center;
  border-left: 0.04rem solid #E3322C;
  background: #F5F5F7;
  margin-bottom: 0.32rem;
}
.section-tab .main-title h3 {
  color: #E3322C;
  font-family: PingFang SC;
  font-size: 0.24rem;
  font-style: normal;
  font-weight: 600;
}
.section-tab .main-title p {
  color: #666;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-tab .main-title i {
  margin: 0 0.1rem;
}
.section-tab .main-title span {
  color: #272727;
}
.about-banner {
  width: 100%;
  height: 4rem;
  background: url(../img/common/about-banner.png) center no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-banner.product {
  background-image: url(../img/common/product-banner.png);
}
.about-banner.quality {
  background-image: url(../img/common/new-img.png);
}
.about-banner.new {
  background-image: url(../img/new/new-banner.jpg);
}
.about-banner.contact {
  background-image: url(../img/common/contact-img.png);
}
.about-banner.goup {
  background-image: url(../img/common/goup.png);
}
.about-banner h2 {
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 0.54rem;
}
.about-banner .title {
  color: #FFF;
  font-family: Poppins;
  font-size: 0.32rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.pages-container {
  padding: 0 1.4rem;
  display: flex;
  justify-content: space-between;
}
.pages-container .pages-box {
  display: flex;
}
.pages-container .pages-item {
  display: flex;
  width: 0.44rem;
  height: 0.44rem;
  padding: 0.08rem;
  justify-content: center;
  align-items: center;
  border: 0.01px solid #272727;
  background-color: #fff;
  color: #272727;
  font-size: 0.18rem;
  cursor: pointer;
}
.pages-container .pages-item + .pages-item {
  margin-left: 0.16rem;
}
.pages-container .pages-item:hover,
.pages-container .pages-item.active {
  border-color: #E3322C;
  background-color: #E3322C;
  color: #fff;
  text-decoration: none;
}
.tab-buttons {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0;
}
.tab-buttons .tab-btn-item > a {
  height: 0.4rem;
  padding: 0 0.24rem;
  border-radius: 0.2rem;
  border: 0.015rem solid #D4D4D4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  cursor: pointer;
}
.tab-buttons .tab-btn-item + .tab-btn-item {
  margin-left: 0.16rem;
}
.tab-buttons .tab-btn-item.active > a,
.tab-buttons .tab-btn-item:hover > a {
  background-color: #e3322c;
  color: #fff;
  border: 0.015rem solid #e3322c;
}
.tab-buttons.tab2 .tab-btn-item > a {
  height: 0.36rem;
  padding: 0 0.1rem;
  border-radius: 0.3rem;
  font-size: 0.1rem;
}
.recruit-box .recruit-item {
  width: 100%;
}
.recruit-box .recruit-item a {
  box-sizing: border-box;
  width: 100%;
  height: 1.06rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fbfbfb;
  border: 0.01rem solid #ebebeb;
  padding: 0 0.32rem;
  cursor: pointer;
  margin-bottom: 0.12rem;
  text-decoration: none;
}
.recruit-box .recruit-item a:hover {
  box-shadow: 0px 0.05rem 0.3rem 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 0.01rem solid #fff;
}
.recruit-box .recruit-item .icon {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.08rem;
  background-size: 0.1rem 0.08rem;
}
.recruit-box .recruit-container {
  width: 5.5rem;
}
.recruit-box .recruit-title {
  font-family: PingFang SC;
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.26rem;
  text-align: left;
  color: #272727;
  margin-bottom: 0.08rem;
}
.recruit-box .recruit-detail {
  width: 100%;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-weight: 400;
  line-height: 0.2rem;
  text-align: left;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recruit-box .recruit-btn {
  width: 1.18rem;
  height: 0.5rem;
  border-radius: 0.04rem;
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.2rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #272727;
  color: #fff;
  cursor: pointer;
}
.develop-container {
  padding-bottom: 0.48rem;
}
.develop-container .container-row {
  margin-top: 0.32rem;
  display: flex;
}
.develop-container .container-item {
  height: 2.07rem;
  position: relative;
}
.develop-container .container-item + .container-item {
  margin-left: 0.32rem;
}
.develop-container .container-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.develop-container .item-img {
  width: 100%;
  height: 100%;
}
.develop-container .item-title {
  position: absolute;
  color: #FFF;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-style: normal;
  font-weight: 600;
  bottom: 0.18rem;
  left: 0.2rem;
}
.video-item a::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background: url(../img/common/play.png) center no-repeat;
  background-size: 0.48rem 0.48rem;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 9;
}
.mapBox {
  height: 3rem;
}
@media screen and (max-width: 1024px) {
  .w1200 {
    width: 100%;
  }
  .header-top {
    background: #282829;
    position: relative;
    display: block;
  }
  .header-top .circle-box {
    width: 100%;
  }
  .header-top .mobile {
    height: 0.88rem;
    padding: 0 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-top .mobile::after {
    content: '';
    display: block;
    width: 0.48rem;
    height: 0.48rem;
    background-color: red;
    background: url(../img/common/icon-down.png);
    background-size: 100% 100%;
  }
  .header-top .top-box {
    display: none;
    height: auto;
    position: absolute;
    width: 100%;
    background-color: #282829;
    left: 0;
    top: 100%;
    z-index: 9999;
    transition: 0.3s all;
  }
  .header-top .top-box.active {
    display: block;
  }
  .header-top .left-title {
    display: none;
  }
  .header-top .circle-list {
    display: block;
    flex-direction: row;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    padding: 0 0.4rem;
  }
  .header-top .circle-item {
    height: 0.88rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0.24rem;
  }
  .header-top .circle-item img {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
  }
  .header-top .circle-item span {
    font-size: 0.32rem;
    margin-left: 0.08rem;
    color: rgba(255, 255, 255, 0.5);
  }
  .navbar {
    background: #121212;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    margin: 0;
  }
  .navbar .logo {
    text-indent: 9999;
    margin-bottom: 0.08rem;
    margin-left: 0.16rem;
  }
  .navbar .logo a {
    display: block;
    width: 0.8rem;
    height: 0px;
    padding-top: 0.8rem;
    background: url(../img/common/logo.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
  }
  .navbar .w1200 {
    padding: 0 0.4rem;
  }
  .navbar .mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar .mobile .icon-menu {
    width: 0.4rem;
    height: 0.4rem;
    color: #fff;
    margin-left: 0.2rem;
  }
  .navbar .icon-search {
    width: 0.4rem;
    height: 0.4rem;
  }
  .navbar .search-box {
    display: flex;
    width: 4.2rem;
    height: 0.68rem;
    padding: 0.16rem 0.12rem 0.16rem 0.16rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.3);
  }
  .navbar .search-box.search2 {
    flex: 1;
    margin-right: 0.16rem;
    border-color: #999;
  }
  .navbar .search-box.search2 input {
    color: #272727;
  }
  .navbar .search-box input {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
  }
  .navbar .search-box .awrrod {
    width: 0.4rem;
    height: 0.4rem;
  }
  .navbar .navbar-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 1.42rem;
    position: relative;
  }
  .navbar .link-box {
    display: none;
    flex-direction: row;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
  }
  .navbar .link-box li {
    list-style: none;
    font-size: 0.32rem;
    margin: 0 0.18rem;
    height: 0.8rem;
    padding: 0 0.4rem;
  }
  .navbar .link-box li a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.26rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-top: 0.01rem solid #282828;
  }
  .navbar .link-box li.active a {
    color: #fff;
  }
  .navbar .link-box.active {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background-color: #121212;
  }
  .footerBox {
    background: #272727 url(../img/common/Group.png) no-repeat right bottom;
    background-size: 5rem 2.7rem;
    padding: 0.5rem 0px;
  }
  .footerBox .logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footerBox .footLogo {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
    text-indent: -9999px;
    overflow: hidden;
  }
  .footerBox .w1200.flex-row {
    flex-wrap: wrap;
    padding: 0 0.4rem;
  }
  .footerBox h3 {
    color: #fff;
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.42rem;
  }
  .footerBox a {
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.38rem;
    color: #939393;
    margin-top: 0.16rem;
    display: inline-block;
  }
  .footerBox ul {
    width: 50%;
    margin-top: 0.64rem;
  }
  .footerBox ul li {
    padding-left: 0.8rem;
  }
  .footeTwo {
    background-color: #272727;
    border-top: 1px solid #666666;
    height: 1rem;
  }
  .footeTwo .ulNav {
    display: none;
  }
  .footeTwo .ulNav a {
    font-family: Inter;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    margin-right: 0.5rem;
    color: #D4D4D4;
  }
  .footeTwo .ulImg {
    margin: 0 auto;
  }
  .footeTwo .ulImg img {
    width: 0.48rem;
    height: 0.48rem;
    margin: 0.2rem;
  }
  .footeTwo .border {
    width: 0.01rem;
    height: 100%;
    background-color: #666666;
    margin: 0px 0.25rem;
  }
  .section-tab {
    box-sizing: border-box;
    padding: 0.32rem 0 0.6rem;
    margin: 0 auto;
    display: block;
  }
  .section-tab .tab-box {
    width: 1.76rem;
    margin-right: 0.1rem;
    position: fixed;
    right: 0rem;
    top: 50%;
    z-index: 99999;
  }
  .section-tab .tab-box .item {
    height: 0.8rem;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #EBEBEB;
    background: #FBFBFD;
  }
  .section-tab .tab-box .item a {
    color: #272727;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-tab .tab-box .item.active {
    border-left: 0.04rem solid #E3322C;
    background: #F0F2F5;
  }
  .section-tab .tab-box .item.active a {
    color: #E3322C;
  }
  .section-tab .tab-box .item-top {
    height: 1rem;
    margin-bottom: 0.16rem;
    background-color: #E3322C !important;
  }
  .section-tab .main-box {
    flex: 1;
    margin: 0 0.4rem;
  }
  .section-tab .main-title {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 0.94rem;
    padding: 0 0.24rem;
    justify-content: space-between;
    align-items: center;
    border-left: 0.04rem solid #E3322C;
    background: #F5F5F7;
    margin-bottom: 0.32rem;
  }
  .section-tab .main-title h3 {
    color: #E3322C;
    font-family: PingFang SC;
    font-size: 0.34rem;
    font-style: normal;
    font-weight: 600;
  }
  .section-tab .main-title p {
    color: #666;
    font-family: PingFang SC;
    font-size: 0.24rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .section-tab .main-title i {
    margin: 0 0.1rem;
  }
  .section-tab .main-title span {
    color: #272727;
  }
  .develop-container {
    padding-bottom: 0.48rem;
  }
  .develop-container .container-row {
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .develop-container .container-item {
    height: 2.07rem;
    flex: 1;
    position: relative;
    margin-top: 0.3rem;
  }
  .develop-container .container-item + .container-item {
    margin-left: 0rem;
  }
  .develop-container .item-img {
    width: 100%;
    height: 100%;
  }
  .develop-container .item-title {
    position: absolute;
    color: #FFF;
    font-family: PingFang SC;
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 600;
    bottom: 0.18rem;
    left: 0.2rem;
  }
  .pages-container {
    padding: 0.4rem 1.4rem;
    display: flex;
    justify-content: space-between;
  }
  .pages-container .pages-box {
    display: flex;
  }
  .pages-container .pages-item {
    display: flex;
    width: 0.8rem;
    height: 0.8rem;
    padding: 0.16rem;
    justify-content: center;
    align-items: center;
    border: 0.01px solid #272727;
    background-color: #fff;
    color: #272727;
    font-size: 0.32rem;
    cursor: pointer;
  }
  .pages-container .pages-item:hover {
    text-decoration: none;
  }
  .pages-container .pages-item + .pages-item {
    margin-left: 0.22rem;
  }
  .pages-container .pages-item.active {
    border-color: #E3322C;
    background-color: #E3322C;
    color: #fff;
  }
  .button-next,
  .button-prev {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #272727;
    margin-left: 0.24rem;
    background-size: 0.2rem 0.16rem;
  }
  .recruit-box .recruit-item a {
    width: 100%;
    height: 2.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fbfbfb;
    border: 0.01rem solid #ebebeb;
    padding: 0 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    margin-bottom: 0.2rem;
  }
  .recruit-box .recruit-item a:hover {
    box-shadow: 0px 0.05rem 0.3rem 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border: 0.01rem solid #fff;
  }
  .recruit-box .recruit-item .icon {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.08rem;
    background-size: 0.2rem 0.16rem;
  }
  .recruit-box .recruit-container {
    width: 6.5rem;
  }
  .recruit-box .recruit-title {
    font-family: PingFang SC;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 0.7rem;
    text-align: left;
    color: #272727;
    margin-bottom: 0.16rem;
  }
  .recruit-box .recruit-detail {
    width: 100%;
    font-family: PingFang SC;
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.4rem;
    text-align: left;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .recruit-box .recruit-btn {
    width: 2rem;
    height: 1rem;
    border-radius: 0.08rem;
    font-family: PingFang SC;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 0.4rem;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #272727;
    color: #fff;
    cursor: pointer;
  }
  .video-item::after {
    background-size: 2.48rem 2.48rem;
  }
  .tab-buttons {
    flex-wrap: wrap;
  }
  .tab-buttons .tab-btn-item {
    margin-bottom: 0.3rem;
  }
  .tab-buttons .tab-btn-item > a {
    height: 0.6rem;
    padding: 0 0.24rem;
    border-radius: 0.3rem;
    font-size: 0.36rem;
  }
  .tab-buttons.tab2 .tab-btn-item > a {
    height: 0.36rem;
    padding: 0 0.1rem;
    border-radius: 0.3rem;
    font-size: 0.1rem;
  }
  .search-box {
    display: flex;
    width: auto;
    height: 0.88rem;
    padding: 0.16rem 0.12rem 0.16rem 0.16rem;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 0.05rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .search-box.search2 {
    flex: 1;
    margin-right: 0.16rem;
    border-color: #999;
  }
  .search-box.search2 input {
    color: #272727;
  }
  .search-box input {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
  }
  .search-box input:focus {
    border: none;
    box-shadow: none;
  }
  .search-box .awrrod {
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    border: 0;
    outline: 0;
    background: url(../img/common/awrrod.png) no-repeat;
    background-size: 100% 100%;
  }
  .search-container .search-btn {
    width: 1.84rem;
    display: flex;
    height: 0.88rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.04rem;
    border: 1px solid #272727;
    background-color: #FBFBFD;
  }
}
