/* <=== vhsharehpg ===> */
.vhsharehpg {
    background-color: #f3f0eb;
}
.vhsharehpg .shpadd{
    padding: 40px 0 100px;
}
/* <=== vhsharehpg ===> */

/* <=== tpholdermm ===> */
.tpholdermm .hdtitle{
    padding: 25px 0 20px;
}
.tpholdermm .hdconts{
    background-color: #f6f6f6;
    padding: 40px 0 45px;
}
.tporthermm .mmview{
    text-align: center;
}
.tporthermm .mmview a{
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #ed3237;
    border-bottom: 1px solid transparent;
} 
.tporthermm .mmview a:hover{
    border-bottom: 1px solid #ed1a1f;
}
.tporthermm .mmlist{
    margin-bottom: 25px;
}
.itholdermm{
    margin-bottom: 10px;
    background-color: #fff;
    padding: 16px 20px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    border-radius: 10px;
}
.itholdermm:hover{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.itholdermm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 0 -5px;
}
.itholdermm .mmgrip > div{
    padding: 0 5px;
}
.itholdermm .mmgrip .mcol{
    width: 170px;
}
.itholdermm .mmgrip .hcol{
    width: calc(100% - 220px);
}
.itholdermm .mmgrip .bcol{
    width: 50px;
    text-align: right;
}
.itholdermm .mmdate{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #ed3237;
}
.itholdermm .mmtitle, .itholdermm .mmtitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.itholdermm .mmdown a{
    font-size: 18px;
    line-height: 27px;
    color: #ed3237;
}
/* <=== tpholdermm ===> */

/* <=== tpsharehmm ===> */
.tpsharehmm .tpsharehma {
    margin-bottom: 40px;
}
.tpsharehma .srinner{
    max-width: 630px;
    margin: 0 auto;
}
.tpsharehma .srgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.tpsharehma .srgrip > div{
    padding: 0 5px;
    width: 50%;
}
.tpsharehma .srgroup{
    position: relative;
}
.tpsharehma .srgroup::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 13px;
    height: 15px;
    background-image: url('../images/idate.png');
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: 1;
}
.tpsharehma .srgroup input{
    width: 100%;
    height: 45px;
    border: none;
    padding: 0 50px 0 20px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    border-radius: 5px;
}
.tpsharehma .srgroup input::-webkit-input-placeholder { 
    color: #333;
}
.tpsharehma .srgroup input:-ms-input-placeholder { 
    color: #333;
}
.tpsharehma .srgroup input::placeholder {
    color: #333;
}
.tpsharehmb .mblist{
    margin-bottom: 35px;
}
/* <=== tpsharehmm ===> */

/* <=== tpholderhbb ===> */
.itholderhbb{
    margin-bottom: 50px;
}
.itholderhbb:last-child{
    margin-bottom: 0;
}
.itholderhbb .bbthumn{
    margin-bottom: 25px;
}
.itholderhbb .bbthumn img{
    width: 100%;
}
.itholderhbb .bbdown{
    text-align: center;
}
.itholderhbb .bbdown a{
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    padding: 9px 30px;
    background-color: #ed3237;
    border: 1px solid #ed3237;
    color: #fff;
    border-radius: 25px;
}
.itholderhbb .bbdown a:hover{
    background-color: #fff;
    color: #ed3237;
}
.itholderhbb .bbdown a span{
    display: inline-block;
    position: relative;
    padding-left: 27px;
}
.itholderhbb .bbdown a span::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
/* <=== tpholderhbb ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhsharehpg ===> */
    .vhsharehpg .shpadd{
        padding: 40px 0 60px;
    }
    /* <=== vhsharehpg ===> */
}
@media all and (max-width: 767px){
    /* <=== tpholdermm ===> */
    .tpholdermm .hdtitle{
        padding: 30px 0 25px;
    }
    .itholdermm{
        padding: 15px 70px 15px 20px;
        position: relative;
    }
    .itholdermm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 5px;
    }
    .itholdermm .mmgrip .hcol{
        width: 100%;
    }
    .itholdermm .mmdown{
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .itholdermm .mmtitle, .itholdermm .mmtitle h3{
        font-size: 15px;
        line-height: 25px;
    }
    /* <=== tpholdermm ===> */

}