.button {
  display: inline-block;
  color: #fff;
  background: #409EFF;
  padding: 6px 18px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #409EFF;
  border-radius: 3px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.button:hover {
  background: #30abfd;
}

.tag {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
  padding: 10px;
  margin: 0 5px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.tag:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
}

.underline {
  width: 80px;
  margin: 1rem auto;
  border-bottom: 3px solid #67C23A;
}

h3 {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  padding-top: 2rem;
}

.link {
  background: transparent !important;
  text-decoration: none;
  color: #409EFF;
  cursor: pointer;
}

.table {
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  margin: 12rem auto;
}

.table thead td {
  background: #cce8eb;
}

.table tr td, .table tr th {
  border: 1px solid #cad9ea;
  color: #333;
  height: 30px;
  padding: 0 6px;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.table tr:nth-child(even) {
  background: #f6fafa;
}

html {
  overflow-y: auto;
  scrollbar-color: #999999 #f5f5f5;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background-color: #999999;
  background-image: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #dd5e89;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: 'Consolas', 'Microsoft Yahei';
  letter-spacing: .05em;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 80%;
  }
}

.button {
  display: inline-block;
  color: #fff;
  background: #409EFF;
  padding: 6px 18px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #409EFF;
  border-radius: 3px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.button:hover {
  background: #30abfd;
}

.tag {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
  padding: 10px;
  margin: 0 5px;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.tag:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 5px 10px;
}

.underline {
  width: 80px;
  margin: 1rem auto;
  border-bottom: 3px solid #67C23A;
}

h3 {
  font-size: 30px;
  font-weight: normal;
  color: #333;
  padding-top: 2rem;
}

.link {
  background: transparent !important;
  text-decoration: none;
  color: #409EFF;
  cursor: pointer;
}

.table {
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  margin: 12rem auto;
}

.table thead td {
  background: #cce8eb;
}

.table tr td, .table tr th {
  border: 1px solid #cad9ea;
  color: #333;
  height: 30px;
  padding: 0 6px;
}

.table tr:nth-child(odd) {
  background: #fff;
}

.table tr:nth-child(even) {
  background: #f6fafa;
}

html {
  overflow-y: auto;
  scrollbar-color: #999999 #f5f5f5;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
  background-color: #999999;
  background-image: none;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #dd5e89;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: 'Consolas', 'Microsoft Yahei';
  letter-spacing: .05em;
}

@media screen and (max-width: 1023px) {
  html {
    font-size: 80%;
  }
}

#nav .menu li a::after, #nav .nav-topbar li a::after {
  content: '';
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: width .2s;
  transition: width .2s;
}

#nav .menu li a:hover::after, #nav .nav-topbar li a:hover::after {
  left: 0;
  width: 100%;
}

#nav {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
}

#nav .menu {
  list-style: none;
  margin: 0 3rem;
  padding: 3rem 0;
}

#nav .menu li {
  display: inline-block;
  margin-right: 1rem;
}

#nav .menu li a {
  color: #fff;
  text-decoration: none;
  padding: 6px 18px;
  position: relative;
}

#nav .nav-topbar {
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
  width: 100%;
  height: 26px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 2px 5px;
}

#nav .nav-topbar li {
  display: inline-block;
  margin-right: 1rem;
}

#nav .nav-topbar li a {
  color: #333;
  text-decoration: none;
  padding: 6px 18px;
  position: relative;
}

#nav .nav-topbar li a::after {
  background: #70c000 !important;
}

@media screen and (max-width: 1023px) {
  #nav {
    display: none;
  }
}

#wrapper {
  background: url("../img/background/default.jpg") no-repeat;
  background-attachment: fixed;
  height: 100%;
}

#wrapper h3 {
  text-align: center;
}

#wrapper #content {
  background: inherit;
  z-index: -1;
  height: 100%;
}

#wrapper #content #title {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  color: #fff;
}

#wrapper #content #title #title-info {
  padding-top: 40vh;
}

#wrapper #content #title #title-info h1, #wrapper #content #title #title-info h2 {
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  #wrapper #content #title #title-info h1 {
    font-size: 58px;
  }
  #wrapper #content #title #title-info h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1023px) {
  #wrapper #content #title #title-info {
    padding: 0;
    width: 2em;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #wrapper #content #title #title-info h1 {
    font-size: 2em;
  }
  #wrapper #content #title #title-info h2 {
    display: none;
  }
}

#wrapper #content #title #tags {
  width: 100%;
  margin-top: 50px;
}

#wrapper #content #title #tags div {
  display: inline-block;
  text-align: center;
  padding: 12px 16px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#wrapper #content #title #tags div img {
  width: 16px;
  height: 16px;
}

#wrapper #content #title #tags div a {
  line-height: 0;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  #wrapper #content #title #tags div::before {
    --size: 0;
    content: "";
    position: absolute;
    width: var(--size);
    height: var(--size);
    left: var(--x);
    top: var(--y);
    background: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.7), transparent);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width .2s ease, height .25s ease;
    transition: width .2s ease, height .25s ease;
  }
  #wrapper #content #title #tags div:hover::before {
    --size: 600px;
  }
}

