/* <=== hpalbummm ===> */
.hpalbummm{
    margin-bottom: 50px;
}
.hpalbummm .mmwrap{
    max-width: 420px;
    margin: 0 auto;
}
.tpalbummm ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpalbummm ul li{
    padding: 0 10px;
    width: 50%;
}
.tpalbummm li a{
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    background-color: #f6f6f6;
    color: #666666;
    border-radius: 5px;
    font-weight: bold;
}
.tpalbummm li.current a, .tpalbummm li:hover a{
    background-color: #1361ac;
    color: #fff;
}
/* <=== hpalbummm ===> */

/* <=== vhalbumspg ===> */
.hpalbumhh .hhlist{
    margin-bottom: 10px;
}
.vhalbumspg .alpadd{
    padding: 60px 0 70px;
}
.tpalbumhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpalbumhh .hhgrip > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 35px;
}
/* <=== vhalbumspg ===> */

.italbumpg .thum a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.italbumpg .thum a::before{
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-image: url('../images/iimg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 30px;
    height: 20px;
    z-index: 2;
    pointer-events: none;
}
.italbumpg.vres .thum a::before{
    background-image: url('../images/icon.png');
    height: 30px;
}
.italbumpg .thum a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.italbumpg .thum a:hover::after{
    background-color: rgba(0, 0, 0, 0);
}
.italbumpg .thum a:hover img{
    transform: scale(1.05);
}
.italbumpg .decs{
    padding: 15px 15px 30px;
    text-align: center;
    background-color: #002a42;
}
.italbumpg .dstitle, .italbumpg .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.italbumpg .dstitle, .italbumpg .dstitle a{
    color: #fff;
}
.italbumpg .dstitle a{
    display: block;
    width: 100%;
    height: 24px;
    overflow: hidden;
    position: relative;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
#vntpopalbum{
    width: 100%;
    max-width: 100%;
    height:100%;
    /* overflow: hidden; */
    background: transparent;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}
#vntpopalbum .fancybox-close-small{
    right: -50px;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 0;
    color: #fff;
    opacity: 1;
    border-radius: 100%;
    background-color: #cccccc;
}
#vntpopalbum .fancybox-button svg{
    width: 90%;
    color: #fff;
}
.fancybox-slide{
    padding: 0!important;
}
.fancybox-bg{
    background-color: #000000;

}
.fancybox-is-open .fancybox-bg{
    opacity: 1;
    background-color: #ffffff;
}
#vhalbumfor{
    height:-webkit-calc(100vh - 60px);
    height:-moz-calc(100vh - 60px);
    height:-o-calc(100vh - 60px);
    height: calc(100% - 60px);
    position: relative;
}
#vhalbumfor .item{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
#vhalbumfor .item.active{
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}
#vhalbumfor .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
}
#vhalbumfor .caption{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    color: #333333;;
    text-align: center;
    padding: 9px 15px;
    z-index: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#vhalbumfor .slide-arrow{
    width: 50px;
    height: 50px;
    background: #cccccc;
    font-size: 0;
    padding: 0;
    border:none;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color:#fff;
    border-radius: 100%;
}
#vhalbumfor .slide-prev{
    left: 20px;
}
#vhalbumfor .slide-next{
    right: 20px;
}
#vhalbumfor .slide-arrow:before{
    font-family: 'icomoon' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 25px;
    line-height: 35px;
}
#vhalbumfor .slide-prev:before{
    content: "\e90b";
}
#vhalbumfor .slide-next:before{
    content: "\e90a";
}
/*===========================================================*/
#vhalbumnav{
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 10px;
}
#vhalbumnav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}
#vhalbumnav::-webkit-scrollbar {
    height: 10px;
    background-color: #F5F5F5;
}
#vhalbumnav::-webkit-scrollbar-thumb {
    background-color: #000000;
}
#vhalbumnav .item{
    margin-right: 10px;
    width: 60px;
    flex-basis: 60px;
    flex-shrink: 0;
    position: relative;
}
#vhalbumnav .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1;
}
#vhalbumnav .item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    z-index: 1;
}
#vhalbumnav .item.active::before{
    opacity: 0;
}
#vhalbumnav .item.active::after{
    border-color: #1361ac;
}
#vhalbumnav .img{
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#vhalbumnav .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height:100%;
}
.vflexnav{
    display: flex;
    justify-content: center;
}
.tpalbumpop .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.tpalbumpop .vvgrip > div{
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
}
.italbumpop .thum a{
    display: block;
    padding-top: 65.56%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.italbumpop .thum a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.italbumpop .thum a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    background-color: #000000;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.italbumpop .thum a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 118px;
    height: 118px;
    background-image: url('../images/zoom.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 0;
}
.italbumpop .thum a:hover::before{
    opacity: 0.5;
}
.italbumpop .thum a:hover::after{
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
/* tpplayvideo */
.tpplayvideo{
    margin-bottom: 20px;
}
.tpplayvideo img, .tpplayvideo video, .tpplayvideo iframe{
    width: 100%!important;
    height: 100%!important;
}
/*  <===== tpalbummm =====>  */
.tpalbummm{
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}
.tpalbummm:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
/*  <===== tpalbummm =====>  */

/*  <===== italbumall =====>  */
.italbumall{
    position: relative;
}
.italbumall .abgip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.italbumall .abgip > div{
    padding: 0 30px;
}
.italbumall .abgip .lcol{
    width: 61.789%;
}
.italbumall .abgip .rcol{
    width: calc(100% - 61.789%);
}
.italbumall.vimages .abgip .lcol{
    order: 2;
}
.italbumall .thumb a{
    display: block;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.italbumall .thumb a img{
    width: 100%;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.italbumall .thumb a:hover img{
    transform: scale(1.05);
}
.italbumall .dslink{
    width: calc(100% - 61.789%);
}
.italbumall .dslink a{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 170px;
    height: 170px;
    border: 10px solid #fff;
    border-radius: 100%;
    background-color: #ec3237;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
}
.italbumall .dslink a:hover{
    background-color: #ed1c24;
}
.italbumall .decs{
    padding-top: 140px;
}
.italbumall .dstend{
    width: calc(100% - 185px);
    font-size: 30px;
    line-height: 45px;
}
.italbumall.vimages .dstend{
    margin-left: auto;
    text-align: right;
}
.italbumall .dstend, .italbumall .dstend a {
    color: #444444;
}
.italbumall.vvideo .dslink{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.italbumall.vvideo .dslink::before{
    content: '';
    position: absolute;
    top: calc(170px / 2);
    height: 2px;
    right: 170px;
    width: calc(100% - 80px);
    pointer-events: none;
    background-color: #ed1c24;
}
.italbumall.vvideo .dslink a{
    margin-left: auto;
}
.italbumall.vimages .dslink{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.italbumall.vimages .dslink::before{
    content: '';
    position: absolute;
    top: calc(170px / 2);
    height: 2px;
    left: 170px;
    width: calc(100% - 80px);
    pointer-events: none;
    background-color: #ed1c24;
}
/*  <===== italbumall =====>  */

/*  <===== itvideoall =====>  */
.itvideoall .thumb{
    margin-bottom: 20px;
}
.itvideoall .thumb a{
    border-radius: 5px;
}
.itvideoall .dstitle, .itvideoall .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itvideoall .dstitle a{
    display: block;
    position: relative;
    padding-left: 52px;
    min-height: 48px;
}
.itvideoall .dstitle a::before{
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../images/ivdeo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
/*  <===== itvideoall =====>  */

/*  <===== itimageall =====>  */
.itimageall .thumb{
    margin-bottom: 20px;
}
.itimageall .thumb a{
    border-radius: 5px;
}
.itimageall .dstitle, .itimageall .dstitle h3{
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
}
.itimageall .dstitle a{
    display: block;
    position: relative;
    padding-left: 51px;
    min-height: 48px;
    color: #333333;
}
.itimageall:hover .dstitle a{
    color: #1b1951;
}
.itimageall .dstitle a::before{
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/iimg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
/*  <===== itimageall =====>  */

/* <=== vhdownldpg ===> */
.hpdownldmm .mmlist{
    margin-bottom: 30px;
}
.vhdownldpg .dlpadd{
    padding: 50px 0 65px;
}
.itdownldmm{
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}
.itdownldmm .mmgrip{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.itdownldmm .mmgrip .mcol{
    width: calc(100% - 290px);
    padding-right: 20px;
}
.itdownldmm .mmgrip .hcol{
    width: 290px;
}
.itdownldmm .mmconts{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.itdownldmm .mmconts > div{
    padding: 0 5px;
    width: 50%;
}
.itdownldmm .mmconts .vvlink a{
    padding: 9px 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #fff;
    color: #666666;
    border-radius: 3px;
    font-size: 15px;
    min-height: 40px;
}
.itdownldmm .mmconts .vvlink a span{
    margin-left: 10px;
}
.itdownldmm .mmconts .vvlink a:hover{
    background-color: #d12027;
    color: #fff;
}
.itdownldmm .mmconts .bblink a{
    padding: 9px 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #d12027;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    min-height: 40px;
}
.itdownldmm .mmconts .bblink a span{
    margin-left: 10px;
}
.itdownldmm .mmconts .bblink a:hover{
    background-color: #1b1851;
}
.itdownldmm .mmtitle{
    display: flex;
    align-content: center;
    align-items: center;
}
.itdownldmm .mmtitle .ticon{
    width: 40px;
}
.itdownldmm .mmtitle .ttext{
    width: calc(100% - 40px);
    padding-left: 20px;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-transform: uppercase;
}
/* <=== vhdownldpg ===> */

/*  <===== vntheadpop =====>  */
.vntheadpop{
    width: 100%;
    z-index: 12;
    background-color: #fff;
}
.vntheadpop .hdgrip{
    display: flex;
}
.vntheadpop .hdgrip .mcol{
    width: 150px;
    border-right: 1px solid #e6e6e6;
}
.vntheadpop .hdgrip .hcol{
    width: calc(100% - 150px);
}
.vntheadpop .hdlogos{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px 20px;
}
.vntheadpop .hdtitle{
    display: flex;
    align-items: center;
    align-content: center;
    padding: 10px 10px 10px 20px;
}
.vntheadpop .hdtitle .timages, .vntheadpop .hdtitle .timages h2{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.vntheadpop .hdtitle .tvideos, .vntheadpop .hdtitle .tvideos h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.vntheadpop .hdtitle .tline{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.vntheadpop .ttgrip{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
}
.vntheadpop .ttitle, .vntheadpop .ttitle h2{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}
.vntheadpop .tviews a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 15px;
    line-height: 23px;
    padding: 5px 16px;
    background-color: #d12027;
    color: #fff;
    border-radius: 5px;
}
.vntheadpop .tviews a:hover{
    background-color: #1b1951;
}
.vntheadpop .tviews a .vimg{
    margin-right: 12px;
}
.tppopdownl{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.tppopdownl::-webkit-scrollbar{
    width: 10px;
    background-color: transparent;
}
.tppopdownl::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 25px;
}
.tppopdownl img{
    max-width: 100%;
}
/*  <===== vntheadpop =====>  */

/*  <===== vhdetailpg =====>  */
.vhdetailpg .dtpadd{
    padding: 40px 0;
}
.hpdetailmm .mmbread{
    margin-bottom: 10px;
}
/*  <===== vhdetailpg =====>  */

/*  <===== vhortherpg =====>  */
.vhortherpg{
    background-color: #f6f6f6;
}
.vhortherpg .orpadd{
    padding: 50px 0 70px;
}
/*  <===== vhortherpg =====>  */
@media all and (max-width: 1200px){

    /*  <===== italbumall =====>  */
    .italbumall .abgip{
        margin: 0 -15px;
    }
    .italbumall .abgip > div{
        padding: 0 15px;
    }
    .italbumall .dstend{
        font-size: 20px;
        line-height: 30px;
    }
    /*  <===== italbumall =====>  */
}
@media all and (max-width: 991px){
    /* <=== hpalbummm ===> */
    .hpalbummm{
        margin-bottom: 40px;
    }
    /* <=== hpalbummm ===> */

    /* <=== vhalbumspg ===> */
    .vhalbumspg .alpadd{
        padding: 40px 0 50px;
    }
    .tpalbumhh .hhgrip > div{
        width: 50%;
        margin-bottom: 30px;
    }
    /* <=== vhalbumspg ===> */

    #vhalbumfor .slide-arrow{
        top: 42%;
        width: 40px;
        height: 40px;
        display: none!important;
    }
    #vhalbumfor .slide-prev{
        left: 0;
    }
    #vhalbumfor .slide-next{
        right: 0;
    }
    #vntpopalbum .fancybox-close-small{
        top: 10px;
        right: 10px;
    }
    #vhalbumnav{
        justify-content: flex-start;
        padding: 0;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        height: 60px;
    }
    #vhalbumnav::-webkit-scrollbar {
        height: 0px;
    }
    #vhalbumfor .slide-arrow:before{
        font-size: 30px;
    }
    #vhalbumnav .item{
        width: 60px;
        flex-basis: 60px;
    }
    #vhalbumnav .img{
        padding-top: 40px;
    }
    .italbumpg .decs{
        padding: 15px 15px 20px;
    }
    .tpalbummm{
        margin: 0 -10px;
        padding: 0 10px;
        padding-bottom: 40px;
        margin-bottom: 35px;
    }
    /*  <===== italbumall =====>  */
    .italbumall .abgip .lcol{
        width: 100%;
        margin-bottom: 12px;
    }
    .italbumall .abgip .rcol{
        width: 100%;
    }
    .italbumall .decs{
        padding-top: 0;
    }
    .italbumall.vvideo .dslink, .italbumall.vimages .dslink{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .italbumall .dslink a{
        width: 100px;
        height: 100px;
        font-size: 16px;
        line-height: 24px;
    }
    .italbumall.vvideo .dslink a{
        margin-right: auto;
    }
    .italbumall.vimages .dslink a{
        margin: 0 auto;
    }
    .italbumall.vvideo .dslink::before, .italbumall.vimages .dslink::before{
        display: none;
    }
    .italbumall .dstend{
        width: 100%;
    }
    .italbumall.vvideo .thumb a::after{
        width: 50px;
        height: 50px;
    }
    .italbumall.vimages .dstend{
        text-align: left;
    }
    .italbumall.vimages .abgip .lcol{
        order: unset;
    }
    /*  <===== italbumall =====>  */

    /*  <===== slalbumall =====>  */
    .slalbumall .slick-list {
        margin-right: -15px;
    }
    .slalbumall .itvideoall{
        width: 270px;
    }
    .slalbumall .itimageall{
        width: 270px;
    }
    /*  <===== slalbumall =====>  */

    /* <=== vhdownldpg ===> */
    .vhdownldpg .dlpadd{
        padding: 50px 0 60px;
    }
    .itdownldmm .mmgrip .hcol{
        width: 90px;
    }
    .itdownldmm .mmgrip .mcol{
        width: calc(100% - 90px);
        padding-right: 15px;
    }
    /* <=== vhdownldpg ===> */

    /*  <===== vntheadpop =====>  */
    .vntheadpop .hdgrip{
        flex-wrap: wrap;
    }
    .vntheadpop .hdgrip .mcol{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
    }
    .vntheadpop .hdgrip .hcol {
        width: 100%;
    }
    .vntheadpop .hdlogos .lgimg{
        max-width: 115px;
        margin: 0 auto;
    }
    .vntheadpop .hdtitle{
        padding: 7px 10px 9px;
    }
    .vntheadpop .ttitle, .vntheadpop .ttitle h2{
        font-size: 16px;
        line-height: 24px;
    }
    /*  <===== vntheadpop =====>  */

    /*  <===== vhdetailpg =====>  */
    .vhdetailpg .dtpadd{
        padding: 25px 0 40px;
    }
    /*  <===== vhdetailpg =====>  */

    .italbumpop .thum a::after{
        width: 48px;
        height: 48px;
    }

    /*  <===== vhortherpg =====>  */
    .vhortherpg .orpadd{
        padding: 30px 0 45px;
    }
    /*  <===== vhortherpg =====>  */
}
@media all and (max-width: 767px){
    /* <=== vhalbumspg ===> */
    .tpalbumhh .hhgrip > div{
        width: 100%;
    }
    /* <=== vhalbumspg ===> */

    /* <=== vhdownldpg ===> */
    .itdownldmm{
        padding: 10px;
        border-radius: 5px;
    }
    .itdownldmm .mmtitle .ticon{
        width: 30px;
    }
    .itdownldmm .mmtitle .ttext{
        width: calc(100% - 30px);
        padding-left: 15px;
    }
    .itdownldmm .mmtitle .ttext{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== vhdownldpg ===> */

}