/*form 表单*/
.m-form {
  width: 100%;
  margin: 0px auto 20px;
}
.m-form i {
  color: #f00307;
}
.m-form a {
  text-decoration: underline;
  color: #000;
}
.m-form ul {
  margin: 0 auto;
}
.m-form ul li {
  width: 100%;
  padding: 20px 0px 0px;
  clear: both;
}
.m-form ul li:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.m-form-select {
  padding-right: 9px;
}

/*属性名块*/
.m-form ul li .m-form-name {
  width: 31%;
  float: left;
  min-height: 40px;
}
.m-form ul li .type-name {
  display: block;
  line-height: 20px;
  padding: 10px 30px 0px 0px;
  text-align: right;
  font-size: 15px;
}

/*表单值块*/
.m-form ul li .txt {
  /* position: relative; */
  /* overflow: hidden; */
}
.m-form ul li .m-form-form {
  width: 38%;
  float: left;
}
.m-form ul li .g-txt-border {
  width: 405px;
  max-width: 95%;
}
.m-form ul li select.g-txt-border {
  max-width: 100%;
  width: 409px;
  padding: 5px 5px;
  height: 40px;
  line-height: 14px;
  background: #ffffff;
  *margin-top: 10px;
}
.m-form ul li .txt .input-after {
  position: absolute;
  display: block;
  top: 1px;
  padding: 0px 10px;
  right: 0px;
  margin-right: 9px;
  height: 38px;
  background: #e2e2e2;
  line-height: 38px;
  text-align: center;
  z-index: 3;
}
.m-form ul li .g-txt-border[disabled] {
  background: #f4f5f5;
}
/*提示块*/
.m-form ul li .m-form-tip {
  width: 31%;
  float: left;
  position: relative;
}
.m-form ul li .g-tip-txt {
  padding: 10px 15px;
  line-height: 20px;
  display: none;
  margin-left: 10px;
  top: 0px;
  width: 340px;
  max-width: 85%;
}
.m-form ul li.error .g-tip-txt {
  background: #f8e7e6;
  display: block;
}
.m-form ul li.error .g-tip-txt:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon/gantanhao-icon.png) no-repeat 0 center;
  vertical-align: top;
}
.m-form ul li.error .txt .input-after {
  background: #ad1c23;
  color: #fff;
}
.m-form ul li.error .g-txt-border {
  border: 1px solid #ad1c23;
}
.m-form ul li.pass .g-tip-txt {
  display: block;
  background: url(../images/icon/iconfont-roundcheckfill.png) no-repeat 0 center;
  text-indent: -9900px;
}
.m-form ul li.pass .g-tip-txt img {
  vertical-align: middle;
  margin-left: -10px;
  float: none;
}
.m-form ul li.focus .g-tip-txt {
  background: #e2e2e2;
  display: block;
}

/*时间下来select*/
.m-form-select2 {
}
.m-form-select2 .item {
  width: 50%;
  float: left;
}
.m-form-select2 .g-txt-border {
  display: block;
  width: auto !important;
  width: 60% !important;
  float: left;
}
.m-form-select2 .label {
  float: left;
  line-height: 40px;
  width: 35%;
  padding-left: 5px;
}

/*协议块*/
.m-form ul li.check .txt {
  width: 60%;
}
.m-form ul li.check .m-form-form {
  width: 60%;
}
.m-form ul li.check label {
  display: block;
  float: left;
  padding-bottom: 2px;
  line-height: 18px;
  padding-left: 26px;
  clear: both;
}
.m-form ul li.check input {
  margin: 3px 0px 3px 0px;
  float: left;
  margin-left: -20px;
}
.m-form ul li.check img {
  vertical-align: middle;
  float: left;
  padding-right: 8px;
  margin-left: -23px;
}

/*提交按钮块*/
.m-form .btn-box {
  width: 409px;
  max-width: 38%;
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
  padding: 0px;
}
.m-form .btn-sub {
  max-width: 100%;
  width: 405px;
  margin: 30px auto;
  color: #fff !important;
}
.m-form .btn-box .btn-sub {
  width: 100%;
  margin: 20px 0px;
  height: 45px;
  line-height: 45px;
  margin-left: -3px;
}
.m-form .btn-sub:active {
  background: #03a23f;
  outline: none;
}
.m-form .loading {
  background: #ccc !important;
}
.m-form input:disabled {
  background-color: #f4f5f5;
}

/*第二步*/

