.topbanner {
    height: 480px;
    background: url(../images/v2/shop/banner.jpg?v1) center 100% no-repeat;
}

.telephone-show-box {
    height: 460px;
    padding-top: 80px;
    background: url(../images/v2/shop/BJ@2x.png) center 100% no-repeat;
}

.telephone-list {
    text-align: center;
}

.telephone-list li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 48px;
    font-size: 16px;
    color: #000000;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.telephone-list li:hover {
    margin-top: -50px
}

.shop-show-box {
    padding: 64px 0;
}

.shop-show-item {
    margin: 22px 0;
    padding: 38px 0;
    background-color: #ffffff;
    border-radius: 8px;
}

.shop-show-item:hover {
    box-shadow: 0px 0px 28px 0px rgba(7, 28, 59, 0.1);
}

.telephone-list li img {
    display: block;
    width: 100%;
}

.show-img {
    width: 420px;
    height: 240px;
    margin: 0 97px;
}

.shop-show-item .left-section,
.shop-show-item .right-section {
    width: 50%;
}

.shop-show-item .text-box {
    margin: 30px 97px 0 97px;
}

.text-box h5 {
    font-size: 16px;
    color: #071c3b;
    line-height: 18px;
}

.text-box .hr {
    width: 32px;
    height: 4px;
    margin-top: 24px;
    background-color: #ff2741;
    border-radius: 2px;
}

.text-box .tip-txt {
    margin-top: 16px;
    font-size: 14px;
    color: #8590a6;
    line-height: 30px;
}

.text-box .label-list {
    width: 290px;
    margin-top: 18px;
}

.text-box .label-item {
    display: inline-block;
    width: 120px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 16px;
    background-color: #ffffff;
    border-radius: 15px;
    border: solid 1px #e2e8f2;
    font-size: 14px;
    line-height: 30px;
    color: #8590a6;
    text-align: center;
}