@charset "utf-8";

/*Css Rrest*/
body, div, table, tr, td, h1, h2, h3, h4, h5, h6, form, input, label, select, textarea, p, ul, ol, li, dl, dd, dt, img {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  width: 100%
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}

em, i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=======清除浮动======*/
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix {
  zoom: 1;
}

.clear {
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  zoom: 1;
}

/*=======透明======*/
.opacity {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

/*======显示，隐藏======*/
.hide {
  display: none;
}

.show {
  display: block;
}

.fl {
  float: left
}

.fr {
  float: right
}

/*======内容======*/
html {
  height: 100%;
}

body {
  font: 16px/1.5 tahoma, arial;
  height: 100%;
}

body {
  color: #000;
  /* background: url('../images/zhbg-bg.jpg') 0 0 no-repeat; */
  font-family: 微软雅黑;
  background-size: 100% 100%;
}

.main {
  height: calc(100% - 50px);
  /* min-height: 580px; */
}

.content_box {
  width: 28%;
  margin: 20px auto;
}

.content_top {
  width: 45%;
  margin: 20px auto;
}

.content_middle {
  margin: 0 auto;
  text-align: center;
  /* margin-top: 20px; */
}
.content_middle p {
  font-size: 1.3rem;
}

.content_bottom {
  margin: 0 auto;
}

.content_bottom li {
  width: 50%;
  text-align: center;
  background: #00a0ff;
  color: #fff;
  margin: 0 auto;
  height: 40px;
  line-height: 39px;
  margin-bottom: 22px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.content_bottom li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}

.aazs {
  width: 100%;
  text-align: center;
  margin-top: 1em;
  font-size: 14px;
}

.aazs a {
  color: #004080;
  text-decoration: underline;
}
.footer {
  width: 100%;
  height: 50px;
}

.footer h1 {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #656565;
}

.android {
  margin: 0 auto;
  text-align: center;
}
.android .banner {
  /* width: 15%; */
  margin-top: -20px;
}
.android p {
  margin-top: 25px;
}
.android-az {
  width: 50%;
  margin: 0 auto;
  background: #00a0ff;
  height: 40px;
  line-height: 39px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 30px;
}
.android-az a {
  color: #fff;
}

h1 a {
  color: #656565;
}

.windows {
  width: 50%;
  margin: 0 auto;
}


/* 微信弹出  */
.MicroMessenger_bg {
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}

.MicroMessenger_bg1 {
  background: #000 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}

.MicroMessenger_tip {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: none;
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 10px;
}

.MicroMessenger_tip .triangle {
  background: url('../images/weixin-icon.png') 0 0 no-repeat;
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  top: -10px;
  right: 16px;
  background-size: 100%;
}

.MicroMessenger_tip1 {
  background: #fff none repeat scroll 0 0;
  border-radius: 5px;
  display: none;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 130px;
  height: 40px;
  color: #656565;
  font-size: 14px;
}

/* ios提示样式 */
.tips {
  display: none;
  color: red;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}

/* PC端样式 */
.ui-block-c {
  height: auto;
  text-align: center;
  box-sizing: border-box;
}
.ui-block-c span {
  width: 50%;
  display: inline-block;
  float: left;
}
.ui-block-c span img {
  margin-right: 20px;
  height: auto;
}
/* @media all and (min-width: 980px) {
  .ui-block-c {
    padding: 10px!important;
  }
  .ui-block-c img {
    width: 167px;
  }
}
@media all and (max-width: 980px) {
  .ui-block-c {
    padding: 30px!important;
  }
}
@media all and (max-width: 599px) {
  .ui-block-c {
    padding: 10px!important;
    padding-left:0px!important;
    padding-right:0px!important;
  }
  .ui-block-c img {
    width: 80%;
    }
}
@media screen and (min-width:599px) and (max-width:1000px) {
  .ui-block-c img {
    width: 80%;
  }
} */

/* PC端改版 */
#windows {
  padding-top: 20px;
}
#windows .pc-footer {
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding-top: 20px;
}
.main-con {
  text-align: center;
  width: 100%;
  padding-top: 30px;
}
.main-title {
  background: url(../images/logo-bg.png) center 0 no-repeat;
  margin-bottom: 10px;
  width: 100%;
  background-size: 155px;
  color: #fff;
  height: 35px;
}
.main-des {
  font-size: 1.2rem;
  color: #808080;
}
.main-pc {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  margin-top: 30px;
}
.main-pc img {
  /* width: 90px; */
}
.pc-mid {
  /* margin-top: 60px; */
}
.pc-mid img {
  width: 60px;
}
.main-pc ul {
  font-size: 0;
}
.main-pc ul li {
  width: 250px;
  display: inline-block;
  /* *zoom:1;
  *display:inline; */
  height: 360px;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.25);
}
.main-pc ul li:nth-child(1) {
  margin-right: 25px;
}
.itemlogo {
  /* margin-top: 70px; */
  height: 78px;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.itemlogo img {
  width: 120px;
}
.main-pc ul li .scan {
  display: none;
  text-align: center;
  font-size: 16px;
  margin-top: 27px;
}
.pc-android .pc-mid {
  padding-top: 7px;
}
.main-pc ul li.hover .down-btn {
  display: none;
}
.main-pc ul li.hover .scan {
  display: block;
}
.main-pc .pc-android .scan {
  margin-top: 15px;
}
.main-pc .pc-windows .scan {
  width: 160px;
  margin-top: 20px;
}
/* .pc-android .itemlogo {
  background: url('../images/Android_logo.png') no-repeat center 0;
} */
.pc-windows .itemlogo {
  background: url('../images/windows_logo.png') no-repeat center 0;
}
/* .pc-iphone .itemlogo {
  background: url('../images/ios_logo.png') no-repeat center 0;
} */
.itemlogo.animation {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.main-pc ul li.hover {
  /* height: 360px; */
  background: #f7fafc;
  /* -webkit-box-shadow: 0 2px 2px 2px #ccc;  
  -moz-box-shadow: 0 2px 2px 2px #ccc;
  box-shadow: 0 2px 2px 1px #ccc; */
  /* -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; */
}
.main-pc ul li.hover .output {
  display: block;
  padding-top: 50px;
}
.main-pc ul li p {
  margin-top: 50px;
  font-size: 20px;
}
.main-pc ul li h2 {
  font-size: 16px;
  font-weight: normal;
  background-image: linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%);
  background:-moz-linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%);/*Mozilla*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#2b5bff, endColorstr=#21c6ff)";/*IE8+*/
  background:-webkit-linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%);/*new gradient for Webkit*/
  background:-o-linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%); /*Opera11*/
  width: 65%;
  height: 35px;
  color: #fff;
  margin: 0 auto;
  line-height: 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 27px;
  cursor: pointer;
}
.main-pc ul li h2:hover {
  background: #80c8ff;
}
.output {
  display: none;
}
.output canvas {
  width: 78px;
  max-height: 78px;
}
.main-pc ul li .pcinfo {
  font-size: 16px;
  margin-top: 15px;
  color: #32BBFE;
  width: 100% !important;
  text-align: center;
}
.main-pc ul li .pcinfo a:hover, .main-pc ul li .pcinfo a:visited, .main-pc ul li .pcinfo a:link, .main-pc ul li .pcinfo a:active {
  color: #32BBFE;
}



