:root {
  --theme: #FF8500
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration-line: none;
}

body {
  background: #ffffff;
  min-width: 1200px;
}

image {
  vertical-align: middle;
}

.container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.left {
  width: 886px;
}

.banner {
  width: 100%;
}

.right_content_box {
  width: 270px;
  margin-top: 42px;
}

.quickly_nav {
  width: 270px;
  background: rgb(239, 239, 239);
  padding: 20px;
  box-sizing: border-box;
}

.quickly_nav-title {
  font-size: 14px;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}

.quickly_nav-box {
  line-height: 2;
}

.quickly_nav-box li {
  line-height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.quickly_nav-box li img {
  width: 20px;
}

.quickly_nav-box li a {
  line-height: 40px;
}

.quickly_nav-box li.active {
  background: #FF8500;
  transition: all 0.1s ease-in-out;
}

.quickly_nav-box li.active a {
  color: #fff !important;
}

.title_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

.title {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  position: relative;
  padding-left: 14px;
  font-weight: normal;
}

.title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  background: #FF8500;
  left: 0;
}

.article {
  font-size: 14px;
  color: #333;
  margin-top: 30px !important;
  line-height: 24px;
  color: #776e6e;
  text-indent: 2em;
}

.article a {
  color: #FF8500;
}

.more {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.more:hover {
  color: #FF8500;
}

.server_rent {
  padding: 20px 0;
}

.server_rent ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.server_rent ul li {
  width: 50%;
  display: flex;
  margin-bottom: 20px;
}

.server_rent ul li .left_box {
  width: 170px;
  height: 190px;
  border: 1px solid #eee;
  position: relative;
}

.server_rent ul li .left_box .hotimg {
  position: absolute;
  left: 0;
  top: 0;
  background: #FF1818;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}

.server_rent ul li .left_box img {
  width: 100%;
  height: 100%;
}

.server_rent ul li .left_box .righticon {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
}

.server_rent ul li .right_box {
  width: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  justify-content: space-between;
}

.server_rent ul li .right_box span {
  font-size: 14px;
  color: #666666;
}

.server_rent ul li .right_box div {
  display: flex;
  width: 100%;
}

.server_rent ul li .right_box a {
  width: 100px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  border-radius: 5px;
  font-size: 14px;
}

/* .server_rent ul li .right_box a:hover { */

/* color: #fff;
} */

.check_detail {
  border: 1px solid #FF8500;
  background: #FF8500;
  color: #fff;
  border-radius: 5px;
}

.check_detail:hover {
  color: #fff;
}

.zixun_now {
  border: 1px solid #FF8500;
  color: #FF8500;
  margin-right: 0;
}

.zixun_now:hover {
  color: #FF8500;
}

.server_rent ul li .right_box .right_box-title {
  font-size: 18px;
  color: #333;
}

/* 服务器租用 */

.server_deposite {
  margin-top: 20px;
}

.server_deposite ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.server_deposite ul li {
  width: 32%;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.server_deposite ul li img {
  width: 80%;
  margin-top: 20px;
}

.name {
  color: #333;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}

.name::after {
  position: absolute;
  width: 80px;
  height: 1px;
  content: "";
  bottom: -10px;
  background: #FF8500;
  left: 50%;
  transform: translateX(-50%);
}

.server_deposite ul li span {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

.server_deposite ul li a {
  width: 100px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  font-size: 14px;
}

.server_deposite ul li a.zixun_now {
  margin-right: 0;
  border-radius: 5px;
}

table {
  width: 100%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 30px;
  box-sizing: border-box;
  display: block;
  margin-bottom: 20px;
}

thead {
  width: 100%;
  display: block;
}

tbody {
  width: 100%;
  display: block;
}

tr {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
}

thead tr {
  background: #FFF3E5;
  border-bottom: 1px solid #FFE6CC;
}

tbody tr {
  border-bottom: 1px dashed #eee;
}

tr th {
  width: 16.7%;
  display: block;
  font-size: 16px;
  text-align: center;
}

tr td {
  width: 16.7%;
  display: block;
  text-align: center;
  color: #333;
  font-size: 14px;
}

.now_zixun {
  background: #FF8500;
  width: 100px;
  height: 30px;
  border-radius: 5px;
  text-decoration-line: none;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
}

.now_zixun:hover {
  color: #fff;
}

/* 随机标签 */

.tags_box {
  width: 270px;
  background: rgb(239, 239, 239);
  margin-top: 20px;
}

.tags_title {
  background: #FF8500;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tag_ul {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}

.tag_ul li {
  background: #fff;
  margin-right: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #666;
  cursor: pointer;
  border-radius: 5px;
  font-size: 12px;
}

.tag_ul li:hover {
  color: #FF8500;
}

/* 热门标签 */

.hotTags {
  font-size: 14px;
  /* margin-top: 20px; */
}

.hotTags:nth-of-type(1) {
  margin-top: 0;
}

.hotTags>div {
  float: left;
  box-sizing: border-box;
  background: #FFEDD9;
  padding: 7px 11px;
  margin-right: 15px;
  cursor: pointer;
  color: #666;
}

.hotTags img {
  width: 16px;
  height: 20px;
  float: left;
  clear: left;
  overflow: hidden;
  vertical-align: bottom;
}

.hotTags>div:nth-of-type(1) {
  background: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-right: 10px;
}

.hotTags>div:nth-of-type(2) {
  background: none;
  font-weight: bold;
  padding: 7px 0;
  color: #666666;
  margin-right: 24px;
}

.clearfix:after {
  content: "";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.oneline {
  width: 100%;
  height: 1px;
  background: #F5F5F5;
  margin-top: 10px;
}

/* 面包屑 */

.breadcrumb {
  width: 886px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 7px;
  line-height: 1;
  margin-top: 5px;
}

.breadcrumb a:hover {
  color: #FF8500;
}