.clickShow{
  color: #00A2E8;
  font-size: 16px;
  text-decoration: underline;
  margin: 25px 0 0 0;
  cursor: pointer;
  width: fit-content;
}
.download {
  padding: 78px 0 120px 0;
  min-height: 65vh;
}
.download .wrap {
  width: 1120px;
  margin: auto;
  position: relative;
  max-width: 90%;
}
.download .wrap .back {
  display: flex;
  align-items: center;
  position: absolute;
  right: -248px;
  top: 12px;
}
.download .wrap .back p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin: 0 12px 0 0;
}
.download .wrap .back .iconfont {
  color: #666666;
  font-size: 18px;
}
.download .wrap .title {
  text-align: center;
  margin: 0 0 50px;
}
.download .wrap .title span {
  font-size: 36px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 19px;
  display: block;
}
.download .wrap .title p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.download .wrap .title .p{
  display: none;
}
.download .wrap .title .p.on{
  display: block;
}
.download .wrap .download_search {
  position: relative;
  width: 23.95833333vw;
  margin: auto;
}
.download .wrap .download_search .iconfont {
  position: absolute;
  background: transparent;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  color: #d0d1d6;
  font-size: 18px;
}
.download .wrap .download_search input {
  width: 100%;
  height: 44px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  padding: 0 0 0 21px;
  font-size: 16px;
  font-weight: 400;
}
.download .wrap .download_search input::placeholder {
  color: #D0D1D6;
}
.download .wrap .content {
  margin: 92px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download .wrap .content a {
  width: 27vw;
  padding: 0 0 10px;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(191, 191, 191, 0.28);
  transition: 0.6s;
}
.download .wrap .content a .dis{
  display: flex;
  align-items: center;
}
.download .wrap .content a .dis .img{
  width: 97px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 44px 0 0;
}
.download .wrap .content a p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(32, 32, 32, 0.8);
  transition: 1s;
}
.download .wrap .content a .iconfont {
  color: rgba(0, 0, 0, 0.8);
  font-size: 20px;
  transition: 1s;
}
.download .wrap .content a:hover p {
  color: #e72410;
}
.download .wrap .content a:hover{
  border-bottom: 1px solid #e72410;
}
.download .wrap .content a:hover .iconfont {
  color: #e72410;
}

.header:after{
  background: #F7F7F7;
}

body{
  background: #F7F7F7;
}

.download .wrap .last_content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.download .wrap .last_content2{
  margin: 50px 0 0 0;
}
.download .wrap .last_content .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 0 31px;
  background: #fff;
  width: 550px;
  height: 120px;
  margin: 0 0 20px;
}
.download .wrap .last_content .item.all {
  width: 100%;
}
.download .wrap .last_content .item:not(.all) {
  display: none;
}
.download .wrap .last_content .item .l{
  display: flex;
  align-items: center;
}
.download .wrap .last_content .item .l .img{
  width: 100px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 39px 0 0;
}
.download .wrap .last_content .item .l .text p{
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  margin: 0 0 13px;
  line-height: 17px;
}
.download .wrap .last_content .item .l .text .red{
  font-size: 16px;
  font-weight: 500;
  color: #E72410;
}
.download .wrap .last_content .item .r {
  cursor: pointer;
}
.download .wrap .last_content .item .r svg{
  width: 45px;
  height: fit-content;
}
.download .wrap .last_content .item .r svg path{
  transition: 0.7s;
}
.download .wrap .last_content .item .r svg:hover path{
  fill: #E72410;
}
.download .wrap .last_content .item.all{
  width: 100%;
  height: 140px;
  border-bottom: 2px solid #E72410;
}
.download .wrap .last_content .item.all .img{
  width: 117px;
  height: 68px;
}
.download .wrap .last_content .item.all .text p{
  font-size: 20px;
}

