.letswork-nav {
  height: 56px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f5f5f5;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.letswork-nav .content {
  max-width: 1000px;
  margin: 0 auto;
}
.letswork-nav .content .logo {
  float: left;
  height: 56px;
}
.letswork-nav .content .logo img {
  height: 100%;
}
.letswork-nav .content .nav-content {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.letswork-nav .content .nav-content li {
  padding: 0 10px;
  line-height: 54px;
  position: relative;
}
.letswork-nav .content .nav-content li a {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  height: 56px;
  display: inline-block;
  padding: 0 10px;
}
.letswork-nav .content .nav-content li .nav-hot {
  position: absolute;
  display: block;
  right: 3px;
  top: 6px;
  width: 16px;
  height: 16px;
  background: url('../../img/hot.png') no-repeat;
  background-size: 16px 16px;
}
.letswork-nav .content .main-btn {
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  margin: 8px 20px 0 0;
  background: url('../../home/img/nav-more.svg') no-repeat center center;
}
.active {
  border-bottom: 2px solid #4481DC;
}
.active a {
  color: #4481DC !important;
  height: 53px !important;
  line-height: 52px !important;
}
.black-bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.suspension {
  position: fixed;
  bottom: 50px;
  right: 4%;
  z-index: 1000;
}
.suspension .go-top,
.suspension .phone,
.suspension .qr-code {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.suspension .go-top .img {
  width: 20px;
  height: 20px;
  background: url('../../home/img/go-top.svg') no-repeat center center;
}
.suspension .phone {
  position: relative;
}
.suspension .phone .img {
  width: 20px;
  height: 20px;
  background: url('../../home/img/phone.svg') no-repeat center center;
}
.suspension .phone .phone-number {
  display: none;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0px;
  left: -140px;
  overflow: hidden;
}
.suspension .phone .phone-number p {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  padding-top: 70px;
  text-align: center;
}
.suspension .phone .phone-number img {
  width: 26px;
  height: 26px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 30px;
  right: 0;
}
.suspension .qr-code {
  position: relative;
}
.suspension .qr-code .img {
  width: 20px;
  height: 20px;
  background: url('../../home/img/qr-code.svg') no-repeat center center;
}
.suspension .qr-code .qr-code-pic {
  display: none;
  width: 130px;
  height: 130px;
  border-radius: 10px;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -140px;
  overflow: hidden;
}
.suspension .qr-code .qr-code-pic .img5 {
  width: 100%;
  height: 100%;
}
.suspension .go-top:hover,
.suspension .phone:hover,
.suspension .qr-code:hover {
  background-color: #4F96D9;
}
.suspension .go-top:hover .img,
.suspension .phone:hover .img,
.suspension .qr-code:hover .img {
  width: 20px;
  height: 20px;
}
.suspension .go-top:hover .img {
  background: url('../../home/img/go-top-hover.svg') no-repeat center center;
}
.suspension .phone:hover .img {
  background: url('../../home/img/phone-hover.svg') no-repeat center center;
}
.suspension .phone:hover .phone-number {
  display: block;
}
.suspension .qr-code:hover .img {
  background: url('../../home/img/qr-code-hover.png') no-repeat center center;
}
.suspension .qr-code:hover .qr-code-pic {
  display: block;
}
.letswork-footer {
  background-color: #F7F8F8;
}
.letswork-footer .page-center {
  max-width: 1000px;
  margin: 0 auto;
  padding: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.letswork-footer .page-center .footer-left {
  margin-right: 100px;
}
.letswork-footer .page-center .footer-left h4 {
  font-size: 14px;
  color: #666;
  padding-bottom: 10px;
}
.letswork-footer .page-center .footer-left p {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
}
.letswork-footer .page-center .footer-right {
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.letswork-footer .page-center .footer-right .ewm01 {
  text-align: center;
}
.letswork-footer .page-center .footer-right .ewm01 img {
  width: 124px;
  height: 124px;
}
.letswork-footer .page-center .footer-right .ewm01 p {
  font-size: 14px;
  color: #666;
}
.copyright {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #999;
  padding: 15px;
  margin: 0 auto;
}
.copyright-app {
  display: none;
  width: 100%;
  margin: 15px auto;
}
.copyright-app p {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.group2 {
  z-index: 7;
  position: relative;
  width: 100%;
  height: 176px;
  overflow: hidden;
  background: url(../../trialProtocolOne/img/SketchPng0a341b9f5d33eef2341be6045f62949ab5203c48f2f2245a832399591fef0036.png) 100% no-repeat;
  align-self: flex-end;
  margin-top: 56px;
}
.group2 .txt3 {
  z-index: 21;
  position: absolute;
  left: 28%;
  top: 38px;
  width: 96px;
  height: 55px;
  display: block;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 48px;
  font-family: FZDHTJW--GB1-0;
  white-space: nowrap;
  line-height: 55px;
  text-align: left;
  text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.27);
}
.group2 .word4 {
  z-index: 20;
  position: absolute;
  left: 37%;
  top: 8px;
  width: 100px;
  height: 113px;
  display: block;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 100px;
  font-family: FZDHTJW--GB1-0;
  white-space: nowrap;
  line-height: 113px;
  text-align: left;
  text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.27);
}
.group2 .main1 {
  z-index: 23;
  position: absolute;
  left: 128px;
  top: 25px;
  width: 133px;
  height: 133px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
}
.group2 .main2 {
  z-index: 10;
  height: 615px;
  border-radius: 50%;
  background: url(../../trialProtocolOne/img/SketchPngdd47ea8c3447d12fbc0e235c1038da6758d8968583943497008278c4e691adae.png) -1px 216px no-repeat;
  width: 615px;
  justify-content: flex-end;
  align-items: flex-start;
  position: absolute;
  left: 45%;
  top: -216px;
  padding: 0 0 223px 5px;
}
.group2 .bd2 {
  z-index: auto;
  width: 232px;
  height: 138px;
}
.group2 .info4 {
  z-index: 19;
  width: 232px;
  height: 55px;
  display: block;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 48px;
  font-family: FZDHTJW--GB1-0;
  white-space: nowrap;
  line-height: 55px;
  text-align: left;
  text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.27);
}
.group2 .main3 {
  z-index: auto;
  width: 197px;
  height: 61px;
  margin-top: 4px;
  justify-content: space-between;
}
.group2 .word5 {
  z-index: 17;
  width: 96px;
  height: 45px;
  display: block;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 32px;
  font-family: PingFangSC-Semibold;
  white-space: nowrap;
  line-height: 45px;
  text-align: left;
  margin-top: 16px;
}
.group2 .txt4 {
  z-index: 18;
  width: 20px;
  height: 45px;
  display: block;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 32px;
  font-family: PingFangSC-Semibold;
  white-space: nowrap;
  line-height: 45px;
  text-align: left;
}
.group2 .pic1 {
  z-index: 11;
  width: 153px;
  height: 9px;
  align-self: flex-start;
  margin: 9px 0 0 4px;
}
.group2 .pic2 {
  z-index: 12;
  position: absolute;
  left: 398px;
  top: 216px;
  width: 644px;
  height: 176px;
}
.group2 .txt5 {
  z-index: 16;
  position: absolute;
  left: 121px;
  top: 329px;
  width: 316px;
  height: 45px;
  display: block;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 32px;
  font-family: PingFangSC-Semibold;
  white-space: nowrap;
  line-height: 45px;
  text-align: left;
}
.group2 .img2 {
  z-index: 8;
  position: absolute;
  left: 0;
  top: 19px;
  width: 83px;
  height: 157px;
}
.group2 .main4 {
  z-index: 14;
  position: absolute;
  left: 275px;
  top: -33px;
  width: 325px;
  height: 325px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
}
.group2 .word6 {
  z-index: 22;
  position: absolute;
  left: -183px;
  top: 158px;
  width: 567px;
  height: 5px;
  display: block;
  overflow-wrap: break-word;
  color: #ffffff;
  font-size: 4px;
  font-family: PingFangSC-Medium;
  white-space: nowrap;
  line-height: 5px;
  text-align: left;
}
.group2 .main5 {
  z-index: 13;
  position: absolute;
  left: -230px;
  top: 230px;
  width: 176px;
  height: 176px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
}
.group2 .main6 {
  z-index: 9;
  position: absolute;
  left: 88px;
  top: 228px;
  width: 285px;
  height: 285px;
  background-color: rgba(103, 194, 58, 0.16);
  border-radius: 50%;
}
.app-banner {
  display: none;
  z-index: 7;
  width: 100%;
  height: 176px;
  overflow: hidden;
  background: url(../../trialProtocolOne/img/SketchPng0a341b9f5d33eef2341be6045f62949ab5203c48f2f2245a832399591fef0036.png) 100% no-repeat;
  align-self: flex-end;
  margin-top: 56px;
  text-align: center;
}
.app-banner .top {
  padding: 30px 0 15px;
}
.app-banner .top .text1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  white-space: nowrap;
  text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.27);
}
.app-banner .top .text2 {
  color: #fff;
  font-size: 55px;
  font-weight: 600;
  white-space: nowrap;
  text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.27);
  padding: 0 10px;
}
.app-banner .top .text3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  white-space: nowrap;
  text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.27);
}
.app-banner .text4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.newsdetail-main .page-center {
  max-width: 1000px;
  margin: 0 auto 80px;
}
.newsdetail-main .page-center .main-title {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-top: 48px;
  padding: 0 15px 24px;
}
.newsdetail-main .page-center .main-title h4 {
  font-size: 18px;
  color: #666666;
}
.newsdetail-main .page-center .main-title p {
  font-size: 13px;
  color: #999;
  padding-top: 10px;
}
.newsdetail-main .page-center .main-pictext {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.newsdetail-main .page-center .main-pictext p {
  font-size: 14px;
  color: #666666;
  margin-top: 24px;
  text-align: left;
}
.newsdetail-main .page-center .main-pictext .pic4 {
  margin-top: 24px;
  max-height: 220px;
  align-self: center;
}
@media screen and (max-width: 990px) {
  .letswork-nav .content .nav-content {
    display: none;
    background-color: #fff;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
  }
  .letswork-nav .content .nav-content li {
    border: 1px solid #f5f5f5;
  }
  .letswork-nav .content .nav-content li a {
    display: block;
  }
  .letswork-nav .content .nav-content li :hover {
    border: none;
  }
  .letswork-nav .content .nav-content li .nav-hot {
    display: none;
  }
  .letswork-nav .content .main-btn {
    display: block;
  }
  .letswork-nav .content .logo {
    padding-left: 20px;
  }
  .group2 {
    display: none;
  }
  .app-banner {
    display: block;
  }
}
@media screen and (max-width: 990px) and (min-width: 576px) {
  .letswork-footer .page-center {
    max-width: 550px;
  }
  .letswork-footer .page-center .footer-left {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .letswork-footer .page-center .footer-left {
    display: none;
  }
  .letswork-footer .page-center .footer-right {
    display: block;
  }
  .letswork-footer .page-center .footer-right .ewm01 {
    padding: 20px 0 20px;
  }
  .copyright {
    display: none;
  }
  .copyright-app {
    display: block;
    text-align: center;
  }
  .newsdetail-main .page-center .main-pictext .pic4 {
    margin-top: 24px;
    width: 100%;
    align-self: center;
  }
}
@media screen and (max-width: 990px) {
  .suspension {
    display: none;
  }
}
