@charset "UTF-8";

/**
 *
 * @authors liping (you@example.org)
 * @date    2019-11-27 11:24:28
 * @version $Id$
 */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动卡顿 */
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

/* 禁止缩放表单 */
input[type='submit'],
input[type='reset'],
input[type='button'],
input {
  resize: none;
  border: none;
}

/* 取消链接高亮  */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

.item img,
.zt_footer img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0 auto;
  /* ie8 */
  display: block;
  -ms-interpolation-mode: bicubic;
  /*防止ie图片缩放失真*/
}

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font:
    14px/1.5 'Microsoft YaHei',
    '宋体',
    Tahoma,
    Arial,
    sans-serif;
  color: #555;
  background-color: #fff;
  max-width: 720px;
  margin: 0 auto;
  overflow-x: hidden;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

strong {
  font-weight: normal;
}

.clearfix:after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #969696;
  font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: 'Microsoft YaHei';
}

input {
  font-family: 'Microsoft YaHei';
}

/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*多行溢出*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}

/* 移动端点击a链接出现蓝色背景问题解决 */
/*a:link, a:active, a:visited, a:hover { background: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }*/
a:focus,
*:focus {
  outline: none;
}

/*布局*/
.fl {
  float: left;
  display: inline;
}

.col {
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-lines: multiple;
  width: 100%;
  height: auto;
  margin: auto;
}

.pr {
  position: relative;
}

.container {
  /*padding-bottom: 12%;*/
  /*background-color: #ff0000;*/
}

/*item*/
.item {
  width: 100%;
  position: relative;
}

.pr {
  position: relative;
}

.logo {
  width: 46%;
  position: absolute;
  left: 27%;
  top: 6%;
  z-index: 10;
}

.sale {
  width: 20% !important;
  position: absolute;
  left: 56%;
  top: 67%;
  z-index: 10;
}

.subject {
  width: 98%;
  position: absolute;
  left: 1%;
  top: 22%;
  z-index: 10;
}

.time {
  width: 66%;
  position: absolute;
  left: 17%;
  top: 36%;
  z-index: 10;
}

.ntitle {
  padding-left: 10px;
}

/*.container {padding-bottom: 2rem;paint-order: }*/

.zt_form {
  width: 12rem;
  margin: 2% auto 8%;
  /*height: 14rem;*/
  overflow: hidden;
  padding: 0.2rem 0 0.5rem;
  box-sizing: border-box;
  border-radius: 2%;
  position: absolute;
  left: 2rem;
  top: 26%;
}

.zt_form_footer {
  top: 36%;
}

/*.zt_form_footer .zt_form_r .right .select-text select {width: 6.8rem;}*/
.zt_form .yuyue_num p {
  font-size: 16px;
  color: #854e31;
  font-weight: bold;
  padding-bottom: 0.222222rem;
  text-align: center;
}

.zt_form .yuyue_num p span {
  padding-right: 2px;
  color: #854e31;
}

.zt_form .text-box {
  margin: 0.644444rem auto;
  width: 100%;
  height: 4.533333rem;
  padding: 0.5rem;
  box-sizing: border-box;
  color: #434343;
  font-size: 14px;
  line-height: 0.555556rem;
  overflow: hidden;
}

.zt_form .text-box li {
  padding: 5px 0;
}

.zt_form_l {
  width: 100%;
  margin: 0 auto;
}

.zt_form_l .swiper-container {
  width: 100%;
  height: 35px;
  background: #ffc198;
  border-radius: 35px;
  overflow: hidden;
}

.zt_form_l .swiper-slide {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.zt_form_r {
  width: 100%;
}

#ZtXiadan,
#ZtXiadan_footer {
  width: 100%;
  margin: 0 auto;
}

.zt_form_r .right .input-text,
.zt_form_r .right .select-text {
  margin: 0.6rem auto 0.7rem;
  height: 1.6rem;
  border: 1px solid #fff;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #9fa0a0;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}

.zt_form_r .right .select-text .label {
  display: inline-block;
  width: 3rem;
  height: 100%;
  background: #150f0f;
  text-align: center;
  color: #fff;
  line-height: 1.6rem;
}

.zt_form_r .right .input-text input {
  width: 100%;
  padding: 0 0.5rem;
  height: 100%;
  border: none;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #51281b;
  background: #fff;
}

.zt_form_r .right .input-text.loupan {
  float: left;
  width: 6rem;
}

.zt_form_r .right .input-text.loupan input {
  width: 4.8rem;
}

.zt_form_r .right .input-text.mianji {
  float: left;
  margin-left: 0.222222rem;
  width: 6.77rem;
}

.zt_form_r .right .input-text.mianji input {
  width: 2.5rem;
}

.zt_form_r .right .input-text.mianji .danwei {
  float: right;
  width: 1.333333rem;
  height: 100%;
  background: #150f0f;
  color: #fff;
  text-align: center;
  line-height: 1.111111rem;
}

.zt_form_r .right .input-text.core {
  display: inline-block;
  width: 6rem;
}

.zt_form_r .right .input-text.core input {
  width: 3.955556rem;
}

.zt_form_r .right .codeimg {
  position: absolute;
  left: 6.2rem;
  top: 0.422222rem;
  cursor: pointer;
}

.zt_form_r .right .codeimg img {
  height: 1.3rem;
}

.zt_form_r .right .submit {
  margin: 0.333333rem 0 0;
  height: 1.511111rem;
  background-image: linear-gradient(to right, #ec3448, #f24548);
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  line-height: 1.511111rem;
  letter-spacing: 1px;
  font-size: 18px;
}

.zt_form_r .right .submit a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-weight: bold;
}

.zt_form_r .right .select-text {
  border: none;
}

.zt_form_r .right .select-text select {
  width: 5.8rem;
  height: 100%;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  color: #51281b;
  box-sizing: border-box;
  float: left;
  padding: 0 0.45rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url('https://xystcdn.xydec.com.cn/zt/hslc10/images/icon_sj.png');
  background-repeat: no-repeat;
  background-position: 4.5rem center;
  background-size: 12px 7px;
}

select::-ms-expand {
  display: none;
}

.zt_form_r .right .select-text select:nth-child(2) {
  float: right;
}

.input-code {
  position: relative;
}

.input-text span {
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 0.3rem;
  font-size: 12px;
  color: #fff;
  background: #e50013;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  border-radius: 6px;
}

.notice {
  color: #cec7c7 !important;
  background: none !important;
  display: none;
}

#baoming {
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 35%;
  text-align: center;
}

