body {
  background: none;
}

.layout,
.wrap {
  width: 86%;
  min-width: 980px;
  max-width: 1440px;
  margin: 0 auto;
  clear: both;
}

.guild {
  width: 100%;
  height: 50px;
  background-color: #faf9f9;
}

.guild p {
  float: left;
  height: 100%;
  font-size: 16px;
  color: #333333;
  margin-left: 1.4%;
  line-height: 50px;
}

.guild .select {
  float: left;
  height: 100%;
  margin-left: 2%;
  position: relative;
  cursor: pointer;
}

.guild .select .placeholder {
  height: 100%;
  font-size: 16px;
  color: #dc0000;
  line-height: 50px;
  position: relative;
  padding-right: 20px;
}

.guild .select .placeholder::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(../../images/news2/select.png) no-repeat center center;
  background-size: 100%;
  top: 50%;
  margin-top: -4px;
  right: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.guild .select ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  top: 45px;
  left: -5px;
  z-index: 2;
  width: 260px;
  padding: 10px 0;
}

.guild .select ul::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: -6px;
  left: 30px;
}

.guild .select ul li {
  width: 77%;
  height: 49px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}

.guild .select ul li p {
  width: 50%;
  position: relative;
  height: 100%;
  float: left;
  margin: 0;
}

.guild .select ul li p a {
  float: left;
  font-size: 16px;
  line-height: 50px;
  height: 100%;
  position: relative;
}

.guild .select ul li p a::after,
.guild .select ul li p a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -1px;
  height: 2px;
  background: #e02727;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 1px 1px 0;
  opacity: 0;
}

.guild .select ul li p a::before {
  left: auto;
  right: 50%;
  border-radius: 1px 0 0 1px;
}

.guild .select ul li p a:hover {
  text-decoration: none;
  color: #e02727;
  font-weight: bold;
}

.guild .select ul li p a:hover::after,
.guild .select ul li p a:hover::before {
  width: 50%;
  opacity: 1;
}

.guild .select ul li p:nth-child(2) a {
  margin-left: 14px;
}

.guild .select ul li:last-child {
  border-bottom: none;
}

.guild .is-open ul {
  display: block;
}

.guild .is-open .placeholder::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.guild .tools-nav {
  float: right;
  height: 100%;
  margin-right: 1.4%;
}

.guild .tools-nav li {
  float: left;
  height: 100%;
  margin-left: 20px;
}

.guild .tools-nav li a {
  height: 100%;
  line-height: 52px;
  font-size: 16px;
  font-family: DINAlternate-Bold;
}

.guild .tools-nav li:first-child a,
.guild .tools-nav li:nth-child(2) a {
  padding-left: 25px;
  background: url(../../images/news2/tianmao.png) no-repeat left center;
  background-size: 20px;
  color: #dc0000;
}

.guild .tools-nav li:nth-child(2) a {
  background: url(../../images/news2/jingdong.png) no-repeat left center;
  background-size: 20px;
}

.guild .tools-nav li:first-child a:hover,
.guild .tools-nav li:nth-child(2) a:hover {
  text-decoration: none;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
}

header .logo {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
  margin-left: 1.4%;
}

header .search {
  width: 29%;
  position: relative;
}

header .search input {
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-radius: 22px;
  border: solid 1px #e02727;
  font-size: 16px;
  text-indent: 6%;
}

header .search input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search .search-btn {
  position: absolute;
  right: 6%;
  top: 11.5px;
}

header .search p {
  width: 100%;
  line-height: 16px;
  height: 16px;
  margin-top: 8px;

  overflow: hidden;
}

header .search p a {
  font-size: 14px;
  float: left;
  margin-left: 15px;
}

header .tell {
  margin-right: 1.4%;
}

header .tell a {
  float: left;
}

header .tell p {
  float: right;
  margin-left: 18px;
}

header .tell p i {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-family: DINAlternate-Bold;
  font-weight: bold;
  color: #de1c1c;
}

header .tell p span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  font-family: Microsoft YaHei;
  margin-top: 8px;
}

nav {
  width: 100%;
  height: 50px;
  border-radius: 6px 10px 10px 6px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #e02727 95%, #ffffff 100%);
  overflow: hidden;
}

nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

nav ul .list-line {
  height: 12px;
  margin: 19px 0;
}

nav ul .list-line:first-child {
  width: 0;
  opacity: 0;
}

nav ul li {
  height: 100%;
}

nav ul li a {
  height: 100%;
  line-height: 48px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}