.m-form fieldset {
  padding: 20px 0px 0px 0px;
  margin: 0px;
  border: 0px;
}
.m-form .text-left ul li .type-name {
  text-align: left;
  margin-left: 10px;
}
.m-form .text-left ul li .type-name i {
  margin-left: -10px;
}
.m-form .hd {
  height: 55px;
  line-height: 55px;
  padding: 0px 10px;
  font-size: 18px;
  color: #000;
  background: #e3e4e2;
  margin-left: -10px;
  margin-right: -10px;
}
.m-form ul li.check .txt-100 label {
  padding-left: 20px;
  clear: none;
  float: none;
}
.m-form ul li.check .txt-100 label input {
  margin-left: -20px;
}

/**表单值 radio 选项样式 包含选择显示DIV **/
.m-form ul li .radio-step {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
}
.m-form ul li .radio-step .m-form-form {
  width: 100%;
}
.m-form ul li .radio-step .m-form-tip {
  width: 81.5%;
  position: absolute;
  right: -81.5%;
}
.m-form ul li .radio {
  line-height: 40px;
  vertical-align: middle;
  padding-right: 15px;
  *padding-right: 10px;
  display: block;
  float: left;
}
.m-form ul li .radio input {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.m-form ul li.pass .tip-radio {
  display: none;
}
.m-form ul li.pass .radio-step .tip-radio,
.m-form ul li.focus .radio-step .tip-radio,
.m-form ul li.error .radio-step .tip-radio {
  display: block;
  margin-top: 18px;
}
.m-form ul li textarea.g-txt-border {
  height: 40px;
  line-height: 20px;
  padding: 5px;
  color: #666;
}
.m-form ul li .radio-step p {
  background: #f5f5f5;
  padding: 10px;
}
.m-form ul li .radio-step a {
  color: #000;
}

/*表单值 其他提示*/
.m-form ul li .txt-note-list {
  width: 65%;
  line-height: 25px;
  padding-top: 10px;
}
.m-form ul li .txt-note-list .item {
  width: 100%;
  overflow: hidden;
}
.m-form ul li .txt-note-list .radio {
  float: left;
  line-height: 25px;
  display: block;
  width: 100px;
}
.m-form ul li .txt-note-list .radio-txt {
  float: left;
}

.m-form .acknowledgements ul {
  width: 100% !important;
  max-width: 100% !important;
}
.m-form .acknowledgements ul li.check {
  width: 100%;
}

/*上传文件快*/
.m-form-file {
  width: 407px;
  padding: 0px 5px;
  max-width: 95%;
  position: relative;
}
.m-form-file-input {
  width: 60% !important;
  float: left;
  margin-left: -5px;
}
.m-form-file-btn {
  width: 35% !important;
  float: right;
  text-align: center;
  background: #f5f5f5;
  padding: 0px;
  margin-right: -1px;
  margin-right: -5px;
  line-height: 38px;
}
.m-form-file-val {
  width: 100%;
  height: 40px;
  border: none;
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  padding: 0px;
}

/*两个文本框 电话块*/
.m-form-two {
  width: 407px;
  padding: 0px 5px;
  max-width: 95%;
  position: relative;
}
.m-form-two-right {
  width: 65% !important;
  margin-right: -5px;
  float: right;
}
.m-form-two-left {
  width: 30% !important;
  float: left;
  text-align: center;
  padding: 0px;
  margin-left: -5px;
}
.controls-chebox {
  margin-left: 31%;
  line-height: 25px;
  overflow: hidden;
}
.controls-chebox .checkbox {
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
}
.controls-chebox .checkbox input {
  float: left;
  margin-right: 10px;
}
.controls-chebox .checkbox span {
  display: block;
  overflow: hidden;
  line-height: 1;
  height: 14px;
}
.controls-chebox .chebox-item {
  overflow: hidden;
}
.controls-chebox .chebox-item .checkbox {
  float: left;
  min-width: 250px;
}

#riskWraningDiv {
  padding-top: 20px;
}
#riskWraningDiv .item {
  clear: both;
  position: relative;
  margin-top: 10px;
  padding-left: 95px;
  overflow: hidden;
}
#riskWraningDiv .control-label {
}
#riskWraningDiv .controls {
  display: block;
  float: left;
  left: 0px;
  position: absolute;
  top: 0;
  margin: 0 !important;
}
#riskWraningDiv .controls label {
  padding-right: 15px;
}
#riskWraningDiv .controls input {
  margin-right: 3px;
}

