@import "../css/lib/reset.css";
.container {
  margin: 0 auto;
  width: 1200px;
}
.header {
  position: relative;
  width: 100%;
  height: 60px;
  background: #333;
  z-index: 1;
}
.header-logo {
  position: absolute;
  top: 50%;
  left: 50px;
  margin-top: -13px;
  width: 170px;
  height: 26px;
}
.header-nav {
  position: absolute;
  right: 70px;
  height: 60px;
  color: #fff;
}
.header-nav > li {
  position: relative;
  margin-left: 50px;
  display: inline-block;
  cursor: pointer;
}
.header-nav .second-wrap:hover .second-nav {
  opacity: 1;
}
.header-nav a {
  font-size: 14px;
}
.header-nav .link-top {
  line-height: 60px;
}
.header-nav .second-nav {
  position: absolute;
  border-radius: 4px;
  top: 65px;
  left: -17px;
  padding: 12px 15px;
  width: 90px;
  text-align: center;
  opacity: 0;
  background-color: #555557;
  box-sizing: border-box;
  transition: .5s opacity;
}
.header-nav .second-nav:before {
  content: ' ';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  width: 0;
  border: 4px solid transparent;
  border-bottom-color: #555557;
}
.header-nav .second-nav a {
  line-height: 28px;
}
.header-nav .second-nav a:hover {
  color: #00d57a;
}
.slider {
  position: relative;
  height: 516px;
  width: 100%;
  background-color: #01ce77;
  overflow: hidden;
}
.slider .container {
  position: relative;
  height: 519px;
}
.slider .slider-bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 519px;
  width: 100%;
  z-index: 0;
}
.slider .phone-large {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 2;
}
.slider .phone-small {
  position: absolute;
  left: 197px;
  bottom: 0;
  z-index: 1;
}
.slider .right {
  position: absolute;
  top: 140px;
  left: 640px;
}
.slider .right .title {
  position: relative;
  font-size: 24px;
  color: #f2f2f2;
  font-weight: bold;
  line-height: 48px;
}
.slider .right .title:before {
  position: absolute;
  left: -55px;
  top: 2px;
  content: ' ';
  height: 40px;
  width: 40px;
  background: url('../../img/purchase/mp.png') no-repeat 100%;
}
.slider .right .title > span {
  position: absolute;
  top: 9px;
  left: 270px;
  line-height: 16px;
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  padding: 7px;
  padding-left: 24px;
  font-size: 14px;
  color: #f2f2f2;
}
.slider .right .title > span:before {
  position: absolute;
  left: 6px;
  top: 8px;
  content: ' ';
  height: 14px;
  width: 14px;
  background: url('../../img/purchase/right.png') no-repeat 100%;
}
.slider .right .desc {
  font-size: 18px;
  color: #f2f2f2;
  line-height: 36px;
}
.slider .right > img {
  margin-top: 20px;
}
.purchase-content {
  width: 100%;
  background-color: #f2f2f2;
}
.purchase-content .container {
  padding: 40px 50px 125px;
}
.purchase-content .container > h3 {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.purchase-content .container > p {
  color: #666;
}
.purchase-content .button {
  width: 156px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #00d57a;
  cursor: default;
}
.purchase-content .warn {
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  color: #ff5a5d;
}
.purchase-content .row1 {
  margin-bottom: 30px;
}
.purchase-content .row2 {
  margin: 50px 0 30px;
}
.purchase-content .row3 {
  margin: 50px 0 30px;
}
.purchase-content .row4 {
  margin: 50px 0 30px;
}
.purchase-content .row5 {
  margin: 50px 0 30px;
}
.footer {
  padding: 65px 0 80px;
  background-color: #333;
  overflow: hidden;
}
.footer-left {
  float: left;
  width: 720px;
}
.footer-left > p {
  margin-top: 15px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.251);
  text-align: left;
  line-height: 24px;
}
.footer-left .logo-ht {
  position: relative;
  left: 45px;
  top: 8px;
}
.footer-right {
  position: relative;
  float: right;
  width: 480px;
  padding-left: 70px;
}
.footer-right .left-line {
  position: absolute;
  top: 50px;
  left: 33px;
  height: 252px;
  width: 1px;
  background-color: #474747;
}
.footer-right > h3 {
  font-size: 18px;
  color: #f2f2f2;
  margin-bottom: 20px;
}
.footer-right > p {
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.251);
  text-align: left;
}
.footer-right .icon {
  margin-top: 15px;
}
.footer-right .icon > img {
  margin-right: 10px;
  display: inline-block;
}
.footer-right .icon > div {
  margin-right: 10px;
  display: inline-block;
}
.footer-right .icon .mp-wrap {
  position: relative;
  cursor: pointer;
}
.footer-right .icon .mp-wrap > div {
  top: -192px;
  left: 50%;
  margin-left: -68px;
  position: absolute;
  width: 136px;
  height: 174px;
  border-radius: 10px;
  padding: 8px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease;
}
.footer-right .icon .mp-wrap > div > img {
  width: 120px;
  height: 120px;
}
.footer-right .icon .mp-wrap > div > p {
  font-size: 14px;
  line-height: 16px;
}
.footer-right .icon .mp-wrap > div:after {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -16px;
  content: ' ';
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #fff;
}
.footer-right .icon .mp-wrap:hover > div {
  visibility: visible;
  opacity: 1;
}
.footer-right .bottom {
  margin-top: 70px;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.modal .mask {
  position: fixed;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  margin-left: -460px;
  margin-top: -322px;
  width: 920px;
  height: 644px;
  background-color: #fff;
  overflow: hidden;
}
.modal .mask-title {
  position: absolute;
  margin: auto;
  top: 90px;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.modal .mask .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.modal .mask .content {
  margin: 20px 45px 22px;
  border-bottom: 1px solid #ebebeb;
}
.modal .mask .content > p {
  margin-bottom: 15px;
  font-size: 12px;
  color: #666;
}
.modal .mask .content > p:last-child {
  margin-bottom: 20px;
}
.modal .mask .bottom {
  position: relative;
  margin: 0 50px;
  font-size: 12px;
}
.modal .mask .bottom .first {
  color: #22d488;
}
.modal .mask .bottom > img {
  position: absolute;
  width: 110px;
  height: 110px;
  top: -2px;
  right: 0;
}
.modal .mask .mask-footer {
  position: relative;
  margin: 20px 50px 0;
  height: 90px;
  border-top: 1px solid #ebebeb;
}
.modal .mask .mask-footer > div {
  position: relative;
  float: left;
  width: 160px;
  height: 90px;
}
.modal .mask .mask-footer > div > img {
  position: relative;
  top: 50%;
  margin: 0 auto;
  display: block;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.modal-hide {
  display: none;
}
.modal-show {
  display: block;
}
