@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* font-family: 'Nanum Gothic';Regular 400Bold 700ExtraBold   800*/
@font-face {
  font-family: "aTitleGothic1";
  font-style: normal;
  font-weight: 400;
  src: local("../font/a1"),
    /* computer */
    url("../font/a1.eot"),
    /* IE9 Compat Modes */
    url("../font/a1.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../font/a1.woff") format("woff"),
    /* Modern Browsers */
    url("../font/a1.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "aTitleGothic2";
  font-style: normal;
  font-weight: 500;
  src: local("../font/a2"),
    /* computer */
    url("../font/a2.eot"),
    /* IE9 Compat Modes */
    url("../font/a2.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../font/a2.woff") format("woff"),
    /* Modern Browsers */
    url("../font/a2.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "aTitleGothic3";
  font-style: normal;
  font-weight: 600;
  src: local("../font/a3"),
    /* computer */
    url("../font/a3.eot"),
    /* IE9 Compat Modes */
    url("../font/a3.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../font/a3.woff") format("woff"),
    /* Modern Browsers */
    url("../font/a3.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "aTitleGothic4";
  font-style: normal;
  font-weight: 700;
  src: local("../font/a4"),
    /* computer */
    url("../font/a4.eot"),
    /* IE9 Compat Modes */
    url("../font/a4.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../font/a4.woff") format("woff"),
    /* Modern Browsers */
    url("../font/a4.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: "aTitleGothic5";
  font-style: normal;
  font-weight: 800;
  src: local("../font/a5"),
    /* computer */
    url("../font/a5.eot"),
    /* IE9 Compat Modes */
    url("../font/a5.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("../font/a5.woff") format("woff"),
    /* Modern Browsers */
    url("../font/a5.ttf") format("truetype");
  /* Safari, Android, iOS */
}

:root {
  --theme: #000;
  --theme2: #ff38c4;
  --themeBoarder: #3f6e14;
  --themeBackground: #0a0c0f;
  --themeProduce: #939191;
}

/* **** Common Reset **** */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 500;
  font-family: "aTitleGothic2", sans-serif;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: break-all;
}

li,
p,
span,
strong,
a,
i {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
}

body,
html {
  width: 100%;
  height: 100%;
}

input,
select,
img {
  vertical-align: middle;
}

img {
  border: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table caption {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: block !important;
  width: 0px !important;
  height: 0px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.clear {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.blind {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: inline-block !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

a {
  display: inline-block;
  text-decoration: none;
}

i {
  font-style: normal;
}

body {
  min-width: 320px;
  color: #000;
  background: #fff;
}

#header .headerInner {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1179px) {
  .PCMode {
    display: none;
  }
}

@media screen and (min-width: 1180px) {
  .TMMode {
    display: none;
  }
}

#header .logo.PCMode {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#header .headTop {
  height: 100px;
}

#header .topMenu {
  position: relative;
  background: #0f0f0f;
}

#header .topMenu .menuList {
  text-align: left;
  font-size: 0;
}

#header .topMenu .menuList li {
  display: inline-block;
  margin: 0 30px;
  font-size: 18px;
  line-height: 70px;
  color: #fff;
}

#header .topMenu .menuSearch {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 300px;
  height: 40px;
  border-radius: 20px;
  background: #3a3a3a;
}

#header .topMenu .menuSearch select {
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0 0 0 20px;
  height: 40px;
}

#header .topMenu .menuSearch option {
  color: #000;
}

#header .topMenu .menuSearch input {
  border: 0;
  outline: 0;
  width: 135px;
  height: 40px;
  margin: 0 0 0 15px;
  color: #fff;
  background: #3a3a3a;
}

#header .topMenu .menuSearch input::placeholder {
  color: #a8a8a8;
}

#header .topMenu .menuSearch .iconfont {
  font-size: 24px;
  color: #9c9c9c;
  cursor: pointer;
}

#header .topMenu .menuList li.home {
  background: #ff0000;
  color: #fff;
  width: 70px;
  margin: 0;
  text-align: center;
}

#header .topMenu .menuList li.home i {
  color: #fff;
  font-size: 30px;
}

#header .topMenu .menuList li.TMMode {
  display: none;
}

#container .cBanner {
  background-size: auto 400px;
  text-align: center;
  height: 400px;
  margin-top: 30px;
}