nav ul li a::after,
nav ul li a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 5px;
  height: 3px;
  background: #ffffff;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 1.5px 1.5px 0;
  opacity: 0;
}

nav ul li a::before {
  left: auto;
  right: 50%;
  border-radius: 1.5px 0 0 1.5px;
}

nav ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

nav ul li a:hover::after,
nav ul li a:hover::before {
  width: 25%;
  opacity: 1;
}

nav ul li .actived {
  font-weight: bold;
}

nav ul li .actived::after,
nav ul li .actived::before {
  width: 25%;
  opacity: 1;
}

nav ul li:last-child a img {
  width: auto;
  height: 100%;
}

nav ul li:last-child a::after,
nav ul li:last-child a::before {
  display: none;
}

.subnav {
  width: 100%;
  margin: 20px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

.subnav a {
  padding: 0 15px;
  height: 40px;
  background-color: rgba(245, 241, 241, 0.92);
  border-radius: 6px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.subnav a::after {
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #ffffff;
  transform: rotate(-45deg);
  right: -6px;
  bottom: -14px;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subnav a.hot span {
  position: absolute;
  top: -3px;
  right: 5px;
  width: 25px;
  height: 14px;
  background: url(../../images/news2/hot-red.png) no-repeat center top;
  background-size: 100% auto;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px 3px 0 0;
}

.subnav a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background: url(../../images/news2/subnav-hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.subnav a:hover::after {
  -ms-transform: rotate(-45deg) translateY(-12px);
  -moz-transform: rotate(-45deg) translateY(-12px);
  -webkit-transform: rotate(-45deg) translateY(-12px);
  -o-transform: rotate(-45deg) translateY(-12px);
  transform: rotate(-45deg) translateY(-12px);
}

.subnav a:hover span {
  box-shadow: 0px -1px 3px 0px rgba(224, 39, 39, 0.3);
  background: url(../../images/news2/hot-white.png) no-repeat center top;
  background-size: 100% auto;
}

footer {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #eeeeee;
}

footer .footer {
  width: 100%;
  background-color: #282828;
}

footer .footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--box-pack: space-between;
  box-pack: space-between;
  padding: 5% 0;
}

footer .footer .content ul h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

footer .footer .content ul li {
  line-height: 1;
  margin-top: 21%;
}

footer .footer .content ul li a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}

footer .footer .content .code {
  width: 8.8%;
}

footer .footer .content .code img {
  border-radius: 6px;
}

footer .footer .content .code span {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

footer .footer .content .line {
  width: 1px;
  height: 120px;
  background-color: #999999;
  opacity: 0.2;
}

footer .footer .content .footer-contact .footer-logo {
  width: 71.8%;
  margin: 0 auto;
}

footer .footer .content .footer-contact div {
  margin-top: 15%;
}

footer .footer .content .footer-contact div a {
  float: left;
  margin-right: 20px;
}

footer .footer .content .footer-contact div p {
  float: left;
}

footer .footer .content .footer-contact div p i {
  display: block;
  font-family: DINAlternate-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #de1c1c;
  line-height: 1;
}

footer .footer .content .footer-contact div p span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 9px;
}

footer .footer .copyright {
  width: 100%;
  background-color: #1d1d1d;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

footer .footer .copyright a {
  display: inline;
  color: #555;
}

.right-nav {
  width: 72px;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1%;
  z-index: 1;
}

.right-nav .right-nav-gift {
  max-width: none;
  width: 142px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right-nav .gift-btn {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -30px;
}

.right-nav ul {
  width: 72px;
  background-color: #ffffff;
}

.right-nav ul li {
  width: 72px;
  height: 72px;
  position: relative;
  float: left;
}

.right-nav ul li .btn {
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.right-nav ul li .btn a {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-bottom: none;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.right-nav ul li:nth-child(4) .btn a {
  border-bottom: 1px solid #eeeeee;
}
.right-nav ul li .btn a p {
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-nav ul li .btn a p img {
  margin: 0 auto;
}

.right-nav ul li .btn a p span {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.right-nav ul li .btn a:first-child {
  top: 0;
}

.right-nav ul li .btn a:nth-child(2) {
  border: none;
  top: 72px;
  background-image: linear-gradient(90deg, #f54b1d 0%, #e02727 100%), linear-gradient(#ffffff, #ffffff);
}

.right-nav ul li .btn a:nth-child(2) p span {
  color: #ffffff;
}

.right-nav ul li .btn a:hover {
  text-decoration: none;
}

.right-nav ul li .code-ma {
  width: 130px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  padding: 20px 0;
  position: absolute;
  left: -148px;
  top: 50%;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .code-ma::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li .code-ma img {
  max-width: 96px;
  margin: 0 auto;
}

.right-nav ul li .code-ma span {
  font-size: 14px;
  line-height: 1;
  margin: 14px 0;
  text-align: center;
}

.right-nav ul li .code-ma span:last-child {
  margin-bottom: 0;
}

.right-nav ul li .hot-line {
  width: 186px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  position: absolute;
  left: -198px;
  top: 50%;
  text-align: center;
  font-family: DINAlternate-Bold;
  font-size: 24px;
  line-height: 60px;
  color: #dc0000;
  font-weight: bold;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .hot-line::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li:first-child .btn {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:first-child .btn a {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:nth-child(5) {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.right-nav ul li:nth-child(5) .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a:first-child {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}

.right-nav ul li:last-child {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}

.right-nav ul li:hover .btn a:first-child {
  top: -72px;
}

.right-nav ul li:hover .btn a:nth-child(2) {
  top: 0;
}

.right-nav ul li:hover .code-ma,
.right-nav ul li:hover .hot-line {
  opacity: 1;
  -ms-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.right-nav ul li.toggleHeight {
  height: 72px;
  opacity: 1;
}

.right-nav ul li.toggleHeight .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a:first-child {
  border-bottom: 1px solid #eeeeee;
}

/* .right-nav ul li.border .btn {
  border-radius: 0;
}

.right-nav ul li.border .btn a {
  border-radius: 0;
}

.right-nav ul li.border .btn a:first-child {
  border-bottom: none;
} */

@media screen and (max-width: 1440px) {
  .guild {
    height: 44px;
  }

  .guild p,
  .guild .select .placeholder,
  .guild .tools-nav li a {
    font-size: 15px;
    line-height: 44px;
  }

  .guild .select .placeholder {
    padding-right: 18px;
  }

  .guild .select .placeholder::after {
    width: 10px;
    height: 7px;
    margin-top: -3.5px;
  }

  .guild .select ul {
    border-radius: 4px;
    top: 39px;
    width: 240px;
  }

  .guild .select ul li {
    height: 42px;
  }

  .guild .select ul li p a {
    font-size: 15px;
    line-height: 42px;
  }

  .guild .tools-nav li a {
    line-height: 46px;
  }

  .guild .tools-nav li:first-child a {
    padding-left: 22px;
    background: url(../../images/news2/tianmao.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li:nth-child(2) a {
    padding-left: 22px;
    background: url(../../images/news2/jingdong.png) no-repeat left center;
    background-size: 18px;
  }

  header {
    padding: 30px 0;
  }

  header .search input {
    height: 38px;
    text-indent: 5%;
    font-size: 15px;
  }

  header .search input::-webkit-input-placeholder {
    font-size: 15px;
  }

  header .search input::-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-ms-input-placeholder {
    font-size: 15px;
  }

  header .search .search-btn {
    width: 18px;
    top: 11px;
    right: 5%;
  }

  header .search p {
    line-height: 15px;
    height: 15px;
  }

  header .search p a {
    font-size: 13px;
  }

  header .tell a {
    width: 56px;
  }

  header .tell p i {
    font-size: 26px;
  }

  header .tell p span {
    font-size: 13px;
  }

  nav {
    height: 44px;
  }

  nav ul .list-line {
    margin: 16px 0;
  }

  nav ul li a {
    line-height: 44px;
    font-size: 16px;
  }

  nav ul li a::after,
  nav ul li a::before {
    bottom: 5px;
    height: 2px;
    border-radius: 0 1px 1px 0;
  }

  nav ul li a::before {
    border-radius: 1px 0 0 1px;
  }

  .subnav a {
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    padding: 0 12px;
  }


  .subnav a.hot span {
    width: 22px;
    height: 12px;
    top: -2px;
    right: 3px;
    border-radius: 2px 2px 0 0;
  }

  footer .footer .content ul h3 {
    font-size: 17px;
  }

  footer .footer .content ul li a {
    font-size: 13px;
  }

  footer .footer .content .code span {
    font-size: 13px;
    line-height: 18px;
  }

  footer .footer .content .footer-contact div a {
    width: 58px;
  }

  footer .footer .content .footer-contact div p i {
    font-size: 26px;
  }

  footer .footer .content .footer-contact div p span {
    font-size: 13px;
  }
}

@media screen and (max-width: 1366px) {
  .subnav a {
    font-size: 14px;
    padding: 0 12px;
  }
}