.details_main {
    max-width: 1000px;
    margin: 0 auto;
}
.main_finme {
    width: 100%;
    height: 660px;
    border-radius: 24px 24px 24px 24px;
    border: 2px solid #852eff;
    overflow: hidden;
    margin: 40px 0;
}
.main_wanplay {
    width: 100%;
    height: 100%;
}

.dlppsslay {
    position: relative;
    width: 100%;
    height: 100%;
}
.iframe {
    width: 100%;
    height: 100%;
}

#fullscreenToggle {
    position: absolute;
    width: 40px;
    top: 80%;
    right: 10%;
}
#fullscreenToggle img {
    width: 100%;
    height: 100%;
}

.zhezhao_main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(218, 240, 255, 0.8);
    /* filter: blur(60px); */
}
.overlay {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.main_mainleft_Playgame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 348px;
    height: 84px;
    background: #0154d8;
    border-radius: 12px 12px 12px 12px;
    cursor: pointer;
}
.main_mainleft_Play {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_mainleft_Playgame img {
    width: 40px;
    height: 36px;
    border-radius: 2px 2px 2px 2px;
}
.main_mainleft_Playgame p {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 40px;
    color: #ffffff;
    line-height: 60px;
    margin-left: 16px;
}
.hidden {
    display: none;
}
/* 遮罩 */

.main_mainleft_Play img {
    width: 184px;
    height: 184px;
    margin-right: 16px;
    border-radius: 50%;
    border: 4px solid #852eff;
}

.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

@media (max-width: 768px) {
    .details_main {
        width: 95%;
        margin: 0 auto;
    }
    .main_finme {
        height: 576px;
        margin: 32px 0;
    }
    .main_mainleft_Play img {
        width: 100px;
        height: 100px;
        margin-right: 16px;
        border: 3px solid #852eff;
    }
    .main_mainleft_Playgame {
        width: 221px;
        height: 52px;
        background: #0154d8;
        border-radius: 9px 9px 9px 9px;
    }
    .main_mainleft_Playgame p {
        font-size: 20px;
        line-height: 36px;
    }
    .main_mainleft_Playgame img {
        width: 21px;
        height: 20px;
    }
}
@media (max-width: 500px) {
    .main_finme {
        height: 288px;
        border-radius: 8px 8px 8px 8px;
        border: 2px solid #852eff;
    }
    .main_mainleft_Play img {
        width: 68px;
        height: 68px;
        border: 2px solid #852eff;
    }
    .main_mainleft_Playgame {
        width: 135px;
        height: 32px;
        background: #0154d8;
        border-radius: 4px 4px 4px 4px;
    }
    .main_mainleft_Playgame p {
        font-size: 16px;
        line-height: 24px;
    }
    #fullscreenToggle {
        width: 28px;
    }
}
/* tabs */
.tab-content {
    display: none;
}
.active-tab {
    display: block;
}
.tabs {
    width: 100%;
}
.tabs ul {
    display: flex;
    background: #0154d8;
    padding: 8px;
    align-items: center;
    justify-content: space-around;
}
.tab {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    padding: 4px 60px;
    cursor: pointer;
}

.active {
    color: #852eff !important;
    background-color: #ffffff;
    border-radius: 100px 100px 100px 100px;
}
/* / */
.tab1_dl {
    height: 300px;
    background: #ffffff;
    border-radius: 0px 0px 24px 24px;
    border: 2px solid #0154d8;
    width: 100%;
    display: flex;
}
.tab1_dl dt {
    width: calc(40% - 10px);
    height: 100%;
    padding: 24px;
}
.tab1_dl dt img {
    width: 100%;
    height: 100%;
    border-radius: 24px 24px 24px 24px;
    -webkit-border-radius: 24px 24px 24px 24px;
    -moz-border-radius: 24px 24px 24px 24px;
    -ms-border-radius: 24px 24px 24px 24px;
    -o-border-radius: 24px 24px 24px 24px;
}

