/* 兼容背景 */
.c-compatible {
  display: none;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/about.png) no-repeat center center;
  background-size: cover;
  background-position-x: 16%;
}

/* 顶部banner */
#c-topBanner {
  background: url(../img/about.png) no-repeat center center;
  position: relative;
  text-align: center;
  color: #fff;
  /* height: 16rem;
  background-size: auto 120%;
  background-position-x: 16%;
  padding: 1.6rem;*/

  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#c-topBanner.c-dt {
  height: 5rem;
}

#c-topBanner .c-glass {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) url(../img/mbl.png) no-repeat center center;
  background-size: cover;
  opacity: 0.5;
}

#c-topBanner .c-textBox {
  position: relative;
  z-index: 10;
}

/**巨幕**/
.huge-screen {
  background: url(../img/about.png) no-repeat center center;
  background-size: auto 120%;
  background-position-x: 16%;
  width: 100%;
  height: 40%;
}

.huge-screen .c-textBox {
  z-index: 10;
  position: relative;
  line-height: 400%;
  width: 80%;
  margin: auto;
}
.huge-screen h1 {
  font-weight: bold;
  color: #fff;
  line-height: 150%;
}
.huge-screen p {
  font-weight: 300;
  color: #fff;
}

.website-section h2 {
  font-weight: bold;
  font-size: 55px;
  color: #27282a;
  margin: 0 0 55px;
  line-height: 80px;
}
.website-section p {
  font-size: 18px;
  color: #666;
  line-height: 2.5;
  margin: 0 0 100px;
}

.ad-section {
  padding: 60px;
}

.content {
  font-size: 20px;
  font-family: "PingFang SC";
  line-height: 40px;
  font-weight: normal;
  color: #000;
}

.content img {
  max-width: 100%;
  height: auto !important;
}

.content a {
  color: #428bca;
}

.tuijian-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
/* 文章产品的banner */

.thumbnail-image {
  height: 70%;
  overflow: hidden;
}
.thumbnail-image a > img,
.thumbnail-image > img {
  min-height: 100%;
  min-width: 100%;
}

/**推荐阅读**/
.c-list li {
  margin-bottom: 20px;
}

.c-list .c-wrap {
  display: block;
}

.c-list .c-img-box {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.c-list li.on .c-img-box {
  margin-bottom: 10px;
  height: 250px;
  max-height: 250px;
}

.c-list .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-list .c-img-box .c-more {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
}

.c-list .c-title2 {
  position: relative;
  display: inline;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  /* border-bottom: 1px solid transparent; */
}

.c-list li .c-title2 {
  border-color: #333;
  font-weight: normal;
}
.c-list li.on .c-title2 {
  border-color: #333;
  font-weight: bolder;
}

/**关于我们的客户品牌**/

.kehu_logos .c-list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

.kehu_logos .c-list li {
  width: 16.6666%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .kehu_logos .c-list li {
    width: 33.3%;
  }
}

.kehu_logos .c-list .c-wrap {
  background: #f8f9fa;
}

.kehu_logos .c-list img {
  width: 100%;
  height: 0.8rem;
  object-fit: cover;
  vertical-align: top;
}

/**关于我们的愿景**/

#c-values .c-list {
  margin: 0 -25px;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#c-values .c-list li {
  box-sizing: border-box;
  margin-bottom: 70px;
  width: 25%;
  padding: 0 25px;
}

#c-values .c-list .c-num {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #e73535;
  background: #f5f5f5;
}

#c-values .c-list .c-title {
  padding: 35px 0 15px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}

#c-values .c-list .c-text {
  font-size: 14px;
  color: #666;
  line-height: 2em;
}

@media (max-width: 767px) {
  #c-values .c-list li {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  #c-values .c-list li {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  #c-values .c-list li {
    width: 25%;
  }
}

/* 关于我们的流程 */

#c-process {
  background: #f5f5f5;
  clear: both;
  float: left;
  width: 100%;
}
#c-process .c-boxWrap {
  background: #f5f5f5;
}

#c-process .c-list li {
  box-sizing: border-box;
  width: 30%;
  float: left;
  margin-right: 3%;
  padding: 15px 30px;
  background: #fff;
  overflow: hidden;
  text-align: left;
}
#c-process .c-list .description {
  padding-left: 80px;
}

