* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.w-c-960 {
  width: 960px;
  margin: 0 auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.mb-25 {
  margin-bottom: 25px;
}
body {
  background-color: #07090c;
  width: 100%;
  min-height: 100vh;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.excelent {
  color: #19ff7f;
}
.normal {
  color: #ffffff;
}
.socket {
  color: #b266ff;
}
.ancient {
  color: #46b8f3;
}
.special {
  color: #ffcc19;
}
.archangel {
  color: #ff19ff;
}
#alert-bar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: whitesmoke;
  background: #9b0223;
  text-align: center;
  font-size: 14px;
}
header {
  width: 100%;
  height: 650px;
  background-color: #000000;
  background-image: url('image/header.png');
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #17191e;
}
header #top-bar {
  width: 100%;
  height: 100px;
  border-bottom: 1px #1a1a1a solid;
  background-color: rgba(11, 11, 11, 0.8);
}
header #top-bar .logo {
  line-height: 100px;
  padding-left: 10px;
}
header #top-bar .logo a {
  color: #cba56f;
  float: left;
  font-size: 32px;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  text-decoration: none;
  padding: 0px 5px;
}
header #top-bar nav {
  float: left;
  margin-left: 30px;
  line-height: 100px;
}
header #top-bar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
header #top-bar nav li {
  float: left;
}
header #top-bar nav li a,
header #top-bar nav .dropbtn {
  display: inline-block;
  color: whitesmoke;
  text-align: center;
  padding: 0px 20px;
  text-decoration: none;
}
header #top-bar nav li a:hover,
header #top-bar nav .dropdown:hover .dropbtn {
  background: #000000;
}
header #top-bar nav li.dropdown {
  display: inline-block;
}
header #top-bar nav .arrow {
  width: 14px;
  margin-left: 4px;
}
header #top-bar nav .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(32, 31, 36, 0.8);
  min-width: 160px;
  z-index: 1;
  border-bottom: 1px #46474c solid;
}
header #top-bar nav .dropdown-content a {
  line-height: 60px;
  color: whitesmoke;
  text-decoration: none;
  display: block;
  text-align: left;
}
header #top-bar nav .dropdown-content a:hover {
  background: #000000;
}
header #top-bar nav .dropdown:hover .dropdown-content {
  display: block;
}
header #top-bar #account-top-bar {
  float: right;
  margin-right: 15px;
}
header #top-bar #account-top-bar .button-login {
  height: 100px;
  background: none;
  display: inline-block;
  text-align: center;
  padding: 2px 20px 0px 20px;
  color: whitesmoke;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
header #top-bar #account-top-bar .button-login img {
  width: 32px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
