.q-box {
  width: 100%;
  background-image: url(../images/zb-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.layui-form-radio * {
  font-size: 18px;
}
.q-box {
  padding: 200px 0;
}
.q-box .q-from {
  width: 454px;
  height: 390px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 50px;
}
.q-box .q-from .q-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.q-box .q-from .q-nav .q-item {
  width: 214px;
  text-align: center;
  color: #959391;
  font-size: 21px;
  cursor: pointer;
}
.q-box .q-from .q-nav .q-item.active {
  color: #FFFFFF;
}
.q-box .q-from .q-nav .q-item.active .qn-border {
  display: block;
}
.q-box .q-from .q-nav .q-item .qn-name {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  margin-top: 35px;
  margin-bottom: 10px;
}
.q-box .q-from .q-nav .q-item .qn-border {
  width: 214px;
  height: 7px;
  background: url(../images/zb-border.png);
  background-size: 100%;
  display: none;
}
.q-box .q-from .query-msg {
  width: 100%;
}
.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 #164b8e;
  font-size: 18px;
  padding-left: 0px;
  background-color: transparent;
  box-shadow: none;
}
.card-code .layui-form-item input:focus,
.card-code .layui-form-item input {
  box-shadow: none !important;
}
.card-code {
  border-bottom: 1px solid #164b8e;
  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;
}
.rInput.active {
  color: #164ABE;
}
.layui-form-radio {
  margin: 0;
  padding: 0;
}
.layui-form-radio > i {
  font-size: 16px;
  color: #164b8e;
}
.layui-form-radio:hover > i {
  color: #164b8e;
}
.layui-input:hover,
.layui-textarea:hover {
  border-color: #164b8e !important;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #164b8e !important;
}
.gobtn {
  text-align: center;
  margin-top: 45px;
}
.layui-btn-fluid {
  width: 370px;
  height: 41px;
  margin: 0 auto;
  background-color: #164b8e;
  font-size: 19px;
}
.query-mack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.query-mack .popup-msg {
  height: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -375px;
  background-color: #fff;
  border-radius: 6px;
  width: 1000px;
}
.query-mack .popup-msg .query-pup {
  margin: 0 auto;
  margin-top: 20px;
  width: 90%;
}
.quality_section {
  line-height: 24px;
  vertical-align: middle;
  padding: 10px 20px;
  border: 1px solid #d6d6d6 !important;
  font-size: 12px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.quality_section table {
  margin-top: 10px;
}
.quality_section table td {
  font-size: 15px;
  line-height: 30px;
}
.quality {
  width: 100%;
  background: #d7d7d7;
  font-size: 15px;
  display: table;
  border-collapse: separate;
  border-spacing: 1px;
  border-color: grey;
}
.quality-item {
  font-size: 15px;
  margin-top: 10px;
}
.quality th {
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-weight: normal;
  color: #FFF;
  background: url(../images/thbg.png) repeat-x;
  text-align: center;
}
.quality td {
  text-align: center;
}
.query-mack .popup-msg .query-pup .quality-info {
  width: 100%;
}
.query-mack .popup-msg .query-pup .quality-info .quality-title {
  font-weight: bolder;
  text-align: center;
}
.query-mack .popup-msg .query-pup .quality-info .hint {
  margin-top: 20px;
  font-size: 16px;
}
.query-mack .popup-msg .query-pup .quality-info .form_info {
  overflow-y: auto;
  max-height: 600px;
  margin-top: 15px;
  text-align: left;
}
.query-mack .popup-msg .query-pup .quality-info .form_info .fTit {
  color: #244a89;
  font-size: 18px;
}
.query-mack .popup-msg .query-pup .rule {
  display: none;
}
.query-mack .popup-msg .query-pup .rule .top_title {
  color: #244a89;
  margin-bottom: 10px;
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
}
.query-mack .popup-msg .query-pup .rule .top_name {
  color: #244a89;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: bold;
}
.query-mack .popup-msg .query-pup .rule p {
  font-size: 14px;
  margin-bottom: 10px;
}
.query-mack .popup-msg .query-pup .but {
  width: 120px;
  margin: 0 auto;
  margin-top: 20px;
}
.query-mack .popup-msg .query-pup .but #cancel_but {
  display: table-cell;
  width: 120px;
  height: 30px;
  margin: 0 auto;
  background-color: #898989;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
}
.query-mack .close {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
}
.query-mack .listItem {
  display: none;
}
.query-mack .listItemActive {
  display: block;
}
.query-mack .xingtit3Btn {
  padding: 0px 6px 0px 6px;
  display: inline-block;
  text-align: center;
  border: 1px solid #595757;
  color: #FFF;
  background-color: #595757;
  margin-right: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.query-mack .xingtit3Active {
  border: 1px solid #df7136;
  color: #df7136;
  background-color: transparent;
}
.query-mack .xingp {
  display: inline-block;
  width: 28%;
  margin-right: 20px;
}
