html {
  background: none;
}

html, body {
  height: auto;
  overflow: auto;
}

a img {
  border: none;
}

strong {
  font-weight: bold;
}

.white {
  color: #fff;
}

.yellow {
  color: #D2D451 !important;
}

.red {
  color: red;
}

.blue {
  color: #00D4FF;
}

.gray {
  color: gray;
}

.box {
  margin-top: 10px;
}

.referTitle {
  padding-right: 20px;
}

html, body {
  height: auto;
  overflow: auto;
}

.lineBox {
  position: relative;
  left: 50%;
  margin-left: -350px;
  padding: 0 100px;
  width: 100%;
  max-width: 500px;
  height: auto;
  min-height: 618px;
  font-size: 14px;
  background: linear-gradient(180deg, rgba(0, 33, 73, 0.8) 0%, rgba(0, 33, 73, 0) 100%);
  color: #ffffff;
}
.lineBox .hd {
  padding: 5px 0 15px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed rgb(114, 164, 222);
}
.lineBox .hd .lineTitle {
  font-size: 20px;
  line-height: 26px;
  color: #FFFC3E;
}
.lineBox .hd .tx-desc {
  font-size: 14px;
  margin-top: 3px;
}
.lineBox .lineInfo {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #CEE6E9;
  border-bottom: 1px dashed rgb(114, 164, 222);
}
.lineBox .lineInfo table {
  width: 100%;
}
.lineBox .host, .lineBox .ip, .lineBox .currentTime {
  color: #818181;
  font-size: 16px;
  font-weight: 100;
}
.lineBox .bd {
  padding: 15px 0;
  min-height: 180px;
  border-bottom: 1px dashed rgb(114, 164, 222);
}
.lineBox .bd .item {
  text-align: left;
  font-size: 16px;
  line-height: 2;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.lineBox .bd span {
  display: inline-block;
}
.lineBox .bd ad {
  text-align: center;
  color: #ffffff;
  width: auto;
  height: 32px;
  margin: 0 35px;
  min-width: 60px;
  display: inline-block;
  font-weight: 700;
}
.lineBox .bd .line {
  margin: 0 18px;
  text-align: center;
  color: #1CFF51;
  min-width: 35px;
  font-weight: bold;
}
.lineBox .bestIcon {
  width: 22px;
  background: url(../images/icon_best.png) no-repeat center;
  color: transparent;
}

.lineBox .hd, .lineBox .ip, .lineBox .host, .lineBox .currentTime, .referlinesTitle {
  text-align: center;
}

.referlinesTitle {
  color: #FFFC3E;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
}

.referlines {
  display: table;
  padding: 10px 5px;
  margin: 0 auto;
  font-size: 14px;
  color: #CEE6E9;
}

.referlines .line {
  display: table-row;
  line-height: 2;
}

.referlines .line > * {
  display: table-cell;
}

.referTitle {
  padding-right: 20px;
}

a {
  color: #106eb4;
  text-decoration: none;
}

.box h2, .box h3, .box .detail {
  padding: 0 3px;
}

.blue-box, .blue-box2 {
  padding: 10px 10px 8px 10px;
  margin-top: 10px;
}

.blue-box {
  border: 1px solid #3fb3ff;
  background: #e3f5fd;
  text-align: center;
}

body.speed {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
body.Company {
  background-image: url(../images/img_bg_backend.jpg);
}
body.Company .lineBox {
  background: rgba(0, 129, 200, 0.7);
  box-shadow: 4px 4px 6px 0px rgba(255, 255, 255, 0.2) inset;
  border: 1px solid #2CB6FF;
  height: auto;
}
body.Company .lineBox .hd, body.Company .lineBox .lineInfo, body.Company .lineBox .bd {
  border-bottom: 1px dashed rgb(114, 164, 222);
}
body.Company .lineBox .lineInfo {
  color: rgb(190, 255, 242);
}

/* IE6 hack */
.lineBox {
  _margin-top: 136px;
}

body.Company .lineBox {
  _background: #016FC7;
}

/* IE8 below */
@media \0 screen\,screen\9  {
  .lineBox {
    margin-top: 136px;
  }
  body.Company .lineBox {
    _background: #016FC7;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  .main {
    min-height: inherit;
  }
  .lineBox {
    min-width: auto;
    margin: 0;
    position: relative;
    left: 0;
    padding: 0 20px;
    max-width: none;
    height: 100vh;
  }
}
