body{
    background-color: rgb(244, 244, 244);
    margin: 0;
}

.adaptiveDiv{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
}
@media (max-width: 1440px) and (min-width: 1080px){
    .adaptiveDiv{
        width: 1080px;
    }
}
@media (max-width: 1080px) and (min-width:720px){
    .adaptiveDiv{
        width: 720px;
    }
}
@media (max-width: 720px){
    .adaptiveDiv{
        width: 360px;
    }
}

.header{
    position: relative;
    width: 100%;
    height: 53px;
    padding: 21px 0 21px 0;
    margin: 0 auto 0 auto;

    background-color: white;
}

.headerImgDiv{
    float: left;
    height: 53px;
}
@media (max-width: 1080px) and (min-width:720px){
    .headerImgDiv{
        height: 45px;
    }
}
@media (max-width: 720px){
    .headerImgDiv{
        margin-top: 10px;
        height: 40px;
    }
}

.headerImg{
    height: 100%;
}

.headerLinksDiv{
    float: right;
}
@media (max-width: 720px){
    .headerLinksDiv{
       display: none;
    }
}

.headerLinks{
    padding: 0 10px 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    color: #35baf2;
    text-decoration: none;
}
.headerLinks:hover{
    text-decoration: underline;
}
@media (max-width: 1080px) and (min-width: 720px){
    .headerLinks{
        padding: 0 5px 0 5px;
        font-size: 13px;
    }
}
@media (max-width: 720px){
    .headerLinks{
        padding: 0;
        line-height: 20px;

        font-size: 12px;
    }
}


.mobileHeaderLinksBtn{
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    margin: 10px 10px 0 0;
    padding:0;
    text-align: center;

    font-size: 35px;
    line-height: 38px;


    color: #35baf2;
    cursor: pointer;
}
@media (max-width: 720px){
    .mobileHeaderLinksBtn{
       display: block;
    }
}
.mobileHeaderLinksBtn:hover{
    background-color: #35baf2;
    color: white;
}

.mobileHeaderLinksMenu{
    display: none;
    position: absolute;
    top:50px;
    right:10px;
    margin: 0;
    padding: 0;
}

.mobileHeaderItem{
    width: 100px;
    padding-left: 10px;
    list-style-type: none;
    background-color: white;
    border: 1px solid rgb(174, 174, 174);
    cursor: pointer;
}
.mobileHeaderItem:hover{
    background-color: #35baf2;
}
.mobileHeaderItem:hover .headerLinks{
    color: white;
}

.searchDiv{
    width: 100%;
    height: 270px;
    background: url("../img/group_24.png");
}
@media (max-width: 720px){
    .searchDiv{
        height: 137px;
    }
}

