@import url('../css/reset.css');
header {
  background: #0E1242;
}
header .head {
  width: 1280px;
  padding: 10px 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .head .logo img {
  width: 222px;
  height: 42px;
}
header .head .pc-nav {
  display: flex;
  align-items: center;
}
header .head .pc-nav a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 32px;
}
header .head .pc-nav a:hover {
  text-decoration: underline;
}
header .head .pc-nav .sub {
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 40px;
  background: #FFD445;
  border-radius: 4px 4px 4px 4px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  position: relative;
}
header .head .pc-nav .sub:hover {
  text-decoration: none;
}
header .head .pc-nav .sub .free {
  display: block;
  width: 30px;
  height: 16px;
  background: #5FD67C;
  border-radius: 3px 3px 3px 1px;
  border: 1px solid #0E1242;
  position: absolute;
  top: -5px;
  right: -13px;
  font-family: m;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
}
header .head .menu {
  width: 24px;
  height: 24px;
  display: none;
}
header .head .m-list-box {
  width: 100%;
  height: calc(100vh - 62px);
  position: fixed;
  top: 62px;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  display: none;
}
header .head .m-list-box .m-list-chlid {
  padding: 24px 0;
  background: #0E1242;
  border-radius: 0px 0px 8px 8px;
}
header .head .m-list-box .m-list-chlid .m-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .head .m-list-box .m-list-chlid .m-nav a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 16px;
}
header .head .m-list-box .m-list-chlid .m-nav a:hover {
  text-decoration: underline;
}
header .head .m-list-box .m-list-chlid .m-nav .sub {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 121px;
  height: 40px;
  background: #FFD445;
  border-radius: 4px 4px 4px 4px;
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  position: relative;
}
header .head .m-list-box .m-list-chlid .m-nav .sub:hover {
  text-decoration: none;
}
header .head .m-list-box .m-list-chlid .m-nav .sub .free {
  display: block;
  width: 30px;
  height: 16px;
  background: #5FD67C;
  border-radius: 3px 3px 3px 1px;
  border: 1px solid #0E1242;
  position: absolute;
  top: -5px;
  right: -13px;
  font-family: m;
  font-weight: 500;
  font-size: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
}
.ad-box {
  margin-bottom: 20px;
}
.ad-box .ad-title {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #999;
  text-align: center;
}
.ad-box .ad-cont {
  text-align: center;
}
#content {
  flex: 1;
}
#content .top-box {
  background: rgba(14, 18, 66, 0.7);
  margin-bottom: 32px;
}
#content .top-box .top-child {
  width: 1280px;
  border-radius: 0px 0px 0px 0px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
}
#content .top-box .top-child .break {
  position: absolute;
  top: 8px;
  left: 40px;
}
#content .top-box .top-child .break a {
  font-family: l;
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
}
#content .top-box .top-child .top-title {
  font-family: eb;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 12px;
}
#content .top-box .top-child .top-p {
  width: 800px;
  font-family: s;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 0 auto;
}
#content .top-box .top-child .top-span {
  font-family: s;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  display: block;
  margin-top: 8px;
}
#content .btm-box {
  background: #FFD445;
}
#content .btm-box .btm-child {
  width: 1280px;
  padding: 40px 0;
  margin: 0 auto;
}
#content .btm-box .btm-child h3 {
  font-family: eb;
  font-size: 32px;
  color: #333333;
  text-align: center;
  margin-bottom: 8px;
}
#content .btm-box .btm-child span {
  font-family: s;
  font-size: 20px;
  color: rgba(51, 51, 51, 0.8);
  text-align: center;
  margin-bottom: 20px;
  display: block;
}
#content .btm-box .btm-child a {
  display: block;
  width: 222px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  font-family: s;
  font-size: 24px;
  color: #13199F;
  text-align: center;
  margin: 0 auto;
  line-height: 52px;
}
footer {
  background: #0E1242;
}
footer .foot-t {
  padding: 32px 0 24px;
}
footer .foot-t .get-box {
  width: 400px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 8px 8px;
  margin: 0 auto 24px;
  padding: 24px;
}
footer .foot-t .get-box .get {
  font-family: b;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-align: center;
}
footer .foot-t .get-box .stop {
  font-family: r;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  margin-bottom: 8px;
}
footer .foot-t .get-box a {
  font-family: s;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  text-decoration: underline;
  display: block;
  text-align: center;
}
footer .foot-t .you-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .foot-t .you-box .you {
  text-align: center;
  font-family: b;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
footer .foot-t .you-box .a-box {
  display: flex;
  margin-bottom: 16px;
}
footer .foot-t .you-box .a-box a {
  text-align: center;
  font-family: s;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: underline;
}
footer .foot-t .you-box .a-box a:first-child {
  margin-right: 24px;
}
footer .foot-t .you-box p {
  width: 500px;
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
footer .foot-b {
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .foot-b .foot-logo img {
  width: 222px;
  height: 42px;
}
footer .foot-b .foot-b-r {
  display: flex;
  flex-direction: column;
  align-items: end;
}
footer .foot-b .foot-b-r ul {
  display: flex;
  align-items: center;
}
footer .foot-b .foot-b-r ul li {
  margin-right: 24px;
}
footer .foot-b .foot-b-r ul li:last-child {
  margin-right: 0;
}
footer .foot-b .foot-b-r ul li a {
  font-family: m;
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
footer .foot-b .foot-b-r ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .foot-b .foot-b-r span {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 860px) and (max-width: 1079px) {
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .pc-nav {
    display: none;
  }
  header .head .menu {
    width: 24px;
    height: 24px;
    display: block;
  }
  #content .btm-box .btm-child {
    width: 100%;
    padding: 40px 16px;
  }
  #content .top-box .top-child {
    width: 100%;
    padding: 40px 16px;
  }
  #content .top-box .top-child .break {
    left: 16px;
  }
  #content .top-box .top-child .top-p {
    width: 100%;
  }
  footer {
    padding: 0 12px;
  }
  footer .foot-t .get-box {
    width: 100%;
  }
  footer .foot-t .you-box .a-box {
    display: flex;
    justify-content: center;
  }
  footer .foot-t .you-box p {
    width: 100%;
  }
  footer .foot-b {
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
  }
  footer .foot-b .foot-logo {
    margin-bottom: 10px;
  }
  footer .foot-b .foot-b-r {
    align-items: center;
  }
  footer .foot-b .foot-b-r ul {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 750px) and (max-width: 859px) {
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .pc-nav {
    display: none;
  }
  header .head .menu {
    width: 24px;
    height: 24px;
    display: block;
  }
  #content .btm-box .btm-child {
    width: 100%;
    padding: 40px 16px;
  }
  #content .top-box .top-child {
    width: 100%;
    padding: 40px 16px;
  }
  #content .top-box .top-child .break {
    left: 16px;
  }
  #content .top-box .top-child .top-p {
    width: 100%;
  }
  footer {
    padding: 0 12px;
  }
  footer .foot-t .get-box {
    width: 100%;
  }
  footer .foot-t .you-box .a-box {
    display: flex;
    justify-content: center;
  }
  footer .foot-t .you-box p {
    width: 100%;
  }
  footer .foot-b {
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
  }
  footer .foot-b .foot-logo {
    margin-bottom: 10px;
  }
  footer .foot-b .foot-b-r {
    align-items: center;
  }
  footer .foot-b .foot-b-r ul {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 560px) and (max-width: 749px) {
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .pc-nav {
    display: none;
  }
  header .head .menu {
    width: 24px;
    height: 24px;
    display: block;
  }
  #content .top-box .top-child {
    width: 100%;
    padding: 40px 16px;
  }
  #content .top-box .top-child .break {
    left: 16px;
  }
  #content .top-box .top-child .top-p {
    width: 100%;
  }
  #content .btm-box .btm-child {
    width: 100%;
    padding: 40px 16px;
  }
  footer {
    padding: 0 12px;
  }
  footer .foot-t .get-box {
    width: 100%;
  }
  footer .foot-t .you-box .a-box {
    display: flex;
    justify-content: center;
  }
  footer .foot-t .you-box p {
    width: 100%;
  }
  footer .foot-b {
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
  }
  footer .foot-b .foot-logo {
    margin-bottom: 10px;
  }
  footer .foot-b .foot-b-r {
    align-items: center;
  }
  footer .foot-b .foot-b-r ul {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 559px) {
  header .head {
    width: 100%;
    padding: 10px 16px;
  }
  header .head .pc-nav {
    display: none;
  }
  header .head .menu {
    width: 24px;
    height: 24px;
    display: block;
  }
  #content .top-box .top-child {
    width: 100%;
    padding: 40px 16px;
  }
  #content .top-box .top-child .break {
    left: 16px;
  }
  #content .top-box .top-child .break .top-title {
    font-style: 28px;
  }
  #content .top-box .top-child .top-p {
    width: 100%;
    font-size: 20px;
  }
  #content .btm-box .btm-child {
    width: 100%;
    padding: 40px 16px;
  }
  footer {
    padding: 0 12px;
  }
  footer .foot-t .get-box {
    width: 100%;
  }
  footer .foot-t .you-box .a-box {
    display: flex;
    justify-content: center;
  }
  footer .foot-t .you-box p {
    width: 100%;
  }
  footer .foot-b {
    padding: 20px 0;
    width: 100%;
    flex-direction: column;
  }
  footer .foot-b .foot-logo {
    margin-bottom: 10px;
  }
  footer .foot-b .foot-b-r {
    align-items: center;
  }
  footer .foot-b .foot-b-r ul {
    margin-bottom: 10px;
  }
}
