/* 布局开始 */


/* top */

.top-container {
    background-color: #f4cd70;
}


/* header */

/* .header-container .row {
    justify-content: space-between;
    align-items: center;
    height: 100px;
} */


/* footer */

/* .footer-container .row {
    width: 100%;
    justify-content: center;
    align-items: center;
} */


/* shop */


/* .goods-top {
    flex-wrap: nowrap;
} */


/* 布局结束 */


/* 内容开始 */

body {
    /* color: #343434; */
    color: #333;
}

/* .top-container .row {
    justify-content: space-between;
}

.top-container-left,
.top-container-right {
    height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
}

.top-container-left .top-welcome {
    margin-right: 36px;
}

.user-info {
    white-space: nowrap;
}

.login-home-btn {
    vertical-align: top;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
}

.top-link {
    vertical-align: top;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
}

.separate {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    margin: 0 8px;
    font-size: 12px;
    line-height: 12px;
    color: #ddb47f;
}

.top-container-right {
    text-align: right;
    font-size: 12px;
    color: #333;
}

.top-container .top-phone {
    width: 10px;
    height: 12px;
    margin-right: 4px;
    vertical-align: bottom;
    background: url('/static/image/callPhone.png') no-repeat center/contain;
} */


/* header */

/* .header-container {
    background: url('/static/image/navBg.jpg');
}

.header-container .container {
    position: relative;
}

.header-container-left {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
} */

/*.logo {
    width: 208px;
    height: 60px;
}*/

/* .header-container-left .title {
    width: 551px;
    height: 77px;
    margin-left: 32px;
}

.header-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-family: SimSun;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.header-link:hover {
    color: #000;
}

.header-container-right {
    display: flex;
    align-items: center;
}

.header-home,
.header-normal,
.header-static {
    text-align: center;
    width: 37px;
    padding: 5px;
}

.header-home:hover {
    background: url('/static/image/hover2.png') no-repeat center/contain;
}

.header-normal:hover {
    background: url('/static/image/hover3.png') no-repeat center/contain;
}

.header-static:hover {
    background: url('/static/image/hover4.png') no-repeat center/contain;
}

.search-container {
    position: absolute;
    bottom: 50%;
    right: 50%;
    height: 48px;
    border-radius: 4px;
    transform: translate(50%, 50%);
    background-color: #fff;
} */

/* .search-input {
    width: 355px;
    height: 48px;
    padding: 16px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
} */

/* .search-btn {
    cursor: pointer;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    vertical-align: middle;
    background: url('/static/image/search.png') no-repeat center;
} */



/* back-container */

/* .back-container .container {
    padding: 16px 0 15px 0;
} */


/* shop */


/* goods-top */

.goods-top {
    padding: 24px;
    background-color: #fff;
}


.goods-left-img-container {
    width: 400px;
    height: 400px;
}

.goods-left-img {
    object-fit: cover;
    width: 400px;
    height: 400px;
}


.goods-right-img-container {
    margin-left: 4px;
    position: relative;
    padding: 38px 0;
    width: 108px;
}

.goods-right-img-container .btn {
    width: 109px;
    height: 38px;
}

.goods-right-img-container .btn:hover {
    background-color: #eee;
}

.goods-right-img-container .pre {
    position: absolute;
    background: url('/static/image/arrow-top.png') no-repeat center;
    background-color: #fff;
    top: 0;
}

.goods-right-img-container .next {
    position: absolute;
    background: url('/static/image/arrow-bottom.png') no-repeat center;
    background-color: #fff;
    bottom: 0;
}

.goods-lsit-container {
    overflow: hidden;
}

.btn {
    margin: 0;
}


/* .goods-right-img-324 {
    width: 100%;
    height: 324px;
    overflow: hidden;
} */

.goods-right-img {
    width: 103px;
    height: 103px;
    margin-top: 3px;
}

.goods-right-img:first-child {
    margin-top: 0;
}

.goods-list-item {
    cursor: pointer;
    /* margin: 5px; */
    border: 3px solid transparent;
}

.imageArray {
    object-fit: cover;
    width: 102px;
    height: 102px;
}


/* 图片边框高亮 */

.goods-img-active {
    box-sizing: content-box;
    /* width: 101%; */
    border: 3px solid #f4ce72;
}


/* 顶部右边 goods-top-right */

.goods-top-right {
    position: relative;
    margin-left: 51px;
}

.goods-decription {
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888888;
    line-height: 24px;
    height: 24px;
    margin-top: 8px;
}

.auction-head {
    padding-right: 24px;
    margin-top: 23px;
    width: 583px;
    height: 58px;
    line-height: 58px;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ad1119;
}

.auction-text {
    margin-left: -1px;
    text-align: center;
    font-size: 18px;
    width: 97px;
    height: 58px;
}

.time-num {
    width: 34px;
    height: 23px;
    line-height: 23px;
    color: #343434;
    background-color: #f4ce72;
    padding: 4px 8px;
    font-size: 18px;
}

.hour {
    margin-right: 10px;
}

.minute {
    margin: 0 10px;
}

.seconds {
    margin-left: 10px;
}


/* 操作区域 auction-operation */

.auction-operation {
    margin-top: 48px;
    line-height: 42px;
    /* font-size: 12px; */
    color: #333;
}

.operation-name {
    display: inline-block;
    width: 60px;
    margin-right: 15px;
    text-align: left;
}

.auction-operation .price {
    font-size: 20px;
}

