@charset "UTF-8";
.download_tips{
    display:none;
   position: absolute;
    border-radius: 5px;
    padding: 5px 10px;
    top: 48px;
    left: 60px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #0A0A0A;
    z-index: 2;
}
.banner {

  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 992px;
}
.banner .banner_tit {
  font-weight: bold;
}
.banner .banner_des {
  font-weight: 500;
  margin-top: 22px;
}

.download {
  position: relative;
  padding: 78px 0 225px;
}
.download .con {
  margin-top: 74px;
}
.download .tab {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 22px;
  border-bottom: 1px solid #333333;
  margin-bottom: 12px;
}
.download .tab > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 72px;
}
.download .tab > div:last-child {
  margin-right: 0px;
}
.download .icon {
  margin-right: 8px;
}
.download .icon_c {
  display: none;
}
.download .tab_act:first-child {
  color: #12C785;
}
.download .tab_act:last-child {
  color: #3263FF;
}
.download .tab_act .icon_g {
  display: none;
}
.download .tab_act .icon_c {
  display: block;
}
.download .column > div {
  display: none;
}
.download .column > div:first-child div:hover {
  border-color: #12C785;
  color: #12C785;
}
.download .column > div:first-child .column_act {
  color: #12C785;
  background: #082219;
  border: 1px solid #12C785;
}
.download .column > div:last-child {
  margin-right: 0;
}
.download .column > div:last-child div:hover {
  border-color: #3263FF;
  color: #3263FF;
}
.download .column > div:last-child .column_act {
  color: #3263FF;
  background: #071132;
  border: 1px solid #3263FF;
}
.download .column > div div {
  width: 200px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #A6A6A6;
  color: #A6A6A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 72px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.download .column > div div:last-child {
  margin-right: 0;
}
.download .column .column_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.download .more {
  width: 124px;
  cursor: pointer;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-weight: 400;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid white;
  position: absolute;
  left: 16px;
  bottom: 15px;
}
.download .more .icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 8px;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.download .more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          width:20px;
}
.download .more svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.download .more:hover {
  background: white;
  color: #020202;
}
.download .more:hover svg {
  -webkit-animation: btn_ani 1s;
          animation: btn_ani 1s;
}
.download .more:hover svg path {
  fill: #020202;
}
.download .con_tab {
  color: white;
  margin-top: 55px;
}
.download .size {
  margin-top: 10px;
}
.download .list_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  height: 178px;
  border-radius: 12px;
  background: #0A0A0A;
   width: calc((100% - 40px) / 3);
  margin-right: 20px;
  transition: all 0.5s;
}
.download .list_flx:hover{
        box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
}
  .download .list_flx:nth-child(3n) {
    margin-right: 0px;
  }
  .download .list_flx:nth-child(n+4) {
    margin-top: 20px;
  }
