body{
    box-sizing: border-box;
}

.AKD-C_all *{
    box-sizing: border-box;
}

.AKD-C_all{
    width: 100%;
    padding: 0px 80px 20px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.AKD-CoverOnly{
    
}

.AKD-MainCoverB{
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.3s ease-in-out;
}

.AKD-BooksItems{
    width: calc(33% - 7px);
    height: max-content;
    margin: 14px 5px;
    box-shadow: 0px 0px 8px -5px #000;
    border-radius: 10px;
    background: #fcfcfc;
    transition: all 0.3s ease-in-out;
}

/*** CoverOnly ***/
.AKD-CoverOnly .AKD-BooksItems {
    width: 15.85%;
}

.AKD-Info_Photo{
    display: flex;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/*** CoverOnly ***/
.AKD-CoverOnly .AKD-Info_Photo{
    flex-direction: column;
    justify-content: center;
}

.AKD-ImgSide {
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
/*    justify-content: center;*/
}

/*** CoverOnly ***/
.AKD-CoverOnly .AKD-ImgSide{
    margin: 10px;
    display: block;
}

.AKD-CoverPhoto{
    width: 197px;
    height: 276px;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 0px 8px -5px #000;
    transition: all 0.3s ease-in-out;
}

.AKD-DownloadBook{
    min-width: 126px;
    width: 100%;
    padding: 12px 0px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 1px solid #d1d2d4;
    box-shadow: 0px 0px 8px -5px #111;
    border-top-color: rgba(100,100,100,0.15);
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #189d5d;
    background: #fff;
}

.AKD-DownloadBook i{
    margin-bottom: 2px;
    margin-left: 8px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
}

/*** CoverOnly ***/
.AKD-CoverOnly .AKD-CoverPhoto {
    width: 100%;
    height: 16.5vw;
    max-height: 315px;
    z-index: 1;
}

.AKD-imgBook{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.AKD-InfoPhoto{
    width: calc(100% - 237px);
    margin: 10px;
    transition: all 0.3s ease-in-out;
}

/*** CoverOnly ***/
.AKD-CoverOnly .AKD-InfoPhoto{
    display: none;
}

.AKD-InfoBooks{
    margin: 5px 0px 11px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.AKD-InfoTiT {
    width: max-content;
    padding: 2px 6px;
    margin-bottom: 3px;
    display: block;
    border-radius: 5px;
    color: #777f89;
    transition: all 0.3s ease-in-out;   background-color: rgba(100,100,100,0.12);
}

.AKD-InfoTiT i {
    margin-left: 4px;
    vertical-align: middle;
    font-size: 15px;
}

.AKD-Inf_o {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.9;
    overflow: hidden;
    font-weight: 500;
    color: #189d5d;
    transition: all 0.3s ease-in-out;
}

.AKD-BookName{
    width: calc(100% - 20px);
    padding: 12px 20px 12px 4px;
    margin: 2px 10px 8px;
    display: flex;
    position: relative;
	align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 8px -5px #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #1c2128;
    transition: all 0.3s ease-in-out;
}

.AKD-BookName::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top:0px;
    left: 0px;
    background: linear-gradient(to right, rgba(30,161,92,1), rgba(184,251,66,1));
}

.AKD-BookName i{
    margin-left: 12px;
    font-size: 16px;
    color: #1c9e60;
    transition: all 0.3s ease-in-out;
}

.AKD-tagNameBoo_k{
    color: #1c2128;
}

/*** CoverOnly ***/
.AKD-CoverOnly .AKD-Shadow::before {
    content: '';
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    box-shadow: 0px -5px 8px 8px #f5f5f5;
    background: linear-gradient(0deg, rgba(250, 250, 250, 0.75) 10%, rgb(243, 243, 243) 90%);
}

/************** Popup *****************/

.AKD-PopupDownLoadPart *{
    box-sizing: border-box;
}

.AKD-PopupDownLoadPart{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    box-sizing: border-box;
}

.AKD-BG_blak {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52);
    cursor: pointer;
}

.AKD-MinePopup {
    width: 915px;
    min-height: 500px;
    max-height: 850px;
    height: max-content;
    padding-bottom: 10px;
    margin: auto;
    position: absolute;
    top: 100px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border-radius: 8px;
    box-shadow: 0px 1px 10px -5px black;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    background-color: white;
}

.AKD-PopupShowIn {
    top: 0px;
    opacity: 1;
}

#AKD-PopupColse {
    width: 100%;
    padding: 15px 20px 12px; 
    display: flex;
    justify-content: space-between;
	align-items: center;
    position: relative;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 0px 7px -5px #111;
    line-height: 1;
    text-align: left;
    z-index: 2;
}

.AKD-PopTitle{
    font-size: 18px;
    color: #1c2128;
}

#AKD-PopupColse i{
    position: absolute;
    top: 12px;
    left: 18px;
    cursor: pointer;
    opacity: 0.6;
    font-size: 22px;
}

#AKD-PopupColse i:hover {
    opacity: 0.8;
}

.AKD-MinePopup::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(to right, rgba(30,161,92,1), rgba(184,251,66,1));
}

.AKD-C_Parts{
    width: 100%;
    max-height: 605px;
    padding-top: 30px;
    display: flex;
	flex-direction: column;
	align-items: center;
    overflow: auto;
}

.AKD-PartsThisBook{
    display: none;
}

.AKD-C_Parts .AKD-PartsThisBook{
    width: 100%;
    display: block;
}

