@charset "UTF-8";
.moSet {
  display: none;
}

@media (max-width: 640px) {
  .pcSet {
    display: none;
  }
  .moSet {
    display: block;
  }
}
.btnrow a:hover {
  cursor: pointer;
}

.v2-page-pay * {
  line-height: 150%;
}

.v2-o-info-banner {
  background-image: url(../images/3G-KV.jpg?20240426);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-color: #b3b8b2;
  height: auto;
  background-size: auto 100%;
}
@media (max-width: 1280px) {
  .v2-o-info-banner {
    background-position: 70% 0;
  }
}
@media (max-width: 640px) {
  .v2-o-info-banner {
    background-image: unset;
    background-color: unset;
  }
}
.v2-o-info-banner .bannerw {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .v2-o-info-banner .bannerw {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .v2-o-info-banner .bannerw {
    width: calc(100% - 20px);
  }
}
.v2-o-info-banner .bannerS {
  padding: 58px 0;
}
@media (max-width: 640px) {
  .v2-o-info-banner .bannerS {
    background-image: url(../images/m-3G-KV.jpg?20240426);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-color: #b3b8b2;
    height: auto;
    padding: 20px 0 65%;
    background-size: 100%;
  }
}
@media (max-width: 1280px) {
  .v2-o-info-banner .bannerS img {
    width: 580px;
  }
}
@media (max-width: 640px) {
  .v2-o-info-banner .bannerS img {
    width: auto;
    margin: 0 auto;
  }
}
.v2-o-info-banner .bannerTxt {
  padding-bottom: 100px;
}
@media (max-width: 640px) {
  .v2-o-info-banner .bannerTxt {
    background-color: #f4f4f4;
    padding: 10px 0 10px;
  }
}
.v2-o-info-banner .bannerTxt p {
  color: #000;
  width: 794px;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 15px;
  padding-left: 60px;
}
@media (max-width: 1280px) {
  .v2-o-info-banner .bannerTxt p {
    width: 580px;
    padding-left: 50px;
  }
}
@media (max-width: 640px) {
  .v2-o-info-banner .bannerTxt p {
    width: 100%;
    padding-left: 20px;
    text-align: center;
  }
}

.sec-content {
  padding: 50px 0;
}
@media (max-width: 640px) {
  .sec-content {
    padding: 20px 0;
  }
}
.sec-content .sec-title {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 1440px) {
  .sec-content .sec-title {
    padding: 40px 0 0;
  }
}
.sec-content .sec-title h2 {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 100%;
}
@media (max-width: 640px) {
  .sec-content .sec-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .sec-content .sec-title h2 {
    line-height: 130%;
    display: block;
  }
}
.sec-content .sec-title h2 img {
  margin-right: 10px;
}
@media (max-width: 640px) {
  .sec-content .sec-title h2 img {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .sec-content .sec-title h2 img {
    margin: 0 auto 10px;
    display: block;
  }
}
.sec-content .sec-title h2 b {
  line-height: 100%;
}
.sec-content .sec-title h2 b.spanBox {
  display: block;
  width: 100%;
}
.sec-content .sec-title h2 small {
  font-size: 0.5em;
  font-weight: bold;
  line-height: 100%;
}
@media (max-width: 480px) {
  .sec-content .sec-title h2 small {
    transform: translateY(-30%);
  }
}
.sec-content .sec-title h2 span.o-bar {
  display: block;
  width: 60px;
  height: 3px;
  margin: 20px auto;
  background-color: #ff6700;
}
.sec-content .sec-title p {
  line-height: 150%;
}
.sec-content:nth-child(odd) {
  background-color: #f4f4f4;
}
.volteStyle {
  background-image: url(../images/intro-volte-bg2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 70px;
}
@media (max-width: 480px) {
  .volteStyle {
    background-position: 50% 0px;
  }
}
.volteStyle .features-style {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.volteStyle .features-style li {
  width: 33.33%;
  width: 16.6666666667%;
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 1280px) {
  .volteStyle .features-style li {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .volteStyle .features-style li {
    width: 50%;
  }
}
.volteStyle .features-style li .icon {
  margin-bottom: 10px;
  width: auto;
  display: block;
  height: auto;
}
.volteStyle .features-style li .icon img {
  margin: 0 auto;
  width: 115px;
}
@media (max-width: 1280px) {
  .volteStyle .features-style li .icon img {
    width: 60%;
  }
}
.volteStyle .features-style li .ttxt h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .volteStyle .features-style li .ttxt h3 {
    font-size: 20px;
  }
}
.volteStyle .features-style li .ttxt p {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 768px) {
  .volteStyle .features-style li .ttxt p {
    font-size: 14px;
  }
}
.volteStyle .ps {
  margin-top: 20px;
  text-align: center;
}
.volteStyle .ps p {
  font-size: 14px;
  font-weight: normal;
}
@media (max-width: 480px) {
  .volteStyle .ps p {
    font-size: 12px;
  }
}
.volteStyle .ps h3 {
  font-size: 16px;
  margin-top: 10px;
  color: #686868;
}
.volteStyle .ps h3 b {
  text-decoration: underline;
}

.diyStyle {
  padding-bottom: 90px;
}
.diyStyle .sec-title h2 {
  line-height: 150%;
}
@media (max-width: 480px) {
  .diyStyle .sec-title {
    padding: 40px 0 0;
  }
  .diyStyle .sec-title h2 {
    line-height: 130%;
    font-size: 20px;
  }
}
.diyStyle .steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 1441px) {
  .diyStyle .steps {
    width: 1240px;
  }
}
@media (max-width: 1280px) {
  .diyStyle .steps {
    margin: 0 80px;
  }
}
@media (max-width: 1200px) {
  .diyStyle .steps {
    margin: 0;
    justify-content: space-evenly;
  }
}
@media (max-width: 480px) {
  .diyStyle .steps {
    display: block;
  }
}
.diyStyle .steps li {
  width: calc(33.3333333333% - 20px);
  width: 340px;
  background-color: #fff;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 1280px) {
  .diyStyle .steps li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 1200px) {
  .diyStyle .steps li {
    width: 340px;
    margin: 10px 10px;
  }
}
@media (max-width: 900px) {
  .diyStyle .steps li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .diyStyle .steps li {
    width: calc(100% - 20px);
  }
}
.diyStyle .steps li .box {
  padding-bottom: 175px;
  box-sizing: border-box;
  height: 100%;
}
@media (max-width: 480px) {
  .diyStyle .steps li .box {
    padding-bottom: 25px;
  }
}
.diyStyle .steps li .box .cover {
  height: 141px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: none;
}
.diyStyle .steps li .box .txt {
  padding: 20px 0;
}
.diyStyle .steps li .box .txt .smallTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .diyStyle .steps li .box .txt .smallTitle {
    display: block;
  }
}
.diyStyle .steps li .box .txt .smallTitle b {
  display: inline-block;
  background-color: #2d2d6c;
  color: #fff;
  padding: 3px 13px 3px 8px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px) {
  .diyStyle .steps li .box .txt .smallTitle b {
    font-size: 14px;
  }
}
.diyStyle .steps li .box .txt .smallTitle h4 {
  color: #ff6700;
  font-size: 22px;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .diyStyle .steps li .box .txt .smallTitle h4 {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 10px;
    text-align: center;
  }
}
.diyStyle .steps li .box .inside {
  padding: 15px;
}
.diyStyle .steps li .box .inside h5 {
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .diyStyle .steps li .box .inside h5 {
    font-size: 17px;
  }
}
.diyStyle .steps li .box .btnss {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}
@media (max-width: 480px) {
  .diyStyle .steps li .box .btnss {
    position: initial;
  }
}
.diyStyle .steps li .box .btnss .btnrow {
  margin: 0;
}
@media (max-width: 640px) {
  .diyStyle .steps li .box .btnss .btnrow {
    margin: 0 20px;
  }
}
@media (max-width: 640px) {
  .diyStyle .steps li .box .btnss .btnrow a {
    flex: none;
    line-height: 2em;
    padding-left: 0;
    padding-right: 0;
    width: auto !important;
    margin: 0 !important;
  }
}
.diyStyle .ps {
  text-align: right;
  font-size: 12px;
  font-weight: normal;
  margin-top: 20px;
}
@media (min-width: 1441px) {
  .diyStyle .ps {
    margin: 20px 100px 0;
  }
}
@media (max-width: 480px) {
  .diyStyle .ps {
    text-align: center;
  }
}

.voltePhoneStyle .sec-title,
.myfonePhoneStyle .sec-title {
  align-items: baseline;
}
@media (max-width: 480px) {
  .voltePhoneStyle .sec-title,
  .myfonePhoneStyle .sec-title {
    padding: 40px 0 0;
  }
}
.voltePhoneStyle .sec-content-detail .mySwiper .phoneblock,
.myfonePhoneStyle .sec-content-detail .mySwiper .phoneblock {
  padding: 15px;
}
.voltePhoneStyle .ps,
.myfonePhoneStyle .ps {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .voltePhoneStyle .btnrow,
  .myfonePhoneStyle .btnrow {
    flex-direction: initial;
  }
  .voltePhoneStyle .btnrow a,
  .myfonePhoneStyle .btnrow a {
    width: 40% !important;
    flex: none;
  }
}
.voltePhoneStyle .swiper-wrapper,
.myfonePhoneStyle .swiper-wrapper {
  align-items: stretch;
}
.voltePhoneStyle .swiper-wrapper .swiper-slide,
.myfonePhoneStyle .swiper-wrapper .swiper-slide {
  height: unset;
}
.voltePhoneStyle .swiper-wrapper .swiper-slide .box,
.voltePhoneStyle .swiper-wrapper .swiper-slide .phoneblock,
.myfonePhoneStyle .swiper-wrapper .swiper-slide .box,
.myfonePhoneStyle .swiper-wrapper .swiper-slide .phoneblock {
  height: 100%;
}
.voltePhoneStyle .specialPrice,
.myfonePhoneStyle .specialPrice {
  margin-top: 10px;
}

.voltePhoneStyle .phoneblock .card-body .specialPrice {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .voltePhoneStyle .phoneblock .card-body .specialPrice {
    display: block;
  }
}
.voltePhoneStyle .phoneblock .card-body .specialPrice p {
  line-height: 100%;
}
@media (max-width: 980px) {
  .voltePhoneStyle .phoneblock .card-body .specialPrice p {
    font-size: 12px;
    line-height: 140%;
  }
}
.voltePhoneStyle .phoneblock .card-body .specialPrice p:last-child {
  font-size: 1.2em;
  margin-left: 10px;
}
@media (max-width: 980px) {
  .voltePhoneStyle .phoneblock .card-body .specialPrice p:last-child {
    margin: 5px 0 0 0;
    font-size: 16px;
  }
}
.voltePhoneStyle .sec-title2 {
  padding-top: 50px;
  font-size: 0.9em;
  padding-bottom: 0;
}
.voltePhoneStyle .sec-title2 h2 {
  margin: 0;
}

@media (max-width: 640px) {
  .myfonePhoneStyle .phoneblock .card-body .specialPrice p {
    font-size: 12px;
    line-height: 140%;
  }
}
.myfonePhoneStyle .phoneblock .card-body .specialPrice p:last-child {
  font-size: 1.2em;
}
@media (max-width: 640px) {
  .myfonePhoneStyle .phoneblock .card-body .specialPrice p:last-child {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .myfonePhoneStyle .phoneblock {
    padding-bottom: 70px !important;
  }
  .myfonePhoneStyle .phoneblock .specialPrice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.simcard .sec-title {
  padding-bottom: 0;
}
.simcard .sec-content-detail {
  padding-bottom: 40px;
}
.simcard .sec-content-detail .box {
  display: flex;
  width: 1000px;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1280px) {
  .simcard .sec-content-detail .box {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .simcard .sec-content-detail .box {
    display: block;
  }
}
.simcard .sec-content-detail .box .covers {
  width: 35%;
  margin-right: 60px;
}
@media (max-width: 640px) {
  .simcard .sec-content-detail .box .covers {
    margin: 0 auto 20px;
  }
}
.simcard .sec-content-detail .box .txt {
  width: calc(65% - 60px);
}
@media (max-width: 640px) {
  .simcard .sec-content-detail .box .txt {
    width: calc(100% - 30px);
    margin: 0 0px 0 30px;
  }
}
.simcard .sec-content-detail .box .txt ul li {
  margin: 10px 0;
  list-style: initial;
}
.simcard .sec-content-detail .box .txt ul li p {
  font-size: 20px;
}
@media (max-width: 480px) {
  .simcard .sec-content-detail .box .txt ul li p {
    font-size: 18px;
  }
}

.bigVideo {
  padding: 20px 0 70px;
}
@media (max-width: 640px) {
  .bigVideo {
    padding: 0px 0 50px;
  }
}
.bigVideo .sec-title {
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  .bigVideo .sec-title {
    padding-bottom: 0;
  }
}
.bigVideo .video-box {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bigVideo .video-box {
    width: 100%;
  }
}

.motoGStyle .sec-title {
  padding-bottom: 0;
}
.motoGStyle .sec-content-detail .box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .motoGStyle .sec-content-detail .box {
    display: block;
  }
}
.motoGStyle .sec-content-detail .box .left {
  width: 400px;
}
@media (max-width: 980px) {
  .motoGStyle .sec-content-detail .box .left {
    width: 300px;
  }
}
@media (max-width: 640px) {
  .motoGStyle .sec-content-detail .box .left {
    margin: 0 auto;
  }
  .motoGStyle .sec-content-detail .box .left img {
    transform: translateX(-5%);
  }
}
@media (max-width: 480px) {
  .motoGStyle .sec-content-detail .box .left {
    width: 90%;
  }
  .motoGStyle .sec-content-detail .box .left img {
    transform: translateX(0);
  }
}
.motoGStyle .sec-content-detail .box .right {
  margin-left: 50px;
}
@media (max-width: 640px) {
  .motoGStyle .sec-content-detail .box .right {
    width: 80%;
    margin: 30px auto 0;
  }
}
@media (max-width: 480px) {
  .motoGStyle .sec-content-detail .box .right {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .motoGStyle .sec-content-detail .box .right .btnrow {
    display: block;
  }
}
@media (max-width: 640px) {
  .motoGStyle .sec-content-detail .box .right .btnrow a {
    width: 40% !important;
  }
}
.motoGStyle .sec-content-detail .ps p {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

.plansStyle {
  padding: 50px 0 100px;
}
@media (max-width: 640px) {
  .plansStyle {
    padding: 20px 0 70px;
  }
}
.plansStyle .mySwiper .swiper-wrapper {
  align-items: stretch;
}
.plansStyle .mySwiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.plansStyle .mySwiper .box {
  background-color: #9A9A9A;
  padding: 0;
  border: 1px solid #c4c4c4;
  overflow: hidden;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 0 10px;
  height: 100%;
}
@media (max-width: 480px) {
  .plansStyle .mySwiper .box {
    margin: 0 3px;
  }
}
.plansStyle .mySwiper .box .card-body .plan-title {
  background-color: #fff;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 380px) {
  .plansStyle .mySwiper .box .card-body .plan-title {
    justify-content: center;
  }
}
.plansStyle .mySwiper .box .card-body .plan-title h5 {
  font-size: 36px;
  color: #FF6700;
}
@media (max-width: 480px) {
  .plansStyle .mySwiper .box .card-body .plan-title h5 {
    font-size: 30px;
  }
}
.plansStyle .mySwiper .box .card-body .plan-title h5 small {
  font-size: 16px;
}
.plansStyle .mySwiper .box .card-body .plan-title span {
  display: block;
  font-size: 16px;
  line-height: 100%;
}
.plansStyle .mySwiper .box .card-body .plan-title .ptitle-detail {
  width: auto;
}
@media (max-width: 380px) {
  .plansStyle .mySwiper .box .card-body .plan-title .ptitle-detail {
    margin-left: 15px;
  }
}
.plansStyle .mySwiper .box .card-body .plan-title .type-tag {
  width: auto;
}
.plansStyle .mySwiper .box .card-body .plan-title .type-tag b {
  display: block;
  background-color: #FF6700;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 57px;
  text-align: center;
}
@media (max-width: 480px) {
  .plansStyle .mySwiper .box .card-body .plan-title .type-tag b {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
.plansStyle .mySwiper .box .card-body .list {
  padding: 20px 20px;
}
@media (max-width: 1440px) {
  .plansStyle .mySwiper .box .card-body .list {
    padding: 20px 10px;
  }
}
.plansStyle .mySwiper .box .card-body .list ul {
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .plansStyle .mySwiper .box .card-body .list ul {
    padding-left: 20px;
  }
}
.plansStyle .mySwiper .box .card-body .list li {
  color: #fff;
  list-style: outside;
  margin: 10px 0;
}
@media (max-width: 1440px) {
  .plansStyle .mySwiper .box .card-body .list li {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .plansStyle .sec-content-detail .btnrow {
    display: block;
  }
}
@media (max-width: 640px) {
  .plansStyle .sec-content-detail .btnrow a {
    width: 40% !important;
  }
}

.mapStyle .sec-title {
  padding: 0;
}
.mapStyle .sec-title h2 {
  line-height: 130%;
}
.mapStyle .sec-content-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .mapStyle .sec-content-detail {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .mapStyle .sec-content-detail h3 {
    font-size: 20px;
  }
}
.mapStyle .sec-content-detail img {
  margin: 0 auto;
}
.mapStyle .sec-content-detail .txt {
  width: 45%;
}
@media (max-width: 1440px) {
  .mapStyle .sec-content-detail .txt {
    width: 55%;
  }
}
@media (max-width: 768px) {
  .mapStyle .sec-content-detail .txt {
    width: 100%;
  }
}
.mapStyle .sec-content-detail .map_cover {
  width: 50%;
  text-align: center;
}
@media (max-width: 1440px) {
  .mapStyle .sec-content-detail .map_cover {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .mapStyle .sec-content-detail .map_cover {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .faq .sec-title {
    padding: 40px 0 0;
  }
}
.faq .Question {
  padding: 10px 5px 10px 15px;
}

.bottomNotice {
  padding: 5px 0 25px;
}
.bottomNotice .twm-content-note {
  padding: 0;
  background: unset;
  box-shadow: unset !important;
}
@media (max-width: 980px) {
  .bottomNotice .twm-content-note {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .bottomNotice .twm-content-note {
    padding: 5px 0px;
  }
}
@media (max-width: 640px) {
  .bottomNotice .twm-content-note > ul {
    padding: 0;
  }
}
.bottomNotice .twm-content-note > ul > li {
  list-style: none;
}
.bottomNotice .notice-toggle-btn-v2024 {
  background: unset;
  padding: 10px 0 0;
}
@media (max-width: 640px) {
  .bottomNotice .notice-toggle-btn-v2024 {
    padding: 0;
  }
}
.bottomNotice .twm-content-note ul > li > ul {
  margin-left: 1rem;
  margin-top: 5px;
}
@media (max-width: 480px) {
  .bottomNotice .twm-content-note ul > li > ul {
    margin-left: 0.4em;
  }
}

.popuplayer {
  position: fixed;
  z-index: -999;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all linear 0.2s;
  opacity: 0;
}
.popuplayer .frames {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popuplayer .frames .p-body {
  min-width: 50%;
  max-width: 80%;
  max-height: 80vh;
  background: #fff;
  border-radius: 30px;
  position: relative;
  overflow: auto;
}
@media (max-width: 980px) {
  .popuplayer .frames .p-body {
    max-width: 98%;
  }
}
.popuplayer .frames .p-body .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.popuplayer .frames .p-body .p-body-content {
  padding: 30px;
}
@media (max-width: 1440px) {
  .popuplayer .frames .p-body .p-body-content {
    padding: 10px;
  }
}
@media (max-width: 1280px) {
  .popuplayer .frames .p-body .p-body-content {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .popuplayer .frames .p-body .p-body-content {
    padding: 2px;
  }
}
.popuplayer .frames .p-body .p-body-content img {
  margin: 0 auto;
  max-height: 70vh;
}
.popuplayer .close-btn {
  cursor: pointer;
}
.popuplayer.active {
  z-index: 999999999999;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8117647059);
}
.popuplayer.guideVideo .frames .p-body {
  width: auto;
  overflow: visible;
}
@media (max-width: 980px) {
  .popuplayer.guideVideo .frames .p-body {
    width: 100%;
  }
}
.popuplayer.guideVideo .frames .p-body iframe {
  border-radius: 30px;
}
.popuplayer.guideVideo .frames .p-body .p-body-content {
  padding: 0;
}
.popuplayer.guideVideo .frames .p-body .close-btn {
  right: -25px;
  top: -25px;
}
@media (max-width: 980px) {
  .popuplayer.guideVideo .frames .p-body .close-btn {
    right: 0px;
    top: -45px;
  }
}
.popuplayer.moreplan .frames .p-body .custom_full_table {
  border-bottom: 1px solid #c7c7c7;
}
@media (max-width: 1280px) {
  .popuplayer.moreplan .frames .p-body .custom_full_table {
    border-radius: 30px;
  }
}
.popuplayer.moreplan .frames .p-body .txttt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 130%;
}
@media (max-width: 1440px) {
  .popuplayer.moreplan .frames .p-body .txttt {
    margin: 20px;
  }
}
.popuplayer.moreplan .frames .close-btn {
  right: calc(8% - 19px);
  top: calc(15% - 19px);
  position: absolute;
}
@media (max-width: 1440px) {
  .popuplayer.moreplan .frames .close-btn {
    top: calc(10% - 19px);
  }
}
@media (max-width: 980px) {
  .popuplayer.moreplan .frames .close-btn {
    right: calc(5% - 19px);
    top: calc(13% - 19px);
  }
}
@media (max-width: 640px) {
  .popuplayer.moreplan .frames .close-btn {
    right: calc(5% - 19px);
    top: calc(7% - 19px);
  }
}
.popuplayer.moreplan .custom_full_table thead td {
  background-color: #ff6700;
}
.popuplayer.moreplan .custom_full_table td {
  min-width: 100px;
}
.popuplayer.moreplan .custom_full_table tbody tr:nth-child(2) td:nth-child(2),
.popuplayer.moreplan .custom_full_table tbody tr:nth-child(3) td:nth-child(1),
.popuplayer.moreplan .custom_full_table tbody tr:nth-child(4) td:nth-child(2),
.popuplayer.moreplan .custom_full_table tbody tr:nth-child(5) td:nth-child(1),
.popuplayer.moreplan .custom_full_table tbody tr:nth-child(6) td:nth-child(1) {
  position: sticky;
  left: 100px;
  z-index: 5;
}
@media (max-width: 768px) {
  .popuplayer.moreplan .custom_full_table tr td:first-child {
    min-width: 100px;
  }
  .popuplayer.moreplan .custom_full_table tbody tr:nth-child(2) td:nth-child(2),
  .popuplayer.moreplan .custom_full_table tbody tr:nth-child(3) td:nth-child(1),
  .popuplayer.moreplan .custom_full_table tbody tr:nth-child(4) td:nth-child(2),
  .popuplayer.moreplan .custom_full_table tbody tr:nth-child(5) td:nth-child(1),
  .popuplayer.moreplan .custom_full_table tbody tr:nth-child(6) td:nth-child(1) {
    left: 100px;
    min-width: 100px;
  }
}
.popuplayer.station-close .frames .close-btn {
  position: absolute;
  right: calc(10% - 38px);
  top: calc(14.5% - 38px);
}
@media (max-width: 980px) {
  .popuplayer.station-close .frames .close-btn {
    right: 0;
    top: 5%;
  }
}
.popuplayer.station-close .frames .p-body {
  border-radius: 0;
}
.popuplayer.station-close .progress-style {
  text-align: center;
}
@media (max-width: 1366px) {
  .popuplayer.station-close .progress-style h2 {
    font-size: 24px;
    margin: 20px 0 0;
  }
}
.popuplayer.station-close .progress-style .table-sticky-wrapper {
  width: 100%;
  height: 60vh; /*外框的高度*/
  overflow: auto;
}
.popuplayer.station-close .progress-style .table-sticky-wrapper thead {
  z-index: 5;
  position: relative;
}
.popuplayer.station-close .progress-style .table-sticky-wrapper thead td {
  z-index: 5;
}
.popuplayer.station-close .progress-style .custom_full_table table {
  border-bottom: 1px solid #9b9b9b;
}
.popuplayer.station-close .progress-style .custom_full_table td {
  box-shadow: -1px 0 0 inset #ddd;
  line-height: 130%;
}
@media (max-width: 640px) {
  .popuplayer.station-close .progress-style .custom_full_table td {
    max-width: 90px;
    width: 90px;
    min-width: 90px;
    word-break: keep-all;
    word-break: break-all;
    overflow: hidden;
  }
  .popuplayer.station-close .progress-style .custom_full_table td:first-child {
    min-width: 70px;
    max-width: 70px;
    width: 70px;
  }
  .popuplayer.station-close .progress-style .custom_full_table td:last-child {
    min-width: 120px;
    max-width: 120px;
    width: 120px;
  }
}
.popuplayer.station-close .progress-style .custom_full_table thead tr,
.popuplayer.station-close .progress-style .custom_full_table thead td {
  background-color: #b0b0b0;
}
.popuplayer.detectDIY .p-body .p-body-content {
  padding: 25px;
}
.popuplayer.detectDIY .frames .p-body .close-btn {
  right: -10px;
}
.popuplayer.detectDIY h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.popuplayer.detectDIY p {
  line-height: 130%;
}
.popuplayer.detectDIY .device-system {
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 2px 15px;
  margin: 20px 0;
}
.popuplayer.detectDIY .device-system > li {
  display: flex;
  line-height: 130%;
  margin: 15px 0;
}
.popuplayer.detectDIY .device-system > li .sys {
  width: 120px;
}
.popuplayer.detectDIY .device-system > li .howto {
  width: calc(100% - 120px);
}
.popuplayer.detectDIY .device-system > li .howto ul li {
  list-style: initial;
}
.popuplayer.detectDIY .diyStep {
  line-height: 130%;
}
.popuplayer.detectDIY .diyStep ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  .popuplayer.detectDIY .diyStep ul {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.popuplayer.detectDIY .diyStep ul li {
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 1280px) {
  .popuplayer.detectDIY .diyStep ul li {
    width: calc(50% - 20px);
  }
  .popuplayer.detectDIY .diyStep ul li:last-child {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .popuplayer.detectDIY .diyStep ul li {
    width: calc(50% - 5px);
  }
  .popuplayer.detectDIY .diyStep ul li:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .popuplayer.detectDIY .diyStep ul li {
    width: 100%;
    margin-top: 30px;
  }
}
.popuplayer.detectDIY .diyStep ul li > div:first-child {
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 76%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .popuplayer.detectDIY .diyStep ul li > div:first-child {
    height: auto;
    width: 100%;
  }
}
.popuplayer.detectDIY .diyStep ul li h3 {
  display: flex;
  font-size: 20px;
  align-items: center;
}
@media (max-width: 1280px) {
  .popuplayer.detectDIY .diyStep ul li h3 {
    font-size: 18px;
  }
}
.popuplayer.detectDIY .diyStep ul li h3 span {
  display: block;
  background-color: #000;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  font-size: 22px;
}
@media (max-width: 1280px) {
  .popuplayer.detectDIY .diyStep ul li h3 span {
    width: 26px;
    height: 26px;
    line-height: 24px;
    font-size: 18px;
  }
}
.popuplayer.detectDIY .diyStep ul li p {
  font-size: 18px;
  width: 100%;
  line-height: 130%;
}
@media (max-width: 1280px) {
  .popuplayer.detectDIY .diyStep ul li p {
    font-size: 14px;
    text-align: center;
  }
}
.popuplayer.detectDIY .diyStep ul li .pic {
  margin-top: 10px;
}
.popuplayer.detectDIY .diyStep ul li .pic img {
  display: block;
}
#sec_price_table_v2023 {
  padding: 0;
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title {
  width: 200px;
}
@media (max-width: 767px) {
  #sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title {
    width: 150px;
  }
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-ex {
  width: calc(100% - 200px);
}
@media (max-width: 767px) {
  #sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-ex {
    width: calc(100% - 150px);
  }
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title .sameUL li.combine {
  min-height: 76px;
  height: auto;
  display: block;
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title .sameUL li.combine > div {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title .sameUL li.combine > div .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.4588235294);
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title .sameUL li.combine > div .right {
  width: 50%;
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title .sameUL li.combine > div .right div {
  height: 75.99px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4588235294);
}

#sec_price_table_v2023 .price_table_v2023#price_table_v2023_tabContent .plans-info-title .sameUL li.combine > div .right div:last-child {
  border-bottom: 0;
}/*# sourceMappingURL=layout.css.map */