/*
 * File: style.css
 * File Created: 2018-07-04 5:07:21 pm
 * Author: linzw5 (zewei.lin@meicloud.com)
 * Copyright: 2017 - 2018 Copyright (c), 深圳美云智数科技有限公司
 * -----
 * Last Modified: 2018-07-10 5:46:07 pm
 * Modified By: linzw5 (zewei.lin@meicloud.com>)
 */
 html,
 body {
   width: 100%;
   /* min-width: 1168px; */
   height: 100%;
   /* min-height: 675px; */
 }
 
 #app {
   position: relative;
   width: 100%;
   height: 100%;
   min-width: 1168px;
   /* min-height: 600px; */
 }
 
 #app .loading-box {
   display: hidden;
 }
 
 #app.loading .loading-box {
   display: block;
 }
 
 #app.loading > header,
 #app.loading > section,
 #app.loading > footer {
   display: none;
 }
 
 
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  min-width: 1168px;
  height: 74px;
  color: #fff;
  background-color: rgba(0,0,0,0.5); 
}

.header-content {
  position: relative;
  width: 80%;
  /* height: 100%; */
  /* padding: 17px 0; */
  margin: 17px auto;
}

.header-content::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.logo {
  /* position: absolute; */
  /* top: 17px; */
  float: left;
  width: 37px;
  height: 37px;
  border-radius: 5px;
}

.logo-title-box {
  /* position: absolute; */
  /* top: 17px; */
  /* left: 44px; */
  float: left;
  height: 37px;
}

.logo-title {
  padding: 0 10px;
  font-size: 27px;
}

.logo-content {
  position: relative;
  top: -2px;
  padding: 0 10px;
  border-left: 1px solid #fff;
  font-size: 18px;
}

.banner-container,
.banner-list {
  width: 100%;
  height: 100%;
}

.banner-item {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background-size: cover;
}

.banner-pc .banner-item-content {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 30%;
  text-align: left;
}

.banner-mac .banner-item-content {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 30%;
  text-align: left;
}

.banner-ios .banner-item-content {
  position: absolute;
  top: 30%;
  left: 20%;
  width: 30%;
  text-align: left;
}

.banner-android .banner-item-content {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 30%;
  text-align: left;
}

.banner-item-text {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 80px;
  color: #fff;
}

.banner-pc {
  background-image: url(../img/PC.jpg);
}

.banner-mac {
  background-image: url(../img/mac.jpg);  
}
.banner-ios {
  background-image: url(../img/iOS.jpg);  
}
.banner-android {
  background-image: url(../img/Android.jpg);  
}

.banner-image {
  width: auto;
  height: 100%;
}

.type-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  border-top: 1px solid grey;
}

.type-list {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.type-item {
  position: relative;
  float: left;
  width: 25%;
  height: 100%;
  cursor: pointer;
}

.type-item-content {
  display: block;
  padding: 14px 0;
  color: #fff;
}

.type-item.active {
  border-top: 4px solid #fff;  
  margin-top: -4px;
}

.type-item.active .type-item-content {
  margin-top: -4px;
}

.type-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 14px;
}

.type-icon.on {
  display: none;
}

.type-item.active .type-icon {
  display: none;
}

.type-item.active .type-icon.on {
  display: block;
}

.trianglePc {
  width: 0;
  height: 0;
  margin-top: 300px;
  margin-left: 120px;
  position: absolute;
  border-width: 20px 20px 0px 20px;
  border-style: solid;
  border-color: #fff transparent;
}

.qr-box {
  position: absolute;
  left: 50%;
  top: 0;
  display: none;
  width: 280px;
  height: 300px;
  margin-left: -140px;
  margin-top: -330px;
  background-color: #fff;
  /* opacity: 0; */
  transition: all .3s;
}

.qr-info {
  position: relative;
  width: 100%;
  height: 100%;
}

.qr-info p {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.qr-code {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 240px;
  height: 240px;
}

.type-item-content:hover + .qr-box {
  display: block;
  opacity: 1;
}

.download-btn {
  height: 28px;
  width: 103px;
  padding: 5px 68px 5px;
  font-size: 17px;  
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #00adee;
  color: #fff;
  font-family: "Microsoft YaHei", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#download-btn-pc {
  position: absolute;
  top: 50%;
  left: 56%;
}

.loading-box {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60px;
  height: 60px;
  /* background-color: #ffffff; */
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.loading-animation {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  transform: translateY(-17px);
}

.loading-animation > div {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  animation-fill-mode: both;
}

.loading-animation > div:first-child {
  background: #3DA5FE;
  height: 16px;
  width: 16px;
  top: 9px;
  left: 9px;
  animation: scale 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}

.loading-animation > div:last-child {
  position: absolute;
  width: 30px;
  height: 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #3DA5FE transparent #3DA5FE transparent;
  background: transparent;
  animation: rotate 1s 0s cubic-bezier(.09, .57, .49, .9) infinite;
  animation-duration: 1s;
}

.verify-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.verify-wrap-shadow {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .6;
}

.verify-content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  margin-top: -162px;
  margin-left: -160px;
  background: #FFFFFF;
  width: 300px;
  height: auto;
  border-radius: 25px;
  border: solid 2px #666;
  box-shadow: 0 0 10px #666;
  text-align: center;
}

.verify-content-close {
  float: right;
  color: #000;
  padding: 5px;
  margin: -2px;
  font: bold 16px/16px simsun;
  text-decoration: none;
  cursor: pointer;
}

.verify-des-wrap {
  margin-top: 40px;
}

.des-app-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: 100%;
}

.verify-des-content {
  display: inline-block;
  width: 160px;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  text-align: left;
  font-weight: bold;
  font-family: "Microsoft YaHei", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.verify-content-input {
  border: solid 1px #d2d2d2;
  border-left-color: #ccc;
  border-top-color: #ccc;
  border-radius: 2px;
  background-color: #fff;
  padding: 4px 6px;
  height: 32px;
  color: #555;
  min-width: 200px;
  /* width: 100%; */
  /* outline: 0; */
  box-sizing: border-box;
  display: inline-block;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

#verify-account {
  margin-top: 25px;
}

#verify-password {
  margin-top: 15px
}

.verify-btn {
  margin-top: 24px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 200px;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  color: #fff;
  background-color: rgb(0,173,239);
  border: 1px solid rgb(0,173,239);
  outline: none;
  cursor: pointer;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

