html,
body {
    -ms-touch-action: none;
    background: #ffffff;
    padding: 0;
    border: 0;
    margin: 0;
    height: 100%;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    /*禁止选中*/
}

* {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */
}

html {
    -webkit-text-size-adjust: none;
    /*解决chrome浏览器下字体不能小于12px*/
}

html {
    zoom: 1;
}

html * {
    outline: 0;
    zoom: 1;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

body {
    overflow-x: hidden;
    /* font-size: 10px; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: '微软雅黑';
}

fieldset,
a img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
    /*去掉苹果的默认UI来渲染按钮*/
}

em,
i {
    font-style: normal;
}


body {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 备案号 */
.bottom_layer {
    position: fixed;
    z-index: 302;
    bottom: 0;
    left: 0;
    height: 3.9rem;
    padding-top: 0.1rem;
    zoom: 1;
    margin: 0;
    line-height: 3.9rem;
    background: #fff;
    width: 100%;
    visibility: visible;
}

.bottom_layer p {
    text-align: center;
}

.bottom_layer p a {
    display: inline-block;
    margin-right: 1.4rem;
    color: #bbb;
    text-decoration: none;
    font-size: 2rem;
}

.container {
    /* width: 75rem;*/
    /* height: 100%; */
    /* padding-bottom: 3rem; */
}

.column-war {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

.faqlistPage {
    background-image: url('/img/bg-03.jpg');
    background-size: cover; /* 背景图片覆盖整个容器 */
    background-position: top; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    width: 100%; /* 宽度设置为100%，使背景图片覆盖整个容器 */
}

.faqmainPage {
    background-image: url('/img/bg-03.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
}

.apkPage {
    background-image: url('/img/bg-03.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.header-index {
    /* background-image: url('../img/bg-02.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;  */
    width: 100%;
    position: relative;
}

.header-apk {
    width: 100%;
    position: relative;
    padding-bottom: 2rem;
}

.top-apk {

    position: relative; /* 确保背景图片在其他内容后面 */
}

.header-iosapk {
    padding-bottom: 5rem;
    position: relative;
}

.header-apk .app-logo, .header-index .app-logo {
    width: 11.1rem;
    height: 11.5rem;
}

.header-index .logo {
    padding-top: 3rem;
    flex-direction: row;
    /*padding-left: 9.5rem;*/
    justify-content: center;
}

.header-iosapk .app-logo {
    width: 7.6rem;
    height: 7.6rem;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .line {
    width: 3rem;
    height: 0.4rem;
    background: #4ca9ae;
    display: block;
    margin-bottom: 0.3rem;
}


.header-index .logo .title {
    margin-left: 2rem;
}

.header-index .logo .title h1 {
    font-size: 3.6rem;
}

.header-index .logo .title p {
    font-size: 2.6rem;
}

.logo .title h1 {
    color: #25da71;
    font-weight: 600;
    margin-bottom: -0.5rem;
}

.logo .title p {
    color: #25da71;
}

.header-apk .title {
    text-align: center;
    margin-top: 0.5rem;
}

.header-apk .logo {
    flex-direction: column;
    padding-top: 3rem;
    margin-bottom: 3rem;
}

.header-apk .logo .title h1 {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
}

.header-apk .logo .title p {
    font-size: 2rem;
}

.header-iosapk .logo {
    padding-top: 6rem;
    padding-left: 5rem;
}

.header-iosapk .title {
    margin-left: 1rem;
}

.header-iosapk .logo .title h1 {
    font-size: 2.8rem;
}

.header-iosapk .logo .title p {
    font-size: 1.8rem;
}

.header-iosapk .line {
    width: 2rem;
    height: 0.3rem;
    margin-bottom: 0.3rem;
}

.iosapk-text .ad-title {
    font-size: 4.8rem;
    margin-bottom: 2.8rem;
}

.iosapk-text .title-2 {
    font-size: 2.2rem;
}

.iosapk-text {
    text-align: center;
    /* margin-top: 9rem;*/
    margin-bottom: 5rem;
    color: #25da71;
    font-weight: 600;
}

.iosapk-text .top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2rem;
}

.iosapk-text .top img {
    background-size: contain;
    width: 5.8rem;
    height: 100%;
}

.iosapk-text .top span {
    background: #25da71;
    font-size: 1.8rem;
    color: #ffffff;
    width: 10rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    display: block;
    margin-left: 1.6rem;
}

.header-index .ad-title {
    text-align: center;
    color: #25da71;
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.button-row {
    display: flex;
    margin: 6rem 4rem 0 4rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;

}

.apk-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    /*    margin-top: 9.4rem;*/
}

.apk-button img, .button-row img {
    height: 100%;
    background-size: contain;
}

.iosapk-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
    margin-top: 6.5rem;
}

.button {
    display: flex;
    padding: 1rem;
    width: 100%;
    background-color: #25da71;
    color: white;
    text-decoration: none;
    border-radius: 0.8rem;
    font-size: 2.8rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: 6.2rem;
    font-weight: 600;
}

.apk-button .buttom, .button-row .buttom {
    height: 6.6rem;
}

.apk-button .button, .iosapk-button .button {
    max-width: 38rem;
}

.iPhone-but {
    background-color: #4ca9ae;
}

.button .iPhone-but img {
    width: 3.3rem;
    height: 4.3rem;
}

.button .Android-but img {
    width: 4rem;
    height: 4.6rem;
}

.suport-but {
    display: flex;
    padding: 1rem;
    width: 100%;
    background-color: #4ca9ae;
    color: white;
    text-decoration: none;
    border-radius: 0.8rem;
    font-size: 2.8rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: 6.2rem;
    font-weight: 600;
    max-width: 65rem;
}

.arrow-right {
    width: 1.4rem;
    height: 1.4rem;
    background-color: transparent;
    border-color: #25da71;
    border-style: solid;
    border-width: 0.3rem 0.3rem 0 0;
    transform: rotate(45deg);
}

.arrow-left {
    width: 1.8rem;
    height: 1.8rem;
    background-color: transparent;
    border-color: #ffffff;
    border-style: solid;
    border-width: 0 0 0.5rem 0.5rem;
    transform: rotate(45deg);
    margin: 0 2rem 0 -1rem;
}


.ask-title {
    color: #25da71;
    font-size: 2.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.5rem;
    gap: 1rem;
    font-weight: 600;
}

.iosapk-button .arrow-right {
    border-color: #ffffff;
}


/* 常见问题 */
.faq-top {
    padding-top: 2.8rem;
    margin: 0 3.6rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 3rem;
}

.faq-top .input-search {
    height: 6rem;
    width: calc(100% - 4.4rem);
    background: #f7f7f7;
    position: relative;
}

.faq-top .input-search input {
    width: 100%;
    text-indent: 4.5rem;
    height: 100%;
    border: 0 none;
    background: none;
    font-size: 2.8rem;
    color: #acacac;
}

.faq-top .input-search .search-ico {
    background: url(../img/search-ico.png) no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    position: absolute;
    left: 1.7rem;
    top: 1.7rem;
}

.header-index .faq-logo {
    background-color: #25da71;
    height: 8rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 3rem;
    justify-content: left;
}

.header-index .faq-logo .app-logo {
    width: 5.2rem;
    height: 5.3rem;
}

.header-index .faq-logo h1 {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: 600;
    margin: 0 1rem;
}

.header-index .faq-logo span {
    font-size: 2.6rem;
    color: #ffffff;
}

.faq-list {
    background-color: #dfeed8;
    border-radius: 0.6rem;
    margin: 2.6rem;
    padding: 3.4rem 2.6rem 4.4rem;
}

.faq-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 7.9rem;
    padding-right: 2rem;
    /* border-bottom: 1px solid #e5e4e4; */
    border: 1px solid #25da71;
    margin-bottom: 2rem;
    border-radius: 1rem;
    padding-left: 2rem;
    background-color: #e573076e;
}

.faq-list li a {
    color: #000000;
    font-size: 2.8rem;
    text-decoration: none;
}

.faq-list li .arrow-right {
    border-color: #333;
}

.faq-list li .view {
    /* border-color: #333; */
    font-size: 2.4rem;
    color: #011208;
    font-weight: 600;
}

.faq-list-disable li {
    background-color: #979797;
}

.faq-list-disable li a {
    color: #f1efeb;
}

.faq-list-disable li .view {
    color: #f1efeb;
}


.faqcontent {
    height: auto;
}

.faqcontent .faq-head {
    background: url(faq-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.faqcontent .faqtxt-top {
    height: 100%;
}

.faqcontent .faq-head .text {
    padding: 17.9rem 3.8rem 3.2rem 7.5rem;
    color: #9a6e49;
}

.faqcontent .faq-head h1 {
    font-size: 6rem;
    font-weight: 550;
}

.faqcontent .faq-head .txt-01 {
    font-size: 3rem;
    margin-top: 11.9rem;
    font-weight: 600;
}

.faqcontent .faq-head .txt-02 {
    font-size: 2.8rem;
    margin-top: 4.5rem;
}

.faqcontent .faqPic {
    background-size: cover;
    width: 75rem;
}

.title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 3rem;
    font-weight: 600;
    gap: 1rem;
    margin-top: 7.6rem;
    color: #9a6e49;
}

.title-row h2 {
    font-size: 6rem;
}

.colorbg {
    background: linear-gradient(to right, #c19d7b, #f5e8d5);
    height: 2rem;
    width: 70%;
}

.colorbg02 {
    width: 100%;
    margin-top: 1rem;
}

.videoContent .title-row {
    padding: 3.8rem 6rem 0;
}

.videoContent .colorbg {
    margin: 0 6rem;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 1.5rem solid #9a6e49;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
}

.faq-pic-list {
    /* background: url(../img/faq-bg-01.jpg) no-repeat;
    background-size: contain; */
    width: 100%;
    height: 112.4rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-pic-list01 {
    margin: 0 7rem;
}

.faq-pic-list02 {
    background: url(faq-bg-01.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 130.4rem;
    position: relative;
}

.faq-pic-tips {
    height: 100rem;
}

.faq-pic-list02 .title-row {
    padding-top: 6.2rem;
    margin: 0 7.2rem;
    color: #7d533b;
}

.faq-pic-list02 .title-tips {
    margin: 0 0 0 16rem;
}

.faq-pic-list02 .colorbg02 {
    margin: 1rem 7.6rem;
    width: 79%;
}

.faq-pic-list02 .tips-txt {
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: bold;
    margin: 3.5rem 9.3rem;
}

.faq-pic-list img, .faq-pic-list02 img {
    background-size: contain;
}

.faq-pic-list .pic01 {
    width: 44.2rem;
    height: 93rem;
}

.faq-pic-list02 .pic02 {
    width: 44rem;
    height: 91.8rem;
}

.faq-pic-list02 .pic03 {
    width: 45.4rem;
    height: 93rem;
}

.faq-pic-list02 .pic04 {
    width: 45.4rem;
    height: 91.6rem;
}

.border-pic {
    position: absolute;
    left: 7rem;
    top: 4.4rem;
    background: url(faq-bg05.png) no-repeat;
    background-size: contain;
    width: 63.8rem;
    height: 102.2rem;
}

.faq-pic-pr {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10rem;
}

/* 视频页面 */
.videoPage {
    background-color: #e4e5e7;
    /* height: auto; */
}

.videoPage .video-head {
    background-color: #e1e4e9;
    height: 16.4rem;
    margin: 0 3.5rem;
}

.videoPage .video-head h3 {
    font-size: 2.6rem;
    color: #8f6b4b;
    padding-top: 8.9rem;
    margin-bottom: 2rem;
    font-weight: 580;
}

.video-playback {
    padding: 5rem 3.5rem;
    /* height: 50rem; */
}

.video-top {
    background: url(faq-bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
}

.vd-big-txt {
    padding: 17.9rem 3.8rem 0 7.5rem;
    color: #9a6e49;
    font-size: 6rem;
    font-weight: 550;
}

.video-title {
    background-color: #668367;
    height: 14rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 5rem;
}

.video-title h1 {
    font-size: 6rem;
    color: #efffd3;
    margin-right: 3.5rem;
    margin-left: 7.7rem;
}

.video-title h3 {
    font-size: 2.6rem;
    color: #ffffff;
}

.illustrate-txt {
    color: #9a6e49;
    margin: 0 5rem;
    padding: 3rem;
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 600;
}

/* .illustrate-txt .red{
    color: #a72109;
} */
.illustrate-txt2 {
    padding: 5rem 0 0 6rem;
    font-size: 2.8rem;
    line-height: 4rem;
}

.vd-title-center {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
}

.videoContent {
    height: auto;
}

.video-playback-con {
    margin: 6rem 5rem;
    min-height: 41.4rem;
}

.videoContent .video-bg-color {
    /* background: #e5eaed; */
    margin: 0;
    padding: 6rem 5rem;
}

.illustrate-color {
    /* background-color: #69836a; */
    /* padding: 5rem 0 58rem; */
}

.illustrate-color .illustrate-txt {
    margin-top: 0;
    margin-bottom: 0;
}

.illustrate-color .illustrate-nobg {
    font-weight: 600;
    margin-bottom: 8rem;
}

.video-mp4-bg {
    background: #212121;
    width: 100%;
    height: 43rem;
    position: relative;
    text-align: center;
}

.video-broadcast {
    background: url(../img/broadcast.jpg) no-repeat;
    position: absolute;
    bottom: -1rem;
    left: 0;
    height: 6rem;
    width: 100%;
    background-size: contain;
}

.playico {
    background: url(../img/playico.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3.5rem;
    margin-top: -3.5rem;
    height: 7rem;
    width: 7rem;
    background-size: contain;
}

.video-pic {
    background-size: contain;
    height: 100%;
    width: 100%;
}

.video-middle-Bg {
    background: url(faq-bg-01.jpg) repeat left top;
    background-size: contain;
    height: auto;
    width: 100%;
    padding: 2rem 0;

}

.video-ad-title {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80%;
}

.video-ad-title .header-iosapk .logo {
    padding-left: 0;
}

.video-ad-title .app-logo {
    width: 7.6rem;
    height: auto;
}

.video-ad-title .title {
    text-align: left;
}

.video-ad-title .slogan {
    margin-top: 2rem;
    font-size: 3.6rem;
    font-weight: 600;
    background: linear-gradient(to bottom, #23d8ff, #0d904e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.video-row-bg {
    width: 100%;
    padding-bottom: 3rem;
}

.video-row-bg .title-row {
    margin-top: 0;
    gap: 2rem
}

.video-row-bg .colorbg {
    width: 85%;
    margin-top: 2rem;
}

.faq-questions {
    font-size: 2.6rem;
    font-weight: bold;
    margin: 3rem 0;
}

.faq-questions strong {
    margin: 1rem 0 1.5rem;
    font-size: 3rem;
    display: block;
    color: #7d533b;
}

.faq-questions p {
    margin-bottom: 2.5rem;
}

.faq-questions .f-txt {
    margin-bottom: 7rem;
    color: #7d533b;
}

.faq-middle-Bg {
    background: url(faq-bg-01.jpg) repeat left top;
    background-size: contain;
    height: auto;
    padding: 2rem 5rem 0 5rem;
}

@media screen and (max-width: 75rem) and (max-height: 11.36rem) {
    body {
        width: 100%;
        height: 100%;
    }
}

.wxTip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: "winHeight";
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    float: left;
}

.wxTip div p {
    text-align: right;
    width: 85%;
    margin-top: 10%;
    color: #fff;
}

.wxTip div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 4%;
    padding-right: 4%;
}

.wxTip div img {
    text-align: left;
    width: 40%;
    height: 40%;
    margin-top: 7%;
    padding-left: 4%;
    padding-right: 4%;
}

.chstyle {
    color: red;
    font-weight: 600;
}

.img-video {
    background-image: url('../img/video-1.jpg');
    background-size: contain;
    background-position: top; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    cursor: pointer;
}

/**默认的列表小广告样式*/
.list-adpic {
    margin: 0 1.5rem 5rem 1.5rem;
}

/*大广告样式，需要把样式变小防止用户误点率太高**/
.list-adpic_1 {
    margin: 0 6rem;
}


.adtips-txt {
    padding: 0 2rem 3rem 2rem;
    font-size: 2.6rem;
    color: #2F4F4F;
    font-weight: bold;
}


/* homePage */
.homePage .container {
    background-image: url('../img/hone-bg.jpg');
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 3rem;
}

.homePage .footer {
    background-color: #25da71;
    height: 39.9rem;
    padding: 0 7.5rem;
    font-size: 2.4rem;
    color: #ffffff;
}

.homePage .footer .ft-top {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3.8rem;
    padding-top: 6.5rem;
    margin-bottom: 3rem;
}

.homePage .footer .ft-top p {
    line-height: 5rem;
}

.homePage .footer .ft-bottom {
    text-align: center;
}

.homePage .footer .ft-bottom h4 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.homePage .footer .ft-bottom p {
    font-size: 1.6rem;
}

.homePage .footer .ft-bottom span {
    padding: 0 3rem;
}

/* .homePage .list-adpic{
    height: 66rem;
    background-color: #ffffff;
} */
.homebanner {
    background-image: url('../img/home-banner.jpg');
    background-size: contain;
    background-position: top; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */
    height: 91.5rem;
    text-align: center;
    padding-top: 11.6rem;
    position: relative;
}

.homebanner p {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.homebanner h1 {
    font-weight: 600;
    font-size: 4.8rem;
    margin-bottom: 1rem;
}

.homebanner .s-txt {
    font-size: 2.4rem;
}

.homebanner .product-list {
    height: 20.5rem;
    background: #ffffff;
    border-radius: 2rem;
    margin: 0 2.5rem;
    position: absolute;
    bottom: 3.5rem;
    left: 0;
    width: calc(100% - 5rem);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.homebanner .product-list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 2.8rem;
    gap: 1rem;
}

.homebanner .product-list a span {
    background-image: url('../img/home-pd-ico.png');
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    color: #000000;
    width: 10rem;
    height: 9rem;
}

.homebanner .product-list .pr-01 {
    background-position: 0 0;
}

.homebanner .product-list .pr-02 {
    background-position: 0 -19.4rem;
}

.homebanner .product-list .pr-03 {
    background-position: 0 -39rem;
}

.homebanner .product-list .pr-04 {
    background-position: 0 -59.5rem;
}

.question-list {
    font-size: 2.8rem;
    text-align: center;
    padding-top: 8.2rem;
}

.question-list h3 {
    font-size: 4.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.question-list .photo-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 7.5rem 4.5rem 9rem;
    gap: 3.8rem;
}

.question-list .photo-content a {
    display: flex;
    background-image: url('../img/home-pdpic.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 29.4rem;
    width: 30.6rem;
    border-radius: 1rem;
    position: relative;
}

.question-list .photo-content a span {
    background-color: #25da71;
    height: 5.5rem;
    line-height: 5.5rem;
    position: absolute;
    color: #ffffff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    font-size: 2.4rem;
}

.question-list .photo-content .pt-01 {
    background-position: 0 0;
}

.question-list .photo-content .pt-02 {
    background-position: 0 -26rem;
}

.question-list .photo-content .pt-03 {
    background-position: 0 -56rem;
}

.question-list .photo-content .pt-04 {
    background-position: 0 -85rem;
}

.billboard {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 15rem;
}

.billboard h3 {
    font-size: 4.8rem;
    font-weight: 600;
    margin-bottom: 3rem;
}

.billboard p {
    font-size: 2.8rem;
    margin-bottom: 7rem;
}

.billboard .bill-pic {
    background-image: url('../img/home-bd.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 62.3rem;
    width: 100%;
    background-position: center;
}

/* 导航 */
.navbar {
    background-color: #25da71;
    height: 8.4rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 2.6rem;
    align-items: center;
    position: fixed;
    justify-content: center;
}

.navbar a {
    color: #ffffff;
}

.navbar a span {
    padding: 0 3.4rem;
}

.navbar .on {
    background-color: #25da71;
}

/* 下拉内容样式 */
.dropdown-content {
    display: none; /* 初始状态为隐藏 */
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 5px;
    border-radius: 4px;
}

/* 显示下拉内容时的样式 */
.dropdown-content.show {
    display: block;
}

.navbar-content {
    background-color: #25da71;
    padding: 1rem;
    height: 8.4rem;
    display: flex;
    width: 100%;
    flex-direction: row;
    font-size: 2.8rem;
    align-items: center;
    position: fixed;
    justify-content: center;
    z-index: 500;
    gap: 1rem;
}

.navbar-content a {
    display: flex;
    color: #09090b;
    width: 21%;
    height: 100%;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    border: 0.5rem solid #16131052;
    text-decoration: none;
    font-weight: 600;
    background-color: #dfecdd;
}

.navbar-content .on {
    background-color: #966d4d;
    color: #ffffff;
}


.navbar-bg {
    background-color: rgb(127, 88, 64, 0.64);
}


.adarticle {
    max-width: 100%;
    max-height: 300px;
    overflow-y: hidden;
    transition: max-height 1s linear;
    border-bottom: 1px solid #d3d3d3;
    background-color: #ffffff;
}

.adbottom {
    margin-bottom: 4rem;
}

.adhidden {
    max-height: 0;
    overflow: hidden; /* 隐藏超出部分 */
    transition: max-height 0.5s ease-out; /* 过渡效果 */
    background-color: #f0f0f0; /* 背景色，仅为了美观 */
}

.arrow-img {
    border: 1px solid #4ca9ae;
    border-radius: 6px;
    width: 20px; /* 图片宽度 */
    height: auto; /* 自动高度 */
}

.arrow-text {
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 2.6rem;
    color: #2F4F4F;
    font-weight: bold;
}

.destext {
    margin: 3rem 5rem;
    font-size: 2.8rem;
    line-height: 4rem;
}


/**关于我们*/

.contact-info {
    padding-left: 50px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 3rem;
    font-weight: 600;
    font-family: font-family;
}

.section-title .line {
    height: 2px;
    width: 100px;
    background: #1965FD;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title h2 {
    margin-bottom: 5rem;
    margin-top: 5rem;
    font-weight: 600;
    font-size: 5rem;
}


/*****蓝奏云页面*****/
.header-apk .div-title {
    text-align: center;
    margin-top: 5rem;
}

.header-apk .div-logo {
    flex-direction: column;
    padding-top: 10rem;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}

.header-apk .div-logo .div-title span {
    font-size: 22px;
    line-height: 1.4em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.diy-button {
    display: flex;
    padding: 1rem;
    width: 100%;
    background-color: #33c5ff;
    color: white;
    text-decoration: none;
    border-radius: 1.2rem;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    line-height: 40px;
    height: 40px;
    font-weight: 600;
    max-width: 38rem;
}

.appinfo {
    font-size: 14px;
    color: #888;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.app-logo-diy {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}


/*****蒲公英页面*****/
.pgy-button {
    display: flex;
    padding: 1rem;
    width: 100%;
    background-color: #28caad;
    color: white;
    text-decoration: none;
    border-radius: 12rem;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    line-height: 35px;
    height: 35px;
    font-weight: 600;
    max-width: 36rem;
}

.pgy-header {
    background: url(../img/pgy_top.svg) top center no-repeat;
    background-size: 100% auto;
    height: 70px
}

.header-apk .pgy-logo {
    flex-direction: column;
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
}

.header-apk .pgy-logo .pgy-title span {
    font-size: 22px;
    line-height: 1.4em;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pgy-appinfo {
    font-size: 14px;
    color: #000000;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.pgy-appinfo {
    font-size: 14px;
    color: #000000;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.app-logo-pgy {
    width: 100px;
    height: 100px;
    margin: auto;
    /*border-radius: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);*/
}


/***售后客服***/
.qrcodePage {
    background-image: url('qrbg-2.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
}

.support-options {
    margin-top: 20px;
}

.qrcode-container {
    margin-bottom: 20px;
    text-align: center;
}

.qrcode {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.qrcode-text, .phone-number {
    font-size: 2.8rem;
    font-weight: 600;
    color: #136312;
}

.qrcode-text {
    margin: 3rem 5rem;
    font-size: 2.8rem;
    line-height: 4rem;
    font-weight: 600;
    color: #8B0000;
}

.qrcode-title .ad-title {
    font-size: 4.8rem;
    margin-bottom: 2.8rem;
    color: #ffffff;
}

.qrcode-title .title-2 {
    font-size: 2.6rem;
    color: #ffffff;
}

.qrcode-title {
    text-align: center;
    margin-top: 9rem;
    margin-bottom: 5rem;
    font-weight: 600;
}

.header-qrcode {
    position: relative;
}

.video-button {
    display: flex;
    padding: 1rem;
    width: 38rem;
    background-color: #22650d;
    color: white;
    text-decoration: none;
    border-radius: 1.8rem;
    font-size: 2.8rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: 6.2rem;
    font-weight: 600;
}

.phone-button {
    display: flex;
    padding: 1rem;
    width: 60rem;
    color: #000000;
    text-decoration: none;
    border-radius: 1.8rem;
    font-size: 6rem;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    height: 9rem;
    font-weight: 600;
    border: 1px solid #095d18;
}

.customer-service-icon {
    position: fixed; /* 初始位置为固定 */
    right: 0px; /* 距离左侧20px */
    top: 5%; /* 初始时距离底部20px */
    padding: 3px 5px;
    color: white;
    border-radius: 5px; /* 使用较小的圆角，或者根据需要调整 */
    cursor: pointer;
    transition: bottom 0.3s ease; /* 平滑过渡效果 */
}


/**禁用效果，注意此处位置要在button样式之后*/
.button-disable {
    background-color: #979797;
    color: #f1efeb;
    pointer-events: none;
    cursor: not-allowed;
}

/**end*/
