*{
    margin: 0;
    padding: 0;
    font-family: 'regular';
    letter-spacing:0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}
html body{
    margin: 0;
    padding:0;
    width: 100%;
    color:#818688;
    cursor: pointer;
    background-color:#ffffff;
    /*tap-highlight-color: transparent;*/
    /*-webkit-tap-highlight-color:none;*/

}
@font-face {
    font-family: 'FZZhunYuan-M02';
    src: url('../font/FZY3K--GBK1-0.eot');
    src: url('../font/FZY3K--GBK1-0.eot') format('embedded-opentype'),
    url('../font/FZY3K--GBK1-0.woff2') format('woff2'),
    url('../font/FZY3K--GBK1-0.woff') format('woff'),
    url('../font/FZY3K--GBK1-0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    /*syht*/
    font-family:'regular';

    src: url('http://www.yeehoo.com.cn/font/SourceHanSansCN-Regular.otf');
}
@font-face{
    font-family: 'medium';
    src: url('http://www.yeehoo.com.cn/font/SourceHanSansCN-medium.otf');
}
@font-face{
    font-family:'extraLight';
    src: url('http://www.yeehoo.com.cn/font/SourceHanSansCN-ExtraLight.otf');
}
.move{
    width: 100%;
    background-color:#ffffff;
}
.move-navigation{
    width: 100%;
    position:fixed;
    left: 0;
    top:0;
    z-index:100;
}
.move-navigation-top{
    width: 100%;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.move-roll{
    height: 100%;
}
.move-roll-block{
    width: 100%;
    position: relative;
    left: 0;top:0;
    z-index: 1;
}
.move-roll-block-img{
    display:block;
    width: 100%;
    object-fit: cover;
}
.move-roll-block-flex{
    width: 100%;
    position: absolute;
    left: 0;bottom:0;
    z-index: 2;


}
.move-roll-block-flex-a{
    display: block;
    width:100%;
    text-decoration: none;
    color:#ffffff;
    background: linear-gradient(rgba(255,255,255, 0), rgba(0, 0, 0, 0.4));
    height: 100px;
}
.move-page{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items:flex-end;
	height: 35px;

}
.move-page-img1{
    display: block;
    width:95%;
    margin-right: auto;
}
.move-page span{
    font-size:25px;
    letter-spacing:1px;
    line-height:36px;
    border-bottom:2px solid #ffffff;
    font-family: 'FZZhunYuan-M02';
}
.move-page-img{
    display:block;
    width:10px;
    height:19px;
    margin-left:7px;
    margin-bottom:7px;
}
.move-menu{
    width: 90%;
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.move-menu-left{
    width:80%;
}
.move-menu-left img{
    display: block;
    width:80px;
    /*height:34px;*/
    object-fit:cover;
    margin:12px 0 8px 0;
}
.move-menu-right{
    width:20%;
}
.move-menu-right img{
    display: block;
    width:23px;
    margin-left: auto;
}



/**/
.move-indicate{
    position: fixed;
    left: 0;
    bottom:10px;
    z-index: 1001;
    width: 100%;
}
.move-indicate img{
    display: block;
    width:14px;
    margin: 0 auto;
}
.move-menu-hide{
    background-color: white;
    width: 100%;
    display:none;
    position: absolute;
    left: 0;
    top:0;
    z-index: 3;
}
/*菜单*/

.move-menu-open-jump{
    display: block;
    width: 100%;
    text-decoration: none;
    color:#818688;
}
.move-menu-open-list{
    width: 100%;
    border-bottom:1px solid #E5DDD4;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 0;
}
.move-open-name{
    display: block;
    text-decoration: none;
    color:#363431;
    width:60%;
    margin-left: 20%;
    text-align: center;
    line-height:30px;
    font-size:16px;
    font-family: 'FZZhunYuan-M02';
    letter-spacing: 0;
    text-transform: uppercase;
}
/***/
.move-menu-open{
    width: 100%;
    overflow-y:auto;
}
.move-menu-open-block1{
    width: 100%;
}
.move-menu-open-jump{
    display: block;
    width: 100%;
    text-decoration: none;
    color:#818688;
}
.move-open-name{
    width:60%;
    margin-left: 20%;
    text-align: center;
    line-height:30px;
    font-size:16px;
    font-family: 'FZZhunYuan-M02';
}
/* .move-open-name:hover{
     color:#f4c3cb;
 }*/
.move-open-icon{
    width: 20%;
}
.move-open-icon img{
    display: block;
    width:20%;
    margin:0 30% 0 50%;
}
.move-menu-open-flex{
    display:block;
    width: 100%;
    background-color:#f7f7f7;
}
.move-open-flex-list{
    display: block;
    width:40%;
    margin: 0 auto;
    border-bottom: 1px solid #E5DDD4;
    padding: 10px 0;
    color:#363431;
    text-decoration: none;
}
.move-open-flex-list-text{
    width:100%;
    text-align: center;
    font-size:16px;
    line-height: 30px;
    font-family: 'FZZhunYuan-M02';
    text-transform: capitalize;
    letter-spacing: 0;
}
.move-open-flex-list-text:hover{
    color:#927055;
}
.move-open-flex-list:last-child{
    border-bottom:0;
}
.move-menu-open-flex-block{
    display: block;
    width: 100%;
    text-decoration: none;
    color:#818688;
}
.move-hot-line{
    width:85%;
    margin-left:10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.move-hot-line-left{
    width:90%;
    border-bottom: 1px solid #c8cacb;
    padding: 10px 0;

}
.move-hot-line-left span{
    display: block;
    width: 100%;
    text-align: center;
    font-size:12px;
    letter-spacing: 0;
}
.move-hot-line-right{
    width:10%;
}
.move-hot-line-right img{
    display: block;
    width:80%;
    margin: 0 auto;
}
/*一般页面框架*/
.move-top{
    width: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 999;
}
.move-top-fixed{
    width: 90%;
    padding: 0 5%;
    display: flex;
    flex-direction: row;
    /* justify-content: center;*/
    align-items: center;
    border-bottom: 1px solid #c4c7c7;
    border-top: 1px solid #c4c7c7;
    background-color: white;
}
.move-top-fixed-left{
    width:60%;
}
.move-top-fixed-left img{
    display: block;
    width:80px;
    height:34px;
    object-fit: cover;
    margin-right: auto;
    margin-top:12px;
    margin-bottom:9px;
}
.move-top-fixed-right{
    width:40%;
}
.move-top-fixed-right img{
    display: block;
    width:23px;
    margin-left: auto;
}
.move-top-fixed-open{
    width: 100%;
    background-color: white;
    overflow-y:auto;
}
.move-content{
    width:88%;
    margin:57px auto 0 auto;
}
.move-title{
    width: 100%;
    text-align: center;
    padding:20px 0 20px 0;
}
.move-title span{
    display: inline-block;
    font-size: 20px;
    font-family:'extraLight';
    border-bottom: 1px solid #0C0C0C;
	letter-spacing: 0;
}
.move-guide{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}
.move-guide-float{
    width:48%;
}
.move-guide-float img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.move-guide-title{
    width: 100%;
    text-align: center;
    font-size:12px;
    line-height: 25px;
    margin:5px 0;
	color: #222222;
	letter-spacing: 0px;
	word-spacing:-0px;
}
.move-guide-describe{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}
.move-guide-describe-spot{
    width:0%;
}
.move-guide-describe-spot p{
    width:0px;
    background-color:#818688;
}
.move-guide-describe span{
    display: block;
    width:100%;
    letter-spacing: 0px;
    font-size:13px;
    line-height:22px;
	word-spacing: 0px;
}
.move-guide-sign{
    width: 100%;
}
.move-guide-sign img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.move-guide-sign-text{
    width:100%;
    margin:20px auto 20px auto;
    background-color:#fdf3f5;
    border-radius: 5px;
}
.move-guide-sign-text span{
    display:block;
    width:95%;
    margin: 0 auto;
    font-size:14px;
    text-align:center;
    line-height: 25px;
    padding: 5px 0;

}
/*页面公用底部*/
.move-footer{
    width: 100%;
}
.move-line{
    background-color:#E5DDD4;
}
.move-line-block{
    width:95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;

}
.move-line-block-float{
    width:36%;
}
.move-line-block-float-a{
    display: block;
    width: 100%;
    text-decoration: none;
}
.move-line-block-float-a img{
    display: inline-block;
    vertical-align: middle;
    width:12px;
}
.move-line-block-float-a span{
    display: inline-block;
    font-size:12px;
    color: white;
    vertical-align: middle;
    line-height: 22px;
   /* padding-bottom:2px;*/
    font-family:'FZZhunYuan-M02';
	letter-spacing: 0;
}
.move-line-block-float-right{
    width: 100%;
    text-align: right;
    color: white;
    font-size:12px;
}
.move-line-block-float-right-a{
    display: inline-block;
    text-decoration: none;
    color: white;
    line-height: 22px;
    font-size: 12px;
	vertical-align: middle;
}
.move-line-block-block{
    width: 100%;
}
.move-line-block-block img{
    display: block;
    width: 100%;
}


.move-line-block-float-right-a img{
    display:inline;
    width:12px;
    vertical-align: middle;
}
.move-line-block-float-right-a span{
    display: inline;
    vertical-align: middle;
    font-family:'FZZhunYuan-M02';
    line-height: 22px;
    font-size: 12px;
}
/*底部*/
.move-footer-bottom{
    width:100%;
    margin:30px auto;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.move-footer-bottom-wx{
    display: none;
    width:20%;
    position: absolute;
    right:18%;
    top:-29%;
    z-index: 2;
}
.move-footer-bottom-wx img{
    display: block;
    width:100%;
}
.move-footer-bottom p{
    display: block;
    width: 100%;
    text-align: center;
}
.move-footer-bottom p span{
    display: inline-block;
    font-size:12px;
    line-height:22px;
    font-family: 'FZZhunYuan-M02';
	letter-spacing: 0;
}

/* .move-open-name:hover{
     color:#f4c3cb;
 }*/
.move-open-icon{
    width: 20%;
}
/*.move-open-icon img{
    display: block;
    width:15px;
    height:15px;
    margin:0 auto;
}*/
.move-menu-open-flex{
    display:block;
    width: 100%;
    background-color:#f7f7f7;
}
.show{
    color:#927055;
}

.move-open-flex-list:last-child{
    border-bottom:0;
}
.move-menu-open-flex-block{
    display: block;
    width: 100%;
    text-decoration: none;
    color:#818688;
}
.move-hot-line{
    width:85%;
    margin-left:11.7%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.move-hot-line-left{
    width:90%;
    border-bottom: 1px solid #c8cacb;
    padding: 10px 0;
}
.move-hot-line-left span{
    display: block;
    width: 100%;
    text-align: center;
    font-size:12px;
    line-height: 22px;
    font-family: 'FZZhunYuan-M02';
    letter-spacing: 0;
}
.move-hot-line-right{
    width:10%;
}
.move-hot-line-right img{
    display: block;
    width:80%;
    margin: 0 auto;
}
/*后续替换*/



/*线上门店*/
.move-online{
    width:100%;
    margin: 0 auto;
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items:flex-start;


}
.move-online-float{
    display: block;
    text-decoration:none;
    width:40%;
    margin: 0 5% 30px 5%;
}
.move-online-float img{
    display: block;
    width:80%;
    margin: 0 auto;
    object-fit:cover;
}
/*幻灯片*/
.move-distance{
    width: 100%;
    margin-top:56px;
}
.move-slide{
    width: 100%;
}
.move-slide-img{
    width: 100%;
    display:block;
    object-fit:cover;
}
.move-picture{
    display: block;
    width: 100%;
    border-radius: 5px;
}
/*快速查找*/
.move-lookup{
    width:100%;
}
.move-lookup-top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    margin-top: 10px;
}
.move-lookup-float{
    width:48%;
}
.move-lookup-strip{
    width: 100%;
    margin:15px 0;
}
/*实体门店地址*/
.move-entity-address{
    width: 100%;
    margin-bottom:30px;
}
.move-entity-address-list{
    width: 100%;
    border-bottom: 1px solid #8b8f91;
    margin-bottom: 5px;
    padding: 5px 0 0 0 ;
}
.move-entity-address-title{
    width: 100%;
}
.move-entity-address-title span{
    display: inline-block;
    font-size:14px;
}
.move-entity-address-title span:nth-child(1){
    margin-right:5px;
}
.move-entity-address-place{
    width: 100%;
    font-size:12px;
    line-height: 22px;
}
.move-entity-address-more{
    width: 100%;
}
.move-entity-address-more img{
    display: block;
    width:11px;
    margin:0px auto 0 auto;
    animation: open 1.2s ease infinite;
}
@keyframes open{
    0%{transform:translateY(0);opacity:.2}
    50%{transform:translateY(3px);opacity:1}
    100%{transform:translateY(6px);opacity:0.2}
}
/**/
.move-product-logo{
    width: 100%;
}
.move-product-logo img{
    display: block;
    width: 30%;
    margin:70px auto 15px auto;
}
.move-product-info{
    width: 100%;
    margin-bottom:20px;
}
.move-product-info img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.move-product-info span{
    display: block;
    width: 100%;
    font-size:12px;
    line-height:22px;
 
    margin-top:15px;
}
.move-product-vertical{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:20px;
}
.move-product-vertical-left{
    width:45%;
}
.move-product-vertical-left img{
    display: block;
    width: 100%;
}

.move-product-vertical-right{
    width:50%;
    margin-left:5%;
    font-size:12px;
    line-height:20px;
    letter-spacing: 0;
}
/*宝宝穿衣小常识*/
/*内衣*/
.move-within{
    width: 100%;
    background-color:#fff3e6;
    border-radius:5px;
}
.move-within-img{
    display: block;
    width: 100%;
}
.move-within-img img{
    display: block;
    width: 100%;
    border-radius:5px;
}
.move-within-content{
    width:90%;
    margin: 0 auto;
    padding: 10px 0;
}
.move-within-content-title{
    width: 100%;
    font-size:16px;
    line-height: 30px;
	color:#1F2121;
	letter-spacing: 0;
}
.move-within-content-describe{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0;
}
.move-within-content-info{
    width: 100%;
    background-color: white;
    padding-top: 15px;
    border-radius: 5px;
}
.move-within-content-block{
    width:96%;
    margin: 0 auto;
}
.move-within-content-block-top{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
.move-within-icon{
    width: 5%;
}
.move-within-icon img{
    display: block;
    width:60%;
    margin-right:auto;
	margin-top: 8px;
}
.move-within-title{
    width:95%;
}
.move-within-title span{
    display: inline-block;
    font-size:14px;
    line-height: 25px;
    vertical-align: middle;
	color: #1F2121;
	letter-spacing: 0;
}
.move-within-title img{
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}
.move-within-content-text{
    width: 95%;
    margin-left: 5%;
    font-size:12px;
    line-height:20px;
    letter-spacing: 0;
    padding-bottom:10px;
}
/*外衣*/
.move-external {
    width: 100%;
    position: relative;
    left: 0;top:10px;
    z-index: 1;
    margin-top: 20px;
}
.move-external-img{
    display: block;
    width:100%;
    object-fit: cover;
}

.move-external-content{
    width: 88%;
    margin: 0 auto;
    position: absolute;
    left: 6%;
    top:-10px;
    z-index:2;
}
.move-external-content-block{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:2%;
}

.move-external-left{
     width:50%;
}
.move-external-left img{
    display: block;
    width: 100%;
    margin-top:20px;
}
.move-external-left span{
    display: block;
    width: 100%;
    font-size:12px;
    line-height:21px;
    letter-spacing:0;
	padding: 10px 0;
}
.move-external-right{
    width:45%;
}
.move-external-right p{
    display: block;
    width:100%;
    font-size:15px;
    font-family: 'extraLight';
	color:#1F2121;
	letter-spacing: 0;
}
.move-external-right span{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height:20px;
    letter-spacing: 0;
	padding: 10px 0;
}
.move-external-right img{
    display:block;
    width: 100%;
}
/*散件*/
.move-scattered{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.move-scattered-content{
    width: 100%;
}
.move-scattered-title{
    width: 95%;
    margin-left: 5%;
    font-size:16px;
    line-height:30px;
	color:#1F2121;
	letter-spacing: 0;
}
.move-scattered-info{
    width: 100%;
}
/*品牌产品住*/
.move-product-live{
    width:93%;
    margin: 0 auto;
}
.move-product-live img{
    display: block;
    width: 100%;
    object-fit: cover;
}

.move-product-live-describe{
    width: 100%;
    font-size:14px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.product-live-block{
    width: 100%;
    position: relative;
    left: 0;top:0;
    z-index: 1;
    margin-bottom:30px;
    background-image: url(../image/move_line.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.product-live-block img{
    display: block;
    width: 100%;
	object-fit: cover;

}
.product-live-block-flex{
    width: 88%;
    position: relative;
    left:6%;
    top:0;
    z-index: 2;
}
.product-live-block-flex img{
    display: block;
    width: 100%;
    object-fit: cover;

}
.product-live-block-flex-title{
    width: 100%;
    font-size:16px;
    line-height: 25px;
    text-align: center;
    margin: 10px 0 5px 0;
	letter-spacing: 0;
	color: #1F2121;
}
.product-live-block-flex-describe{
    width: 100%;
    font-size:14px;
    line-height: 22px;
    letter-spacing: 0;
}
/*品牌快讯-毕加索*/
.news-list{
    width: 100%;
}
.move-news{
    width: 100%;
    margin-bottom:30px;
    margin-top:20px;
}
.move-news-list{
    display: block;
    width:85%;
    text-decoration: none;
    color:#818688;
    border-radius: 5px;
    background-color:#ffffff;
    margin:10px auto 20px auto;
}
.move-news-list img{
    display: block;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    object-fit: cover;

}
.move-news-list-text{
    width:94%;
    padding: 10px 3%;
    border: 1px solid #e0e0e0;
    box-shadow:1px 1px 3px rgba(132,126,126,.16);

}
.move-news-list-name{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
	letter-spacing: 0;
}
.move-news-list-describe{
    width: 100%;
    text-align: justify;
    font-size:12px;
    line-height: 22px;
	letter-spacing: 0;
}
.move-news-list-date{
    width: 100%;
    text-align:right;
    font-size: 12px;
    line-height: 22px;
    margin-top: 5px;
}
/*关于英氏*/
.move-about{
    width: 100%;

}
.move-about img{
    display: block;
    width: 100%;
    object-fit:cover;
    border-radius: 5px;
}
.move-about span{
    display: block;
    width: 100%;
    font-size:14px;
    line-height:24px;
    margin-top:10px;
	letter-spacing: 0;
}
/*品牌定位*/
.move-location{
    width: 100%;
    text-align: center;
    font-size:14px;
    line-height: 22px;
	letter-spacing: 0;
}
/*核心竞争力*/
.move-compete{
    width: 100%;
}
.move-compete-list{
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    background-color:#f4c3cb;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 15px;
    padding:5px 0;
}
.move-compete-list span{
    display: inline-block;
    border-bottom: 1px solid white;
    font-size: 14px;
	letter-spacing: 0;
}
/*品牌大事记*/
.move-member{
    width:100%;
    overflow-x:auto;
}
.move-member-roll{
    height:550px;
    background: url(../image/move_roll.png)repeat-x;
    background-color: #ffffff;
    position: relative;
    left: 0;
    top: 0;
    z-index: 11;
}
.move-member-roll-block{
    position: absolute;
    width:245px;
}
.move-member-roll-block:nth-child(odd){
    top:276px;
    z-index: 2;

}
.move-member-roll-block:nth-child(even){
    bottom:275px;
    z-index: 2;
}
.move-member-roll-block-bg1{
    margin-left:13px;
    width: 100%;
    border-left: 3px solid #E5DDD4;
}
.move-member-roll-block-text{
    width:235px;
    margin: 0 auto;

}
.move-member-roll-block-text-bottom{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
}
.move-member-roll-block-title{
    width: 100%;
    font-size:18px;
    padding:10px 0 5px 0;
    color: #000000;
    font-family: 'regular';

}
.move-member-roll-block-content{
    width: 100%;

}
.move-member-roll-block-content p{
    display: block;
    width: 100%;
    font-size:13px;
    letter-spacing:0;
    padding-bottom:10px;
    font-family: 'regular';
    word-spacing: -1px;
    line-height:20px;
    margin: 0;
    word-wrap: break-word;
    word-break: normal;
    color:#363431;
}
/*.move-member-roll-block-content p:nth-child(2){
    padding-bottom:10px;
}*/

.move-member-roll-block-content span{
    display: inline-block;
    font-family: 'regular';
    letter-spacing: 0px;
}
.move-member-roll-block-bg2{
    margin-left:13px;
    width: 100%;
    border-left: 3px solid #E5DDD4;
}

/*企业文化*/
.move-enterprise{
    width: 100%;
}
.move-enterprise img{
    display: block;
    width:90%;
    border-radius:5px;
    object-fit:cover;
	margin:0 auto;
}
.move-enterprise-block{
    width: 100%;
    margin: 20px 0 40px 0;

}
.move-enterprise-content{
    width: 100%;
    margin:10px 0;
}
.move-enterprise-content-left{
    width:100%;
	margin: 0 auto;
	text-align: center;
}
.move-enterprise-content-left span{
    display:inline-block;
	padding: 0 20px;
    margin: 0 auto;
    background-color:#E5DDD4;
    color:#363431;
    text-align: center;
    border-radius:5px;
    font-size:13px;
    line-height: 25px;
    font-family: 'extraLight';
    font-weight: bold;
	letter-spacing: 0;

}
.move-enterprise-content-right{
    width:95%;
	text-align: center;
	margin: 0 auto;
}
.move-enterprise-content-right span{
    display: block;
    width:100%;
    text-align:left;
    font-size:12px;
    line-height:28px;
	letter-spacing: 0;
	word-spacing: 0;
    color:#363431;
}
/*甄选面料*/
.move-fabric{
    width: 100%;
}
.move-fabric img{
    display: block;
    width: 100%;
}
.move-fabric-text{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
.move-fabric-text span{
    display: block;
    width: 100%;
    font-size:12px;
    line-height: 24px;
}
/*表格*/
.move-form{
    width: 100%;
    border-radius: 5px;
}
.move-form-th{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.move-form-th-float1{
    width:25%;
    font-size:12px;
	letter-spacing: 0;
    line-height:25px;
    border-radius: 5px;
    text-align: center;
    background-color: #E5DDD4;
    color:#363431
}
.move-form-th-float2{
    width:25%;
    margin: 0 0.5%;
    font-size:12px;
    letter-spacing: 0;
    line-height:25px;
    border-radius: 5px;
    text-align: center;
    background-color: #E5DDD4;
    color:#363431
}
.move-form-th-float3{
    width:49%;
    font-size:12px;
    letter-spacing: 0;
    line-height:25px;
    border-radius: 5px;
    text-align: center;
    background-color: #E5DDD4;
    color:#363431
}
.form-shallow{
    background-color: #FAFAFA;
}
.form-deep{
    background-color: #F4F4F4;
}
.move-form-td{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.move-form-td-float1{
    width:25%;
    font-size: 12px;
    line-height: 22px;
}
.move-form-td-float2{
    width:25%;
    margin: 0 0.5%;
    font-size: 12px;
    line-height: 22px;
}
.move-form-td-float3{
    width:49%;
    font-size: 12px;
    line-height: 22px;

}
.move-form-td-float-text{
    width:98%;
    padding:5px 1%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:120px;

}
.move-form-td-float-text p{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:11px;
    line-height:16px;
	letter-spacing: 0;
	word-spacing: 0;

}
/*功能面料*/
.move-fabric-title{
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin:20px 0;

}
.move-fabric-title span{
    display:inline-block;
    padding:0 10px;
    background-color:#E5DDD4;
    border-radius:3px;
    color:#363431;
}
.move-fabric-function{
    width: 100%;
}
.move-fabric-function-content{
    width: 90%;
    padding: 0 5%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-bottom:30px;
}
/**/
.fabric-function-block{
    width: 100%;
    position: relative;
    left: 0;top:0;
    z-index: 1;
}
.fabric-function-block-text{
    display: none;
    width: 100%;
    position:absolute;
    height: 100%;
    left: 0;top:0;
    z-index:2;
    background-color: rgba(0,0,0,.4);
    border-radius: 5px;
    overflow-y:scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.fabric-function-block-text::-webkit-scrollbar{
    display: none;
}
.fabric-function-block-title{
    font-weight: bold;
    width: 100%;
    font-size:14px;
    line-height:20px;
    /*margin-bottom:4px;*/
    margin-top: 3px;
    color: white;
    text-align: center;
}
.fabric-function-block-season{
    width: 100%;
    font-weight: bold;
    color: white;
    text-align:center;
    font-size:12px;
    margin-bottom:2px;
}
.fabric-function-block-narration{
    width:100%;
    margin: 0 auto;
    font-size:12px;
}
.fabric-function-block-narration-span{
    display:block;
    width:90%;
    margin: 0 auto;
    color: white;
    line-height:15px;
    font-size:12px;
	letter-spacing: 0;
	word-spacing: 0;
    padding-bottom:10px
}
.fabric-function-block-narration-span:nth-child(2){
    width: 100%;
    display:block;
    font-size:10px;
    line-height:15px;
	letter-spacing: 0;
	word-spacing: 0;

}
/*swiper*/
.swiper-button-prev{
    left:1%!important;
    top:60%;
}
.swiper-button-next{
    right:1%!important;
    top:60%;
}
.move-swiper-left{
    background-image:url(../image/left.png)!important;
    width:8px!important;
    height:14px!important;
    background-size:cover!important;
}
.move-swiper-right{
    background-image:url(../image/right.png)!important;
    width:8px!important;
    height:14px!important;
    background-size:cover!important;
}
/*品牌形象-毕加索*/
.move-inspire{
    width: 100%;
}
.move-inspire img{
    display: block;
    width: 100%;
}
/**/
.popup-video{
    width: 100%;
    height:190px;
    margin-bottom: 30px;
}
/*设计plus系列*/
.move-design{
    width: 100%;
    position: relative;
    left: 0;top:0;
    z-index: 1;
    height:489px;
}
.move-design-float1{
    width:49%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
}
.move-design-float1 img{
    display: block;
    width:100%;
    border-radius:4px;
}
.move-design-float2{
    width:40%;
    position:absolute;
    top:13%;
    right:2%;
    z-index:2;
}
.move-design-float2 img{
    display: block;
    width:100%;

}

.move-design-float3{
    width:50%;
    position: absolute;
    left: 0;
    top:70%;
    z-index: 3;

}
.move-design-float3 img{
    display: block;
    width:100%;
}
.move-design-float4{
    width:49%;
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 4;

}
.move-design-float4 img{
    display: block;
    width:100%;
    border-radius:4px;
}

/*毕加索新增*/
.brand-many{
    width: 100%;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.brand-many-float1{
    width:48%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
}
.brand-many-float2{
    width:48%;
    position: absolute;
    right: 0;
    top:2%;
    z-index:3;
}
.brand-many-float3{
    width:48%;
    position: absolute;
    left: 0;
    bottom:18%;
    z-index:4;
}
.brand-many-float4{
    width:48%;
    position: absolute;
    right: 0;
    bottom:0%;
    z-index:5;
}
.brand-many-float5{
    width:48%;
    position: absolute;
    left: 0;
    bottom:0;
    z-index:6;
}
.brand-many-float6{
    width:50%;
    position: absolute;
    right:-5%;
    bottom:0;
    z-index:7;
}
.brand-many-float1 img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.brand-many-float2 img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.brand-many-float3 img{
    display: block;
    width:70%;
    margin: 0 auto;
    border-radius: 5px;
}
.brand-many-float4 img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.brand-many-float5 img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.brand-many-float6 img{
    display: block;
    width: 100%;
}

.popup-video-block-icon{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup-video-block-icon img{
    display: block;
    width:100px;
}


/*秋冬*/
.move-season{
    width: 100%;
    position: relative;
    left: 0;top:0;
    z-index:1;
    height: 504px;
}
.move-season-float1{
    width:49%;
    position:absolute;
    left: 0;
    top:0;
    z-index:2;
}
.move-season-float1 img{
    display: block;
    width:100%;
    border-radius: 4px;
}
.move-season-float2{
    width:54%;
    position:absolute;
    right: 0;
    top:18%;
    /*z-index:3;*/
}
.move-season-float2 img{
    display: block;
    width:100%;
}
.move-season-float3{
    width:55%;
    position:absolute;
    left:1%;
    bottom:18%;
    /*z-index:5;*/
}
.move-season-float3 img{
    display: block;
    width:100%;
}
.move-season-float4{
    width:49%;
    position:absolute;
    right:0;
    bottom:0;
    z-index:4;
}
.move-season-float4 img{
    display: block;
    width:100%;
    border-radius: 4px;
}
/*匠心工艺*/
.move-artisan{
    width: 100%;
}
.move-artisan img{
    display: block;
    width: 100%;
}
.move-artisan-content{
    width: 100%;
    background-color: white;

}
.move-artisan-title{
    width: 100%;
    text-align: center;
    font-size:16px;
    line-height: 25px;
    margin:8px 0;
}
.move-artisan-text{
    width: 100%;
  
    font-size:14px;
    line-height: 22px;
    min-height:70px;
    margin-bottom: 10px;
}
.move-artisan-group{
    width: 100%;
}
.move-artisan-group img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
/*匠心工艺分解图*/
.move-wheel{
    width: 100%;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.move-wheel img{
    display: block;
    width: 100%;
    border-radius: 4px;
}
.move-wheel-flex{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    border-radius: 4px;
}
.move-wheel-flex-text{
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.move-wheel-flex-text p{
    width:20px;
    height:20px;
    border-radius:100%;
    background-color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
.move-wheel-flex-text span{
    display: block;
    width: 100%;
    font-size:14px;
    line-height:22px;
    text-align:center;
    color: white;
    margin-top: 5px;
	letter-spacing: 0;
}
/*品质安全*/
.move-quality{
    width: 100%;
    margin-bottom: 15px;
}
.move-quality img{
    display:block;
    width:100%;
    border-radius:5px;
}
.move-quality-title{
    width: 100%;
    font-size: 16px;
    font-family:'medium';
    line-height:30px;
    padding: 5px 0;
}
.move-quality-text{
    width: 100%;
    letter-spacing: 0;
    font-size:13px;
    line-height:24px;
    margin-bottom: 5px;
    margin-top: 10px;
	

}
.move-quality-state{
    width: 100%;
    font-size: 12px;
    line-height:22px;
    font-size: 12px;
    font-style:oblique;
}
/**/
.move-quality-checked{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.move-quality-checked-left{
    width:58%;
}
.move-quality-checked-left img{
    display: block;
    border-radius: 5px;
    width:100%;
}
.move-quality-checked-right{
    width:60%;
}
.move-quality-checked-right span{
    display: block;
    margin-left: 5%;
    width: 95%;
    letter-spacing: 0;
    font-size:14px;
    line-height:20px;
}
/*品质安全-等级*/
.move-grade{
    width:98%;
    padding:10px 1%;
    border-radius:5px;
    border:1px solid #C5C5C5;
    margin-bottom: 15px;
}
.move-grade-list{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom:10px;
	align-items:center;
	justify-content: center;
}
.move-grade-list-left{
    width:57%;
    margin-right:3%;
}
.move-grade-sort{
    width: 100%;
}
.move-grade-sort-list{
    width: 100%;
    background-color:#DBE7F3;
    border-radius:13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin:6px 0; */
	margin-bottom:15px;
}
.move-grade-sort-list-left{
    width:20px;
    height:20px;
    border-radius: 10px;
    margin: 3px 0 3px 3px;
    font-size: 12px;
    line-height:20px;
    text-align: center;
    background-color: white;
    text-transform : uppercase

}
.move-grade-sort-list-right{
    width:87%;
    margin-left:3%;
    font-size:10px;
    line-height:20px;
	letter-spacing: 0;
}
.move-grade-level{
    width: 100%;
}
.move-grade-level-list{
    margin: 0 auto 15px auto;
    text-align: center;
    background-color:#818689;
    font-size: 12px;
    color: white;
    line-height:30px;
    border-radius: 3px;
}
.move-grade-level-list:nth-child(1){
    width:40%;
}
.move-grade-level-list:nth-child(2){
    width:73%;
}
.move-grade-level-list:nth-child(3){
    width:93%;
}




.move-grade-list-right{
    width: 40%;
    font-size:12px;
    line-height:20px;
    letter-spacing: 0;
}
/*品牌活动*/
.move-brand-news{
    display:block;
    width: 100%;
    text-decoration: none;
    color: white;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.move-brand-news img{
    display: block;
    width: 100%;
    border-radius:5px;

}
.move-brand-news-flex{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index:2;
    background-color: rgba(0,0,0,.4);
    height: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}
.move-brand-news-flex span{
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
	letter-spacing: 0;
}
/*新闻头条*/
.brand-news-theme{
    display: block;
    width: 100%;
    text-decoration:none;
    color: white;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.brand-news-theme img{
    display: block;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.brand-news-theme-float{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 2;
    background-color: rgba(0,0,0,.4);
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}
.brand-news-theme-float span{
    display: block;
    width:95%;
    margin: 0 auto;
    font-size: 12px;
    line-height:18px;
    padding:5px 0;
	letter-spacing: 0;
}
.brand-news-more{
    display: block;
    width: 100%;
}
.brand-news-more img{
    width:4%;
    margin:10px auto 30px auto;
}

/**/
.move-news-roll{
    width: 100%;
    overflow-y:auto;
    margin-top: 10px;
    height: 24px;

}
.move-news-roll::-webkit-scrollbar {display:none}
.move-news-roll a{
   display: inline-block;
   margin-right:30px;
   font-size: 14px;
   line-height:18px;
   text-decoration: none;
   color: #363431;
}
.selection{
    font-size: 14px;
    color:#E5DDD4!important;
    border-bottom:2px solid #E5DDD4!important;
}
/*孕妈宝典*/
.move-product-live1{
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.move-product-live-float{
    width:48%;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.move-product-live-float-img{
    display: block;
    width: 100%;
    border-radius: 5px;
    height: 230px;
    object-fit:cover;
}
.move-product-live-flex{
    height:230px;
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    z-index: 2;
    border-radius:5px;
    background-color:rgba(0,0,0,.35);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
}
.move-product-live-flex img{
    display: block;
    width:40%;
    margin: 0 auto 15% auto;
}
.move-product-live-title{
    width: 100%;
    text-align:center;
    font-size: 12px;
    line-height:22px;
    border:1px solid #898989;
    border-radius: 3px;
    margin-bottom:30px;
    margin-top:15px;
	letter-spacing: 0;
	padding: 5px 0;
}
/*品牌产品*/
.move-product{
    width: 100%;
}
.move-product-describe{
    width: 100%;
    font-size:12px;
    letter-spacing: 0;
    line-height:24px;
    padding-bottom:20px;
}
/**/
.move-product-open{
    width:100%;
    margin-bottom: 30px;
}
.move-product-open-list{
    width: 100%;
    border-top-left-radius:3px;
    border-top-right-radius:3px;

}
.move-product-open-list:nth-child(1){
    background-color:#ECE0CA;
    box-shadow: 2px -2px 5px rgba(134,134,134,.4);
    position: relative;
    left: 0;
    top:0;
    z-index: 5;
}
.move-product-open-list:nth-child(2){
    background-color:#FEFEFE;
    box-shadow: 2px -2px 5px rgba(134,134,134,.4);
    position: relative;
    left: 0;
    top:-4px;
    z-index:6;
}
.move-product-open-list:nth-child(3){
    background-color:#DCE9F2;
    box-shadow: 2px -2px 5px rgba(134,134,134,.4);
    position: relative;
    left: 0;
    top:-4px;
    z-index:7;
}
.move-product-open-list:nth-child(4){
    background-color:#FFFFFF;
    box-shadow: 2px -2px 5px rgba(134,134,134,.4);
    position: relative;
    left: 0;
    top:-4px;
    z-index:8;
}
.move-product-open-list:nth-child(5){
    background-color:#F3DCDF;
    box-shadow: 2px -2px 5px rgba(134,134,134,.4);
    position: relative;
    left: 0;
    top:-4px;
    z-index:9;
}
.move-product-open-tab{
    width: 100%;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.move-product-open-tab img{
    display: block;
    width:100%;

}
.move-product-open-tab-flex{
    width:100%;
    position: absolute;
    left: 0;top:0;
    z-index: 2;
}
.move-product-open-tab-flex img{
    display: block;
    width:48%;
	margin-left: 3%;
}
.move-product-open-block{
    display:none;
    width:90%;
    padding:0 5% 25px 5%;
}
.move-product-open-narration{
    width: 100%;
    font-size:12px;
    line-height:24px;
    padding: 10px 0;
	letter-spacing: 0;
}
.move-product-open-flex{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.move-product-open-flex a{
    display: block;
    width:21%;
    margin: 0 2% 10px 2%;

}
.move-product-open-flex a img{
    display: block;
    width: 100%;
}
.move-product-open-tab-more{
    width: 100%;
    position: absolute;
    left: 0;
    bottom:7px;
    z-index:3;
}
.move-product-open-tab-more img{
    display: block;
    width:10px;
    margin: 0 auto;
}
/*新闻详情*/
.move-show{
    width:92%;
    margin: 0 auto 30px auto;
}
.move-show-title{
    width: 100%;
    font-size: 22px;
    line-height:25px;
    color:#333333;
    padding: 20px 0 14px 0;
    text-align:left;
}
.move-show-date{
    width: 100%;
    font-size:15px;
    line-height:25px;
    color: #B7B7B7;
    margin-bottom:15px;
    border-bottom: 1px dashed #bcbec0;
    font-family:'regular';
}
.move-show-content{
    width: 100%;
    min-height:300px;
}
/*底部门店信息*/
.move-line-block-float-open{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.move-line-block-float-open img{
    display: block;
    width:15px;
    margin-left:2px;
}
.move-line-block-float-open-text{
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.move-line-block-click{
    width: 100%;
    color: white;
    font-size:12px;
    line-height: 22px;
}
.move-line-block-click-flex{
    display: none;
    width: 100%;
    position: absolute;
    left:0;
    top:25px;
    z-index: 2;
    background-color: white;
    padding:5px 0;
}
.move-line-block-click-flex a{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height:22px;
    text-decoration: none;
    color:#818688;
}
.move-product-live-title1{
    width: 100%;
    text-align: center;
    font-size:16px;
    padding: 10px 0;
	color: #1F2121;
}
.fabric-function-flex{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 10000000000000;
    background-color: rgba(0,0,0,.8);
}
.fabric-function-flex-content{
    width: 100%;
}
.fabric-function-flex-content img{
    display: block;
    width: 100%;
    object-fit:scale-down;
}



