body {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
  font-family: 'Segoe UI', Microsoft YaHei, Arial, Helvetica, sans-serif;
}

.container {
  margin: 0 auto;
  margin-bottom: 12px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.container-radius-all {
  border-radius: 12px;
}
.container-radius-all #howto-title {
  margin: 0 auto;
}
.container-radius-top {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.container-radius-bottom {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.back-arrow {
  font-size: 24px;
  text-decoration: none;
  color: #333;
}

.language-selector {
  cursor: pointer;
}

#language-menu {
  position: absolute;
  top: 30px;
  right: 0;
  background-color: white;
  border: 1px solid #706a6a;
  width: 150px;
}

#language-menu ul {
  list-style: none;
  padding: 10px;
  margin: 0;
}

#language-menu ul li {
  padding: 5px 10px;
  cursor: pointer;
}

#language-menu ul li:hover {
  background-color: #f0f0f0;
}

#page-title {
  margin-bottom: 20px;
}
#section-title {
  margin-bottom: 4px;
}
.hidden {
  display: none;
}
#HPP-web_howto_use_sim_title {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 4px;
}
.icon-icon_lange {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  display: inline-block;
  background-image: url('../imgs/lange.png');
}
.icon-icon_check {
  width: 12px;
  height: 7px;
  margin-left: 6px;
  opacity: 0.6;
  display: inline-block;
  background-image: url('../imgs/check.png');
}
.icon-icon_4g_camera {
  width: 24px;
  height: 24px;
  background-image: url('../imgs/icon_4g_camera.svg');
}
.icon-icon_alarm_device {
  width: 24px;
  height: 24px;
  background-image: url('../imgs/icon_alarm_device.svg');
}
.icon-icon_color_down {
  width: 18px;
  height: 26px;
  display: inline-block;
  background-image: url('../imgs/icon-color-down.svg');
}
.f22 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 22px;
  color: rgba(0, 0, 0, 0.9);
}
.f16 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}
.f14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.table-title {
  height: 44px;
  font-weight: 700;
  display: flex;
  align-items: center;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.08);
}
.web-table-title {
  height: 36px;
}
.tabel-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid rgba(0, 0, 0, 0.08);;
  border-right: 1px solid rgba(0, 0, 0, 0.08);;
}
.tabel-flex div {
  height: 36px;
  display: flex;
  text-align: left;
  margin-left: 12px;
  align-items: center;
}
.tabel-flex> :first-child {
  width: 70%;
}
.tabel-flex> :last-child {
  width: 30%;
}
.table-radius {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.mid-border {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.web-table-content {
  width: 70%;
  margin: 0 auto;
}
.tab-content-style {
  background: #f1f1f1;
  margin-bottom: 12px;
}
.display-image{
  height: 176px;
  width: 100%;
  position: relative;
  border-radius: 8px;
  background: #f1f1f1;
}
.display-image img {
  margin-top: 12px;
}
.web-display-image {
  display: none;
  height: 368px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
  background: #f1f1f1;
}
#web-display-image {
  width: calc( 100% - 160px);
}
#web-display-left, #web-display-right {
  height: 80px;
  cursor: pointer;
  margin-top: 148px;
}
.progress-box {
  width: 100%;
  height: 4px;
  display: flex;
  bottom: 12px;
  position: absolute;
  justify-content: center;
}
.progress-bar {
  width: 37px;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.progress-content {
  width: 21px;
  height: 100%;
  background-color: #ff0000;
  border-radius: 2px;
}
.progress-bar-axhome {
  background-color: #ff0000;
}
.progress-content-axhome {
  border-radius: 0px;
  background-color: #fff;
}
/* 语言切换弹窗 */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
}

.modal-content {
  background-color: white;
  margin: 0 auto;
  padding: 20px;
  /* border: 1px solid #888; */
  /* width: 400px; */
  max-height: 400px;
  overflow-y: auto;
}

.modal-content ul {
  list-style-type: none;
  padding: 0;
}

.modal-content li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.modal-content li.selected {
  color: red;
  font-weight: bold;
}

.close {
  color: black;
  float: right;
  font-size: 28px;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}