header #top-bar #account-top-bar .button-login:hover {
  background-color: #000000;
}
header #main-logo {
  margin: 0 auto;
  margin-top: 150px;
  text-align: center;
}
header #main-logo .logo {
  font-family: 'Cinzel Decorative', cursive;
  color: whitesmoke;
  font-size: 86px;
  font-weight: 700;
  text-shadow: 1px 1px 2px black, 0 0 1em #273d3f, 0 0 0.2em #273d3f;
}
header #main-logo .description {
  color: whitesmoke;
  font-size: 16px;
  text-shadow: 1px 1px 2px black, 0 0 1em #273d3f, 0 0 0.2em #273d3f;
}
#main-bar {
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 70px;
  height: 120px;
  width: 540px;
}
#main-bar .bar {
  width: 100%;
  height: 120px;
  background-color: #0b0c10;
  border-radius: 2px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  border-radius: 5px;
  border: 1px solid #17191e;
}
#main-bar .bar img {
  margin-left: -65px;
  margin-top: -75px;
  float: left;
}
#main-bar .bar .item {
  margin-top: 30px;
  height: 60px;
  float: left;
  width: 200px;
  color: #c8c8c8;
  text-align: center;
}
#main-bar .bar .item p {
  line-height: 30px;
}
#main-bar .bar .item span {
  margin-left: 5px;
}
#main-bar .bar .item a {
  font-size: 14px;
  color: #5f6060;
}
#main-bar .bar .item a:hover {
  color: #515253;
}
#main-bar .bar .online {
  color: #167318;
}
#main-bar .bar .online-count {
  color: whitesmoke;
}
#main-bar .bar .server-status {
  line-height: 60px;
  border-right: 1pt solid #17191e;
}
#main {
  overflow: auto;
}
#main .left {
  width: 630px;
  float: left;
  margin-right: 20px;
}
#main .right {
  width: 310px;
  float: left;
}
#main .bar {
  padding: 25px;
  width: 100%;
  background-color: #0b0c10;
  border-radius: 2px;
  margin-bottom: 20px;
  min-height: 80px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #17191e;
}
#main .bar img {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#main .bar h2 {
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
  color: #cba56f;
}
#main .bar table {
  width: 100%;
  border-collapse: collapse;
}
#main .bar table tr {
  width: 100%;
  border-bottom: 1pt solid #17191e;
}
#main .bar table tr td {
  padding: 10px 0px;
  color: #c8c8c8;
}
#main .bar table tr .online {
  color: #167318;
  font-size: 12px;
}
#main .bar table tr .offline {
  color: #9b0223;
  font-size: 12px;
}
#main .bar .links {
  padding: 20px 0px 0px 0px;
  width: 100%;
  text-align: center;
}
#main .bar .links a {
  display: block;
  padding: 4px 0px;
  font-size: 14px;
  color: #5f6060;
}
#main .bar .links a:hover {
  color: #515253;
}
#main .bar .dark {
  color: #515253;
}
#main .bar .sm {
  font-size: 12px;
}
#main .bar .character {
  width: 30px;
}
#main .bar .rank {
  width: 20px;
}
#main .bar form {
  width: 100%;
}
#main .bar form input[type='text'],
#main .bar form input[type='password'] {
  width: 100%;
  padding: 8px 6px;
  margin-bottom: 6px;
  margin-top: 6px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #17191e;
  background-color: #15161b;
}
#main .bar form input[type='submit'] {
  margin-top: 25px;
  width: 100%;
  padding: 12px 6px;
  margin-bottom: 6px;
  background-color: #bd8950;
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #9c6528;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
#main .bar form input[type='submit']:hover {
  background-color: #a87339;
}
#main .bar form label {
  width: 100%;
  font-size: 14px;
  color: #5f6060;
  padding-bottom: 10px;
}
#main .bar .login {
  width: 100%;
  text-align: center;
}
#main .news {
  width: 100%;
  background-color: #0b0c10;
  border-radius: 2px;
  margin-bottom: 20px;
  border: 1px #090909 solid;
  min-height: 80px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #17191e;
}
#main .news .main-item {
  width: 100%;
  height: 300px;
  background-image: url('image/news1.png');
  background-repeat: no-repeat;
  border-bottom: 1px #17191e solid;
}
#main .news .main-item .text {
  padding: 50px 0px 0px 25px;
  width: 70%;
  float: left;
}
#main .news .main-item .text h2 {
  margin-bottom: 35px;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  font-size: 18px;
  color: #cba56f;
}
#main .news .main-item .text p {
  padding-left: 20px;
  color: whitesmoke;
  margin-bottom: 45px;
  line-height: 26px;
}
#main .news .main-item .text a {
  padding: 8px 16px;
  background-color: #bd8950;
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #9c6528;
  margin-bottom: 30px;
  text-decoration: none;
  font-size: 14px;
}
#main .news .main-item .text a:hover {
  background-color: #a87339;
}
#main .news .main-item .datetime {
  float: right;
  margin: 25px 25px 0px 0px;
  border: 1px #17191e solid;
  border-radius: 5px;
  background-color: rgba(11, 11, 11, 0.8);
  padding: 25px;
  color: #c8c8c8;
  text-align: center;
}
#main .news .main-item .datetime .date {
  margin-bottom: 4px;
}
#main .news .main-item .datetime .time {
  font-size: 12px;
}
#main .news .item {
  padding: 0px 25px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px #17191e solid;
}
#main .news .item a {
  width: 80%;
  font-size: 16px;
  color: whitesmoke;
  float: left;
  text-decoration: none;
}
#main .news .item a:hover {
  text-decoration: underline;
}
#main .news .item .datetime {
  text-align: right;
  width: 20%;
  float: right;
  font-size: 14px;
  color: #c8c8c8;
}
#main .news .links {
  padding: 15px 25px;
  width: 100%;
  text-align: center;
}
#main .news .links a {
  display: inline-block;
  font-size: 14px;
  color: #5f6060;
  padding: 8px 0px;
}
#main .news .links a:hover {
  color: #515253;
}
#main .castlesiege {
  width: 100%;
  height: 350px;
  background-image: url('image/castlesiege.png');
  border-radius: 2px;
  margin-bottom: 20px;
  border: 1px #090909 solid;
  min-height: 80px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #17191e;
  padding: 40px 25px 50px 25px;
}
#main .castlesiege .text {
  width: 100%;
  text-align: center;
  padding: 30px 0px;
}
#main .castlesiege .text h2 {
  margin-bottom: 25px;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  font-size: 24px;
  color: #cba56f;
}
#main .castlesiege .text .cs-datetime {
  margin: 0 auto;
  padding: 20px 0px;
  margin-top: 20px;
  width: 150px;
  border: 1px #17191e solid;
  border-radius: 5px;
  background-color: rgba(11, 11, 11, 0.8);
  color: #c8c8c8;
  text-align: center;
}
#main .shop {
  width: 100%;
  border-radius: 2px;
  margin-bottom: 20px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  color: whitesmoke;
  border-radius: 5px;
  border: 1px solid #17191e;
  background-color: #0c0e12;
  background-image: url("image/marketplace.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
#main .shop .shop-header {
  width: 100%;
  padding: 25px;
}
#main .shop .shop-header h2 {
  padding: 25px 0px 0px 0px;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  font-size: 24px;
  color: #cba56f;
}
#main .shop .shop-header p {
  color: #5f6060;
  font-size: 12px;
}
#main .shop .items {
  padding: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#main .shop .items .item {
  width: 50%;
  margin-bottom: 25px;
}
#main .shop .items .item .image {
  background-color: #0c0e12;
  width: 80px;
  height: 80px;
  border: 1px solid #17191e;
  border-radius: 5px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  padding: 10px;
  position: relative;
  float: left;
  margin-right: 15px;
}
#main .shop .items .item .image img {
  max-width: calc(100% - 20px);
  max-height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main .shop .items .item .text {
  float: left;
  width: calc(100% - 95px);
  padding-right: 15px;
}
#main .shop .items .item .text .name {
  font-size: 14px;
  padding: 5px 0px;
}
#main .shop .items .item .text .price .price-item {
  border: 1px solid #17191e;
  border-radius: 5px;
  box-shadow: inset #0e0f13 0px 0px 40px -2px;
  float: left;
  margin-right: 2px;
  padding: 3px 6px;
  font-size: 16px;
}
#main .shop .items .item .text .price .price-item .quantity {
  float: left;
  margin-right: 2px;
}
#main .shop .items .item .text .price .price-item .price-image {
  float: left;
}
#main .shop .items .item .text .price .price-item .price-image img {
  max-height: 20px;
}
#main .shop .links {
  clear: both;
  border-top: 1px solid #17191e;
  padding: 20px 0px 20px 0px;
  width: 100%;
  text-align: center;
}
#main .shop .links a {
  display: block;
  padding: 4px 0px;
  font-size: 14px;
  color: #5f6060;
}
#main .shop .links a:hover {
  color: #515253;
}
footer {
  clear: both;
  width: 100%;
  min-height: 360px;
  margin-top: 35px;
  background-color: #030405;
  border-top: 1px solid #17191e;
}
footer .menu {
  padding: 0px 25px 0px 0px;
  overflow: auto;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .menu .logo {
  width: 40%;
  text-align: center;
}
footer .menu .logo a {
  color: #cba56f;
  font-size: 72px;
  font-family: 'Cinzel Decorative', cursive;
  font-weight: 700;
  text-decoration: none;
  padding: 0px 5px;
  text-shadow: 1px 1px 2px black, 0 0 1em #362002, 0 0 0.2em #362002;
}
footer .menu .menu-block {
  width: 20%;
  text-align: left;
}
footer .menu .menu-block a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #5f6060;
  text-decoration: none;
}
footer .menu .menu-block a:hover {
  color: #515253;
  text-decoration: underline;
}
footer .bottom-bar {
  width: 100%;
  height: 60px;
  border-top: 1px solid #17191e;
  line-height: 60px;
  color: #5f6060;
  text-align: center;
  background: #07090c;
}
footer .bottom-bar a {
  font-size: 14px;
  color: #5f6060;
}
footer .bottom-bar a:hover {
  color: #515253;
}
