body{
	background: #F7F7F7;
	box-sizing: border-box;
}
/*head*/
.head{
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position:fixed;
	width: 100%;
	top: 0;
	z-index: 99;
}
.head img{
	position: absolute;
	width: 15px;
	vertical-align: middle;
	left: 20px;
	top:20px;
}
.head .head-title{
	font-weight: normal;
	font-size: 17px;
}

.headbot{
	width: 100%;
	height: 110px;
}

/*盛景地址*/
.person-data .weui-cells{
	margin-top:0px;
	background: none;
}
.person-data .weui-cell{
	padding:15px;
	background: #fff;
}
.person-data .weui-cell_select{
	padding:5px 15px;
	font-size: 14px;
}
.person-data .weui-cell__bd p{
	font-size: 14px;
}
.person-data .weui-cell__ft{
	font-size: 14px;
}
.person-data .weui-input{
	font-size: 15px;
}
.person-data .weui-label{
	font-size: 15px;
}
.savebtn{
	display: block;
	width: 250px;
	height: 40px;
	background: #FF4A4A;
	font-size: 17px;
	color: #fff;
	border-radius: 10px;
	margin: 50px auto;
}
.weui-switch:checked, .weui-switch-cp__input:checked ~ .weui-switch-cp__box {
    border-color: #FF4A4A;
    background-color: #FF4A4A;
}
.weui-switch, .weui-switch-cp__box{
	height: 25px;
	width: 47px;
}
.weui-switch:before, .weui-switch-cp__box:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0px;
    width: 25px;
    height: 23px;
    border-radius: 15px;
    background-color: #FDFDFD;
    }
.weui-switch:after, .weui-switch-cp__box:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0px;
    width: 25px;
    height: 23px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
/*确认订单*/
/*订单详情*/
.order-info-con{
	width:100%;
	height:auto;
	background: #f7f7f7;
	overflow: hidden;
}
.weui-media-box{
	display: flex;
	align-items: center;
	padding: 15px;
}
.weui-panel__bd{
	padding-bottom: 15px;
}
.weui-media-box__bd{
	flex: 1;
	margin: 0 30px 0 20px;
}
.order-info-con .weui-cell__ft{
	position: relative;
	padding-right: 10px;
}
.order-info-con  .weui-cell__ft:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #0E0E0E;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: relative;
    top: 0px;
    position: absolute;
    top: 50%;
    right:0px;
    margin-top: -4px;
}
.weui-media-box__title{
	font-size: 15px;
	color: #898989;
	font-weight: normal;
}
.weui-media-box__title>span{
	float: right;
}
.weui-media-box__desc{
	font-size: 13px;
	padding-top:10px;
}
.order-bg{
	width:100%;
	height:5px;
	background: url(../img/info-bg.png) no-repeat left center;
}
.weui-panel__bd2{
	border-radius: 10px 10px 0 0;

	border-bottom:1px solid #f0f0f0;
	padding-bottom:0px!important;
}
.order-info-list{
	width:100%;
	height:auto;
	padding:10px;
	box-sizing: border-box;
	background:#fff;
}
.order-info-list>ul{
	width:100%;
	margin-top:10px;
	border-top:1px solid #F0F0F0;
	border-bottom:1px solid #F0F0F0;
	padding:10px 0;
}

.order-info-list>ul>li.order-item{
	display: flex;
	position: relative;
}

