* {
    margin: 0;
    padding: 0;
    font-family: Pingfang SC;
}

a {
    text-decoration: none;
}

.container {
    position: relative;
    width: 10rem;
    height: 4.75rem;
    margin: auto;
    overflow: hidden;
    background-color: #34206d;
}

.container .icons {
    width: 10rem;
    height: 1.28rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
}

.container .icons .icon {
    width: 2.12rem;
}

.container .wrap {
    position: absolute;
    width: 60rem;
    height: 4.75rem;
    z-index: 1;
    /*transition: all 3s;*/
}

.container .wrap img {
    float: left;
    width: 10rem;
    height: 4.75rem;
}

.container .buttons {
    position: absolute;
    margin: 0 auto;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 2;
}

.container .buttons .dot {
    margin-left: 12px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-align: center;
    color: white;
    cursor: pointer;
    border: 1px solid #fff;
    background-color: transparent;
    box-sizing: border-box;
}

.container .buttons .dot.on {
    background-color: #fff;
}

.detail-wrapper {
}

.detail-wrapper .detail-top {
    width: 100%;
    height: 1.08rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.detail-wrapper .detail-top.detail-top-fixed {
    position: fixed;
    top: 0;
    z-index: 10;
}

.detail-wrapper .detail-top .btns {
    display: flex;
    align-items: center;
    width: 100%;
    height: 1.08rem;
    border-bottom: 1px solid #ccc;
}

.detail-wrapper .detail-top .btns .btn {
    width: 25%;
    height: 0.48rem;
    color: #8a8a8a;
    font-size: 0.32rem;
    line-height: 0.48rem;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.detail-wrapper .detail-top .btns .btn:not(:last-child) {
    border-right: 1px solid #ccc;
}

.detail-wrapper .detail-top .btns .btn.selected {
    color: #34206d;
    font-weight: bold;
}

.detail-wrapper .contents {}

.detail-wrapper .contents .content {
    display: none;
}

.detail-wrapper .contents .content.selected {
    display: flex;
    flex-wrap: wrap;
}

.detail-wrapper .contents .content .content-intro {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.16rem;
}

.detail-wrapper .contents .content .content-intro .content-intro-left {
    width: 8.64rem;
    height: 5.06667rem;
    margin: 0 auto;
}

.detail-wrapper .contents .content .content-intro .content-intro-right {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 0.66666667rem 0.68rem 0.8rem;
}

.detail-wrapper .contents .content .content-intro .intro-title {
    text-align: center;
    font-size: 0.48rem;
    color: #000;
    font-weight: 400;
    margin-bottom: 0.4rem;
    margin-left: auto;
    margin-right: auto;
}
.detail-wrapper .contents .content .content-intro .intro-title .intro-title-text {
    border-bottom: 0.13333rem solid rgba(52, 32, 109, 0.2);
    padding: 0 0.16rem;
    height: 0.48rem;
    display: inline-block;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-texts {
    color: #333;
    font-size: 0.32rem;
    /*font-weight: bold;*/
    font-weight: 400;
    line-height: 0.48rem;
    padding: 0 0.16rem;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-texts .intro-text {
    margin-top: 0.24rem;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-icons {
    display: flex;
    justify-content: space-between;
    margin-top: 0.6rem;
    padding: 0 0.12rem;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-icons .intro-icon {
    width: 4rem;
    height: 1.88rem;
}

.detail-wrapper .contents .content .content-detail {
    background-color: rgba(52, 32, 109, 0.1);
    font-size: 0.32rem;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
}

.detail-wrapper .contents .content .content-detail .content-detail-para {
    margin: 0 0.88rem 0.56rem;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-title {
    font-size: 0.32rem;
    line-height: 0.44rem;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 0.24rem;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-title .content-detail-para-title-dot {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background-color: #34206d;
    margin-right: 0.16rem;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-text {
    color: #333;
    font-size: 0.32rem;
    line-height: 0.44rem;
    margin-top: 0.12rem;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-img {
    width: 8.28rem;
    height: 1.2rem;
    display: block;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-text.content-detail-para-notice {
    color: #34206d;
    margin-top: 6px;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-text.content-detail-para-text-columns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    box-sizing: border-box;
    padding: 0 0.4rem;
    margin: 0.12rem auto 0.4rem;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-text-columns .content-detail-para-text-column {
    width: 33.333%;
    text-align: center;
}

.detail-wrapper .contents .content .content-detail .content-detail-title {
    margin: 0.6666667rem auto;
    text-align: center;
    font-size: 0.48rem;
    color: #000;
}

.detail-wrapper .contents .content .content-detail .content-detail-title .content-detail-title-text {
    margin-bottom: -0.2rem;
    border-bottom: 0.13333rem solid rgba(52, 32, 109, 0.2);
    padding: 0 0.16rem;
    height: 0.48rem;
    display: inline-block;
}

.detail-wrapper .contents .content .content-detail .content-detail-tips {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.detail-wrapper .contents .content .content-detail .content-detail-tips .content-detail-tip {
    width: 8.28rem;
    display: flex;
    flex-direction: column;
}

.detail-wrapper .contents .content .content-detail .content-detail-tips .content-detail-tip .content-detail-tip-title {
    margin: 0.12rem auto 0.12rem 0.12rem;
    font-size: 0.32rem;
    line-height: 0.32rem;
    color: #333;
}

.detail-wrapper .contents .content .content-detail .content-detail-tips .content-detail-tip .content-detail-tip-img {
    width: 8.28rem;
    height: 1.2rem;
    margin-bottom: 0.16rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-texts {
    margin: 0.16rem 0.88rem 0.6666666667rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-texts .content-detail-text {
    padding-top: 0.24rem;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #333;
}
.detail-wrapper .contents .content .content-detail .content-detail-texts .content-detail-text .content-detail-text-blue {
    margin-left: 0.12rem;
    color: #34206d;
}

.detail-wrapper .contents .content .content-detail-7ud {
    padding: 0 0.32rem 0.28rem;
}
.detail-wrapper .contents .content .content-detail-tips-7ud {
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud {
    margin-bottom: 0.4rem;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-title {
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.44rem;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-imgs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 0.32rem;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-imgs .content-detail-tip-7ud-img {
    display: flex;
    flex-direction: column;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-imgs .content-detail-tip-7ud-img .content-detail-tip-7ud-img-label {
    text-align: center;
    font-size: 0.4rem;
    color: #34206D;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-imgs .content-detail-tip-7ud-img .content-detail-tip-7ud-img-img {
    width: 3rem;
    height: 3.73rem;
    margin-top: 0.16rem;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-desc {
    width: 100%;
    text-align: left;
    font-size: 0.32rem;
    line-height: 0.44rem;
    margin-top: 0.4rem;
}

.footer {
    width: 100%;
    padding: 0 1rem 1.72rem;
    box-sizing: border-box;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-text {
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #8b8b8b;
    text-align: center;
}
.footer .footer-text .footer-text-para {
    margin-top: 0.2rem;
}

.download-btn {
    cursor: pointer;
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 1.72rem;
}
.download-btn .download-icon {
    width: 100%;
    height: 100%;
}


.detail-wrapper .contents .content .content-detail .content-detail-para .slot-label {
    margin-top: 0.68rem;
    display: flex;
    align-items: center;
    line-height: 0.4rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .slot-label-dot {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #34206D;
    margin-right: 0.16rem;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-two-column {
    display: flex;
    flex-direction: row;
    margin-top: 0.28rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-two-column .content-detail-para-text-column {
    width: 4rem;
    margin-right: 0.28rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-two-column .content-detail-para-text-column .slot-img-1{
    width: 4rem;
    height: 2.16rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-two-column .content-detail-para-text-column .slot-img-label-1{
    line-height: 0.36rem;
    font-size: 0.28rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-four-column {
    display: flex;
    flex-direction: row;
    margin-top: 0.28rem;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-four-column .content-detail-para-text-column {
    margin-right: 0.28rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-two-column-2 {
    width: 3.92rem;
    margin-top: 0.28rem;
    display: flex;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-two-column-2 .slot-img-2 {
    width: 3.92rem;
    height: 1.88rem;
    margin-right: 0.44rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-lines {
    display: flex;
    flex-direction: row;
    width: 3.20rem;
    margin-top: 0.28rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-lines .content-detail-slot-line {
    width: 3.20rem;
    height: 2.14rem;
    margin-right: 0.28rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-rules {
    width: 100%;
    box-sizing: border-box;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-rules  .content-detail-slot-rule-img {
    width: 7.36rem;
    height: 2.16rem;
    margin-top: 0.28rem;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-rule-text {
    width: 7.68rem;
    font-weight: bold;
    color: #333;
    font-size: 0.28rem;
    line-height: 0.36rem;
}