#c-process .c-list .c-num {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #e73535;
  background: #f5f5f5;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  #c-process .f-18 {
    font-size: 18px;
    font-weight: bolder;
  }
  #c-process .c-list li {
    width: 100%;
    margin-right: 0px;
  }
  #c-process .c-list .c-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (min-width: 992px) {
  #c-process .f-18 {
    font-weight: bolder;
  }
  #c-process .c-list li {
    width: 48%;
    margin-right: 2%;
  }
  #c-process .c-list .c-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media (min-width: 1200px) {
  #c-process .f-18 {
    font-size: 18px;
    font-weight: bolder;
  }
  #c-process .c-list li {
    width: 30%;
    margin-right: 3%;
  }
  #c-process .c-list .c-num {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

/**web站价格**/
#price-table {
  font-family: Arial, "PingFang";
  border: 1px solid #e1e1e1;
}
#price-table .r0 {
  color: #fff;
  line-height: 48px;
}
#price-table .r1 {
  color: #fff;
  line-height: 48px;
}
#price-table .title-0 {
  font-size: 36px;
  color: #000;
}
#price-table .title-1 {
  font-size: 30px;
  color: #bbb;
}
#price-table .o-price {
  opacity: 0.5;
}

#price-table .r0 span {
  padding: 0 5px;
}

#price-table .r0 .price-title {
  font-size: 48px;
  font-weight: 100;
  line-height: 96px;
}
#price-table .r0 .pack-price {
  font-size: 50px;
  line-height: 50px;
}
#price-table .r0 .pack-price .glyphicon-yen {
  font-size: 24px;
  top: -15px;
  font-weight: 100;
}

#price-table .r1 .glyphicon-yen {
  font-size: 12px;
  top: -5px;
  font-weight: 100;
}

#price-table .r1 .xu-price {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

#price-table .gaoduan-price {
  font-size: 50px;
  line-height: 50px;
}
#price-table .r0 .o-price {
  font-size: 18px;
  line-height: 36px;
  opacity: 0.5;
}
#price-table .qq_service {
  font-size: 26px;
  margin-top: 30px;
  color: #fff;
}
#price-table span {
  padding: 0 0px;
}

#price-table .fun-type {
  border: 1px solid #e1e1e1;
}
#price-table .fun-title {
  border: 1px solid #e1e1e1;
}

#price-table .pack-title {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}
#price-table .w25 {
  width: 25%;
}

#price-table .fun-row .fun-title {
  height: 60px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  border: 1px solid #e5e5e5;
}

#price-table .fun-row .fun-type {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  border: 1px solid #e5e5e5;
}
#price-table .fun-title td {
  line-height: 60px;
  font-size: 18px;
  color: #000;
  background-color: #e1e1e1;
}
#price-table .fun-row.i0 .fun-cell.i0 {
  background-color: #f8f5e7;
}
#price-table .fun-row.i0 .fun-cell.i1 {
  background-color: #f8ece7;
}
#price-table .fun-row.i0 .fun-cell.i2 {
  background-color: #ebf5f9;
}
#price-table .fun-row.i1 .fun-cell.i0 {
  background-color: #eeecdf;
}
#price-table .fun-row.i1 .fun-cell.i1 {
  background-color: #eee3df;
}
#price-table .fun-row.i1 .fun-cell.i2 {
  background-color: #e1ecf1;
}

