

.sjheader {
  width: 100%;
  height: 4.285714rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 320px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.sjheader_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sjheader_left a {
  display: block;
  width: 4.8125rem;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.sjheader_left a img {
  height: 2.285714rem;
}

.sjheader_left span {
  color: #3b90f4;
  font-size: 1.428571rem;
  margin-left: 0.6rem;
  white-space: nowrap;
}
.sjheader_right img {
  margin-top: 0.25rem;
  margin-right: 0.6rem;
  height: 2.285714rem;
}
.sjheader_right ul {
  position: absolute;
  top: 4.2rem;
  right: 0.625rem;
  width: 8rem;
  height: auto;
  text-align: center;
  background: #fff;
  display: none;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  z-index: 9999;
}
.sjheader_right ul li {
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
.sjheader_right ul li a {
  display: block;
  width: 100%;
  line-height: 5rem;
  font-size: 1.3rem;
  color: #000;
}
.sjheader_right .d_block {
  display: block;
}

.sjbanner {
  width: 100%;
  min-width: 320px;
  position: relative;
  padding-bottom: 7rem;
  margin-top: 2px;
}
.sjbannerHeaderImg {
  text-align: center;
  margin-top: 2rem;
}
.sjbannerHeaderImg img {
  height: 6rem;
}
.sjbanner h1 {
  display: block;
  margin-top: 1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.sjbanner h1 span {
  font-weight: 700;
  color: #3b90f4;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjbannerContent {
  margin-top: 3rem;
  padding-left: 0rem;
  width: fit-content;
}
.sjbannerContent li {
  font-size: 1.3rem;
  color: #000;
  margin-bottom: 1rem;
  position: relative;
}
.sjbannerContent li:nth-child(4) {
  margin-bottom: 0;
}
.sjbannerContent li::before {
  content: '';
  width: 9px;
  height: 8px;
  background-image: url(/skin/default/images/sj/bannerContentIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
}
.sjbannerSuspen {
  margin: 0 auto;
  padding: 1.3rem 0;
  position: absolute;
  bottom: -3.7rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: 0px 2px 5px 1px rgba(32, 184, 255, 0.2);
  display: flex;
  flex-direction: row;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  width: 29rem;
}
.sjbannerSuspen li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sjbannerSuspen li img {
  width: 3rem;
}
.sjbannerSuspen li p {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1rem;
}

.sjpartOne {
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #fff;
}
.sjpartOne h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartOne p {
  color: #666;
  font-size: 1.2rem;
  margin-top: 1rem;
  padding: 0 2.4rem;
  line-height: 2.2rem;
}
.sjpartOne h2 {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
  position: relative;
}
.sjpartOne h2::before {
  content: '';
  width: 4.2rem;
  height: 0.6rem;
  background-image: url(/skin/default/images/sj/partOneTitleSide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 19%;
  top: 50%;
  transform: translateY(-50%);
}
.sjpartOne h2::after {
  content: '';
  width: 4.2rem;
  height: 0.6rem;
  background-image: url(/skin/default/images/sj/partOneTitleSide.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 19%;
  top: 50%;
  transform: translateY(-50%);
}
.sjpartOne em {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-top: 2rem;
  padding: 0 4.6rem;
  line-height: 2.2rem;
  font-style: normal;
}
.sjpartOneSJShow {
  display: block;
  /* max-width: 424px; */
  width: 30rem;
  margin: 2rem auto 0;
}
.sjpartOnePCShow {
  display: block;
  /* max-width: 1200px; */
  margin: 2rem auto 0;
  width: 30rem;
}

.sjpartOneButton-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjpartOneButton.one {
  margin-right: 0.8rem;
}
.sjpartOne a {
  display: block;
  width: 12rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.3rem;
  color: #fff;
  background-image: url(/skin/default/images/sj/partOneButton.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sjpartOne a img {
  display: block;
  width: 1.2rem;
  height: 1.4rem;
  margin-right: 1rem;
}

.sjpartTwo {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #f7f8fc;
}
.sjpartTwo h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartTwo p {
  color: #666;
  font-size: 1.2rem;
  margin-top: 1rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartTwo ul {
  margin: 0 auto;
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 40rem;
  padding: 0 1rem;
}
.sjpartTwo ul li {
  width: 14rem;
  height: 18rem;
  margin-bottom: 1.2rem;
  background-image: url(/skin/default/images/sj/partTwoBg.png);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 12px 1px rgba(36, 112, 148, 0.15);
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sjpartTwo ul li:nth-child(2),
.sjpartTwo ul li:nth-child(4) {
  margin-right: 0;
}
.sjpartTwo ul li:nth-child(3),
.sjpartTwo ul li:nth-child(4) {
  margin-bottom: 0;
}

.sjpartTwo ul li div {
  height: 5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}
.sjpartTwo ul li img {
  height: 5rem;
  padding: 0;
  flex-shrink: 0;
}
.sjpartTwo ul li h2 {
  font-size: 1.4rem;
  color: #000;
  flex-shrink: 0;
  font-weight: 700;
  margin-bottom: 2rem;
}
.sjpartTwo ul li em {
  font-style: normal;
  font-size: 1.2rem;
  color: #666;
  padding: 0 1.1rem;
  word-break: break-word;
  flex-shrink: 0;
  line-height: 1.7rem;
}

.sjpartThree {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.sjpartThree h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 4.4rem;
  line-height: 2.8rem;
}
.sjpartThree p {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 2.2rem;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartThree p::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/skin/default/images/sj/partThreeTitleLeftIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: -1rem;
  top: 0.5rem;
}
.sjpartThree p::after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/skin/default/images/sj/partThreeTitleRightIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: -1rem;
  top: 0.5rem;
}
.sjpartThree a {
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1.5rem auto 0;
  background-color: #20b8ff;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2.9rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartThreeImg {
  display: block;
  /* max-width: 571px; */
  width: 30rem;
  margin: 2rem auto 0;
}

.sjpartFour {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 1.5rem;
  background-color: #fff;
}
.sjpartFour h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 3.6rem;
  line-height: 2.8rem;
}
.sjpartFour ul {
  margin-top: 2rem;
  padding: 0 4.3rem 0 3rem;
}
.sjpartFour ul li {
  margin-bottom: 1.5rem;
}
.sjpartFour ul li:nth-child(2) {
  margin-bottom: 0rem;
}
.sjpartFour ul li em {
  font-style: normal;
  color: #20b8ff;
  font-size: 1.6rem;
  position: relative;
}
.sjpartFour ul li em::before {
  content: '';
  width: 0.9rem;
  height: 0.8rem;
  background-image: url(/skin/default/images/sj/partFourIcon.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.3rem;
  left: -1.5rem;
}
.sjpartFour ul li p {
  color: #666;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  line-height: 2.2rem;
}
.sjpartFour a {
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1.5rem auto 0;
  background-color: #20b8ff;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2.9rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartFourImg {
  display: block;
  max-width: 337px;
  margin: 2rem auto 0;
}

.sjpartFive {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 1.5rem;
  background-color: #fff;
}
.sjpartFive h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 3.6rem;
  line-height: 2.8rem;
}
.sjpartFive p {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 2.2rem;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
}
.sjpartFive p::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/skin/default/images/sj/partThreeTitleLeftIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 1.2rem;
  top: 0.5rem;
}
.sjpartFive p::after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/skin/default/images/sj/partThreeTitleRightIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
}
.sjpartFiveImg {
  display: block;
  /* max-width: 605px; */
  width: 30rem;
  margin: 2rem auto 0;
}

.sjpartSix {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 1.5rem;
  background-color: #fff;
}
.sjpartSix h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 3.6rem;
  line-height: 2.8rem;
}
.sjpartSix p {
  display: inline-block;
  color: #666;
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 2.2rem;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 2rem;
}
.sjpartSix p::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/skin/default/images/sj/partThreeTitleLeftIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  left: 1.2rem;
  top: 0.5rem;
}
.sjpartSix p::after {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(/skin/default/images/sj/partThreeTitleRightIcon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  right: 1.2rem;
  top: 0.5rem;
}
.sjpartSix a {
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1.5rem auto 0;
  background-color: #20b8ff;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 2.9rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartSixImg {
  display: block;
  max-width: 337px;
  margin: 2rem auto 0;
}

.sjpartSeven {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f8fc;
}
.sjpartSeven h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartSeven p {
  color: #666;
  font-size: 1.2rem;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartSeven ul {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sjpartSeven ul li {
  width: 30%;
  text-align: center;
  margin-bottom: 2rem;
}
.sjpartSeven ul li:nth-child(7),
.sjpartSeven ul li:nth-child(8),
.sjpartSeven ul li:nth-child(9) {
  margin-bottom: 0rem;
}
.sjpartSeven ul li h2 {
  font-size: 1.2rem;
  color: #666;
  margin-top: 0.8rem;
}

.sjpartEight {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
}
.sjpartEight h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartEight p {
  color: #666;
  font-size: 1.2rem;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartEight ul.sjpartEightContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 30rem;
}
.sjpartEight ul.sjpartEightContent li {
  width: 32%;
  height: 3.5rem;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sjpartEight ul.sjpartEightBottom {
  display: block;
  width: 28rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-around;
  padding: 0 10px 0 20px;
}
.sjpartEight ul.sjpartEightBottom li {
  color: #666;
  font-size: 1.2rem;
  position: relative;
}
.sjpartEight ul.sjpartEightBottom li::before {
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  line-height: 1rem;
  border-radius: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  left: -1.4rem;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(1)::before {
  background-color: #ff6600;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(2)::before {
  background-color: #ff00ff;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(3)::before {
  background-color: #41c028;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(4)::before {
  background-color: #8000ff;
}
.sjpartEight ul.sjpartEightBottom li:nth-child(5)::before {
  background-color: #f8c348;
}

.sjpartNine {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f8fc;
}
.sjpartNine h1 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.sjpartNine p {
  color: #666;
  font-size: 1.2rem;
  margin-top: 2rem;
  padding: 0 2rem;
  line-height: 2.2rem;
  text-align: center;
}
.sjpartNine .swiper-slide {
  position: relative;
}
.sjpartNine .swiper-slide img {
  box-shadow: 0px 3px 6px 1px rgba(0, 97, 142, 0.2);
}
.sjpartNine .swiper-slide-content {
  position: absolute;
  width: 80%;
  height: 9.5rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
}
.sjpartNine .swiper-slide-content img {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: none;
}
.sjpartNine .swiper-slide-content b {
  position: absolute;
  top: 0;
  color: #333;
  font-size: 1.3rem;
  left: 5rem;
  font-weight: 700;
}
.sjpartNine .swiper-slide-content p {
  position: absolute;
  bottom: 1rem;
  left: 5rem;
  font-size: 1.2rem;
  color: #333;
  line-height: 1.8rem;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.sjpartTen {
  width: 100%;
  padding-top: 4rem;
  margin-bottom: 0.5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sjpartTen .sjpartTen-top {
  display: flex;
  align-items: center;
}
.sjpartTen .sjpartTen-top img {
  height: 1.375rem;
}
.sjpartTen .sjpartTen-top span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #20b8ff;
  margin: 0 1.25rem;
}
.sjpartTen .sjpartTen-message {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.sjpartTen .sjpartTen-message span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #666666;
  position: relative;
  margin-right: 3rem;
}
.sjpartTen .sjpartTen-message span:last-child {
  margin-right: 0;
}

.sjpartTen .sjpartTen-message span::before {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #20b8ff;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0.3rem;
}
.sjpartTen .download-method {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjpartTen .download-method .method:nth-child(2) {
  margin-right: 0;
}
.sjpartTen .download-method .method {
  width: 14rem;
  height: 14rem;
  background: #ffffff;
  margin-right: 2rem;
  box-shadow: 0px 2px 8px 3px rgba(36, 112, 148, 0.16);
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
}

.sjpartTen .download-method .method img {
  height: 4rem;
  margin-bottom: 1rem;
}

.sjpartTen .download-method .method .method-name {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.sjpartTen .download-method .method .method-code {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}

.sjpartTen .download-method .method a {
  height: 3.5rem;
  width: 10rem;
  background-color: #22bafc;
  border-radius: 1.875rem;
  color: #fff;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-bottom: 1rem;
  text-align: center;
  line-height: 3.5rem;
}

.sjpartTen .download-method .method .prompt-message {
  font-size: 1rem;
  color: #999999;
  text-align: center;
}
.sjpartTen .download-method .method .prompt-message .one {
  position: relative;
  margin-bottom: 0.5rem;
}

.sjpartTen .download-method .method .prompt-message .one::before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 0.2rem;
}

.sjpartTen .pc-dowload {
  font-size: 1.3rem;
  width: 100%;
  color: #ff0000;
  margin-top: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 0px solid #f4f4f4;
  padding-left: 4rem;
}

.sjpartTen .window-dowload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  margin-top: 1rem;
  padding-bottom: 2rem;
  width: 100%;
}

.sjpartTen .window-dowload .left {
  display: flex;
  align-items: center;
  margin-left: 2rem;
}

.sjpartTen .window-dowload img {
  height: 1.5rem;
  margin-right: 1rem;
}

.sjpartTen .window-dowload span {
  font-size: 1.3rem;
}

.sjpartEleven {
  display: flex;
  align-items: center;
  height: 10rem;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sjpartEleven .round {
  height: 0.5rem;
  width: 0.5rem;
  background: #89bcf8;
  border-radius: 50%;
  margin-right: 1rem;
}

.sjpartEleven .coding {
  width: 28rem;
  height: 5rem;
  background: #ffffff;
  border-radius: 5rem;
  border: 1px solid #3b90f4;
  text-align: center;
  white-space: nowrap;
}

.sjpartEleven .coding span {
  font-size: 1.6rem;
  line-height: 5rem;
  font-weight: bold;
  color: #0000ff;
}
.sjfooter {
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #030a36;
}
.sjfooterHeader {
  position: relative;
  height: 5rem;
}
.sjfooterHeader::before {
  content: '';
  width: 80px;
  height: 80px;
  background-image: url(/skin/default/images/sj/footerLeftIcon.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: -20px;
}
.sjfooterHeader::after {
  content: '';
  width: 80px;
  height: 80px;
  background-image: url(/skin/default/images/sj/footerRightIcon.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: -20px;
}
.sjfooterHeaderErweima {
  width: 10rem;
  height: 10rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sjfooterHeaderErweimaWrap {
  width: 12rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -11px;
}
.sjfooter p {
  display: inline-block;
  margin-top: 10rem;
  font-size: 1.2rem;
  color: #eee;
  border-bottom: 0.1rem solid #eee;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.sjfooter strong {
  display: block;
  font-size: 1.5rem;
  color: #eee;
  text-align: center;
  margin-top: 1.5rem;
}
.sjfooterContent {
  padding: 0 15px;
}
.sjfooterContent li {
  padding-top: 1.5rem;
}
.sjfooterContentIcon {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.sjfooterContent em {
  display: block;
  font-style: normal;
  margin-left: 0.5rem;
  line-height: 28px;
  color: #eee;
  font-size: 1.2rem;
}
.sjfooterContent em span {
  line-height: 28px;
  color: #eee;
  font-size: 1.2rem;
}
.sjfooterContentCopy {
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 3.5px;
}

.sjCompanyDomain {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #040926;
}
.sjCompanyDomain p {
  margin-bottom: 0.8rem;
  color: #999;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5rem;
}
.sjCompanyDomain a {
  display: block;
  margin-bottom: 0.8rem;
  color: #999;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5rem;
}

.sjcontact {
  width: 100%;
  margin-top: 2rem;
  padding-bottom: 2rem;
}
.sjcontactErweima {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
}
.sjcontactErweima::before {
  content: '';
  width: 110px;
  height: 98px;
  background-image: url(/skin/default/images/sj/contactErweimaLeftIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -75px;
  bottom: 0;
}
.sjcontactErweima::after {
  content: '';
  width: 110px;
  height: 98px;
  background-image: url(/skin/default/images/sj/contactErweimaRightIcon.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -75px;
  bottom: 0;
}
.sjcontactErweima img {
  width: 150px;
  height: 150px;
}
.sjcontact p {
  color: #000;
  font-size: 1.2rem;
  display: block;
  margin-top: 1.5rem;
  text-align: center;
}
.sjcontactContent {
  padding: 0 10px;
}
.sjcontactContent li {
  padding-top: 16px;
  line-height: 24px;
}
.sjcontactContentIcon {
  width: 24px;
  height: 24px;
}
.sjcontactContent em {
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  margin-left: 10px;
}
.sjcontactContentCopy {
  width: 14px;
  height: 14px;
  margin-top: 4.5px;
}

.news {
  margin-top: 2rem;
  padding: 0 1.5rem;
}
.news h1 {
  color: #20b8ff;
  font-size: 1.2rem;
}
.news ul li {
  margin-top: 2.1rem;
}
.news ul li p {
  display: inline-block;
  width: 25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.2rem;
  color: #000;
}
.news ul li strong {
  font-size: 1.2rem;
  color: #000;
}

.sjdownloadTop {
  margin-top: 20px;
  padding: 0 15px;
  display: flex;
  justify-content: space-around;
}
.sjdownloadTop li {
  width: 16.6rem;
  /* height: 24rem; */
  padding-bottom: 2rem;
  box-shadow: 0px 2px 6px 1px rgba(36, 112, 148, 0.16);
}
.sjdownloadTop li img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
}
.sjdownloadTop li h2 {
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  margin-top: 1rem;
}
.sjdownloadTop li strong {
  display: block;
  font-size: 1.2rem;
  color: #000;
  text-align: center;
  margin-top: 0.6rem;
}
.sjdownloadTop li a {
  display: inline-block;
  width: 9.6rem;
  height: 3.3rem;
  line-height: 3.3rem;
  background-image: url(/skin/default/images/sj/downloadButton.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 3.3rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 1rem;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.sjdownloadTop li p {
  color: #999;
  font-size: 1rem;
  padding: 0 1.8rem;
  margin-top: 1rem;
  line-height: 1.8rem;
  text-align: center;
  position: relative;
}
.sjdownloadTop li p::before {
  position: absolute;
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background: #999;
  top: 0.6rem;
  left: 1rem;
}
.sjdownloadBottom {
  margin-top: 3rem;
  padding: 0 1.5rem;
}
.sjdownloadBottom p {
  color: #999;
  font-size: 1.2rem;
}
.sjdownloadBottomContent {
  padding: 0 10px;
}
.sjdownloadBottomContent li {
  padding-top: 30px;
  line-height: 21px;
  line-height: 21px;
}
.sjdownloadBottomContentIcon {
  width: 21px;
  height: 21px;
}
.sjdownloadBottomContent em {
  font-style: normal;
  color: #000000;
  font-size: 1.2rem;
  margin-left: 10px;
}
.sjdownloadBottomContentCopy {
  width: 18px;
  height: 18px;
}

.copySuccess,
.other-copySuccess {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99999;
  display: none;
}
.copySuccessBtn,
.other-copySuccessBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  background: #717171;
  color: #fff;
  font-size: 1.2rem;
}

.indexCopySuccessBtn {
  top: 95%;
}

.other-indexCopySuccessBtn {
  top: 90%;
}