/*check-tnc*/
.check-tnc {
  color: #c52235;
}
.check-tnc .f-l {
  margin-right: 10px;
}
.check-tnc .f-l a {
  display: inline-block;
  padding: 0px 10px;
  background: #c52235;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
.check-tnc.pass {
  color: #02bb48;
}
.check-tnc.pass .f-l a {
  background: #02bb48;
}

.phone-code {
}
.phone-code .bfc-right {
  float: right;
  margin-left: 10px;
}
.phone-code .bfc-right button {
  padding: 0px 10px;
  min-width: 90px;
  background: #a40a2c;
  border: 0px;
  color: #fff;
  height: 38px;
  outline: none;
}
.phone-code .bfc-right button[disabled] {
  background: #ccc;
}
.phone-code .bfc-main {
  overflow: hidden;
}

.app-live-success {
  margin-bottom: 50px;
}
.app-live-success .icon {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: green;
  line-height: 1.4;
  margin-bottom: 24px;
}
.app-live-success img {
  width: 64px;
  margin-bottom: 24px;
}
.app-live-success .text {
  margin-bottom: 46px;
  border-bottom-width: ;
}
.app-live-success .text h3 {
  margin-bottom: 10px;
  font-size: 16px;
}
.app-live-success .text p {
  margin-bottom: 10px;
  font-size: 14px;
}
.down-app {
  text-align: center;
}
.down-app h3 {
  font-size: 18px;
  margin-bottom: 24px;
}
.down-app a {
  width: 100%;
}

/*for phone ipad 1024*/
@media screen and (max-width: 1200px) {
  .m-form ul li .g-txt-border,
  .m-form-two,
  .m-form-file {
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .m-form-select {
    padding: 0px;
  }
  .m-form .btn-box .btn-sub {
    margin-left: 0px;
  }
  .m-form ul li .txt .input-after {
    margin: 0px;
  }
}

/*for phone ipad 1024*/
@media screen and (max-width: 1024px) {
  .m-form ul li.check {
    width: 100%;
  }
}

/*for ipad 768*/
@media screen and (max-width: 768px) {
  input {
    line-height: 18px !important;
  }
  .m-form ul li .input-20 {
    padding: 0px;
    width: 25% !important;
  }
  .m-form ul li.pass .txt:after {
    position: absolute;
    width: 32px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    content: "\e606";
    font-family: "iconfont" !important;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    color: #02bb48;
    background-color: #fff;
    overflow: hidden;
  }
  .m-form ul li.error .txt:after {
    position: absolute;
    width: 32px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    content: "\e608";
    font-family: "iconfont" !important;
    font-size: 22px;
    text-align: center;
    line-height: 43px;
    color: #ab1b21;
    background-color: #fff;
  }
  .m-form ul li .g-txt-border,
  .file-box {
    max-width: 100%;
  }
  /*提示*/
  .m-form ul li.pass .m-form-tip .g-tip-txt {
    background: none;
  }

  /*第二部*/
  .m-form ul li .txt-note-list {
    width: 69%;
  }
  .m-form ul li .txt-radio {
    width: 68%;
  }
  .m-form ul li.check .txt {
    width: 100%;
  }
  .m-form .hd {
    padding: 0px 10px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .m-form-file,
  .m-form-two {
    max-width: 100%;
  }
}
/*for phone 640*/
@media screen and (max-width: 640px) {
  .m-form .hd {
    padding: 0px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .m-form ul {
    max-width: 100%;
    width: 100%;
  }
  .m-form ul li .m-form-name {
    width: 100%;
  }
  .m-form ul li .m-form-form {
    width: 100%;
  }
  .m-form ul li .type-name {
    margin: 0px;
    float: none;
    clear: both;
    text-align: left;
  }
  .m-form ul li .input-20 {
    padding: 0px;
  }
  .m-form {
    width: 100%;
  }
  .m-form ul li {
    padding-top: 10px;
  }
  .m-form ul li.check {
    width: 100%;
  }
  .m-form ul li .m-form-tip {
    display: block !important;
    width: 100% !important;
    left: 0px !important;
    padding: 0px;
    margin: 0px;
    position: relative !important;
  }
  .m-form ul li .radio-step .tip-radio {
    margin-top: 0px;
  }
  .m-form ul li .m-form-tip .g-tip-txt {
    width: 100%;
    left: 0px;
    line-height: 20px;
    max-width: 100%;
    height: 20px;
    padding: 0px;
    margin: 0px;
    display: block !important;
    text-indent: 0px;
    background: none;
    color: #999;
    position: inherit;
  }
  .m-form ul li .g-txt-border {
    width: 100%;
  }
  .m-form-file,
  .m-form-two,
  .m-form .btn-box {
    max-width: 100%;
    width: 100%;
  }
  .m-form ul li select.g-txt-border {
    width: 100%;
  }
  .m-form .btn-sub {
    margin: 30px auto !important;
    width: 100% !important;
  }
  .controls-chebox {
    margin-left: 0;
  }
  /*第二部*/
  .m-form ul li .radio-step .m-form-name {
    display: none;
  }
  .m-form ul li .radio-step {
    top: 0px;
  }
  .chebox-item .checkbox {
    width: 100%;
    max-width: 100%;
  }
}
