
p{
    margin: 0;
}
iframe{
    display: block;
}
.flex {
  display: flex;
}
.fc {
  display: flex;
  align-items: center;
}
.f-h {
  display: flex;
  flex-direction: column;
}
.fc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fcc-h {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fcc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-bet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex1 {
  flex: 1;
}
.f-pr {
  position: relative;
}
.wrap {
  background: url(../image/headbg.jpg) center 0 no-repeat #eeeeee;
  background-size: 100% auto;
}
.logo {
  padding: 0.56rem 0 0.56rem 0.58rem;
}
.logo img {
  height: 2.14rem;
}
.web {
  margin: 0 1.22rem 1.02rem;
}
.web a {
  padding: 0 0.6rem;
  height: 1.56rem;
  background: #6a85ff;
  border-radius: 0.78rem;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.4rem;
  letter-spacing: 0px;
  color: #ffffff;
}
.web a span {
  color: #fff;
}
.nav-box {
  margin: 0 0.58rem 0.5rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
}
.nav-box .hd {
  padding: 0.4rem 0.56rem;
}
.nav-box .hd i {
  width: 0.22rem;
  height: 0.5rem;
  background: #6a85ff;
  border-radius: 0.2rem;
  margin-right: 0.24rem;
}
.nav-box .hd h3 {
  font-size: 0.6rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.8rem;
  letter-spacing: 0px;
  color: #010101;
}
.nav-box .hd .right span {
  font-size: 0.5rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.6rem;
  letter-spacing: 0px;
  color: #797979;
}
.nav-box .hd .right img {
  margin-left: 0.2rem;
  height: 0.42rem;
  display: block;
}
.nav-box .bd ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-box .bd li {
  width: 24.99%;
  padding-bottom: 0.2rem;
}
.nav-box .bd img {
  width: 1.66rem;
  height: 1.66rem;
}
.nav-box .bd p {
  font-size: 0.44rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.08rem;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
}
.today-pk {
  padding: 0.6rem;
  margin: 0 0.58rem 0.5rem;
  background: #fff;
  border-radius: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.today-pk .shi-title{
    font-size: 0.6rem;
    color: #010101;
    text-align: center;
}
.today-pk .img {
  width: 4.9rem;
  height: 3.84rem;
  border: solid 0.08rem #6a85ff;
  box-sizing: border-box;
  margin-bottom: 0.2rem;
}
.today-pk .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.today-pk p {
  margin: 0;
  text-align: center;
  font-size: 0.44rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.04rem;
  letter-spacing: 0px;
  color: #000000;
}
.today-pk .title {
  font-size: 0.72rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.8rem;
  letter-spacing: 0.28rem;
  color: #000000;
  padding-top: 0.4rem;
  width: 1.2em;
  text-align: center;
}
.list-box {
  padding: 0 4%;
  display: flex;
  flex-wrap: wrap;
}
.list-box a {
  width: 31.6%;
  margin-left: 2.6%;
  margin-bottom: 2.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.28rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
}
.list-box a span {
  font-size: 0.44rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 0.64rem;
  letter-spacing: 0px;
  color: #000000;
}
.list-box a:nth-of-type(3n+1) {
  margin-left: 0;
}
.list-box a:active {
  background: #6A85FF;
}
.list-box a:active span {
  color: #fff;
}

#gdtp {
    position: relative;
    margin: 10px auto;
    /* border: 1px solid black; */
    /*width: 700px; */
    height: 215px;
    overflow: hidden;
}

#gdtp ul {
    position: absolute;
    left: 0;
}

#gdtp ul li {
    float: left;
    padding: 10px;
    list-style: none;
    width: 220px;
    height: 215px;
}

#gdtp ul li img {
    height: 200px;
    width: 200px;
    max-width: 200px;
    max-height: 215px;
    display: block;
}
    
.white-box {
    margin-bottom: 10px;
    padding: 5px;
    border: solid 1px #ddd;
    border-radius: 5px;
    /*background: #fcf8e3;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#list{
    position: absolute;
    -webkit-animation: 10s move infinite linear;
    width: 200%;
    height: 300px;
}
#list li{
    list-style: none;
    float: left;
    width: 200px;
    height: 300px;
    padding: 0 20px;
}
#list li img{
    width: 100%;
    height: 100%;
}
@-webkit-keyframes move{
    0%{
        left: 0;
    }
    100%{
        left: -500px;
    }
}
@keyframes move{
    0% {
        left: 0;
    }
    100%{
        left: -500px;
    }
}
#wrap:hover #list{
    -webkit-animation-play-state: paused;
}