.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 15;
}
.fix-btn-left {
  position: fixed;
  left: 50%;
  top: 224px;
  transform: translateX(-50%);
  z-index: 14;
  background: url('../images/fix-btn.png') no-repeat 0 0;
  background-size: 64px 210px;
  width: 64px;
  height: 210px;
  transform: translateX(-678px);
  cursor: pointer;
}
.fix-btn-left:hover {
  background: url('../images/fix-btn-hover.png') no-repeat 0 0;
  background-size: 64px 210px;
  width: 64px;
  height: 210px;
}

.choose_subject,
.choose_suit,
.purchase {
  background: #26294d;
  border: 2px solid #3377ff;
  border-radius: 4px;
  width: 920px;
  height: 779px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 16;
}
.choose_suit {
  width: 400px;
  height: 252px;
}
.purchase {
  width: 400px;
  height: 429px;
  background: url('../images/poup-bg.png') center top 30px no-repeat;
  background-size: contain;
  border-radius: 12px;
}
.purchase h4 {
  text-align: center;
  border-radius: 12px 12px 0 0 !important;
}
.choose_subject h4,
.choose_suit h4,
.purchase h4 {
  border-radius: 4px 4px 0 0;
  background: #404480;
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  padding-left: 24px;
}
.purchase .info {
  margin-bottom: 24px;
}
.purchase .info p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  /* padding-left: 24px; */
  padding-top: 12px;
  display: flex;
}

.purchase .info p:first-child {
  padding-top: 18px;
  display: flex;
  justify-content: center;
}
.purchase .info p:first-child span {
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
}
.purchase .info p:first-child span::before {
  content: '';
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 22px;
  position: absolute;
  margin: 0 10px;
  right: -11px;
}
.purchase .info p:nth-child(2),
.purchase .info p:last-child {
  display: flex;
  align-items: top;
  justify-content: center;
}
.purchase .info p .erweima {
  width: 190px;
  border-radius: 12px;
  border: 4px solid #00ddff;
  box-shadow: 0 20px 60px 0 #42bdf899;
}

.choose_suit .buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0 24px 24px;
}
.choose_suit .buttons p {
  align-self: flex-start;
  padding: 6px 16px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #fff;
  width: auto;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.choose_suit .buttons p.current {
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid #fff;
  background: url(../images/icon_success.png) no-repeat 16px 8px #3d7eff;
  background-size: 16px 16px;
  padding-left: 40px;
}
.choose_suit .buttons p.disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.choose_suit .buttons p.disabled::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border: 2px solid #ff4d4f;
  border-radius: 50%;
  background: white;
  z-index: 1;
}

.choose_suit .buttons p.disabled::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%) rotate(45deg);
  width: 2px;
  height: 14px;
  background: #ff4d4f;
  z-index: 2;
}
.choose_suit .buttons span {
  color: red;
  display: none;
  font-size: 14px;
  line-height: 10px;
}

.choose_suit .suit-button,
.purchase .purchase-button {
  text-align: center;
  background: url(../images/suit-button.png) no-repeat 0px 0px;
  background-size: 352px 46px;
  width: 352px;
  height: 46px;
  line-height: 46px;
  margin-left: 24px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  /* margin-top: -10px; */
  position: absolute;
  bottom: 20px;
}

.purchase .purchase-button {
  width: 330px;
  height: 44px;
  line-height: 44px;
  background: #3377ff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 24px;
  color: #fff;
  text-align: center;
  margin: 0 35px;
  cursor: pointer;
}

.choose_subject h5 {
  background: url(../images/kyjs.png) no-repeat 0 24px;
  background-size: 16px 16px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 24px;
  padding-top: 20px;
  margin-left: 24px;
  margin-bottom: 12px;
}
.choose_subject .close,
.choose_suit .close,
.purchase .close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: url(../images/close.png) center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.choose_subject .close:hover {
  background: url(../images/close_hover.png) center no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}
