@charset "UTF-8";

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  font-size: 14px;
}

ol,
ul,
dl,
ol,
dt,
dd {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  color: #333;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

input,
button,
textarea {
  border: 0;
  border-radius: 0;
  background: transparent;
}

input,
button,
textarea {
  outline: none;
}

html,
body {
  color: #4c4c4c;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ov_h {
  overflow: hidden;
  clear: both;
}

.clear:before,
.clear:after {
  display: block;
  content: "";
  clear: both;
}

.ov_ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_pack {
  display: -webkit-box;
  display: box;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  text-align: center;
}

.row {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  zoom: 1;
}

.row:before,
.row:after {
  display: block;
  content: "";
  clear: both;
}

.row .col-33 {
  width: 33%;
  height: auto;
  float: left;
}

.row .col-50 {
  flex: 1;
  height: auto;
}

.row .col-100 {
  width: 100%;
  height: auto;
}

.row img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.bgfff {
  background: #fff;
}

.bgf8f {
  background: #f8f8f8;
}

.bg4ca {
  background: #4caf50;
}

.col4ca {
  color: #4caf50;
}

.col666 {
  color: #666;
}

.colff5 {
  color: #ff5722;
}

.col007 {
  color: #0070ef;
}

input,
button,
textarea {
  outline: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

button {
  outline: none;
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.k_main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  zoom: 1;
}

.k_ban {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  zoom: 1;
  margin-top: 0.88rem;
}

.k_ban .ban_img {
  width: 100%;
  height: auto;
  display: block;
}

.k_ban .ban_txt {
  width: 120px;
  height: 50px;
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -60px;
  padding: 5px 0 0;
  background: rgba(255, 255, 255, 0.15);
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.k_ban .ban_txt span {
  font-weight: normal;
}

.k_ban .k_contrast {
  width: 310px;
  height: 35px;
  position: absolute;
  z-index: 2;
  zoom: 1;
  bottom: 50px;
  left: 50%;
  margin: 0 0 0 -155px;
  line-height: 35px;
}

.k_ban .k_contrast a {
  float: left;
  margin: 0 10px;
}

.k_ban .k_contrast a.colfff {
  color: #fff;
}

.k_tab {
  height: auto;
  position: relative;
  z-index: 2;
  zoom: 1;
  text-align: center;
  display: flex;
  border-bottom: 1px solid #c4c4c4;
}

.k_tab .col-50 {
  height: 45px;
  background: #fafafa;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #212121;
  font-weight: bolder;
}

.k_tab .col-50.radius-lt {
  border-radius: 4px 0px 0px 0px;
}

.k_tab .col-50.radius-rt {
  border-radius: 0px 4px 0px 0px;
}

.k_tab .col-50.active {
  background: #e2e1e1;
}

.k_dropBox {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  zoom: 1;
  left: 0;
  bottom: 0;
}

.k_dropBox .k_dropCont {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  zoom: 1;
  font-size: 14px;
  color: #333;
}

.k_dropBox .k_dropCont .k_dropBtn {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #f6fafd;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}

.k_dropBox .k_dropCont .k_dropBtn li {
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.k_dropBox .k_dropCont .k_dropBtn .icon-arrows-copy {
  font-size: 12px;
  color: #0070ef;
}

.k_dropBox .k_dropCont .k_dropChance {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 2;
  zoom: 1;
  left: 0;
  top: 35px;
  background: #8795a0;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

.k_dropBox .k_dropCont .k_dropChance .chanceList {
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 6px;
  display: none;
  overflow: hidden;
}

.k_dropBox .k_dropCont .k_dropChance .chanceList.active {
  display: block;
}

.k_dropBox .k_dropCont .k_dropChance ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.k_dropBox .k_dropCont .k_dropChance ul li {
  float: left;

  padding: 5px 0;
  text-align: center;
  margin: 0 1%;
}

.k_dropBox .k_dropCont .k_dropChance ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 3px 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

.k_dropBox .k_dropCont .k_dropChance ul li.on a {
  color: #006054;
  background: #fff;
}

.k_dropBox .k_dropCont .k_dropChance .tip {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #f7fbfe;
  margin: 0 0 0 21%;
  display: block;
}

@media screen and (min-width: 390px) {
  .k_dropBox .k_dropCont .k_dropChance .city .tip {
    margin: 0 0 0 71%;
  }
}

@media screen and (min-width: 560px) {
  .k_dropBox .k_dropCont .k_dropChance .city .tip {
    margin: 0 0 0 73%;
  }
}

.k_dropBox .k_dropCont .k_dropChance .province .tip {
  margin: 0 0 0 15%;
}

.k_dropBox .k_dropCont .k_dropChance .city .tip {
  margin: 0 0 0 45%;
}

.k_cooper {
  width: 100%;
  padding: 0.38rem 0.19rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  zoom: 1;
}

.k_cooper .k_cooperList {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0.42rem 5% 0.6rem;
  position: relative;
  z-index: 2;
  zoom: 1;
  background: rgba(5, 123, 52, 0.03);
}

.k_cooper .k_cooperList.filter {
  padding: 10px 0%;
  position: static;
  z-index: 2;
  zoom: 1;
}

.k_cooper .k_cooperList .title {
  font-size: 16px;
}

.k_cooper .k_cooperList .top {
  width: 2.62rem;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.27rem;
}

.k_cooper .k_cooperList h3 {
  font-size: 16px;
  text-align: center;
  font-family: PingFang SC;
  font-weight: bold;
  color: #222222;
  padding-bottom: 14px;
}

.k_cooper .k_cooperList a {
  font-size: 14px;
  color: #333;
}

.k_cooper .k_cooperList .k_cooperIntr {
  padding: 5px 0 10px;
  line-height: 24px;
}

.k_cooper .k_cooperList .k_cooperIntr li {
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 26px;
}

.k_cooper .k_cooperList .k_cooperIntr li span {
  text-align: justify;
  width: 68px;
  line-height: 9px;
  display: inline-block;
}

.k_cooper .k_cooperList .k_cooperIntr li span:after {
  display: inline-block;
  width: 100%;
  content: "";
}

.k_cooper .tag_w {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.k_cooper .tag_w .tag + .tag{
  margin-left: 5px;
  margin-bottom: 5px;
}
.k_cooper .tag_w .tag{
  font-size: 14px;
  display: inline-block;
  line-height: 30px;
  border-radius: 12px 0 12px 0;
  padding: 0 15px;
  border: 1px solid #34af0f;
  color: #34af0f;
  background: transparent;
}

.icon-arrows-copy:before {
  content: "\e60a";
}

.paginator a{
  background: #1d6208 !important;
}

.icon-xiangxia:before {
  content: "\e61c";
}

.k_dropBox .k_dropCont .k_dropBtn .icon-arrows-copy {
  font-size: 12px;
  color: #006054;
}

.iconfont {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#dataArea2,
#dataArea1,
#dataArea3 {
  display: none;
}

#dataArea1 .inputs, #dataArea3 .inputs {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#dataArea1 .inputs input, #dataArea3 .inputs input {
  width: 6rem !important;
  height: 40px;
  line-height: 40px;
  padding: 16px;
  border: 1px solid #dbdbdb;
  width: 85%;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */

  font-size: 14px;
  font-weight: 500;
  color: #c2c2c2;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  font-size: 14px;
  font-weight: 500;
  color: #c2c2c2;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  font-size: 14px;
  font-weight: 500;
  color: #c2c2c2;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  font-size: 14px;
  font-weight: 500;
  color: #c2c2c2;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */

  font-size: 14px;
  font-weight: 500;
  color: #c2c2c2;
}

#dataArea1 .inputs span {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #212121;
}

.fixed {
  position: fixed;
  top: 0;
  height: 50px !important;
  z-index: 100;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background: repeating-linear-gradient(
    to right,
    #000 5px,
    #000 9px,
    transparent 0px,
    transparent 10px
  );
}

.nodata {
  width: 177px;
  height: 126px;
  margin: 67px auto;
  display: block;
}

.notxt {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  opacity: 0.5;
  text-align: center;
}
.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.mask img {
  width: 4.27rem;
  height: 4.08rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@font-face {
  font-family: iconfont;
  src: url(//at.alicdn.com/t/font_xd53a0ddgqyyzaor.eot?t=1490345538021);
  src: url(//at.alicdn.com/t/font_xd53a0ddgqyyzaor.eot?t=1490345538021#iefix)
      format("embedded-opentype"),
    url(//at.alicdn.com/t/font_xd53a0ddgqyyzaor.woff?t=1490345538021)
      format("woff"),
    url(//at.alicdn.com/t/font_xd53a0ddgqyyzaor.ttf?t=1490345538021)
      format("truetype"),
    url(//at.alicdn.com/t/font_xd53a0ddgqyyzaor.svg?t=1490345538021#iconfont)
      format("svg");
}

.k_cooperList_header {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  zoom: 1;
}
.k_brand_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0.1rem;
}
.k_brand_item {
  margin-right: 0.4rem;
  margin-bottom: 0.38rem;
  padding: 0.23rem 0.8rem;
  font-size: 0.28rem;
  color: rgb(95 136 64);
  background: rgba(5,123,52,0.08);
  border-radius: 0.2rem;
}
.k_brand_item_active {
  background: rgba(5,123,52,0.97);
  color: #fff;
}
.img-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
}
.img-modal .box{
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.img-modal .img {
  max-width: calc(80vw);
  margin: 1rem 0;
}
.k_cooperIntr .address, .code {
  display: inline;
}

.k_cooperIntr .area-btn {
  display: inline;
  color: #05377B !important;
}

.area-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

.area-modal .area-modal-c {
  width: 5.5rem;
  padding: 0.40rem 0.25rem 0.32rem;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.12rem;
  position: relative;
}

.area-modal .content-b {

}

.area-modal .am-t {
  font-size: 0.25rem;
  line-height: 0.49rem;
  font-weight: bold;
  padding-bottom: 0.2rem;
}

.area-modal .am-t:before {
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: url("https://static.liweijia.com/site-php/page-static/korohome/wap/assets/img/icon-lock-b.png") no-repeat;
  background-size: 100%;
  margin-bottom: 0.28rem;
}

.area-modal .am-input-b {
  position: relative;
}

.area-modal .am-input {
  border: 1px solid #999;
  padding: 0 0.23rem;
  border-radius: 2px;
  display: block;
  width: 100%;
  line-height: 0.8rem;
  font-size: 0.25rem;
}

.area-modal .am-input:focus {
  border-color: #037DFD;
}

.area-modal .error-t {
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #F31A23;
  display: none;
  padding-top: 0.15rem;
}

.error .am-t:before {
  background-image: url("https://static.liweijia.com/site-php/page-static/korohome/wap/assets/img/icon-lock-r.png");
}

.error .am-input {
  border-color: #F31A23;
}

.error .error-t {
  display: block;
}

.area-modal .btn-b {
  overflow: hidden;
  padding-top: 0.4rem;
}

.area-modal .btn {
  float: right;
  border: 1px solid #999;
  width: 1.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
  color: #000;
  border-radius: 0.6rem;
  margin-left: 0.24rem;
}

.area-modal .sure {
  background: #037dfd;
  border-color: #037dfd;
  color: #fff;
}

.area-modal .close {
  position: absolute;
  right: 0;
  top: 0.12rem;
  padding: 0.36rem;
}

.area-modal .close css-icon {
  color: #999;
  font-size: 13px;
}

css-icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  font-size: 20px;
  box-sizing: border-box;
  text-indent: -9999px;
  vertical-align: middle;
  position: relative;
}

css-icon::before,
css-icon::after {
  content: '';
  box-sizing: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-close::before {
  width: 90%;
  border-top: 1px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.icon-close::after {
  height: 90%;
  border-left: 1px solid;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}