﻿/*# sourceURL=/landing/download/css/base.css */
/*@ sourceURL=/landing/download/css/base.css */
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  z-index: auto;
}
a {
  text-decoration: none;
}
.mt30 {
  margin-top: 30px;
}
body {
  background: #f2f3f4;
}
#download {
  height: 60px !important;
}
#download .column {
  padding-left: 25px;
  padding-right: 25px;
}
#download .column .link {
  padding: 0 !important;
  margin: 0 !important;
}
#download .column::before {
  margin: 0;
  width: 0;
}
.navigation-logo {
  background-repeat: no-repeat;
}
.navigation {
  position: absolute;
}
.navigation .navigation-menu-main-sub-download {
  position: absolute;
  width: 100%;
  height: 420px!important;
  background-color: #fff;
  text-align: center;
  top: 81px;
  border-bottom: 1px solid #d4d3cc;
  z-index: 0;
}
.navigation .navigation-menu-main-sub-download .column {
  display: inline-block;
  vertical-align: top;
}
.navigation .navigation-menu-main-sub-download .column .link {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: center;
  padding: 0 0 0 60px;
  margin: 0 0 0 40px;
}
.navigation .navigation-menu-main-sub-download .column .link:hover {
  color: #ff6727 !important;
}
.navigation .navigation-menu-main-sub-download .column::before {
  position: absolute;
  width: 1px;
  height: 290px;
  content: "";
  background-color: #e0e0e0;
  margin: 80px 0 0 -150px;
}
.navigation .navigation-menu-main-sub-download .column:nth-child(1)::before {
  display: none;
}
.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.container .section {
  width: 1200px;
  height: 920px;
  background: #fff;
  margin: 0 auto;
  margin-top: 80px;
  border: 1px solid #e6e6e6;
}
.container .section .title {
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  background: #fafafa;
  padding-left: 54px;
  color: #333333;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 900;
}
.container .section .box {
  width: 400px;
  height: 100%;
  float: left;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
}
.container .section .box img {
  display: inline-block;
  margin-left: 70px;
  vertical-align: top;
}
.container .section .lastBox {
  border: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.mask .close {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 881px;
  margin-top: 13px;
  cursor: pointer;
  background: url("../image/closed_icon.png") center bottom no-repeat;
}
.mask .close:hover {
  background: url("../image/closed_icon.png") center top no-repeat;
}
.mask .title {
  font-size: 14px;
  color: #333333;
}
.mask .title .notChecked {
  color: #FF6727;
  display: none;
}
.mask .options {
  width: 483px;
  height: 146px;
  margin-top: 15px;
}
.mask .options .option {
  width: 230px;
  height: 146px;
  background: #FAFCFF;
  border: 1px solid #E7E7E8;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.mask .options .option [type="radio"] {
  -webkit-appearance: none;
  border-radius: 50%;
  background: #E6E6E6;
  width: 14px;
  height: 14px;
  outline: none;
  position: absolute;
  top: 9px;
  left: 9px;
}
.mask .options .option input:checked {
  background: url("../image/选中icon.png");
}
.mask .options .option label {
  width: 100%;
  height: 127px;
  display: block;
  text-align: center;
  cursor: pointer;
  padding-top: 35px;
}
.mask .options .option label .condition {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.mask .options .option label .explanation {
  width: 170px;
  font-size: 12px;
  color: #666666;
  margin: 0 auto;
  text-align: left;
  margin-top: 10px;
}
.mask .options .option:first-child {
  margin-right: 13px;
}
.mask .code {
  width: 232px;
  height: 277px;
  background: #FAFAFA;
  border-radius: 0 0 2px 2px;
  position: absolute;
  top: 65px;
  right: 80px;
}
.mask .code .codePic {
  width: 232px;
  height: 232px;
}
.mask .code .codePic img {
  display: block;
  width: 100%;
  height: 100%;
}
.mask .code .tip {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #000;
  text-align: center;
}
.mask .user {
  position: absolute;
  bottom: 129px;
  right: 80px;
  width: 232px;
  height: 38px;
  border: 1px solid #2595FA;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
}
.mask .user input {
  display: inline-block;
  outline: none;
  border: none;
  height: 100%;
  width: 131px;
  text-align: center;
}
.mask .user .creteBtn {
  width: 99px;
  height: 100%;
  background: #CCE9FC;
  float: right;
  font-size: 12px;
  color: #2595FA;
  text-align: center;
  line-height: 34px;
  border-radius: 1px 1px 1px 1px;
  box-sizing: border-box;
  cursor: pointer;
}
.mask .download {
  width: 232px;
  height: 48px;
  position: absolute;
  bottom: 70px;
  right: 80px;
  cursor: pointer;
  background-size: 100%;
  text-decoration: none;
  text-align: center;
  color: #666;
  font-size: 14px;
  line-height: 48px;
  border: 1px solid #999;
  box-sizing: border-box;
}
.mask .hasContent {
  color: #2b81ec !important;
  border: 1px solid #2b81ec !important;
}
.mask .hasContent:hover {
  border: 1px solid #2695FA !important;
  color: #237EEF !important;
  background: #EFF8FF !important;
}
.mask .hasContent:hover .icon {
  background: url("../image/download_icon_hover.png") !important;
}
.mask .popUp1 {
  width: 916px;
  height: 534px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  overflow: hidden;
  display: none;
}
.mask .popUp1 .popContent {
  width: 756px;
  height: 394px;
  margin: 0 auto;
  margin-top: 32px;
  overflow: hidden;
}
.mask .popUp1 .popContent label {
  height: 109px;
}
.mask .popUp1 .popContent .bottom .option label .condition {
  margin-top: -10px;
}
.mask .popUp1 .popContent .user {
  bottom: 140px;
}
.mask .popUp1 .popContent .download {
  bottom: 79px;
}
.mask .popUp2,
.mask .popUp4 {
  width: 702px;
  height: 534px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  overflow: hidden;
  display: none;
}
.mask .popUp2 .close,
.mask .popUp4 .close {
  margin-left: 667px;
}
.mask .popUp2 .popContent,
.mask .popUp4 .popContent {
  width: 542px;
  height: 394px;
  margin: 0 auto;
  margin-top: 32px;
  overflow: hidden;
}
.mask .popUp2 .popContent .code,
.mask .popUp4 .popContent .code {
  top: 65px;
}
.mask .popUp2 .popContent .user,
.mask .popUp4 .popContent .user {
  bottom: 135px;
}
.mask .popUp2 .popContent .download,
.mask .popUp4 .popContent .download {
  bottom: 76px;
}
.mask .popUp2 .popContent .title,
.mask .popUp4 .popContent .title {
  margin-bottom: 25px;
}
.mask .popUp2 .popContent .option,
.mask .popUp4 .popContent .option {
  height: 162px;
  display: block;
}
.mask .popUp2 .popContent .option:first-child,
.mask .popUp4 .popContent .option:first-child {
  margin-bottom: 24px;
}
.mask .popUp3 {
  width: 392px;
  height: 534px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  overflow: hidden;
  display: none;
}
.mask .popUp3 .close {
  margin-left: 358px;
}
.mask .popUp3 .popContent {
  width: 232px;
  height: 404px;
  margin: 0 auto;
  margin-top: 32px;
  overflow: hidden;
}
.mask .popUp3 .popContent .download {
  bottom: 65px;
}
.mask .popUp4 .checkbox {
  height: 38px;
  width: 232px;
  display: block;
  position: absolute;
  bottom: 77px;
  right: 80px;
  border: 1px solid #2595FA;
  box-sizing: border-box;
}
.mask .popUp4 .checkbox .form {
  width: 131px;
  height: 100%;
  float: left;
}
.mask .popUp4 .checkbox .form select {
  width: 131px;
  height: 100%;
  border: none;
  color: #757575;
  outline: none;
}
.mask .popUp4 .checkbox .showOption {
  width: 115px;
  height: 100%;
  line-height: 38px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #757575;
  text-align: center;
  font-size: 13px;
  overflow: hidden;
}
.mask .popUp4 .checkbox .selectAndDownload {
  width: 99px;
  height: 100%;
  line-height: 36px;
  float: left;
  background: #E6E6E6;
  text-align: center;
  color: #666666;
  font-size: 12px;
}