/* web适配 */
.web-show-content {
  display: flex;
  gap: 180px;
}
.web-container {
  height: 240px;
  padding: 24px;
  margin-top: 12px;
}
.web-4g-img{
  height: 180px;
  width: 180px;
  display: none;
  background-image: url('../imgs/4gservice.svg');
}
.web-table {
  width: 85%;
}
.margin-top16{
  margin-top: 16px;
}
/* 以下为直接拷贝的 HPP web */
.title{
    text-align: center;
}
.part-title{
    text-align: center;
}
.part-title-text-num{
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    height: 24px;
    display: inline-block;
    border-radius: 40px;
    background: linear-gradient(90.00deg, rgb(244, 217, 226) 4.051%,rgb(206, 209, 242) 100%);
    padding: 0 14px;
}
.part-title-text{
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    margin-left: 12px;
}
.step-content{
  background: rgb(255, 255, 255);
  width: 100%;
  /* margin-top: 28px; */
  padding-top: 36px;
}
.icon-down-style{
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
.part-content{
  margin-top: 8px;
  text-align: center;
}

.part-content-description-text{
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
    letter-spacing: 0px;
}
.img-style{
  width: 100%;
  height: 146px;
  margin: auto;
  margin-top: 12px;
}

.part-2-1-img{
    height: 100%;
    width: 100%;
    background-image: url('../imgs/image_apn_set_sim_bg.png');
}
.part-3-1-img{
    height: 100%;
    width: 100%;
    background-position: center center;  /* 图片在元素的水平和垂直方向居中 */
    background-repeat: no-repeat;
    background-image: url('../imgs/image_team_bg_04_portal.png');
}
.web-part-3-1-img{
  height: 100%;
  width: 100%;
  background: no-repeat;
  background-image: url('../imgs/web_image_team_bg_04_portal.png');
}

.video-style{
  margin: auto;
  margin-top: 12px;
}
.ex-margin{
  margin-top: 24px;
}
.tab-body{
  /* height: 296px; */
  width: 100%;
  margin-bottom: 24px;
  display: inline-block;
}
.tab-line{
  margin-top: 16px;
  margin-bottom: 28px;
  height: 53px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tab-item{
    cursor: pointer;
    position: static;
    padding: 4px 8px 4px 4px;
    min-width: 126px;
    height: 53px;
    box-shadow: 0px 2px 8px 0px rgba(135, 151, 171, 0.12);
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: none;
    flex-grow: 0;
    margin: 0px 16px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 53px;
    text-align: center;
    letter-spacing: 0px;
}
.choose-item{
    min-width: 126px;
    height: 53px;
    font-weight: 600;
    padding: 4px 8px 4px 4px;
    box-shadow: 0px 2px 8px 0px rgba(135, 151, 171, 0.12),0px 4px 8px 0px rgba(135, 151, 171, 0.25);
    background: linear-gradient(90.00deg, rgb(244, 217, 226) 4.051%,rgb(206, 209, 242) 100%);
}
.part-2{
  margin-top: 36px;
}
.part-3{
  margin-top: 36px;
}
/* 如何管理SIM卡 样式web拷贝 */
.set-sim-card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 16px 16px 24px 24px;
}
.set-sim-card-content> .title{
  color: rgba(0, 0, 0, 0.9);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 44px;
  margin-top: 16px;
}
.set-sim-card-content> .content{
  width: 100%;
  /* display: flex; */
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.img-content{
  width: 100%;
  height: 200px;
  background-position: center center;  /* 图片在元素的水平和垂直方向居中 */
  background-image: url(../imgs/set_sim_card_content_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.web-img-content{
  /* width: 60%; */
  height: 327px;
  background-image: url(../imgs/web_set_sim_card_content_bg.png);
}

.text-content{
  /* max-width: 45%; */
  margin-right: 40px;
}

.text-content >.part-title{
  margin-top: 20.5px;
  display: flex;
  flex-direction: row;
}

.part-title-text{
  color: rgba(0, 0, 0, 0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  margin-left: 12px;
}
.icon-down-style{
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}