.AKD-PartItem {
    width: 650px; 
    padding: 23px;
    margin: 0px auto 15px;
    display: flex;
    justify-content: space-between;
	align-items: center;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    box-shadow: 0px 0px 7px -5px #111;
    font-size: 14px;
    background-color: #fff;
}

.AKD-DownName{
    display: inline-block;
    color: #1b2027;
}

.AKD-DownName i{
    margin-left: 15px;
    vertical-align: middle;
    font-size: 22px;
    color: #c5c7c8;
}

.AKD-DownIcon{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #189d5d;
}


/************* Respons ***************/

@media only screen and (max-width:1700px) {

    .AKD-C_all {
        width: 100%;
        padding: 20px 0px 20px;
    }

    /*** CoverOnly ***/
    .AKD-CoverOnly .AKD-CoverPhoto {
        width: 100%;
        height: 18.3vw;
        max-height: 315px;
    }

}

/*** CoverOnly ***/
@media only screen and (max-width:1600px) {
    
    .AKD-CoverOnly .AKD-BooksItems {
        width: calc(20% - 10px);
    }
    
    .AKD-CoverOnly .AKD-CoverPhoto {
        height: 22.5vw;
        max-height: 360px;
    }
    
}

@media only screen and (max-width:1500px) {
    
    .AKD-InfoPhoto {
        width: calc(100% - 225px);
        margin: 10px 2px 10px 6px;
    }
    
}

@media only screen and (max-width:1350px) {
    
    .AKD-CoverOnly .AKD-CoverPhoto {
        height: 25vw;
    }
    
} 

@media only screen and (max-width:1200px) {
    
    .AKD-BooksItems {
        width: calc(50% - 10px);
    }
    
}

@media only screen and (max-width:1020px) {
    
    .ma-insaidpage {
        width: 100% !important;
    }
    
    /*** CoverOnly ***/
    .AKD-CoverOnly .AKD-BooksItems {
        width: calc(25% - 10px);
    }
    
    .AKD-CoverOnly .AKD-CoverPhoto {
        height: 31.7vw;
    }
    
    /********  pop  ********/
    
    .AKD-MinePopup {
        width: 85%;
    }
    
    .AKD-PartItem {
        width: 85%;
    }
    
}

@media only screen and (max-width:810px) {
    
    .AKD-CoverPhoto {
        width: 180px;
        height: 270px;
    }
    
    .AKD-InfoPhoto {
        width: calc(100% - 208px);
    }
    
    /*** CoverOnly ***/
    .AKD-CoverOnly .AKD-CoverPhoto {
        height: 30.2vw;
    }
    
    .AKD-CoverOnly .AKD-BookName {
        padding: 12px 10px 12px 4px;
    }
    
    .AKD-CoverOnly .AKD-BookName i {
        margin-left: 8px;
    }

}

@media only screen and (max-width:750px) {
    
    .AKD-BooksItems {
        width: 97%;
        margin: 5px auto;
    }
    
    .AKD-InfoPhoto {
        width: calc(100% - 210px);
        margin: 10px 5px 10px 5px;
    }
    
    .AKD-CoverOnly .AKD-BooksItems {
        width: calc(33.3% - 10px);
        margin: 5px;
    }
    
    .AKD-CoverOnly .AKD-CoverPhoto {
        height: 44.2vw;
    }
    
    .AKD-CoverOnly .AKD-BookName {
        font-size: 14px;
    }
    
}

@media only screen and (max-width:550px) {
    
    .AKD-MainCoverB{
        padding: 0px 5px;
    }
    
    .AKD-CoverOnly .AKD-BooksItems {
        width: calc(50% - 10px);
    }
    
    .AKD-CoverOnly .AKD-CoverPhoto {
        height: 65.85vw;
    }
    
    /********  pop  ********/
    
    .AKD-MinePopup {
        width: 90%;
        min-height: 400px;
        max-height: 600px;
    }
    
    .AKD-PartItem {
        width: 88%;
    }
    
}

@media only screen and (max-width:500px) {
    
    .AKD-InfoPhoto {
        width: calc(100% - 206px);
    }
    
    .AKD-CoverPhoto {
        width: 176px;
        height: 265px;
    }

    
}

@media only screen and (max-width:360px) {
    
    .AKD-InfoTiT,
    .AKD-Inf_o{
        font-size: 12px;
    }
    
    .AKD-InfoPhoto {
        width: 110px;
        margin: 10px 0px 10px 6px;
    }
    
    .AKD-CoverOnly .AKD-BookName {
        font-size: 12px;
    }
    
}

@media only screen and (max-width:325px) {
    
    .AKD-CoverOnly .AKD-BookName {
        font-size: 14px;
    }
    
    .AKD-CoverOnly .AKD-BooksItems {
        width: 84%;
        margin: 5px auto;
    }
    
    .AKD-CoverOnly .AKD-CoverPhoto {
        height: 113vw;
    }

}

@media only screen and (max-height:750px) {
    .AKD-C_Parts {
        max-height: 75vh;
    }
    
    .AKD-MinePopup {
        min-height: 375px;
    }
}

.SH-BlackStyle .AKD-BookName::after{
    filter: grayscale(100%);
}

.SH-BlackStyle .AKD-DownloadBook{
    color: #3d3d3d;
}

.SH-BlackStyle .AKD-BookName i{
    color: #3d3d3d;
}

.SH-BlackStyle .AKD-MinePopup::after{
    filter: grayscale(100%);
}

.SH-BlackStyle .AKD-DownIcon{
    color: #3d3d3d;
}
