.newShit{
    padding:10px 15px;
    margin-bottom:20px;
}
.newShit ul{
    margin-top:15px;
}
.newShit ul li{
    display: inline-block;
    margin-right:30px;
    text-align:center;
}
.newShit ul li:hover a>img{
    transform: scale(1.05);
}
.newShit ul li a{
    display: block;
    cursor: pointer;
}
.newShit ul li a>img{
    width:100px;
    height:100px;
    display: block;
    margin:0px auto;
    border-radius:5px;
    margin-bottom:10px;
    transition: 0.2s all;
}
.newShit ul li a>h3{
    font-weight: normal;
    font-size:14px;
    margin-top:10px;
}
.newShit ul li a>button{
    border:1px solid #e9e9e9;
    color:#000;
    font-size:13px;
    line-height:32px;
    width:85%;
    display: block;
    margin:0px auto;
    margin-top:12px;
    text-align:center;
    border-radius:100px;
    cursor: pointer;
}

* {
  box-sizing: border-box;
}
:root {
  --color: #002bff;
}
.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body {
  background-color: #F9F9F9;
}
body > .head-background {
    position: fixed;
  width: 100%;
  height: 650px;
  background: linear-gradient(180deg, #1784ff 0%, #36cbff 100%);
}
body > .content {
  width: 1370px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
body > .content > .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 40px;
}
body > .content > .header > .left {
  width: 350px;
}
body > .content > .header > .left > img {
  display: block;
}
body > .content > .header > .logo {
  padding: 0;
  margin: 0;
  width: 210px;
  margin-left: -44px;
}
body > .content > .header > .logo > img {
  width: 100%;
  display: block;
}
body > .content > .header > .right {
  font-size: 14px;
  display: flex;
}
body > .content > .header > .right > a {
  display: flex;
  height: 30px;
  align-items: center;
  color: white;
  margin-left: 35px;
}
body > .content > .header > .right > a:first-child {
  margin-left: 0;
}
body > .content > .header > .right > a.link > img {
  height: 20px;
  margin-right: 5px;
}
body > .content > .header > .right > a.user {
  justify-content: center;
  width: 80px;
  border-radius: 30px;
  border: 1px solid white;
}
body > .content > .header > .right > a.user:hover {
  border: none;
  color: #1784ff;
  background: white;
}
body > .content > .common-body > .main {
  padding: 20px 35px;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.04);
  background-color: white;
  border-radius: 10px;
  margin-bottom: 30px;
}
body > .content > .common-body > .main > .menu {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
body > .content > .common-body > .main > .menu > .item {
  height: 65px;
  line-height: 65px;
  font-weight: 700;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 10px;
  margin-right: 45px;
  position: relative;
}
body > .content > .common-body > .main > .menu > .item:last-child {
  margin-right: 0;
}
body > .content > .common-body > .main > .menu > .item:hover {
  color: #1784ff;
}
body > .content > .common-body > .main > .menu > .item.action {
  color: var(--color);
}
body > .content > .common-body > .main > .menu > .item.action::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: calc(50% - (35% / 2));
  width: 35%;
  height: 3px;
  border-radius: 10px;
  background-color: var(--color);
}
body > .content > .common-body > .main > .menu > .item > .tj {
  display: block;
  position: absolute;
  color: #FFF;
  background: #ff641d;
  font-size: 12px;
  right: -8px;
  top: 0;
  height: 19px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
}
body > .content > .common-body > .main > .menu > .item > .tj:after {
  content: ' ';
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: transparent transparent #ff641d;
  transform: rotate(63deg);
  position: absolute;
  bottom: -2px;
  left: 2px;
}
body > .content > .common-body > .main > .search-box {
    display: flex;
    align-items: center;
    height: 90px;
    margin-bottom: 35px;
    margin-top: 10px;
}
body > .content > .common-body > .main > .search-box > .qq-qun {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225px;
}
body > .content > .common-body > .main > .search-box > .qq-qun > a > img {
  display: block;
  height: 90px;
  margin-top: -18px;
}
body > .content > .common-body > .main > .search-box > .search-input {
  display: flex;
  height: 55px;
  border-radius: 6px;
  overflow: hidden;
   width: 100%;
}
body > .content > .common-body > .main > .search-box > .search-input > input {
  flex: 1;
  background-color: #F5F5F5;
  border: none;
  padding: 12.5px 25px;
}
body > .content > .common-body > .main > .search-box > .search-input > button {
  width: 170px;
  background-color: #1784ff;
  border: none;
  color: white;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0;
}
body > .content > .common-body > .main > .search-box > .search-input > button:hover {
  opacity: 0.9;
}
body > .content > .common-body > .main > .top-ad {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
body > .content > .common-body > .main > .top-ad > a {
  width: calc((100% - 20px * 5) / 6);
  margin-right: 20px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.2s all;
}
body > .content > .common-body > .main > .top-ad > a:nth-child(6n) {
  margin-right: 0;
}
body > .content > .common-body > .main > .top-ad > a:hover {
  transform: scale(1.05);
}
body > .content > .common-body > .main > .top-ad > a > img {
  width: 100%;
  height: 100%;
  display: block;
}
body #footer {
  display: block;
  margin-bottom: 45px;
}
body #footer,
body #footer > * {
  font-size: 13px;
  color: #8d8d8d;
  text-align: center;
}
