@import url("../../fonts.googleapis.com/css2-family=Noto+Sans+TC-wght@100;300;400;500;700;900&display=swap.css")/*tpa=https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap*/;
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  color: inherit;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

* {
  position: relative;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: "Noto Sans TC", sans-serif;
}

/* 链接管理系统样式 */
.fastest-link {
  animation: fastestGlow 2s ease-in-out infinite alternate;
  border: 2px solid #00ff00 !important;
  border-radius: 8px;
}

@keyframes fastestGlow {
  from {
    box-shadow: 0 0 5px #00ff00;
  }
  to {
    box-shadow: 0 0 20px #00ff00;
  }
}

.speedBox {
  cursor: pointer;
  transition: background-color 0.2s;
}

.speedBox:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

html, body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url("../img/cs_service-bg.png")/*tpa=https://717.cgbabys.com/img/cs_service-bg.png*/;
}

h1 {
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h2 {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  font-weight: normal;
}

.container {
  max-width: 800px;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 30px;
}

.u-Ycenter {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-height: 600px) {
  .u-Ycenter {
    top: 0;
    transform: translateY(0);
  }
}
@media (max-width: 500px) {
  .u-Ycenter {
    top: 0;
    transform: translateY(0);
  }
}

.nav {
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .nav {
    padding-top: 55px;
    padding-bottom: 45px;
    justify-content: flex-start;
  }
}
.nav.privilege {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .nav.privilege {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}
.nav.privilege .logo {
  width: 108%;
  
}
@media (max-width: 768px) {
  .nav.privilege .logo {
    width: 68%;
    
  }
}
.nav .logo {
  display: inline-block;
  width: 172px;
  height: 70px;
}
@media (max-width: 768px) {
  .nav .logo {
    width: 148px;
    height: 60px;
  }
}
.nav .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.subtitle, .hotlineBox {
  margin-bottom: 15px;
}

.hotlineGroup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 200px;
  max-width: 500px;
}
@media (max-width: 768px) {
  .hotlineGroup {
    min-width: 100%;
    margin-left: 0;
  }
}
.hotlineGroup .subtitle {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .hotlineGroup .subtitle {
    display: none;
  }
}
.hotlineGroup .subtitle-phone {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  display: none;
}
.hotlineGroup .subtitle-phone .people-r {
  width: calc(100% - 150px);
  height: 182px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-image: url("../img/cs_service-people-r.png")/*tpa=https://717.cgbabys.com/img/cs_service-people-r.png*/;
  position: absolute;
  right: -8px;
  bottom: -35px;
}
@media (max-width: 768px) {
  .hotlineGroup .subtitle-phone {
    display: block;
  }
}
.hotlineGroup .menu {
  width: 100%;
}
.hotlineGroup .hotlineBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.hotlineGroup .hotlineBox .hotline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 11.5px 15px;
  box-shadow: 0.5px 0.5px 1px #C6C6C6, inset 2px 2px 2px rgba(102, 102, 102, 0.25);
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .hotlineGroup .hotlineBox .hotline {
    padding: 11.5px 10px;
  }
}
.hotlineGroup .hotlineBox .hotline .speedBox {
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotlineGroup .hotlineBox .hotline .speedBox .speed {
  font-size: 18px;
  font-weight: 700;
  color: #0079BF;
  margin-right: 0.5em;
}
.hotlineGroup .hotlineBox .btn {
  flex-shrink: 0;
  display: inline-block;
  margin-left: 10px;
  padding: 11.5px 21.5px;
  border-radius: 4px;
  color: #fff;
  background: #0079BF;
  cursor: pointer;
}
@media (max-width: 768px) {
  .hotlineGroup .hotlineBox .btn {
    padding: 11.5px 16.5px;
  }
}
.hotlineGroup .hotlineBox:nth-child(2) .speed {
  color: #0065BE;
}
.hotlineGroup .hotlineBox:nth-child(2) .btn {
  background: #0065BE;
}
.hotlineGroup .hotlineBox:nth-child(3) .speed {
  color: #004DA9;
}
.hotlineGroup .hotlineBox:nth-child(3) .btn {
  background: #004DA9;
}
.hotlineGroup .hotlineBox:nth-child(4) .speed {
  color: #002D94;
}
.hotlineGroup .hotlineBox:nth-child(4) .btn {
  background: #002D94;
}
.hotlineGroup .hotlineBox:nth-child(5) .speed {
  color: #0A0085;
}
.hotlineGroup .hotlineBox:nth-child(5) .btn {
  background: #0A0085;
}
.hotlineGroup .btn.reset {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  background: #0079BF;
  color: #fff;
  border-radius: 4px;
  box-shadow: 2px 4px 4px rgba(0, 81, 122, 0.25);
  cursor: pointer;
}
.hotlineGroup .btn.reset .icon-restart {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/cs_service-restart.png")/*tpa=https://717.cgbabys.com/img/cs_service-restart.png*/;
  margin-right: 5px;
}

.people-l {
  width: 293px;
  height: 352px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../img/cs_service-people-l.png")/*tpa=https://717.cgbabys.com/img/cs_service-people-l.png*/;
  position: absolute;
  left: -40px;
  bottom: 0;
}
@media (max-width: 768px) {
  .people-l {
    display: none;
  }
}
@media screen and (max-height: 600px) {
  .people-l {
    bottom: auto;
    top: 248px;
  }
}