.item img.baoming {
  width: 33%;
  position: absolute;
  left: 8%;
  bottom: 40%;
  text-align: center;
}

.zt_footer {
  width: 16rem;
  position: fixed;
  bottom: 0;
  overflow: hidden;
}

.zt_footer a {
  display: inline-block;
  height: 100%;
  width: 32%;
  position: absolute;
  top: 1%;
  text-indent: -999em;
  height: 100%;
}

.zt_footer a:nth-of-type(1) {
  left: 1%;
}

.zt_footer a:nth-of-type(2) {
  left: 34%;
}

.zt_footer a:nth-of-type(3) {
  left: 67%;
}

#yhq {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none;
}

#yhq .yhq_main {
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#yhq .yhq_main img {
  width: 100%;
}

.close {
  width: 0.888889rem;
  height: 0.888889rem;
  position: absolute;
  right: 0.444444rem;
  top: 0.666667rem;
}

.close img {
  width: 0.888889rem !important;
  height: 0.888889rem;
  margin: 0 auto;
}

/*loading*/
#loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #fff;
}

#loading .spinner {
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#loading .spinner > div {
  background-color: #da251d;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

#loading .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#loading .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#loading .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#loading .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*animation*/

/*左右摆动*/
.shakes {
  -webkit-animation: 0.5s ease-in-out 0s normal none infinite trx;
  -moz-animation: 0.5s ease-in-out 0s normal none infinite trx;
  -o-animation: 0.5s ease-in-out 0s normal none infinite trx;
  -ms-animation: 0.5s ease-in-out 0s normal none infinite trx;
  animation: 0.5s ease-in-out 0s normal none infinite trx;
}

@-webkit-keyframes trx {
  50% {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes trx {
  50% {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0);
  }
}

@-o-keyframes trx {
  50% {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0);
  }
}

@-ms-keyframes trx {
  50% {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0);
  }
}

@keyframes trx {
  50% {
    transform: translateX(4px);
    -webkit-transform: translateX(4px);
  }

  100% {
    transform: translateX(0px);
    -webkit-transform: translateX(0);
  }
}

/* 上下摆动*/

.updown {
  -webkit-animation: updown 2s 0.2s ease both infinite;
  -moz-animation: updown 2s 0.2s ease both infinite;
  -o-animation: updown 2s 0.2s ease both infinite;
  -ms-animation: updown 2s 0.2s ease both infinite;
  animation: updown 2s 0.2s ease both infinite;
}

@-webkit-keyframes updown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes updown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  50% {
    opacity: 1;
    -moz-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}

@-o-keyframes updown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }

  50% {
    opacity: 1;
    -o-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0px);
  }
}

@-ms-keyframes updown {
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  50% {
    opacity: 1;
    -ms-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0px);
  }
}

/*透明度变化*/
.flsh {
  -webkit-animation: flashgh 6s 0.5s ease both infinite;
  -moz-animation: flashgh 4s 0.2s ease both infinite;
  animation: flashgh 4s 0.2s ease both infinite;
}

@-webkit-keyframes flashgh {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes flashgh {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes flashgh {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes flashgh {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*大小伸缩*/
.hg {
  -webkit-animation: pulse 2s 0.2s ease both infinite;
  -moz-animation: pulse 2s 0.2s ease both infinite;
  -o-animation: pulse 2s 0.2s ease both infinite;
  -ms-animation: pulse 2s 0.2s ease both infinite;
  animation: pulse 2s 0.2s ease both infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  50% {
    -moz-transform: scale(1.1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  50% {
    -o-transform: scale(1.1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  50% {
    -ms-transform: scale(1.1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@media screen and (max-width: 500px) {
  .item_06 p {
    font-size: 12px;
    line-height: 16px;
    top: 30%;
  }
}

@media screen and (max-width: 360px) {
  .item_06 p {
    width: 80%;
    left: 10%;
    top: 30%;
  }
}

@media screen and (max-width: 340px) {
  .zt_form_r .right .input-text input,
  .zt_form_r .right .select-text .label,
  .zt_form_r .right .input-text,
  .zt_form_r .right .select-text {
    font-size: 12px;
  }
}
