p {
  margin: 0;
  padding: 0;
}
.starpos .section {
  background-repeat: no-repeat;
  background-size: cover;
}

.starpos .section h1 {
  color: #3c3835;
  text-align: center;
  font-size: 36px;
  letter-spacing: 0.2rem;
  margin: 110px 0 25px 0;
}

.starpos .section p.desc {
  color: #a1a1a1;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
  line-height: 34px;
}

.starpos .section .white {
  color: white !important;
}

.starpos .section .wrapper .img {
  margin: auto;
  display: block;
}

.starpos .btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 38px;
  letter-spacing: 0.2rem;
  background-image: linear-gradient(to bottom, #1780dc, #015aa8);
  color: #fff;
  box-sizing: border-box;
  width: 289px;
  height: 78px;
}

.starpos .btn:hover {
  cursor: pointer;
  color: #3371fb;
  border: 1px solid #3371fb;
  background: RGB(255, 255, 255, 0);
}

.starpos .btn2 {
  background: unset;
  color: #ffffff;
  border: 1px solid #ffffff;
  /*box-sizing: border-box;*/
}

.starpos .btn2:hover {
  background: unset;
  color: #ffffff;
  border: 1px solid #ffffff;
  /*box-sizing: border-box;*/
}

.starpos .section_banner {
  background-image: url(/Content/new/assets/imgs/starpos/1-5.jpg);
  height: 700px;
}

.starpos .section_banner .wrapper {
  position: relative;
  /*overflow: unset;*/
  width: 68%;
  transform: translateX(50px);
  display: flex;
}
.starpos .section_banner .left_wrapper {
  margin-top: 200px;
  margin-bottom: 170px;
}
.starpos .section_banner .logo {
  /*margin-top: 165px;*/
  /*margin-top: 13%;*/
  /*width: 21%;*/
}

.starpos .section_banner h2 {
  color: #fff;
  font-size: 28px;
  margin-top: -20px;
}
.starpos .section_banner .list {
  display: flex;
  font-size: 18px;
}
.starpos .section_banner .list .item {
  position: relative;
  z-index: 0;
}
.starpos .section_banner .list .item span {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
}

.starpos .section_banner .document-starpos {
  margin-top: 20px;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 10px #9a9a9a7d;
  height: 62px;
  width: 220px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  letter-spacing: 0.2rem;
  background: RGB(255, 255, 255, 0.2);
  box-sizing: border-box;
}