@media screen and (max-width: 1023px) {
  #wrapper #content #title #tags div:hover {
    -webkit-transition: all .25s;
    transition: all .25s;
    background: rgba(255, 255, 255, 0.9);
  }
}

@media screen and (max-width: 1023px) {
  #wrapper #content #title #tags {
    position: absolute;
    bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  #wrapper #content #title {
    height: 90%;
  }
}

#wrapper #content #title #title-down {
  left: 50%;
  width: 20px;
  height: 20px;
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  margin: 0 0 0 -10px;
  bottom: 35px;
  cursor: pointer;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all, .25s;
  transition: all, .25s;
}

#wrapper #content #title #title-down:hover {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
}

@media screen and (max-width: 1023px) {
  #wrapper #content #title #title-down {
    display: none;
  }
}

#wrapper #content #works {
  width: 100%;
  height: auto;
  position: relative;
  background: #fff;
}

#wrapper #content #works #apps {
  position: relative;
  margin-top: 50px;
  width: 80%;
  margin: 0 auto;
}

#wrapper #content #works #apps span {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 250px;
  background: #f3f3f3;
  -webkit-box-shadow: rgba(0, 0, 0, 0.03) 0 5px 10px;
          box-shadow: rgba(0, 0, 0, 0.03) 0 5px 10px;
  cursor: pointer;
  -webkit-transition: all .25s;
  transition: all .25s;
}

#wrapper #content #works #apps span img {
  position: absolute;
  width: 100%;
  height: 155px;
}

#wrapper #content #works #apps span .apps-info {
  padding-top: 165px;
  padding-left: 20px;
}

#wrapper #content #works #apps span .apps-info p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

#wrapper #content #works #apps span .apps-info .apps-info-1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 0;
}

#wrapper #content #works #apps span .apps-info .apps-info-2 {
  font-size: small;
  line-height: 10px;
  white-space: nowrap;
}

#wrapper #content #works #apps span .apps-info .apps-info-3 {
  font-size: 11px;
  line-height: 15px;
  color: rgba(0, 0, 0, 0.5);
}

#wrapper #content #works #apps span:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 30px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 10px 30px;
}

@media screen and (min-width: 1024px) {
  #wrapper #content #works #apps span {
    margin: 0 15px 30px 15px;
  }
}

@media screen and (max-width: 1023px) {
  #wrapper #content #works #apps span {
    display: block;
    margin: 15px auto;
  }
}

@media screen and (max-width: 1023px) {
  #wrapper #content #works #apps {
    width: 100%;
  }
}

#wrapper #content #news {
  width: 100%;
  min-height: 80%;
  background: #f3f3f3;
  position: relative;
}

#wrapper #content #news #news-post {
  padding-bottom: 2.5rem;
}

#wrapper #content #news #news-post div {
  width: 60%;
  margin: 1.5rem auto;
  border: 3px solid #fff;
  border-radius: 3px;
  -webkit-transition: all, .2s;
  transition: all, .2s;
}

#wrapper #content #news #news-post div a {
  width: 100%;
  background: #f3f3f3;
  font-weight: bold;
  padding-left: 6px;
}

#wrapper #content #news #news-post div p {
  background: #fff;
  padding: 6px;
}

#wrapper #content #news #news-post div:hover {
  -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  #wrapper #content #news #news-post {
    padding-bottom: 3.5rem;
  }
  #wrapper #content #news #news-post div {
    width: 90%;
  }
}

#wrapper #content #news #news-page {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 16px;
}

#wrapper #content #news #news-page a {
  margin: 2px;
}

#wrapper #content #news #news-page #news-pages {
  display: inline-block;
}

#wrapper #content #deal {
  background: #fff;
  width: 100%;
  height: 30%;
}

#wrapper #content #deal #deal-content {
  background: #f3f3f3;
  width: 95%;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  margin: 0 auto;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #999999 #f5f5f5;
  scrollbar-width: thin;
}

#wrapper #content #deal #deal-content span {
  display: inline-block;
  padding: 20px 80px;
  text-align: left;
  vertical-align: top;
}

#wrapper #content #deal #deal-content span p {
  font-weight: bold;
  font-size: 18px;
}

#wrapper #content #deal #deal-content span a {
  font-size: small;
}

#wrapper #content #about {
  padding: 2rem 0;
  height: 5rem;
  text-align: center;
  background: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

#wrapper #content #about span {
  margin: 20px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 60px;
  text-align: left;
  color: #fff;
}

#wrapper #content #about span p {
  font-weight: bold;
}

#wrapper #content #about span a {
  text-decoration: none;
  color: #fff;
  display: block;
}

@media screen and (max-width: 1023px) {
  #wrapper #content #about span:nth-of-type(1),
  #wrapper #content #about span:nth-of-type(2) {
    display: none;
  }
  #wrapper #content #about span:nth-of-type(3) {
    text-align: center;
  }
  #wrapper #content #about span:nth-of-type(3) a {
    display: none;
  }
}
