* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #1a0b08;
    color: #333;
}

.container {
    width: 100%;
    background-color: #1a0b08;
}

.header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 430px;
    top: 0;
    height: 60px;
    z-index: 99;
    transform: translateZ(99px)
}

.main-content {
    flex: 1;
    margin-top: 60px;
}


/* PC端样式 */
@media (min-width: 431px) {
    .container {
        max-width: 430px;
        margin: 0 auto;
        box-shadow: 0 0 20px rgba(26, 11, 8, 0.9);
        position: relative;
        overflow-x: hidden;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }

    body {
        background-color: #222 !important;
    }
}

@media (max-width: 430px) {
    .container {
        width: 100vw;
        max-width: none;
        margin: 0;
        box-shadow: none;
    }

    .header {
        position: fixed;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        top: 0;
        height: 60px;
    }

}



.header .server {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;

}

.header .server img {
    width: 100%;
}

.header img {
    width: 100%;
}


.hero-section {}

.hero-section img {
    width: 100%;
}

.features-section {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    background-image: url(../img/bannerbottom.png);
    background-repeat: no-repeat;
    background-size: calc(100% + 2px) auto;
    margin-top: -5px;
    background-position: 0% -4px;
    height: 20px;
}

.features-section .btn1 {
    background-image: url(../img/btn3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 2;
    padding: 4px 0px;
    float: left;
    margin-left: 10px;
    width: 50%;
    color: #562d00;
    cursor: pointer;
    height: 48px;
}

.features-section .btn3 {
    background-image: url(../img/btn3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 2;
    padding: 4px 0px;
    margin: 0 auto;
    width: 50%;
    color: #562d00;
    cursor: pointer;
    height: 48px;
}

.features-section .btn2 {
    background-image: url(../img/btn2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4px 0px;
    float: right;
    line-height: 2;
    width: 43%;
    color: #0b0b00;
    cursor: pointer;
    margin-right: 10px;
}

.btns-section {
    width: 94%;
    margin: 20px auto;
}

.btns-section .title-box {
    background-color: #0B0A0A;
    border: 1px solid #383434;
    border-radius: 10px;
    color: #fff;
    padding: 6px;
}

.btns-section .title-box .logo {
    float: left;
    width: 50px;
    height: 50px;
}

.btns-section .title-box .logo img {
    width: 100%;
    height: 100%;
}

.btns-section .title-box .name {
    float: left;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.btns-section .title-box .name p {
    font-weight: 700;
    font-size: 18px;
}

.btns-section .btn {
    background-color: #D7B254;
    border-radius: 10px;
    color: #723500;
    padding: 6px 10px;
}

.btns-section .btn .logo {
    width: 34px;
    height: 34px;
    float: left;
}

.btns-section .btn .logo img {
    width: 100%;
    height: 100%;
}

.btns-section .btn .desc {
    float: left;
    border-right: 1px solid #723500;
    height: 35px;
    line-height: 35px;
    margin-left: 6px;
    width: calc(100% - 100px);
    overflow: hidden;
}

.btns-section .btn .icon-btn {
    float: right;
    text-align: center;
    width: 50px;
    cursor: pointer;
}

.btns-section .btn a {
    color: #723500;
}

.btns-section .btn .icon-btn img {
    width: 15px;
    height: 11px;
    margin-top: 4px;
}

.btns-section .btn .icon-btn p {
    font-size: 12px;
    line-height: 1;
}

.lines-section {
    padding: 15px;
    position: relative;
}

.lines-section .title {
    font-size: 24px;
    color: #d5af5d;
}

.lines-section .icon {
    position: absolute;
    top: 10px;
    left: calc((100% - 10rem) / 2);
}

.lines-section .icon img {
    width: 180px;
}

.lines-section ul {
    list-style: none;
    padding: 10px 0;
    color: #fff;
}

.lines-section ul li {
    margin-bottom: 15px;
}

.lines-section ul li .item {
    position: relative;
    border: 1px solid #483d3a;
    border-radius: 10px;
    height: 34px;
    text-align: right;
    line-height: 34px;
    float: left;
    width: 75%;
    padding-right: 10px;
}

.lines-section ul li .item .title-name {
    background-color: #d4aa4d;
    color: #2f1700;
    position: absolute;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    border-radius: 10px;
    font-weight: 600;
}

.lines-section ul li .btn {
    background-color: #f10b0d;
    float: right;
    height: 34px;
    text-align: center;
    line-height: 34px;
    padding: 0px 6px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 15px 35px -12px rgba(100, 18, 45, 1);
}

.desc-section {
    border: 2px solid #D1AE52;
    box-shadow: inset 0 0 10px 5px rgba(252, 218, 79, 0.5);
    width: 94%;
    margin: 10px auto 30px;
    padding: 15px;
    border-radius: 10px;
}

.desc-section .title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #E7DA9B;
}

.desc-section .title div {
    height: 28px;
    line-height: 28px;
    display: inline;
}



.tutorial-section {
    border: 1px solid #d6a653;
    border-radius: 10px;
    margin: 10px;
    padding: 20px 20px;
    color: #d4ae4f;

}

.tutorial-section .title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.tutorial-section .title div {
    height: 28px;
    line-height: 28px;
    display: inline;
}

.tutorial-section .tutorail-text {}

.tutorial-section .tutorail-text ul {
    list-style: none;
}

.tutorial-section .tutorail-text ul li {
    margin-bottom: 10px;
}

.tutorial-section .tutorail-text ul li .no {
    background-color: #dca955;
    color: #302624;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    margin-right: 8px;
}

.tutorial-section .tutorail-text ul li .text {
    float: right;
    width: calc(100% - 35px);
}

.tutorial-section .tutorail-text ul li .text p span {
    color: #e59928;
}

.tutorial-section .tutorail-btn {
    margin: 30px auto 0;
    padding: 8px 20px;
    border: 1px solid #cfa04c;
    color: #cfa04c;
    text-align: center;
    width: 45%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}

/* 移动端适配 */
@media (max-width: 750px) {
    .header {
        gap: 1rem;
        position: fixed;
        top: 0;
        height: 60px;
    }

    .header img {
        height: 100%;
    }


    .main-content {
        padding: 0rem;
        margin-top: 60px;
    }
}

/* 防止页面缩放时出现水平滚动条 */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.boxs {
    background-image: url(../img/bgbox.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.boxs .list-btns {
    display: flex;
    color: #fff;
    text-align: center;
}

.boxs .list-btns .btn {
    height: 40px;
    float: left;
    margin-top: 15px;
    
}

.boxs .list-btns .btn a img {
    width: 80%;
    animation: scaleDraw 2.8s infinite;
    z-index: 10;
    transform: translateZ(10px)
}

/* 定义关键帧动画 */
@keyframes scaleDraw {
  0% {
    transform: scale(1);      /* 原始大小 */
    opacity: 0.9;               /* 半透明 */
  }
  50% {
    transform: scale(1.1);     /* 放大效果 */
    opacity: 1;                  /* 完全不透明 */
  }
  100% {
    transform: scale(1);        /* 恢复原始大小 */
    opacity: 0.9;
  }
}

.boxs .list-btns .btn .btn1 {
    height: 40px;
    width: 75%;
    margin: 10px auto;
    background: url(../img/download.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.boxs .list-btns .btn .btn2 {
    height: 40px;
    width: 75%;
    margin: 10px auto;
    background: url(../img/serverbtn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

.btns-section-1 {
    width: 94%;
    margin: 20px auto;
}

.btns-section-1 .title-box {
    background-color: #0B0A0A;
    border: 1px solid #383434;
    border-radius: 10px;
    color: #fff;
    padding: 6px;
}

.btns-section-1 .title-box .logo {
    float: left;
    padding: 0px 10px;
    margin-bottom: -2px;
}

.btns-section-1 .title-box .logo img {
    height: 48px;
}

.btns-section-1 .title-box .name {
    float: right;
    background-color: #f8e27d;
    text-align: center;
    color: #000;
    border-radius: 18px;
    padding: 4px 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 10px;
}

.footer {
    height: 64px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9;
}

.footer .tip {
    position: absolute;
    right: 20px;
    height: 36px;
    top: -17px;
    padding: 6px 6px;
    background-image: url(../img/tipbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 10;
    font-weight: 700;
    cursor: pointer;
}

@media (min-width: 431px) {
    .footer {
        max-width: 430px;
        margin: 0 auto;
        left: calc((100% - 430px) / 2);
    }
}

@media (max-width: 430px) {
    .footer {
        width: 100vw;
    }

}
