.swiper-button-prev:after {
  display: none;
}

.swiper-button-next:after {
  display: none;
}

/*自定义swiper按钮样式*/

.swiper-button-prev {
    width: 27px;
    height: 27px;
    position: relative;
    background: url("../image/777.png")/*tpa=https://pic.163e.com.cn/tumi/web97654/static/kl8/image/777.png*/ no-repeat center scroll;
    display: none !important;
}

.swiper-container {
  /* width: 1200px; */
  height: 540px;
  margin-top: 8px;
  width: 960px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block !important;
}

.swiper-button-next {
    width: 27px;
    height: 27px;
    background: url("../image/752.png")/*tpa=https://pic.163e.com.cn/tumi/web97654/static/kl8/image/752.png*/ no-repeat center scroll;
    display: none !important;
}

#swiper-father {
  position: relative;
  align-items: center;
}

/* 开奖结果栏目 */

.r-prize-wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.r-prize-content {
  width: 186px;
}
    .r-prize-content:hover {
        box-shadow: 0 0 20px 10px #d5d4d4;
        animation: mymove 0.2s 1;
        /*Safari 和 Chrome:*/
        -webkit-animation: mymove 0.2s 1;
    }
@keyframes mymove {
    from {
        box-shadow:none;
    }

    to {
        box-shadow: 0 0 20px 10px #d5d4d4;
    }
}

/*Safari 和 Chrome:*/
@-webkit-keyframes mymove {
    from {
        box-shadow: none;
    }

    to {
        box-shadow: 0 0 20px 10px #d5d4d4;
    }
}

    .r-prize-imgbox {
        background: url("../image/j751.png")/*tpa=https://pic.163e.com.cn/tumi/web97654/static/kl8/image/j751.png*/ no-repeat center scroll;
        background-size: cover;
        height: 100px;
        text-align: center;
        padding: 6px;
    }

.r-prize-imgbox h6 {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #4c903b;
  margin-top: 5px;
}

.r-prize-stagebox {
  border: 1px solid #b4e9af;
  border-radius: 0 0 4px 5px;
}

.r-prize-stagebox h5 {
  font-size: 14px;
  line-height: 46px;
  font-weight: 500;
  color: #f7be25;
  text-align: center;
  margin-top: 4px;
}

.r-prize-result {
  height: 100px;
}

/* 快乐8样式 */

.KL8 p {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  width: 22px;
  height: 22px;
  background-color: #44d4dd;
  border-radius: 50%;
  margin-right: 1px;
  margin-bottom: 12px;
}

.KL8 div {
  font-size: 0px;
  margin: 0 10px;
}

/* 福彩3D样式 */

.FC3D p {
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 7px;
}

.FC3D div {
  display: flex;
  justify-content: center;
}

.FC3D p:first-child {
  background-color: #e9563e;
}

.FC3D p:nth-child(2) {
  background-color: #f7be25;
}

.FC3D p:last-child {
  background-color: #44d4dd;
}

/* 双色球样式 */

.SSQ p {
  width: 22px;
  height: 22px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  background-color: #44d4dd;
  border-radius: 50%;
  margin-right: 2px;
}

.SSQ div {
  font-size: 0;
  margin-left: 22px;
}

.SSQ p:last-child {
  background-color: #e9563e;
  margin-top: 12px;
}

/* 大乐透 */

.DLT p {
  width: 22px;
  height: 22px;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
  background-color: #44d4dd;
  border-radius: 50%;
  margin-right: 2px;
}

.DLT :nth-child(n + 6) {
  background-color: #e9563e;
  margin-top: 12px;
}

.DLT div {
  font-size: 0;
  margin: 0 30px;
}