.tab1_dl dd {
    width: calc(60% - 10px);
}
.tab1_dl dd h6 {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 28px;
    color: #0154d8;
    line-height: 34px;
    margin-top: 24px;
}
.tab1_dl dd p {
    font-family: Nunito, Nunito;
    font-weight: 500;
    font-size: 20px;
    color: #0154d8;
    line-height: 26px;
    height: 116px;
    overflow: auto;
    margin: 12px 0px 20px 0;
    padding-right: 10px;
}
.btn_dt,
.btn_dd {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding: 4px 20px;
    background: #852eff;
    border-radius: 100px 100px 100px 100px;
    border: none;
}
/* 滚动条 */
.tab1_dl p::-webkit-scrollbar {
    width: 4px;
    height: 40px;
    background: #ccc;
    border-radius: 2px 2px 2px 2px;
}
.tab1_dl p::-webkit-scrollbar-thumb {
    background: #852eff;
}
.btn_dt {
    display: none;
}
@media (max-width: 768px) {
    .tab1_dl {
        height: 260px;
    }

    .tab1_dl dd p {
        height: 81px;
        margin: 6px 0px 12px 0;
    }
    .tab1_dl dd h6 {
        font-size: 22px;

        line-height: 30px;
        margin-top: 34px;
    }
}
@media (max-width: 600px) {
    .btn_dd {
        display: none;
    }
    .btn_dt {
        display: block;
    }
    .tab1_dl dt {
        padding: 34px 16px 16px 16px;
    }
    .tab1_dl dt img {
        width: 100%;
        height: 74%;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }
    .btn_dt {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 15px;
        margin-top: 10px;
    }
    .tab1_dl dd h6 {
        margin-top: 30px;
        font-size: 14px;
        line-height: 18px;
    }
    .tab1_dl dd p {
        height: 80px;
        font-size: 12px;
        line-height: 16px;
    }
    .tab {
        font-size: 12px;
        line-height: 14px;
        padding: 4px 20px;
    }

    .tab1_dl {
        height: 188px;
    }
}
/* 第二个tab */
.tab2_lj {
    height: 300px;
    background: #ffffff;
    border-radius: 0px 0px 24px 24px;
    border: 2px solid #0154d8;
    width: 100%;
    padding: 24px 94px;
}
.tab2_lj h5 {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 20px;
    color: #0154d8;
    line-height: 24px;
}
.tab2_lj textarea {
    font-family: Nunito, Nunito;
    font-weight: 500;
    font-size: 20px;
    color: #0154d8;
    line-height: 28px;
    padding: 2px 8px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #852eff;
    margin: 12px 0 24px 0;
    width: 80%;
    display: inline-block;
}
.tab2_lj h4 {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 20px;
    color: #0154d8;
    line-height: 24px;
    margin-bottom: 12px;
}
.tab2_lj ol {
    display: flex;
}
.tab2_lj ol li {
    margin-right: 24px;
}
.tab2_Copy {
    display: inline-block;
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
    border-radius: 24px;
    padding: 8px 16px;
    border: none;
    margin-left: 20px;
    background: #852eff;
    cursor: pointer;
}
.tab2_ljlian {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .tab2_lj {
        padding: 24px;
    }
    .tab2_Copy {
        font-size: 16px;
        line-height: 24px;
    }
    .tab2_lj textarea {
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 600px) {
    .tab2_lj h5 {
        font-size: 14px;
        line-height: 18px;
    }
    .tab2_ljlian {
        margin-top: -22px;
        flex-direction: column-reverse;
    }
    .tab2_Copy {
        font-size: 12px;
        line-height: 12px;
    }
    .tab2_lj textarea {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        margin: 12px 0 9px 0;
    }
    .tab2_lj h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .tab2_lj ol li img {
        width: 20px;
        height: 20px;
    }
    .tab2_lj ol li {
        margin-right: 16px;
    }
    .tab2_lj {
        height: 188px;
    }
}
/* 第三个tab */
.tab3dl {
    height: 300px;
    background: #ffffff;
    border-radius: 0px 0px 24px 24px;
    border: 2px solid #0154d8;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab3dl a {
    width: calc(25% - 10px);
}
.tab3dl a:hover dl {
     background: #852eff;
}
.tab3dl a:hover dl dd {
 color: #fff;
}


.tab3dl dl {
    overflow: hidden;
    margin: 0 15px;
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #000000;
}
.tab3dl dl dt {
    height: 176px;
}
.tab3dl dl dt img {
    width: 100%;
    height: 100%;
}
.tab3dl dl dd {
    font-family: Nunito, Nunito;
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px;
    height: 50px;
}

@media (max-width: 768px) {
    .tab3dl dl dt {
        height: 148px;
    }
    .tab3dl dl {
        margin: 0 10px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
    }
    .tab3dl dl dd {
        font-size: 16px;
        line-height: 20px;
    height: 40px;
    }
}
@media (max-width: 600px) { 
.tab3dl dl dd {
        font-size: 12px;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
      .tab3dl dl {
        margin: 0 4px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
    }
 
.tab3dl {
         height: 188px; 
    }
.tab3dl dl dt {
        height: 70px;
    }
.tab3dl dl dd {
        font-size: 12px;
        line-height: 14px;
height: 30px;
    }  
.tab3dl a {
        width: calc(28% - 10px);
    } 
.tab3dl dl {
        border: 1px solid #000000;
    }
    
}
