#price-table .bg-greg {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
#price-table .bg-yellow {
  background-color: #ffc804;
  border-top: 1px solid #ffc804;
}
#price-table .bg-orange {
  background-color: #ff4300;
  border-top: 1px solid #ff4300;
}
#price-table .bg-blue {
  background-color: #00b3ff;
  border-top: 1px solid #00b3ff;
}
#price-table .price-name {
  padding: 50px 0 25px;
  text-align: center;
}
#price-table .fun-row {
  text-align: center;
}
#price-table .fun-title {
  text-align: center;
}
#price-table .boder-greg {
  border-top: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  #price-table {
    font-size: 14px;
  }
  #price-table .r0 {
    color: #fff;
    line-height: 30px;
  }
  #price-table .r1 {
    color: #fff;
    line-height: 30px;
    font-size: 12px;
  }
  #price-table .title-0 {
    font-size: 18px;
    color: #000;
    line-height: 48px;
    font-weight: bolder;
  }
  #price-table .title-1 {
    font-size: 18px;
    color: #bbb;
  }
  #price-table .o-price {
    opacity: 0.5;
  }
  #price-table .fun-title td {
    line-height: 30px;
    font-size: 14px;
  }

  #price-table .r0 span {
    padding: 0 5px;
  }

  #price-table .r0 .price-title {
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
  }

  #price-table .r0 .pack-price {
    font-size: 18px;
    line-height: 30px;
  }
  #price-table .r0 .pack-price .glyphicon-yen {
    font-size: 12px;
    top: -5px;
    font-weight: 100;
  }

  #price-table .r1 .glyphicon-yen {
    font-size: 12px;
    top: -5px;
    font-weight: 100;
  }

  #price-table .r1 .xu-price {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  #price-table .gaoduan-price {
    font-size: 14px;
    line-height: 24px;
  }
  #price-table .r0 .o-price {
    font-size: 12px;
    line-height: 22px;
    opacity: 0.5;
  }
  #price-table .qq_service {
    font-size: 20px;
    color: #fff;
  }
  #price-table .fun-row .fun-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  #price-table .r0 {
    color: #fff;
    line-height: 30px;
  }
  #price-table .r1 {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
  }
  #price-table .title-0 {
    font-size: 24px;
    color: #000;
  }
  #price-table .title-1 {
    font-size: 18px;
    color: #bbb;
  }
  #price-table .o-price {
    opacity: 0.5;
  }

  #price-table .r0 span {
    padding: 0 5px;
  }

  #price-table .r0 .price-title {
    font-size: 30px;
    font-weight: 100;
    line-height: 50px;
  }
  #price-table .r0 .pack-price {
    font-size: 30px;
    line-height: 30px;
  }
  #price-table .r0 .pack-price .glyphicon-yen {
    font-size: 12px;
    top: -15px;
    font-weight: 100;
  }

  #price-table .r1 .glyphicon-yen {
    font-size: 12px;
    top: -5px;
    font-weight: 100;
  }

  #price-table .r1 .xu-price {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }

  #price-table .gaoduan-price {
    font-size: 24px;
    line-height: 24px;
  }
  #price-table .r0 .o-price {
    font-size: 18px;
    line-height: 36px;
    opacity: 0.5;
  }
  #price-table .qq_service {
    font-size: 20px;
    color: #fff;
  }
}

/**微信小程序价格**/
#price-wechat {
  font-family: Arial, "PingFang";
  border: 1px solid #e1e1e1;
  font-size: 18px;
}
#price-wechat .r0 {
  color: #fff;
  line-height: 48px;
}
#price-wechat .r1 {
  color: #fff;
  line-height: 48px;
}
#price-wechat .title-0 {
  font-size: 36px;
  color: #000;
}
#price-wechat .title-1 {
  font-size: 30px;
  color: #bbb;
}
#price-wechat .o-price {
  opacity: 0.5;
}

#price-wechat .r0 span {
  padding: 0 5px;
}

#price-wechat .r0 .price-title {
  font-size: 48px;
  font-weight: 100;
  line-height: 96px;
}

#price-wechat .r0 .tips {
  font-size: 14px;
  font-weight: 100;
  line-height: 40px;
}
#price-wechat .r0 .pack-price {
  font-size: 50px;
  line-height: 50px;
}
#price-wechat .r0 .pack-price .glyphicon-yen {
  font-size: 24px;
  top: -15px;
  font-weight: 100;
}

#price-wechat .r1 .glyphicon-yen {
  font-size: 12px;
  top: -5px;
  font-weight: 100;
}

#price-wechat .r1 .xu-price {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
}

#price-wechat .gaoduan-price {
  font-size: 50px;
  line-height: 50px;
}
#price-wechat .r0 .o-price {
  font-size: 18px;
  line-height: 36px;
  opacity: 0.5;
}
#price-wechat .qq_service {
  font-size: 26px;
  margin-top: 30px;
  color: #fff;
}
#price-wechat span {
  padding: 0 0px;
}

#price-wechat .fun-type {
  border: 1px solid #e1e1e1;
}
#price-wechat .fun-title {
  border: 1px solid #e1e1e1;
}

#price-wechat .pack-title {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  text-align: center;
}
#price-wechat .w25 {
  width: 25%;
}

#price-wechat .fun-row .fun-title {
  height: 60px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  border: 1px solid #e5e5e5;
}

#price-wechat .fun-row .fun-type {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  border: 1px solid #e5e5e5;
}
#price-wechat .fun-title td {
  line-height: 60px;
  font-size: 18px;
  color: #000;
  background-color: #e1e1e1;
}
#price-wechat .fun-row.i0 .fun-cell.i0 {
  background-color: #f8f5e7;
}
#price-wechat .fun-row.i0 .fun-cell.i1 {
  background-color: #f8ece7;
}
#price-wechat .fun-row.i0 .fun-cell.i2 {
  background-color: #ebf5f9;
}
#price-wechat .fun-row.i0 .fun-cell.i3 {
  background-color: #f8f5e7;
}
#price-wechat .fun-row.i1 .fun-cell.i0 {
  background-color: #eeecdf;
}
#price-wechat .fun-row.i1 .fun-cell.i1 {
  background-color: #eee3df;
}
#price-wechat .fun-row.i1 .fun-cell.i2 {
  background-color: #e1ecf1;
}
#price-wechat .fun-row.i1 .fun-cell.i3 {
  background-color: #eeecdf;
}

