@charset 'utf-8';

* {
    margin: 0;
    padding: 0;
    max-height: 99999px;
    /*解决 font boosting*/
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

em,
i {
    font-style: normal;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

body {
    max-width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-transition: font-size 0.2s ease-out;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
    font-size: 36px;
    background: #f8f8f8;
    -webkit-text-size-adjust: 100% !important;
}

/*shop 列表页面 */
.shop .back_bar {
    height: 88px;
    background: #f0f0f0;
    position: relative;
}

.shop .back_bar em {
    display: block;
    line-height: 88px;
    width: 150px;
    position: absolute;
    font-size: 30px;
    color: #fa6800;
    text-align: center;
    vertical-align: middle;
}

.shop .back_bar span {
    font-size: 38px;
    text-align: center;
    color: #666;
    line-height: 88px;
    display: block;
}

.shop .head {
    height: 88px;
    background: #fff;
}

.shop .head a {
    display: block;
    line-height: 88px;
    width: 150px;
    position: absolute;
    font-size: 28px;
    color: #333;
    text-align: center;
}

#location_city {
    text-align: center !important;
    background: none !important;
}

.shop .head h1 {
    font-size: 36px;
    text-align: center;
    color: #666;
    line-height: 88px;
}

.list dl {
    width:100%;
    margin: 20px auto;
    background: #fff;
    height: auto;
    display: block;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.list dl dt {
    overflow: hidden;
    width: 200px;
    height: 200px;
    padding:20px;
}

.list dl dt a {
    display: block;
    width: 100%;
    height: 100%;
}
.list dl dt a img{
    width: 100%;
    height: 100%;
    border-radius:15px;
    object-fit: cover;
    overflow: hidden;
}
.list dl dd {
    flex: 1;
    padding: 20px;
}

.list dl dd h3 {
    font-size: 32px;
    color: #333;
}

.list dl dd p {
    font-size: 28px;
    color: #999;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
}
.list dl dd .posImg{
    display: block;
    margin: 10px 0;
}

/*---------------------------实体店详情页面--------------------------*/
.go_back {
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 27px;
    left: 27px;
    display: block;
    z-index: 999;
}

/*banner  重构*/
.swiper-container {
    width: 750px;
    height: 430px;
    z-index: 5;
}
.swiper-container .swiper-slide > img{
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: .5;
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

/*实体店介绍*/
.shop-des {
    width: 750px;
    background: #fff;
    display: block;
}

.shop-des h2 {
    font-size: 32px;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 120px;
}

.shop-des p {
    font-size: 28px;
    color: #666;
    line-height: 40px;
    padding: 0 30px 30px;
}

/*资质认证 版块*/
.ident {
    background: #fff;
    margin: 20px 0;
    padding-bottom: 20px;
}

.ident h2 {
    font-size: 32px;
    color: #000;
    padding: 30px;
    font-weight: bold;
}

.ident img {
    display: block;
    margin: 0 auto;
}

/*门店信息 版块*/
.info {
    background: #fff;
    padding: 30px 30px 30px;
}

.info h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    padding-bottom: 30px;
}

.info h3 {
    font-size: 28px;
    color: #666;
    padding: 10px 0;
}

.info .base-info {
    font-size: 28px;
    color: #999;
}

.info .base-info li {
    overflow: hidden;
}

.info .base-info li em {
    float: left;
    margin-top: 35px;
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 15px;
}

.info .base-info li span {
    border-bottom: 1px solid #efefef;
    display: inline-block;
    padding: 28px 0;
    width: 625px;
}

.info .base-info li span i {
    display: inline-block;
    color: #666;
}

.info .traffic-info {
    font-size: 24px;
    color: #666;
}

.info .traffic-info li {
    padding: 15px 0 15px 20px;
    line-height: 36px;
    background: url(../images/shop/shop-ul-dot.png) no-repeat left 28px;
}

.info .traffic-info li i {
    display: inline-block;
    color: #666;
    font-weight: bold;
}
/*温馨提示*/
.tips{
    background: #fff;
    padding: 30px 30px 30px;
    margin-bottom: 180px;
}
.tips h2{
    font-size: 32px;
    color: #000;
    font-weight: bold;
    padding-bottom: 30px;
}
.tips ul li{
    display: flex;
    padding:5px 0;
}
.tips ul li em{
    font-size: 24px;
    color: #666;
    margin-right: 10px;
}
.tips ul li span{
    font-size: 24px;
    color: #666;
    word-break: break-all;
}


/*免费体验按钮*/
.btn-free {
    display: block;
    width: 750px;
    height: 110px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #ff6e5a !important;
    line-height: 110px;
    position: fixed;
    bottom: 0;
    z-index: 10;
}

/*会员展示 版块*/
.merber {
    background: #fff;
    margin-top: 20px;
    padding: 30px 0;
    width: 750px;
    overflow: hidden;
}

.merber h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    padding: 0 30px 30px;
}

.swiper-container1 .swiper-slide img {
    width: 250px;
    object-fit: cover;
}

.swiper-container1 h3 {
    font-size: 26px;
    color: #333;
    padding-left: 10px;
    padding-top: 10px;
    height: 30px;
}

.swiper-container1 span {
    font-size: 22px;
    color: #999;
    padding-left: 10px;
}

/*专业红娘团队 版块*/
.marchmaker {
    background: #fff;
    margin-top: 20px;
    padding: 30px;
}

.marchmaker h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

.marchmaker dl {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding: 30px 0;
}

.marchmaker dl dt,
.marchmaker dl dd {
    float: left;
}

.marchmaker dl dt {
    width: 180px;
    height: 180px;
    border-radius: 100px;
}

.marchmaker dl dt img {
    display: block;
    border-radius: 100%;
}

.marchmaker dl dd {
    width: 450px;
    margin-left: 20px;
}

.marchmaker dl dd h1 {
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.marchmaker dl dd p {
    font-size: 28px;
    color: #999;
    overflow: hidden;
    line-height: 80px;
}

.marchmaker dl dd p span {
    float: left;
    display: block;
    padding-right: 20px;
}

.marchmaker dl dd p i {
    font-style: normal;
    color: #666;
    display: inline-block;
    margin-left: 10px;
}

.marchmaker dl dd em {
    color: #999;
    font-size: 28px;
}

/*服务内容 版块*/
.server {
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    padding: 30px 10px;
}

.server h2 {
    font-size: 32px;
    color: #000;
    padding: 0 30px 30px;
    font-weight: bold;
}

.server ul {
    display: flex;
}

.server ul li {
    flex: 1;
}

.server ul li img {
    display: block;
    margin: 0 auto;
}

.server ul li span {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #333;
    padding-top: 20px;
}

/*弹层样式*/
.show-server {
    position: fixed;
    width: 750px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.show-server .show-server-con {
    position: absolute;
    width: 670px;
    height: 900px;
    background: #fff;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    margin: -450px 0 0 -335px;
}

.show-server .show-server-con h1 {
    text-align: center;
    font-size: 40px;
    color: #ff6e5a;
    padding: 70px 0 60px;
    font-weight: bold;
}

.show-server .show-server-con h1 em {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.show-server .show-server-con h1 span {
    display: inline-block;
    line-height: 40px;
}

.show-server .show-server-con .text {
    width: 600px;
    height: 640px;
    overflow-y: auto;
}

.show-server .show-server-con .text h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
    padding-left: 55px;
}

.show-server .show-server-con .text p {
    font-size: 28px;
    color: #999;
    margin: 30px 30px 70px 55px;
}

.show-server .show-server-con .pop_close {
    background: url(../images/shop/pop_close.png) no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    text-indent: -9999em;
}

/*icon 样式*/
.icon-down {
    background: url(../images/shop/shop-down.png) no-repeat;
    height: 11px;
    width: 19px;
    display: block;
    position: absolute;
    top: 39px;
    left: 135px;
}

.icon-location {
    background: url(../images/shop/shop-location.png) no-repeat;
    height: 22px;
    width: 24px;
    display: inline-block;
    margin-right: 10px;
}
.shop_icon_tel {
    background: url(../images/shop/shop-tel.png) no-repeat;
    height: 24px;
    width: 24px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 10px;
}

.icon-diret {
    background: url(../images/shop/shop-traffic.png) no-repeat;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-time {
    background: url(../images/shop/shop-time.png) no-repeat;
}

.icon-tel {
    background: url(../images/shop/shop-tel.png) no-repeat;
}

.icon-location-b {
    background: url(../images/shop/shop-location-b.png) no-repeat;
}

.icon-lower-thumd {
    background: url(../images/shop/shop-lower-thumd.png) no-repeat;
}

.icon-ask-thumd {
    background: url(../images/shop/shop-ask-thumd.png) no-repeat;
}

.icon-makefriends-thumd {
    background: url(../images/shop/shop-makefriends-thumd.png) no-repeat;
}

.icon-design-thumd {
    background: url(../images/shop/shop-design-thumd.png) no-repeat;
}


/*地图*/
#allmap {
    height: 430px;
    font-size: 20px;
}

#map{
    height: 430px;
    font-size: 20px;
    position: relative;
}
#map .icon_position{
    display: block;
    background: url(../images/shop/icon_position.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom:20px;
    right: 30px;
    z-index: 10;
}