.fixed_down{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
.fixed_down .black{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}

.fixed_down .wrap{
  position: relative;
  z-index: 5;
  width: 900px;
  max-height: 700px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 54px 76px 73px 75px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  transition: 1s;
  transform: translateY(20px);
}

.fixed_down.on{
  opacity: 1;
  pointer-events: auto;
}

.fixed_down.on .wrap{
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.fixed_down .wrap::-webkit-scrollbar{
  width: 0;
}

.fixed_down .wrap .title{
  display: flex;
  align-items: center;
  padding: 0 0 36px;
  margin: 0 0 35px;
  border-bottom: 1px solid #F4F5F6;
}
.fixed_down .wrap .title .img{
  width: 76px;
  height: 76px;
  background: #EDEDED;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px 0 0;
}
.fixed_down .wrap .title .img img{
  max-width: 70%;
  object-fit: contain;
}

.fixed_down .wrap .title .text h1{
  font-size: 24px;
  font-weight: 500;
  color: #111111;
  line-height: 23px;
  margin: 0 0 9px;
}
.fixed_down .wrap .title .text p{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
}
.fixed_down .wrap .flex{
  display: flex;
  align-items: center;
}
.fixed_down .wrap .flex .item{
  margin: 0 30px 0 0;
  cursor: pointer;
  position: relative;
}
.fixed_down .wrap .flex .item:not(:first-child) {
  pointer-events: none;
}
.fixed_down .wrap .flex .item:not(:first-child).events{
  pointer-events: auto;
}
.fixed_down .wrap .flex .item .pull{
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.05);
  /*padding: 15px 0 27px 0;*/
  padding: 15px 0;
  display: none;
  z-index: 65;
}
.fixed_down .wrap .flex .item.on .pull{
  display: block;
}
.fixed_down .wrap .flex .item .pull .list{
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding: 0 20px;
}
.fixed_down .wrap .flex .item .pull::-webkit-scrollbar{
  display: none;
}
.fixed_down .wrap .flex .item .show{
  width: 210px;
  height: 43px;
  background: rgba(0,153,68,0);
  border: 1px solid #F4F5F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.fixed_down .wrap .flex .item .show p{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.fixed_down .wrap .flex .item .show .iconfont{
  color: #999999;
  font-size: 14px;
}

.fixed_down .wrap .flex .item .matter.on{
  display: block;
}
.fixed_down .wrap .clone{
  width: 25px;
  height: 25px;
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 5;
  transform: rotate(45deg);
  cursor: pointer;
  transition: 0.7s;
}
.fixed_down .wrap .clone:hover{
  transform: rotate(225deg);
}

.fixed_down .wrap .clone:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #111111;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.fixed_down .wrap .clone:before{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #111111;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.fixed_down .wrap .append{
  padding: 0 0 47px;
  border-bottom: 1px solid #F4F5F6;
}
.fixed_down .wrap .append .content{
  display: flex;
  flex-wrap: wrap;
  margin: 58px 0 0 0;
  display: none;
}
.fixed_down .wrap .append .content .item{
  display: flex;
  align-items: center;
  margin: 0 169px 50px 0;
}
.fixed_down .wrap .append .content .item:nth-child(2n) {
  margin: 0 169px 50px 0;
}
.fixed_down .wrap .append .content .item:nth-last-child(1),.fixed_down .wrap .append .content .item:nth-last-child(2) {
  margin: 0 169px 0 0;
}
.fixed_down .wrap .append .content .item .img{
  width: 42px;
  height: 42px;
  margin: 0 23px 0 0;
}
.fixed_down .wrap .append .content .item .img svg{
  width: 42px;
  height: 42px;
}
.fixed_down .wrap .append .content .item .text h5 {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  margin: 0 0 5px;
}
.fixed_down .wrap .append .content .item .text .dis{
  display: flex;
  align-items: center;
}
.fixed_down .wrap .append .content .item .text .dis:not(:last-child) {
  margin: 0 0 8px;
}
.fixed_down .wrap .append .content .item .text .dis p{
  font-size: 14px;
  font-weight: 500;
  color: #21A4F4;
  margin: 0 10px 0 0;
}
.fixed_down .wrap .append .content .item .text .dis svg{
  width: 20px;
  height: fit-content;
}
.fixed_down .wrap .append .content .item .text .dis svg path{
  fill: #21A4F4;
}
.fixed_down .wrap .label{
  margin: 34px 0 0 0;

}
.fixed_down .wrap .label .headline{
  font-size: 19px;
  font-weight: 500;
  color: #111111;
  margin: 0 0 30px;
}
.fixed_down .wrap .label .grid{
  display: flex;
  flex-wrap: wrap;
}
.fixed_down .wrap .label .grid .list{
  width: fit-content;
  height: 31px;
  background: #F2F2F2;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  margin: 0 20px 12px 0;
}