.download .list_l {
  width: 94px;
  height: 154px;
  border-radius: 8px;
  background: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.download .list_r {
  padding: 16px 0 0 16px;
  width: calc(100% - 94px);
  position: relative;
}
.download .list_tit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.download .list_size{
    margin-top: 10px;
        display: block;
}
.download .list_tit a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.download .list {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


@-webkit-keyframes btn_ani {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes btn_ani {
  0% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.form_box {
  display: none;
  width: 100%;
  height: 100%;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  z-index: 999;
}
.form_box form{
        position: absolute;
        z-index: 2;
    height: min-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1240px;
    padding: 36px 36px 58px;
  border-radius: 16px;
  background: #000000;
  -webkit-box-shadow: 0px 0px 30px 3px rgba(255, 255, 255, 0.7);
          box-shadow: 0px 0px 30px 3px rgba(255, 255, 255, 0.7);
}
.form_box .form_flx {
  position: relative;
  padding: 0 76px;
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_box .form_flx > div {
  width: 438px;
}
.form_box .form_flx > div:nth-child(n+3) {
  margin-top: 64px;
}
.form_box .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.form_box .close:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.new_flx{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_box .form_title {
  font-weight: 500;
}
.form_box .form_tit {
  margin-bottom: 20px;
}
.form_box .must::before {
  content: "*";
  color: #12C785;
}
.form_box .form_input {
  height: 52px;
  padding: 0 16px;
  border: 1px solid #737373;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.form_box .form_input input {
  width: 100%;
  background: none;
  border: none;
  color: white;
}
.form_box .form_input input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent !important;
    background-image: none !important;
    transition: background-color 50000s ease-in-out 0s !important;
}
.form_box .form_input input::-webkit-input-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.form_box .form_input input::-moz-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.form_box .form_input input:-ms-input-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.form_box .form_input input::-ms-input-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.form_box .form_input input::placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.form_box .download_btn {
    color: #333;
  width: 210px;
  height: 52px;
  border-radius: 8px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin: 50px auto 0;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.form_box .download_btn:hover {
  color: white;
  background: #12C785;
}
.form_box .send2 {
    cursor: pointer;
    color: #333;
  width: 92px;
  height: 28px;
  border-radius: 2px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border: none;
}
.form_box .send_input {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_box .send_input input {
  width: calc(100% - 112px);
}
.form_box .choose_list {
  display: none;
  height: 136px;
  overflow-y: scroll;
  position: absolute;
  z-index: 2;
  top: 56px;
  left: 0;
  width: 100%;
  background: #1C1C1E;
  border: 1px solid #737373;
  border-radius: 4px;
}
.form_box .choose_list::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.form_box .choose_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.form_box .choose_list::-webkit-scrollbar-thumb {
  background: white;
  /* 滚动色 */
  border-radius: 6px;
}
.form_box .choose_list div {
  padding: 5px 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.form_box .choose_list div:hover {
  padding-left: 30px;
  color: #12C785;
}

@media screen and (max-width: 1600px) {
  .download {
    padding: 4.0625% 0 11.71875%;
  }
  .download .con {
    margin-top: 5.13%;
  }
  .download .column > div div {
    margin-right: 50px;
  }
  .download .con_tab {
    color: white;
    margin-top: 40px;
  }

  .download .list_l {
    width: 70px;
  }
  .download .list_l img {
    width: 50px;
  }
  .download .list_r {
    width: calc(100% - 70px);
  }
    .form_box form{
    width: 960px;
  }
  .form_box .form_flx > div {
    width: 350px;
  }
  .form_box .form_flx {
    padding: 0 50px;
  }
  .form_box .form_tit {
    margin-bottom: 10px;
  }
  .form_box .form_flx > div:nth-child(n+3) {
    margin-top: 30px;
  }
  .form_box .form_flx {
    margin-top: 20px;
  }
  .form_box .download_btn {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 1200px) {
  .form_box .form_flx > div {
    width: 270px;
  }
  .form_box form{
    width: 670px;
    padding: 36px;
  }
  .form_box .form_flx {
    padding: 0;
  }
  .form_box .form_input {
    height: 46px;
  }
  .form_box .choose_list {
    top: 50px;
  }
  .form_box .form_flx > div:nth-child(n+3) {
    margin-top: 20px;
  }
  .form_box .download_btn {
    width: 164px;
    height: 46px;
  }
  .form_box .download_btn {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .download .list_flx {
    width: calc((100% - 20px) / 2);
    margin-right: 0 !important;
  }
  .download .list_act {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .download .list_flx:nth-child(n+3) {
    margin-top: 20px;
  }
  .download .column > div div {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
      .form_box form{
    width: 100%;
    padding:60px 20px 0;
    margin-top: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    z-index: 99;
  }

  .form_box .form_flx > div {
    width: 100%;
  }
  .form_box .form_flx > div:nth-child(n+2) {
    margin-top: 15px;
  }
  .form_box .download_btn {
    width: 120px;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .download {
    padding: 40px 0;
  }
  .download .list_flx {
    width: 100%;
  }
  .download .list_flx:nth-child(n+2) {
    margin-top: 20px;
  }
  .download .column > div div {
    margin-right: 10px;
    font-size: 10px;
  }
  .download .con {
    margin-top: 25px;
  }
  .download .tab > div {
    margin-right: 25px;
  }
  .download .con_tab {
    margin-top: 30px;
  }
  .download .tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .download .column .column_show {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
    .banner{
        display: flex;
        justify-content: center;
    }
  .banner img{
    width: auto;
    height: 300px;
}
.download .more{
    width: 130px;
    height: 40px;
}
}
