.navigation {
    margin-top: 1.05263rem;
    margin-left: 0.73684rem;
}
.navigation > div {
    height: 1.47368rem;
    display: flex;
    align-items: center;
}
.navigation > div > img {
    height: 1.47368rem;
    width: 4.57895rem;
}

.intro > div {
    height: 15.36842rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.intro > div > img:nth-of-type(1) {
    height: 7.5rem;
    width: 7.5rem;
    position: absolute;
    left: 1.07895rem;
    top: 0.36842rem;
}
.intro > div > img:nth-of-type(2) {
    height: 5.76316rem;
    width: 5.76316rem;
    position: absolute;
    right: 1.55263rem;
    top: 8.5rem;
}
.intro > div > p {
    width: 100%;
    text-align: center;
}
.intro > div > p:nth-of-type(1) {
    margin-top: 3.76316rem;
    font-size: 0.94737rem;
    font-weight: bold;
    color: #333333;
    height: 0.94737rem;
    line-height: 0.94737rem;
    letter-spacing: 0.21053rem;
}
.intro > div > p:nth-of-type(2) {
    margin-top: 1.05263rem;
    font-size: 0.94737rem;
    font-weight: bold;
    color: #333333;
    height: 0.94737rem;
    line-height: 0.94737rem;
    letter-spacing: 0.21053rem;
}
.intro > div > p:nth-of-type(3) {
    margin-top: 1.18421rem;
    margin-bottom: 1.05263rem;
    font-size: 0.73684rem;
    height: 0.73684rem;
    line-height: 0.73684rem;
    color: #666666;
    margin-top: 20px;
    letter-spacing: 0.13158rem;
    font-weight: 300;
}
.intro > div > p:nth-of-type(4) {
    font-size: 0.73684rem;
    height: 0.73684rem;
    line-height: 0.73684rem;
    color: #666666;
    letter-spacing: 0.13158rem;
    font-weight: 300;
}

.orangeText {
    color: #f05630;
}

.cardSection {
    background: #f7f8fa;
    padding: 1.05263rem 1.44737rem;
}

.cardWrapper {
    width: 16.842105263157894rem;
    height: 16.31578947368421rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0rem 0rem 0.5263157894736842rem 0rem rgba(51, 51, 51, 0.03);
    border-radius: 0.3157894736842105rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 1.05263rem;
}
.cardWrapper:nth-of-type(1) img {
    width: 6.894736842105263rem;
    height: 6.631578947368421rem;
    margin-top: 2.4473684210526314rem;
    margin-bottom: 2.1578947368421053rem;
}
.cardWrapper:nth-of-type(2) img {
    width: 6.947368421052632rem;
    height: 6.684210526315789rem;
    margin-top: 2.4473684210526314rem;
    margin-bottom: 2.1578947368421053rem;
}
.cardWrapper:nth-of-type(3) img {
    width: 6.947368421052632rem;
    height: 6.921052631578948rem;
    margin-top: 2.4473684210526314rem;
    margin-bottom: 1.894736842105263rem;
}
.cardWrapper > img:nth-of-type(1) {
    width: 6.894736842105263rem;
    height: 6.631578947368421rem;
    margin-top: 2.4473684210526314rem;
}
.cardWrapper > p:nth-of-type(1) {
    font-size: 0.94737rem;
    height: 0.94737rem;
    line-height: 0.94737rem;
    color: #f05630;

    font-weight: bold;
}
.cardWrapper > p:nth-of-type(2) {
    font-size: 0.6842105263157895rem;
    height: 0.6842105263157895rem;
    line-height: 0.6842105263157895rem;
    color: #666666;
    margin-top: 0.8421052631578947rem;
}

.cardWrapper:nth-of-type(1) {
    margin-top: 0;
}

.cardWrapper > p:nth-of-type(3) {
    width: 6.2368421052631575rem;
    height: 0.7105263157894737rem;
    font-size: 0.631578947368421rem;
    color: #666666;
    line-height: 0.7105263157894737rem;
    margin-top: 0.8421052631578947rem;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

.cardSection > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cardWrapper div {
    width: 393px;
    height: 480px;
    position: absolute;
    left: -12px;
    top: -10px;
    opacity: 0;
    transition: 0.5s;
    display: none;
}
.tiaozhuanP {
    display: block !important;
}
.tiaozhuanP span {
    color: #7966ff;
}
footer {
    width: 100%;
    text-align: center;
    height: 2.52632rem;
    line-height: 2.52632rem;
    font-size: 0.47368rem;
    color: #666666;
    font-weight: 400;
}
