body {
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
    /*font-family: Pingfang SC;*/
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
}

a {
    text-decoration: none;
}

.container {
    position: relative;
    min-width: 1200px;
    width: 100vw;
    height: 37.0vw;
    margin: auto;
    overflow: hidden;
}

.container .icons {
    position: absolute;
    margin-left: 18.75vw;
    top: 6px;
    width: 62.5vw;
    height: 5.3125vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.container .icons .icon {
    width: 7.23125vw;
}

.container .icons .download {
    width: 15.15625vw;
}

.container .wrap {
    position: absolute;
    width: 600vw;
    height: 37.0vw;
    z-index: 1;
    transition: all 3s;
}

.container .wrap img {
    float: left;
    width: 100vw;
    height: 37.0vw;
}

.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;
}

.fd {
    position: fixed;
    right: 100px;
    bottom: 80px;
    width: 234px;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 15px 1px rgba(52, 32, 109, 0.2);
    ;
}

.fd .fd-icon {
    width: 120px;
    height: 120px;
}

.fd .fd-text {
    color: #000;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
}

.fd .fd-btn {
    width: 182px;
    height: 52px;
    line-height: 52px;
    background-color: #4f30a7;
    border-radius: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.detail-wrapper {
    width: 1198px;
    margin: 80px auto 50px;
}

.detail-wrapper .detail-top {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
}

.detail-wrapper .detail-top .title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    line-height: 60px;
}

.detail-wrapper .detail-top .btns {
    display: flex;
}

.detail-wrapper .detail-top .btns .btn {
    margin-left: 10px;
    width: 150px;
    height: 54px;
    border: 1px solid #8b8b8b;
    border-radius: 6px;
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
}

.detail-wrapper .detail-top .btns .btn.selected {
    background-color: #34206d;
    color: #fff;
}

.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;
    margin: 40px auto 68px;
}

.detail-wrapper .contents .content .content-intro .content-intro-left {
    width: 648px;
    height: 380px;
    margin-left: -12px;
}

.detail-wrapper .contents .content .content-intro .content-intro-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0 12px 24px;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-title {
    /*text-align: center;*/
    /*font-size: 24px;*/
    /*color: #000;*/
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #000000;

}
.detail-wrapper .contents .content .content-intro .content-intro-right .intro-title .intro-title-text {
    margin-bottom: -10px;
    border-bottom: 10px solid rgba(52, 32, 109, 0.2);
    padding: 0 12px;
    height: 24px;
    display: inline-block;
    font-size: 24px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-texts {
    /*color: #333;*/
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    margin-top: 40px;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-texts .intro-text {
    /* margin-top: 18px; */
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-icons {
    display: flex;
    justify-content: space-between;
}

.detail-wrapper .contents .content .content-intro .content-intro-right .intro-icons .intro-icon {
    width: 260px;
    height: 120px;
}

.detail-wrapper .contents .content .content-detail {
    background-color: rgba(52, 32, 109, 0.1);
}

.detail-wrapper .contents .content .content-detail .content-detail-para {
    margin: 0 30px 50px;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-title {
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-title .content-detail-para-title-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #34206d;
    margin-right: 12px;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-full {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-full .content-detail-para-half {
    max-width: 50%;
    width: 50%;
    box-sizing: border-box;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-full .content-detail-para-half-left {
    padding-right: 16px;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-full .content-detail-para-half-right {
    padding-left: 16px;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-para-text {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.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 32px;
}
.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: 50px auto 32px;
    text-align: center;
    font-size: 24px;
    color: #000;
}
.detail-wrapper .contents .content .content-detail .content-detail-title .content-detail-title-text {
    margin-bottom: -8px;
    border-bottom: 10px solid rgba(52, 32, 109, 0.2);
    padding: 0 12px;
    height: 24px;
    display: inline-block;
    font-size: 24px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #000000;
}

.detail-wrapper .contents .content .content-detail .content-detail-tips {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

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

.detail-wrapper .contents .content .content-detail .content-detail-tips .content-detail-tip.content-detail-tip-ab {
    margin-top: 20px;
}

.detail-wrapper .contents .content .content-detail .content-detail-tips .content-detail-tip .content-detail-tip-title {
    margin: 20px auto 4px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.detail-wrapper .contents .content .content-detail .content-detail-tips .content-detail-tip.content-detail-tip-ab .content-detail-tip-title {
    margin: 6px auto 8px 0;
}

.detail-wrapper .contents .content .content-detail .content-detail-tips .content-detail-tip .content-detail-tip-img {
    width: 554px;
    height: 80px;
}

.detail-wrapper .contents .content .content-detail .content-detail-texts {
    margin: 12px auto 50px;
    padding-left: 30px;
}

.detail-wrapper .contents .content .content-detail .content-detail-texts .content-detail-text {
    padding-top: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #333;
}
.detail-wrapper .contents .content .content-detail .content-detail-texts .content-detail-text .content-detail-text-blue {
    margin-left: 8px;
    color: #34206d;
}

.detail-wrapper .contents .content .content-detail-7ud {
    padding: 0 150px;
    width: 1198px;
}
.detail-wrapper .contents .content .content-detail-tips-7ud {
    margin: 50px auto;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud {
    margin-bottom: 40px;
}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.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;
}
.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: 24px;
    color: #34206d;
    font-weight: bold;
    margin-bottom: 12px;
}
.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 {

}
.detail-wrapper .contents .content .content-detail-tips-7ud .content-detail-tip-7ud .content-detail-tip-7ud-desc {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.footer {
    width: 1200px;
    padding: 0 calc(50% - 600px);
    box-sizing: content-box;
    height: 316px;
    background-color: #333;
}

.footer .footer-btns {
    width: 100%;
    height: 172px;
    border-bottom: 1px solid rgba(139, 139, 139, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-btns .footer-icon {
    width: 195px;
    height: 124px;
}

.footer .footer-btns .footer-split {
    margin: 0 30px;
    width: 1px;
    height: 70px;
    background-color: rgba(139, 139, 139, 0.3);
}

.footer .footer-btns .footer-btn {
    width: 262px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #ccc;
    border: 1px solid #8B8B8B;
    border-radius: 16px;
}

.footer .footer-text {
    height: 144px;
    line-height: 24px;
    font-size: 16px;
    color: #8b8b8b;
    text-align: center;
    width: 100%;
    padding: 28px 0;
    box-sizing: border-box;
}
.footer-text-para{
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #8B8B8B;
}
.download-btn {
    cursor: pointer;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .slot-label {
    margin-top: 50px;
    display: flex;
    align-items: center;
    text-transform:uppercase;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .slot-label-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #34206d;
    margin-right: 12px;
}
.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-three-column {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-three-column .content-detail-para-text-column {
    width: 280px;
    margin-right: 34px;
}

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

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-lines {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}

.detail-wrapper .contents .content .content-detail .content-detail-para .content-detail-slot-lines .content-detail-slot-line {
    width: 240px;
    height: 160px;
    margin-right: 20px;
}

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