body {
  background-color: #14161A;
}

.header {
  background-color: #14161A;
  border-color: #333;
}

.header .menu ul li a {
  color: #FFFFFF;
}

.header .menu ul li a:hover {
  color: #F0BF7B;
}

.header .menu ul li a.active:after {
  background-color: #F0BF7B;
}

.header .server-phone .iconfont {
  color: #F0BF7B;
}

.header .server-phone .server1 {
  color: #fff;
}

.header .server-phone .server2 {
  color: #F0BF7B;
}

#banner_inside {
  height: 390px;
}

#banner_inside .banner_wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 160px;
}

#banner_inside .banner_box {
  width: 400px;
  margin-left: 300px;
  text-align: left;
}

#banner_inside .banner_title {
  font-size: 66px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  background: linear-gradient(-75deg, #E8A64C 0%, #FEE7C7 100%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 90px;
  position: relative;
  z-index: 1;
}

#banner_inside .banner_title1 {
  font-size: 66px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333;
  line-height: 90px;
  text-shadow: 5px 5px 5px #5D3D10;
  transform: translateY(-90px);
}


#banner_inside .banner_desc {
  font-size: 16px;
  color: #E8A64C;
  line-height: 20px;
  position: relative;
  top: -50px;
}


#banner_inside .banner_desc::before {
  position: absolute;
  content: '';
  width: 90px;
  height: 1px;
  background: #F9DEB9;
  top: -20px;
}

#banner_inside .banner_form {
  width: 400px;
  height: 190px;
  background: #E3D7C7;
  border-radius: 4px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 110px;
  box-sizing: border-box;
}

#banner_inside .banner_form .user_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#banner_inside .banner_form .user_logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 24px;
}

#banner_inside .banner_form .vip_sign {
  position: absolute;
  bottom: -5px;
  right: 25px;
}

#banner_inside .banner_form .user_vip {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}

#banner_inside .banner_form .vip_desc {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

#banner_inside .banner_form .form_btn {
  height: 50px;
  background: linear-gradient(0deg, #E7B877 0%, #E89B31 100%);
  border-radius: 4px;
  font-size: 18px;
  color: #754411;
  line-height: 50px;
  text-align: center;
  margin-top: 35px;
  cursor: pointer;
  transition: all .3s;
  position: relative;
  display: block;
  box-shadow: 0px 4px 6px 0px rgba(165, 105, 45, 0.54);
}

#banner_inside .banner_form .form_btn::before,
#banner_inside .banner_form .form_btn::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 2px 2px #fff;
}

#banner_inside .banner_form .form_btn::before {
  left: 110px;
  top: 15px;
}

#banner_inside .banner_form .form_btn::after {
  right: 80px;
  top: 35px;
}

#banner_inside .banner_form .form_btn:hover {
  background: linear-gradient(180deg, #eeb241 0%, #edc88c 100%);
}

#banner_inside .banner_form .form_btn_vip {
  height: 50px;
  border: 1px solid;
  border-image: linear-gradient(0deg, #E7B673, #E89C33) 10 10;
  border-radius: 4px;
  font-size: 18px;
  color: #754411;
  line-height: 50px;
  text-align: center;
  margin-top: 35px;
}

#content {
  width: 1200px;
  margin: 0 auto;
}

#content .title {
  font-size: 34px;
  font-weight: bold;
  color: #DEB173;
  background: linear-gradient(-75deg, #E8A64C 0%, #FEE7C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 70px 0;
}

#content .title::after {
  position: absolute;
  bottom: -10px;
  content: '';
  width: 396px;
  height: 1px;
  background: #DEB173;
}

#content .title span {
  margin: 0 20px;
}

.privilege .privilege_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.privilege .privilege_item {
  width: 285px;
  height: 150px;
  background: #2A2B2E;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.privilege .privilege_item:hover{
  background-color: #313237;
}

.privilege .privilege_item .privilege_img {
  margin-right: 15px;
}

.privilege .privilege_item .privilege_name {
  font-size: 18px;
  color: #E9AA53;
  line-height: 20px;
}

.privilege .privilege_item .privilege_desc {
  font-size: 14px;
  color: #7A746F;
  line-height: 22px;
  margin-top: 10px;
}

.privilege .privilege_shadow {
  width: 127px;
  height: 150px;
  background-image: linear-gradient(to right, #2A2B2E, #14161A);
  border-radius: 4px;
}

.privilege .privilege_box .privilege_shadow:first-child {
  background-image: linear-gradient(to left, #2A2B2E, #14161A);

}


.service .service_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.service .service_box .service_item {
  width: 400px;
  box-sizing: border-box;
  height: 210px;
}

.service .service_box .service_item:nth-child(2),
.service .service_box .service_item:nth-child(4),
.service .service_box .service_item:nth-child(6) {
  padding: 40px;
  background-color: #2A2B2E;
  color: #E9AA54;
}

.service .service_box .service_item:nth-child(2):hover,
.service .service_box .service_item:nth-child(4):hover,
.service .service_box .service_item:nth-child(6):hover {
  background-color: #B28446;
  color: #fff;
}

.service .service_box .service_item .service_name {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.service .service_box .service_item .service_desc {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
}

.service .service_box .service_item img {
  width: 100%;
  height: 100%;
}

footer .footer_nav {
  background-color: #14161A;
}

footer .footer_nav .nav_flex .menu {
  border-image: linear-gradient(to left, #14161A, #333) 1 10;
}

.copyright {
  background-color: #14161A;
}
