@charset "utf-8";

/* 购物车页面 */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-decoration: none;
}

body {
    background-color: #f7f7f7;
}

.shop-box {
    margin: auto;
    width: 1200px;
}

.shop-top-box {
    width: 100%;
    height: 66px;
    position: relative;
    background-color: #fff;
    margin-bottom: 19px;
}

.shop-top-box>span:first-child {
    font-size: 20px;
    color: #333333;
}

.buy-right {
    position: absolute;
    right: 35px;
    color: #333;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
}

.buy-right:hover {
    color: #ff3029;
}

.buy-right>a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.buy-right:hover>a {
    color: #ff3029;
}

.buy-right>.iconfont {
    font-weight: bold;
    font-size: 12px;
}

.img-box {
    /* margin-top: 76px; */
    width: 189px;
    height: 144px;
    background-image: url(../img/gwt.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.tips {
    width: 100%;
    height: 23px;
    font-size: 15px;
    color: #666;
    text-align: center;
    /* margin-top: 20px; */
}

.btn-box>button {
    width: 190px;
    height: 46px;
    background-color: #fb0d4b;
    border-radius: 20px;
    outline: none;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-top: 40px;
}

.btn-box>button:hover {
    background-color: #d9041b;
}

.btn-box>button:first-child {
    margin-right: 60px;
}

.shop-count-box {
    height: 452px;
    width: 1200px;
    background-color: #fff;
    padding-top: 76px;
    box-sizing: border-box;
    /* display: none; */
}

.goods-box {
    width: 100%;
}

.box-title {
    position: relative;
    height: 66px;
    margin-bottom: 19px;
    line-height: 66px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    text-align: center;
}

.box-title>div {
    width: 50%;
}
.ckAll{
   
}
.title-left {
    padding: 0 40px 0 25px;
}

.good-desc {
    height: 155px;
    font-size: 14px;
   background: #fff;
}

.good-desc>div {
    width: 50%;
}

.good-left {
    padding: 0 40px 0 25px;
}

.title-right>span {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.good-img{
    width: 392px;
    height: 155px;
    
}
.good-img>.img{
    width: 142px;
    height: 152px;
}
.img>.sm-img{
    width: 100px;
    height: 100px;
    border: 1px solid #f0f0f0;
    background-size: contain;
}
.img-name{
    padding: 0 20px 0;
}
.good-name{
    color: #000;
    width: 290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.good-name:hover{
    color: #f51200;
}
.good-price{
    width: 10%;
}
.ck{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
#good-count{
    box-sizing:border-box ;
    width: 100px;
    height: 32px;
   
    position: relative;
}
.good-count>div{
    position: absolute;
    width: 32px;
    height: 32px;
    border: 1px solid #b5b5b5;
    text-align: center;
    line-height: 32px;
}
.good-count>div:first-child{
    left: 0;
}
.good-count>div:last-child{
    right:0;
}
#num{
    width: 36px;
    height: 32px;
}

.settlement{
    margin-top: 20px;
    height: 100px;
    width: 1200px;
    background: #fff;
}
.settlement>.set-right{
    width: 50%;
    font-size: 14px;
}
.settlement>.set-left{
    width: 30%;
}
.set-price{
    font-size: 33px;
    margin: 0 20px 0 10px;
    color: #f51200;
}
.pay{
    width: 170px;
    height: 46px;
    font-size: 18px;
    background-color: #fb0e4c;
    color: #fff;
    border-radius: 20px/50%;
    border: none;
}
.pay:hover{
    background-color: #da041c;
}