body {
  background-color: #ccc;
}

input[type=text]::-ms-clear {
  display: none;
}

.placeholder {
  color: #aaa;
}

#js-toast {
  display: none;
  position: fixed;
  top: 60px;
  left: 300px;
  width: 180px;
  line-height: 20px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 12px;
  opacity: 0.8;
  word-break: break-all;
  padding: 10px 10px;
  box-sizing: border-box;
  z-index: 1000;
  border-radius: 10px;
}

.app {
  position: relative;
  width: 800px;
  height: 600px;
  overflow: hidden;
  background: #FFFFFF;
}

.agreement {
  position: relative;
  width: 800px;
  height: 220px;
  color: #fff;
  background-color: #FEB828;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../asset/index/banner.png', sizingMethod='scale');
  z-index: 100;
  display: none;
  padding-top: 20px;
}

.agreement p {
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  padding-left: 20px;
  font-size: 14px;
}

.banner {
  position: relative;
  width: 800px;
  height: 240px;
  background-image: url(../../asset/index/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../asset/index/banner.png', sizingMethod='scale');
}

.banner .btnDrag {
  position: absolute;
  left: 0;
  top: 0;
  width: 760px;
  height: 40px;
  cursor: move;
}

.banner .btnClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.content {
  position: relative;
  padding-left: 238px;
  padding-right: 32px;
  box-sizing: border-box;
}

.content .left {
  position: absolute;
  left: 0;
  top: 0;
  width: 238px;
}

.content .left .logo {
  float: right;
  margin-top: 45px;
  margin-right: 71px;
  width: 106px;
  height: 164px;
  background-image: url(../../asset/index/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* 初始视图 */
.view-mode-reset {
  /* display: none; */
}

.view-mode-reset .title {
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  padding-top: 20px;
}

.view-mode-reset .descs {
  font-size: 12px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.view-mode-reset .version {
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  margin-top: 20px;
}

.view-mode-reset .version-input select {
  width: 322px;
  height: 26px;
  padding: 0px 8px;
  box-sizing: border-box;
  font-size: 12px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding: 0;
  outline: none;
  border: 1px solid #D2D5DD;
}

.view-mode-reset .location {
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  margin-top: 20px;
}

.view-mode-reset .location-input {
  position: relative;
  width: 322px;
  height: 26px;
  border: 1px solid #D2D5DD;
  overflow: hidden;
  font-size: 0;
}

.view-mode-reset .location-input input {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 15px;
}

.view-mode-reset .location-input .btn-select {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 26px;
  background: #DFE3EB;
  text-align: center;
  cursor: pointer;
}

.view-mode-reset .location-input .btn-select span {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 26px;
}

.view-mode-reset .btn-save {
  width: 320px;
  height: 44px;
  border-radius: 22px;
  margin-top: 36px;
  text-align: center;
  cursor: pointer;
  background-image: url('../../asset/index/btn-save-big.png');
  background-repeat: no-repeat;
  background-size: cover;
}

/* 安装视图 */
.view-mode-install {
  display: none;
  padding-top: 28px;
}

.view-mode-install .title {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FF3B30;
  line-height: 24px;
  margin-bottom: 20px;
}

.view-mode-install .btn-install {
  width: 258px;
  height: 44px;
  background-image: url('../../asset/index/btn-save.png');
  background-size: cover;
  cursor: pointer;
}

.view-mode-install .tips {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  margin-top: 16px;
}

.view-mode-install .title2 {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 600;
  color: #333333;
  line-height: 21px;
  margin-bottom: 20px;
}

.view-mode-install .activecode {
  display: none;
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FF3B30;
  line-height: 18px;
  height: 36px;
  white-space: pre-wrap;
  word-break: break-all;
  margin-bottom: 4px;
}

.view-mode-install .btn-contact {
  width: 258px;
  height: 44px;
  background-image: url('../../asset/index/btn-contact.png');
  background-size: cover;
  cursor: pointer;
}

.view-mode-install .footer {
  height: 13px;
  padding-top: 74px;
}

.view-mode-install .btn-contact-mini {
  width: 62px;
  height: 13px;
  background-image: url('../../asset/index/icon-contact.png');
  background-size: cover;
  cursor: pointer;
  float: right;
  margin-right: -16px;
}

/* 购买视图 */
.view-mode-pay {
  display: none;
  padding-top: 28px;
}

.view-mode-pay .txt1 {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FF3B30;
  line-height: 24px;
  margin-bottom: 24px;
}

.view-mode-pay .txt2 {
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  margin-bottom: 10px;
}

.view-mode-pay .prices {
  padding-top: 10px;
}

.view-mode-pay .prices .price-cool {
  display: inline-block;
  margin-bottom: 22px;
  width: 78px;
  height: 20px;
  background-image: url('../../asset/index/icon-huodong.png');
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 12px;
}

.view-mode-pay .prices .price-txt1 {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

.view-mode-pay .prices .price-txt2 {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FF3B30;
  line-height: 25px;
}

.view-mode-pay .prices .price-txt3 {
  font-size: 40px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #FF3B30;
  line-height: 60px;
}

.view-mode-pay .prices .price-txt4 {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 21px;
}

.view-mode-pay .prices .price-txt5 {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  text-decoration: line-through;
}

.view-mode-pay .btns {
  height: 44px;
  padding-top: 51px;
}

.view-mode-pay .btn-buy {
  float: left;
  width: 184px;
  height: 44px;
  background-image: url('../../asset/index/btn-buy.png');
  background-size: cover;
  cursor: pointer;
  margin-right: 32px;
}

.view-mode-pay .btn-exit {
  float: left;
  width: 184px;
  height: 44px;
  background-image: url('../../asset/index/btn-exit.png');
  background-size: cover;
  cursor: pointer;
}

.view-mode-pay .footer {
  height: 14px;
  line-height: 14px;
  padding-top: 25px;
}

.view-mode-pay .btn-agreement {
  float: left;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.view-mode-pay .btn-contact-mini {
  width: 62px;
  height: 13px;
  background-image: url('../../asset/index/icon-contact.png');
  background-size: cover;
  cursor: pointer;
  float: right;
  margin-right: -16px;
}

/* 优惠券 */
.modal-youhui {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#60000000', endColorstr='#60000000');
}

.modal-youhui .modal-body {
  margin: 62px 0 0 196px;
  width: 408px;
  height: 476px;
  background-image: url(../../asset/index/bg-youhui.png);
  background-size: cover;
  background-position: center center;
}

.modal-youhui .modal-body .price {
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FB2F41;
  line-height: 33px;
  letter-spacing: 1px;
  padding-top: 242px;
  text-align: center;
}

.modal-youhui .modal-body .btn-get {
  width: 215px;
  height: 44px;
  margin-top: 50px;
  margin-left: 99px;
  cursor: pointer;
}

.modal-youhui .modal-body .btn-close-youhui {
  width: 40px;
  height: 40px;
  margin-top: 50px;
  margin-left: 181px;
  cursor: pointer;
}


/* 支付 */
.modal-pay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#60000000', endColorstr='#60000000');
}

.modal-pay .modal-body {
  position: relative;
  margin: 108px 0 0 250px;
  width: 300px;
  height: 385px;
  background-image: url(../../asset/index/bg-pay.png);
  background-size: 100% 100%;
  background-position: center center;
  font-size: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.modal-pay .title {
  position: relative;
  padding-top: 24px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  text-align: center;
}

.modal-pay .price {
  padding-top: 10px;
  text-align: center;
}

.modal-pay .price .unit {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FF3B30;
  line-height: 24px;
}

.modal-pay .price .count {
  font-size: 32px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #FF3B30;
  line-height: 24px;
}

.modal-pay .tips {
  padding-top: 4px;
  text-align: center;
  font-size: 12px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}

.modal-pay .btns {
  padding-top: 29px;
  height: 30px;
}

.modal-pay .btns .btn-weixin {
  float: left;
  width: 100px;
  height: 30px;
  background-image: url(../../asset/index/btn-weixin.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 42px;
  cursor: pointer;
}

.modal-pay .btns .btn-weixin.active {
  background-image: url(../../asset/index/btn-weixin-active.png);
}

.modal-pay .btns .btn-zhifubao {
  float: left;
  width: 100px;
  height: 30px;
  background-image: url(../../asset/index/btn-zhifubao.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 16px;
  cursor: pointer;
}

.modal-pay .btns .btn-zhifubao.active {
  background-image: url(../../asset/index/btn-zhifubao-active.png);
}

.modal-pay .code {
  margin-top: 20px;
  margin-left: 78px;
  width: 144px;
  height: 144px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}

.modal-pay .codecontent {
  margin-top: 9px;
  margin-left: 9px;
  width: 127px;
  height: 127px;
}

.modal-pay .footer {
  margin-top: 17px;
  height: 36px;
}

.modal-pay .footer .btn-contact {
  width: 60px;
  height: 20px;
  float: left;
  margin-left: 102px;
  margin-top: 8px;
  cursor: pointer;
}

.modal-pay .footer .btn-cdkey {
  width: 70px;
  height: 20px;
  float: left;
  margin-left: 62px;
  margin-top: 8px;
  cursor: pointer;
}

.modal-pay .btn-close-pay {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 1;
}

/* 离线激活码 */
.modal-cdkey {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#60000000', endColorstr='#60000000');
}

.modal-cdkey .modal-body {
  position: relative;
  margin: 183px 0 0 150px;
  width: 500px;
  height: 234px;
  background-image: url(../../asset/index/modal-cdkey.png);
  background-size: 100% 100%;
  background-position: center center;
  font-size: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.modal-cdkey .input-wrap {
  position: relative;
  margin-top: 80px;
  margin-left: 50px;
  width: 400px;
  height: 42px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

.modal-cdkey input {
  position: absolute;
  left: 0;
  padding: 0 8px;
  width: 400px;
  overflow: hidden;
  height: 42px;
  outline: none;
  border: none;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  background-color: transparent;
  box-sizing: border-box;
}

.modal-cdkey .tips {
  font-size: 12px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #FF453A;
  line-height: 18px;
  text-align: center;
  margin-top: 8px;
  height: 18px;
}

.modal-cdkey .btn-submit {
  margin-left: 120px;
  margin-top: 6px;
  width: 260px;
  height: 44px;
  cursor: pointer;
}

.modal-cdkey .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* 安装进度 */
.modal-process {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#60000000', endColorstr='#60000000');
}

.modal-process .modal-body {
  position: relative;
  margin: 183px 0 0 150px;
  width: 540px;
  height: 234px;
  background-image: url(../../asset/index/modal-process.png);
  background-size: 100% 100%;
  background-position: center center;
  font-size: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.modal-process .process-tip {
  margin-top: 60px;
  margin-left: 44px;
  font-size: 14px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
}

.modal-process .process-wrap {
  margin-top: 16px;
  margin-left: 44px;
  width: 452px;
  height: 8px;
  background: #EFEFEF;
  border-radius: 4px;
}

.modal-process .process-inner {
  width: 0%;
  height: 8px;
  background: #FEB828;
  background: linear-gradient(135deg, #F8CD1A 0%, #FEB828 100%);
  border-radius: 4px;
}

.modal-process .btn-submit {
  margin-left: 140px;
  margin-top: 56px;
  width: 260px;
  height: 44px;
  cursor: pointer;
}

.modal-process .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* 查看激活码 */
.modal-cdkeyshow {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#60000000', endColorstr='#60000000');
  z-index: 2;
}

.modal-cdkeyshow .modal-body {
  position: relative;
  margin: 183px 0 0 150px;
  width: 500px;
  height: 234px;
  background-image: url(../../asset/index/modal-cdkey-show.png);
  background-size: 100% 100%;
  /* background-position: center center; */
  font-size: 0;
  overflow: hidden;
  box-sizing: border-box;
}

.modal-cdkeyshow .input-wrap {
  position: relative;
  margin-top: 80px;
  margin-left: 50px;
  width: 400px;
  height: 42px;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

.modal-cdkeyshow input {
  position: absolute;
  left: 0;
  padding: 0 8px;
  width: 430px;
  overflow: hidden;
  height: 42px;
  outline: none;
  border: none;
  text-align: center;
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  background-color: transparent;
  box-sizing: border-box;
}

.modal-cdkeyshow .tips {
  font-size: 12px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #FF453A;
  line-height: 18px;
  text-align: center;
  margin-top: 8px;
  height: 18px;
}

.modal-cdkeyshow .btns {
  /* margin-left: 120px; */
  margin-top: 6px;
  height: 44px;
}

.modal-cdkeyshow .btn-copy {
  float: left;
  margin-left: 54px;
  width: 180px;
  height: 44px;
  cursor: pointer;
}

.modal-cdkeyshow .btn-submit {
  float: left;
  margin-left: 32px;
  width: 180px;
  height: 44px;
  cursor: pointer;
}

.modal-cdkeyshow .btn-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* 安装视图 V2 */
.view-mode-installv2 {
  position: relative;
  z-index: 1;
  width: 800px;
  margin-left: -238px;
  display: none;
  padding-top: 48px;
  background-color: #fff;
}

.view-mode-installv2 .title {
  font-size: 16px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
  margin-bottom: 52px;
  text-align: center;
}

.view-mode-installv2 .btn-install {
  width: 360px;
  height: 170px;
  background-image: url('../../asset/index/btn-install-large.jpg');
  background-size: cover;
  cursor: pointer;
}

.view-mode-installv2 .btn-start {
  display: none;
  width: 360px;
  height: 170px;
  background-image: url('../../asset/index/btn-start-large.jpg');
  background-size: cover;
  cursor: pointer;
}

.view-mode-installv2 .layout {
  position: relative;
  padding-left: 372px;
}

.view-mode-installv2 .layout .left {
  position: absolute;
  top: 0;
  left: 68px;
  width: 272px;
}

.view-mode-installv2 .btn-codekey {
  width: 272px;
  height: 78px;
  background-image: url('../../asset/index/btn-cdkey-show.jpg');
  background-size: cover;
  cursor: pointer;
}

.view-mode-installv2 .btn-course {
  width: 272px;
  height: 78px;
  background-image: url('../../asset/index/btn-course.jpg');
  background-size: cover;
  margin-top: 18px;
  cursor: pointer;
}

.view-mode-installv2 .footer {
  height: 13px;
  padding-top: 38px;
}

.view-mode-installv2 .btn-contact-mini {
  width: 62px;
  height: 13px;
  background-image: url('../../asset/index/icon-contact.png');
  background-size: cover;
  cursor: pointer;
  float: right;
  margin-right: 16px;
}