.banner {
    position: relative;
}

.banner .appWrap {
    width: 100%;
}

.appWrap h1 {
    padding-bottom: 0.32rem;
}

.appWrap h2 {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #1D2946;
    text-align: center;
}

.appWrap a.pc {
    display: block;
    width: 4.52rem;
    height: 1.19rem;
    background: #306FF6;
    border-radius: 0.6rem;
    color: #fff;
    line-height: 1.19rem;
    font-size: 0.34rem;
    padding-left: 1.9rem;
    box-sizing: border-box;
    position: relative;
    margin: 0.3rem auto;
}

.appWrap a:before {
    position: absolute;
    display: block;
    content: "";
    width: 0.44rem;
    height: 0.47rem;
    left: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url('../../asserts/download/downloadBannerIcon.svg') no-repeat 0 0;
    background-size: 100% auto;
}

.intro {
    padding: 0.2rem 0 0;
}

.intro .inner {
    width: 6rem;
    position: relative;
    margin: 0 auto;
}

.intro ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro li {
    width: 3rem;
    height: 2.8rem;
    text-align: center;
    box-sizing: border-box
}

.intro li .icon {
    width: 1.81rem;
    height: 1.73rem;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
    border-radius: 0.86rem;
    position: relative;
    margin: 0 auto;
}

.intro li h4 {
    font-size: 0.24rem;
    color: #464650;
    line-height: 0.36rem;
    padding-top: 0.26rem;
}

.intro li .icon span {
    width: 0.66rem;
    height: 0.66rem;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.intro li .icon1 span {
    background: url('../../asserts/download/downloadPart1Icon1.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.intro li .icon2 span {
    background: url('../../asserts/download/downloadPart1Icon2.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.intro li .icon3 span {
    background: url('../../asserts/download/downloadPart1Icon3.png') 0 0 no-repeat;
    background-size: 100% auto;
}

.intro li .icon4 span {
    background: url('../../asserts/download/downloadPart1Icon4.png') 0 0 no-repeat;
    background-size: 100% auto;
}

#downloadView .gotoTopBtnLiveListIndex {
    margin-top: 0;
}