#container .cBanner .cTitle {
  font-size: 42px;
  padding: 45px 0 30px;
  color: #fff;
  font-family: "aTitleGothic3";
}

#container .videos {
  margin: 30px 0 0;
}

#container .cBanner p {
  font-size: 22px;
  color: #fff;
  padding: 30px 0;
  line-height: 32px;
  background: rgb(15, 15, 15, 0.6);
  font-family: "aTitleGothic3";
}

#content {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}

.section {
  margin: 0 auto 55px;
}

/*먹튀검증 완료 추천 보증업체*/
.section h3.ArtTitle {
  margin: 55px 0 30px;
  font-size: 34px;
  color: #ff0000;
  font-family: "aTitleGothic3";
}

.section .produce {
  font-size: 18px;
  line-height: 27px;
  color: #0f0f0f;
}

.section.art {
  text-align: center;
}

.section.art .domain {
  padding-top: 35px;
  font-size: 17px;
}

.section.art .domain span {
  color: #4976ba;
}

.section.safe {
  margin-bottom: 10px;
}

/*안전놀이터, 먹튀사이트 리스트*/
.section .listMore {
  margin: 35px 0 0;
  text-align: center;
}

.section .listMore .btnMore {
  display: inline-block;
  padding: 13px 15px;
  border: 1px solid #8aff00;
  font-size: 21px;
  font-family: "aTitleGothic2";
}

/*먹튀검증*/
.section.verify h3.ArtTitle:first-child {
  margin-top: 0;
}

.section.verify .leftArea {
  float: left;
  width: 55%;
}

.section.verify .leftArea .title {
  margin: 0 0 15px;
}

.section.verify .leftArea .title a {
  display: block;
}

.section.verify .leftArea img {
  width: 100%
}

.section.verify .rightArea {
  float: right;
  width: 43%;
}

.section.verify .rightArea .produce {
  margin: 0 0 40px;
  line-height: 1.7
}

.section.verify .allDivision {
  margin: 90px 0 0;
}

.section.verify .allDivision .banner {
  margin: 60px 0 0;
}

.section.verify .allDivision .banner img {
  width: 100%
}

/*먹튀사이트*/
.section.escape .produce {
  margin: 0 0 100px;
}

.section.escape .banner {
  margin: 85px 0 0;
}

.section.escape .banner img {
  width: 100%
}

.main-section.safe ul.list {
  font-size: 0;
  margin-top: -25px;
  margin-left: -25px;
}

.main-section.safe ul.list li {
  height: 407px;
  overflow: hidden;
  border: 1px solid #ccc;
  display: inline-block;
  width: calc(100% / 4 - 25px);
  margin-left: 25px;
  margin-top: 25px;
  vertical-align: top;
}

.main-section.safe ul.list li a {
  width: 100%;
}

.main-section.safe ul.list li img {
  width: 100%;
}

.main-section.safe ul.list li .info {
  padding: 15px 10px;
}

