@charset "UTF-8";
#topFreeTryModal {
  height: 380px;
}
#topFreeTryModal .register-form-tip {
  width: 340px;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
}

#topFreeTryModal .modal-right-wrap {
  margin-left: 340px;
  width: 358px;
  height: 380px;
  padding: 32px;
  box-sizing: border-box;
}

#topFreeTryModal #modal_reg_form {
  margin-top: 12px;
}

#topFreeTryModal .modal-right-wrap .reg-form-wrap-title {
  font-size: 20px;
  color: #232D47;
  text-align: left;
  font-weight: 600;
  line-height: 1.5;
}

#topFreeTryModal .modal-right-wrap .form-item {
  margin-bottom: 14px;
}
#topFreeTryModal .modal-right-wrap .form-item-box {
  width: 294px;
  height: 40px;
  margin-left: 0;
}

#topFreeTryModal .modal-right-wrap .form-item-box .form-item-input {
  height: 100%;
  background-color: transparent;
  width: 100%;
}

#topFreeTryModal .modal-right-wrap .form-item-box .form-item-input input {
  height: 100%;
  width: 100%;
  outline: none;
  line-height: 100%;
  background-color: #fff;
  border: 1px solid #E1E6ED;
  border-radius: 4px;
}
#topFreeTryModal .modal-right-wrap .form-code-item .form-item-box {
  position: relative;
}
#topFreeTryModal .modal-right-wrap .form-code-item .form-item-box input {
  
}
#topFreeTryModal .modal-right-wrap .form-code-item .form-item-code {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F74551;
  color: #fff;
  border: none;
  width: 98px;
  height: 100%;
  line-height: 3;
  text-align: center;
}

#topFreeTryModal #modalRegAgreement {
  display: initial;
}
#topFreeTryModal .rf--radioInput {
  display: none;
}
#topFreeTryModal .form-item-btn .form-submit-btn  {
  background-color: #F74551;
  border-radius: 4px;
  color: #fff;
  width: 294px;
  height: 40px;
  line-height: 40px;
  border: none;
  font-size: 16px;
}

#topFreeTryModal .get-modal-codeBtn {
  cursor: pointer;
}

.modal_borderless .modal-close {
  width: auto;
  height: auto;
  background-color: transparent;
  top: 15px;
  right: 15px;
}

#topFreeTryModal input[type=checkbox]{
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  font-size: 14px;
}

#topFreeTryModal input[type=checkbox]::after{
  position: absolute;
  top: 0;
  color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px
}

#topFreeTryModal input[type=checkbox]:checked::after{
  content: "✓";
  font-size: 12px;
  font-weight: bold;
  background-color: #F74551;
}