.starpos .section_banner .document-starpos:hover {
  cursor: pointer;
  border: none;
  background-image: linear-gradient(to bottom, #1780dc, #015aa8);
}

.starpos .section_banner .document-starpos img {
  width: 40px;
  margin-right: 10px;
}

.starpos .section_banner .btn {
  margin-top: 20px;
  border-radius: 10px;
  font-size: 28px;
  width: 230px;
  height: 62px;
  margin-left: 20px;
}

.starpos .section_banner .btn:hover {
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: RGB(255, 255, 255, 0);
}

.starpos .section_banner .wrapper .img {
  /*position: absolute;
    bottom: 65px;
    right: 0;*/
  margin-right: 0;
  margin-bottom: 65px;
  width: 55%;
}

.starpos .section-2 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.starpos .section-2 ul li {
  position: relative;
  width: 33.3%;
}
.starpos .section-2 ul li:nth-child(2) {
  margin: 0 10px;
}
.starpos .section-2 ul li img {
  width: 100%;
  height: 100%;
}
.starpos .section-2 ul li .desc {
  font-size: 26px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.starpos .section-2 ul li .desc img {
  width: 65px;
}
.starpos .section-2 ul li .desc span {
  margin: 10px 0;
}

.starpos .section-3 .wrapper .img {
  margin-bottom: 110px;
}

.starpos .section-4 {
  background-image: url(/Content/new/assets/imgs/starpos/4-2.jpg);
  height: 800px;
}
.starpos .section-8 {
  background-image: url(/Content/new/assets/imgs/starpos/8-2.jpg);
  height: 910px;
}

.starpos .section-4 .wrapper,
.starpos .section-8 .wrapper {
  display: flex;
  justify-content: space-between;
}
.starpos .section-8 .wrapper {
  overflow: unset;
}

.starpos .section-4 .wrapper .left,
.starpos .section-8 .wrapper .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.starpos .section-8 .wrapper .left {
  flex: 1;
  max-width: 460px;
}
.starpos .section-4 .wrapper .right {
  display: flex;
  flex-direction: column;
}
.starpos .section-8 .wrapper .right {
  width: 793px;
  position: relative;
}
.starpos .section-8 .wrapper .right .img {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-60%);
}
.starpos .section-4 .wrapper .title,
.starpos .section-8 .wrapper .title {
  font-size: 38px;
  color: #fff;
  margin-bottom: 36px;
  line-height: 48px;
  width: 433px;
}
.starpos .section-4 .wrapper .desc,
.starpos .section-8 .wrapper .desc {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
  font-weight: normal;
}
.starpos .section-4 .wrapper .btn,
.starpos .section-8 .wrapper .btn {
  margin-top: 70px;
  font-size: 30px;
  width: 260px;
  height: 70px;
}

.starpos .section-7 h1,
.starpos .section-5 h1 {
  margin-bottom: 50px;
}

.starpos .section-5 .content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  background-image: url(/Content/new/assets/imgs/starpos/5-3.jpg);
  margin-bottom: 115px;
  background-size: cover;
}
.starpos .section-7 .content-wrapper {
  background-image: url(/Content/new/assets/imgs/starpos/7-3.jpg);
  margin-bottom: 115px;
  background-size: cover;
  position: relative;
  background-size: cover;
}
.starpos .section-5 .content-wrapper .text-wrapper {
  width: 570px;
}
.starpos .section-7 .content-wrapper .text-wrapper {
  width: 640px;
  right: 37%;
  position: absolute;
}
.starpos .section-7 .content-wrapper .title,
.starpos .section-5 .content-wrapper .title {
  font-size: 50px;
  color: #fff;
  font-style: italic;
  margin-top: 180px;
  line-height: 52px;
}
.starpos .section-7 .content-wrapper .desc,
.starpos .section-5 .content-wrapper .desc {
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  margin-top: 45px;
  position: relative;
}
.starpos .section-5 .content-wrapper .desc:before,
.starpos .section-7 .content-wrapper .desc:before {
  content: "";
  position: absolute;
  left: -32px;
  top: 6px;
  background: url(/Content/new/assets/imgs/starpos/5-2.png) no-repeat;
  width: 26px;
  height: 26px;
  background-size: 100%;
}
.starpos .section-5 .content-wrapper .desc {
  width: 595px;
}
.starpos .section-5 .content-wrapper .title,
.starpos .section-5 .content-wrapper .desc {
  margin-left: -90px;
}
.starpos .section-7 .content-wrapper .img-wrapper {
  right: 0;
  display: flex;
  flex-direction: row-reverse;
}

.starpos .section-6 {
  background-image: url(/Content/new/assets/imgs/starpos/6-2.jpg);
  height: 768px;
}
.starpos .section-6 h1 {
  margin-top: 240px;
  margin-bottom: 40px;
}
.starpos .section-6 .wrapper .img {
  margin: auto;
  display: block;
  margin-top: 55px;
}

.starpos .section-9 .wrapper .img {
  margin-top: 80px;
  margin-bottom: 90px;
}

.starpos .section-10 {
  background-image: url(/Content/new/assets/imgs/starpos/10-2.jpg);
}
.starpos .section-10 .wrapper .img {
  transform: translateX(-31%);
  margin-top: 100px;
  margin-bottom: 80px;
}

.starpos .section-11 .wrapper .img {
  margin-bottom: 130px;
}

.starpos .section-12 {
  /* background-image: url(/Content/new/assets/imgs/starpos/12-2.jpg); */
  background-color: #eff6ff;
  padding-bottom: 80px;
}
.starpos .section-12 p.desc {
  color: #4b4b4c;
}

.starpos .sectionJoin-wrap h1 {
  margin-bottom: 60px;
}
