* {
  margin: 0;
  padding: 0;
}
html {
  font-family: Helvetica Neue, Helvetica, Arial, Microsoft Yahei,
    Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, sans-serif;
  color: #333;
}
#main {
  position: relative;
}
.wrapper {
  width: 100%;
  max-width: 1920px;
  min-width: 1200px;
  height: 1080px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.wrapper .content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  /* z-index: 9; */
}
.content .header {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  overflow: hidden;
  font-size: 22px;
}

.content .header .downloadLink {
  display: inline-block;
  height: 60px;
  color: #333;
  width: 280px;
}
.header .description {
  float: left;
  padding-left: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background: url("../img/appLogo.png") left center no-repeat;
  background-size: 60px auto;
}
.header .logo {
  float: right;
  width: 110px;
  height: 60px;
  background: url("../img/logo.png") center no-repeat;
  background-size: contain;
}
.content .swiper {
  width: 1920px;
  height: 534px;
  margin-left: -360px;
  font-size: 0;
  position: relative;
  background: url("../img/bg@2x.png") no-repeat;
  background-size: cover;
}
.content .swiper .swiperTitle {
  position: absolute;
  top: 198px;
  left: 360px;
  font-size: 48px;
  font-weight: bold;
  color: #00233b;
}
.content .swiper .swiperText {
  position: absolute;
  top: 294px;
  left: 360px;
  font-size: 20px;
  color: #333333;
}
.content .swiper img {
  display: block;
  height: 100%;
  width: auto;
}
.content .swiper .title {
  font-size: 36px;
  position: absolute;
  top: 98px;
  left: 440px;
}
.content .tips {
  text-align: center;
  font-size: 16px;
  height: 80px;
  line-height: 80px;
}
.content .downArea {
  display: flex;
  height: 278px;
}
.content .downArea .codeRightDown {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  background: #69d2ff;
  border-radius: 5px 20px 5px 50px;
}
.content .downArea .codeDownLoad {
  width: 120px;
  height: 120px;
  text-align: center;
  background: #54c2ff;
  border-radius: 50%;
  margin-bottom: 30px;
}
.content .downArea .codeDownLoad img {
  margin-top: 36px;
}
.content .downArea .codeRightDown img {
  width: 24px;
  height: 24px;
  margin: 16px 0 0 30px;
}
.content .downArea .app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 280px;
  height: 250px;
  background: linear-gradient(180deg, #5ccfff 0%, #189fff 100%);
  box-shadow: 0px 2px 20px 0px rgba(52, 170, 255, 0.3);
  border-radius: 20px;
}
.content .downArea .windows {
  margin-left: 90px;
  margin-bottom: 60px;
}
.content .downArea .domestic {
  margin-left: 90px;
}
.content .downArea .title {
  font-size: 22px;
  height: 80px;
  line-height: 80px;
}
.content .downArea .code {
  width: 108px;
  height: 108px;
  border: 6px solid #a7e2ff;
  border-radius: 8px;
  -webkit-transition-duration: 0.12s;
  transition-duration: 0.16s;
  margin-bottom: 20px;
}
.content .downArea .downAreaCode {
  display: none;
  cursor: pointer;
}
.content .downArea .areaCode {
  display: block;
}
.content .downArea .loadCode {
  margin-bottom: 30px;
}
.downArea .app .code #moveCode {
  width: 100%;
}
.downArea .windows .code {
  background: url("../img/windows@2x.png") center center no-repeat;
  background-size: 80px;
  border: none;
}
.downArea .domestic .code {
  background: url("../img/domestic@2x.png") center center no-repeat;
  background-size: cover;
  border: none;
}
.downArea .mac .code {
  background: url("../img/mac@2x.png") center center no-repeat;
  background-size: cover;
  border: none;
}
.downArea .app .appMsg {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.content .bottom {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 59px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8;
}
#policyLink:hover {
  cursor: pointer;
  color: dodgerblue;
}
#bottomContent {
  white-space: pre-wrap;
}
.content .privacyLine {
  display: inline-block;
  width: 8px;
  height: 16px;
  vertical-align: middle;
  border-right: 1px solid #666666;
  margin-right: 12px;
}
.content .client img {
  display: block;
  width: 800px;
  margin: 0 auto;
}
.content .label-info {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.wrapper .waterMarkWra {
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wrapper .waterMark {
  width: 788px;
  height: 716px;
  position: absolute;
  z-index: 2;
}
.wrapper .waterMark1 {
  top: 243px;
  left: 186px;
}
.wrapper .waterMark2 {
  top: 543px;
  right: 0;
}
.wrapper .waterMark3 {
  bottom: 80px;
  left: -120px;
}

.historyList {
  height: 20px;
  margin-top: 60px;
  text-align: center;
  color: #589be0;
  font-size: 15px;
  cursor: pointer;
}

.versionsList .title .headerMain {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 348px;
  height: 82px;
  font-size: 16px;
  color: #666;
  margin: 0 auto;
}

.versionsList .title .headerMain div {
  height: 42px;
  box-sizing: border-box;
  cursor: pointer;
}
.headerMainHover {
  color: #4a90e5;
  border-bottom: 4px solid #4a90e5;
}
.versionsList .headerMain div:hover {
  color: #4a90e5;
  border-bottom: 4px solid #4a90e5;
}

.versionsList .info {
  width: 100%;
  padding-top: 40px;
}

.versionsList .explain {
  height: 120px;
}

.versionsList .infoTitle {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.versionsList .down_load_title {
  display: flex;
  justify-content: space-between;
}

.versionsList .down_load {
  font-size: 16px;
  line-height: 46px;
}

.versionsList .infoMain {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #a9a6a6;
}

.theadItem,
.tableItem {
  height: 35px;
  width: 350px;
  line-height: 35px;
  font-size: 14px;
  color: #666;
  text-align: center;
  box-sizing: border-box;
}

.tableItem:nth-child(2) {
  padding: 0 20px;
  text-align: left;
}

.tableItem:nth-child(4) {
  width: 150px;
}

.theadItem {
  width: 400px;
  background: #f5f5f5;
}

.infoItem {
  text-align: center !important;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.theadItem:nth-child(2) {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.versions .tableFormat:nth-of-type(odd) {
  background: #f5f5f5;
}

.versionsList .download_box {
  float: right;
  margin-right: 40px;
  font-size: 16px;
  cursor: pointer;
}

.versionsList .Btn {
  width: 96px;
  height: 38px;
  background: #4a90e5;
  border-radius: 4px;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.versionsList .title {
  width: 100%;
  height: 82px;
  padding: 0 auto;
  position: relative;
  z-index: 10;
  background-color: #f5f5f5;
}

.icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  overflow: hidden;
  vertical-align: middle;
}

.down_icon {
  color: #4a90e5;
  vertical-align: -3px;
  cursor: pointer;
}

.see_icon {
  color: #aaa;
  vertical-align: -1px;
  cursor: pointer;
  margin-top: 2px;
  margin-right: 2px;
}

.down_load_btn {
  color: #4a90e5;
  cursor: pointer;
}

.footSeeMore {
  display: flex;
  justify-content: center;
}

.seeMore {
  color: #999;
  font-size: 14px;
  text-align: center;
  margin-bottom: 62px;
  cursor: pointer;
}
.tableInfo {
  position: relative;
  display: inline-block;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.downLoadPopup {
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 999;
  transform: translate(50%, -50%);
  display: none;
  width: 800px;
  height: 466px;
  background: #ffffff;
  border-radius: 12px;
}
.macDownLoadPopup {
  position: fixed;
  top: 50%;
  right: 50%;
  z-index: 999;
  transform: translate(50%, -50%);
  display: none;
  width: 800px;
  height: 466px;
  background: #ffffff;
  border-radius: 12px;
}
.popupIcon {
  height: 20px;
  margin: 20px 21px 0 0;
  text-align: right;
  cursor: pointer;
}
.downLoadPopupTitle {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
}
.downLoadPopupText {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 60px;
}
#testSelect {
  width: 230px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  color: #333333;
}
.popupSelect,
.cpuSelect {
  display: flex;
  justify-content: center;
}
.tt {
  overflow-y: auto;
}
.tt::-webkit-scrollbar {
  width: 8px;
  height: 1px;
}
.tt::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  /*border-bottom: 2px solid #ccc;*/
}
.tt::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #00000038;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wuziSelect {
  width: 200px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
}
.wuziSelect span {
  display: block;
  width: 230px;
  height: 45px;
  color: #999;
  padding: 10px;
  box-sizing: border-box;
}
.wuziSelect .optionItemsBox,
.cpuItemsBox,
.macCpuItemsBox {
  position: absolute;
  top: 48px;
  left: 0;
  display: none;
  width: 230px;
  height: 80px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 1px #e6e6e6;
  transition: 0.5s;
  overflow: hidden;
}
.wuziSelect .optionItemsBox ul li,
.cpuItemsBox ul li,
.macCpuItemsBox ul li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
}
.wuziSelect .optionItemsBox ul li:hover,
.cpuItemsBox ul li:hover,
.macCpuItemsBox ul li:hover {
  background: #f3f3f3;
}
.selectIcon {
  position: absolute;
  top: 15px;
  right: 12px;
  color: #999;
}
.selectActive {
  display: block !important;
}
.cpuSelectActive {
  display: block !important;
}
.macCpuSelect{
  display: flex;
  justify-content: center;
}
.macCpuSelectActive {
  display: block !important;
}
.downBtn {
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 139px;
  background: #4a90e5;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.macDownBtn {
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
  margin-top: 139px;
  background: #4a90e5;
  font-size: 16px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
#masking {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.mac{
  margin-left: 90px !important;
}