/*Main*/
.main {
  padding-top: 70px;
  width: 100%;
}

.main .banner {
  width: 100%;
  height: auto;
}

.main .banner:hover {
  -webkit-transform: none;
          transform: none;
}

.main .box {
  background: #fff;
  position: relative;
  padding-bottom: 260px;
}

.main .box.blue {
  background-color: #a9d1f6;
}

.main .box .box-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.main .box .box-inner.download {
  padding-top: 86px;
}

.main .box .box-inner.download .content .title {
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 1.2;
  color: #282828;
  text-align: center;
}

.main .box .box-inner.download .content .des {
  font-size: 28px;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #686868;
  text-align: center;
}

.main .box .box-inner.download .arrow {
  margin-left: 600px;
}

.main .box .box-inner.download .tabs {
  width: 450px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  font-size: 0;
  overflow: hidden;
}

.main .box .box-inner.download .tabs.tab1 .item:nth-child(1) {
  color: #282828;
  border-color: #FAD60F;
}

.main .box .box-inner.download .tabs.tab1::before {
  content: '';
  display: block;
  width: 25%;
  height: 100%;
  background-color: #FAD60F;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 4px;
}

.main .box .box-inner.download .tabs.tab2 .item:nth-child(2) {
  color: #282828;
  border-color: #FAD60F;
}

.main .box .box-inner.download .tabs.tab2::before {
  content: '';
  display: block;
  width: 25%;
  height: 100%;
  background-color: #FAD60F;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 4px;
}

.main .box .box-inner.download .tabs.tab3 .item:nth-child(3) {
  color: #282828;
  border-color: #FAD60F;
}

.main .box .box-inner.download .tabs.tab3::before {
  content: '';
  display: block;
  width: 25%;
  height: 100%;
  background-color: #FAD60F;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border-radius: 4px;
}

.main .box .box-inner.download .tabs .item {
  width: 25%;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #686868;
  z-index: 10;
  position: relative;
  cursor: pointer;
  border: 1px solid #686868;
  margin-right: 12.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.main .box .box-inner.download .tabs .item:nth-child(3) {
  color: #282828;
  margin-right: 0;
}

.main .box .box-inner.download .tab-content {
  width: 1200px;
  height: 465px;
  background-color: #ffffff;
  border-radius: 25px;
  margin-top: 33px;
  position: relative;
}

.main .box .box-inner.download .tab-content .tabs-out {
  position: absolute;
  right: 91px;
  top: 50px;
}

.main .box .box-inner.download .tab-content .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 60px 50px 68px 50px;
}

.main .box .box-inner.download .tab-content .tab-item img {
  width: 560px;
}

.main .box .box-inner.download .tab-content .tab-item .info {
  margin-top: 92px;
  padding-left: 50px;
}

.main .box .box-inner.download .tab-content .tab-item .info p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #686868;
  margin-bottom: 20px;
}

.main .box .box-inner.download .tab-content .tab-item .info .btns {
  margin-top: 40px;
}

.main .box .box-inner.download .tab-content .tab-item .info .btns .btn {
  width: 144px;
  height: 42px;
  background: #ffffff;
  -webkit-box-shadow: 4px 6px 16px 0px rgba(36, 37, 38, 0.2);
          box-shadow: 4px 6px 16px 0px rgba(36, 37, 38, 0.2);
  border-radius: 60px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #2a2a2a;
  text-align: center;
  cursor: pointer;
  padding: 0;
  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;
}

.main .box .box-inner.download .tab-content .tab-item .info .btns .btn img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
/*# sourceMappingURL=download.css.map */