﻿.shop {
    margin-bottom:20px;
}

.shop_nblot {
    margin-top: 80px;
    padding: 30px 20px;
    width: 100%;
}

.shop_title {
    font-size: 30px;
    padding: 5px 0;
}

.shop_intro {
    font-size: 14px;
}

    .shop_intro a {
        font-size: 16px;
        margin-left: 5px;
    }

        .shop_intro a:hover, .shop_intro a:active, .shop_intro a:visited, .shop_intro a:link {
            color: rgb(24, 128, 255);
            text-decoration:none;
        }

.shop_choose {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top:30px;
}

.choose_block {
    width: 30%;
    background: #fff;
    border: 1px solid #DEDEDE;
    box-shadow: 1px 4px 6px rgba(0,0,0,0.3);
}

.choose_main {
    padding: 20px 15px 0;
    position:relative;
}
.choose_main img{
    position:absolute;
    top:0;
    right:-1px;
}

.choose_menu {
}

.menu_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*margin:10px 0;*/
    height: 30px;
    line-height: 30px;
}

.menu_title {
    font-size: 12px;
    color: #666A75;
    width:100px;
}

.menu_choose {
    width:calc(100% - 100px);
}

    .menu_choose select {
        border: none;
        border-bottom: 1px solid #ADB0B8;
        width: 100%;
        outline: none;
        height:25px;
        font-size:13px;
    }

.shop_price {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    margin-top:50px;
}

.price_capital {
    /*color: #C7000b;*/
    color: rgb(24, 128, 255);
    font-weight: bold;
}

    .price_capital span {
        font-size:18px;
    }

.price_economy {
    margin-top: 5px;
    margin-left: 10px;
    color: #ADB0B8;
}

.buy_btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    /*color: #CB000b;*/
    color: rgb(24, 128, 255);
    margin-top: 15px;
    cursor: pointer;
    box-shadow: 0 -2px 15px #DEDEDE;
}

.choose_block .active {
    color: #fff;
    background-color: rgb(24, 128, 255);
    /*background-image: linear-gradient(to right, #F0D494,#EC7B75,#E84B7D, #E436E2);*/
}
.tabbar {
    width: 100%;
    /*background-color: #D5E2F4;*/
}

@media (min-width: 992px) .shop_nblot {
    max-width: 1170px;
}

@media (min-width: 12px) .shop_nblot {
    max-width: 100vw;
}

.shop_nblot {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.shop_nblot {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

.tab {
    list-style: none;
    font-size: 18px;
    border-bottom: 1px solid #a0a2a8;
}
    .tab .active a {
        font-weight: 700;
        /*border-bottom:3px solid #c7000b;*/
        border-bottom: 3px solid rgb(24, 128, 255);
    }
    .tab li a:hover {
        /*color: #c7000b !important;*/
        color: rgb(24, 128, 255) !important;
    }
    .tab li {
        display: inline-block;
        width: calc((100% / 5) - 16px);
        padding: 0 8px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        white-space: normal;
    }
    .tab li a {
        display: inline-block;
        position: relative;
        height: 60px;
        padding: 8px;
        line-height: 44px;
        color: #252b3a;
        cursor: pointer;
        -webkit-transition: color .2s;
        transition: color .2s;
        font-weight: 400;
        pointer-events: auto;
    }

.contents{
    width: 100%;
}

.goods-txt{
    font-size:17px;
    line-height: 20px;
    margin: 10px 0;
    width: 100%;
    //height: 130px;
}
.goods-gbuy {
    font-size: 18px;
    line-height: 50px;
    height: 50px;
    color: #fff!important;
    background-color: rgb(24, 128, 255);
    float: right;
    width: 200px;
    border-radius: 25px;
    text-align: center;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
    .goods-gbuy:hover {
        text-decoration: none;
    }


.n-item {
    width: calc((100% - 49px)/3);
    display: block;
    margin: 30px 24px 30px 0;
    float: left;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(128,132,145,.2);
    box-shadow: 0 1px 4px 0 rgba(128,132,145,.2);
    color: #252b3a;
}
    .n-item:nth-child(3n) {
        margin-right: 0;
    }

.items-up-img {
    display: block;
    width: 100%;
    height: 195px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.items-down {
    height: 114px;
    padding: 0 24px 24px;
}
.items-title {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 22px;
    padding-top: 18px;
}
.items-down p {
    padding:0;
    margin:0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #575d6c;
}

.info {
    padding-left: 70px;
    line-height: 66px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.goods-active{
    height: auto!important;
    display: block!important;
}

.items-downs{
height: 50px;
min-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-y: hidden;
    margin: 20px 0;
    padding:0 20px;
}
    .items-downs p {
        margin: 0;
        padding: 0;
        font-size: 12px;
        color: #575d6c;
    }

.menu_blocks {
    width: calc((100% - 98px) / 3);
    float: left;
    justify-content: space-between;
    margin: 4px 16px; 
    line-height: 20px;
}
.menu_chooses select {
    border: none;
    border-bottom: 1px solid #ADB0B8;
    width: 100%;
    outline: none;
    height: 25px;
    font-size: 13px;
    width: 100%;
}
.menu_titles {
    font-size: 12px;
    color: #666A75;
    width: 100%;
}
.shop_prices {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    margin-top: 50px;
}

.shop_nblot {
    padding-top: 80px;
}