.comm_tit {
    margin-bottom: 40px;
}

.comm_tit h1 {
    font-family: CN-Light;
    color: #d8d8d8;
}

.comm_tit h2 {
    font-weight: bold;
}

.diy_01 {
    background: #f2f2f2;
    padding: 70px 0;
}

.diy_02 {
    background: #fff;
    padding: 70px 0;
    padding-bottom: 100px;
}


/*实体门店*/

.graybg {
    background: #f2f2f2;
    overflow: hidden;
}

.worm_map {
    position: relative;
    margin-bottom: 50px;
}

.worm_map .info {
    position: absolute;
    display: none;
    z-index: 999;
    background: #fff;
    padding: 32px;
    width: 500px;
    top: 0;
    left: 100%;
   
    padding-bottom: 12px;
    cursor: default;
    margin-top: -40px;
    animation: play .5s;
}

@keyframes play {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@-webkit-keyframes play{
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@-ms-keyframes play{
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
@-moz-keyframes play{
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

.worm_map .info:before {
    position: absolute;
    left: 0;
    margin-left: -14px;
    content: '';
    display: block;
    border: 7px solid transparent;
    border-right-color: #fff;
}

.worm_map ul>li .citycont {
    position: relative;
}

.worm_map ul>li .cityname {
    width: 70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.worm_map ul>li .citylist {
    margin-left: 80px;
    padding: 24px 0;
    overflow: hidden;
}

.worm_map ul>li .citylist li {
    float: left;
    /* width: 25%; */
    line-height: 2em;
    margin-right: 1em;
}

.worm_map ul>li .citylist li a {
    color: #909090;
    text-decoration: none;
    cursor: pointer;
}

.worm_map ul>li .citylist li a:hover {
    color: #888;
}

.worm_map .info h2 {
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.worm_map ul>li {
    width: 50px;
    cursor: pointer;
    position: absolute;
    margin-left: -17px;
    margin-top: -13px;
}

.worm_map ul>li:hover {
    z-index: 9;
}

.worm_map ul>li:hover .mark {
    background: none;
}

.worm_map ul>li .mark:before {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0%;
    margin-left: -10px;
    margin-bottom: 10px;
    background: url(../images/mark.png) no-repeat;
    width: 51px;
    height: 66px;
    transition: all .5s;
}

.worm_map ul>li:hover .mark:before {
    opacity: 1;
}

.worm_map ul>li:hover .info {
    display: block;
    box-shadow: 0 0 10px #ccc;
}

.worm_map ul>li:hover .info.hide {
    display: none;
}

.worm_map .mark {
    background: url(../images/mark2.png) no-repeat;
    width: 34px;
    height: 27px;
    margin-left: 7px;
}

.worm_map .mark.hide {
    opacity: 0;
    margin-bottom: -10px;
}

h5 {
    font-size: 16px;
    text-align: center;
}

h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

h3.offline {
    position: relative;
    padding: 15px 0 24px 0;
    border-bottom: 1px solid #dadada;
}

h3.offline em {
    position: absolute;
    width: 62px;
    height: 1px;
    background: #ffe300;
    left: 50%;
    bottom: -1px;
    margin-left: -31px;
}

hr {
    padding: 0;
    margin: 0;
    border: 0;
}

h5.subtit {
    padding: 30px 0;
}

.worm-dropdown>li {
    float: left;
    font-size: 18px;
}

.worm-dropdown>li input,
.worm-dropdown>li span {
    background: #fee418;
    height: 48px;
    line-height: 48px;
    display: block;
    padding: 0 30px;
}

.worm-dropdown:after {
    content: '';
    display: block;
    clear: both;
}

.worm-dropdown>li [class*=icon] {
    float: right;
}

.worm-dropdown {
    margin-bottom: 30px;
}

.result {
    margin: 30px;
}

.dropdown {
    cursor: pointer;
    position: relative;
}

.dropdown ol {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    line-height: 34px;
    background: #fff;
    box-shadow: 0 0 10px #aaa;
    max-height: 180px;
    overflow: auto;
    padding: 5px 0;
}

.dropdown ol li {
    font-size: 16px;
    padding: 0 30px;
}

.dropdown ol li:hover {
    background: #ccc;
}

.white-bg {
    background: #fff;
}

.worm_map_list li {
    width: 33.33%;
    margin-bottom: 20px;
    float: left;
}

.worm_map_list ul {
    margin: 0 -10px;
    overflow: hidden;
}

.worm_map_list li .worm_insrt {
    padding: 0 10px;
}

.worm_map_list li:hover .text {
    background: #ffe300;
}

.worm_map_list {
    padding: 60px 0;
    padding-bottom: 95px;
    overflow: hidden;
}

.worm_map_list .cover {
    overflow: hidden;
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.worm_map_list .cover img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.worm_map_list .text {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    padding: 40px;
    padding-top: 45px;
    background: #f2f2f2;
}

.worm_map_list .text h2 {
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.worm_map_list .text .cont {
    font-size: 14px;
    line-height: 2;
}

.worm_map_list .text .cont p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.worm_map_list .text a.ruler_btn {
    padding: 12px 24px;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 1em;
    text-decoration: none;
    color: #333;
}

.worm_map_list .text a.ruler_btn:hover {
    color: #000 !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.worm_map_list .page {
    margin-top: 60px;
}

.store_select .selects {
    float: left;
    width: calc(100% - 33.33% - 15px)
}

.store_select .dropdown {
    float: right;
    width: calc(33.33% - 15px);
}

.store_select .pub_select {
    width: calc(50% - 15px);
}

.store_select .pub_select.shi {
    float: right;
}

.store_select .pub_select .select {
    margin: 0;
}

.store_select li i.icon-xiajiantou,
.store_select .pub_select i.icon-xiajiantou {
    width: 30px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 0;
}

.store_select .pub_select .select input {
    background: none;
}

.store_select .pub_select .select {
    background: #fee418;
}

.store_select .option li {
    font-size: 16px;
    padding: 0 30px;
}

.store_select .option {
    color: #000;
    background: #fff;
    box-shadow: 0 0 10px #aaa;
}

.store_select .option li:hover {
    background: #ccc;
}

.store_select :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

.store_select ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

.store_select input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.store_select input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.family {
    line-height: 1;
}


.head {
    
    position: relative;
    z-index: 99;
}

.head ul::after {
    /* overflow: hidden; */
    content: '';
    display: block;
    clear: both;
}

.head ul li {
    width: calc(25% - 16px);
    margin-right: 20px;
    float: left;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    margin-bottom: -60px;
    font-size: 18px;
    position: relative;
    transition: all .3s;
}

.head ul li a {
    display: block;
    color: #828282;
    padding: 40px 0;
    transition: all .3s;
}

.head ul li h2 {
    font-size: 24px;
    line-height: 30px;
}

.head ul li h2 span {
    font-size: 40px;
}

.head ul li:nth-child(4) {
    margin-right: 0;
}

.head ul li p {
    margin-top: 8px;
}

.head ul li a:hover {
    color: #000 !important;
}

.head ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0%;
    height: 5px;
    background: #72b8e4;
    bottom: 0;
    left: 0;
    transition: all .5s;
}

.head ul li:hover:before {
    width: 100%;
}
.head ul li.on:before {
    width: 100%;
}
.head ul li.on a {
    color: #000 ;
}

.f_tit h2 {
    padding: 20px 0;padding-top: 5px;
}

.f_tit h2:after {
    content: '';
    width: 60px;
    display: inline-block;
    height: 5px;
    background: #72b8e4;
    margin-left: 20px;
}

.f_tit p {
    font-size: 14px;
    line-height: 1.5;
}

.f_tit {
    padding: 50px 0;
}

.family .type1 .swiper-slide {
    /* width: 770px;
    */
    height: 485px;
    background: #fff;
    position: relative;
    background-size: cover;
}

.family .type1.swiper-container {
    padding-bottom: 140px;
}

.family .type1 .swiper-slide .text {
    padding: 32px;
    margin: 0 60px;
    text-align: center;
    background: #fff;
    bottom: -130px;
    position: absolute;
    width: calc(100% - 120px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.family .type1 .swiper-slide .text h2 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.family .type1 .swiper-slide .text p {
    line-height: 1.5;
}

.family .type1.swiper-container-3d .swiper-slide-shadow-left,
.family .type1.swiper-container-3d .swiper-slide-shadow-right {
    background: rgba(255, 255, 255, .5) !important;
}

.family .type1 .swiper-slide .text {
    opacity: 0;
    transform: translateY(30%);
    transition: all .5s;
}

.family .type1 .swiper-slide-active .text {
    opacity: 1;
    transform: translateY(0%);
}

.family .swiper-button-prev,
.family .swiper-button-next {
    background: none;
    width: 16px;
    overflow: hidden;
    left: calc(20% - 12px);
    margin-left: -8px;
    margin-top: -80px;
}

.family .swiper-button-next {
    left: calc(80% + 12px);
}

.family .swiper-button-prev:before,
.family .swiper-button-next:before {
    content: '';
    display: block;
    border: 1px solid #232121;
    width: 30px;
    height: 30px;
    border-radius: 60px 0 0 60px;
    border-right-width: 0;
}

.family .swiper-button-next:before {
    content: '';
    border-radius: 0 60px 60px 0;
    border-left: 0;
    border-right-width: 1px;
    margin-left: -16px;
}

.family .swiper-wrap {
    margin: 100px 0;
}

.family .type2 {
    width: 546px;
    height: 182px;
    margin-top: -140px;
    margin-left: 590px;
    position: relative;
}

.family .type2 .swiper-container {
    height: 100%;
}

.family .swiper-wrap .cover {
    height: 485px;
}

.family .swiper-wrap .cover .text {
    display: inline-block;
}

.family .swiper-wrap .cover .text .cs1 {
    display: table;
    height: 446px;
    width: 446px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 40px;
    margin-top: 20px;
    margin-left: 24px;
}

.family .type2 .cont {
    display: none;
}

.family .swiper-wrap .cover .text .cs1 .cell {
    display: table-cell;
    vertical-align: middle;
}

.family .swiper-wrap .cover .text h2 {
    font-size: 24px;
    padding-bottom: 16px;
    margin-bottom: 32px;
    display: inline-block;
    border-bottom: 1px solid #000;
}

.family .swiper-wrap .cover .text p {
    font-size: 14px;
    line-height: 1.5;
}

.family .type2 .swiper-button-prev,
.family .type2 .swiper-button-next {
    left: 0;
    margin-left: -48px;
    top: 50%;
    margin-top: -16px;
}

.family .type2 .swiper-button-next {
    right: 0;
    left: auto;
    margin-right: -48px;
}

.family .type2 .swiper-slide {
    border: 3px solid transparent;
    background-position: -3px -3px;
    background-size: 182px 182px;
}

.family .type2 .swiper-slide-active {
    border: 3px solid #72b8e4;
}

.f-text {
    margin-bottom: 120px;
    text-align: center;
    clear: both;
}
.family_slider>div:last-child{margin-bottom: 0;}
.f_banner{position: relative;}
.f_banner_p{position: absolute;left: 0; top:31%; width: 100%;color: #fff;display: none;}
.f_banner_p h1{line-height:1em;margin-bottom: 20px; font-family: Arial; opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}

/*我的家*/
.family-dets01{ clear: both;margin-bottom: 35px;}
.family-dets01 .swiper-container{padding:0px 0;width: 100%;}
.family-dets01 .swiper-slide{width:48.9062%; margin:0 auto; position: relative;opacity: 0.3;top:-15px;}
.family-dets01 .swiper-slide img{width:100%;}
.family-dets01 .swiper-slide.swiper-slide-active{z-index: 11;opacity: 1;top:0;}
.family-dets01 .swiper-slide.swiper-slide-active .img{box-shadow: 0 0 8px 5px rgba(0,0,0,0.3);}
.family-dets01 .swiper-slide .txt{ 
    
        opacity: 0;
    transform: translateY(30%);
    transition: all .5s;
 position: relative; left:6%; top:-70px; padding:5% 5% 6.5%; width:88%; z-index: 12; background: #fff;box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
}
.family-dets01 .swiper-slide.swiper-slide-active .txt{ 
     opacity: 1;
    transform: translateY(0%);

}
.family-dets01 .swiper-slide .txt h2{margin-bottom:25px; text-align: center;}
.family-dets01 .swiper-slide .txt h2 span{ display: inline-block; padding-bottom:12px; color:#000; border-bottom:1px solid #000000;}
.family-dets01 .swiper-slide .txt p{font-size: 14px; color:#0F0F0F; text-align: center; line-height: 1.8;}
.family-dets01 .swiper-button-prev,.family-dets01 .swiper-button-next{ width:34px; height: 34px;right:calc(26% - 120px); top:220px; margin-top:0; background: url(../images/btn_rr.png) no-repeat; background-size: cover;}
.family-dets01 .swiper-button-prev{right:auto; left:calc(26% - 120px);transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);}
.family-dets01 .swiper-button-prev.swiper-button-disabled,.family-dets01 .swiper-button-next.swiper-button-disabled{opacity: 1;background: url(../images/btn_rr_dis.png); background-size: cover; }

.family-dets02{position: relative;padding-bottom: 40px;margin-bottom: 100px;}
.family-dets02 .bimg{overflow: hidden;}
.family-dets02 .bimg li{position: relative;}
.family-dets02 .bimg li .txt{position: absolute; right:0;top:0; width:732px; color:#fff; padding:60px 54px;}
.family-dets02 .bimg li h2{margin-bottom:1%;}
.family-dets02 .bimg li span{ display: block; margin-bottom:4%;}
.family-dets02 .bimg li p{ font-size: 14px;}
.family-dets02 .simg{ float: right; position: absolute; bottom:0px; width:662px;right: 7%; }
.family-dets02 .simg .swiper-container{width:546px;}
.family-dets02 .simg .swiper-slide{position: relative; width:182px; height: 182px;cursor: pointer;background: #000;}
.family-dets02 .simg .swiper-slide img{opacity:0.5;filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5;}
.family-dets02 .simg .swiper-slide span{color:#fff; text-align: center; line-height: 1.2;}
.family-dets02 .simg .swiper-slide.on img{opacity:1;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;}
.family-dets02 .simg .swiper-slide.on{z-index: 10; /*box-shadow: 0 0 8px 5px rgba(0,0,0,0.3);*/}
.family-dets02 .simg .swiper-slide.on::before{content: ""; position: absolute; left:0; top:0; width:calc(100% - 4px); height: calc(100% - 4px); border:2px solid #72b8e4;}
.family-dets02 .simg .swiper-slide.on span{color:#FFE300;}
.family-dets02 .simg .swiper-button-prev,.family-dets02 .simg .swiper-button-next{width:34px; height: 34px;right:0;margin-top:-14px; background: url(../images/btn_rr.png) no-repeat; background-size: cover;}
.family-dets02 .simg .swiper-button-prev{right:auto; left:0;transform:rotate(-180deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-moz-transform:rotate(-180deg);-o-transform:rotate(-180deg);}
.family-dets02 .simg .swiper-button-prev.swiper-button-disabled,.family-dets02 .simg .swiper-button-next.swiper-button-disabled{cursor: pointer; opacity: 1;}
.family-dets02 .swiper-button-prev.disabled,.family-dets02 .swiper-button-next.disabled{cursor: default!important; background: url(../images/btn_rr_dis.png); background-size: cover;}


.family-dets01 .swiper-slide-shadow-left,.family-dets01 .swiper-slide-shadow-right{display: none !important;}

.familyyext{position: absolute;top:5%;left: 22px;height: 90%;background: #fff;width: 35%;    display: table;}
.family_p{padding: 40px;    display: table-cell;
    vertical-align: middle;}
    .family-dets02 .family_p h4{margin-bottom: 40px;}
.family-dets02 .family_p h4 span{border-bottom: 1px solid #000;display: inline-block;padding-bottom: 10px;margin-bottom: 0;}


@media only screen and (max-width: 1520px){
.worm_map .info{width: 400px;}
}
@media only screen and (max-width: 1366px){
.worm_map{left: -60px;}
}




.family-dets01 .swiper-button-prev,.family-dets01 .swiper-button-next{display: none}
.family-dets02 .swiper-button-prev,.family-dets02 .swiper-button-next{display: none}
.family-dets01.cur .swiper-wrapper{    transform: translate3d(0px, 0px, 0px) !important;}







