/*html,
body,
div{margin: 0;padding: 0;border: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;width: 100%;}*/

.custom-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  width: 170px;
  height: 42px;
  line-height: 41px;
  font-size: 16px;
  font-weight:700;
  outline: 0;
  border: 0;
  display: inline-block;
  *zoom: 1;
  position: relative;
  overflow: hidden;
/*  background-color: #f1f5f8;*/
  color: #000;
  font-family: inherit;
  text-align: center;
  position:relative;
  top:-495px;
  left:595px;
}

button.custom-button,
.custom-button[type=button] {
  line-height: 34px;
}
.custom-button.mouseenter .custom-button-hover {
  color: #1283fc;
}
.custom-button.mouseenter .custom-button-text {
  color: #d1c768;
}
.custom-button .custom-button-border {
  position: absolute;
  top: 0;
  left: 0;
  border: 0px solid #1283fc;
  z-index: 2;
  width: 168px;
  height: 40px;
}
.custom-button .custom-button-hover {
  width: 170px;
  height: 42px;
  position: absolute;
  top: -100px;
  left: 0;
/*  background-color: #1283fc;*/
  color: #000;
  z-index: 3;
}
.custom-button .custom-button-text {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  z-index: 4;
  width: 170px;
  height: 42px;
}
.part .part-title {
  padding-top: 80px;
  font-size: 30px;
  line-height: 30px;
  color: #222;
  text-align: center;
}
.part .part-content {
  text-align: center;
  padding: 20px 95px 0;
  line-height: 23px;
  font-size: 16px;
  color: #848484;
}
.part .btn-margin {
  margin-left: 24px;
}
.part .android-download-btn,
.part .ios-download-btn {
  font-size: 15px;
  line-height: 24px;
  padding: 0;
  border: 0;
  outline: 0;
  width: 222px;
  height: 52px;
  text-align: left;
}

#part1 .arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  animation-name: arrowMoving;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
/*#part2 {
  background: url(../images/pc_index_part2_bac.jpg);
  background-size: 80px;
}*/
#part2 .container {
  position: relative;
/*  top:65px;
  left:-800px;*/
}
/*#part2 .container .downloads {
  padding-top: 30px;
  text-align: center;
}*/

#part2 .container .downloads .qr-area.show .qr-tip {
  top: 400px;
  left:600px;
  z-index: 10000000000;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100%)';
  -moz-opacity: 1;
  opacity: 1;
}
#part2 .container .downloads .qr-area .qr-tip {
  position: absolute;
  z-index: 1000000000000;
  width: 210px;
  left: 600px;
  top: 750px;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0%)';
  -moz-opacity: 0;
  opacity: 0;
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -webkit-transition: all 0.6s;
  /* Safari 和 Chrome */
  -o-transition: all 0.6s;
  /* Opera */
  transition: all 0.6s;
}
#part2 .container .downloads .qr-area .qr-tip img {
  width: 100%;
}

