* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
}
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.clearfloat {
  zoom: 1;
}
ul {
  list-style: none;
}
img {
  vertical-align: top;
}
a,
input,
button {
  -webkit-appearance: none;
  /*鍘婚櫎绯荤粺榛樿鐨勬牱寮�*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BFBFBF;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BFBFBF;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #BFBFBF;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #BFBFBF;
}
.wrap_content .top_content {
  position: relative;
  background: #44a8f3;/*#00c79f;*/
}
.wrap_content .top_content .wrap_bg {
  background: url('../images/try_out_image/web_bg.png') no-repeat 0 0;
  background-size: cover;
  height: 2.4rem;
  font-size: 0.84rem;
  color: #fff;
  text-align: center;
  line-height: 2.4rem;
}
.wrap_content .top_content .wrap_logo {
  position: absolute;
  left: 50%;
  top: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  box-shadow: 0rem 0rem 0.24rem 0rem rgba(0, 99, 74, 0.3);
  background: #fff;
  margin-left: -1.4rem;
  background: url('../images/try_out_image/mo_logo.png') no-repeat center;
  background-size: 2.8rem;
}
.wrap_content .hide {
  display: none;
}
.wrap_content .wrap_explain {
  text-align: center;
  margin-top: 2rem;
}
.wrap_content .wrap_explain h4 {
  font-size: 0.84rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.84rem;
}
.wrap_content .wrap_explain p {
  font-size: 0.64rem;
  line-height: 0.64rem;
  color: #666666;
  margin-top: 0.48rem;
}
.wrap_content .wrap_explain p span {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: #999999;
  border-radius: 50%;
  margin: 0 0.2rem;
  margin-bottom: 0.1rem;
}
.wrap_content .wrap_tip {
  position: absolute;
  background: #fff;
  width: 100%;
  top: 2.4rem;
  height: 1.96rem;
  line-height: 1.96rem;
  box-shadow: 0px 0px 6px 0px rgba(0, 116, 78, 0.2);
  border-bottom: 1px solid #e6e6e6;
  color: #666666;
  font-size: 0.64rem;
  z-index: 6;
  display: none;
}
.wrap_content .wrap_tip.erro_color {
  color: #ff4c4c;
}
.wrap_content .wrap_tip span.iconfont {
  font-size: 0.6rem;
  color: #bfbfbf;
  float: right;
  margin-right: 0.8rem;
  cursor: pointer;
}
.wrap_content .wrap_tip span.wrap_text {
  margin-left: 0.76rem;
}
.wrap_content .wrap_form {
  padding: 0 1.2rem;
  margin-top: 1.68rem;
}
.wrap_content .wrap_form.no_logo {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.wrap_content .wrap_form div {
  position: relative;
}
.wrap_content .wrap_form div input {
  width: 10.92rem;
  height: 1.6rem;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  padding-left: 1.6rem;
  font-size: 0.64rem;
  color: #333;
  background: #fff;
}
.wrap_content .wrap_form form div input:focus {
  outline: none;
  border: 1px solid #0070C4;
}
.wrap_content .wrap_form form div input:focus ~ .iconfont {
  color: #0070C4;
}
.wrap_content .wrap_form form div.wrap_code {
  margin-top: 0.8rem;
}
.wrap_content .wrap_form form div.wrap_code input {
  width: 6.4rem;
}
.wrap_content .wrap_form form div .iconfont {
  position: absolute;
  top: 0.48rem;
  left: 0.48rem;
  font-size: 0.64rem;
  color: #999999;
}
.wrap_content .wrap_form form div .get_code {
  width: 4.12rem;
  height: 1.6rem;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  font-size: 0.64rem;
  color: #44a8f3;
  line-height: 1.6rem;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}
.wrap_content .wrap_form form div .can_cli {
  color: #666666;
}
.wrap_content .wrap_form form div.wrap_dis {
  margin-bottom: 0.96rem;
}
.wrap_content .wrap_form form div.interest {
  margin-top: 0.92rem;
}
.wrap_content .wrap_form form div.interest p {
  font-size: 0.64rem;
  color: #999999;
  line-height: 0.64rem;
  margin-bottom: 0.4rem;
}
.wrap_content .wrap_form form div.interest ul {
  border-radius: 0.16rem;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.wrap_content .wrap_form form div.interest li {
  height: 1.6rem;
  padding-left: 0.48rem;
  border-bottom: 1px solid #d9d9d9;
}
.wrap_content .wrap_form form div.interest li.last {
  border-bottom: none;
}
.wrap_content .wrap_form form div.interest li span {
  display: inline-block;
  padding-left: 1.12rem;
  position: relative;
  font-size: 0.64rem;
  height: 0.64rem;
  line-height: 0.64rem;
  cursor: pointer;
  color: #666;
  padding-top: 0.08rem;
  top: 0.08rem;
}
.wrap_content .wrap_form form div.interest li.active {
  background: #fff;
}
.wrap_content .wrap_form form div.interest li.active span {
  color: #333;
}
.wrap_content .wrap_form form div.interest li span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.08rem;
  border: 1px solid #d9d9d9;
  left: 0;
  top: 0;
  vertical-align: middle;
}
.wrap_content .wrap_form form div.interest li.active span::after {
  content: "";
  display: inline-block;
  width: 0.32rem;
  height: 0.2rem;
  transform: rotate(-45deg);
  border-bottom: 0.06rem solid #ffffff;
  border-left: 0.06rem solid #ffffff;
  position: absolute;
  left: 0.14rem;
  top: 0.14rem;
}
.wrap_content .wrap_form form div.interest li.active span::before {
  content: "";
  display: inline-block;
  width: 0.68rem;
  height: 0.68rem;
  top: 0;
  background: #00ae83;
  left: 0;
  position: absolute;
  border: none;
}
.wrap_content .wrap_form .btn {
  width: 12.6rem;
  height: 1.76rem;
  line-height: 1.76rem;
  color: #fff;
  font-size: 0.72rem;
  background: #44a8f3;
  display: block;
  text-align: center;
  margin-top: 1.2rem;
  border-radius: 0.16rem;
  cursor: pointer;
}
.wrap_content .wrap_form p.explain {
  font-size: 0.64rem;
  color: #999999;
  line-height: 0.64rem;
  text-align: center;
  margin-top: 0.64rem;
}
.wrap_pop {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.wrap_pop .popup {
  width: 10.08rem;
  padding: 1.2rem 0.96rem;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6rem;
  height: 10rem;
  margin-top: -6.2rem;
}
.wrap_pop .popup .wrap_close {
  text-align: right;
  padding-top: 20px;
}
.wrap_pop .popup .sucess {
  line-height: 1.28rem;
  text-align: center;
  font-size: 0.84rem;
  color: #666666;
}
.wrap_pop .popup .sucess span {
  display: inline-block;
  width: 1.28rem;
  height: 1.28rem;
  background: url('../images/try_out_image/finish2.png') no-repeat 0 0;
  background-size: 1.2rem;
  margin-right: 0.48rem;
  vertical-align: middle;
}
.wrap_pop .popup .wrap_conten {
  margin-top: 0.92rem;
}
.wrap_pop .popup .wrap_conten h4 {
  font-size: 0.72rem;
  font-weight: 500;
  color: #333333;
  line-height: 1.2rem;
  text-align: center;
}
.wrap_pop .popup .wrap_conten p {
  font-size: 0.56rem;
  color: #666666;
  line-height: 0.8rem;
  margin: 0.8rem 0;
  text-align: justify;
}
.wrap_pop .popup .btn {
  display: block;
  height: 1.44rem;
  line-height: 1.44rem;
  border-radius: 0.08rem;
  text-align: center;
  border: 1px solid #44a8f3;
  font-size: 0.64rem;
  color: #44a8f3;
  margin: 0 auto;
  cursor: pointer;
}
.wrap_content .wrap_form .btn:hover {
  background: #0070C4;
  color: #fff;
}