﻿/* 外层盒子 */
body {
    background: #f5f5f5;
}

/* 顶部导航 */
.suportnavbar {
    border-top: 2px solid #47C2FB;
    height: 52px;
    line-height: 50px;
    background-color: #fff;
}

.suportbar .m-l-80 {
    margin-left: 80px;
}

.suportbar a {
    color: #333;
    padding-bottom: 14px;
    font-size: 16px;
    padding-bottom: 7px;
}

.suportbar .suporta {
    border-bottom: 3px solid #47C2FB;
}

.suportbar a:hover {
    color: #47C2FB;
}

/* 分类 */
.suport-fenlei {
    margin-top: 14px;
}

.suport-fenlei-bread {
    height: 38px;
    line-height: 38px;
    padding-left: 17px;
    font-size: 12px;
    color: #999999;
    background: #fff;
    border-bottom: 1px solid #D8D7D7;
}

.suport-fenlei-bread a {
    font-size: 12px;
    color: #999999;
}

.suport-row-fenlei {
    height: 61px;
    padding: 14px 0;
    overflow: hidden;
    background: #fff;
    transition: all .3s linear;
    border-bottom: 1px solid #D8D7D7;
}

.suport-row-city {
    height: 61px;
    padding: 14px 0;
    overflow: hidden;
    background: #fff;
    transition: all .3s linear;
    border-bottom: 1px solid #D8D7D7;
}

.suport-row-key {
    height: 61px;
    padding: 14px 0;
    overflow: hidden;
    background: #fff;
    transition: all .3s linear;
    border-bottom: 1px solid #D8D7D7;
}

.suport-row-left {
    width: 90px;
    text-align: right;
    float: left;
    color: #999999;
    font-size: 14px;
    margin-top: 4px;
}

.suport-row-medium {
    width: 925px;
    float: left;
    height: auto;
    margin-left: 5px;
    overflow: hidden;
}

.suport-row-right {
    width: 179px;
    float: left;
    font-size: 16px;
    color: #006FC0;
    text-align: center;
    cursor: pointer;
}

.m-all {
    float: left;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    background: rgba(0, 111, 192, 1);
}

.suport-row-medium a:hover {
    color: #006FC0;
}

.medium-a {
    float: left;
    display: block;
    padding: 5px 10px;
    margin: 3px 10px;
}

.suport-empty {
    margin-top: 12px;
    width: 1200px;
    height: 5px;
    background: rgb(130, 194, 240);
}

/* 商品样式 */
.suport-goodsbox {
    background: #fff;
    overflow: hidden;
    padding: 0 24px;
}

/* 左边 */
.goodsbox-left {
    width: 919px;
    float: left;
}

/* 右边 */
.goodsbox-right {
    width: 218px;
    float: right;
}
/* 注册 */
.right-box{
    width: 218px;
    height: 310px;
    border: 1px solid #D8D7D7;
    margin: 7.5px 0 0;
    background-image: url(../images/vip.png);
    background-size: 100% 100%;
}
.right-box .head{
    width: 187px;
    height: 72px;
    margin: 40px 15px ;
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.register{
    display: block;
    width:175px;
    height:44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    margin: 0 auto 20px;
    background:rgba(255,132,0,1);
    border-radius:3px;
}
.para-col1{
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #4F4F4F;
    padding-left: 19px;
}
.para-col1 .number{
    font-size: 16px;
    color: #FF8400;
}
/* 右侧商品 */
.rightgoods-container{
    width: 218px;
    height: 294px;
    margin-top: 15px;
    overflow: hidden;
    border: 1px solid #D8D7D7;
}
.rightgoods-container .img{
    display: block;
    width: 218px;
    height: 218px;
    overflow: hidden;
    border-bottom: 1px solid #D8D7D7;
    position: relative;
}
.img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.up-hover{
    width: 100%;
    height: 30px;
    background: #FF8400;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: -30px;
    transition: all .3s;
}
.rightgoods-container:hover{
    border: 1px solid #FF8400;
}
.rightgoods-container:hover .up-hover{
    bottom: 0;
}
.right-para{
    padding: 4px 15px 14px 8px; 
}
.right-para .price{
    font-size: 16px;
    color: #FF5456;
    font-weight: bold;
}
.right-para .name{
    height: 35px;
    overflow: hidden;
    font-size: 12px;
    color: #333333;
}
/* 分页 */
.page-container {
    width: 100%;
    display: flex;
    padding: 50px 0;
    justify-content: center;
    
}

.page-button {
    width: 65px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    background: rgba(211, 211, 211, 1);
    border-radius: 2px;
    margin: 0 10px;
}

.pages-list button {
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid rgba(211, 211, 211, 1);
}
.pages-list .page-active{
    background: #FF8400;
}
/* 商品 */
.suport-goods {
    width: 218px;
    height: 325px;
    float: left;
    overflow: hidden;
    margin: 7.5px 5px;
    border: 1px solid #D8D7D7;
}

.suport-imgbox {
    display: block;
    width: 218px;
    height: 218px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #D8D7D7;
}

.suport-imgbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.askfor {
    display: block;
    width: 216px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    background: #FF8400;
    position: absolute;
    left: 0;
    bottom: -30px;
    transition: all .3s;
    z-index: 99999;
}

/* hover */
.suport-goods:hover .askfor {
    bottom: 0;
}

.suport-goods:hover {
    border: 1px solid #FF8400;
}

.suport-para {
    padding: 6px 8px;
}

.suport-price {
    font-size: 16px;
    color: #FF5456;
    font-weight: bold;
}

.suport-des {
    font-size: 12px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.suport-shopname {
    font-size: 10px;
    color: #A4A4A4;
    margin-top: 6px;
    overflow: hidden;
}

.name-left {
    float: left;
    width: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vip-flags {
    float: right;
}

.vip-flags .flag1 {
    width: 15px;
    height: 15px;
}

.vip-flags .flag2 {
    width: 15px;
    height: 16px;
}

.suport-location {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 12px;
    color: #848383;
    padding: 0 8px;
    border-top: 1px solid #D8D7D7;
}
.s-float {
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 27px;
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: 0 50%;
}

.r-float {
    float: right;
}