.store {
    background-color: #FFFFFF;
}

.blockgap img {
    margin: 15px 0px;
    width: 100%;
}

.tour_content-text {
    overflow: auto;
}

.tour_content-text .col-sm-3,
.tour_content-text .col-xs-4 {
    padding: 0px;
    overflow-x: hidden;
    margin-top: 10px;
}

.space {
    overflow: hidden;
}

.goods_space {
    margin: 15px 0px 10px 0px;
}

.goods_item {
    font-size: 26px;
    color: #4D6ECF;
    font-weight: 800;
    padding: 20px 20px 0px 20px;
}

.store_goods,
.store_store {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
    max-width: 200px;
    position: relative;
}
.store_goods p,
.store_store p{
    text-align:center;
}
.store_goods a:hover,
.store_store a:hover {
    text-decoration: none;
}

.store_goods img {
    width: 250px;
    height: 250px;
}

.store_goods >p:nth-child(2) {
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    width: 200px;
    top: 181px;
    left: 0px;
    background-color: #D64637;
    margin-left: calc((100% - 200px) / 2);
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store_goods >p:nth-child(3),
.store_goods >p:nth-child(4) {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store_goods >div {
    display: inline-block;
}

.store_goods >div >p {
    text-align: left;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.store_goods >div >p:nth-last-child(1) {
    color: #D64637;
}

.store_store >p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.page {
    padding: 20px 3px;
    border-top: 1px solid gray;
    text-align: right;
}

.page >p,
.page >p span {
    font-size: 16px;
}

.page a:hover {
    color: red;
}

.page a {
    color: black;
}

.page a span {
    font-size: 15px;
}

.page >p>span {
    color: red;
}
.tour_tab>li {
    border-color: #AEBCE3;
    border-width: 4px 1px 0px 1px;
    border-style: solid;
    background-color: #AEBCE3;
    margin-bottom: 0px;
    width:auto;
}

.tour_tab>li:hover,
.tour_tab>li>a:hover {
    background-color: #AEBCE3;
    border-color: #AEBCE3;
}

.tour_tab>li>a {
    color: #FFFFFF;
    border-top-width: 0px;
}

.tour_tab>li.active {
    border-color: #4A6AC1;
}

.tour_tab>li.active>a {
    color: #FFFFFF;
}

.nav-tabs>li.active>a,
.tour_tab>li.active>a:hover,
.tour_tab>li.active>a:focus {
    color: #C28C94;
    background-color: #4A6AC1;
    color: #FFFFFF;
    border-color: #4A6AC1;
}

.nav-tabs {
    border-bottom: 3px solid #486BC5;
}
.tab-content>.tab-pane{
    min-height:calc(100vh - 361px);
}
/* ======================    shop car    =======================*/
#shop_car{
    position:fixed;
    top:50%;
    right:0px;
    width:60px;
    height:60px;
}
#shop_car img{
    width:100%;
    height:100%;
}
#shop_car div{
    position:absolute;
    width:20px;
    height:20px;
    top:10px;
    left:24px;
    text-align:center;
    font-size:15px;
    font-weight:600;
    color:#CA4839;
}

@media screen and (min-width: 1200px) {
    .tour_content-text .col-sm-3 {
        width: 20%;
    }
    .store_goods img,
    .store_store img {
        width: 200px;
        height: 200px;
        margin-left: calc((100% - 200px) / 2);
    }
}

@media screen and (max-width: 1199px) {
    .store_goods img,
    .store_store img {
        width: 185px;
        height: 185px;
        margin-left: calc((100% - 185px) / 2)
    }
    .store_goods >p:nth-child(2) {
        font-size: 16px;
        width: 185px;
        top: 166px;
        margin-left: calc((100% - 185px) / 2);
    }
    .store_goods >p:nth-child(3),
    .store_goods >p:nth-child(4) {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .store_goods >div >p {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 992px) {
    .store .container {
        width: 100%;
    }
    .store_goods img,
    .store_store img {
        width: 19vw;
        height: 19vw;
        margin-left: calc((100% - 19vw) / 2)
    }
    .store_goods >p:nth-child(2) {
        font-size: 13px;
        width: 19vw;
        top: calc(19vw - 15px);
        margin-left: calc((100% - 19vw) / 2);
    }
    .store_goods >p:nth-child(3),
    .store_goods >p:nth-child(4) {
        font-size: 13px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .store_goods >div >p {
        font-size: 15px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .store_store >p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .space {
        padding: 0px 15px;
    }
    .store_goods img,
    .store_store img {
        width: 25vw;
        height: 25vw;
        margin-left: calc((100% - 25vw) / 2)
    }
    .tour_tab >li {
        margin-left: 20px;
        width: 25%;
    }
    .tour_tab >li:first-child {
        margin-left: 20px;
    }
    .store_goods >p:nth-child(2) {
        font-size: 12px;
        width: 25vw;
        top: calc(25vw - 14px);
        margin-left: calc((100% - 25vw) / 2);
    }
    .store_goods >p:nth-child(3),
    .store_goods >p:nth-child(4) {
        font-size: 12px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .store_goods >div >p {
        font-size: 12px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .store_store >p {
        font-size: 15px;
    }
    .page {
        text-align: center;
    }
    #shop_car{
        top:90%;
        width:45px;
        height:45px;
    }
    #shop_car div{
        width:16px;
        height:16px;
        top:7px;
        left:17px;
        font-size:12px;
    }
}

@media screen and (max-width: 480px) {
    .header {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .space {
        padding: 0px;
        margin-top: 5px;
    }
    .tour_content-text {
        padding: 4px;
        overflow: hidden;
    }
    .tour_content-text .col-xs-4 {
        width: 50%;
    }
    .store_intro {
        font-size: 14px;
    }
    .store_goods {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .store_goods img,
    .store_store img {
        width: 38vw;
        height: 38vw;
        margin-left: calc((100% - 38vw) / 2)
    }
    .goods_item {
        padding: 10px 10px 0px 10px;
    }
    .tour_tab >li {
        margin-left: 10px;
        width: auto;
    }
    .tour_tab >li:first-child {
        margin-left: 10px;
    }
    .store_goods >p:nth-child(2) {
        font-size: 13px;
        width: 38vw;
        top: calc(38vw - 15px);
        margin-left: calc((100% - 38vw) / 2);
    }
    .store_goods >p:nth-child(3),
    .store_goods >p:nth-child(4) {
        font-size: 13px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
    .store_goods >div >p {
        font-size: 13px;
        margin-top: 3px;
        margin-bottom: 0px;
    }
  
    .store_store >p {
        font-size: 14px;
    }
    .page >p,
    .page >p span {
        font-size: 14px;
    }
}
