/***********redefine css***********/

.main-container {
    width:100%;
    background:#eee;
    padding-bottom: 30px;
}

.backstage-myfollow-container {
    width:1170px;
    margin:0 auto;
    padding-top:30px;
}



















/*main*/

.myfollow-outer-container {
    float:left;
    margin-left:20px;
    width:920px;
    background:#fff;
    overflow: hidden;
}

.myfollow-container {
    width:200%;
    position: relative;
}

.follow-navigation-outer {
    width:100%;
    height:80px;
}

.follow-navigation-container {
    width:70%;
    float:left;
    height:80px;
    line-height: 78px;
    font-size:20px;
    text-align: center;
    box-sizing: border-box;
}

.follow-navigation {
    width:100px;
    float:left;
    margin:0 10px;
    cursor: pointer;
}

.follow-navigation-focus {
    color:#f22 !important;
    /*border-bottom: 2px solid #f22;*/
}

.follow-navigation:first-child {
    margin-left:20px;
}

.search-container {
    width:30%;
    float:left;
    height:80px;
}

#search-all 
{
    width:160px;
    height:30px;
    border:1px solid #3333ff;
    margin-top:20px;
    padding-left:5px;
    border-radius:4px 0 0 4px;
    float:left;
}

.search-icon 
{
    width:34px;
    height:34px;
    display:block;
    float:left;
    background:#6666ff;
    color:#fff;
    margin-top:20px;
    cursor:pointer;
    line-height:34px;
    text-align:center;
}

/*********************/
.main-content-container {
    float:left;
    width:920px;
}

.sort-container {
    width:100%;
    height:50px;

}

.sort {
    border-bottom:1px solid #ccc;
}

.sort ul {
    margin-left:30px;
    margin-bottom:10px;
}

.sort ul li {
    float:left;
    width:60px;
    line-height: 20px;
    margin-right:20px;
    text-align: center;
    padding:0 10px;
    cursor: pointer;
}

.sort ul li:not:first-child {

}

.sort-title {
    margin-right:10px !important;
}

.sort ul li.sort-focus {
    background:#aa99ee;
    color:#fff;
    display: inline-block;
    text-align: center;
    border-radius:5px;
}


/***************************/

.myfollow-item-container 
{
    width:210px;
    height:300px;
    float:left;
    box-sizing:border-box;
    margin:20px 10px;
    text-align:center;
    position:relative;
    overflow:hidden;
    border:1px solid #ddd;
    transition:transform 0.3s ease, box-shadow 0.3s ease;
    background:#fff;
}

.myfollow-item-container:hover
{
    transform:translateY(-3px);
    box-shadow:0 3px 10px rgba(50,50,50,0.6);
}

.item-pic 
{
    width:210px;
    height:200px;
    position:relative;
    overflow:hidden;
}

.item-pic:nth-of-type(odd) 
{
    background:url("../images/03.png") no-repeat center center;
    background-size:cover;
}

.item-pic:nth-of-type(even) 
{
    background:url("../images/04.png") no-repeat center center;
    background-size:contain;
}

.item-off-tip {
    position:absolute;
    top:-69px;
    left:181px;
    line-height:180px;
    width:100px;
    height:100px;
    background:red;
    color:#fff;
    transform:rotate(45deg);
}

.item-title 
{
    height:30px;
    line-height:30px;
}

.item-pic:hover {
    cursor:pointer;
}

.item-title:hover {
    cursor:pointer;
    color:#333;
}

.item-seller-price 
{
    font-size:12px;
}

.item-price 
{
    height:30px;
    font-size:22px;
    line-height:30px;
}

.item-seller-container 
{
    position:absolute;
    width:100%;
    height:24px;
    line-height:24px;
    border-top:1px solid #ddd;
    bottom:0;
}

.item-seller-container .seller-name 
{
    float:left;
    margin-left:10px;
}

.item-seller-container .seller-place 
{
    float:right;
    margin-right:10px;
}

.item-info 
{
    position:absolute;
    top:300px;
    width:100%;
    height:170px;
    background:#eee;
    transition:top 0.5s ease;
}

.commit-container 
{
    height:30px;
    line-height:30px;
}

.pay-amount
{
    float:left;
    margin:5px;
}

.commit-amount
{
    float:right;
    margin:5px;
}

.cart-container 
{
    position:relative;
}

.follow
{
    width:60px;
    height:20px;
    line-height:20px;
    position:absolute;
    left:15px;
    top:5px;
    text-align:center;
    border:1px solid #333;
    border-radius:3px;
    padding:3px;
    cursor:pointer;
    transition:background 0.3s ease;
}

.follow i {
    font-size:14px;
    margin-right:2px;
}

.cart
{
    width:100px;
    height:20px;
    line-height:20px;
    position:absolute;
    left:95px;
    top:5px;
    text-align:center;
    border:1px solid #333;
    padding:3px;
    border-radius:3px;
    cursor:pointer;
    color:#990000;
    transition:background 0.3s ease;
}

.cart i {
    font-size:14px;
    margin-right:2px;
}

.follow:hover, .cart:hover 
{
    background:#fff;
}






/*************************/

#myfollow {
    margin-left:0;
}

#myfollow-store {
    width:900px;
    border-top:1px solid #ccc;
    padding:10px;
}

.myfollow-store {
    width:100%
}

.myfollow-store-item {
    width:210px;
    height:210px;
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;
    background: #ccc;
    position: relative;
    cursor:pointer;
}

.myfollow-store-item:nth-of-type(4n) {
    margin-right:0;
}

.myfollow-store-img {
    width:210px;
    height:210px;
    position: absolute;
    top:0;
    left:0;
}


.myfollow-store-name {
    width:210px;
    height:210px;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.7);
    line-height: 210px;
    text-align: center;
    color:#eee;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.myfollow-store-item:hover .myfollow-store-name{
    opacity:1;
}


/**/

#myfollow-brand {
    width:900px;
    border-top:1px solid #ccc;
    padding:10px;
}

.myfollow-brand {
    width:100%
}

.myfollow-brand-item {
    width:210px;
    height:210px;
    float:left;
    margin-right:20px;
    margin-bottom:10px;
    margin-top:10px;
    background: #ccc;
    position: relative;
    cursor:pointer;
}

.myfollow-brand-item:nth-of-type(4n) {
    margin-right:0;
}

.myfollow-brand-img {
    width:210px;
    height:210px;
    position: absolute;
    top:0;
    left:0;
}


.myfollow-brand-name {
    width:210px;
    height:210px;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0,0,0,0.7);
    line-height: 210px;
    text-align: center;
    color:#eee;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.myfollow-brand-item:hover .myfollow-brand-name{
    opacity:1;
}










