head,
body {
  background-color: #fafafa;
}
section {
  min-width: 1200px;
  overflow: hidden;
}

footer {
  width: 100%;
  min-width: 1200px;
}

.none {
  display: none !important;
}

.logout {
  color: #999999;
  margin-left: 10px;
  cursor: pointer;
}

header {
  width: 100%;
  background: #111111;
  position: fixed;
  z-index: 99999;
}

nav {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
}

nav .navigation {
  line-height: 72px;
  /* margin-right: 80px; */
}

nav .navigation a {
  display: block;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  margin-left: 80px;
}
nav .navigation a:hover {
  color: #f44a49;
}
nav .navigation a.choose::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 4px;
  background-color: #f44a49;
  border-radius: 2px;
  top: 55px;
  left: 50%;
  margin-left: -14px;
}

nav .logo {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

nav .logo img {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

nav .logo span {
  display: inline-block;
  vertical-align: middle;
}
nav p {
  margin-left: 20px;
  border-left: 1px solid #dddddd;
  padding-left: 20px;
  text-align: left;
  line-height: 1;
  margin-right: 20px;
}
nav p span {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
nav p span:first-child {
  margin-bottom: 5px;
}
nav .login {
  display: inline-block;
  width: 122px;
  height: 32px;
  border-radius: 16px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}

nav .login .split {
  margin-left: 6px;
  margin-right: 6px;
}

.tran-nav-sign {
  position: relative;
  height: 60px;
  font-size: 12px;
}

.tran-nav-sign > * {
  display: inline-block;
  vertical-align: middle;
}

.tran-nav-sign .split {
  margin-left: 6px;
}

.tran-nav-sign > img {
  border-radius: 45px;
}

.tran-nav-sign > .name {
  max-width: 80px;
  color: #fff;
  margin-left: 6px;
}

.tran-nav-sign > span {
  color: #fff;
}

.tran-nav-sign:hover .seclt-down {
  display: block;
}

footer {
  background-color: #111111;
}

footer .download {
  min-width: 1200px;
  height: 400px;
  padding-top: 1px;
}

footer .download .title {
  font-size: 60px;
  color: #fff;
  margin: 60px auto 40px;
  text-align: center;
}

footer .download .description {
  font-size: 24px;
  color: #b6b6b6;
  margin: 0 auto;
  text-align: center;
}

footer .download .btn {
  width: 228px;
  height: 60px;
  margin: 57px auto 0;
  text-align: center;
  display: block;
  background-image: linear-gradient(0deg, #f33155 0%, #f45942 100%),
    linear-gradient(#161514, #161514);
  background-blend-mode: normal, normal;
  border-radius: 30px;
  cursor: pointer;
}

footer .download .btn:hover {
  background-image: linear-gradient(-90deg, #f33155 0%, #f45942 100%),
    linear-gradient(#161514, #161514);
}

footer .download .btn span {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
}

footer .bottom {
  min-width: 1200px;
  height: 53px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  line-height: 53px;
}

section {
  width: 100%;
}
#main {
  padding: 92px 0 60px;
}
#main .banner {
  display: block;
  width: 1200px;
  height: 140px;
  border-radius: 10px;
  margin: 0 auto;
  background: url(../img/banner.png);
  cursor: pointer;
}
#main .navigation {
  width: 1200px;
  margin: 40px auto 20px;
}
#main .navigation a:not(:first-child),
#main .navigation span {
  font-size: 14px;
  color: #333333;
}
#main .navigation a:not(:first-child):hover {
  color: #f44a49;
}
#main .navigation i {
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #dddddd;
  margin: 0 10px;
}
#main .navigation a:first-child {
  font-size: 14px;
  color: #999999;
}
#main .main-content {
  width: 1200px;
  margin: 0 auto;
}
#main .main-content .page {
  width: 900px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 20px;
}

#main .main-content .page .list {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 20px 0 40px;
  cursor: pointer;
}
#main .main-content .page .list:hover .title {
  color: #f44a49;
}
#main .main-content .page a:not(:last-child) .list {
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 20px;
}
#main .main-content .page .list em {
  width: 100px;
  height: 100px;
  margin-right: 16px;
  border-radius: 8px;
  overflow: hidden;
}

#main .main-content .page .list img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
#main .main-content .page .list .title {
  width: 600px;
  color: #424242;
  font-size: 14px;
}

#main .main-content .page .list .time {
  font-size: 12px;
  color: #999999;
}

#main .main-content .page .list .int {
  width: 100%;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  margin-top: 6px;
}

#main .main-content .page .list .look {
  font-size: 12px;
  color: #999999;
}

#main .main-content .page .list .look i {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-right: 5px;
  background: url(../img/icon_read.png);
}

#main .main-content .page .list .tag {
  display: inline-block;
  max-width: 100px;
  font-size: 12px;
  color: #666666;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

#mainPage {
  margin: 0 auto;
  padding-top: 24px;
}

#mainPage li {
  display: inline-block;
  margin: 0 4px;
  background: #eeeeee;
  border-radius: 4px;
}

#mainPage li.disabled {
  background: #eeeeee;
}

#mainPage li.active {
  background: #f44a49;
}

#mainPage li.active a {
  color: #ffffff;
}

#mainPage li:not(.disabled):hover {
  background: #f44a49;
  color: #ffffff;
  border-radius: 4px;
}

#mainPage li a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
}

#mainPage li a:hover {
  color: #ffffff;
}

#mainPage li.disabled a {
  cursor: not-allowed;
}

#mainPage li i {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/page.png) no-repeat center;
  margin: 0 auto;
}

#mainPage li.disabled i {
  background: url(../img/pageDis.png) no-repeat center;
}

#mainPage li:not(.disabled):hover i {
  background: url(../img/pageHover.png) no-repeat center;
}

#mainPage li i.rightPage {
  transform: scaleX(-1);
}

#main .main-content .broadside .broadside-content {
  width: 200px;
  background: #ffffff linear-gradient(0deg, #ffffff 0%, #fff5f4 100%) no-repeat
    top;
  background-size: 240px 200px;
  border-radius: 10px;
  padding: 12px 20px 11px;
}
#main .main-content .broadside .broadside-content:first-child {
  margin-bottom: 20px;
}
#main .main-content .broadside .broadside-content h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
}
#main .main-content .broadside .broadside-content li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  position: relative;
  box-sizing: border-box;
}
#main .main-content .broadside .broadside-content ul {
  list-style: disc;
}
#main .main-content .broadside .broadside-content ul li {
  padding-left: 24px;
}
#main .main-content .broadside .broadside-content ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #aaaaaa;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 2px;
}
#main .main-content .broadside .broadside-content ul li:hover::after {
  background: #f44a49;
}
#main .main-content .broadside .broadside-content li:hover a {
  color: #f44a49;
}