.bid-count {
    padding: 5px 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.add-count,
.count,
.sub-count {
    cursor: pointer;
    width: 33px;
    height: 32px;
    border: 1px solid #DDDDDD;
    text-align: center;
}

.count,
.sub-count {
    border-right: none;
}

.sub-count:hover.tty {
    background: #F4F4F4;
}

.add-count:hover.ttys {
    background: #F4F4F4;
}


/* 立即出价 my-opertaion */

.my-operation {
    position: absolute;
    bottom: 0;
    margin-top: 45px;
    align-items: center;
}

.btn-yellow {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    width: 200px;
}

.my-price {
    display: inline-block;
    margin-left: 38px;
    font-size: 14px;
}

.my-price .font-red {
    margin-left: 15px;
}


/* 下部 goods-bottom */

.goods-bottom {
    justify-content: space-between;
    margin-top: 24px;
}

.shop-bottom-left {
    width: 300px;
    padding: 24px;
    float: left;
    display: inline-block;
    /* text-align: center; */
    line-height: 28px;
    background-color: #fff;
}

.shop-text {
    cursor: pointer;
}

.shop-name {
    align-items: center;
}

.shop-name .avatar {
    display: inline-block;
    border-radius: 0;
}

.shop-text {
    display: inline-block;
    margin-left: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
    color: #343434;
    font-family: simsun;
    text-decoration: none !important;
}

.shop-num {
    margin-top: 24px;
    font-size: 16px;
}

.goods-others {
    margin-top: 16px;
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
}


.btn-white-r {
    margin: 24px 0 0 67px;
    bottom: 24px;
}

.btn-white-r a {
    color: #CD2E36;
    text-decoration: none;
}

.btn-white-r:hover a {
    color: #fff;
}

.shop-bottom-right {
    display: inline-block;
    width: 886px;
    min-height: 300px;
    padding: 24px;
    padding-top: 0;
    background-color: #fff;
    margin-left: 12px;
}

.shop-bottom-head {
    height: 66px;
    line-height: 66px;
    border-bottom: 1px solid #eee;
}

.bottom-head-item {
    font-size: 18px;
    color: #333;
    font-family: simsun;
    font-weight: bold;
    line-height: 66px;
    margin-right: 24px;
}

.icon-money {
    font-family: simsun;
    color: #343434;
    font-weight: bold;
}

.people-num {
    padding: 16px;
    text-align: center;
}

.people-list {
    border-collapse: collapse;
    width: 100%;
}

.people-list thead {
    background-color: #f4ce72;
}


/* 表格 table */

.table-container {
    min-height: 300px;
}

thead td {
    padding: 16px;
    height: 30px;
    vertical-align: middle;
    background-color: #f4ce72;
}

tbody td {
    padding: 16px !important;
    margin: 0 16px;
    height: 46px;
    padding: 0;
}

.ttt {
    padding-right: 60px !important;
    text-align: right;
}

tbody tr:nth-child(even) {
    background-color: #f4f4f4;
}

tbody tr:nth-child(odd) {
    background-color: #fff;
}

.last {
    text-align: right;
}

.lead {
    color: #ad1119;
}


/* 商品详情 goods-detail */

.goods-detail-text {
    margin: 24px 0;
    line-height: 24px;
}

.goods-detail-img {
    width: 100%;
    margin-bottom: 16px;
}


/* 分页 */

.page {
    text-align: center;
    margin-top: 48px;
    text-align: center;
}

.page-item {
    display: inline-block;
    padding: 4px;
    line-height: 32px;
    cursor: pointer;
    background-color: #fff;
}

.now-page {
    background-color: #f4ce72;
    margin: 0 4px;
    padding: 4px 8px;
}


/* footer */

/* .footer-container {
    margin-top: 94px;
    font-size: 12px;
    background: url('/static/image/footer.png') no-repeat center bottom;
}

.footer-container .container {
    height: 161px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-link {
    font-size: 12px;
    color: #333;
}

.wechat-container {
    text-align: center;
}

.wechat-text {
    font-size: 12px;
    font-family: SimSun;
    color: #878787;
}

.wechat-img {
    display: inline-block;
    width: 72px;
    height: 72px;
} */


/* 出价弹窗 chuj */
#chuj {
    width: 100%;
    height: 1000px;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 100;
}

.hez {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 396px;
    height: 296px;
    background: #fff;
    border-radius: 5px;
    margin: auto;
    overflow: hidden;
}

.tou {
    width: 30%;
    height: 20px;
    margin: auto;
    margin-top: 65px;
}

.dqj {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.tacp {
    float: left;
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
}

.leFt {
    width: 50%;
    height: 40px;
    margin: auto;
    margin-top: 24px;
}

.jiayi {
    cursor: pointer;
    width: 78px;
    height: 40px;
    color: #B38E4F;
    border: 1px solid #F3CD71;
    text-align: center;
    line-height: 40px;
    float: left;
    margin-left: 10px;
}

.jiayi:hover {
    color: #333;
    background-color: #F3CD71;
}

.cj {
    cursor: pointer;
    width: 110px;
    height: 40px;
    margin: 8px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    margin-top: 40px;
}

.cj1 {
    background-color: #F3CD71;
}

.cj1:hover {
    background-color: #E5B951;
}

.cj2 {
    border: 1px solid #ddd;
    color: #888;
}

.cj2:hover {
    background-color: #f4f4f4;
}


/* 内容结束 */