@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1482FF;
  border-color: #1482FF;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
.com-banner {
  background-position: bottom center;
  /* background-size: cover; */
  background-size: 12.2rem auto;
  background-repeat: no-repeat;
  background-image: url(/assets/img/singlepage/aws_banner.jpg);
}
.com-banner .section-main {
  padding: .16rem 0 .26rem;
  text-align: left;
  align-items: start;
}
.com-banner .section-main .title {
  max-width: 100%;
  margin: 0;
}
.com-banner .section-main .info {
  margin: 0.12rem 0 0.48rem;
}
.com-banner .section-main .btn {
  background-color: #fff;
  color: #012FA7;
  border-color: #fff;
}
.com-banner .section-main .btn:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.block-line {
  display: flex;
  gap: 0.24rem;
  flex-wrap: wrap;
}

.block-item {
  border: 1px solid #DEDEDE;
  border-top: 3px solid #012FA7;
  padding: 0.18rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.block-item .block-item-title {
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: 700;
  color: #012FA7;
}
.block-item .block-item-title + .block-item-desc {
  margin-top: 0.24rem;
}
.block-item .block-item-hl {
  margin: 0.02rem 0 0.18rem;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #141414;
  text-align: center;
}
.block-item .block-item-desc {
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: #797979;
}
.block-item .block-item-infos {
  display: flex;
  gap: 0.18rem;
  text-align: center;
  margin-top: 0.18rem;
  margin-bottom: auto;
  align-items: start;
}
.block-item .block-item-infos .block-item-info {
  padding: 0.04rem 0.12rem;
  flex: 1;
  border: 1px solid #DEDEDE;
}
.block-item .block-item-infos .block-item-info li {
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin: 0.08rem 0;
  color: rgba(0, 0, 0, 0.72);
}
.block-item .block-item-tip {
  margin-top: 0.12rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  color: rgba(0, 0, 0, 0.72);
  text-align: center;
}
.block-item .block-item-btn {
  font-size: 0.18rem;
  line-height: 0.28rem;
  border-radius: 0;
  font-weight: 500;
  text-align: center;
}

.service-section {
  background-color: #fff;
}
.service-section .dbox .btn {
  display: block;
  margin-top: 0.3rem;
}
.service-section .scroll-nav-box {
  position: sticky;
  top: 23%;
  float: left;
  margin-top: 1.28rem;
}
.service-section .scroll-nav-box li {
  margin: 0.18rem 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-weight: 500;
  color: #797979;
  cursor: pointer;
}
.service-section .scroll-nav-box li::before {
  content: "";
  width: 0;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  background-color: #000;
  transition: all ease 0.2s;
  border-radius: 4px;
}
.service-section .scroll-nav-box li.active {
  font-weight: 700;
  color: #000;
}
.service-section .scroll-nav-box li.active::before {
  width: 0.12rem;
  margin-right: 0.04rem;
}
.service-section .scroll-box {
  width: 72%;
  margin-left: auto;
}
.service-section .scroll-box li + li .service-item {
  border-top: 1px solid #DEDEDE;
}
.service-section .scroll-box .service-item {
  margin-bottom: 0.8rem;
  padding-top: 0.32rem;
}
.service-section .scroll-box .service-item .line-title {
  font-weight: 700;
  color: #000;
  font-size: 0.48rem;
  line-height: 0.6rem;
  display: block;
  margin-bottom: 0.24rem;
  margin-top: 0.48rem;
}
.service-section .scroll-box .service-item .btn {
  padding: 0.09rem 0.29rem;
  margin-top: 0.24rem;
}
.service-section .scroll-box .service-item .t1 .block-item {
  border-top-width: 6px;
  padding: 0.3rem 0.24rem 0.36rem;
}
.service-section .scroll-box .service-item .t1 .block-item .block-item-title {
  text-align: center;
}
.service-section .scroll-box .service-item .t1 .block-item .block-item-infos {
  align-items: stretch;
  flex: 1;
}
.service-section .scroll-box .service-item .t2 .block-item-title + .block-item-desc {
  margin-top: 0.06rem;
}
.service-section .scroll-box .service-item .t3 .block-item {
  border-top-width: 6px;
  padding: 0.3rem 0.24rem 0.48rem;
}
.service-section .scroll-box .service-item .t3 .block-item .block-item-title {
  text-align: center;
}
.service-section .scroll-box .service-item .t3 .block-item .block-item-infos .block-item-info {
  padding: 0.08rem 0.12rem;
}
.service-section .scroll-box .service-item .t3 .block-item .block-item-infos .block-item-info li {
  color: #141414;
}

.ope-section .ope-tab {
  margin-top: 0.48rem;
  margin-bottom: 0.18rem;
  display: flex;
  gap: 0.24rem;
}
.ope-section .ope-tab .tabitem {
  border: 1px solid #DEDEDE;
  padding: 0.09rem 0;
  text-align: center;
  flex: 1;
  font-size: 0.18rem;
  line-height: 0.28rem;
  cursor: pointer;
}
.ope-section .ope-tab .tabitem.active {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}
.ope-section .ope-tabcont {
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #141414;
}
.ope-section .ope-tabcont .block-line {
  margin-top: 0.24rem;
}
.ope-section .ope-tabcont .block-line .block-item {
  padding: 0.36rem 0.24rem 0.48rem;
  border-top-width: 6px;
}
.ope-section .ope-tabcont .block-line .block-item .block-item-title {
  text-align: center;
}
.ope-section .ope-tabcont .block-line .block-item .block-item-infos {
  flex: 1;
  align-items: stretch;
}
.ope-section .ope-tabcont .block-line .block-item .block-item-infos .block-item-info {
  padding: 0.16rem 0.24rem;
}
.ope-section .ope-tabcont .block-line .block-item .block-item-infos .block-item-info li {
  color: #141414;
}
.ope-section .ope-tabcont .block-line .block-item .block-item-tip {
  margin: 0.08rem 0 0.18rem;
}
.ope-section .ope-tabcont .block-line .block-item .block-item-btn {
  padding: 0.09rem 0.29rem;
}

.form-box {
  border-radius: 0.08rem;
  background-color: #fff;
  padding: 0.36rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  margin-left: auto;
  color: rgba(0, 0, 0, 0.72);
}
.form-box .top .title {
  font-size: 0.3rem;
  line-height: 0.42rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  max-width: initial;
  display: flex;
  justify-content: space-between;
}
.form-box .top .link {
  color: #1482FF;
  margin-top: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 400;
}
.form-box form {
  margin: 0.36rem 0 0;
}
.form-box form > div + div {
  margin-top: 0.18rem;
}
.form-box form label {
  margin-bottom: 0.08rem;
  display: block;
}
.form-box form .ipt-line {
  border: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
  color: #DEDEDE;
  border-radius: 0.04rem;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.form-box form .ipt-line:hover {
  border-color: #012FA7;
}
.form-box form .ipt-line .form-control {
  border: none;
  padding: 0.11rem;
  flex: 1;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.form-box form .ipt-line .form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #DEDEDE;
}
.form-box form .ipt-line .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #DEDEDE;
}
.form-box form .ipt-line .form-control::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #DEDEDE;
}
.form-box form .ipt-line .btn-captcha {
  padding: 0 0.12rem 0 0;
  cursor: pointer;
  white-space: nowrap;
  word-break: keep-all;
  transition: color 0.2s ease;
  min-width: 1.56rem;
  text-align: right;
  color: #141414;
}
.form-box form .ipt-line .btn-captcha:hover {
  color: #012FA7;
}
.form-box form .ipt-line .btn-captcha.disabled {
  color: #DEDEDE;
}
.form-box form .btn {
  width: 100%;
  margin-top: 0.36rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  padding: 0.08rem 0;
  text-align: center;
}
.form-box form + .info {
  margin-top: 8px;
  color: #797979;
  margin-bottom: 0;
  font-size: 0.14rem;
  line-height: 0.22rem;
}
.form-box form + .info span {
  color: #1482FF;
  cursor: pointer;
}

