#app{
    width: 640px;
    height: 100%;
    background-color: #F6F6F6;
    position: absolute;
}
.w610{
    width: 640px;
    height: auto;
    background-color: #F6F6F6;
}
.shopCar_title{
    width: 100%;
    height: 98px;
    position: fixed;
    z-index: 10;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(0deg, #EE8200, #F83600);
    background-size: 100% auto;
}
.shopCar_title span:last-child{
    position: absolute;
    right: 27px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.shopCar_main{
    width: 640px;
    height: auto;
    position: absolute;
    top: 100px;
}
.shopCar_main .shopCar_main_good{
    width: 640px;
    height: 260px;
    background: #FFFFFF;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.shopCar_main .shopCar_main_good:last-child{
    margin-bottom: 170px;
}
.shopCar_main .shopCar_main_good div{
    display: inline-block;
}
.shopCar_main .shopCar_main_good .get_outer{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-top: 115px;
    margin-left: 16px;
    margin-right: 20px;
}
.shopCar_main .shopCar_main_good .list_img{
    width: 180px;
    height: 180px;
    position: relative;
    margin: 40px 0px 40px 0px;
}
.son_check{
    display: none;
}
.son_check+label{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border:  2px solid #9c9c9c;
}
.son_check:checked+label{
    background: #EE8200;
    border:  2px solid #ee8200;
}
.son_check:checked+label:after{
    content: '\2714'; /* 勾选符号 */
    font-size: 23px;
    color: #ffffff;
}

.whole_check{
    display: none;
}
.whole_check+label{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border:  2px solid #9c9c9c;
}
.whole_check:checked+label{
    background: #EE8200;
    border:  2px solid #ee8200;
}
.whole_check:checked+label:after{
    content: '\2714'; /* 勾选符号 */
    font-size: 23px;
    color: #ffffff;
}

.shopCar_main .shopCar_main_good img{
    width: 180px;
    height: 180px;
    border-radius: 10px;
}
.shopCar_main .shopCar_main_good .good_details{
    width: 365px;
    height: 260px;
    display: inline-block;
    margin-left: 20px;
}
.shopCar_main .shopCar_main_good .good_details .good_name{
    width: 356px;
    height: 85px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 39px;
}
.shopCar_main .shopCar_main_good .good_details .good_name div.happy p{
    width: 80px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background-color: #ee8200;
    border-radius: 15px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 5px;
    display: inline-block;
}
.shopCar_main .shopCar_main_good .good_details .good_name div.community p{
    width: 80px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background-color: #8000ee;
    border-radius: 15px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 5px;
    display: inline-block;
}
.shopCar_main .shopCar_main_good .good_details .good_name div.company p{
    display: inline-block;
    background-color: #005AA0;
    width: 80px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    border-radius: 15px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 5px;
}
.shopCar_main .shopCar_main_good .good_details .good_cat{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 5px;
    display: block;
}
.good_cat div{
    background: #F6F6F6;
    border-radius: 18px;
    height: 40px;
    line-height: 40px;
}
.shopCar_main .shopCar_main_good .good_details .good_price_num{
    width: 350px;
    height: 45px;
    line-height: 45px;
}
.shopCar_main .shopCar_main_good .good_details .good_price{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #EE8200;
}
.sum_price{
    display: none;
}
.shopCar_main .shopCar_main_good .good_details .good_num{
    float: right;
}
.shopCar_main .shopCar_main_good .good_details .good_num a{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.shopCar_main .shopCar_main_good .good_details .good_num input{
    width: 70px;
    height: 35px;
    background: #F6F6F6;
    border-radius: 5px;
    border: none;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 12px;
}
.shopCar_totalPrice{
    width: 100%;
    height: 87px;
    background: #FFFFFF;
    position: fixed;
    bottom: 90px;
    z-index: 2;
}
.totalPrice_sel_outer{
    width: 115px;
    height: 87px;
    line-height: 87px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    display: inline-block;
}
.totalPrice_sel_inner{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-top: 28px;
    margin-left: 16px;
    margin-right: 14px;
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.shopCar_totalPrice .totalPrice_sel_money{
    width: 315px;
    height: 87px;
    line-height: 87px;
    display: inline-block;

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.shopCar_totalPrice .totalPrice_button{
    float: right;
    width: 190px;
    height: 70px;
    background: #EE8200;
    border-radius: 35px;
    text-align: center;
    line-height: 70px;
    margin-top: 8px;
}
.shopCar_totalPrice .totalPrice_button a{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.totalPrice_button_1{
    float: right;
}
.totalPrice_button_1 .collect{
    width: 135px;
    height: 40px;
    font-size: 21px;
    color: #ee8200;
    border: 1px solid #ee8200;
    border-radius: 20px;
    background-color: #ffffff;
    margin-right: 15px;
    margin-top: 26px;
}
.totalPrice_button_1 .delete{
    width: 85px;
    height: 40px;
    font-size: 21px;
    color: #F83600;
    border: 1px solid #F83600;
    border-radius: 20px;
    background-color: #ffffff;
    margin-right: 10px;
}
/* 购物车空白页 */
.shopCarE_title{
    width: 100%;
    height: 98px;
    position: fixed;
    top: 0px;
    z-index: 10;
    text-align: center;
    line-height: 100px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    background: linear-gradient(0deg, #EE8200, #F83600);
    background-size: 100% auto;
}
.shopCarE_main{
    width: 640px;
    height: auto;
    margin-top: 20%;
    text-align: center ;
}
.shopCarE_main img{
    width: 404px;
    height: 285px;
    margin-top: 103px;
}
.shopCarE_main .shopCarE_main_tip{
    margin-top: 58px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.shopCarE_main .shopCarE_main_button{
    width: 200px;
    height: 60px;
    border: 1px solid #EE8200;
    border-radius: 30px;
    line-height: 60px;
    margin-left: 225px;
    margin-top: 68px;

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #EE8200;
}
.layui-flow-more {
    width: 100%;
    float: left;
    font-size: 20px;
    margin-bottom: 185px;
    text-align: center;
}
.shopCar_main .shopCar_main_good .good_details .good_num a.reSty{
    color: #9c9c9c;
}