.main-section.safe ul.list li .info .name {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-section.safe ul.list li .info .recStar {
  position: relative;
  top: -4px;
}

.main-section.safe ul.list li .info .recStar .iconfont {
  font-size: 11px;
}

.main-section.safe ul.list li .info .other .recStar {
  text-align: left;
  width: auto;
  margin: 0;
  display: inline-block;
}

.main-section.safe ul.list li .info .other .recStar span {
  cursor: default;
}

.recStar {
  position: relative;
  margin: 5px auto;
  font-size: 0;
  width: 110px;
}

.recStar span {
  color: #cbcbcb;
  font-size: 20px;
  cursor: pointer;
}

.recStar span.on {
  color: #ffcc36;
}

.main-section.safe ul.list li .info .other .count {
  display: inline-block;
  /*font-size:18px;*/
}

.main-section.guide ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

.main-section.guide li {
  width: calc(100% / 3);
  margin: 50px 0 0;
}

.main-section.guide li .box {
  overflow: hidden;
}

.main-section.guide li .pull-left {
  float: left;
  width: 85px;
  text-align: center;
}

.main-section.guide li .pull-right {
  float: right;
  width: calc(100% - 85px);
}

.main-section.guide li .iconfont {
  font-size: 45px;
}

.main-section.guide li .tit {
  font-size: 26px;
  padding: 15px 0 20px;
  font-family: "aTitleGothic3";
}

.main-section.guide li .txt {
  font-size: 17px;
  color: #5f5f5f;
  line-height: 26px;
  padding-right: 70px;
  position: relative;
  padding-bottom: 65px;
}

.main-section.guide li .pull-left i {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.main-section.guide li .color1 .pull-left i {
  background: #ff0000;
}

.main-section.guide li .color2 .pull-left i {
  background: #ff0000;
}

.main-section.guide li .color3 .pull-left i {
  background: #ff0000;
}

.main-section.guide li .color1 .tit {
  color: #0f0f0f;
}

.main-section.guide li .color2 .tit {
  color: #0f0f0f;
}

.main-section.guide li .color3 .tit {
  color: #0f0f0f;
}

.main-section.guide li .txt:after {
  content: '';
  display: inline-block;
  display: none;
  width: 32px;
  height: 5px;
  border-radius: 2px;
  background: #535353;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-section.banner img {
  width: 100%;
}

.main-section.safe-info {
  margin-top: 110px;
}

.main-section.safe-info h3.tit {
  margin: 0 0 30px;
  text-align: center;
  font-size: 36px;
  color: #0f0f0f;
  font-family: "aTitleGothic3";
}

.main-section.safe-info .txt {
  font-size: 22px;
  text-align: center;
  line-height: 30px;
  color: #000000;
}

.main-section.safe-info ul {
  margin-top: 40px;
  font-size: 0;
  margin-left: -50px;
}

.main-section.safe-info ul li {
  display: inline-block;
  width: calc(50% - 50px);
  margin-left: 50px;
  margin-bottom: 25px;
}

.main-section.safe-info ul li img {
  width: 100%;
}

.main-section.toto-info {
  margin-top: 65px;
}

.main-section.toto-info h3.tit {
  margin: 0 0 30px;
  text-align: center;
  font-size: 30px;
  color: #261f45;
  font-family: "aTitleGothic3";
}

.main-section.toto-info h3.tit strong {
  color: #ff0000;
}

.main-section.toto-info .txt {
  font-size: 22px;
  text-align: center;
  line-height: 31px;
  color: #000000;
}

.main-section.toto-info ul {
  margin-top: 65px;
  font-size: 0;
  margin-left: -25px;
}

.main-section.toto-info ul li {
  display: inline-block;
  width: calc(100% / 3 - 25px);
  margin-left: 25px;
  margin-bottom: 25px;
  vertical-align: top;
}

.main-section.toto-info ul li .img {
  max-height: 230px;
  overflow: hidden;
}

.main-section.toto-info ul li img {
  width: 100%;
}

.main-section.toto-info ul li .box {
  border: 1px solid #d9d9d9;
  width: 100%;
  padding: 35px;
  margin-top: 5px;
  height: 250px;
}

.main-section.toto-info ul li .tit {
  color: #0f0f0f;
  font-size: 22px;
  /* line-height:30px; */
  /* height:30px; */
  /* overflow:hidden; */
  font-family: "aTitleGothic3";
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main-section.toto-info ul li .produce {
  font-size: 14px;
  color: #606060;
  padding-top: 20px;
  line-height: 22px;
  height: 108px;
  overflow: hidden;
}

.main-section.toto-info ul li .more {
  display: block;
  width: 76px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #ff0000;
  color: #fff;
  margin-top: 10px;
}

.main-section.toto-info .btnArea {
  margin-top: 50px;
  text-align: center;
}

.main-section.toto-info .btnArea .btn-purple {
  width: 225px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background: #ff0000;
  font-size: 18px;
}

.main-section.gray-box {
  width: 1012px;
  margin: 70px auto 0;
  border: 1px solid #f2f0fd;
  background: #f6f8fa;
  padding: 50px 45px;
  text-align: center;
}

.main-section.gray-box .tit {
  color: #ff0000;
  font-size: 30px;
  font-family: "aTitleGothic3";
  padding-bottom: 25px;
}

.main-section.gray-box .txt {
  font-size: 18px;
  color: #3d3e3e;
  line-height: 26px;
}

.main-section.gray-box .txt span {
  /* color:#ff8a00; */
}

.main-section.gray-box .txt+.txt {
  padding-top: 20px;
}

/*신고*/
.main-section.report {
  background: #0f0f0f;
  margin-top: 75px;
  padding-bottom: 50px;
}

.main-section.report .container {
  max-width: 1280px;
  margin: 0 auto;
}

.main-section.report ul {
  margin-left: -40px;
  font-size: 0;
}

.main-section.report .title {
  padding: 40px 0;
  font-size: 34px;
  color: #fff;
  text-align: center;
  font-family: "aTitleGothic3";
}

.main-section.report .tit {
  color: #c2c2c2;
  font-size: 16px;
  padding-bottom: 15px;
}

.main-section.report .grid3 li {
  display: inline-block;
  width: calc(100% / 3 - 40px);
  margin-left: 40px;
}

.main-section.report input,
.main-section.report textArea {
  width: 100%;
  height: 45px;
  background: #ffff;
  border: 0;
  outline: 0;
  color: #000;
  padding: 0 10px;
  font-size: 14px;
}

.main-section.report .address {
  margin: 35px 0 0;
}

.main-section.report textArea {
  height: 120px;
  padding: 10px;
}

.main-section.report .listMore {
  width: 124px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #ff0000;
  font-size: 18px;
  margin: 20px 0 0;
}

@media screen and (max-width: 1179px) {
  .pop1 {
    position: fixed !important;
    top: 10% !important;
    left: 10px !important;
    right: 10px !important;
    z-index: 102;
    width: calc(100% - 20px) !important;
    font-size: 12px;
  }

  .pop1 .cont {
    font-size: 12px;
    line-height: 14px;
  }

  .pop1 .cont img {
    width: 100% !important;
    height: auto !important;
    display: block;
  }

  .section .title.box {
    font-size: 16px;
    height: 30px;
    line-height: 28px;
  }

  /*먹튀검증 완료 추천 보증업체*/
  .section {
    margin: 0 auto 27px;
  }

  .section h3.ArtTitle {
    margin: 20px 0 12px;
    font-size: 16px;
  }

  .section .produce {
    font-size: 13px;
    padding: 0 10px;
    line-height: 18px;
    text-align: left-;
  }

  .section .produce br {
    display: none-;
  }

  .section.art .domain {
    font-size: 12px;
    padding-top: 22px;
  }

  /*안전놀이터, 먹튀사이트 리스트*/
  .section .listMore .btnMore {
    padding: 11px 22px;
    font-size: 14px;
  }

  /*먹튀검증*/
  .section.verify .leftArea,
  .section.verify .rightArea {
    float: none;
    width: 100%;
  }

  .section.verify .leftArea img,
  .section.verify .rightArea img {
    float: none;
    width: 100%;
  }

  .section.verify h3.ArtTitle:first-child {
    margin-top: 30px;
    font-size: 24px;
  }

  .section.verify h3.ArtTitle {
    margin: 25px 0 20px;
  }

  .section.verify .allDivision {
    margin: 0;
    border-top: 1px solid var(--themeBoarder);
  }

  .section.verify .allDivision h3.ArtTitle:first-child {
    font-size: 16px;
  }

  .section.escape .produce {
    margin: 0 0 35px;
  }

  .section.escape .banner {
    margin: 60px 0 0;
  }

  /*신고*/
  .section.report ul {
    margin: 0px;
  }

  .section.report ul li {
    width: 100%;
    padding: 0;
  }

  .section.report .title {
    margin: 20px 0 10px;
    font-size: 16px;
  }

  .section.report input,
  .section.report textArea {
    height: 30px;
    font-size: 13px;
    padding: 0 5px;
  }

  .section.report .address {
    margin: 20px 0 0;
  }

  .section.report textArea {
    height: 90px;
    padding: 5px;
  }

  .main-section.guide {
    margin-bottom: 0;
    margin-top: 30px;
  }

  .main-section.guide h3.tit {
    padding: 0 0 10px;
    font-size: 18px;
  }

  .main-section.guide li {
    width: 100%;
    /*margin:20px 0;  padding-bottom:20px;*/
    margin: 0;
  }

  .main-section.guide li .tit {
    font-size: 18px;
    padding: 5px 0 10px;
  }

  .main-section.guide li .txt {
    padding-right: 50px;
    font-size: 12px;
    padding-bottom: 30px;
  }

  .main-section.guide li .pull-left i {
    width: 39px;
    height: 39px;
    line-height: 39px;
    font-size: 25px !important;
  }

  .main-section.safe {
    padding: 10px 10px 30px;
  }

  .main-section.safe ul.list {
    font-size: 0;
    margin-top: -10px;
    margin-left: -10px;
  }

  .main-section.safe ul.list li {
    display: inline-block;
    width: calc(100% / 2 - 10px);
    margin-left: 10px;
    margin-top: 10px;
    vertical-align: top;
  }

  .main-section.banner {
    padding: 0 10px;
  }

  .main-section.banner.mt70,
  .main-section.banner.mt60 {
    margin-top: 10px !important;
  }

  .main-section.safe-info {
    padding: 0 10px;
    margin-top: 30px;
  }

  .main-section.safe-info h3.tit {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .main-section.safe-info .txt {
    font-size: 12px;
    line-height: 18px;
  }

  .main-section.safe-info ul {
    margin-top: 25px;
    font-size: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .main-section.safe-info ul li {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .main-section.safe-info ul li img {
    width: 100%;
  }

  .main-section.toto-info {
    padding: 0 10px;
    margin-top: 30px;
  }

  .main-section.toto-info h3.tit {
    font-size: 20px;
    margin: 0 0 10px;
  }

  .main-section.toto-info .txt {
    font-size: 12px;
  }

  .main-section.toto-info ul {
    margin-top: 25px;
    font-size: 0;
    margin-left: 0;
  }

  .main-section.toto-info ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }

  .main-section.toto-info ul li .img {
    overflow: hidden;
  }

  .main-section.toto-info ul li .tit {
    font-size: 16px;
  }

  .main-section.toto-info ul li .produce {
    font-size: 13px;
    height: 105px;
  }

  .main-section.toto-info ul li .more {
    margin-top: 20px;
  }

  .main-section.toto-info .btnArea {
    margin-top: 20px;
  }

  .main-section.gray-box {
    width: calc(100% - 40px);
    margin: 60px 20px 0;
    padding: 25px 10px;
  }

  .main-section.gray-box .tit {
    font-size: 16px;
    padding-bottom: 30px;
  }

  .main-section.gray-box .txt {
    font-size: 14px;
    line-height: 18px;
  }

  .main-section.gray-box .txt+.txt {
    padding-top: 15px;
  }

  .main-section.gray-box .txt br {
    display: none;
  }

  /*신고*/
  .main-section.report {
    width: 100%;
    padding: 0 40px 40px;
  }

  .main-section.report .container {
    width: 100%;
  }

  .main-section.report ul {
    margin-left: 0;
    font-size: 0;
  }

  .main-section.report .title {
    font-size: 18px;
  }

  .main-section.report .tit {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 10px;
  }

  .main-section.report .grid3 li {
    display: inline-block;
    width: 100%;
    margin-left: 0;
  }

  .main-section.report input,
  .main-section.report textArea {
    width: 100%;
    height: 40px;
    background: #ffff;
    border: 0;
    outline: 0;
    color: #000;
    padding: 0 10px;
    font-size: 14px;
  }

  .main-section.report .address {
    margin: 15px 0 0;
  }

  .main-section.report textArea {
    height: 80px;
    padding: 10px;
  }

  .main-section.report .listMore {
    margin: 20px auto;
  }

  .main-section.safe ul.list li {
    height: 280px;
  }

  .main-section.safe ul.list li .info .name {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .main-section.safe ul.list li .info .other .count {
    font-size: 13px;
  }

  .main-section.safe ul.list li .info {
    height: 100px;
    padding: 9px 10px;
  }
}

#footer {
  padding: 110px 0 0;
  background: #f9fafb url('https://matuoi.com/images/common/footer-bg.jpg') no-repeat center top;
}

#footer .fInner {
  max-width: 1280px;
  margin: 0 auto;
}

#footer .footerTop {
  padding: 0 0 30px;
}

#footer .footerTop .fInner>ul>li {
  float: left;
  position: relative;
  padding: 15px 0;
  width: 50%;
  text-align: center;
}

#footer .footerTop .fInner>ul>li:first-child:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d2d2d3;
}

#footer .footerTop .fInner>ul>li h2 {
  margin: 0px 0 35px;
}

