.apple-top {
  height: 1.4rem;
  width: 10rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.55rem;
  line-height: 1.4rem;
  background: #101010;
}
.p-w {
  background: #0A0A0A;
  width: 10rem;
  margin: 0 auto;
  height: 100%;
}
.apple-ul {
  width: 10rem;
}
.apple-ul li {
  width: 10rem;
  height: 1.46rem;
  margin-bottom: 0.05rem;
  background: #171717;
  line-height: 1.46rem;
}
.apple-ul li img {
  width: 3rem;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.apple-ul li .glyphicon {
  float: right;
  line-height: 1.46rem;
  margin-right: 0.2rem;
  font-size: 0.5rem;
}
.login-input {
  position: relative;
  height: 1.33rem;
  width: 10rem;
  background: #171717;
  line-height: 1.33rem;
  margin-top: 0.2rem;
}
.login-input img {
  width: 0.8rem;
  position: absolute;
  margin-top: 0.2rem;
  left: 1rem;
}
.login-input input {
  position: absolute;
  background: #171717;
  width: 5.53rem;
  line-height: 1.33rem;
  height: 1.33rem;
  left: 2rem;
  color: #CCCCCC;
  font-size: 0.4rem;
}
.login-input button {
  position: absolute;
  width: 2rem;
  text-align: center;
  height: 1.33rem;
  right: 0.7rem;
  background: #171717;
  color: #00EF89;
  font-size: 0.44rem;
}
.login-content {
  width: 10rem;
  height: 5rem;
  margin-top: 1.3rem;
  text-align: center;
}
.login-content p {
  text-align: center;
  margin-bottom: 0.5rem;
  color: #CCCCCC;
  font-size: 0.4rem;
  margin-top: 0.2rem;
}
.login-content img {
  width: 1.89rem;
  height: 1.89rem;
  border-radius: 50%;
}
.login-btn {
  width: 8.53rem;
  margin-left: 0.73rem;
  height: 1.33rem;
  background: linear-gradient(to right, #00f088, #00a0e9);
  text-align: center;
  color: #ffffff;
  margin-top: 1.7rem;
  font-size: 0.5rem;
  z-index: 500;
  border-radius: 1rem;
}
.login-btn-go {
  opacity: 0.7;
}
.login-tips {
  text-align: center;
  color: #666666;
  margin-top: 0.4rem;
  font-size: 0.3rem;
}
.p-active {
  border: 0.04rem solid #2BE1B0 !important;
}
.payfor-ul {
  width: 10rem;
  min-height: 7rem;
}
.payfor-ul li {
  float: left;
  width: 2.8rem;
  height: 2.08rem;
  margin-left: 0.36rem;
  margin-top: 0.42rem;
  border: 0.04rem solid #4D4D4D;
  border-radius: 0.25rem;
}
.payfor-ul li .payfor-top {
  width: 2.8rem;
  height: 1.04rem;
  text-align: center;
  line-height: 1.25rem;
  font-size: 0.4rem;
  color: #999999;
}
.payfor-ul li .payfor-top img {
  width: 0.45rem;
  margin-top: -0.1rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.payfor-ul li .payfor-b {
  width: 2.8rem;
  height: 1.04rem;
  text-align: center;
  line-height: 0.7rem;
  font-size: 0.45rem;
  color: #2BE1B0;
}
.mol-top {
  width: 7rem;
  margin: 0 auto;
}
.mol-top li {
  position: relative;
  width: 3.5rem;
  text-align: center;
  color: #686868;
  font-size: 0.44rem;
  float: left;
  height: 1.08rem;
  line-height: 1.08rem;
}
.mol-content {
  position: relative;
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  text-align: center;
}
.mol-content .payfor-ul {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
}
.mol-content .mol-card {
  position: absolute;
  width: 10rem;
  top: 0;
  height: 13rem;
  left: 10rem;
  transition: 0.5s all;
}
.mol-content .usa-list {
  width: 9.44rem;
}
.mol-content .mal-list {
  width: 9.44rem;
}
.mol-content p {
  height: 0.78rem;
  color: #00F3D7;
  font-size: 0.44rem;
}
.mol-title {
  width: 10rem;
  transition: 1s all;
  color: #00F3D7;
  font-size: .44rem;
  text-align: center;
  height: 1.55rem !important;
  line-height: 1.55rem;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #CCCCCC;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #CCCCCC;
}
input:-ms-input-placeholder {
  color: #CCCCCC;
}
input::-webkit-input-placeholder {
  color: #CCCCCC;
}
.mol-act {
  color: #ffffff !important;
}
.mol-act .mol-click {
  width: 0.45rem;
  height: 0.45rem;
  background: url(../images/mol-click.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -0.1rem;
  left: 1.5rem;
}