#headerContainer {
  height: 80px;
  margin-bottom: 118px;
}

body {
  background: #fff9f0 !important;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#nav > ul > li {
  text-align: center;
  /* float: left; */
  /*display: inline-block;*/
}

.portfolio-area {
  margin: 0 auto;
  width: 90%;
  position: relative;
  background-image: url("https://img.hkgamestar.com/newui/mobile/wenben.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 836px;
  margin-bottom: 70px;
  padding-top: 50px !important;
  margin-top: 180px;
}

.portfolio-area .main {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-left: 160px;
}

.main .left span {
  font-weight: 400;
  font-size: 28px;
  color: #222222;
  display: block;
  margin-bottom: 35px;
}

.main .left p {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  text-indent: 2px;
  width: 716px;
  min-height: 80px;
  max-height: 100%;
  background: #fff9f0;
  border-radius: 20px;

  margin-bottom: 20px;
  /* width: 647px; */
  line-height: px;
  padding: 10px 20px;
}

.main .left .twon {
  transform: translateX(80px);
}

.main .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
  margin-top: 80px;
}

.logobig {
  width: 200px;
  margin-bottom: 30px;
}

.logosmall {
  margin-bottom: 50px;
}
.logo4 {
  width: 200px;
  margin-right: 40px;
}

.contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.contact span:nth-child(1) {
  font-weight: 400;
  font-size: 28px;
  color: #222222;
  cursor: pointer;
  margin-bottom: 14px;
  height: 20px;
}

.contact span:nth-child(2) {
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  height: 20px;
}

.tit {
  font-size: 26px;
  color: #444;
  font-weight: 600;
  margin-bottom: 20px;
}

.title {
  font-size: 26px;
  color: #444;
  font-weight: 600;
  margin-bottom: 20px;
}

.emil {
  font-size: 16px;
  color: #444;
  font-weight: 400;
  margin-top: 100px;
  margin-left: 23px;
}

.content {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.content .row_main {
  width: 60%;
  color: #444;
  /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis */
}

.content img {
  width: 368px;
  /* height: 268px; */
  margin-bottom: 10px;
}

.pic {
  text-align: center;
}

/* 笔记本 */
@media (max-width: 1550px) {
  .portfolio-area .main {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 160px;
  }

  .main .left {
    padding-top: 80px;
    /* width: 74%; */
  }

  .main .left span {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    display: block;
    margin-bottom: 15px;
  }

  .main .left p {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    text-indent: 2px;
    width: 80%;
    height: auto;
    background: #fff9f0;
    border-radius: 10px;
    margin-bottom: 20px;
    /* width: 647px; */
    line-height: px;
    padding: 10px;
  }

  .main .right {
    display: flex;
    /* height: 300px; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .logobig {
    width: 70%;
    margin-bottom: 24px;
  }

  .logosmall {
    width: 50%;
    margin-bottom: 120px;
  }
}

/* 移动端 */
@media (max-width: 768px) {
  .main .left {
    padding-top: 100px;
  }
  #headerContainer {
    height: 80px;
    margin-bottom: 20px;
  }

  .portfolio-area {
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-image: url("https://img.hkgamestar.com/newui/mobile/p_wenben.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    margin-bottom: 0px;
    padding-top: 0px !important;
  }

  .portfolio-area .main {
    flex-direction: column;
    margin-left: 100px;
  }

  .main .left span {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    display: block;
    margin-bottom: 35px;
  }

  .main .left p {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    text-indent: 2px;
    width: 90%;
    height: auto;
    background: #fff9f0;
    border-radius: 10px;
    margin-bottom: 20px;
    /* width: 647px; */
    line-height: px;
    padding: 20px;
  }

  .main .left .twon {
    transform: translateX(0px);
  }

  .main .right {
    display: flex;
    /* height: 300px; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .logobig {
    width: 55%;
    margin-bottom: 24px;
  }

  .logosmall {
    width: 32%;
    margin-bottom: 0px;
  }

  .contact {
    display: flex;
    flex-direction: column;
  }

  .contact span:nth-child(1) {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
    margin-bottom: 14px;
    height: 20px;
  }

  .contact span:nth-child(2) {
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    height: 20px;
  }
  .main .right {
    margin: 0 !important;
  }
  .contact-code {
    display: flex;
    flex-direction: column;
  }
  .kfwx {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
}

.contact-code {
  display: flex;
}

.contact-code img {
  width: 172px;
}

.code-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kfwx {
  margin-right: 40px;
}

.news-item {
  cursor: pointer;
}

.dropdown-content a:hover {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(26, 159, 255, 0.5)
  );
}