/* 新添加 1224 */
.content_middle .banner {
  margin-top: -20px;
}
.content_middle .ios_cert {
  margin-bottom: 20px;
}
.content_middle .ios_cert img {
  width: 20px;
}
.content_middle .ios_cert span {
  margin-top: -2px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.content_middle .ios_cert a {
  color: #000;
}
.content_middle img {
  vertical-align: top;
  margin-top: -1px;
}
.ios_download {
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
  background-image: linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%);
  background:-moz-linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%);/*Mozilla*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#2b5bff, endColorstr=#21c6ff)";/*IE8+*/
  background:-webkit-linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%);/*new gradient for Webkit*/
  background:-o-linear-gradient(3deg, #2b5bff 0%, #21c6ff 100%); /*Opera11*/
  line-height: 42px;
  color: #fff;
  font-size: 0.9rem;
  -moz-box-shadow: 10px 10px 5px #f2f2f2; /* 老的 Firefox */
  box-shadow: 10px 10px 5px #f2f2f2;
  margin-bottom: 20px;
}
.ios-btn {
  background: url('../images/ios-btn.jpg') 0 0 no-repeat;
  height: 145px;
  background-size: 100%;
  margin-top: -1px;
}
.ios-btn-left {
  margin-right: 20%;
}
.ios-btn-left a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.ios-btn-left, .ios-btn-right {
  height: 130px;
  width: 30%;
  display: inline-block;
}
.pc-bg {
  background: url('../images/zhbg-bg.jpg') 0 0 no-repeat;
  background-size: 100% 100%;
}