.layui-input,
.layui-select,
.layui-textarea {
  height: 56px;
  border-radius: 8px;
  border-color: #a0a0a0;
  padding-left: 16px;
  font-size: 16px;
  color: #3d3d3d;
  caret-color: #ef6e20;
}
.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #3d3d3d;
  color: #999;
}
.layui-form-select dl {
  top: 60px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(160, 160, 160, 0.5);
  border-radius: 8px;
}
.layui-form-selectup dl {
  top: auto;
  bottom: 60px;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
  padding: 0 14px;
  line-height: 40px;
}

.layui-form-select dl dd {
  font-size: 16px;
  color: #3d3d3d;
}

.layui-form-select dl dd:hover {
  background: #f4f5f7;
}

@media only screen and (max-width: 767px) {
  .layui-input,
  .layui-select,
  .layui-textarea {
    height: 48px;
    border-radius: 4px;
    border-color: #f4f5f7;
    background: #f4f5f7;
    font-size: 14px;
  }
  .layui-input::-webkit-input-placeholder,
  .layui-select::-webkit-input-placeholder,
  .layui-textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
  }
  .layui-form-select dl {
    top: 52px;
    border-radius: 4px;
  }
  .layui-form-selectup dl {
    top: auto;
    bottom: 52px;
  }

  .layui-form-select dl dd,
  .layui-form-select dl dt {
  }

  .layui-form-select dl dd {
    font-size: 14px;
  }
}

.developer-page {
  background-color: rgba(244, 245, 247, 1);
}
.wrapper {
  padding: 0 180px;
}

