﻿#view *{
    font-family:'Microsoft YaHei';
}
.row{
    margin:0;
}
#view img{
    max-width:100%;
}
.ViewWhite {
    width:100%;
    background:#fff;
    padding:50px 0;
}
.ViewGray {
    width:100%;
    background: #f6f6f6;
    padding:50px 0;
}
.ViewAdout p {
    font-size:16px;
    color: #292929;
    /*text-align:center;*/
}
.Title{
    text-align:center;
    margin-bottom:50px;
}
.Title>.name{
    font-size:30px;
    color:#292929;
    line-height:42px;
}
.Title>.en_name{
    font-size:14px;
    color:#999;
    line-height:19px;
}
.company_name{
    font-size:22px;
    color:#434343;
    line-height:1.4;
}
.company_text>p{
    margin:5px 0!important;
    color:#535353;
    line-height:1.6;
    font-size:16px!important;
}
p{
    font-size:14px!important;
}
.share{
    overflow:hidden;
}
.share>div{
    float:left;
    margin-right:10px;
    text-align:center;
}
.share>div img{
    max-width:120px!important;
}
.btn_form:hover{
    background:#fff;
}
.ViewImg {
    font-size:80px;
    color:#929292;
}
.ViewTitle {
    font-size:18px;
    padding:5px 0;
}
.ViewTxt {
    font-size:14px;
}

.our-pet-offline-stores {
    padding: 80px 0 100px 0;
    box-sizing: border-box;
    background: url(../images/bg1.png) center center no-repeat;
    background-size: cover;
}

.offlineStores {
    width: 100%;
    /* height: 360px; */
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.offlineStores .offlineStores-list {
    display: flex;
    width: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
}

    .offlineStores .offlineStores-list .offlineStores-content {
        display: flex;
        flex: 0 0 100%;
    }

    .offlineStores-list  .offlineStores-content  .offlineStores-text {
        padding: 36px 40px 0 40px;
        box-sizing: border-box;
        width: 528px;
    }

    .text-title {
        font-size: 26px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333333;
        padding-bottom: 20px;
        box-sizing: border-box;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 20px;
    }

    .text-address {
        display: flex;
        align-items: center;
    }

    .text-phone {
        display: flex;
        align-items: center;
        margin: 30px 0;
    }

    .text-common {
        margin-left: 12px;
    }

    .text-common > .common-title {
        font-size: 18px;
        font-family: Microsoft YaHei, Microsoft YaHei-Bold;
        font-weight: 700;
        color: #333333;
        margin-bottom: 5px;
    }

    .text-common > .common-txt {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #333333;
    }

    .common-onclick > a {
        font-size: 16px;
        font-family: Microsoft YaHei, Microsoft YaHei-Regular;
        font-weight: 400;
        color: #e50012;
        border-bottom: 1px solid #e50012;
        cursor: pointer;
    }

/* 轮播相关 */
.slideshow2 {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow2 > div {
    width: 20px;
    height: 8px;
    background: #D6D4D3;
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
}
.slideshow2 .slideshow2-active {
    width: 35px;
    height: 8px;
    background: #e50012;
    border-radius: 4px;
}

.offline_L {
    position: relative;
}

.camera_prev_Img:hover {
    content: url("/Webs/r/Home/6/Themes/images/prev_H.png");
}
.camera_next_Img:hover {
    content: url("/Webs/r/Home/6/Themes/images/next_H.png");
}

.camera_prev_Img {
    position: absolute;
    left: -100px;
    top: 58%;
    cursor: pointer;
}
.camera_next_Img {
    position: absolute;
    right: -100px;
    top: 58%;
    cursor: pointer;
}

/*屏幕小于或等于600px*/
@media screen and (max-width: 600px) {
    .offlineStores .offlineStores-list .offlineStores-content .offlineStores-text {
        padding: 20px;
        width: auto;
    }
    .offlineStores .offlineStores-list .offlineStores-content {
        flex-direction: column;
    }
    .camera_prev_Img {
        display: none;
    }
    .camera_next_Img {
        display: none;
    }
}