.r-prize-timeout {
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 开奖时间 */

.r-prize-timeout {
  margin-bottom: 4px;
}

.r-prize-timeout img {
  margin-right: 5px;
}

.r-prize-timeout h6 {
  line-height: 30px;
}

.r-prize-timebox {
  text-align: center;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  color: #76b771;
  line-height: 60px;
  /*background-color: #f6fff5;*/
  margin: 0 auto;
}

/* 相关期数 */

.r-prize-tips {
  height: 68px;
  display: flex;
  border-bottom: dashed 1px #91cd77;
  border-top: dashed 1px #91cd77;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.r-prize-tips p {
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 18px;
}

.r-prize-tips span {
  font-size: 10px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #f7be25;
  line-height: 18px;
}

/* 查询工具 */

.r-prize-tools {
  display: flex;
  justify-content: space-evenly;
  height: 62px;
}

.r-prize-tools a {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #666666;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.r-prize-tools img {
  width: 18px;
  height: 18px;
}

/* 导航栏目 */

/* .r-nav-box {
  width: 100%;
  height: 78px;
  background: url("../image/index848.png") no-repeat center scroll;
  background-size: 1920 96px;
  position: relative;
  top: -4px;
}

.r-nav-wraper {
  display: flex;
  justify-content: space-evenly;
}

.r-nav-wraper a {
  margin: 18px 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
} */

/* 导航栏竖线伪元素 */

/* .r-nav-wraper > a:nth-child(-n + 3)::after {
  content: "";
  width: 1px;
  height: 30px;
  border-left: 1px solid #c7e3a7;
  margin-left: 50px;
}

.r-nav-wraper span.active {
  font-size: 18px;
  color: #f7be25;
} */

/* 热门专题 */

.r-hot-box {
  margin-top: 20px;
  display: flex;
  position: relative;
}

.r-hot-box > img {
  position: absolute;
  right: -5px;
  top: -15px;
}

.r-hot-title {
    background-color: #d60808;
    width: 60px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px 0 0 4px;
}
.r-hot-title-blue {
    background-color: #2363a3;
}

.r-hot-title > p {
    color: #ffffff;
    font-size: 16px;
    width: 36px;
}

.r-hot-content {
  background-color: #f8fff7;
  padding: 6px 0 6px 20px;
}

.r-hot-content :last-child {
  font-size: 16px;
  font-family: PingFang SC;
  /*color: #c0d3b4;*/
}

    .r-hot-content > a {
        color: #333;
        font-size: 16px;
        line-height: 34px;
        white-space: nowrap;
        margin-right: 20px;
    }

/* 快乐8预测 */

.r-KL8-box {
    margin-top: 20px;
    background-color: #ffffff;
    position: relative;
    border-bottom: 4px solid #d60808;
}

.r-KL8-box p {
  display: inline-block;
}

.r-KL8-box a {
  font-size: 14px;
  font-weight: 500;
  color: #76b771;
  float: right;
  margin-right: 15px;
  line-height: 44px;
  display: block;
  height: 44px;
}

/* .r-KL8-content {
  padding: 0 12px;
  line-height: 30px;
  text-align: center;
  cursor: default;
}

.r-KL8-content {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 44px;
  border-radius: 4px 4px 0 0;
  width: 164px;
}

.r-KL8-content.active {
  background: #93d18e;
  color: #ffffff;
} */

.r-KL8-list {
  border: 1px solid #b4e9af;
  border-radius: 0 0 4px 4px;
  padding-top: 30px;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}

/*.r-KL8-list ul:nth-child(3)::after {
  content: "";
  width: 870px;
  height: 5px;
  border-bottom: 1px dashed #93d18e;
  position: absolute;
  top: -12px;
}*/

.r-KL8-list > img {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 54px;
  top: 30px;
  z-index: 1;
}

/* 快乐8相关内容列表 */

.KL8-msg-ul {
  width: 390px;
  margin-bottom: 24px;
  display: inline-block;
  margin-left: 50px;
  position: relative;
}

.KL8-msg-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 34px;
  margin-left: 60px;
  font-size: 14px;
  color: #666;
  position: relative;
}

.index-top ::before {
    color: #b4e9af;
    content: url("../image/ding.png")/*tpa=https://pic.163e.com.cn/tumi/web97654/static/kl8/image/ding.png*/;
    position: absolute;
    left: -46px;
    top: 6px;
}

.index-hot ::before {
    content: url("../image/newHot.png")/*tpa=https://pic.163e.com.cn/tumi/web97654/static/kl8/image/newHot.png*/;
    position: absolute;
    left: -50px;
    z-index: 20;
}

.index-active a,
.index-active span {
  color: #b4e9af;
  transition: color;
}

.KL8-msg-li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a4d8a0;
  border-radius: 50%;
  position: absolute;
  left: -40px;
}

.KL8-msg-li a {
    width: 240px;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}
    .KL8-msg-li a:visited {
        color: #cccccc;
    }
    .KL8-msg-li a:hover {
        color: #F60;
    }

/* 第二个input样式 */

#inputtwo::-webkit-input-placeholder {
  color: #ffeec1;
}

#inputtwo::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffeec1;
}

#inputtwo:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffeec1;
}

#inputtwo:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffeec1;
}

/* 搜索框第二个 */

/* .r-search-wraper {
  display: flex;
  align-items: center;
}

.r-search-wraper > span {
  font-size: 24px;
  font-weight: 500;
  color: #f7be25;
  margin-right: 20px;
}

.r-search-box {
  padding: 20px 10px;
  justify-content: space-around;
  display: flex;
  justify-content: space-between;
}

.r-search-wraper > input {
  border: 0;
  outline: 0;
  border-radius: 4px 0 0 4px;
  width: 280px;
  height: 48px;
  border: 1px solid #f7be25;
  text-indent: 46px;
  background: url("../image/sousuoxiao.png") no-repeat left scroll;
  background-position-x: 20px;
}

.r-search-wraper > p {
  height: 48px;
  width: 100px;
  background-color: #f7be25;
  color: #fff7f4;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.r-search-right {
  width: 420px;
}

.r-search-right a {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #666666;
  padding-right: 6px;
}

.r-search-right p {
  display: inline-block;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #f7be25;
} */

/* 走势图四个栏目 */

.r-charts-wraper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  flex-wrap: wrap;
}

.r-charts-box {
  width: 470px;
  border-radius: 4px;
  border: 1px solid #b4e9af;
  margin-bottom: 20px;
}

.r-charts-box li {
  line-height: 34px;
  position: relative;
}

.r-charts-box li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #a4d8a0;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 13px;
}

.r-charts-box-title {
    height: 48px;
    background: #d60808;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 30px;
}

.r-charts-box-title a {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
}

    .r-charts-box-title p {
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: bold;
        color: #F8FFF7;
    }

.r-charts-content {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 60px;
  margin-bottom: 8px;
}

.r-charts-content a {
  color: #333;
  font-size: 16px;
}
    .r-charts-content a:visited {
        color: #cccccc;
    }
    .r-charts-content a:hover {
        color: #F60;
    }

.bgw {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 0;
}

.r-poster-box {
  height: 80px;
  border: 1px solid #b4e9af;
  border-radius: 4px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.none {
  display: none;
}

.charts {
  padding: 0 50px;
}

.charts li {
  width: 340px;
  display: flex;
  justify-content: space-between;
  margin-left: 25px;
}

    .charts a {
        width: 250px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.charts span {
  font-size: 14px;
  color: #666666;
}
