#provider-tabs {
    display: none;
}

.searched_img {
    margin-top: 10px;
    border: 1px solid #E8E8E8
}

.searched_img .cats {
    display: inline-block;
    width: 780px;
    vertical-align: top;
    text-align: center;
}

.searched_img .cats ul {
    margin-top: 45px
}

li.selected {
    background-color: #8cc63f!important
}

li.selected a {
    color: #fff;
    text-decoration: none
}

.cats li {
    display: inline-block;
    padding: 10px;
    line-height: 15px;
    background: #f2f2f2;
    margin: 3px
}

.cats li a {
    cursor: pointer;
}

.searched_img img {
    max-height: 150px;
    padding: 10px
}

.product a.pic img {
    margin-top: 3px
}

/*
.product div {
    display: none;
}
*/

.product div:first-child,
.product div:nth-child(2) {
    display: block;
}

.tmall {
    padding: 0 5px;
    height: 20px;
    display: block
}

.goods {
    margin-top: 10px
}

.tmall img {
    height: 14px
}

.goods h3 {
    font-size: 20px
}

.who_tabs {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

.who_tabs ul li {
    border: 1px solid #E8E8E8;
    margin: 0;
    background: #fff;
    border-left: 0
}

.who_tabs ul li:first-child {
    border-left: 1px solid #E8E8E8
}

.who_tabs ul li.selected {
    background-color: #8cc63f!important
}

.vendorscore {
    color: #666;
    position: relative;
    padding: 0 5px 5px
}

.vendorscore img {
    height: 14px;
}

.VendorId {
    padding: 0 5px 5px;
}

.w226li li {
    margin: 6px;
    border-radius: 3px
}

#search_form {
    padding: 30px;
    border-top: 1px solid #f9f9f9;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    border-radius: 5px
}

.amethyst-flat-button {
    height: 60px;
    font-size: 22px;
    text-align: center;
    display: block;
    line-height: 40px;
}

.amethyst-flat-button:hover {
    color: #fff
}

.amethyst-flat-button:active,
.amethyst-flat-button:focus {
    top: 1px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.goods-title {
	padding: 5px;
}

.price_item span {
    font-size: 18px;
}

.price_item {
    padding: 5px;
    text-align: center;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -1200px 0
    }
    100%{
        background-position: 1200px 0
    }
}

.loading-animate-div {
    text-align: center;
    padding: 5px 0;
}

.loading-animate {
    animation-duration: 3.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    position: relative;	
    width: 65px;
    display: inline-block;
    height: 25px;
    border-radius: 3px;
}

.product > a > i {
    display: block;
    width: 100%;
    position: relative;
    height: 0px;
    padding-top: 100%;
    overflow: hidden;
}

.product > .pic > i > img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    min-height: 0px;
}

.productMainPage .product-item>a>img {
    height: 174px;
    width: 100%;	
}

@media (max-width: 1024px) {
    .w226li li {
        margin: 1%;
        border-radius: 3px;
        width: 48%;
    }
}