/*伸缩盒子模型*/
.flex {
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
/*从左至右*/
.box-lr {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
/*从右至左*/
.box-rl {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
/*从上至下*/
.box-tb {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/*从下至上*/
.box-bt {
    -webkit-box-pack: end;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
/*主轴居中*/
.box-pack-center {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/*主轴居左*/
.box-pack-start {
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
/*主轴居右*/
.box-pack-end {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
/*主轴左右不留白*/
.box-pack-between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*主轴左右留白*/
.box-pack-around {
    -moz-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
/*交叉轴居中对齐*/
.box-align-center {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
/*交叉轴居左对齐*/
.box-align-start {
    -webkit-box-align: start;
    -moz-align-items: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
/*交叉轴居右对齐*/
.box-align-end {
    -webkit-box-align: end;
    -moz-align-items: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.effect-singlePage-imageText{
    margin-top: .2rem;
}
.effect-singlePage-imageText-dl dt{
    width: 2.9rem;
    height: 2rem;
    border-radius: .1rem;
    overflow: hidden;
}
.effect-singlePage-imageText-dl dt img{
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.effect-singlePage-imageText-dl dd p{
    font-size: .32rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: .44rem;
    text-align: justify;
    padding-left: .12rem;
}
.effect-singlePage-explain p{
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: .44rem;
    text-align: justify;
    margin-top: .4rem;
}
.effect-singlePage-specification{
    margin-top: .15rem;
}
.effect-singlePage-specification-ul-liSpan span{ 
    display: inline-block;
    border: 0.01rem solid #D8D8D8;
    border-radius:.21rem;
    margin-right: .15rem;
    white-space:nowrap;
    font-size: .22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding:0.03rem 0.1rem;
}
.effect-singlePage-specification-ul li{
    margin-top: .27rem;
}
.effect-singlePage-specification-ul li p{
    text-align:justify;
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .44rem;
}
.effect-singlePage-specification-ul-lip{
    margin-top:.2rem
}
.effect-singlePage-title-h1 h2{
    font-size: .34rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    line-height: .42rem;
}
.effect-singlePage-edibleMethods h2{
    padding-top: .53rem;
    font-size: .34rem;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    line-height: .42rem;
}
.effect-singlePage-edibleMethods p{
    font-size: .28rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .46rem;
    padding-top: .28rem;
}
.effect-singlePage-FigureShow{
    padding: .34rem 0 .64rem 0;
}
.effect-singlePage-FigureShow img{
    width: .44rem;
    height: .44rem;
    display: inline-block;
    border-radius: 50%;
}
.effect-singlePage-FigureShowName{
    font-size: .24rem;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #333333;
    line-height: .46rem;
    padding:0 .15rem 0 .15rem
}
.effect-singlePage-FigureShowTrait{
    display: inline-block;
    border: 0.01rem solid #D8D8D8;
    border-radius:.21rem;
    white-space:nowrap;
    font-size: .20rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding:0.01rem 0.1rem;
    margin:0 .15rem 0 .15rem
}
.effect-singlePage-FigureShowSite{
    
font-size: .24rem;
font-family: Microsoft YaHei;
font-weight: 400;
color: #666666;
line-height: .46rem;
}