.order-info-list>ul>li.order-item .item_img{
	width:80px;
	height:80px;
	position: relative;
}
.order-info-list>ul>li.order-item .item_img>img{
	position: absolute;
	display: block;
	left: 0;
	right:0;
	bottom: 0;
	top:0;
	margin: auto;
	max-width: 100%;
	background: #F7F7F7;
}
.order-info-list>ul>li.order-item .item_info{
	flex:1;
	padding-left:15px;
}
.order-info-list>ul>li.order-item .item_info>h3{
	font-size: 15px;
	color:#333;
	font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.order-zk{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#fff;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom:10px;
}
.order-zk .zk-list{
	display: flex;
	width: 100%;
	padding:10px 0;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.order-zk .zk-list:after{
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #F2F2F2;
}


.order-zk .zk-list>div{
	font-size: 15px;
	color:#333;
}

.zk-list .weui-form-area{
	border:none;
	outline: none;
	flex: 1;
	padding-top:4px;
}

/*规格弹出*/
.format{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99;
	display: none;
}
.format .format-box{
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 340px;
	position: absolute;
	left: 0;right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 20px  20px 0 0;
	overflow-y: scroll;
}
.format .format-top{
	display: flex;
	position: relative;
	padding:20px 20px 0 20px;
}

.format .format-top .left{
	width: 80px;
	height: 80px;
	position: relative;
	margin-right: 10px;
}
.format .format-top .left img{
	position: absolute;
	display: block;
	left: 0;right: 0;
	bottom: 0;top:0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.format .format-top .right{
	flex: 1;
	height: 100%;
	height: 70px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	flex-direction: column;
}
.format .format-top .right .text-red{
	width: 90%;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;

}
.format .close{
	position: absolute;
	top: 10px;
	right: 10px;
}
.format .close img{
	width: 20px;
}
.format-content{
	margin: 10px 0;
	padding:0 20px;
}
.format-content h4{
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0;
}
.format-content .format-item{
	width: 100%;
	display: flex;
	margin: 10px 0;
}
.format-content .format-item li{
	background: #F7F7F7;
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	display: flex;
	margin-right: 10px;
	padding: 0 10px;
}

.format-content .format-item li > div{
	position: relative;
	width: 25px;
	height: 25px;
}
.format-content .format-item li > div > img{
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
}
.format-content .format-item li.on{
	border: 1px solid #FF4A4A;
	color: #FF4A4A;
	height: 23px;
	line-height: 23px;
	padding: 0 9px;
}
.format-content .format-item li.on > div{
	width: 25px;
	height: 23px;
}
.format-foot{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
}
.format-foot button{
	display: block;
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 17px;
	background: #FF4A4A;
}
.charge-num{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
	margin-top: 25px;
}
.numbox{
	width: 100px;
	display: flex;
}
.numbox span{
	width: 20px;
	height:20px;
	line-height: 20px;
	color: #ACACAC;
	font-size: 20px;
	text-align: center;
	background: #E9E9E9;
	border-radius: 2px;
}
.numbox p{
	margin: 0 5px;
	background: #EEEEEE;
	padding: 0 10px;
	font-size: 15px;
}
.numbox span.on{
	background: #F7F7F7;
}

/*地址选择*/

/*盛景地址*/
.person-data .weui-cells{
	margin-top:0px;
	background: none;
}
.person-data .weui-cell{
	padding:15px;
	background: #fff;
}
.person-data .weui-cell_select{
	padding:5px 15px;
	font-size: 14px;
}
.person-data .weui-cell__bd p{
	font-size: 14px;
}
.person-data .weui-cell__ft{
	font-size: 14px;
}
.person-data .weui-input{
	font-size: 15px;
}
.person-data .weui-label{
	font-size: 15px;
}
.savebtn{
	display: block;
	width: 250px;
	height: 40px;
	background: #FF4A4A;
	font-size: 17px;
	color: #fff;
	border-radius: 10px;
	margin: 50px auto;
}
.weui-switch:checked, .weui-switch-cp__input:checked ~ .weui-switch-cp__box {
    border-color: #FF4A4A;
    background-color: #FF4A4A;
}
.weui-switch, .weui-switch-cp__box{
	height: 25px;
	width: 47px;
}
.weui-switch:before, .weui-switch-cp__box:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0px;
    width: 25px;
    height: 23px;
    border-radius: 15px;
    background-color: #FDFDFD;
    }
.weui-switch:after, .weui-switch-cp__box:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0px;
    width: 25px;
    height: 23px;
    border-radius: 15px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/*礼品兑换*/
.recharge-top{
	position: relative;
	height: 230px;
	background: #fff;
}
.recharge-top>img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.recharge-top .viewmore{
	width: 90%;
	display: block;
	position: absolute;
	top:40px;
	left: 0;right: 0;
	margin: 0 auto;
}
.recharge-top .viewmore img{
	width: 100%;
	
}
.fill .weui-cells:after,.fill .weui-cells:before{
	border: none;
}
.fill .weui-cells .weui-cell{
	background: #f1f1f1;
	width: 80%;
	margin: 0 auto 40px;
}
.fill  .weui-label{
	width: 85px;
}
.fill .sumbtn{
	display: block;
	text-align: center;
	line-height: 40px;
	width: 90%;
	margin-top: 0px;
	border-radius: 8px;
}

.rule-box{
	position: fixed;
	left: 0;right: 0;
	bottom: 0;top:0;
	width: 100%;
	height: 100%;
	background: #000;
	background:rgba(0, 0, 0, 0.6);
	transition:all 0.3s ease-in-out 0s;
	z-index: 9;
		display: none;
}
.rule-box .rule-modal{
	box-sizing: border-box;
	width: 90%;
	height: 400px;
	position: absolute;
	left: 0;right: 0;
	bottom: 0;top:0;
	margin: auto;
	background: #FF4A4A;
	border-radius: 20px;
	padding:30px 20px;

}


.rule-modal h3{
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	color: #FFEA00;
}
.rule-modal h3 img{
	width: 10px;
	vertical-align: middle;
	margin:0 5px;
}
.rule-modal .rule-content{
	color: #FFEA00;
	font-size: 15px;
	margin-top: 10px;
	line-height: 47px;
}
.rule-modal .rule-content .num{
	display: inline-block;
	text-align: center;
	width: 12px;
	height: 12px;
	line-height: 12px;
	background: #FFEA00;
	color: #FF4A4A;
	padding: 3px;
	border-radius: 50%;
	margin-right: 10px;
}
.rule-modal .close{
	width: 30px;
	position: absolute;
	bottom: -60px;
	left: 0;right: 0;
	margin: 0 auto;
}
.rule-modal .close img{
	width: 30px;
}


/*选择地址*/
.addr-list{
	background: #fff;
	padding: 10px 10px 0 10px;
}
.addr-list .list-top{
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	font-size: 14px;
}
.addr-list .list-top h4{
	line-height: 30px;
	display: flex;
	justify-content: space-between;
}
.addr-list .list-top p{
	line-height: 25px;
}
.addr-list .operation{
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.addr-list .operation label.change{
	color: #f00;
}
.addr-list .operation .edit{
	display: flex;
	width: 150px;
	justify-content: space-between;
	align-items: center;
}
.addr-list .operation .edit img{
	width: 25px;
	vertical-align: middle;
	margin-right: 10px;
}

/*选择商品*/

/*顶部导航*/
.navbar{
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	border-top: 1px solid #F7F7F7;
	height: 50px;
	background: #fff;
	z-index: 99;
}
.navbar ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.navbar ul .nav-list{
	height: 50px;
	line-height: 50px;
}
.navbar ul .nav-list.on{
	height: 48px;
	border-bottom: 2px solid #FF8484;
	color: #FF8484;
}

#goods-box #indeximg{
	width: 100px;
	height: 100px;
	position: absolute;
	display: none;
	z-index: 9999;
}
#goods-box #indeximg img{
	position: absolute;
	display: block;
	left: 0;right: 0;
	bottom: 0;top:0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;

}
/*拖拽时遮罩*/
.dragbox{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;right: 0;
	bottom: 0;top:0;
	opacity: .5;
	display: none;
	z-index: 999;
}

.goods-box{
	box-sizing: border-box;
	margin: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5px;
}

.goods-box li{
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
	display: flex;
	width: 49%;
	margin-bottom: 10px;
}
.goods-box li a{
	display: block;
	width: 100%;
	text-align: center;
}
.goods-box li a > div{
	position: relative;
	width: 100%;
	height: 110px;
}
.goods-box li a > div img{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.goods-box li a .goods-title{
	color: #000;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.goods-box li a .goods-integral{
	color: #FF4A4A;
	font-size: 14px;
}

/*轮播图*/

/* 轮播图 */
.sty-slider{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}
.sty-slider .sty-slider-group{
    font-size: 0;
    position: relative;
    -webkit-transition: all 0s linear;
            transition: all 0s linear;
    white-space: nowrap;
}
.sty-slider .sty-slider-group .sty-slider-item{
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    white-space: normal;
}
.sty-slider .sty-slider-group .sty-slider-item > a:not(.sty-control-item)
{
    line-height: 0;

    position: relative;

    display: block;
}
.sty-slider .sty-slider-group .sty-slider-item img
{
    width: 100%;
    display: block;
    margin:0 auto;
    box-shadow: #feecf0 0 2px 10px 1px;
    /*height: 226px;*/
}
.sty-slider .sty-slider-group .sty-slider-item .sty-table-view:before, .sty-slider .sty-slider-group .sty-slider-item .sty-table-view:after
{
    height: 0;
}
.sty-slider-title{
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    margin: 0;
    text-align: left;
    text-indent: 12px;
    opacity: .8;
    background-color: #000;
}
.sty-slider-indicator
{
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    background: none;
}
.sty-slider-indicator.sty-segmented-control
{
    position: relative;
    bottom: auto;
}
.sty-slider-indicator .sty-indicator
{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 1px 4px;
    cursor: pointer;
    border-radius: 50%;
    background: #EBF2FE;
}
.sty-slider-indicator .sty-active.sty-indicator
{
    background: #FFA6C0;
    border:none;
}
.sty-slider-indicator .sty-icon
{
    font-size: 20px;
    line-height: 30px;
    width: 40px;
    height: 30px;
    margin: 3px;
    text-align: center;

}
.sty-slider-indicator .sty-number
{
    line-height: 32px;
    display: inline-block;
    width: 58px;
}
.sty-slider-indicator .sty-number span
{
    color: #ff5053;
}

.sty-slider-progress-bar
{
    z-index: 1;

    height: 2px;

    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.sty-slider-item a{
  text-decoration: none;
}

.sty-slider-title-view{
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px 0 10px 0;
}
.sty-slider-title-view .sty-slider-title-txt{
  margin: 0 auto;
  padding: 0 15px 0 0;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sty-slider-title-view .sty-slider-desc-txt{
  margin: 0 auto;
  padding: 5px 15px 0 0;
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/*轮播结束*/
.goods-con{
	margin-bottom: 10px;
	background: #fff;
	padding: 10px;
}
.goods-con h3{
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
}
.goods-con .integral-detail{
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sevicecon-detail{
	padding: 0 10px;
	height: 50px;
	display: flex;
	align-content: center;
	background: #fff;
	line-height: 50px;
	border-bottom: 1px solid #f7f7f7;
	font-size: 14px;
}
.sevicecon-detail > span{
	width: 70px;
}
.sevicecon-detail > p{
	flex: 1;
}
.service-title{
	background:#fff;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	padding: 0 10px;
	font-size: 15px;
	border-bottom: 1px solid #f7f7f7;
}

.graphic-details{
	margin-top: 10px;
	background: #fff;
}
.graphic-details h4{
	font-weight: normal;
	text-align: center;
	line-height: 40px;

}
.graphic-details h4 > img{
	width: 15px;
	vertical-align: middle;
	margin-right: 10px;
}
.graphic-details .graphic-details-content{
	width: 100%;
}
.graphic-details .graphic-details-content p{
	font-size: 14px;
	line-height: 25px;
}
.graphic-details .graphic-details-content img{
	max-width: 100%;
	display: block;
	margin: 0 auto 10px;
}


.footer{
	background: #fff;
	position: fixed;
	left:0;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
.footer button{
	width: 100%;
	background: #FF4A4A;
	color: #fff;
	height: 50px;
	font-size: 17px;
}

/*遮罩层*/
.model{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 99;
}
.model .tip{
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 20px;
	top:55px;
}
@keyframes hand_move
{
	0%{
	left:15%;
	top: 5%;
	}
	25%{
	left:22%;
	top: 20%;
	}
	50%{
	left:30%;
	top: 40%;
	}
	75%{
	left:35%;
	top: 60%;
	}
	100% {	
		left:40%;
		top:82%;
	}
}

@-webkit-keyframes hand_move
{
	0%{
	left:15%;
	top: 5%;
	}
	25%{
	left:22%;
	top: 20%;
	}
	50%{
	left:30%;
	top: 40%;
	}
	75%{
	left:35%;
	top: 60%;
	}
	100% {	
		left:40%;
		top:82%;
	}
}
.model .hand{
	position: absolute;
	display: block;
    width: 130px;
    animation: hand_move 2s;
    -webkit-animation:hand_move 2s;
    animation-fill-mode:forwards;/*保持结束状态*/
    animation-timing-function:linear;/*动画匀速*/
    z-index: 9999;
}
.model .animiroad{
	position: absolute;
	display: block;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    width: 250px;
}