@media screen and (max-width: 1320px) {
  .download .wrap .back {
    right: -169px;
  }
  .download .wrap .last_content .item{
    width: 49%;
  }
  .download .wrap .last_content .item .l .text p{
    font-size: 17px;
  }
}
@media screen and (max-width: 1023px) {
  .download .wrap .last_content .item .l .text p{
    line-height: 1.2;
  }
  .download .wrap {
    width: 90%;
  }
  .download .wrap .title span{
    font-size: 24px;
  }
  .download .wrap .title p{
    font-size: 14px;
  }
  .download {
    padding: 38px 0 21px 0;
  }
  .download .wrap .download_search{
    width: 100%;
  }
  .download .wrap .download_search input{
    font-size: 14px;
  }
  .download .wrap .title{
    margin: 0 0 30px;
  }
  .download .wrap .content{
    margin: 42px 0 0 0;
    flex-direction: column;
  }
  .download .wrap .content a {
    width: 100%;
    padding: 0 0 11px;
    margin: 0 0 23px;
  }



  .download .wrap .last_content .item {
    width: 100%;
  }

  .fixed_down .wrap{
    max-width: 90%;
    padding: 5%;
  }
  .fixed_down .wrap .label .grid .list{
    font-size: 14px;
  }
}

@media screen and (max-width: 925px) {
  .fixed_down .wrap .append .content .item{
    margin: 0 0 35px!important;
  }
  .fixed_down .wrap .append .content{
    justify-content: space-between;
    padding: 0 30% 0 0;
  }

}

@media screen and (max-width: 815px) {
  .fixed_down .wrap .title .text h1{
    font-size: 20px;
  }
  .fixed_down .wrap .title .text p{
    font-size: 14px;
  }
  .fixed_down .wrap .append .content{
    padding: 0 20% 0 0;
  }
}

@media screen and (max-width: 657px) {
  .fixed_down .wrap .append .content {
    padding: 0 5% 0 0;
  }
  .fixed_down .wrap .title .text p {
    width: 100%;
  }
  .fixed_down .wrap .title .text{
    width: 57%;
  }
  .fixed_down .wrap .clone {
    right: 20px;
    top: 15px;
  }
  .fixed_down .wrap .title .text h1 {
    font-size: 18px;
  }
  .fixed_down .wrap .title .text p {
    font-size: 12px;
  }
  .fixed_down .wrap .flex .item .show{
    width: 100%;
  }
  .fixed_down .wrap .flex .item{
    width: 100%;
    margin: 0 0 15px;
  }
  .fixed_down .wrap .flex{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 550px) {
  .download .wrap .last_content .item{
    padding: 0 3%;
  }
  .download .wrap .last_content .item .l .img{
    margin: 0 25px 0 0;
  }
  .download .wrap .last_content .item{
    height: 120px!important;
  }
  .download .wrap .last_content .item .img{
    width: 100px!important;
    height: 57px!important;
  }
}
@media screen and (max-width: 475px) {
  .download .wrap .last_content .item .img {
    width: 83px!important;
    height: 45px!important;
  }
  .download .wrap .last_content .item .l .img{
    margin: 0 15px 0 0;
  }
  .download .wrap .last_content .item .l .text p{
    margin: 0 0 5px;
  }
  .download .wrap .last_content .item .l .text .red{
    font-size: 14px;
  }
  .download .wrap .last_content .item .r svg{
    width: 30px;
  }
  .fixed_down .wrap .append .content{
    margin: 25px 0 0 0;
  }
  .fixed_down .wrap .append{
    padding: 0;
  }
  .fixed_down .wrap{
    max-height: 60vh;
    padding: 3%;
  }
  .fixed_down .wrap .title .text h1 {
    font-size: 16px;
  }
  .fixed_down .wrap .title .text p {
    font-size: 11px;
  }
}
/*# sourceMappingURL=download.css.map */