.choose_subject h5.km {
  background: url(../images/kykm.png) no-repeat 0 24px;
  background-size: 16px 16px;
}
.choose_subject h5.address {
  background: url(../images/kydz.png) no-repeat 0 4px;
  background-size: 16px 16px;
}
.kyjs_item {
  padding: 10px 0px 0px 24px;
}
.jktz_details .layui-form-select .layui-edge {
  border-top-color: rgba(128, 149, 255, 0.8) !important;
}
.jktz_details .layui-form-item {
  margin-bottom: 7px;
}
.kyjs_item .layui-form-label {
  width: auto;
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.kyjs_item .layui-form-label span {
  color: #ff4433;
}
.kyjs_item .layui-input-inline {
  width: 284px;
  margin-left: 12px;
}
.kyjs_item .layui-input-inline .layui-input,
.address_wrap .layui-input-inline .layui-input {
  margin-left: 0;
  background: rgba(51, 119, 255, 0.1);
  border: 1px solid #1692f2 !important;
  color: #fff;
  height: 40px;
}
.layui-form-select dl {
  background: #404480;
  color: #fff;
  border-color: #404480;
}
.layui-form-select dl dd.layui-this,
.layui-form-select dl dd:hover {
  background-color: #4d5499;
  color: #fff;
}

.jktz_km_wrap .wrap_tit {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 32px;
  padding-top: 32px;
  padding-bottom: 24px;
}
.jktz_km_wrap .column_tit {
  font-size: 18px;
  font-weight: 600;
  height: 25px;
  display: flex;
  align-items: center;
  color: #fff;
}
.jktz_km_wrap .column_tit img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.jktz_km_wrap .column ul {
  overflow: hidden;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
}

.jktz_km_wrap .column li.layui-form-item {
  width: 160px;
  margin: 0;
  display: flex;
  align-items: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 10px;
}
.jktz_km_wrap .column li.layui-form-item.disabled {
  opacity: 0.4;
}
/* .jktz_km_wrap .column li .layui-form-checkbox[lay-skin='primary']:hover i {
  border-color: #1692f2;
} */

.jktz_km_wrap .column li .layui-form-checked[lay-skin='primary'] i {
  border-color: rgba(61, 126, 255, 1) !important;
  background-color: rgba(61, 126, 255, 1);
}

/* .jktz_km_wrap .column li .layui-form-checked[lay-skin='primary']:hover i {
  border-color: #1692f2;
  background-color: #1692f2;
} */
.layui-icon-ok:before {
  content: '';
}
.jktz_km_wrap .column li .layui-form-checkbox[lay-skin='primary'] > span {
  color: #fff;
}
.jktz_km_wrap .layui-form-checkbox[lay-skin='primary'] > i {
  border: 1px solid rgba(51, 119, 255, 0.6);
  background-color: transparent;
}
.jktz_km_wrap .column li .layui-form-checked[lay-skin='primary'] i:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(45deg);
}
.address_wrap {
  padding-left: 24px;
}
.address_wrap .layui-form-item {
  margin-bottom: 10px;
}
.address_wrap .layui-form-label {
  box-sizing: border-box;
  padding: 9px 12px 9px 0;
  color: #fff;
  font-size: 14px;
}
.layui-form-item .address_wrap .layui-form-label span {
  color: #ff4433;
}
.address_wrap .layui-form-item .layui-input-inline {
  width: 284px;
  margin-bottom: 10px;
}
.address_wrap .last {
  position: relative;
}
.address_wrap .layui-input-inline textarea {
  width: 791px;
  height: 80px;
  border-radius: 4px;
  background: rgba(51, 119, 255, 0.1);
  border: 1px solid #1692f2 !important;
  color: #fff;
  padding: 9px 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.address_wrap .layui-form-item .last .layui-input-inline {
  width: 552px;
  margin-right: 0;
}
.address_wrap .layui-form-item .layui-inline {
  margin-right: 0;
}
.address_wrap .footer {
  background: #333666;
  height: 56px;
  line-height: 56px;
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  padding-right: 24px;
  color: #ffad32;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.address_wrap .footer .ensureButton {
  width: 120px;
  height: 36px;
  background: #3377ff;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
}
.layui-input-inline {
  position: relative;
}
.layui-input-inline .error {
  font-size: 14px;
  line-height: 22px;
  color: #ff6759;
  position: absolute;
  left: 10px;
  top: 40px;
}
.address_wrap .last .layui-input-inline .error {
  top: 80px;
}
.address_wrap .word {
  color: #b3bfff;
  position: absolute;
  right: 8px;
  bottom: 7px;
}
.address_wrap .layui-form-item:first-child .word {
  bottom: 11px;
}
.hide {
  display: none;
}

::placeholder {
  color: rgba(128, 149, 255, 0.8) !important;
}
.address_wrap .el-cascader .el-input .el-input__inner {
  width: 284px;
  background: rgba(51, 119, 255, 0.1);
  padding-left: 10px;
  color: #fff;
  border: 1px solid #1692f2 !important;
}

/* .layui-form-select dl {
    background: rgba(39,49,95, 1);
    color: #fff;
    border-color: rgba(22, 146, 242,.8);
}

.layui-form-select dl dd.layui-this,.layui-form-select dl dd:hover {
    background-color: rgba(22, 146, 242,.8);
} */

.el-cascader__dropdown {
  background: #404480;
  color: #99bfff;
  border-color: #404480;
}
.el-cascader-node__label {
  color: #99bfff;
}
.el-cascader-node:not(.is-disabled):focus,
.el-cascader-node:not(.is-disabled):hover {
  background: #4d5499;
}
.el-cascader-node:not(.is-disabled):focus .el-cascader-node__label,
.el-cascader-node:not(.is-disabled):hover .el-cascader-node__label {
  color: #fff;
}
.el-cascader-node {
  padding: 0;
}
.layui-icon-right:before {
  color: #6d7baa;
  padding-right: 5px;
}
.el-cascader-menu:last-child .el-cascader-node {
  padding-right: 5px;
}
.el-popper[x-placement^='bottom'] .popper__arrow:after,
.el-popper[x-placement^='bottom'] .popper__arrow {
  border-bottom-color: #404480;
}
.el-cascader-menu {
  border-right-color: #454a97;
}
.el-radio__inner {
  background: none;
  border: none;
}
.el-radio__input.is-checked .el-radio__inner {
  background: none;
  border: none;
  display: none;
}

.order-popup {
  width: 320px;
  background: #404480;
  border: 2px solid #3377ff;
  border-radius: 7px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 35;
  padding: 0 10px;
  box-sizing: border-box;
}

.order-popup .close {
  width: 40px;
  height: 40px;
  background: url(../images/close.png) center no-repeat;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.order-popup .close:hover {
  background: url(../images/close_hover.png) center no-repeat;
}

.order-popup .tip-iconImg {
  padding-top: 52px;
  padding-bottom: 24px;
}

.order-popup .tip-iconImg img {
  width: 80px;
  height: 80px;
}

.order-popup .txt {
  font-size: 14px;
  line-height: 22px;
  color: #b3bfff;
}

.order-popup a.btn {
  display: inline-block;
  height: 40px;
  background: #3d7eff;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-top: 24px;
  text-align: center;
}

.order-popup a.btn:hover {
  background: #33bbff;
}

.order-popup a.small-btn {
  width: 96px;
  margin-bottom: 52px;
}

.order-popup a.big-btn {
  width: 96px;
}
