
body {
  background: #F5F8FA;
  color: #3e464c; }

.trial-body {
  border-radius: .04rem;
  font-size: .14rem;
  box-shadow: 0 0.06rem 0.24rem 0 rgba(62, 70, 76, 0.06); }
  .trial-body .btn {
    height: .44rem;
    line-height: .44rem;
    background: #06cb94;
    border-radius: .04rem;
    margin: .3rem .16rem;
    color: #fff;
    text-align: center; }

.trial-img {
  margin-bottom: .1rem; }
  .trial-img img {
    width: 100%; }

.from {
  background: #ffffff;
  padding: .20rem 0;
  text-align: center; }

.from-title {
  font-size: .16rem;
  margin-bottom: .16rem; }
  .from-title img {
    vertical-align: middle;
    margin: 0 8px; }

.form-body {
  margin: 0 .16rem;
  background: #ffffff;
  border-radius: .12rem; }

.form-item {
  padding: .14rem 0;
  position: relative;
  text-align: center;
  border-bottom: .01rem solid #F5F5F5; }
  .form-item .error-info {
    position: absolute;
    font-size: .12rem;
    display: none;
    color: #FA515E;
    left: 31%; }

.form-item:last-child {
  border: none; }

.trial-address {
  position: relative; }
  .trial-address a.copy-url {
    position: absolute;
    top: 0;
    padding-right: 0.16rem;
    background: #fff;
    right: 0;
    color: #06CB94;
    cursor: pointer; }

.form-item-title {
  display: inline-block;
  width: .7rem;
  text-align: right;
  font-weight: 400;
  color: #68747f;
  line-height: .22rem;
  margin-right: .15rem; }
  .form-item-title .star {
    color: red; }

.form-info {
  background: transparent;
  width: 2.18rem;
  border: none;
  outline: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C3C7CC; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C3C7CC; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C3C7CC; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C3C7CC; }

.tcbg {
  font-size: .15rem;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33333;
  background: rgba(0, 0, 0, 0.3);
  display: none; }
  .tcbg .tanchaung {
    width: 3rem;
    position: fixed;
    top: 20%;
    left: 10%;
    z-index: 22;
    background: #fff;
    border-radius: .06rem;
    padding: .5rem 0 .4rem;
    text-align: center; }
  .tcbg .tanchaung p {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #585D65;
    line-height: 0.2rem;
    letter-spacing: 1px;
    font-size: 0.15rem;
    margin-bottom: .2rem; }
  .tcbg .tanchaung span {
    width: 1rem;
    height: .3rem;
    margin: 0 auto;
    margin-top: 10%;
    background: #20b573;
    border: 1px solid #20b573;
    color: #fff;
    line-height: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .03rem; }
  .tcbg #close_btn {
    width: 1.36rem;
    height: .40rem;
    margin: 0 auto;
    background: #06cb94;
    border-radius: .04rem;
    font-size: .16rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: .22rem;
    border: none; }

/*# sourceMappingURL=on-trial-info.css.map */