.btm-section {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/assets/img/singlepage/aws_btm.jpg);
  background-color: #fff;
}
.btm-section .section-main {
  padding: 0.4rem 0;
  text-align: left;
  align-items: start;
}
.btm-section .section-main .title {
  font-weight: 700;
  font-size: 0.56rem;
  line-height: 0.68rem;
}
.btm-section .section-main .info {
  margin: 0.12rem 0 0.36rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.btm-section .section-main .btn {
  font-size: 0.18rem;
  line-height: 0.28rem;
  width: -moz-fit-content;
  width: fit-content;
}

/* .btn-captcha {
  width: 1.2rem;
  text-align: right;
  padding-right: 0.2rem;
} */

.cash-section .section-title span {
  color: #012FA7;
}
.cash-section .tip {
  margin: 0.48rem 0 0.24rem;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #012FA7;
  font-weight: 700;
}
.cash-section .section-main > .flex {
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center 0.37rem;
  background-size: 8.42rem;
  background-image: url(/assets/img/singlepage/line.png);
}
.cash-section .item {
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.cash-section .item .img-box {
  width: 1rem;
  height: 1rem;
  margin: 0 auto 0.24rem;
  display: block;
  border-radius: 1rem;
  border: 2px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cash-section .item .img-box span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.48rem auto;
  width: 0.48rem;
  height: 0.48rem;
}
.cash-section .item .img-box span.i1 {
  background-image: url("/assets/img/alrhr1706666.png");
}
.cash-section .item .img-box span.i2 {
  background-image: url("/assets/img/olnec1706666.png");
}
.cash-section .item .img-box span.i3 {
  background-image: url("/assets/img/singlepage/aasfr1706666.png");
}
.cash-section .item .img-box span.i4 {
  background-image: url("/assets/img/singlepage/aktyr1706666.png");
}
.cash-section .item .img-box span.i5 {
  background-image: url("/assets/img/singlepage/wertr1706666.png");
}
.cash-section .item .img-box span.i6 {
  background-image: url("/assets/img/singlepage/rmhgt1706666.png");
}

@media screen and (max-width: 980px) {
  .service-section .scroll-nav-box {
    display: none;
  }
  .service-section .scroll-box {
    width: 100%;
    margin-top: 0.24rem;
  }
  .service-section .scroll-box .service-item .title-p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.12rem;
    margin-top: 0.24rem;
  }
  .service-section .scroll-box .service-item .title {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .service-section .scroll-box .service-item .info {
    margin: 0;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: #797979;
  }
  .service-section .scroll-box .service-item .t1 .block-item {
    min-width: 300px;
  }
  .service-section .section-box {
    padding-bottom: 0.24rem;
  }
  .ope-section .topTine-box {
    margin-bottom: 0.64rem;
  }
  .ope-section .ope-tabcont .block-line .block-item {
    min-width: 200px;
  }
  .ope-section .ope-tabcont .block-line .block-item .block-item-btn {
    padding: 0.08rem 0;
  }
  .cash-section .section-main > .flex {
    flex-wrap: wrap;
    background-image: none;
  }
  .cash-section .item {
    width: 33%;
    text-align: center;
    padding-top: .24rem;
  }
}
#aside .tool-btns .btn:hover .details3 {
  width: 1.5rem;
}
#aside .details3 {
  position: absolute;
  box-sizing: border-box;
  word-break: keep-all;
  padding: 0;
  right: 0.64rem;
  top: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  width: 0;
  cursor: auto;
}
#aside .details3 .inner {
  background-color: #fff;
  padding: 0.12rem 0.24rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.72);
  white-space: nowrap;
}
#aside .details3 .inner .icon-tel {
  font-size: 0.12rem;
  color: #012fa7;
  margin-bottom: 0.06rem;
  display: block;
}
#aside .details3 .inner .icon-tel::before {
  margin-right: 4px;
}
#aside .btn-wechat .details3 .inner {
  color: #012FA7;
  text-align: center;
}
#aside .btn-wechat .details3 .inner .img-addon {
  width: 100%;
  height: 1rem;
  overflow: hidden;
  position: relative;
  margin-top: 0.1rem;
}
#aside .btn-wechat .details3 .inner .img-addon img {
  position: absolute;
  top: -0.46rem;
  -o-object-fit: initial;
     object-fit: initial;
  height: 1.8rem;
  width: auto;
  left: -0.14rem;
}

@media screen and (max-width: 776px) {
  #aside .details3 .inner {
    font-size: 0.24rem;
    line-height: 2;
    padding: 0.18rem 0.36rem 0.24rem;
  }
  #aside .btn-wechat .details3 .inner .img-addon {
    height: 1.28rem;
  }
  #aside .btn-wechat .details3 .inner .img-addon img {
    top: -0.58rem;
    height: 2.3rem;
    left: -0.2rem;
  }
} 