body {
  letter-spacing: 0;
}
.callHead {
  width: 100%;
  height: 800px;
  overflow: hidden;
  color: #fff;
  background: url('../img/globalCall/globalcall_bg.jpg') no-repeat center;
  background-size: cover;
  padding-bottom: 1px;
}
.spTopic {
  width: 249px;
  display: block;
  margin: 6% auto 0;
}
.callHeadTitle {
  width: 100%;
  margin: 10px auto 0;
  text-align: center;
}
.ringLine {
  width: 441px;
  display: block;
  margin: 60px auto;
}
.callHeadTitle h1, .callHeadTitle h2 {
  color: #fff;
  text-shadow: 0px 0px 24px rgba(0,0,0,0.5);
}
.callHeadTitle h1 {
  font-size: 64px;
}
.callHeadTitle h2 {
  font-size: 42px;
}
.callHeadIntro {
  max-width: 1100px;
  min-height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto;
  color: #666;
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
}
.callHeadIntro>div {
  width: 30%;
  height: 140px;
  background: #fff;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 15px 40px;
}
.callHeadIntro h4 {
  margin-bottom: 10px;
}
.callHeadIntro p {
  margin: 0;
}

.callMiddle {
  width: 100%;
  min-height: 700px;
  text-align: center;
  padding: 30px 10px;
}
.callDemo {
  max-width: 1050px;
  min-height: 500px;
  margin: 30px auto 90px;
  display: flex;
  flex-wrap: wrap;
}
.videoContainer {
  width: 100%;
  height: 530px !important;
}
.videoContainer video {
  width: 100%;
  height: 100%;
}
.callDemo img {
  width: 100%;
}
.callDemo>div:nth-child(1) {
  width: 30%;
}
.callDemo>div:nth-child(2) {
  width: 70%;
  height: 100%;
}
.callMiddle h3 {
  font-weight: bold;
}
.callTable {
  max-width: 1050px;
  max-height: 650px;
  margin: 30px auto;
  text-align: center;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.04);
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 1px solid rgba(225,225,225,1);
  overflow: hidden;
}
.callTableTitle {
  background: rgba(110, 183, 201, 1);;
  font-size: 21px;
}
.callTableTitle th {
  padding: 20px 0 !important;
  color: #fff !important;
}
.callTableItem {
  width: 100%;
}
.callTableItem b {
  font-size: 18px;
}
.callTableItem th, .callTableItem td {
  width: 210px;
  padding: 10px 0;
  text-align: center;
}
.callTableItem tr td:nth-child(2) {
  background-color: rgba(97,120,236,0.07);
}
.callTableItem tr:nth-child(4), .callTableItem tr:nth-child(5), .callTableItem tr:nth-child(6) {
  color: #666;
}
.blueColor {
  color: #6EB7C9;
  font-weight: bold;
  background-size: 20px;
}
.notContain {
  background-size: 20px;
}

.callBottom {
  width: 100%;
  min-height: 1000px;
  background: rgba(249,249,249,1);
}
.callBottomContent {
  max-width: 1050px;
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  color: #666;
  justify-content: space-between;
}
.callBottomContent h2 {
  margin: 0 0 10px;
  font-size: 32px;
}
.callBottomContent p {
  margin: 0 0 2px;
  /* font-size: 16px; */
}
.callBottomContent>div {
  width: 50%;
  padding: 50px;
}
.recording {
  padding-top: 70px !important;
}
@media (min-width: 1600px) {
  .spTopic {
    margin-top: 10%;
  }
}
@media (max-width: 1280px) {
  .ringLine {
    margin: 30px auto;
  }
}
@media (max-width: 1000px) and (min-width: 500px) {
  .callDemo>div {
    width: 100% !important;
  }
  .callDemo img {
    width: 50%;
  }
  .callHeadIntro {
    top: 46%;
  }
}
@media (max-width: 500px) {
  .callHeadIntro {
    top: 45%;
  }
  .spTopic {
    margin-top: 15%;
  }
  .ringLine {
    margin: 0 auto;
  }
  .callHeadIntro>div {
    width: 100%;
    height: 110px;
    margin: 10px;
  }
  .callHeadIntro h4 {
    margin: 0;
  }
  .callHeadTitle {
    margin-top: 10px;
  }
  .callHeadTitle h1 {
    font-size: 32px;
  }
  .callHeadTitle h2 {
    font-size: 21px;
  }
  .callMiddle h3, .callMiddle h4 {
    line-height: 1.6em;
  }
  .callMiddle h4 {
    font-size: 14px;
    text-align: left;
  }
  .callDemo>div {
    width: 100% !important;
  }
  .callDemo img {
    width: 80%;
  }
  .callTableTitle {
    font-size: 18px;
  }
  .callTableItem {
    font-size: 11px;
  }
  .callTableItem tr th:nth-child(1), .callTableItem tr td:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .callBottom h2 {
    font-size: 24px;
  }
  .callBottom .phone-title {
    font-size: 24px;
  }
  .callBottomContent>div {
    width: 100%;
    margin-bottom: 0px !important;
  }
  .pc-callBottomContent{
    display: none;
  }
  .phone-callBottomContent{
    display: block !important;
  }
  .recording{
    padding-top: 0px !important;
  }
}
