* {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.header > .topBox {
  width: 100%;
  background-color: #DC1116;
}
.header > .topBox > .top {
  color: #fff;
  font-size: 14px;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0px;
}
.header > .topBox > .top > p {
  width: 50%;
}
.header > .topBox > .top .right {
  display: flex;
  align-items: center;
}
.header > .topBox > .top .right > img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.header > .topBox > .top .right span {
  margin: 0 20px;
}
.header > .topBox > .top .right a {
  color: #fff;
  text-decoration: none;
  margin-right: 38px;
}
.header > .down {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 0 130px;*/
}
.header > .down > .img {
  width: 350px;
  height: 44px;
}
.header > .down > .img > img {
  width: 350px;
  /*height: 50px;*/
  align-items: center;
}
.header > .down .tabulation {
  display: flex;
  align-items: center;
}
.header > .down .tabulation .option {
  width: 80px;
  text-align: center;
  padding: 20px 0px;
  list-style: none;
  color: #000;
  transition: border-bottom 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  position: relative;
}
.header > .down .tabulation .option > a {
  color: #000;
  text-decoration: none;
}
.header > .down .tabulation .option .fBox .line {
  width: 200%;
  height: 2px;
  background-color: #DC1116;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.36s ease;
}
.header > .down .tabulation .option .fBox .triangle {
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #DC1116;
  opacity: 0;
  transition: all 0.36s ease;
}
.header > .down .tabulation .option:last-child .line, .header > .down .tabulation .option:first-child .line {
  width: 100%;
}
.header > .down .tabulation .option:hover > a {
  color: #DC1116;
}
.header > .down .tabulation .option:hover .dropBox {
  height: auto;
  max-height: 100vh;
  transition: all 0.8s;
}
.header > .down .tabulation .option:hover .dropBoxPt {
  height: auto;
  max-height: 50vh;
  transition: all 0.8s;
}
.header > .down .tabulation .option:hover .line, .header > .down .tabulation .option:hover .triangle {
  opacity: 1;
}
.header > .down .tabulation .dropBox {
  width: 250%;
  height: 0;
  max-height: 0;
  text-align: center;
  position: absolute;
  overflow: hidden;
  top: 61px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
}
.header > .down .tabulation .dropBox .drop {
  padding: 0 30px;
  box-sizing: border-box;
}
.header > .down .tabulation .dropBox .drop a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgb(237, 237, 237);
  padding: 8px 10px;
  text-decoration: none;
}
.header > .down .tabulation .dropBox .drop a span {
  display: block;
  /*padding: 10px 0px;*/
  color: #666;
  font-size: 14px;
  transition: background-color 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.header > .down .tabulation .dropBox .drop a .imgNext {
  width: 16px;
  height: 16px;
}
.header > .down .tabulation .dropBox .drop a:hover span {
  color: #DC1116;
}
.header > .down .tabulation .dropBox .drop a:last-child {
  border-bottom: none;
}
.header > .down .tabulation .dropBoxPt {
  position: fixed;
  left: 0;
  top: 92px;
  width: 100%;
  height: 0;
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0 rgba(0, 53, 127, 0.1);
}
.header > .down .tabulation .dropBoxPt .dropPT {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 6px 20px 280px 20px;
  box-sizing: border-box;
  justify-content: center;
  position: relative;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox {
  width: 8%;
  height: max-content;
  text-align: center;
  text-decoration: none;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox > a {
  display: block;
  text-decoration: none;
  color: #595959;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox .kidPT {
  display: none;
  box-sizing: border-box;
  justify-content: center;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 50vh;
  overflow: hidden;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox .kidPT .kidBox {
  width: 16%;
  height: max-content;
  text-align: center;
  margin: 0 20px;
  display: block;
  text-decoration: none;
  background-color: rgb(247,250,250);
  border-radius: 5px;
  padding: 20px 0;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox .kidPT .kidBox > div {
  width: 80%;
  height: auto;
  overflow: hidden;
  font-size: 0;
  margin: auto;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox .kidPT .kidBox > div .imgPT {
  width: 100%;
  height: max-content;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox .kidPT .kidBox p {
  color: #595959;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0;
  width: 100%;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox .kidPT .kidBox:hover .imgPT {
  transform: scale(1.2);
  transition: all 0.8s;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox .kidPT .kidBox:hover p {
  color: #DC1116;
  transition: all 0.5S linear;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox #k8 {
  display: flex;
}
.header > .down .tabulation .dropBoxPt .dropPT .ptBox:hover > a {
  color: #DC1116;
}
.header > .down .openTabulation {
  display: none;
}
.header > .down .overlay {
  display: none;
}

.fooder {
  background-color: rgb(245, 245, 245);
  margin-bottom: 60px;
}
.fooder .top {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.fooder .top .left {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
}
.fooder .top .left .list {
  margin-right: 30px;
}
.fooder .top .left .list .title {
  font-size: 16px;
  margin-bottom: 20px;
}
.fooder .top .left .list > a {
  display: block;
  color: #696969;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
}
.fooder .top .left .list > a:hover {
  color: #FD9493;
}
.fooder .top .right {
  width: 20%;
  text-align: right;
}
.fooder .top .right > p {
  font-size: 16px;
}
.fooder .top .right > a {
  display: block;
  text-decoration: none;
  color: #DC1116;
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}
.fooder .top .right > img {
  width: 120px;
  height: 130px;
}
.fooder .down {
  margin: auto;
  max-width: 1200px;
  padding: 20px;
}
.fooder .down > p {
  font-size: 14px;
}
.fooder .down > p > span {
  color: #DC1116;
}
.fooder .down > p > a {
  text-decoration: none;
  color: #000;
}
.fooder .mDown {
  display: none;
}

.downFloat {
  width: 100%;
  padding: 16px 40px;
  background: #dad7d7;
  position: fixed;
  bottom: -60px;
  transform: translateY(-60px);
  transition: transform 2s;
  z-index: 999;
}
.downFloat .test {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.downFloat .test > a {
  text-decoration: none;
  color: #DC1116;
  font-size: 16px;
  font-weight: bold;
}
.downFloat .test .close {
  background: #DC1116;
  color: #fff;
  padding: 2px 40px;
  font-size: 18px;
  cursor: pointer;
  display: block;
}

.rightFloat {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: row-reverse;
  z-index: 999;
  cursor: pointer;
}
.rightFloat .onBox {
  background-color: #DC1116;
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 40px;
  box-sizing: border-box;
  padding: 20px 10px;
  height: min-content;
}
.rightFloat .floatBox {
  background-color: #fff;
  display: none;
}
.rightFloat .floatBox .top,
.rightFloat .floatBox .down {
  padding: 20px;
  border: 1px solid #E4E4E4;
}
.rightFloat .floatBox .top .title {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.rightFloat .floatBox .top .title > img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.rightFloat .floatBox .top .nmb {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rightFloat .floatBox .top .time {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.rightFloat .floatBox .top .time > img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.rightFloat .floatBox .down > div {
  font-size: 14px;
  color: #999999;
  display: flex;
  align-items: center;
}
.rightFloat .floatBox .down > div > img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.rightFloat .floatBox .down > div > p {
  color: #707070;
}
.rightFloat .floatBox .down > div > p > a {
  color: #707070;
  text-decoration: none;
}
.rightFloat .floatBox .down > div:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .header > .topBox > .top {
    display: flex;
    justify-content: space-between;
    padding: 6px 14px;
    font-size: 12px;
  }
  .header > .topBox > .top > p {
    width: 100%;
  }
  .header > .topBox > .top .right > img,
  .header > .topBox > .top .right p,
  .header > .topBox > .top .right span {
    display: none;
  }
  .header > .topBox > .top .right a {
    display: block;
    margin: 0;
  }
  .header > .down {
    padding: 10px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header > .down > .img {
    width: 77%;
    height: 34px;
  }
  .header > .down > .img > img {
    width: 100%;
    height: 34px;
  }
  .header > .down .tabulation {
    display: none;
    overflow: scroll;
    width: 70%;
  }
  .header > .down .tabulation .option {
    flex-shrink: 0;
  }
  .header > .down .openTabulation {
    display: inline-block;
    cursor: pointer;
  }
  .header > .down .openTabulation .bar1,
  .header > .down .openTabulation .bar2,
  .header > .down .openTabulation .bar3 {
    width: 24px;
    height: 2px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
  }
  .header > .down .openTabulation p {
    font-size: 12px;
    text-align: center;
  }
  .header > .down > .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-2px, 3px);
    transform: rotate(-45deg) translate(-2px, 3px);
  }
  .header > .down > .change .bar2 {
    opacity: 0;
  }
  .header > .down > .change .bar3 {
    -webkit-transform: rotate(45deg) translate(0px, -2px);
    transform: rotate(45deg) translate(0px, -2px);
  }
  .header > .down > .overlay {
    display: block;
    height: 0%;
    max-height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 82px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.8s;
  }
  .header > .down > .overlay .overlay-content {
    width: 74%;
    text-align: left;
    margin: 0 auto 40px;
  }
  .header > .down > .overlay a {
    padding: 20px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .header > .down .overlay a:hover,
  .header > .down .overlay a:focus {
    color: #f1f1f1;
  }
  .fooder {
    margin-bottom: 0px;
  }
  .fooder .top {
    display: none;
    padding: 20px 20px;
  }
  .fooder .top .left {
    width: 100%;
  }
  .fooder .top .left .list {
    width: 33.33%;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .fooder .top .right {
    width: 100%;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .fooder .top .right p {
    margin-right: 20px;
  }
  .fooder .down {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 14px 20px;
    zoom: 0.8;
  }
  .fooder .down p {
    color: #fff;
    font-size: 12px;
  }
  .fooder .down p a {
    color: #fff;
  }
  .fooder .down span {
    display: none;
  }
  .fooder .mDown {
    display: flex;
    justify-content: space-around;
    background-color: #DC1116;
    padding: 8px 0;
  }
  .fooder .mDown a {
    text-decoration: none;
  }
  .fooder .mDown p {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .fooder .mDown img {
    width: 24px;
    height: 24px;
  }
  .downFloat {
    padding: 6px 10px;
    width: 100%;
    box-sizing: border-box;
    display: none;
  }
  .downFloat .test {
    width: 100%;
  }
  .downFloat .test a {
    width: 70%;
    font-size: 12px;
  }
  .downFloat .test .close {
    padding: 2px 20px;
    font-size: 12px;
  }
  .rightFloat {
    display: none;
  }
}

/*# sourceMappingURL=common.css.map */
