/*96KaiFa原创源码，唯一官网：www.96kaifa.com*/
.app_download{
    width: 154px;
    height: 46px;
    background: url(../images/app_download.png) no-repeat;
    background-size: 100% 100%;
}
.aside-hotRank>div:first-of-type {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px;
    padding-left: 19px;
    position: relative;
    margin-bottom: 15px;
    padding-top: 2px;
    margin-top: 30px;
}

.aside-hotRank>div:first-of-type::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 19px;
    background-color: #F16D45;
}

.pk-detail {
    margin-top: 29px;
}

.pk-detail i {
    font-style: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-right: 11px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #E4E4E4;
    border-radius: 4px;
    margin-top: 10px;
}

.pk-detail li {
    overflow: hidden;
    margin-bottom: 20px;
}

.pk-detail li.on .pk-detail-block {
    display: flex;
}

.pk-detail li.on .pk-detail-text {
    display: none;
}

.pk-detail li:nth-child(1) i {
    background-color: #E8503E;
}

.pk-detail li:nth-child(2) i {
    background-color: #ED6238;
}

.pk-detail li:nth-child(3) i {
    background-color: #FFB81E;
}

.pk-detail-text {
    display: flex;
}

.pk-detail-text a {
    line-height: 41px;
    font-size: 14px;
    font-family: PingFang SC;
    color: #101010;
    opacity: 0.75;
    flex: 1;
}

.pk-detail-text span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    opacity: 0.8;
    line-height: 41px;
    margin-left: 30px;
}

.pk-detail .pk-detail-text .download-num {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #343434;
    line-height: 30px;
    opacity: 0.8;
}

.pk-detail .pk-detail-block {
    display: none;
}

.pk-detail-block img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    margin-right: 8px;
}

.pk-detail-block span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999;
    line-height: 90px;
    flex: 1;
}

.pk-detail-block a {
    width: 74px;
    height: 30px;
    border: 1px solid #ED6238;
    border-radius: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ED6238;
    margin-top: 30px;
}

.pk-detail-block a:hover {
    background: #ED6238;
    color: #fff;
}

.pk-app-text a {
    opacity: 0.6;
    width: 58px;
    height: 25px;
    border: 1px solid #ED6238;
    border-radius: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ED6238;
    line-height: 25px;
    text-align: center;
}

.pk-app-text a:hover {
    background-color: #ED6238;
    color: #fff;
}

.pk-app-text span {
    display: inline-block;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    opacity: 0.6;
    margin-top: 13px;
    margin-bottom: 20px;
}

.mgdownloadDetail-title {
    display: flex;
}
.mgdownloadDetail-title .btn {
    margin: auto;
}

.mgdownloadDetail-title-txt {
    flex: 1;
}

.mgdownloadDetail-title img {
    width: 150px;
    height: 150px;
    border-radius: 30px;
    margin-right: 20px;
}
.mgdownloadDetail-title-txt p img {
    width: 90px;
    height: 14px;
    margin-right: 3px;
}

.mgdownloadDetail-title-txt>h1, .mgdownloadDetail-title-txt>h1 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 15px;
}

.mgdownloadDetail-title-txt>p {
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
}

.mgdownloadDetail-title-txt>p>span {
    margin-right: 20px;
}

.mgdownloadDetail-title .iosbtn, .mgdownloadDetail-title .andbtn {
    width: 134px;
    height: 48px;
    opacity: 1;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 19px;
    text-indent: 20px;
}
.mgdownloadDetail-title .iosbtn {
    background: url('/96kaifa/images/android.png') 15px center no-repeat #EE4646;
    background-size: 19px 22px;
}
.mgdownloadDetail-title .andbtn {
    background: url('/96kaifa/images/ios.png') 15px center no-repeat #EE4646;
    background-size: 19px 22px;
}
.mgdownloadDetail-title .iosbtn:hover {
    background: url('/96kaifa/images/android.png') 15px center no-repeat #F17070;
    background-size: 19px 22px;
}
.mgdownloadDetail-title .andbtn:hover{
    background: url('/96kaifa/images/ios.png') 15px center no-repeat #F17070;
    background-size: 19px 22px;
}
.mgdownloadDetail-title .iosbtn>img:last-child, .mgdownloadDetail-title .andbtn>img:last-child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 132px;
    height: 134px;
    z-index: 999;
    border-radius: 0;
    border: 1px solid #F17070;
}

.mgdownloadDetail-title .btn img {
    width: 100%;
    height: 100%;
}

.mgdownloadDetail-content {
    /* margin-top: 40px; */
}

.mgdownloadDetail-content>p {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 2;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.mgdownloadDetail-content img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.mainContent {
    /* padding: 28px 0; */
    /* border-bottom: 1px solid hsl(0, 0%, 82%); */
    font-size: 14px ;
    font-weight: 400;
    color: #666 ;
    line-height: 35px ;
}

.mainContent * {
    font-size: 14px ;
    font-weight: 400 ;
    color: #666 ;
    line-height: 35px ;
}

.mainContent p {
    text-indent: 2em!important;
}

.mainContent img {
    display: none!important;
    margin: 20px auto !important;
}

.mainContent img.width_active {
    display: block!important;
    width: 515px!important;
    height: auto!important;
}

.mainContent img.height_active {
    display: block!important;
    width: 515px!important;
    height: auto!important;
}

.gameScreenshotSwiper {
    width: 769px;
    height: 100%;
    margin-bottom: 36px;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide>img {
    width: 100%;
    height: 416px;
}

.mgdd {
    width: 100%;
    height: 69px;
    margin-bottom: 45px;
}

.relatedInformation ul, .relatedInformation a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.relatedInformation li {
    width: 47%;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.relatedInformation a {
    font-size: 18px;
    font-weight: 400;
    opacity: 0.9;
}

.relatedInformation a>span:last-child {
    width: 51px;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}

.relatedInformation a>span:first-child {
    flex: 1;
    font-size: 14px;
}

.popularDownloads ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.popularDownloads li {
    width: 16%;
    text-align: center;
    margin-bottom: 10px;
}

.popularDownloads img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
}

.popularDownloads p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.8;
    text-align: center;
}

.tryPlay {
    text-align: center;
    margin-top: 12px;
}

.tryPlay img {
    width: 98px;
    height: 98px;
    margin-left: 26px;
}

.tryPlay p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    opacity: 0.8;
    border-bottom: 1px solid #F28060;
    padding: 5px;
}

.otherGift li {
    width: 769px;
}

.otherGift li a {
    display: flex;
    justify-content: space-between;
}

.otherGift li a img {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 10px;
}

.otherGift li a>div h1 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}

.otherGift li a>div {
    flex: 1;
    width: 530px;
}

.otherGift li a>div .otherGift_txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #666;
    padding-left: 0;
    width: 100%;
}

.otherGift li a>button {
    width: 99px;
    height: 40px;
    border: 1px solid #ED6238;
    color: #ED6238;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 30px;
    margin-top: 20px;
    cursor: pointer;
}




.relatedInformationAll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.relatedInformationAll a {
    display: flex;
    margin-bottom: 20px;
}
.relatedInformationAll a h1 {
    width: 311px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.relatedInformationAll a span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}
.allTitle2 {
    border: none !important;
    margin-top: 40px;
}













