/*锚点*/
.vip-anchor {
  position: relative;
  top: -100px;
}
* {
  box-sizing: border-box;
}
.bg-gray {
  background-color: #f5f7f8;
}
/* banner */
.vip-banner {
  height: 500px;
  background: #080d26 url(./img/fangzhapian/banner.jpg?v=2) no-repeat center;
  background-size: cover;
  /*margin-top: 70px;*/
}
.vip-banner-main {
  padding-top: 100px;
}
.banner-title {
  font-size: 40px;
  color: #fff;
}
.banner-sub-text {
  width: 550px;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2em;
  color: #fff;
}
.banner-btn {
  display: block;
  margin-top: 40px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
.banner-btn:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #333333;
}
/* TabControl */
.tab-control {
  height: 100px;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #333;
}
.tab-control ul {
  width: 100%;
}
.tab-control li {
  display: list-item;
  float: left;
  width: 25%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
}
.tab-control li.active {
  border-bottom: 3px solid #00aaff;
}
.nav-show {
  position: fixed;
  left: 0;
  top: 70px;
  width: 100%;
  background: #fff;
  z-index: 999;
}
/* 公共 */
.control-title-box {
  padding: 110px 0 60px;
  text-align: center;
}
.control-title {
  height: 32px;
  font-size: 32px;
  color: #333;
}
.control-sub-text {
  margin-top: 25px;
  font-size: 14px;
  color: #999;
}
.module {
  padding-bottom: 80px;
}
.btn-box {
  margin-top: 40px;
  text-align: center;
}
.btn-box .btn {
  display: inline-block;
  margin-left: 40px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}
.btn-box .btn-01 {
  margin-left: 0;
  border: 1px solid #00aaff;
  color: #00aaff;
}
.btn-box .btn-01:hover,
.btn-box .btn-02 {
  border: 1px solid #00aaff;
  background-color: #00aaff;
  color: #fff;
}
.btn-box .btn-02:hover {
  border: 1px solid #0090d9;
  background-color: #0099e5;
}
/*  7*24小时服务支持 */
.service-list {
  width: 100%;
  text-align: center;
}
.service-list li {
  display: list-item;
  float: left;
  margin-left: 25px;
  padding-top: 180px;
  width: 383.3px;
  height: 273px;
  border: 1px solid #eee;
  background: no-repeat center 40px;
}
.service-list .service-item-1 {
  background-image: url(./img/fangzhapian/icon1.png);
}
.service-list .service-item-2 {
  background-image: url(./img/fangzhapian/icon2.png);
}
.service-list .service-item-3 {
  background-image: url(./img/fangzhapian/icon3.png);
}
.service-list li:first-child {
  margin-left: 0;
}
.service-list li:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.item-name {
  height: 18px;
  font-size: 18px;
  color: #333;
}
.item-sub-text {
  /* margin-top: 40px; */
  /* padding: 0 45px; */
  line-height: 25px;
  font-size: 14px;
  color: #999;
}
li.step-1 {
  padding-left: 0;
}
/* 安全防范 */
.safety-list {
  margin-left: -20px;
}
.safety-list .icon-safety {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(./img/fangzhapian/icon4.png) 0 no-repeat;
  margin-right: 15px;
  vertical-align: middle;
}
.safety-list li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #ff5500;
  text-align: center;
}
.safety-list li > div {
  background-color: #fff;
  padding: 22px 0;
  font-size: 14px;
}
.color-ff7f00 {
  color: #ff7f00;
}
.case-list {
  margin-left: -20px;
}
.case-list .icon-case {
  display: inline-block;
  width: 76px;
  height: 78px;
  margin-right: 30px;
  float: left;
}
.case-list .icon-case1 {
  background: url(./img/fangzhapian/icon5.png) 0 no-repeat;
}
.case-list .icon-case2 {
  background: url(./img/fangzhapian/icon6.png) 0 no-repeat;
}
.case-list .icon-case3 {
  background: url(./img/fangzhapian/icon7.png) 0 no-repeat;
}
.case-list .icon-case4 {
  background: url(./img/fangzhapian/icon8.png) 0 no-repeat;
}
.case-list li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding-left: 20px;
}
.case-list li .case-content {
  float: left;
  width: 422px;
}
.case-list li h3 {
  font-size: 18px;
  font-weight: normal;
}
.case-list li .desc {
  margin: 10px 0 25px;
  color: #999;
  line-height: 28px;
  height: 124px;
}
.case-list li p {
  line-height: 28px;
}
.case-list li > div {
  padding: 40px 30px;
  font-size: 14px;
  height: 337px;
  border: solid 1px #eeeeee;
}
.legal-list h3 {
  background-color: #00aaff;
  color: #fff;
  font-size: 18px;
  height: 100%;
  line-height: 60px;
  padding-left: 40px;
}
.legal-list li {
  margin-bottom: 20px;
}
.legal-list .legal-content {
  background-color: #fff;
  padding: 24px 40px;
  line-height: 28px;
  color: #666;
  font-size: 14px;
}
@media (max-width: 768px) {
.auto {
    min-width: 1px;
    padding: 25px;
}
.vip-banner,.tab-control,.nav-show {
    display: none;
}
.service-list li {
    margin-left: 0px;

}
.service-list li:nth-child(n+2) {
    margin-top: 60px;

}
.service-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.case-list li .case-content {

    width: 100%;
}
.case-list li .desc {
    height: 100%;

}

.case-list li > div {
    height: 100%;
}
div.server-banner {
    background-image: url(https://img.shiwaiyun.net/images/2023/03/27/bannerda3dba19f70f81d2.png);
}
.banner-describe {
    color: #fff;
}
.control-title-box {
    padding: 20px 0 60px;
    text-align: center;
}
.banner-describe {
    margin-top: 0rem;
 
}
.banner-title {
    font-size: 1.3rem;
}









}