body {
  background-color: #1b1b1b;
}
.q-box .contentInner {
  display: flex;
  justify-content: space-between;
}
.q-box .contentInner .q-title {
  width: 458px;
  height: 138px;
  background: url(../img/zb-title.png) no-repeat;
  background-size: 100%;
  margin-top: 190px;
  margin-bottom: 209px;
  margin-left: 90px;
}
.q-box .contentInner .q-from {
  margin-right: 80px;
  width: 450px;
  margin-top: 100px;
}
.q-box .contentInner .q-from .q-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.q-box .contentInner .q-from .q-nav .q-item {
  width: 214px;
  text-align: center;
  color: #959391;
  font-size: 21px;
  cursor: pointer;
}
.q-box .contentInner .q-from .q-nav .q-item.active {
  color: #FFFFFF;
}
.q-box .contentInner .q-from .q-nav .q-item.active .qn-border {
  display: block;
}
.q-box .contentInner .q-from .q-nav .q-item .qn-name {
  line-height: 40px;
  font-weight: 300;
}
.q-box .contentInner .q-from .q-nav .q-item .qn-border {
  width: 214px;
  height: 8px;
  background: url(../img/zb-border.png);
  background-size: 100%;
  display: none;
}
.q-box .contentInner .q-from .query-msg {
  width: 100%;
}
.q-box {
  width: 100%;
  background-image: url(../img/zb-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zyl_mar_01 {
  margin-top: 20px;
}
.zyl_mar_02 {
  margin-top: 30px;
}
.zyl_lofo_main {
  background-color: #ffffff;
  width: 90%;
  height: 80%;
  position: absolute;
  left: 5%;
  top: 8%;
  z-index: 99;
  border-radius: 30px;
}
.car-right {
  float: right;
  position: relative;
  width: 50%;
  height: 86%;
}
.form-title {
  font-size: 36px;
  letter-spacing: 3px;
  text-align: center;
  color: #3b7eba;
  margin: 10% 0;
}
.car-right img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top-title {
  padding: 20px 0;
  text-align: center;
}
.zyl_lofo_icon {
  position: absolute;
  left: 5px;
  top: 8px;
  font-size: 20px;
}
.zyl_lofo_vercode {
  line-height: 35px;
  padding-left: 30px;
  font-size: 24px;
}
/* 覆盖原框架样式 */
.layui-input,
.layui-select,
.layui-textarea {
  border: 0;
  border-bottom: 1px solid #9b9697;
  color: #FFFFFF;
  font-size: 19px;
  padding-left: 0px;
  background-color: transparent;
}
.card-code {
  border-bottom: 1px solid #9b9697;
  margin-bottom: 15px;
}
.card-code .input-radio {
  flex: 1;
  display: flex;
}
.card-code .layui-form-item {
  display: flex;
  margin-bottom: 0;
}
.card-code .layui-form-item input {
  width: 250px;
  border-bottom: 0;
}
.code-box {
  display: flex;
}
.code-box .layui-form-item {
  flex: 1;
}
#code_img {
  width: 100px;
}
input::-webkit-input-placeholder {
  color: #979796;
}
.rInput {
  font-size: 18px;
  line-height: 37px;
  color: #979796;
}
.rInput.rone {
  margin-right: 36px;
}
.layui-form-radio {
  margin: 0;
  padding: 0;
}
.layui-form-radio > i {
  font-size: 16px;
  color: #f3b166;
}
.layui-form-radio:hover > i {
  color: #f3b166;
}
.layui-input:hover,
.layui-textarea:hover {
  border-color: #f3b166 !important;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #f3b166 !important;
}
.gobtn {
  text-align: center;
  margin-top: 45px;
}
.layui-btn-fluid {
  width: 370px;
  height: 41px;
  margin: 0 auto;
  background-color: #f3b166;
  font-size: 21px;
}