.btn-primary {
  width: 204px;
  height: 48px;
  line-height: 48px;
  background-image: linear-gradient(-120deg, #ff9d2b 0%, #ed6400 50%);
  border-radius: 6px;
  transition: all 0.3s;
  font-size: 16px;
  color: #ffffff;
  border: 0 none;
  z-index: 5;
}
.btn-primary:hover {
  background-image: linear-gradient(
    -120deg,
    rgba(255, 157, 43, 0.8) 0%,
    rgba(237, 100, 0, 0.8) 50%
  );
}
.btn-primary:active {
  background-image: linear-gradient(
    -120deg,
    rgba(255, 157, 43, 0.8) 0%,
    rgba(237, 100, 0, 0.8) 50%
  );
}
.form-section {
  background: #fff;
  padding: 50px 0;
}
.mod-form .mod-hd {
  font-size: 44px;
  color: #181818;
  margin-bottom: 14px;
}
.mod-form .mod-hd h3 {
  font-weight: normal;
}
.mod-form .info {
  font-size: 14px;
  color: #a0a0a0;
  margin-bottom: 36px;
}
.mod-form .info .line1 {
  margin-bottom: 8px;
}
.form-bd {
  background: #f4f5f7;
  border-radius: 12px 12px 12px 12px;
  padding: 40px;
}
.form-bd h4 {
  font-size: 28px;
  font-weight: normal;
  color: #3d3d3d;
  margin-bottom: 28px;
}
.form-ft {
  text-align: center;
  margin-top: 40px;
}
.form-ft .layui-btn {
  width: 360px;
  height: 56px;
  background: linear-gradient(183deg, #ff9d2b 0%, #ed6400 79%);
  border-radius: 6px 6px 6px 6px;
  font-size: 18px;
  color: #ffffff;
}
.h {
  color: #ef6e20;
}
a.h:hover {
  color: #ef6e20;
  text-decoration: underline;
}
.dev-box {
  margin-bottom: 66px;
  position: relative;
  z-index: 1;
}
.dev-title {
  font-size: 32px;
  color: #3d3d3d;
  margin-bottom: 24px;
  position: relative;
}
.dev-title .extra {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #a0a0a0;
  display: none;
}
.dev-list {
  margin: 0 -8px;
}
.dev-list li {
  float: left;
  width: 25%;
  padding: 8px;
  box-sizing: border-box;
}

.dev-list li .wrap {
  background: #ffffff;
  box-shadow: 0px 5px 26px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px 12px 12px 12px;
  padding: 20px 16px;
  height: 200px;
  box-sizing: border-box;
}
.dev-list li .title {
  font-size: 18px;
  color: #3d3d3d;
  margin-bottom: 15px;
}
.dev-list li .sub-title {
  font-size: 18px;
  color: #ef6e20;
  margin-bottom: 20px;
  /* font-family: HarmonyOS Sans SC-Regular, HarmonyOS Sans SC; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.dev-list li .desc {
  font-size: 12px;
  color: #a0a0a0;
  height: 80px;
  overflow-y: hidden;
  line-height: 1.8;
}
.dev-list li .desc::-webkit-scrollbar {
  width: 5px;
}
.dev-list li .desc::-webkit-scrollbar-thumb {
  background: rgba(61, 61, 61, 0.5);
  border-radius: 4px;
}
.dev-list li .desc::-webkit-scrollbar-thumb:hover {
  background: rgba(61, 61, 61, 0.5);
}
.dev-list li .desc::-webkit-scrollbar-track {
  border-radius: 4px;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 1);
}

.dev-list li .desc.active {
  overflow-y: auto;
}
.tab-bar {
  height: 56px;
  background: rgba(4, 7, 9, 0.8);
  margin-bottom: 40px;
}
.tabs-nav-list {
  display: flex;
  align-items: center;
}
.tabs-nav-list li {
  margin-right: 16px;
}
.tabs-nav-list li a {
  display: block;
  line-height: 56px;
  padding: 0 10px;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.tabs-nav-list li:hover a,
.tabs-nav-list li.active a {
  color: #ef6e20;
}
.tabs-nav-list li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ef6e20;
}

.swiper {
  height: 210px;
  overflow: hidden;
  width: calc(100% - 320px);
}

.swiper-slide {
  width: 280px;
}

.recommend-item {
  width: 280px;
  height: 210px;
  background: rgba(46, 50, 53, 0.9);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px;
}

.recommend-item .title {
  padding: 2px 0;
  margin-bottom: 12px;
  font-size: 24px;
  color: #ffffff;
}
.recommend-item .sub-title {
  margin-bottom: 24px;
  font-size: 16px;
  color: #ef6e20;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.recommend-item .desc {
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  height: 80px;
  overflow-y: hidden;
}
.recommend-item .desc.active {
  overflow-y: auto;
}
.recommend-item .desc::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}
.recommend-item .desc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.recommend-item .desc::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.recommend-item .desc::-webkit-scrollbar-track {
  border-radius: 4px;
  box-shadow: none;
  background: transparent;
}

.sub-banner {
  position: relative;
  padding-top: 90px;
  padding-left: 230px;
}

.sub-banner .pc-bg,
.sub-banner .m-bg {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sub-banner .pc-bg {
  display: block;
}
.sub-banner .m-bg {
  display: none;
}

.sub-banner::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  top: 120px;
  width: 56px;
  height: 354px;
  background-image: url("../images/dev-mask.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sub-banner-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.sub-banner-left {
  height: 210px;
  box-sizing: border-box;
  width: 320px;
}
.sub-banner-left .title {
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
  padding-top: 20px;
  margin-bottom: 29px;
}
.swiper-pagination {
  left: 0;
  margin-top: 40px;
}
.swiper-pagination-bullet-active {
  border-color: #fff;
}
.swiper-pagination-bullet {
  width: 63px;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  /*        border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
  margin: 0 6px 0 0;
  opacity: 1;
}

.cont-cont {
  position: relative;
}
.search-area {
  border-radius: 30px;
  border: 1px solid #a0a0a0;
  position: relative;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.search-input {
  font-size: 12px;
  color: #a0a0a0;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s;
  background-color: transparent;
  border: 0;
  width: 258px;
  height: 32px;
  position: relative;
  padding: 0 10px 0 33px;
}

.search-button {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 1;
  width: 32px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0a0a0;
  background-image: url("../images/search-black.svg");
  background-repeat: no-repeat;
  background-position: 12px 50%;
}

.search-button:hover {
  opacity: 0.8;
}

.search-area:hover,
.search-area.search-focus {
  border-color: rgba(239, 110, 32, 1);
  box-shadow: 0 0 0 4px rgba(239, 110, 32, 0.15);
  outline: 0;
}
.layui-form-item {
  margin-bottom: 0px;
}
.code-input {
  width: 242px;
}

.send-btn-link {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  background: linear-gradient(183deg, #ff9d2b 0%, #ed6400 79%);
  border-radius: 6px 6px 6px 6px;
  color: #ffffff;
  transition: all 0.3s;
}
.send-btn-link:hover {
  background: linear-gradient(
    183deg,
    rgba(255, 157, 43, 0.8) 0%,
    rgba(237, 100, 0, 0.8) 79%
  );
  color: #ffffff;
}

.send-btn-link.disabled {
  border-radius: 4px;
  background: #f4f5f7;
  color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}
.nodata {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
  font-size: 14px;
}

.nodata .info-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/info-icon.svg") 0 0 no-repeat;
}
.h {
  color: #ff6a00;
}

.mySwiper .swiper-pagination-bullet::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff6a00;
  background-color: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation: process 3s linear;
}
.mySwiper.paused .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  animation-play-state: paused;
}
@keyframes process {
  0% {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}
.leftfix {
  position: fixed;
  top: 89px;
  width: 100%;
  z-index: 99;
}
.seaarchfix {
  position: fixed;
  top: 100px;
  z-index: 100;
  right: calc(50% - 720px);
}
.seaarchfix .search-button {
  background-image: url("../images/search-white.svg");
}
.seaarchfix.search-area {
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.seaarchfix .search-button,
.seaarchfix .search-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.input-status-error .layui-input {
  border-color: #ef6e20;
}
.form-item-explain-error {
  font-size: 12px;
  color: #ef6e20;
  line-height: 18px;
  margin-top: 4px;
  position: absolute;
}

@media only screen and (max-width: 1500px) {
  .wrapper {
    padding: 0 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1024) {
  .wrapper {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 833px) {
  .wrapper {
    padding: 0 24px;
  }
}

@media only screen and (max-width: 991px) {
  .dev-list li {
    width: 50%;
  }
}

.m-hidden {
  display: block;
}

.c-result {
  padding: 118px 32px 119px;
}
.c-result .c-result-icon {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-result .c-result-img {
  background-image: url("../images/check-icon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 48px;
  height: 48px;
}
.c-result .c-result-title {
  color: rgba(0, 0, 0, 0.88);
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
}
.c-result .c-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  text-align: center;
}
.mod-form .info.m-display {
  display: none;
}
@media only screen and (max-width: 767px) {
  .recommend-item {
    background: rgba(46, 50, 53, 0.7);
    height: 200px;
  }
  .recommend-item .title {
    margin-bottom: 4px;
  }
  .tab-bar {
    margin-bottom: 28px;
  }
  .dev-list li {
    width: 100%;
  }
  .dev-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .dev-list li .title {
  }
  .form-bd {
    background: #fff;
    border-radius: 0;
    padding: 20px 0 16px;
  }
  .form-bd h4 {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .form-ft {
    text-align: center;
    margin-top: 0px;
  }
  .btn-primary,
  .form-ft .layui-btn {
    border-radius: 0;
    width: 100%;
    height: 48px;
    background: url("../images/m-submit-btn-bg.png") 50% 50% no-repeat;
    background-size: 100% 100%;
  }
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:focus,
  .form-ft .layui-btn:hover,
  .form-ft .layui-btn:active,
  .form-ft .layui-btn:focus {
    background: url("../images/m-submit-btn-bg.png") 50% 50% no-repeat;
  }

  .code-input {
    width: 100%;
  }
  .search-area {
    display: none;
  }
  .dev-title .extra {
    display: block;
  }
  .sub-banner {
    box-sizing: border-box;
    height: 540px;
    padding: 66px 24px 0;
  }
  .sub-banner-wrap {
    position: relative;
    padding-left: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .sub-banner-left {
    padding: 0;
    width: 100%;
    height: auto;
  }
  .sub-banner-left .title {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .swiper {
    width: 100%;
  }
  .btn-primary {
    position: absolute;
    left: 0;
    bottom: 40px;
  }
  .swiper-pagination {
    left: 4px;
    margin-top: 0;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .mySwiper .swiper-pagination-bullet::after {
    display: none;
  }
  .mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
  }
  .leftfix {
    position: fixed;
    top: 60px;
    width: 100%;
    z-index: 99;
  }
  .m-block {
    display: block;
  }
  .m-hidden {
    display: none;
  }
  .layui-col-space32 {
    margin: -8px;
  }
  .layui-col-space32 > * {
    padding: 8px;
  }

  .sub-banner .pc-bg {
    display: none;
  }
  .sub-banner .m-bg {
    display: block;
  }
  .mod-form .mod-hd {
    display: none;
  }
  .form-section {
    padding: 22px 0;
  }
  .mod-form .info.m-display {
    margin-top: 16px;
    display: block;
  }

  .c-result {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-result .c-result-icon {
  }
  .c-result .c-result-img {
    background-image: url("../images/m-check-icon.svg");
  }
  .c-result .c-result-title {
  }
  .c-result .c-result-subtitle {
  }

  .form-item-explain-error {
    position: relative;
  }
  .sub-banner::after {
    height: 300px;
  }
}
