.main-card {
    height: auto;
}
.search-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.search-box-wrap {
    display: flex;
    align-items: center;
    margin-top: 22px;
}
.main-content-box {
    padding: 0;
    margin-top: 0;
    border-radius: 0;
    border: none;
}
.main-title {
    font-size: 26px;
}
.el-main {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
    background: #F3F5F9;
}
.goods-list-div {
    justify-content: space-between;
}
/*.main-card {*/
/*    width: 1500px;*/
/*    margin: 0 auto;*/
/*}*/
.goods-list-div {
    display: grid;
    row-gap: 0.3rem;
    column-gap: 0.3rem;
    grid-template-columns: repeat(5, 1fr);
}
.shopping-item {
    width: 100%;
    padding: 0;
    transition: all .2s;
}
.shiwaip2cart-box {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px;
}
.shiwaip2cart-box-marb {
    margin-bottom: 30px;
}
.shopping-box {
    box-sizing: border-box;
    margin-top: 0;
    padding: 0;
    min-height: 0;
}
.shiwaip2cart-box-tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}
.shiwaip2cart-box-tit:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    height: 17px;
    width: 5px;
    border-radius: 3px;
    background: #4687ff;
    vertical-align: text-bottom;
}
.el-radio-button {
    margin-right: 20px;
}
.el-radio-button__orig-radio:checked+.el-radio-button__inner {
    background: rgba(0, 88, 255, 0.08);
    border-color: #0058ff;
    color: #0058ff;
    border-radius: 4px;
}
.el-radio-button__inner {
    background: #f7f8fa;
    color: rgba(0, 0, 0, 0.9);
    border-color: #e6eaed;
    border-radius: 4px!important;
}
.el-radio-button {
    border-left: 1px solid #DCDFE6;
    border-radius: 4px;
}
.cart-tips ul li {
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-weight: 600;
}
.cart-tips {
    font-size: 14px;
}
.goods-name {
    background: #f7f8fa;
    color: rgba(0, 0, 0, 0.9);
    padding: 0 0.26rem;
    height: auto;
    line-height: 45px;
}
.goods-description {
    padding: 0 0.24rem 0.26rem 0.3rem;
}
.shopping-item:hover {
    border-color: #0058ff;
    transition: all .2s;
}
.shopping-item:hover .goods-name {
    background: rgba(0, 88, 255, 0.08);
    color: #0058ff;
    transition: all .2s;
}
@media screen and (max-width: 750px) {
.search-box-wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}
.shiwaibox-desc {
    margin-bottom: 20px;
}
.el-radio-button {
    margin-bottom: 20px;
}
.shiwai-sea {
    display: none;
}
.goods-list-div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.goods-name {
    font-size: 14px;
}
.goods-description {
    font-size: 13px;
}
.btn-box .item-price {
    font-size: 15px !important;
}
.btn-box .el-button {
    font-size: 14px !important;
    border-radius: 4px !important;
    width: 55px !important;
    height: 25px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
.tips {
    color: #8692b0;
    font-size: 13px;
    text-align: center;
}
.el-main {
    padding-top: 1.66rem;
    padding-bottom: 1.5rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}







}