#price-wechat .bg-greg {
  background-color: #fafafa;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}
#price-wechat .bg-yellow {
  background-color: #ffc804;
  border-top: 1px solid #ffc804;
}
#price-wechat .bg-orange {
  background-color: #ff4300;
  border-top: 1px solid #ff4300;
}
#price-wechat .bg-blue {
  background-color: #00b3ff;
  border-top: 1px solid #00b3ff;
}
#price-wechat .price-name {
  padding: 50px 0 25px;
  text-align: center;
}
#price-wechat .fun-row {
  text-align: center;
}
#price-wechat .fun-title {
  text-align: center;
}
#price-wechat .boder-greg {
  border-top: 1px solid #e1e1e1;
}

.wechat_youshi .thumbnail {
  padding: 20px 9px;
  border: none;
}
.wechat_youshi .thumbnail img {
  height: 100px;
}
.background-greg p {
  color: #999;
}

@media (min-width: 768px) {
  .wechat_youshi .thumbnail {
    height: 400px;
  }
}

.background-greg {
  position: relative;
  overflow: hidden;
  background: #27282a;
  color: #fff;
  padding-top: 50px;
}

@media (max-width: 767px) {
  #price-wechat {
    font-size: 14px;
  }
  #price-wechat .r0 {
    color: #fff;
    line-height: 30px;
  }
  #price-wechat .r1 {
    color: #fff;
    line-height: 30px;
    font-size: 12px;
  }
  #price-wechat .title-0 {
    font-size: 18px;
    color: #000;
    line-height: 48px;
    font-weight: bolder;
  }
  #price-wechat .title-1 {
    font-size: 18px;
    color: #bbb;
  }
  #price-wechat .o-price {
    opacity: 0.5;
  }
  #price-wechat .fun-title td {
    line-height: 30px;
    font-size: 14px;
  }

  #price-wechat .r0 span {
    padding: 0 5px;
  }

  #price-wechat .r0 .price-title {
    font-size: 14px;
    font-weight: 100;
    line-height: 22px;
  }
  #price-wechat .r0 .pack-price {
    font-size: 18px;
    line-height: 30px;
  }
  #price-wechat .r0 .pack-price .glyphicon-yen {
    font-size: 12px;
    top: -5px;
    font-weight: 100;
  }

  #price-wechat .r1 .glyphicon-yen {
    font-size: 12px;
    top: -5px;
    font-weight: 100;
  }

  #price-wechat .r1 .xu-price {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  #price-wechat .gaoduan-price {
    font-size: 14px;
    line-height: 24px;
  }
  #price-wechat .r0 .o-price {
    font-size: 12px;
    line-height: 22px;
    opacity: 0.5;
  }
  #price-wechat .qq_service {
    font-size: 20px;
    color: #fff;
  }
  #price-wechat .fun-row .fun-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  #price-wechat .r0 {
    color: #fff;
    line-height: 30px;
  }
  #price-wechat .r1 {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
  }
  #price-wechat .title-0 {
    font-size: 24px;
    color: #000;
  }
  #price-wechat .title-1 {
    font-size: 18px;
    color: #bbb;
  }
  #price-wechat .o-price {
    opacity: 0.5;
  }

  #price-wechat .r0 span {
    padding: 0 5px;
  }

  #price-wechat .r0 .price-title {
    font-size: 30px;
    font-weight: 100;
    line-height: 50px;
  }
  #price-wechat .r0 .pack-price {
    font-size: 30px;
    line-height: 30px;
  }
  #price-wechat .r0 .pack-price .glyphicon-yen {
    font-size: 12px;
    top: -15px;
    font-weight: 100;
  }

  #price-wechat .r1 .glyphicon-yen {
    font-size: 12px;
    top: -5px;
    font-weight: 100;
  }

  #price-wechat .r1 .xu-price {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
  }

  #price-wechat .gaoduan-price {
    font-size: 24px;
    line-height: 24px;
  }
  #price-wechat .r0 .o-price {
    font-size: 18px;
    line-height: 36px;
    opacity: 0.5;
  }
  #price-wechat .qq_service {
    font-size: 20px;
    color: #fff;
  }
}

/**案例列表页面**/
.case {
  margin-top: 50px;
}
.case .thumbnail {
  margin-top: 10px;
  border: 0px;
  height: 230px;
  overflow: hidden;
}