.searchInput{
    display: inline-block;
    margin-left: 240px;
    margin-top: 112px;
    width: 785px;
    height: 48px;

    border: 0;
    border-radius: 4px;
    padding-left: 10px;

    font-size: 20px;
    letter-spacing: -0.67px;
    font-family:  -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
@media (max-width: 1440px) and (min-width: 1080px){
    .searchInput{
        margin-left: 165px;
        width: 615px;
    }
}
@media (max-width: 1080px) and (min-width: 720px){
    .searchInput{
        margin-left: 80px;
        width: 435px;
    }
}
@media (max-width: 720px){
    .searchInput{
        margin-left: 10px;
        margin-top: 40px;
        width: 240px;
        height: 36px;
    
        padding-left: 4px;
        font-size: 16px;
        letter-spacing: -0.5px;
    }
}

.searchBtn{
    display: inline-block;
    margin-left: 20px;
    margin-top: 112px;
    width: 135px;
    height: 50px;
    padding: 0;

    border:0;
    border-radius: 4px;
    background-color: rgb(9, 200, 219);

    color: white;
    font-size: 20px;
    letter-spacing: -0.67px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    cursor: pointer;
}
@media (max-width: 1440px) and (min-width: 1080px){
    .searchBtn{
       width: 115px;
    }
}
@media (max-width: 1080px) and (min-width: 720px){
    .searchBtn{
       width: 95px;
    }
}
@media (max-width: 720px){
    .searchBtn{
        margin-left: 0;
        margin-top: 40px;
        width: 85px;
        height: 40px;

        font-size: 16px;
        letter-spacing: -0.53px;
    }
}

.hotKeywordsMask{
    width: 950px;
    height: 41px;
    margin-left: 240px;
    margin-top: 19px;

    overflow: hidden;
}
@media (max-width: 1440px) and (min-width: 1080px){
    .hotKeywordsMask{
        width: 760px;
        margin-left: 165px;
    }
}
@media (max-width: 1080px) and (min-width: 720px){
    .hotKeywordsMask{
        width: 570px;
        margin-left: 80px;
    }
}
@media (max-width: 720px){
    .hotKeywordsMask{
        display: none;
    }
}

.hotKeywordsDiv{
    height: 41px;
}

.contentDiv{
    margin-top: 0;
    width: 100%;
}
@media (max-width: 720px){
    .contentDiv{
        display: none;
    }
}

.contentTypeDiv{
    width: 100%;
    height: 45px;
    padding-top: 20.8px;
}

.title{
    float: left;

    font-size: 30px;
    letter-spacing: -1px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.changeCaricatures{
    float: right;
    height: 35px;
    width: 154px;
    padding-top: 13px;

    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.53px;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0 ,0 ,0.06);
    color: rgb(8, 195, 213);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    cursor: pointer;
}

.changeCaricatures:hover{
    box-shadow: 0 3px 8px 0 rgba(0, 0 ,0 ,0.1);
}


.caricaturesDiv{
    display: block;
    clear: both;
    height: 493px;
    width: 100%;
    overflow: hidden;
}

.caricaturesList{
    position: relative;
    list-style: none;
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

.caricaturesListItem{
    position: absolute;
    display: inline-block;
    width: 340px;
    height: 472px;
    margin: 10px;

    border-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0 ,0 ,0.06);
}

.caricaturesSearchDiv{
    display: none;
    clear: both;
    position: relative;
    width: 100%;
}


.stickersTypeDiv{
    clear: both;
    padding-top: 9px;
}

.stickersTypeBtn{
    width: 130px;
    height: 45px;
    margin-right: 10px;
    
    text-align: center;
    border: 0;
    border-radius: 2px;
    background-color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0 ,0 ,0.06);
    color: rgb(174, 174, 174);

    cursor: pointer;
    outline: none;
}

.stickersTypeBtn:hover{
    box-shadow: 0 3px 8px 0 rgba(0, 0 ,0 ,0.1);
}

.stickersTypeBtnActive{
    width: 130px;
    height: 45px;
    margin-right: 10px;
    
    text-align: center;
    border: 0;
    border-radius: 2px;
    background-color: white;
    color: rgb(8, 195, 213);
    box-shadow: 0 2px 0 0 rgb(9, 200, 219);

    outline: none;
}

.stickersTypeImg{
    float: left;
    width: 31px;
    height: 27px;
}

.stickersTypeBtnTxt{
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;

    font-size: 16px;
    font-weight: bold;
    letter-spacing: -1px;
}


.stickersDiv{
    display: block;
    width:100%;
    height: 480px;
    margin-left: 10px;
    margin-top: 56px;

    overflow: hidden;
}

.stickersSearchDiv{
    display: none;
    clear: both;
    position: relative;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
}

.loadMoreDiv{
    display: block;
    height: 54px;
    width: 1420px;
    margin-left: 10px;
    margin-top: 40px;
    padding-top: 22px;

    background-color: rgb(191,191,191);
    color: white;
    text-align: center;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    cursor: pointer;
}
@media (max-width: 1440px) and (min-width: 1080px){
    .loadMoreDiv{
        width: 940px;
    }
}
@media (max-width: 1080px) and (min-width: 720px){
    .loadMoreDiv{
        width: 700px;
    }
}

.footer{
    margin: 0 auto 0 auto;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    
    text-align: center;
}


.footerTxt{
    font-size: 16px;
    color: #7f8795;
}
.records{
    color:#7f8795;
    font-size: 16px;
}
.records a{
    text-decoration:none;
    margin-left: 15px;
    color:#7f8795;
}
.records a:hover{
    color:#3399CC;
}
@media (max-width: 720px){
    .footerTxt{
        font-size: 12px;
    }
}