@charset "utf-8";
/* CSS Document */
.download_list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 23px;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  width: 340px;
  height: 360px;
  padding: 20px 0;
  position: relative;
}
.download_list + h3 {
  margin-top: 60px;
}

.phone_download li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 23px;
  background-color: #f2f2f2;
  width: 340px;
  height: 360px;
  padding: 20px 0;
  position: relative;
}
.phone_download li > strong {
  margin: 20px auto;
}
.phone_download span {
  font-size: 20px;
  vertical-align: middle;
}
.phone_download li .QR_and,
.phone_download li .QR_ios {
  width: 150px;
  height: 150px;
  position: absolute;
  background: red;
  bottom: -135px;
  left: 50%;
  margin-left: -75px;
  display: none;
  opacity: 0;
}
.download_list li > strong {
  margin: 20px auto;
}

.main h3 {
  padding-left: 20px;
}
.iosQr,
.andrQr,
.iphoneQr,
.androidQr {
  position: absolute;
  width: 190px;
  height: 190px;
  background-color: #fff;
  left: 50%;
  bottom: 132px;
  margin-left: -95px;
  text-align: center;
  display: none;
  opacity: 0;
}
.iosQr:after,
.andrQr:before,
.iphoneQr:after,
.androidQr:before {
  width: 0;
  height: 0;
  border: 16px transparent solid;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  content: "";
}
.iosQr:after,
.andrQr:after,
.iphoneQr:after,
.androidQr:after {
  width: 0;
  height: 0;
  border: 14px transparent solid;
  border-top-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
  content: "";
}
h3 {
  color: #676767;
  font-size: 26px;
  font-weight: 100;
  margin: 30px 0 22px 0;
  height: auto;
}
.pc-beta div {
  width: 100px;
  height: 70px;
  background: url("../images/downloadImg.png") no-repeat scroll 0 -140px;
  margin: 15px auto;
}
.pc div {
  width: 70px;
  height: 70px;
  background: url("../images/downloadImg.png") no-repeat scroll -98px -140px;
  margin: 15px auto;
}
.iphone div:first-child {
  width: 175px;
  height: 70px;
  background: url("../images/downloadImg.png") no-repeat scroll 0 0;
  margin: 15px 120px;
}
.android div:first-child {
  width: 175px;
  height: 70px;
  background: url("../images/downloadImg.png") no-repeat scroll 0 -70px;
  margin: 15px 120px;
}
.ps div:first-child {
  width: 75px;
  height: 70px;
  background: url("../images/ps.png") no-repeat;
  background-size: contain;
  margin: 15px 120px;
}
.andr div:first-child {
  width: 50px;
  height: 61px;
  background: url("../images/icon_android.png") no-repeat scroll 0 0;
  margin: 15px auto;
}
.ios div:first-child {
  width: 50px;
  height: 61px;
  background: url("../images/icon_iphone.png") no-repeat scroll 0 0;
  margin: 15px auto;
}
strong {
  color: #4e4e4e;
  font-size: 22px;
  display: block;
  text-align: center;
  margin: 20px;
}

.download_list li p {
  margin: 20px;
  text-align: center;
}

.phone_download p {
  text-align: center;
  color: #7a7a7a;
}
.pc-beta p,
.pc p,
.iphone p,
.android p,
.ps p {
  color: #7a7a7a;
  margin-left: 80px;
}
.pc-beta a,
.pc a,
.iphone a,
.android a,
.ios a,
.andr a,
.ps a {
  display: block;
  width: 145px;
  height: 40px;
  background-color: #2e91f3;
  border-radius: 2px;
  margin: 30px auto;
  text-align: center;
  color: #ffffff;
  padding-top: 8px;
  cursor: pointer;
}

.pc-beta a:hover,
.pc a:hover,
/* .iphone a:hover, */
.android a:hover {
  background-color: #44ce4d !important;
}
.iphone a:hover,
.android a:hover {
  background-color: #2e91f3;
}
.pc-beta img,
.pc img,
.iphone img,
.android img,
.ios img,
.andr img {
  vertical-align: middle;
}
.download_list span {
  font-size: 20px;
  vertical-align: middle;
}
.download {
  background: url(../images/bg_content.png) top no-repeat;
  color: #676767;
  font-size: 26px;
  font-weight: 100;
  margin: 45px 0 15px;
  padding: 20px 0 0 20px;
}
.other_down a {
  text-decoration: underline;
  color: #5e5e5e;
  font-size: 17px;
}
.other_down a:hover {
  text-decoration: none;
}
.other_down p {
  margin: 10px 0 0 105px;
}
.knowBig {
  background-color: #44ce4d;
  color: #676767;
  font-size: 26px;
  font-weight: 100;
  width: 310px;
  height: 55px;
  line-height: 52px;
  text-align: center;
  margin: 60px 0 20px 0;
}
.knowBig a {
  color: #ffffff;
}
.knowBig a:hover {
  text-decoration: underline;
}

/* 净网 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
.clean-net {
  position: fixed;
  bottom: 15px;
  left: 0;
  z-index: 20000;
  width: 100%;
}
.clean-net .container {
  padding: 18px 40px;
  background-color: #fef4e6;
  box-shadow: 0px 0px 22px 0px rgba(255, 194, 104, 0.16);
  border-radius: 2px;
  line-height: 27px;
  font-size: 18px;
  letter-spacing: -0.8px;
  color: #333333;
}
.clean-net .container p {
  margin-top: 5px;
  text-align: right;
}
.clean-net .clean-net_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: right;
  margin: -12px -34px 0 0;
  background: url("../images/register/close@2x.png") center center no-repeat;
  background-size: 8px 8px;
  cursor: pointer;
}
.clean-net .clean-net_close:hover {
  background: url("../images/register/close_hover@2x.png") center center
    no-repeat;
  background-size: 8px 8px;
}