.case a {
  font-size: 14px;
  font-weight: bold;
}

/* .case .thumbnail {
    height: 400px;
    overflow: hidden;
  }*/
.case .thumbnail-image a > img,
.case .thumbnail-image > img {
  max-height: 300px;
  min-width: 100%;
  overflow: hidden;
  min-height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  .case .thumbnail-image a > img,
  .case .thumbnail-image > img {
    max-height: 344px;
  }
}

/**兼容性**/
@media (max-width: 767px) {
  #c-topBanner {
    height: 200px;
  }

  .p30 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #c-topBanner .p30 {
    padding-top: 10px;
  }

  .website-section h2 {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .website-section p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 40px;
  }
  .tuijian-title {
    margin-top: 100px;
  }
  .case {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #c-topBanner {
    height: 250px;
  }
  #c-topBanner .p30 {
    padding-top: 10px;
  }
  .tuijian-title {
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  #c-topBanner {
    height: 350px;
  }

  .case a {
    font-size: 18px;
    font-weight: bolder;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  #c-topBanner {
    height: 400px;
  }
  .website-section {
    padding: 75px 80px 0;
  }
  .case a {
    font-size: 20px;
    font-weight: bolder;
    line-height: 32px;
  }
  .case p {
    font-size: 14px;
    line-height: 26px;
    color: #939393;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
  }
  .pl100 {
    padding-left: 100px;
  }
  .w75 {
    width: 75%;
    margin: 0 auto;
  }
  .case .thumbnail {
    height: 450px;
  }
  .case h3 {
    line-height: 30px;
  }
}



/**404页面**/
#global_404 {
  width: 100%;
  padding-bottom: 50px;
  background: url(../img/404.png) center top no-repeat;
  margin-top: -10px;
}
#global_404 .enter {
  text-align: center;
  width: 100%;
  max-width: 640px;
  margin: 10px auto;
}
#global_404 .enter .d_0 {
  padding-top: 63px;
}
#global_404 .enter .d_1 {
  padding-top: 34px;
  padding-bottom: 22px;
}
#global_404 .enter .d_2 {
  color: #333333;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 15px;
}
#global_404 .enter .d_3 {
  color: #8e8e8e;
  font-size: 14px;
  line-height: 20px;
}
#global_404 .enter .d_4 {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 28px 0px;
}
#global_404 .enter .d_5 {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 25px;
}
#global_404 .enter .d_5 b {
  color: #0382db;
  font-size: 16px;
}
#global_404 .enter .d_6 {
  color: #666666;
  font-size: 16px;
  margin: 28px 0px;
}
#global_404 .enter .d_6 b {
  color: #0382db;
  font-size: 24px;
}
#global_404 .enter .d_7 {
  text-align: center;
}
#global_404 .enter .d_7 li {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #0382db;
  border-radius: 5px;
}
#global_404 .enter .d_7 li a {
  color: #ffffff;
  font-size: 14px;
}
#global_404 .enter .d_7 li.on {
  margin: 0px 15px;
}
#global_404 .enter .d_8 {
  color: #666666;
  font-size: 16px;
  margin: 28px 0px;
  display: none;
}
#global_404 .enter .d_8 b {
  color: #0382db;
  font-size: 24px;
}
#global_404 .enter .d_9 {
  display: none;
}

/**错误页面**/
.message-box {
  width: 500px;
  padding: 20px;
  margin: 8% auto;
  text-align: center;
  overflow: hidden;
}
.message-box .message-header {
  margin-bottom: 20px;
}
.message-box .message-header a {
  font-size: 50px;
  text-decoration: none;
}
.message-box .message-header a:hover {
  text-decoration: none;
}
.message-box .message-header .logo {
  width: 350px;
}
.message-box .message-body h1 {
  font-size: 36px;
  font-weight: normal;
  line-height: 60px;
  margin-bottom: 12px;
}
.message-box .message-body .jump {
  padding-top: 10px;
  margin-bottom: 20px;
}
.message-box .message-body .jump a {
  color: #333;
}
.message-box .message-body .success,
.message-box .message-body .error {
  font-size: 36px;
}
.message-box .message-body .detail {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
  display: none;
}
.message-box .message-action .btn {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0 none;
  background-color: #0382db;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  border-color: transparent;
  text-decoration: none;
}
.message-box .message-action .btn:hover {
  background-color: #0382db;
}
@media (max-width: 768px) {
  .message-box {
    width: 100%;
  }
  .message-box .message-header .logo {
    width: 200px;
  }
  .message-box .message-body h1 {
    display: none;
  }
  .message-box .message-body {
    margin-bottom: 60px;
  }
}