#footer .footerTop .fInner>ul>li .share {
  font-size: 0;
}

#footer .footerTop .fInner>ul>li .share img {
  margin: 0 5px;
}

#footer .footerTop .fInner>ul>li h3 {
  margin: 0 0 25px;
  font-size: 24px;
  font-family: "aTitleGothic3";
  color: #ff0000;
}

#footer .footerTop ul.inner li {
  margin: 0 0 15px;
  color: #010101;
  font-size: 16px;
}

#footer .footerBottom {
  padding: 5px 0 70px;
  text-align: center;
}

#footer .footerBottom p,
#footer .footerBottom li a {
  font-size: 18px;
  color: #000;
}

#footer .footerBottom p br {
  display: none;
}

#footer .footerBottom li {
  padding: 0 0 15px;
}

.dimed {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  background: rgb(0, 0, 0, 0.6);
}

.expand .dimed,
.exSearch .dimed {
  display: block;
}

@media (min-width:1179px) and (max-width: 1500px) {}

@media screen and (max-width: 1179px) {
  #header {
    z-index: 1;
    height: 51px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  #header .headerInner {
    width: 100%;
    margin: 0 auto;
  }

  #header .headTop {
    width: 100%;
    height: 51px;
    position: relative;
    z-index: 3;
    text-align: center;
    background: #fff;
  }

  #header .headTop .logo {
    height: 50px;
    text-align: left;
    padding: 13px 10px 0;
  }

  #header .headTop .logo img {
    height: 25px;
  }

  #header .headTop .iconfont {
    position: absolute;
  }

  #header .headTop .iconfont.fold {
    right: 10px;
    font-size: 34px;
    top: 8px;
    color: #000;
  }

  #header .headTop .iconfont.search {
    right: 50px;
    font-size: 27px;
    top: 10px;
    color: #000;
  }

  #header .topMenu {
    width: 70%;
    z-index: 1;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    height: auto;
    transition: all 0.2s;
    background: #1c1c1c;
  }

  .expand #header .topMenu {
    left: 0;
  }

  #header .topMenu .menuList {
    margin: 90px 0 0;
    text-align: right;
    padding-right: 23px;
  }

  #header .topMenu .menuList li.PCMode {
    display: none;
  }

  #header .topMenu .menuList li.TMMode {
    display: block;
  }

  #header .topMenu .menuList li {
    display: block;
    font-size: 16px;
    line-height: 32px;
    margin: 0 0 23px;
    font-family: "aTitleGothic1";
  }

  #header .topMenu .menuSearch {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    background: #15181d;
    transition: all 0.2s;
    border-radius: 0;
  }

  .exSearch #header .topMenu .menuSearch {
    display: block;
    top: 60px;
  }

  #header .topMenu .menuSearch input {
    color: #fff;
    font-size: 15px;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    background: #0d2646;
    font-family: "aTitleGothic1";
    margin: 0;
  }

  #header .topMenu .menuSearch .iconfont {
    display: none;
  }

  #container {
    padding: 51px 0 0;
  }

  #container .cBanner {
    height: 215px;
    background: url(https://matuoi.com/images/main/rtdRVDC.jpg) no-repeat top center;
    background-size: 100% 215px;
    margin-top: 0;
  }

  #container .cBanner .cTitle {
    padding: 25px 0 20px;
    color: #ffff;
    font-size: 20px;
    font-family: "aTitleGothic3";
  }

  #container .cBanner p {
    padding: 15px;
    font-size: 13px;
    line-height: 22px;
  }

  #container .cBanner p br {
    display: none;
  }

  #footer {
    padding: 40px 0 0;
  }

  #footer .fInner {
    padding: 0 30px;
  }

  #footer .footerTop {
    padding: 0 20px;
  }

  #footer .footerTop .fInner>ul>li {
    float: none;
    width: 100%;
  }

  #footer .footerTop .fInner>ul>li:after {
    display: none;
  }

  #footer .footerTop .fInner>ul>li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #footer .footerTop ul.inner li {
    font-size: 13px;
    margin: 0;
    line-height: 22px;
  }

  #footer .footerTop .fInner>ul>li:first-child {
    margin-bottom: 5px;
  }

  #footer .footerBottom ul {
    margin: 5px 0 0;
  }

  #footer .footerBottom {
    padding-top: 85px;
    padding-bottom: 20px;
  }

  #footer .footerBottom p,
  #footer .footerBottom li a {
    font-size: 13px;
  }

  #footer .footerBottom p {
    line-height: 2;
    margin: 0;
  }

  /* #footer .footerBottom p br { display:block; } */
  #footer .footerBottom li {
    padding: 0 0 10px;
  }

  #footer .footerTop .fInner>ul>li h2 img {
    width: 135px;
  }

  /* #footer .footerTop ul.inner li br { display:none; } */
  #container .videos {
    margin: 0px 0 0;
  }
}