@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/newbg.png') center bottom no-repeat;
  font-family: 微软雅黑;
  /* background-size: 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 img {
  width: 15%;
}
.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;
  margin-top: 70px;
  text-align: center;
}
.android img {
  width: 15%;
}
.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;
}

/* 在大屏设备上的样式 */
/* @media screen and (min-width:600px) {
  .content_box {
    width: 13%;
  }

  .content_top {
    width: 20%;
  }

  .android {
    width: 13%;
  }

  .content_middle {
    width: 35%;
  }

  body {
    background-size: auto;
  }

  .ios-ul {
    width: 50%;
    margin: 0 auto;
  }

} */

/* @media screen and (min-width:600px) {
  .windows {
    width: 15%;
  }

} */

/* 微信弹出  */
.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端改版 */
.main-con {
  text-align: center;
  width: 100%;
  padding-top: 85px;
}
.main-title {
  font-size: 2.3rem;
  margin-bottom: 10px;
}
.main-des {
  font-size: 1.2rem;
  color: #808080;
}
.main-pc {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
.main-pc img {
  width: auto;
}
.pc-mid {
  margin-top: 60px;
}
.main-pc ul {
  font-size: 0;
}
.main-pc ul li {
  width: 33.3%;
  display: inline-block;
  *zoom:1;
  *display:inline;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.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;
}
.main-pc ul li .scan {
  display: none;
  text-align: center;
  font-size: 16px;
  margin-top: 27px;
}
.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;
}
.main-pc ul li p {
  margin-top: 50px;
  font-size: 20px;
}
.main-pc ul li h2 {
  font-size: 20px;
  font-weight: normal;
  background: #00a0ff;
  width: 120px;
  height: 40px;
  color: #fff;
  margin: 0 auto;
  line-height: 39px;
  -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;
}

@media screen and (min-width: 300px) and (max-width: 359px){
  .main-con {
    padding-top: 10px;
  }
  .ios-ul {
    margin-top: 10px;
  }
}
@media screen and (min-width: 360px) and (max-width: 415px){
  .main-con {
    padding-top: 40px;
  }
  .content_middle {
    margin-top: 40px;
  }
  .content_middle p {
    margin-top: 15px;
  }
  .ios-ul {
    margin-top: 30px;
  }
}
@media screen and (min-width: 420px) and (max-width: 1370px){
  .content_middle img {
    width: 10%;
  }
  .content_bottom li {
    width: 30%;
  }
  .content_middle {
    margin-top: 50px;
  }
  .ios-ul {
    margin-top: 30px;
  }
  .content_middle p {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1370px){
  .main-con {
    padding-top: 35px;
  }
  .main-pc {
    margin-top: 35px;
  }
}