.w {
    width: 1180px;
    margin: 0 auto;
}

.lwm-view .app-flow {
    width: 100%;
    height: 360px;
    background-color: #FFFFFF;
}

.app-flow-b > p {
    color: #333333;
    font-size: 40px;
    font-family: '华文细黑';
    text-align: center;
}

.app-flow .app-flow-b {
    position: relative;
    height: 480px;
    padding-top: 59px;
}

.app-flow-b .flow-content {
    margin-top: 60px;
}

.flow-content ul li {
    float: left;
    text-align: center;
}

.flow-content ul li:first-child > img {
    margin-bottom: 30px;
    height: 60px;
}

.flow-content .flow-view {
    position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.flow-content .flow-img {
    position: absolute;
    right: 15px;
    top: 30px;
}

.flow-view p {
    font-family: '华文细黑';
    font-size: 15px;
    color: #666666;
    margin-bottom: 0;
	line-height: 20px;
}









/* 明星用户 */
.lwm-celebrity .col-xs-4,.lwm-celebrity .col-lg-4{
	padding: 0;
}
.lwm-celebrity {
    width: 100%;
    height: 650px;
	background-color: #f5f5f5;
}

.lwm-celebrity .celebrity > p {
    text-align: center;
    font-size: 28px;
    font-family: "microsoft yahei";
    color: #333;
    line-height: 148px;
}

.celebrity .celebrity-one {
    /* text-align: center; */
	width: 340px;
	height: 280px;
	margin-right: 60px;
	/* margin-left: 60px; */
	border: 1px solid #E7E7E7;
	box-sizing: content-box;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.celebrity .celebrity-one:nth-child(3),.celebrity .celebrity-one:nth-child(6){
	margin-right: 0;
}
.celebrity-one .celebrity-text {
    /* border:1px solid rgba(231, 231, 231, 1); */
    width: 340px;
	height: 80px;
	line-height: 42px;
    text-align: center;
	font-size: 24px;
	color: #2E79EF;
}
.celebrity-one .celebrity-tip {
    font: 18px/18px "microsoft yahei";
    color: #333333;
    width: 100%;
    margin-top: 18px;
	text-align: center;
}
.celebrity-one .shop-logo{
	width: 340px;
	height: 180px;
}
.celebrity-one .showImg img{
	width: 340px;
	height: 200px;
}
.celebrity-text{
    font: 18px/18px "microsoft yahei";
    padding-top: 19px;
    padding-bottom: 19px;
	background: #FFFFFF;
}
.celebrity-text .shop-name{
	font: 18px/18px "microsoft yahei";
}
.celebrity-text .platform-type,.celebrity-text .check-in-time{
	margin-top: 6px;
	font-size: 14px;
	color: #999999;
}
.celebrity-img-zswm,
.celebrity-img-sd,
.celebrity-img-jlf {
    position: relative;
}
.celebrity-img-zswm img,.celebrity-img-sd img,.celebrity-img-jlf img{
	width: 340px;
	height: 200px;
}

.celebrity-img-zswm .showImg,
.celebrity-img-sd div,
.celebrity-img-jlf div {
    position: absolute;
    top: 110px;
    opacity: 0;
    /* border:1px solid rgba(231, 231, 231, 1); */
    width: 340px;
    height: 180px;
}

.lwm-celebrity .select-ul {
    width: 100%;
    height: 80px;
    text-align: center;
}

.lwm-celebrity .select-ul li {
    margin: 0 auto;
    margin-top: 100px;
    border: 1px solid #3db965;
    line-height: 56px;
    width: 280px;
    height: 56px;
    text-align: center;
    float: none;
    display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}

.lwm-celebrity .celebrity-one:nth-child(4),.lwm-celebrity .celebrity-one:nth-child(5),.lwm-celebrity .celebrity-one:nth-child(6) {
    margin-top: 40px;
}

.lwm-celebrity .select-ul li:nth-child(2) {
    background-color: #3db965;
}

.lwm-celebrity .select-ul li:nth-child(1) a {
    font-size: 20px;
    color: #3db965;
}

.lwm-celebrity .select-ul li:nth-child(2) a {
    font-family: "microsoft yahei";
    font-size: 20px;
    color: #ffffff;
}
/* 新闻动态 */
.news-information{
	background-color: #FFFFFF;
    margin-bottom: 10px;
	font-family: "microsoft yahei";
}
.news-information .container{
	width: 1180px;
	margin: 0 auto;
}
.news-information-title{
	margin-top: 55px;
	font-size: 28px;
	color: #333333;
	text-align: center;
}
.news-information-second-title{
	font-size: 16px;
	color: #999999;
	margin-top: 19px;
	text-align: center;
}
.news-information-nav{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}
.news-information-top{
	border-bottom: 1px solid #E7E7E7;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.news-information-top p{
	color: #3FBF69;
	font-size: 14px;
}
.news-information-nav .navli{
	/* width: 90px; */
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: left;
	cursor: pointer;
	display: none;
}
/* .news-information-nav .navli p{
	display: none;
} */
.showmore{
	position: absolute;
	top: 0;
	right:0 ;
	display: block;
}
.shownot-many{
	display: none;
}

.news-active{
	/* width: 90px; */
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: left;
	background-color: #40BF69;
	color: #FFFFFF;
	display: block!important;
}
.news-hide{
	display: none;
}
.news-information-bottom{
	margin-top: 20px;
	/* display: flex;
	flex-direction: row; */
}

.news-information-bottom-left{
	width: 500px;
	float: left;
}
.news-information-bottom-left-top img{
	width: 500px;
	height: 180px;
}
.news-information-bottom-left-top-web{
	display: none;
}
.news-information-bottom-left-bottom{
	margin-top: 19px;
	font-family: "microsoft yahei";
}
.news-information-bottom-left-bottom p:first-child{
	font-size: 18px;
	color: #333333;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
}
/* .news-information-bottom-left-bottom a:hover{
	color: #333333;
} */
.news-information-bottom-left-bottom p:last-child{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 12px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.news-information-bottom-right{
	margin-left: 50px;
	float: left;
	margin-left: 50px;
	width: 600px;
}
.news-information-bottom-right .news-list{
	font-size: 16px;
	color: #666666;
	margin-bottom: 18px;
	width: 600px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news-information-bottom-right .news-list:last-child{
	margin-bottom: 0;
}
.author-web{
	display: none;
}
.news-information-bottom-right .news-list-content{
	font-size: 16px;
	color: #666666;
	width: 460px;
	display: block;
	line-height: 20px;
}
.news-information-bottom-right .news-list-content:hover{
	color: #40BF69;
}
.news-information-bottom-right .news-time{
	font-size: 14px;
	color: #BBBBBB;
}





























.register {
    width: 100%;
    height: 148px;
    background: url(../img/reg__bg_web.png) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 25px;
}

.register h3 {
    font: 30px/30px "华文细黑";
    margin: 0;
    color: #fff;
    margin-bottom: 20px;
}

.register .free-uses {
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: 1px solid #fff;
    font: 20px/20px '华文细黑';
    margin: 0 auto;
    padding-top: 13px;
	cursor: pointer;
}

.lwm-backstage {
    height: 600px;
    width: 100%;
    background-color: #f5f5f5;
}

.lwm-backstage img {
    float: right;
    margin-top: 130px;
    /*width: 448px;*/
    height: 470px;
}

.lwm-backstage .backstage-text {
    float: left;
    margin-top: 235px;
}

.backstage-text h3 {
    font: 36px/36px '华文细黑';
    color: #333333;
    margin-bottom: 20px;
}

.backstage-text p {
    font: 20px/20px '华文细黑';
    color: #666;
    /*margin: 0;*/
    margin-bottom: 10px;
}

.lwm-courier-client {
    width: 100%;
    height: 600px;
    background-color: #6E81F2;
}

.lwm-courier-client .lwm-courier-title {
    float: right;
    text-align: left;
}

.lwm-courier-title h3 {
    font: 36px/36px '华文细黑';
    color: #fff;
    margin: 0;
    margin-top: 235px;
    margin-bottom: 20px;
}

.lwm-courier-title p {
    font: 20px/20px '华文细黑';
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.lwm-courier-client img {
    float: left;
    width: 50%;
    margin-top: 165px;
}

.app-client {
    width: 100%;
    height: 600px;
    background-color: #fff;
}

.app-client .app-title {
    float: right;
    text-align: left;
}

.app-title h3 {
    font: 36px/36px '华文细黑';
    color: #333333;
    margin-top: 136px;
    margin-bottom: 20px;
}

.app-title p {
    font: 20px/20px '华文细黑';
    color: #666666;
    margin: 0;
    margin-bottom: 10px;
}

.app-client img {
    float: left;
    /*width: 50%;*/
    width: 504px;
    height: 301px;
    margin-top: 158px;
}

.paotui-introduce {
    width: 100%;
    height: 618px;
    text-align: center;
    color: #fff;
    background: url("../img/consumeapp/banner1_bg.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.paotui-introduce .introduce-title {
    float: left;
    margin-top: 180px;
    text-align: left;
}

.paotui-introduce h3 {
    font: 40px/40px '华文细黑';
    margin-bottom: 19px;
    font-weight: 300;
    margin-bottom: 20px;
}

.paotui-introduce h5 {
    font: 22px/22px '华文细黑';
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 10px;
}

.paotui-introduce .free-use {
    font-family: '华文细黑';
    font-size: 20px;
    width: 218px;
    height: 56px;
	line-height: 54px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 1);
    /* padding-top: 10px; */
    color: #fff;
    margin-top: 40px;
}

.paotui-introduce img {
    float: right;
    margin-top: 110px;
}







.wrapper{
	width: 1180px;
	margin: 0 auto;
}
.smallapp-exhibition{
	background-color: #FFFFFF;
	height: 1730px;
	text-align: center;
	font-family: "microsoft yahei";
}
.exhibition-title p:first-child{
	font-size: 28px;
	padding-top: 59px;
	color: #333333;
}
.exhibition-title p:last-child{
	font-size: 16px;
	color: #999999;
	margin-top: 17px;
}
.exhibition-page-left{
	margin-top: 50px;
	display: inline-flex;
	width: 590px;
	justify-content: space-around;
}
.exhibition-page-left li{
	width: 280px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #999999;
	border: 1px solid #9E9E9E;
	cursor: pointer;
}

.exhibition-page-content{
	margin-top: 37px;
	/* display: inline-flex;
	justify-content: space-around; */
	width: 100%;
}
.current{
	color: #FFFFFF!important;
	background-color: #7895F5;
	border: none!important;
	box-sizing: border-box;
}
.exhibition-item{
	display: inline-flex;
	flex-direction: column;
	margin-left: 96px;
}
.exhibition-item:nth-child(1),.exhibition-item:nth-child(4){
	margin-left: 0;
}
.exhibition-item:nth-child(4),.exhibition-item:nth-child(5),.exhibition-item:nth-child(6){
	margin-top: 79px;
}
.exhibition-item p{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.exhibition-item img:last-child{
	margin-top: 6px;
}
.exhibition-item-title {
	margin-top: 19px;
	color: #333333;
	font-size: 20px;
}
.exhibition-item-second-title{
	margin-top: 15px;
	color: #999999;
	font-size: 16px;
}



.lwm-selected{
	height: 470px;
	background-color: #F5F5F5;
	font-family: "microsoft yahei";
	text-align: center;
}
.selected-title{
	padding-top: 59px;
	font-size: 28px;
	color: #333333;
}
.selected-content{
	margin-top: 60px;
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}
.selected-item-title p:first-child{
	font-size: 22px;
	margin-top: 20px;
	color: #333333;
}
.selected-item-title p:last-child{
	margin-top: 15px;
	color: #999999;
	font-size: 16px;
	width: 264px;
	display: inline-block;
	line-height: 26px;
}






















.lwm-function {
    width: 100%;
    height: 306px;
    background-color: #fff;
}

.function .function-down ul {
    display: flex;
    overflow: hidden;
    margin-bottom: 0;
}

.function .function-down ul li {
    flex: 1;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.function .function-down ul li > div {
    text-align: center;
}

.function .function-down h5 {
    font-family: '华文细黑';
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    color: #333333;
    margin-top: 0;
    line-height: 24px;
}

.function .function-down img {
    margin-bottom: 9px;
}

.lwm-yanfa {
    width: 100%;
    height: 600px;
    background-color: #f5f5f5;
}

.lwm-yanfa h5 {
    font: 30px/30px '华文细黑';
    margin-top: 0;
}

.lwm-yanfa p {
    font: 18px/18px '华文细黑';
    color: #666666;
}

.yanfa-left {
    float: left;
    text-align: center;
    margin-left: 100px;
}

.yanfa-left > img {
    margin-top: 45px;
}

.yanfa-right > img {
    margin-top: 45px;
}

.yanfa-right {
    float: right;
    text-align: center;
    margin-right: 100px;
}

.small-app-star-users {
    height: 560px;
    background: #fff;
    width: 100%;
    text-align: center;
}

.small-app-star-users-title {
    font-size: 38px;
    font-family: '华文细黑';
    color: #333;
    margin-top: 58px;
}

.small-app-star-users-other-title {
    font-size: 20px;
    font-family: '华文细黑';
    color: #666;
    line-height: 20px;
    margin-top: 20px;
}

.small-app-star-users .flex-wrapper {
    display: flex;
    margin-top: 60px;
}

.small-app-star-users .flex-item {
    /*width: 340px;*/
    width: 280px;
    height: 284px;
    background: #fff;
    border: 1px solid #E7E7E7;
    margin-right: 32px;
}

.small-app-star-users .flex-item:last-child {
    margin-right: 0;
}

.small-app-star-users .flex-item > img {
    height: 199px;
    width: 100%;
}

.small-app-star-users .flex-item > img:nth-child(3) {
    display: none;
}

.small-app-star-users .flex-item:hover > img:first-child {
    display: none;
}

.small-app-star-users .flex-item:hover > img:nth-child(3) {
    display: block;
}

.small-app-star-users .item-bottom {
    padding-left: 10px;
    border-top: 1px solid #E7E7E7;
    text-align: left;
}

.small-app-star-users .item-bottom > div:first-child {
    font-size: 18px;
    font-family: '华文细黑';
    color: #333;
    line-height: 18px;
    margin-top: 21px;
}

.small-app-star-users .item-bottom > div:last-child {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.small-app-star-users .item-bottom > div:last-child > img {
    width: 12px;
    height: 15px;
    margin-right: 4px;
}

.small-app-star-users .item-bottom > div:last-child span {
    font-size: 14px;
    font-family: '华文细黑';
    color: #999;
    line-height: 14px;
}

@media only screen and (max-width: 528px) {
    .register .free-use {
        margin: 0 auto;
        width: 165px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #40BF69;
        font-weight: 400;
        margin-bottom: 0;
        padding-top: 0;
        background: white;
    }

	.wrapper{
		width: 100%;
		margin: 0 auto;
	}
    .w {
        width: 94%;
        margin: 0 auto;
    }   .w2 {
        width: 94%;
        margin: 0 auto;
    }

    .lwm-view {
        width: 100%;
		overflow: hidden;
    }

    .small-app-star-users {
        height: 275px;
        width: 100%;
    }

    .small-app-star-users-title {
        font-size: 24px;
        font-family: PingFangSC-Regular;
        line-height: 24px;
        color: #333;
        margin-top: 25px;
    }

    .small-app-star-users-other-title {
        font-size: 15px;
        font-family: PingFangSC-Regular;
        line-height: 15px;
        margin-top: 10.5px;
    }

    .small-app-star-users .flex-wrapper {
        overflow-x: scroll;
        margin-top: 25.5px;
    }

    .small-app-star-users .flex-item {
        flex: 0 0 179px;
        height: 150px;
        margin-right: 16px;
    }

    .small-app-star-users .flex-item > img {
        width: 100%;
        height: 99.5px;
    }

    .small-app-star-users .flex-item .item-bottom {
        padding-left: 5.5px;
    }

    .small-app-star-users .flex-item .item-bottom > div:first-child {
        font-size: 14px;
        font-family: PingFangSC-Regular;
        line-height: 14px;
        margin-top: 10px;
    }

    .small-app-star-users .flex-item .item-bottom > div:last-child {
        margin-top: 5px;
        line-height: 12px;
    }

    .small-app-star-users .flex-item .item-bottom > div:last-child > img {
        width: 8px;
        height: 10px;
    }

    .small-app-star-users .flex-item .item-bottom > div:last-child span {
        font-size: 12px;
        font-family: PingFangSC-Regular;
        margin-top: -2px;
    }




.smallapp-exhibition{
	height: 1400px;
}
.exhibition-title p:first-child{
	font-size: 20px;
	padding-top: 25px;
}
.exhibition-title p:last-child{
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	padding: 0 47px;
}
.exhibition-page-left{
	width: 100%;
	padding: 0 20px;
}
.exhibition-page-left li{
	width: 140px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
}
.exhibition-item p:first-child img:first-child{
	width: 163px;
	height: 275px;
}
.exhibition-item{
	margin-left: 0;
	float: left;
}
.exhibition-item-title{
	font-size: 13px;
}
.exhibition-item-second-title{
	font-size: 12px;
	color: #999999;
}
.exhibition-item:nth-child(1), .exhibition-item:nth-child(3),.exhibition-item:nth-child(5){
	margin-left: 20px;
}
.exhibition-item:nth-child(2), .exhibition-item:nth-child(4),.exhibition-item:nth-child(6){
	float: right;
	margin-right: 20px;
}
.exhibition-item:nth-child(3), .exhibition-item:nth-child(4), .exhibition-item:nth-child(5) ,.exhibition-item:nth-child(6){
	margin-top: 30px;
}


.lwm-selected{
	height: 520px;
	padding: 0 20px;
}
.selected-title{
	font-size: 20px;
	padding-top: 25px;
}
.selected-content{
	margin-top: 25px;
}
.selected-item-title p:last-child{
	width: 150px;
	font-size: 12px;
	line-height: 20px;
}
.selected-item img{
	width: 80px;height: 68px;
}























    .lwm-yanfa {
        width: 100%;
        height: auto;

    }

    .lwm-yanfa h5 {
        font-size: 15px;
        font-family: PingFangSC-Regular;
        margin: 0 auto;
    }

    .lwm-yanfa p {
        font-size: 10px;
        font-family: PingFangSC-Regular;
        color: #666666;
        margin: 0 auto;
    }

    .yanfaContent {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .yanfa-left {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .yanfa-right {
        margin-right: 0;
    }

    .yanfa-left > img {
        margin-top: 0;
        width: 90%;
    }

    .yanfa-right > img {
        margin-top: 0;
        width: 90%;
    }

    .function .function-down img {
        margin-bottom: 9px;
        width: 50%;
        height: auto;
    }

    .lwm-function {
        width: 100%;
        height: auto;
    }

    .lwm-function .function {
        height: auto;
        text-align: center;
    }

    .function .function-down ul li {
        margin-top: 20px;
        margin-right: 20px;
    }

    .function .function-down ul li:last-child {
        margin-right: 0;
    }

    .function .function-down h5 {
        font-size: 10px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        margin-bottom: 10px;
        /*margin-top: 8px;*/
    }

    .function .function-down p {
        font-size: 13px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 0;
    }

    .function .function-down img {
        margin-bottom: 3px;
        width: 50%;
        height: auto;
    }

    .paotui-introduce {
        width: 100%;
        height: 375px;
        background: url("../img/consumeapp/banner1_bg%402x.png") no-repeat top;
        background-size: cover;
    }

    .paotui-introduce .introduce-title {
        float: none;
        margin-top: 0px;
        text-align: center;
    }

    .paotui-introduce h3 {
        font-size: 24px;
        font-family: '华文细黑';
        font-weight: 300;
        margin-bottom: 10px;
    }

    .paotui-introduce h5 {
        font-size: 15px;
        font-family: '华文细黑';
        font-weight: 300;
        margin: 0px;
        padding: 0px;
    }

    .paotui-introduce .free-use {
        width: 150px;
        height: 40px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
        margin: 0 auto;
        font-size: 16px;
        font-family: '华文细黑';
        font-weight: 400;
        line-height: 40px;
        margin-top: 20px;
        /*color: #3AC065;  */
        color: #587AED;
        padding-top: 0;
    }

    .paotui-introduce img {
        float: none;
        width: 208px;
        height: 196px;
        margin-top: 15px;
    }

    .lwm-courier-client {
        height: auto;;
        text-align: center;
    }

    .lwm-courier-client img {
        float: none;
        width: 65%;
        margin-top: 10px;
    }

    .lwm-courier-client .lwm-courier-title {
        float: none;
        text-align: center;
    }

    .lwm-courier-title h3 {
        font-size: 24px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        margin-top: 24px;
        margin-bottom: 9px;
    }

    .lwm-courier-title p {
        font-size: 15px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        margin-bottom: 0;
    }

    .lwm-backstage {
        height: auto;
        width: 100%;
        padding: 20px;
        text-align: center;
    }

    .lwm-backstage .backstage {
        position: static;
    }

    .lwm-backstage img {
        /*width: 100%;*/
        width: auto;
        height: 233px;
        float: none;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .lwm-backstage .backstage-text {
        position: static;
        top: 30px;
        right: 50px;
        float: none;
        text-align: center;
        margin-top: 0;
    }

    .backstage-text h3 {
        font-size: 24px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #333333;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .backstage-text h3 img {
        display: none;
    }

    .backstage-text p {
        font-size: 15px;
        font-family: '华文细黑';
        margin: 0;
    }

    .app-client {
        height: auto;
        text-align: center;
        padding: 20px 0;
    }

    .app-client img {
        float: none;
        /*width: 65%;*/
        margin-top: 20px;
        width: 65%;
        height: auto;
    }

    .app-client .app-title {
        float: none;
        text-align: center;
        margin-top: 0;
    }

    .app-title h3 {
        font-size: 24px;
        font-family: PingFangSC-Regular;
        font-weight: 400;

        margin-top: 5px;
        margin-bottom: 9px;
    }

    .app-title p {
        font-size: 15px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #999999;
        margin-bottom: 0;
    }

    /* app接入流程 */
    .lwm-view .app-flow {
        width: 100%;
        height: auto;
        background-color: #FFFFFF;
        text-align: center;
    }

    .app-flow-b > p {
        color: #333333;
        font-size: 24px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        text-align: center;

    }

    .app-flow .app-flow-b {
        position: relative;
        height: auto;
        padding: 20px 0px;
    }

    .app-flow-b .flow-content {
        position: static;

        bottom: 100px;
    }

    .app-flow-b .h5-flow-content ul li {
        line-height: 40px;
        font-style: normal;
        font-size: 15px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #333333;
        display: flex;
        align-items: center;
        width: 90%;
        margin: 0 auto;
        margin-left: 58px;
    }

    .app-flow-b .h5-flow-content ul li span {
        width: 18px;
        height: 18px;
        line-height: 18px;
        background: rgba(110, 129, 242, 1);
        border-radius: 50%;
        margin-right: 15px;
        font-size: 14px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: white;
    }

    .flow-content ul li {
        float: left;
        text-align: center;
    }

    .flow-content ul li:first-child > img {

    }

    .flow-content .flow-view {
        position: relative;
    }

    .flow-content .flow-img {
        position: absolute;
        right: 0px;
        top: 50%;
    }

    .flow-view p {
        font-family: '华文细黑';
        font-size: 16px;
        color: #666666;
    }

    .small-app-star .small-app-star-title p {
        font: 14px/14px '华文细黑';
        color: #666;
    }

    .small-app-star-banner .oneLi {
        margin: 0 auto;
        float: none;
        margin-right: 0;
    }

    .small-app-star-banner .twoLi {
        float: none;
        margin-right: 0;
    }

    .small-app-star-banner .banner-top {
        margin: 0 auto;
    }

    .small-app-star-banner .banner-bottom {
        margin: 0 auto;
    }

    .h5-main .swiper-slide__content {
        height: auto;
        min-height: 176px;
        position: relative;
    }

    .h5-main .swiper-slide__content .hover {
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateY(100%);
        background: white;
        transition: ease-in-out .3s;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .h5-main .swiper-slide__content .hover.active {
        transform: translateY(-99%);
    }

    .h5-main .swiper-slide__content .hover img {
        height: auto;
    }

    .h5-main .swiper-slide__content .banner-bottom {
        padding: 10px 0;
        padding-left: 11px;
    }

    .h5-main .swiper-slide__content .banner-bottom p {
        font-size: 14px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #333333;
        margin-bottom: 0;
    }

    .h5-main .swiper-slide__content .banner-bottom span {
        font-size: 12px;
        font-family: PingFangSC-Regular;
        font-weight: 400;
        color: #666666;
        float: left;
        width: 135px;
        padding-left: 3px;
    }

    .h5-main .swiper-slide__content .banner-bottom .pic {
        min-height: 20px;
        width: 8px;
        float: left;
    }

    .h5-main .swiper-slide__content .banner-bottom img {
        width: 8px;
        height: 10px;
    }
	
	
	
	/* 明星用户 */
	
	.lwm-celebrity {
	    width: 100%;
	    height: auto;
	    padding-top: 25px;
		padding-left: 18px;
	}
	
	.lwm-celebrity .celebrity > p {
	    text-align: center;
	    font-size: 20px;
	    font-family:"microsoft yahei";
	    color: #333;
	    line-height: 20px;
	    margin-bottom: 29px;
	}
	
	.celebrity-one h4 {
	    font-family: PingFangSC-Regular;
	    font-size: 18px;
	    color: #333333;
	    text-align: center;
	}
	
	.celebrity-one .celebrity-text h3 {
	    font-family: PingFangSC-Regular;
	    font-size: 22px;
	    color: #333333;
	    text-align: center;
	}
	
	
	.celebrity-img-zswm,
	.celebrity-img-sd,
	.celebrity-img-jlf {
	    position: relative;
	    text-align: center;
	}
	
	.celebrity-img-zswm .showImg,
	.celebrity-img-sd div,
	.celebrity-img-jlf div {
	    position: absolute;
	    top: 220px;
	    left: 50%;
	    transform: translate(-50%, 0);
	    opacity: 0;
	}
	
	
	.lwm-celebrity .select-ul {
	    width: 100%;
	    margin: 0 auto;
		padding-right: 18px;
		display: flex;
	}
	
	.lwm-celebrity .select-ul li {
	    margin: 0 auto;
	    margin-bottom: 15px;
	    border: 1px solid #3db965;
	    line-height: 40px;
	    width: 49%;
	    height: 40px;
	    text-align: center;
	    position: static;
	    float: left;
	    line-height: 40px;
	}
	
	.lwm-celebrity .select-ul li a {
	    width: auto;
	    height: auto;
	    line-height: 0;
	    font-family: PingFangSC-Regular;
	    font-weight: 400;
	}
	
	.lwm-celebrity .select-ul li:nth-child(1) {
	    margin-right: 10px;
	}
	
	.lwm-celebrity .select-ul li:nth-child(1) a {
	    font-size: 13px;
	}
	
	.lwm-celebrity .select-ul li:nth-child(2) a {
	    font-size: 13px;
	}
	.text-order{
		font-size: 12px;
		text-align: center;
		margin-top: 8px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/* 新闻列表 */
		.news-information{
			height: 830px;
			font-family: "microsoft yahei";
		}
		.news-information .container{
			width: 100%;
			margin: 0 auto;
		}
		.news-information-title{
			margin-top: 24px;
			font-size: 20px;
			color: #333333;
			text-align: center;
		}
		.showmore{
			color: #333333!important;
			font-size: 12px;
		}
		.showmore a:hover, a:focus {
		    color: #333333;
		    background-color: transparent;
		    text-decoration: none;
		}
		.news-information-bottom-right{
			margin-left: 0;
			width: 100%;
		}
		.news-information-bottom-right .news-list{
			font-size: 15px;
			color: #333333;
			margin-bottom: 18px;
			width: 100%;
			display: flex;
			flex-direction: row;
			justify-content: left;
			position: relative;
			padding-right: 15px;
		}
		.news-information-bottom-left-top-web{
			display: block;
		}
		.news-information-bottom-left-top-web img{
			width: 105px;
			height: 70px;
			border-radius: 2px;
		}
		.news-information-top ul{
			overflow-x: scroll;
			display: flex;
			flex-wrap: nowrap;
			width: 100%;
			white-space:nowrap;
		}
		
		.news-information-nav{
			margin-top: 25px;
		}
		.news-information-top ul::-webkit-scrollbar { display: none }
		.news-active{
			background-color: #ffffff;
			color: #40BF69;
			border-bottom: 2px solid #40BF69;
			margin-left: 30px;
		}
		.news-information-top li:first-child{
			margin-left: 0;
		}
		.news-information-nav .navli{
			margin-left: 30px;
			/* width: 60px; */
			font-size: 13px;
		}
		.news-information-bottom-right .news-time{
			position: absolute;
			right: 0;
			bottom: 0;
			font-size: 12px;
			color: #BBBBBB;
		}
		.news-information-bottom-right .news-list-content{
			font-size: 15px;
			color: #333333;
			width: 100%;
			display: block;
			line-height: 20px;
			margin-left: 10px;
			overflow: hidden;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		}
		.author-web{
			display: block;
			font-size: 12px;
			color: #BBBBBB;
			position: absolute;
			bottom: 0;
			left: 115px;
		}
		
		
		
		/*注册*/
		.register {
		    height: 175px;
		    background: url(../img/reg__bg.png) no-repeat center center;
		    background-size: cover;
		    padding: 20px 0;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		}
		
		.register h3 {
		    font-family: PingFangSC-Regular;
		    font-size: 20px;
		}
		
		.register .free-use {
		    margin: 0 auto;
		    width: 165px;
		    height: 40px;
		    line-height: 40px;
		    font-size: 16px;
		    color: #40BF69;
		    font-weight: 400;
		    margin-bottom: 0;
		    padding-top: 0;
		    background: white;
		}
		
}
.waimai-swiper__wrapper .swiper-slide__content {
    height: 150px;
    position: relative;
    overflow: hidden;
}

.waimai-swiper__wrapper .swiper-slide__content .showImg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(160%);
    transition: ease-in-out .3s;
    height: 120px;
}

.waimai-swiper__wrapper .swiper-slide__content .showImg.show {
    transform: translateY(0);
}

.waimai-swiper__wrapper .swiper-slide__content img {
    height: 115px;
}

.waimai-swiper__wrapper .swiper-slide__content p {
    color: #2DA1F4;
    font-size: 13px;
    font-family: PingFangSC-Regular;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
}

.waimai-swiper__wrapper .swiper-slide__content .showImg img {
    height: 100%;
}

#ai__swiper .swiper-slide__content img {
    height: 155px;
}

#ai__swiper .swiper-slide__content p {
    margin-top: 11px;
    color: #333333;
    font-size: 10px;
    font-family: PingFangSC-Regular;
    font-weight: 300;
    margin-bottom: 11px;
}