.mostloved-template-width{
    width: 1200px;
    margin: 0 auto;
}
.mostloved-title-template {
    text-align: left;
    font-size: 32px;
    font-weight: 600;
    color: #1C201E;
    line-height: 32px;
    padding-top: 40px;
}
.mostloved-title-template h2{
    font-size: 32px;
    font-weight: 600;
}
.mostloved-title-template img{
    width: 100%;
}
.mostloved-mian-template{
    padding-top: 30px;
}
.mostloved-mian-template ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.mostloved-mian-template ul li{
    width: 270px;
    list-style-type: none;
    margin-bottom: 20px;
}
.mostloved-mian-template ul li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}
.mostloved-mian-template ul li a img {
    width: 100%;
    border-radius: 6px;
}
.mostloved-mian-template ul li a img.appImg {
    width: 50px !important;
    position: absolute;
    bottom: 60px;
    right: 0;
    border-radius: 50%;
}
.mostloved-mian-template ul li a .mostloved-mian-desc {
    font-size: 20px;
    font-weight: 600;
    color: #FF5306;
    line-height: 20px;
    padding-top: 6px;
}
.mostloved-mian-desc b{
    /*font-size: 20px;*/
}
.mostloved-mian-desc span {
    /*padding: 0 4px;*/
}
.mostloved-merchant-name {
    font-weight: bold;
    font-size: 22px;
    color: #1C201E;
    line-height: 24px;
}
.mostloved-mian-item {
    padding: 10px 0;
}






















































