/* 小间距 */
@media screen and (min-width: 721px) {
  .text-d1 {
    position: relative;
  }
  .text-d1 .tabsList {
    transform: scale(1);
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
    white-space: nowrap;
    padding: 24px 80px;
  }
  .text-d1 .nav-container {
    position: relative;
    width: 100%;
    height: 72px;
    z-index: 44;
    background: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .text-d1 .contentInner {
    width: 100%;
    margin: 0;
  }
  .text-d1 .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
  .text-d1 .tabList {
    height: 24px;
  }
  .text-d1 .tabList .tab {
    cursor: default;
    width: calc(100% / 8);
    display: inline-block;
    height: 24px;
  }
  .text-d1 .tabList .tab .tabUrl {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-family: "HarmonyOSHans-Medium";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text-d1 .tabList .tab .tabUrl:hover {
    color: rgba(0, 0, 0);
  }
  .text-d1 .cont {
    padding-top: 80px;
  }
  .text-d1 .textd1-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .text-d1 .textd1-inner .logo {
    height: 80px;
    margin-bottom: 32px;
  }
  .text-d1 .textd1-inner .logo img {
    height: 100%;
  }
  .text-d1 .textd1-inner .textd1-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
  }
  .text-d1 .textd1-inner .textd1-title h2 {
    max-width: 848px;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
  }
  .text-d1 .textd1-inner .textd1-title a:hover {
    text-decoration: underline;
  }
  .text-d1 .textd1-inner .textd1-title .rightImg {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    vertical-align: top;
  }
  .text-d1 .textd1-inner .textd1-title .share {
    display: flex;
    position: relative;
  }
  .text-d1 .textd1-inner .textd1-title .weixin {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .text-d1 .textd1-inner .textd1-title .share .vxImg,
  .text-d1 .textd1-inner .textd1-title .share .linkImg {
    width: 32px;
    height: 32px;
    margin-left: 32px;
    opacity: 0.5;
  }
  .text-d1 .textd1-inner .textd1-title .share .vxImg:hover {
    opacity: 1;
  }
  .text-d1 .textd1-inner .textd1-title .share .linkImg:hover {
    opacity: 1;
  }
  .text-d1 .textd1-inner .textd1-title .share .weixin-shareBox {
    width: 160px;
    max-height: 216px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
  }
  .text-d1 .textd1-inner .textd1-title .share .weixin-shareBox .weixin-text {
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    max-height: 40px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .text-d1 .textd1-inner .textd1-title .share .weixin-shareBox img {
    width: 160px;
    height: 160px;
  }
  .text-d1 .textd1-inner .textd1-title .share .interlink {
    background: #000000;
    padding: 8px 16px;
    position: absolute;
    top: 40px;
    right: 0;
    width: max-content;
    display: none;
  }
  .text-d1 .textd1-inner .textd1-title .share .textarea {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -20;
  }
  .text-d1 .textd1-inner .textd1-title .share .interlink span {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
  }
  .text-d1 .textd1-inner .date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
  }
  .text-d1 .textd1-inner .textd1-img {
    margin-top: 32px;
    max-width: 848px;
    display: flex;
  }
  .text-d1 .textd1-inner .textd1-img img {
    max-width: 848px;
    width: 100%;
  }
  .text-d1 .textd1-inner .contentImgBox1 {
    width: 848px;
    position: relative;
  }
  .text-d1 .textd1-inner .contentImgBox1 .img-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
  }
  .text-d1 .textd1-inner .textd1-video {
    margin-top: 32px;
    min-height: 477px;
    position: relative;
    max-width: 848px;
    display: flex;
  }
  .text-d1 .textd1-inner .textd1-video .insert-video {
    max-width: 848px;
  }
  .text-d1 .textd1-inner .textd1-video .videoIcon {
    cursor: pointer;
    transition: all 350ms cubic-bezier(0.33, 0, 0.67, 0.1);
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    width: 88px !important;
    border-radius: 50%;
  }
  .text-d1 .textd1-inner .textd1-video .videoIcon:hover {
    background-color: black;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .text-d1 .textd1-inner .content-part {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
  }
  .text-d1 .textd1-inner .content-part .textd1-content a:hover {
    color: #0a59f7;
    text-decoration: underline;
  }
  .text-d1 .textd1-inner .content-part .textd1-content a {
    color: #0a59f7;
  }
  .text-d1 .textd1-inner .content-part .link {
    display: flex;
    flex-wrap: wrap;
  }
  .text-d1 .textd1-inner .content-part .link a {
    color: #0a59f7;
    margin-right: 64px;
    margin-top: 24px;
    display: flex;
    align-items: center;
  }
  .text-d1 .textd1-inner .content-part .link a:hover {
    color: #0a59f7;
    text-decoration: underline;
  }
  .text-d1 .textd1-inner .content-part .link .button {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .text-d1 .textd1-inner .content-part .link .button line,
  .text-d1 .textd1-inner .content-part .link .button polyline {
    stroke: #0a59f7;
  }
  .text-d1 .textd1-inner .mobileshare,
  .text-d1 .textd1-inner .shareCopy,
  .text-d1 .textd1-inner .mbshareBox {
    display: none;
  }
  .text-d1 .textd1-inner hr {
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid;
    border-top: 0;
    height: 0;
    margin-top: 48px;
  }
}
@media screen and (max-width: 720px) {
  .text-d1 {
    position: relative;
  }
  .text-d1 .contentInner {
    width: 100%;
    padding: 0 24px;
  }
  .text-d1 .contentInner .cont {
    padding-top: 64px;
  }
  .text-d1 .textd1-inner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 96px;
  }
  .text-d1 .shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
  }
  .text-d1 .nav-container {
    position: relative;
    height: 20px;
    z-index: 44;
    background: #ffffff;
    padding: 16px 24px;
    width: calc(100% - 48px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .text-d1 .tabsList {
    transform: scale(1);
    display: flex;
    align-items: center;
    overflow-y: scroll;
  }
  .text-d1 .tabList {
    display: flex;
    /*touch-action: none;*/
  }
  .text-d1 .tabsList::-webkit-scrollbar {
    display: none;
  }
  .text-d1 .tabList .tab {
    width: auto;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 24px;
    font-family: "HarmonyOSHans-Medium";
  }
  .text-d1 .tabList .tab .tabUrl {
    color: rgba(0, 0, 0, 0.5);
  }
  .text-d1 .textd1-inner .logo {
    height: 48px;
    margin-bottom: 32px;
  }
  .text-d1 .textd1-inner .logo img {
    height: 100%;
  }
  .text-d1 .textd1-inner .textd1-title {
    margin-bottom: 8px;
  }
  .text-d1 .textd1-inner .textd1-title h2 {
    max-width: 848px;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
  }
  .text-d1 .textd1-inner .textd1-title .rightImg {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: top;
  }
  .text-d1 .textd1-inner .textd1-title .share {
    display: none;
  }
  .text-d1 .textd1-inner .date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
  }
  .text-d1 .textd1-inner .content-part {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
  }
  .text-d1 .textd1-inner .mobileshare {
    display: flex;
    position: relative;
  }
  .text-d1 .textd1-inner .weixin {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .text-d1 .textd1-inner .mobileshare .vxmbImg,
  .text-d1 .textd1-inner .mobileshare .mblinkImg {
    width: 24px;
    height: 24px;
    margin-top: 32px;
    margin-right: 24px;
    opacity: 0.5;
  }
  .text-d1 .textd1-inner .mobileshare .vxmbImg img,
  .text-d1 .textd1-inner .mobileshare .mblinkImg img {
    width: 100%;
  }
  .text-d1 .textd1-inner .mobileshare .vxmbImg:hover {
    opacity: 1;
  }
  .text-d1 .textd1-inner .mobileshare .mblinkImg:hover {
    opacity: 1;
  }
  .text-d1 .textd1-inner .mbshareBox {
    width: 100%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: -101px;
    left: 0;
  }
  .text-d1 .textd1-inner .mbshareBox .weixin-text {
    background: #ffffff;
    margin-bottom: 1px;
    font-size: 14px;
    height: 50px;
    color: #000000;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    font-family: "HarmonyOSHans-Medium";
  }
  .text-d1 .textd1-inner .mbshareBox .weixin-text:last-child {
    margin-bottom: 0;
  }
  .text-d1 .textd1-inner .mobileshare .mbinterlink {
    background: #000000;
    padding: 8px 16px;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    width: max-content;
    display: none;
    z-index: 9;
  }
  .text-d1 .textd1-inner .mobileshare .mbinterlink span {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
  }
  .text-d1 .textd1-inner .shareCopy {
    background: #000000;
    padding: 8px 24px;
    font-size: 14px;
    border-radius: 2px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
  }
  .text-d1 .textd1-inner .shareCopy span {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
  }
  .text-d1 .textd1-inner .mobileshare .textarea {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -20;
  }
  .text-d1 .textd1-inner .textd1-img {
    margin-top: 16px;
    width: 100%;
  }
  .text-d1 .textd1-inner .textd1-img img {
    width: 100%;
  }
  .text-d1 .textd1-inner .contentImgBox1 .img-back {
    z-index: 8;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .text-d1 .textd1-inner .contentImgBox1 {
    position: relative;
    width: 100%;
  }
  .text-d1 .textd1-inner .content-part .textd1-video {
    margin-top: 8px;
    position: relative;
    width: 100%;
    display: flex;
  }
  .text-d1 .textd1-inner .textd1-video .insert-video {
    width: 100%;
  }
  .text-d1 .textd1-inner .textd1-video .videoIcon {
    cursor: pointer;
    width: 32px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 50%;
    transition: all 350ms cubic-bezier(0.33, 0, 0.67, 0.1);
  }
  .text-d1 .textd1-inner .textd1-video .videoIcon:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: black;
  }
  .text-d1 .textd1-inner .textd1-content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
  }
  .text-d1 .textd1-inner .textd1-content a {
    color: #0a59f7;
  }
  .text-d1 .textd1-inner .content-part .link {
    display: flex;
    flex-direction: column;
  }
  .text-d1 .textd1-inner .content-part .link a {
    color: #0a59f7;
    margin-top: 16px;
    display: flex;
  }
  .text-d1 .textd1-inner .content-part .link a:hover {
    color: #0a59f7;
    text-decoration: underline;
  }
  .text-d1 .textd1-inner .content-part .link .button {
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-left: 8px;
  }
  .text-d1 .textd1-inner .content-part .link .button line,
  .text-d1 .textd1-inner .content-part .link .button polyline {
    stroke: #0a59f7;
  }
  .text-d1 .textd1-inner hr {
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid;
    border-top: 0;
    height: 0;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .text-d1 .textd1-inner {
    width: 100%;
  }
  .text-d1 {
    padding: 0;
    position: relative;
  }
  .text-d1 .contentInner {
    padding: 0 80px;
  }
  .text-d1 .textd1-inner .textd1-video {
    max-width: 848px;
  }
  .text-d1 .textd1-inner .textd1-video .insert-video {
    max-width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .text-d1 {
    position: relative;
  }
  .text-d1 .cont {
    padding-top: 80px;
  }
  .text-d1 .tabsList {
    transform: scale(1);
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
    white-space: nowrap;
    padding: 24px 40px;
  }
  .text-d1 .contentInner {
    padding: 0 40px;
  }
  .text-d1 .textd1-inner .textd1-video {
    width: 848px;
  }
  .text-d1 .textd1-inner .textd1-video .insert-video {
    width: 100%;
  }
  .text-d1 .textd1-inner {
    width: 100%;
    padding-bottom: 64px;
  }
  .text-d1 .textd1-inner .textd1-info {
    margin-bottom: 48px;
  }
  .text-d1 .textd1-inner .textd1-content h2 {
    margin-top: 48px;
  }
}
@media screen and (min-width: 721px) and (max-width: 900px) {
  .text-d1 .textd1-inner .textd1-video {
    margin-top: 32px;
    position: relative;
    max-width: 100%;
    display: flex;
  }
  .text-d1 .cont {
    padding-top: 80px;
  }
  .text-d1 .nav-container {
    position: relative;
    width: 100%;
    height: 52px;
  }
  .text-d1 .tabsList {
    padding: 16px 40px;
  }
  .text-d1 .textd1-inner {
    width: 100%;
    padding-bottom: 64px;
  }
  .text-d1 {
    position: relative;
  }
  .text-d1 .contentInner {
    padding: 0 40px;
  }
  .text-d1 .tabList {
    height: 20px;
  }
  .text-d1 .tabList .tab .tabUrl {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-family: "HarmonyOSHans-Medium";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text-d1 .textd1-inner .contentImgBox1 {
    width: 100%;
    position: relative;
  }
  .text-d1 .textd1-inner .contentImgBox1 .img-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
  }
  .text-d1 .textd1-inner .textd1-video .insert-video {
    max-width: 100%;
  }
  .text-d1 .textd1-inner .textd1-video .videoIcon {
    cursor: pointer;
    width: 64px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 50%;
    transition: all 350ms cubic-bezier(0.33, 0, 0.67, 0.1);
  }
}

/* 特小间距 */
@media screen and (min-width: 721px) {
  .text-d1-small {
    position: relative;
  }
  .text-d1-small .tabsList {
    transform: scale(1);
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
    white-space: nowrap;
    padding: 24px 80px;
  }
  .text-d1-small .nav-container {
    position: relative;
    width: 100%;
    height: 72px;
    z-index: 44;
    background: #ffffff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .text-d1-small .contentInner {
    width: 100%;
    margin: 0;
  }
  .text-d1-small .shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }
  .text-d1-small .tabList {
    height: 24px;
  }
  .text-d1-small .tabList .tab {
    cursor: default;
    width: calc(100% / 8);
    display: inline-block;
    height: 24px;
  }
  .text-d1-small .tabList .tab .tabUrl {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-family: "HarmonyOSHans-Medium";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text-d1-small .tabList .tab .tabUrl:hover {
    color: rgba(0, 0, 0);
  }
  .text-d1-small .cont {
    padding-top: 80px;
  }
  .text-d1-small .textd1-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  .text-d1-small .textd1-inner .logo {
    height: 80px;
    margin-bottom: 32px;
  }
  .text-d1-small .textd1-inner .logo img {
    height: 100%;
  }
  .text-d1-small .textd1-inner .textd1-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 16px;
  }
  .text-d1-small .textd1-inner .textd1-title h2 {
    max-width: 848px;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
  }
  .text-d1-small .textd1-inner .textd1-title a:hover {
    text-decoration: underline;
  }
  .text-d1-small .textd1-inner .textd1-title .rightImg {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    vertical-align: top;
  }
  .text-d1-small .textd1-inner .textd1-title .share {
    display: flex;
    position: relative;
  }
  .text-d1-small .textd1-inner .textd1-title .weixin {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .text-d1-small .textd1-inner .textd1-title .share .vxImg,
  .text-d1-small .textd1-inner .textd1-title .share .linkImg {
    width: 32px;
    height: 32px;
    margin-left: 32px;
    opacity: 0.5;
  }
  .text-d1-small .textd1-inner .textd1-title .share .vxImg:hover {
    opacity: 1;
  }
  .text-d1-small .textd1-inner .textd1-title .share .linkImg:hover {
    opacity: 1;
  }
  .text-d1-small .textd1-inner .textd1-title .share .weixin-shareBox {
    width: 160px;
    max-height: 216px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
  }
  .text-d1-small .textd1-inner .textd1-title .share .weixin-shareBox .weixin-text {
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 20px;
    max-height: 40px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .text-d1-small .textd1-inner .textd1-title .share .weixin-shareBox img {
    width: 160px;
    height: 160px;
  }
  .text-d1-small .textd1-inner .textd1-title .share .interlink {
    background: #000000;
    padding: 8px 16px;
    position: absolute;
    top: 40px;
    right: 0;
    width: max-content;
    display: none;
  }
  .text-d1-small .textd1-inner .textd1-title .share .textarea {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -20;
  }
  .text-d1-small .textd1-inner .textd1-title .share .interlink span {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
  }
  .text-d1-small .textd1-inner .date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
  }
  .text-d1-small .textd1-inner .textd1-img {
    margin-top: 32px;
    max-width: 848px;
    display: flex;
  }
  .text-d1-small .textd1-inner .textd1-img img {
    max-width: 848px;
    width: 100%;
  }
  .text-d1-small .textd1-inner .contentImgBox1 {
    width: 848px;
    position: relative;
  }
  .text-d1-small .textd1-inner .contentImgBox1 .img-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
  }
  .text-d1-small .textd1-inner .textd1-video {
    margin-top: 32px;
    min-height: 477px;
    position: relative;
    max-width: 848px;
    display: flex;
  }
  .text-d1-small .textd1-inner .textd1-video .insert-video {
    max-width: 848px;
  }
  .text-d1-small .textd1-inner .textd1-video .videoIcon {
    cursor: pointer;
    transition: all 350ms cubic-bezier(0.33, 0, 0.67, 0.1);
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    width: 88px !important;
    border-radius: 50%;
  }
  .text-d1-small .textd1-inner .textd1-video .videoIcon:hover {
    background-color: black;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .text-d1-small .textd1-inner .content-part {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
  }
  .text-d1-small .textd1-inner .content-part .textd1-content a:hover {
    color: #0a59f7;
    text-decoration: underline;
  }
  .text-d1-small .textd1-inner .content-part .textd1-content a {
    color: #0a59f7;
  }
  .text-d1-small .textd1-inner .content-part .link {
    display: flex;
    flex-wrap: wrap;
  }
  .text-d1-small .textd1-inner .content-part .link a {
    color: #0a59f7;
    margin-right: 64px;
    margin-top: 24px;
    display: flex;
    align-items: center;
  }
  .text-d1-small .textd1-inner .content-part .link a:hover {
    color: #0a59f7;
    text-decoration: underline;
  }
  .text-d1-small .textd1-inner .content-part .link .button {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .text-d1-small .textd1-inner .content-part .link .button line,
  .text-d1-small .textd1-inner .content-part .link .button polyline {
    stroke: #0a59f7;
  }
  .text-d1-small .textd1-inner .mobileshare,
  .text-d1-small .textd1-inner .shareCopy,
  .text-d1-small .textd1-inner .mbshareBox {
    display: none;
  }
  .text-d1-small .textd1-inner hr {
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid;
    border-top: 0;
    height: 0;
    margin-top: 48px;
  }
}
@media screen and (max-width: 720px) {
  .text-d1-small {
    position: relative;
  }
  .text-d1-small .contentInner {
    width: 100%;
    padding: 0 24px;
  }
  .text-d1-small .contentInner .cont {
    padding-top: 64px;
  }
  .text-d1-small .textd1-inner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding-bottom: 96px;
  }
  .text-d1-small .shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
  }
  .text-d1-small .nav-container {
    position: relative;
    height: 20px;
    z-index: 44;
    background: #ffffff;
    padding: 16px 24px;
    width: calc(100% - 48px);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  }
  .text-d1-small .fade-box {
    display: block;
    position: absolute;
    top: 16px;
    height: 19px;
    width: calc(100% - 48px);
  }
  .text-d1-small .fade-box .fade-left {
    height: 19px;
    width: 20px;
    position: absolute;
    left: 0px;
    z-index: 77;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
  }
  .text-d1-small .fade-box .fade-right {
    height: 19px;
    width: 20px;
    position: absolute;
    right: 0px;
    z-index: 77;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      #ffffff
    );
  }
  .text-d1-small .tabsList {
    transform: scale(1);
    display: flex;
    align-items: center;
    overflow-y: scroll;
  }
  .text-d1-small .tabList {
    display: flex;
    /*touch-action: none;*/
  }
  .text-d1-small .tabsList::-webkit-scrollbar {
    display: none;
  }
  .text-d1-small .tabList .tab {
    width: auto;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 24px;
    font-family: "HarmonyOSHans-Medium";
  }
  .text-d1-small .tabList .tab .tabUrl {
    color: rgba(0, 0, 0, 0.5);
  }
  .text-d1-small .textd1-inner .logo {
    height: 48px;
    margin-bottom: 32px;
  }
  .text-d1-small .textd1-inner .logo img {
    height: 100%;
  }
  .text-d1-small .textd1-inner .textd1-title {
    margin-bottom: 8px;
  }
  .text-d1-small .textd1-inner .textd1-title h2 {
    max-width: 848px;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
  }
  .text-d1-small .textd1-inner .textd1-title .rightImg {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    vertical-align: top;
  }
  .text-d1-small .textd1-inner .textd1-title .share {
    display: none;
  }
  .text-d1-small .textd1-inner .date {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
  }
  .text-d1-small .textd1-inner .content-part {
    margin-top: 24px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
  }
  .text-d1-small .textd1-inner .mobileshare {
    display: flex;
    position: relative;
  }
  .text-d1-small .textd1-inner .weixin {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .text-d1-small .textd1-inner .mobileshare .vxmbImg,
  .text-d1-small .textd1-inner .mobileshare .mblinkImg {
    width: 24px;
    height: 24px;
    margin-top: 32px;
    margin-right: 24px;
    opacity: 0.5;
  }
  .text-d1-small .textd1-inner .mobileshare .vxmbImg img,
  .text-d1-small .textd1-inner .mobileshare .mblinkImg img {
    width: 100%;
  }
  .text-d1-small .textd1-inner .mobileshare .vxmbImg:hover {
    opacity: 1;
  }
  .text-d1-small .textd1-inner .mobileshare .mblinkImg:hover {
    opacity: 1;
  }
  .text-d1-small .textd1-inner .mbshareBox {
    width: 100%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: -101px;
    left: 0;
  }
  .text-d1-small .textd1-inner .mbshareBox .weixin-text {
    background: #ffffff;
    margin-bottom: 1px;
    font-size: 14px;
    height: 50px;
    color: #000000;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    font-family: "HarmonyOSHans-Medium";
  }
  .text-d1-small .textd1-inner .mbshareBox .weixin-text:last-child {
    margin-bottom: 0;
  }
  .text-d1-small .textd1-inner .mobileshare .mbinterlink {
    background: #000000;
    padding: 8px 16px;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    width: max-content;
    display: none;
    z-index: 9;
  }
  .text-d1-small .textd1-inner .mobileshare .mbinterlink span {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
  }
  .text-d1-small .textd1-inner .shareCopy {
    background: #000000;
    padding: 8px 24px;
    font-size: 14px;
    border-radius: 2px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
  }
  .text-d1-small .textd1-inner .shareCopy span {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
  }
  .text-d1-small .textd1-inner .mobileshare .textarea {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: -20;
  }
  .text-d1-small .textd1-inner .textd1-img {
    margin-top: 16px;
    width: 100%;
  }
  .text-d1-small .textd1-inner .textd1-img img {
    width: 100%;
  }
  .text-d1-small .textd1-inner .contentImgBox1 .img-back {
    z-index: 8;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .text-d1-small .textd1-inner .contentImgBox1 {
    position: relative;
    width: 100%;
  }
  .text-d1-small .textd1-inner .content-part .textd1-video {
    margin-top: 8px;
    position: relative;
    width: 100%;
    display: flex;
  }
  .text-d1-small .textd1-inner .textd1-video .insert-video {
    width: 100%;
  }
  .text-d1-small .textd1-inner .textd1-video .videoIcon {
    cursor: pointer;
    width: 32px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 50%;
    transition: all 350ms cubic-bezier(0.33, 0, 0.67, 0.1);
  }
  .text-d1-small .textd1-inner .textd1-video .videoIcon:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: black;
  }
  .text-d1-small .textd1-inner .textd1-content p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
  }
  .text-d1-small .textd1-inner .textd1-content a {
    color: #0a59f7;
  }
  .text-d1-small .textd1-inner .content-part .link {
    display: flex;
    flex-direction: column;
  }
  .text-d1-small .textd1-inner .content-part .link a {
    color: #0a59f7;
    margin-top: 16px;
    display: flex;
  }
  .text-d1-small .textd1-inner .content-part .link a:hover {
    color: #0a59f7;
    text-decoration: underline;
  }
  .text-d1-small .textd1-inner .content-part .link .button {
    width: 24px;
    height: 24px;
    vertical-align: top;
    margin-left: 8px;
  }
  .text-d1-small .textd1-inner .content-part .link .button line,
  .text-d1-small .textd1-inner .content-part .link .button polyline {
    stroke: #0a59f7;
  }
  .text-d1-small .textd1-inner hr {
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid;
    border-top: 0;
    height: 0;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .text-d1-small .textd1-inner {
    width: 100%;
  }
  .text-d1-small {
    padding: 0;
    position: relative;
  }
  .text-d1-small .contentInner {
    padding: 0 80px;
  }
  .text-d1-small .textd1-inner .textd1-video {
    max-width: 848px;
  }
  .text-d1-small .textd1-inner .textd1-video .insert-video {
    max-width: 100%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1200px) {
  .text-d1-small {
    position: relative;
  }
  .text-d1-small .cont {
    padding-top: 80px;
  }
  .text-d1-small .tabsList {
    transform: scale(1);
    overflow: hidden;
    max-width: 1280px;
    margin: 0 auto;
    white-space: nowrap;
    padding: 24px 40px;
  }
  .text-d1-small .contentInner {
    padding: 0 40px;
  }
  .text-d1-small .textd1-inner .textd1-video {
    width: 848px;
  }
  .text-d1-small .textd1-inner .textd1-video .insert-video {
    width: 100%;
  }
  .text-d1-small .textd1-inner {
    width: 100%;
    padding-bottom: 48px;
  }
  .text-d1-small .textd1-inner .textd1-info {
    margin-bottom: 48px;
  }
  .text-d1-small .textd1-inner .textd1-content h2 {
    margin-top: 48px;
  }
}
@media screen and (min-width: 721px) and (max-width: 900px) {
  .text-d1-small .textd1-inner .textd1-video {
    margin-top: 32px;
    position: relative;
    max-width: 100%;
    display: flex;
  }
  .text-d1-small .cont {
    padding-top: 80px;
  }
  .text-d1-small .nav-container {
    position: relative;
    width: 100%;
    height: 52px;
  }
  .text-d1-small .tabsList {
    padding: 16px 40px;
  }
  .text-d1-small .textd1-inner {
    width: 100%;
    padding-bottom: 48px;
  }
  .text-d1-small {
    position: relative;
  }
  .text-d1-small .contentInner {
    padding: 0 40px;
  }
  .text-d1-small .tabList {
    height: 20px;
  }
  .text-d1-small .tabList .tab .tabUrl {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    font-family: "HarmonyOSHans-Medium";
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .text-d1-small .textd1-inner .contentImgBox1 {
    width: 100%;
    position: relative;
  }
  .text-d1-small .textd1-inner .contentImgBox1 .img-back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
  }
  .text-d1-small .textd1-inner .textd1-video .insert-video {
    max-width: 100%;
  }
  .text-d1-small .textd1-inner .textd1-video .videoIcon {
    cursor: pointer;
    width: 64px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 50%;
    transition: all 350ms cubic-bezier(0.33, 0, 0.67, 0.1);
  }
}