﻿.pc-style .mid {
  margin: 10px auto;
  width: 1120px;
  font-size: 16px;
}

.pc-style .mid .fenxiao-index {
  background: #ffffff;
  padding: 20px;
}

.pc-style .mid .banner {
  background: #0066cc url(../Images/fenxiaoBanner.png) center center no-repeat;
  background-size: 100% auto;
  margin-bottom: 20px;
  border-radius: 5px;
}

.pc-style .mid .banner .banner-inner:before {
  content: "";
  padding-top: 27.7%;
  display: block;
}

.pc-style .mid .banner .banner-inner h1 {
  position: absolute;
  left: -99999em;
}

.pc-style .mid .fenxiao-nav {
  overflow: hidden;
  zoom: 1;
  text-align: center;
  padding: 20px 0px;
}

.pc-style .mid .fenxiao-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
}

.pc-style .mid .fenxiao-nav .nav-item a {
  display: block;
  text-align: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #ffffff;
  width: 7em;
  position: relative;
}

.pc-style .mid .fenxiao-nav .nav-item .join {
  background: #6a33d7;
  background: -webkit-linear-gradient(#6a33d7, #3342d7);
}

.pc-style .mid .fenxiao-nav .nav-item .join:after {
  content: "HOT";
  position: absolute;
  right: -20px;
  top: -15px;
  color: #ffffff;
  background: #e53737;
  border-radius: 100px 100px 100px 0px;
  padding: 3px 10px;
  font-size: 12px;
}

.pc-style .mid .fenxiao-nav .nav-item .tui {
  background: #ee9900;
  background: -webkit-linear-gradient(#ee9900, #ee7000);
}

.pc-style .mid .fenxiao-nav .nav-item .top {
  background: #e53737;
  background: -webkit-linear-gradient(#e53781, #e53737);
}

.pc-style .mid .fenxiao-nav .nav-item .console {
  background: #009900;
  background: -webkit-linear-gradient(#009900, #009989);
}

.pc-style .mid .block-list {
  padding: 20px 60px;
  background: url(../Images/fenxiaoBg.png) left top repeat;
  border-radius: 10px;
  border: 1px solid #f3f4ff;
}

.pc-style .mid .block-item {
  padding: 10px
}

.pc-style .mid .block-item .block-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e53737;
}

.pc-style .mid .block-item .block-item-content p {
  margin-bottom: 0.5em;
  text-indent: 2em;
}

.pc-style .mid .block-item .block-item-content a {
  color: #336699;
  text-decoration: underline;
}

.pc-style .mid .block-item .block-item-content a:hover {
  color: #cc0000;
}

.pc-style .mid .block-item .block-item-content strong {
  font-weight: bold;
  color: #e53737;
}

.pc-style .mid .block-item .btn-container {
  text-align: center;
}

.pc-style .mid .block-item .btn-container .btn-submit {
  border-radius: 5px;
  border: 0px;
  height: 48px;
  color: #ffffff;
  background: #6a33d7;
  background: -webkit-linear-gradient(#6a33d7, #3342d7);
  padding: 0px 2em;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}

.pc-style .mid .block-item .btn-container .btn-submit:hover {
  background: #5d2dbd;
}

.pc-style .mid .block-item .btn-container .sign-up-result {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

/* 移动端样式 */

.mobile-style {
  background: #ffffff;
}

.mobile-style #top {
  display: none;
}

.mobile-style #bot {
  display: none;
}

.mobile-style .mid {
  margin: 0px;
  font-size: 16px;
}

.mobile-style .mid .fenxiao-index {
  background: #ffffff;
}

.mobile-style .mid .banner {
  background: #0066cc url(../Images/fenxiaoBanner.png) center center no-repeat;
  background-size: cover;
}

.mobile-style .mid .banner .banner-inner:before {
  content: "";
  padding-top: 30%;
  display: block;
}

.mobile-style .mid .banner .banner-inner h1 {
  position: absolute;
  left: -99999em;
}

.mobile-style .mid .fenxiao-nav {
  overflow: hidden;
  zoom: 1;
  text-align: center;
  padding: 20px 0px;
  margin: 0px 10px;
}

.mobile-style .mid .fenxiao-nav .nav-item {
  display: inline-block;
}

.mobile-style .mid .fenxiao-nav .nav-item a {
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #ffffff;
  position: relative;
  margin: 5px;
}

.mobile-style .mid .fenxiao-nav .nav-item .join {
  background: #6a33d7;
  background: -webkit-linear-gradient(#6a33d7, #3342d7);
}

.mobile-style .mid .fenxiao-nav .nav-item .join:after {
  content: "HOT";
  position: absolute;
  right: -10px;
  top: -15px;
  color: #ffffff;
  background: #e53737;
  border-radius: 100px 100px 100px 0px;
  padding: 3px 10px;
  font-size: 12px;
}

.mobile-style .mid .fenxiao-nav .nav-item .tui {
  background: #ee9900;
  background: -webkit-linear-gradient(#ee9900, #ee7000);
}

.mobile-style .mid .fenxiao-nav .nav-item .top {
  background: #e53737;
  background: -webkit-linear-gradient(#e53781, #e53737);
}

.mobile-style .mid .fenxiao-nav .nav-item .console {
  background: #009900;
  background: -webkit-linear-gradient(#009900, #009989);
}

.mobile-style .mid .block-list {
  padding: 0px 20px;
  background: url(../Images/fenxiaoBg.png) left top repeat;
  border: 1px solid #f3f4ff;
}

.mobile-style .mid .block-item {
  padding: 10px
}

.mobile-style .mid .block-item .block-item-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #e53737;
}

.mobile-style .mid .block-item .block-item-content p {
  margin-bottom: 0.5em;
  text-indent: 2em;
}

.mobile-style .mid .block-item .block-item-content a {
  color: #336699;
  text-decoration: underline;
}

.mobile-style .mid .block-item .block-item-content a:hover {
  color: #cc0000;
}

.pc-style .mid .block-item .block-item-content strong {
  font-weight: bold;
  color: #e53737;
}

.mobile-style .mid .block-item .btn-container {
  text-align: center;
}

.mobile-style .mid .block-item .btn-container .btn-submit {
  border-radius: 5px;
  border: 0px;
  height: 48px;
  color: #ffffff;
  background: #6a33d7;
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
}

.mobile-style .mid .block-item .btn-container .btn-submit:hover {
  background: #5d2dbd;
}

.mobile-style .mid .block-item .btn-container .sign-up-result {
  text-align: center;
  font-weight: bold;
}
.mobile-style .fixed-top-serch{
  display: none !important;
}