body{font-family: 'Meiryo UI';}

.w1200{width: 1200px;margin: auto}
.socks{overflow: hidden;}
.socks .banner{width: 100%}
.socks .banner img{width: 100%}

.socks .content{background:url("https://rimaotong-cmall.oss-cn-hongkong.aliyuncs.com//image/activity/socks/background.png")no-repeat;background-position: center 0;overflow: hidden;padding-bottom: 50px}
.socks .content .shop-out{width: 90%;background: RGB(232,163,203);margin:30px auto;display: inline-block;padding-bottom: 5px}
.socks .content .shop-out .shop-inter{width: 100%;background: RGB(241,222,34);margin:-5px 0 0 -5px;padding: 5px;}
.socks .content .shop-out .shop-inter img{width: 100%;}
.socks .content .shop-out .shop-inter .shop-name{font-size: 15px;font-weight: bold;padding: 10px 5px 0;height: 50px}
.socks .content .shop-out .shop-inter .shop-price{font-size: 18px;font-weight: bold;color: #BE0000;text-align: center}
.socks .content .button-out{background: RGB(219,67,53);border-radius: 5px;width: 300px;height: 50px;margin: auto;}
.socks .content .button-out .button-inter{background: RGB(232,163,203);border-radius: 5px;width: 300px;height: 50px;line-height:50px;font-size: 25px;
    font-weight: bold;text-align: center;position: relative;left: -3px;top:-3px}

.ellipsis_2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: run-in;
}