em {color:#18bc9c}
red {color:red}
.flex{
	display: box;              /* OLD - Android 4.4- */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.bold {font-weight:bold}
.black , .black a ,.black i{color:#333;}
.bai, .bai a ,.bai i{
	color:#fff;
}
.red, .red a ,.red i{
	color:red;
}
.huang, .huang a ,.huang i{
    color: #ff4e22;
}
.orange, .orange a , .orange i{color: #f60}
.green, .green a , .green i{color: #09ba07}
.gray{
	color:#b3b3b3;
}
.icon {
    font-size: 0.8rem;
}
.overflow-h {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.overflow-h2 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*颜色集*/
.color0 ,.color0 i{
	color:#FF3300
}
.color1 ,.color1 i {
	color:#FFCC00
}
.color2 ,.color2 i {
	color:#FF3333
}
.color3 ,.color3 i {
	color:#FFCC33
}
.color4 ,.color4 i {
	color:#FF3366
}
.color5 ,.color5 i {
	color:#FFCC66
}
.color6 ,.color6 i {
	color:#FF3399
}
.color7 ,.color7 i {
	color:#FFCCCC
}
.color8 ,.color8 i {
	color:#FF6600
}
.color9 ,.color9 i {
	color:#00CC00
}
.color10 ,.color10 i {
	color:#FF9933
}
.color11 ,.color11 i {color:#996600}.color12 ,.color12 i {color:red}.color13 ,.color13 i {color:#FF0066}.color14 ,.color14 i {color:#CCCC00}.color15 ,.color15 i {color:#66CC00}.color16 ,.color16 i {color:#FF3300}.color17 ,.color17 i {color:#996600} .color18 ,.color18 i {color:#0099FF}.color19 ,.color19 i {color:#0099CC}.color20 ,.color20 i {color:#00CCFF}.color21 ,.color21 i {color:#CC0066}.color22 ,.color22 i {color:#FF3300}.color23 ,.color23 i {color:#FF6633}.color24 ,.color24 i {color:#FF3300}.color25 ,.color25 i {color:#FF99CC}.color26 ,.color26 i {color:#FF3300}
.bgcolor0 {
	background:#FF3300
}
.bgcolor1 {
	background:#FFCC00
}
.bgcolor2 {
	background:#FF3333
}
.bgcolor3 {
	background:#FFCC33
}
.bgcolor4 {
	background:#FF3366
}
.bgcolor5 {
	background:#FFCC66
}
.bgcolor6 {
	background:#FF3399
}
.bgcolor7 {
	background:#FFCCCC
}
.bgcolor8 {
	background:#FF6600
}
.bgcolor9 {
	background:#00CC00
}
.bgcolor10 {
	background:#FF9933
}
.bgcolor11 {background:#996600}.bgcolor12 {background:red}.bgcolor13 {background:#FF0066}.bgcolor14 {background:#CCCC00}.bgcolor15 {background:#66CC00}.bgcolor16  {background:#FF3300}.bgcolor17 {background:#996600} .bgcolor18{background:#0099FF}.bgcolor19 {background:#0099CC}.bgcolor20  {background:#00CCFF}.bgcolor21 {background:#CC0066}.bgcolor22  {background:#FF3300}.bgcolor23 {background:#FF6633}.bgcolor24 {background:#FF3300}.bgcolor25 {background:#FF99CC}.bgcolor26 {background:#FF3300}

.today {
	font-size: 1.5rem;
	color:#28B5D6
}
.yesterday {
	font-size: 1.5rem;
}
.c {
	text-align:center;
}
.l {
	text-align:left;
}
.r {
	text-align:right;
}
.l-f {float:left}
.r-f {float:right}
/*字体集*/
.jy-title ,.jy-title i{
	font-size:0.8rem;
}
.jy-title-sm ,.jy-title-sm i{
	font-size:0.65rem;
}
.title04 ,.title04 i{
	font-size:0.4rem;
}
.title045 ,.title045 i{
	font-size:0.45rem;
}
.title05 ,.title05 i{
	font-size:0.5rem;
}
.title055 ,.title055 i{
	font-size:0.55rem;
}
.title06 ,.title06 i{
	font-size:0.6rem;
}
.title065 ,.title065 i{
	font-size:0.65rem;
}
.title07 ,.title07 i{
	font-size:0.7rem;
}
.title075 ,.title075 i{
	font-size:0.75rem;
}
.title08 ,.title08 i{
	font-size:0.8rem;
}
.title085 ,.title085 i{
	font-size:0.85rem;
}
.title09 ,.title09 i{
	font-size:0.9rem;
}
.title15 ,.title15 i{
	font-size:1.3rem;
}
.title18 ,.title18 i{
	font-size:1.8rem;
}
.absolute-r{
	float: right;
    position: absolute;
    bottom: -20px;
    right: 5px;
}
.absolute-l{
	float: left;
    position: absolute;
    bottom: -20px;
    left: 5px;
}
.text-yellow {
    color: #feb312;
}

.text-orange {
    color: #ff741d;
}

.text-blue {
    color: #50b6fe;
}

.text-red {
    color: #fd5454;
}
.text-gray {
    color: #999;
}
.price{
	font-weight:bold;
}
.oldprice {
    color: #999;
    text-decoration: line-through
}
.p-title {
	padding:2px 0;
	font-size:14px;
}
.subtitle {
	color: #999;
	font-size:0.75rem;
}
.padding03 {padding:0.3rem}.padding04 {padding:0.4rem}.padding05 {padding:0.5rem}.padding06 {padding:0.6rem}
.badge{position:absolute;left:80px;top:12px;padding:0.15rem 0.25rem;border-radius:1rem;min-width:0.75rem}
.border{border: 1px solid #f2f2f2;}
.form-control{padding:0.1rem}
.page-header {margin:0.2rem 0 0.2rem;padding:0.2rem}
.modal-sub {padding:0.2rem 1rem}
.panel {padding:0.2rem 0;padding-bottom:1rem}
.right-label {padding:0.2rem 0;}
.panel .weui_cells_title{padding-left:0}
.jy-content {
	padding: 0 0.5rem;
	border-radius:0.3rem;
}
.jy-3 {
	width: 33.33333333%;float: left;
}
.jy-2 {
	width: 50%;float: left;
}
.col-jy {position: relative;float:left;width:100%}
.col-jy-2, .col-jy-3, .col-jy-4, .col-jy-5, .col-jy-6, .col-jy-7, .col-jy-8, .col-jy-9, .col-jy-10 {
	float:left;
	height:100%;
	min-height: 1px;
	position: relative;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
}
.col-jy-1 {
	width: 100%;
}
.col-jy-2 {
	width: 50%;
}
.col-jy-3 {
	width: 33.33333333%;
}
.col-jy-4 {
	width: 25%;
}
.col-jy-5 {
	width: 20%;
}
.col-jy-6 {
	width: 16.666%;
}
.col-jy-7 {
	width: 14.285%;
}
.col-jy-8 {
	width: 12.5%;
}
.col-jy-9 {
	position: relative;
    min-height: 1px;
	width: 11.1111%;
}
.col-jy-10 {
	position: relative;
    min-height: 1px;
	width: 10%;
}
.message-page {
    background: #fff;
}
.margin0 {
	margin:0px
}
.margin10 {
	margin:10px
}
.margin15 {
	margin:15px
}
.padding10 {
	padding:10px
}
.padding10 {
	padding:15px
}
.radius {
	border-radius: 0.5rem;
}
.radiustop {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.radiusbottom {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}
.modal-bg {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
.modal-content {
	border-radius: 0.6rem;padding-bottom:0;border: 0px;
}
.modal-content .news-body{
	padding:0.5rem
}
.modal-content .news-body .title{
	font-size: 0.8rem;
	margin-bottom:0.5rem;
	font-weight:bold;
}
.modal-content .news-body .text{
	font-size:0.65rem;
	height:16rem;
	overflow-y:scroll;
}
.modal-bottom {
	border-radius: 0;min-height:380px;background-color: #fff;
}
.modal-swiper-y {
	height:16rem;
	overflow-y:scroll;
	padding-bottom:2rem;
}
.modal-footer {
	padding:0px;
	width:100%;
}
.modal-footer .mod-fail{
	padding:10px 0px;
	width:50%;
	color:#666;
	background:#e6e6e6;
	text-align:center;
	float:left;
	border-bottom-left-radius:0.3rem;
	
}
.modal-footer .mod-success{
	padding:10px 0px;
	width:50%;
	color:#fff;
	background:#00c568;
	text-align:center;
	float:left;
	border-bottom-right-radius:0.3rem;
}
.modal-footer .mod-check{
	padding:10px 0px;
	width:100%;
	color:#fff;
	background:#00c568;
	text-align:center;
	float:left;
	border-bottom-left-radius:0.3rem;
	border-bottom-right-radius:0.3rem;
}
.modal-edit .modal-panel{
	margin: 0.5rem;
}
.content-loading {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -1rem;
    height: 2rem;
    color: #666;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.content-loading .text {
    height: 1rem;
    display: inline-block;
    padding-left: 1.2rem;
}

.content-loading .fui-preloader {
    position: absolute;
    top: 50%;
    margin-top: -.9rem;
}

.content-empty {

    position: relative;
    text-align: center;
    margin-top: 3rem;
    color: #ccc;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    text-align: center;

}

.content-empty i {
    font-size: 2.8rem;
}

.content-info {
    position: relative;
    height: 8rem;
    color: #666;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    text-align: center;

}

.content-info i {
    font-size: 4rem;
}

.content-info .btn {
    margin-top: 1rem;
}
.head-semicircle {
	position: fixed;z-index:2;width:100%;height:6rem;top:-2rem;background: red;border-bottom-left-radius:100%;border-bottom-right-radius:100%;
}
.footer-support {position: relative;text-align:center;color:#999}
.footer-support .supportimg{width:3rem;margin:0.2rem auto;text-align:center}
.footer-support .supportimg img{width:3rem;}
.footer-support .supporttitle{text-align:center;font-size:0.65rem}
/* 商品组*/

.fui-picture {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.fui-picture img {
    display: block;
    width: 100%;
}

.fui-goods-group {
    height: auto;
    overflow: hidden;
    /*background: #f9f9f9;*/
}

.fui-goods-item {
    position: relative;
    height: auto;
    padding: 0.5rem;
	border-radius:0.2rem;
    border-bottom: 1px solid #e7e7e7;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fui-goods-item .image {
    height: 4rem;
    width: 4rem;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}

.fui-goods-item .image img {
    height: 100%;
    width: 100%;
    display: block;
}
.fui-goods-item .image .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 0.5rem;
    font-size: 0.7rem;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
	 background-color:rgba(0,0,0,0.6);
}
.fui-goods-item .detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding-left: .5rem;
	border-bottom-right-radius:0.2rem;
	border-bottom-left-radius:0.2rem;
}
.fui-goods-group .fui-goods-item .detail .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.3rem;
    font-size:0.7rem;
}
.fui-goods-item .detail .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.7rem;
    line-height: 0.9rem;
	height:1.8rem;
}

.fui-goods-item .detail .price {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    margin-top: .3rem;
	height:1.2rem;
}
.fui-goods-group.block .fui-goods-item .detail  .productprice ~  .price{
    margin-top: -0.3rem;
}
.fui-goods-group.block .fui-goods-item .detail .productprice.noheight ~ .price{
    margin-top: 0.3rem;
}
.fui-goods-item .detail .price .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #ed2822;
}

.fui-goods-item .detail .price .minprice {
    font-size: 0.85rem;
}
.fui-goods-group.block.three .fui-goods-item .detail .minprice{
    font-size:0.6rem;
}
.fui-goods-item .detail .price .productprice {
    color: #777;
    font-size: 0.55rem;
}

.fui-goods-item .detail .price .buy {
    display: block;
    text-align: center;
    line-height: 0.6rem;
    color: red;
    border-radius: 1rem;
    display: block;
    font-size: 0.55rem;
    padding: 0.1rem 0.3rem;
	border: 1px solid red;
}
.fui-goods-item .detail .price .member {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	padding:0.1rem 0;
    color: #999;
	font-size:0.65rem;
	font-weight:400;
}
.fui-goods-item .detail .price .member .avatar, .fui-goods-item .detail .price .member .logo{
	width:0.9rem;
	height:0.9rem;
	border-radius: 50%;
}
.color {
    color: #fd5454;
}

.bgcolor {
    background: #fd5454
}

.fui-goods-group.block .fui-goods-item {
    width: 50%;
    float: left;
    border-bottom: 0;
    background: none;
    padding: 0.25rem;
    display: block;
}

.fui-goods-group.three .fui-goods-item {
    width: 33.33%;
}

.fui-goods-group.block .fui-goods-item .image {
    width: 100%;
	border-top-right-radius:0.2rem;
	border-top-left-radius:0.2rem;
    overflow: hidden;
    margin: 0;
    padding-bottom: 100%; /* 关键就在这里 */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fui-goods-group.three .fui-goods-item .image {
	height:5.2rem;
}
.fui-goods-group.three .fui-goods-item .detail .price {
	font-size:0.65rem;
}
.fui-goods-group.block .fui-goods-item .image.auto {
    height: auto;
    padding-bottom: 0;
}

.fui-goods-group .fui-goods-item .salez {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 120% -10%;
    background-size: 40% ;
}

.fui-swipe .salez {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    z-index: 10;
}

.fui-swipe .salez img {
    height: auto;
    width: auto;
    display: block;
}

.fui-goods-group.block {
    padding: 0.2rem;
}

.fui-goods-group.block .fui-goods-item .image {
    float: none;
}

.fui-goods-group.block .fui-goods-item .detail {
    padding: 0.2rem;
    overflow: hidden;
}
.fui-goods-group.block.three .fui-goods-item .detail{
    padding:0.2rem 0.15rem;
}

.fui-goods-group.block .fui-goods-item .detail .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-top: 0;
    color: #262626;
}

.fui-goods-group.block .fui-goods-item .center-image {
    max-width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: contain;
}
.fui-goods-group .fui-goods-item .detail .productprice {
    width: 100%;
    color: #999;
    font-size:0.55rem;
    overflow: hidden;
    height: 2rem;
    line-height: 2rem;
}
.fui-goods-group.block .fui-goods-item .detail .productprice{
    height:1.2rem;
    line-height: 1.2rem;
}
.fui-goods-group.block .fui-goods-item .detail .productprice.noheight{
    display: none;
}
.fui-goods-group.block .fui-goods-item .detail .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.7rem;
    line-height: 1rem;
	height:2rem;
}
.fui-goods-group.block.one .fui-goods-item .detail .name{
    height:2rem;
	-webkit-line-clamp: 2;
    font-size:0.7rem;
    line-height: 0.95rem;
}
.fui-goods-group.block.three .fui-goods-item .detail .name {
    font-size: 0.6rem;
	line-height: 0.8rem;
	height:1.6rem;
}
.fui-goods-group.block.one .fui-goods-item {
    width: 100%;
    float: none;
}
.fui-goods-group .image.triangle{
    position: relative;
    overflow: hidden;
}
.fui-goods-group .image.triangle:before{
    content: attr(data-text);
    position: absolute;
    width: 3.39rem;
    height:2.4rem;
    background: #ff5555;
    z-index: 10;
    transform-origin: left bottom;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    color: #fff;
    line-height: 3.7rem;
    font-size:0.6rem;
    text-align: center;
}
.fui-goods-group .image.rectangle{
    position: relative;
}
.fui-goods-group .image.rectangle:before{
    content: attr(data-text);
    position: absolute;
    width: 2.25rem;
    height: 1rem;
    background: #04a6f8;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    line-height: 1rem;
}
.fui-goods-group .image.circle{
    position: relative;
}
.fui-goods-group .image.circle:before{
    content: attr(data-text);
    position: absolute;
    width:1.6rem;
    height: 1.6rem;
    background: #ffb805;
    z-index: 10;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 0.6rem;
    line-height: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fui-goods-group .image.square{
    position: relative;
}
.fui-goods-group .image.square:before{
    content: attr(data-text);
    position: absolute;
    width:1.6rem;
    height: 1.6rem;
    background: #19dbab;
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    line-height: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fui-goods-group .image.echelon{
    position: relative;
}
.fui-goods-group .image.echelon:before{
    content: attr(data-text);
    position: absolute;
    height: 1rem;
    width: 4rem;
    background: #FF9999;
    top: 1.85rem;
    color: #fff;
    font-size: 0.6rem;
    line-height: 1rem;
    text-align: center;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -webkit-transform-origin:left bottom;
    transform-origin: left bottom;
}
.fui-goods-item .image .goodsicon img {
    display: inline-block;
    max-width: 100%;
}

.fui-goods-item .image .goodsicon.left {
    left: 0;
}

.fui-goods-item .image .goodsicon.right {
    right: 0;
}

.fui-goods-item .image .goodsicon.top {
    top: 0;
}

.fui-goods-item .image .goodsicon.bottom {
    bottom: 0;
}

.fui-images .image .image-remove {
    top: -.3rem;
    right: -.3rem;
}

/* 商品列表页*/
.page-goods-list .fui-header {
    background: #fff;
}
.page-goods-list .fui-header .searchbar {
    padding: 0.4rem;
	margin: 0 1.8rem;
}

.page-goods-list .fui-header .searchbar .search-input input {
    border: 0;
    background: #efefef;
}

.page-goods-list .sort {
    position: relative;
    width: 100%;
    top: 2.2rem;
    -webkit-box-align: center;
    padding: .5rem 0;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.page-goods-list .sort:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e7e7e7;
}

.page-goods-list .sort .item {
    position: relative;
    width: 1%;
    display: table-cell;
    text-align: center;
    font-size: 0.65rem;
    border-left: 1px solid #e7e7e7;
    color: #666;
}

.page-goods-list .sort .item:first-child {
    border: 0;
}

.page-goods-list .sort .item.on .text {
    color: red;
}

.page-goods-list .fui-content {
    top: 3.6rem;
}

.page-goods-list .fui-mask-m {
    top: 4.4rem;
    display: none;
}

.page-goods-list .sort .item .sorting {
    width: .2rem;
    height: .2rem;
    position: relative;
}

.page-goods-list .sort .item .sorting .icon {
    font-size: 0.85rem;
    position: absolute;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.page-goods-list .sort .item .sorting .fa {
    font-size: 0.85rem;
    position: absolute;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.page-goods-list .sort .item-price.desc .sorting .sanjiao1 {
    color: red
}

.page-goods-list .sort .item-price.asc .sorting .sanjiao2 {
    color: red
}
.page-goods-list .sort .item-price .sorting .icon-sanjiao1 {
    top: .15rem;
    left: 0;
}

.page-goods-list .sort .item-price .sorting .icon-sanjiao2 {
    top: -.15rem;
    left: 0;
}

.page-goods-list .sort .item-price.desc .sorting .icon-sanjiao1 {
    color: #ef4f4f
}

.page-goods-list .sort .item-price.asc .sorting .icon-sanjiao2 {
    color: #ef4f4f
}

.page-goods-list .screen {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 4.0rem;
    left: 0;
    transform: translate3d(0px, -100%, 0px);
    z-index: 10001;
    -webkit-transition-property: height, opacity, transform;
    transition-property: height, opacity, transform;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.page-goods-list .screen.in {
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 0.3s;
    opacity: 1;
    height: auto;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.page-goods-list .screen:after {
    content: " ";
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e7e7e7;
}

.page-goods-list .screen .attribute {
    height: auto;
    overflow: hidden;
    padding-bottom: 0.3rem;
}

.page-goods-list .screen .attribute .item {
    width: 33.33%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}

.page-goods-list .screen .attribute .item .btn {
    padding: 0;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-bottom: 0;
    border: .5px solid #999;
    color: #999;
    font-size: 0.65rem;
}
.page-goods-list .screen .attribute .item .btn.inblock{
	display: inline-block;
}
.page-goods-list .screen .attribute .item .btn-danger-o {
    color: red;
    border: .5px solid red;
}

.page-goods-list .screen .attribute .item .btn .icon {
    /*display: none;*/
}

.page-goods-list .screen .btns {
    height: auto;
    padding: 0.3rem;
    position: relative;
    overflow: hidden;
    margin-top: 0rem;
}

.page-goods-list .screen .btns:before {
    height: 0;
    content: " ";
    position: absolute;
    top: 0;
    left: 0.3rem;
    right: 0.3rem;
    border-top: 1px solid #eee;
}

.page-goods-list .screen .btns div {
    display: inline-block;
    width: auto;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #999;
    padding: 0 0.3rem;
}

.page-goods-list .screen .btns .cancel {
    float: left;
}

.page-goods-list .screen .btns .confirm {
    float: right;
    color: #fd5454;
}

.page-goods-list .screen .title {
    padding: 0 0.3rem;
    line-height: 1.5rem;
    font-size: 0.7rem;
    color: #999;
    position: relative;
    text-align: center;
}

.page-goods-list .screen .title span {
    float: right;
    padding-right: 0.3rem;
}

.page-goods-list .screen .title:before {
    height: 0;
    content: " ";
    position: absolute;
    top: 0;
    left: 0.3rem;
    right: 0.3rem;
    border-top: 1px solid #eee;
}

.page-goods-list .screen .cate {
    height: 12rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0.3rem 0;
    padding: 0 0.3rem;
}

.page-goods-list .screen .cate:before {
    height: 0;
    content: " ";
    position: absolute;
    top: -0.3rem;
    left: 0.3rem;
    right: 0.3rem;
    border-top: 1px solid #eee;
}

.page-goods-list .screen .cate .item {
    width: 100%;
    height: inherit;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.page-goods-list .screen .cate .item:before {
    width: 0;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #eee;
}

.page-goods-list .screen .cate .item:first-child:before {
    border: 0;
}

.page-goods-list .screen .cate .item nav {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.7rem;
    text-align: center;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 .2rem;
    display: none;
}

.page-goods-list .screen.in .cate .item nav {
    display: block;
}

.page-goods-list .screen .cate .item nav.on {
    background: #f9f9f9;
}

/* 商品详情页  */
.fui-tab.fui-tab-danger a.active {
	color:#333;
	border-color: red;
	font-weight:bold;
}
.fui-tab.fui-tab-jy a.active {
	color:#fff;
	border-color: red;
	font-weight:bold;
}
.fui-tab:after {
	background-color: #fff;
}
.page-goods-detail {
}

.page-goods-detail .fui-header {
	background:#fff;
    z-index: 5;
}
.page-goods-detail .fui-header a{
	font-size:0.75rem;
	color:#333;
	margin: 0 .5rem;
	padding: 0;
}
.page-goods-detail .fui-header:after {
	border-bottom: 0px solid #fff;
}
.page-goods-detail .fui-detail-group {
    margin-top: 0
}

.page-goods-detail .fui-detail-group .fui-cell {
    padding: 0 0.5rem;
}

.page-goods-detail .fui-detail-group .fui-cell:before {
    border: 0;
}

.page-goods-detail .fui-detail-group .fui-cell.goods-bulk small {
    font-size: 0.7rem;
}
.page-goods-detail .fui-detail-group .fui-cell.goods-bulk .flex span,
.page-goods-detail .fui-detail-group .fui-cell.goods-bulk .flex span:first-child,
.page-goods-detail .fui-detail-group .fui-cell.goods-bulk .flex span:last-child {
    color: #999;
    text-align: center;
    width: 25%;
}
.page-goods-detail .fui-detail-group .fui-cell.goods-bulk .flex span:nth-child(2){
    width: 50%;
}

.page-goods-detail .fui-detail-group .fui-cell .price {
    font-size: 1rem;
    color: red;
    line-height: 1.4rem;
    font-weight: 700;
}

.page-goods-detail .fui-detail-group .fui-cell .price .original {
    font-size: 0.7rem;
    color: #C0C0C0;
    text-decoration: line-through;
    padding-left: 0.2rem;
    font-weight: normal
}

.page-goods-detail .fui-detail-group .fui-cell .name {
	color:#333;
    padding: 0.18rem 0 0;
    font-size: 0.66rem;
	font-weight:bold;
}
.page-goods-detail .fui-detail-group .fui-cell .lover {
	color:#333;
    padding-left: 0.8rem;
    margin-top: 0.4rem;
    position: relative;
    text-align: center;
}

.page-goods-detail .fui-detail-group .fui-cell .lover:before {
    content: " ";
    height: 100%;
    left: 0rem;
    position: absolute;
}

.page-goods-detail .fui-detail-group .fui-cell .lover:after {
    display: none;
}

.page-goods-detail .fui-detail-group .fui-cell .share {
    padding-left: 0.8rem;
    margin-top: 0.4rem;
    position: relative;
    text-align: center;
}

.page-goods-detail .fui-detail-group .fui-cell .share:before {
    content: " ";
    border-left: 1px solid #C0C0C0;
    height: 100%;
    left: 0rem;
    position: absolute;
}

.page-goods-detail .fui-detail-group .fui-cell .share:after {
    display: none;
}

.page-goods-detail .fui-detail-group .fui-cell .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.6rem;
    color: #C0C0C0;
    padding-bottom: 0.4rem;
}

.page-goods-detail .fui-detail-group .fui-cell .flex span {
    width: 100%;
    text-align: center;
}
.page-goods-detail .fui-detail-group .fui-cell .flex span:last-child {
    text-align: right;
}
.page-goods-detail .fui-detail-group .fui-cell .flex span:first-child {
    text-align: left;
}
.page-goods-detail .goods-subtitle span {
    font-size: .7rem;
    padding: .5rem 0 0.2rem;
    color: #999;
    line-height: 0.9rem;
}

.page-goods-detail .row-time {
    padding:0  0.5rem 0.5rem;
    overflow: hidden;
}
#time-container, #discount-container,#time-presell {
    padding:0 0.5rem;
    height: 1.85rem;
    line-height:1.85rem;
    background:#fff2e2;
    color:#ff8000;
    font-size:0.7rem;
    border:none;
    display: block;
}

.row-time .fui-labeltext.fui-labeltext-danger .label{
    background: #fff2e2;
    color: #ff8000;
    height:1.85rem;
    line-height: 1.85rem;
}
.row-time .fui-labeltext .text {
    height:1.85rem;
    line-height: 1.85rem;
}
.page-goods-detail .fui-labeltext .text .number {
    /*font-weight: bold;*/
    margin:0 0.1rem;
}

.page-goods-detail .fui-labeltext .text .time {
    font-size: .65rem;
}

.page-goods-detail .fui-sale-group .fui-according-header .text .title {
    font-weight: bold;
}

/*促销组*/
.page-goods-detail .fui-sale-group:before {
    border: 0;
}

.page-goods-detail .fui-sale-group .fui-cell .fui-cell-text,
.page-goods-detail .fui-sale-group .fui-according-header .text {
    font-size: 0.65rem;
    line-height: 0.8rem;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.picker-modal .page-goods-detail .fui-sale-group .fui-cell .fui-cell-text{
    line-height: 0.9rem;
}
/**/
.page-goods-detail .fui-sale-group .fui-cell.sendgoods .fui-cell-text{
    font-size:0.6rem;
    color:#000;
}
.page-goods-detail .fui-sale-group .fui-cell-title {
    font-size: 0.7rem;
}

.page-goods-detail .fui-sale-group.noborder:before {
    border: 0;
}

.page-goods-detail .fui-sale-group.nomargin {
    margin-top: 0;
}

.page-goods-detail .fui-sale-group .fui-sale-cell .fui-cell-label.center {
    -webkit-align-self: center;
    align-self: center;
}

.page-goods-detail .fui-sale-group .sale-line {
    height: 1.2rem;
    line-height: 1.2rem;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.5rem;
    color: #666;
}

.page-goods-detail .fui-sale-group .sale-tip {
    /*height: 0.65rem;*/
    line-height: 0.65rem;
    border: 1px solid red;
    color: red;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.4rem;
    font-size: 0.5rem;
}

.page-goods-detail .fui-sale-group .sale-line span:not(.text-danger) {
    vertical-align: middle;
}

.page-goods-detail .fui-sale-group .coupon-mini {
    background: red;
    color: #fff;
    padding:0rem 0.2rem;
    position: relative;
    display: inline-block;
}

.page-goods-detail .fui-sale-group .coupon-mini:before,
.page-goods-detail .fui-sale-group .coupon-mini:after {
    content: '';
    position: relative;
    top: 0;
    left: -0.2rem;
    bottom: 0;
    border-left: 1px dotted #fff;
}


.page-goods-detail .fui-sale-group .coupon-mini:after {
    left: auto;
    right: -0.2rem;
}

/*店铺组*/
.page-goods-detail .fui-shop-group .fui-cell:before {
    display: none;
}

.page-goods-detail .fui-shop-group .fui-cell {
    padding: 0 0.5rem;
}

.page-goods-detail .fui-shop-group .fui-cell .shopname {
    height: 2rem;
    width: 100%;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

.page-goods-detail .fui-shop-group .fui-cell .center {
    text-align: center;
    margin: 0.4rem 0;
    position: relative;
    font-size: 0.7rem;
}

.page-goods-detail .fui-shop-group .fui-cell .center:before {
    height: 100%;
    width: 1px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #dbdbdb;
}
.fui-shop-group .fui-list-inner .title{
    font-size:0.6rem;
    color: #000;
    line-height: 0.6rem;
}
.page-goods-detail .fui-shop-group .fui-cell .center:first-child:before {
    background: none;
}

.page-goods-detail .fui-shop-group .fui-cell .center p {
    color: #7c7c7c;
    font-size: 0.55rem;
}

.page-goods-detail .fui-shop-group .btn-default-o,.page-goods-detail .fui-comment-group .btn-default-o {
    height: 1.1rem;
    border-color: red;
    color: red;
    font-size: 0.5rem;
    padding: 0;
    line-height: 1.1rem;
    display: inline-block;
    margin: 0;
    border-radius: 1.5rem;
    padding:  0.01rem 0.6rem;
}

.page-goods-detail .fui-shop-group .fui-list:after {
    display: none
}

/*选择规格*/
.page-goods-detail .fui-option-group .fui-cell {
    background: #f7f8fa;
    border-bottom: 1px solid #ececec;
    padding: 0.4rem;
}

.page-goods-detail .fui-option-group .fui-cell .fui-cell-text {
    font-size: 0.6rem;
    color: #666;
}

.page-goods-detail .fui-option-group .fui-cell .fui-cell-text i {
    margin-left: 5px;
}

.page-goods-detail .fui-option-group .fui-cell .fui-cell-text i:first-child {
    margin-left: 0
}
/*多fui-cell*/
.page-goods-detail .fui-more-group .fui-cell {
    padding: 0.1rem 0.6rem 0.1rem 0.65rem;
}
.page-goods-detail .fui-more-group .fui-cell .fui-cell-label {
	
}
.page-goods-detail .fui-more-group .fui-cell .fui-cell-text {
    font-size: 0.5rem;
    color: #666;
}

.page-goods-detail .fui-more-group .fui-cell .fui-cell-text i {
    margin-left: 5px;
}

.page-goods-detail .fui-more-group .fui-cell .fui-cell-text i:first-child {
    margin-left: 0
}
/*底部功能*/
.page-goods-detail .fui-navbar {
    text-shadow: none;
}

.page-goods-detail .fui-navbar .favorite-item .icon {

    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    transition-duration: 300ms;
}

.page-goods-detail .fui-navbar .favorite-item .icon.fav {
    -webkit-transform: translate3d(0, 0, 0) scale(1.5);
    transform: translate3d(0, 0, 0) scale(1.5);

}

.page-goods-detail .fui-navbar .cart-item .badge {
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1.5);
    transform: translate3d(0, 0, 0) scale(1.5);
    opacity: 1;
}

.page-goods-detail .fui-navbar .cart-item .badge.out {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 0;

}

.page-goods-detail .fui-navbar .cart-item .badge.in {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.page-goods-detail .fui-navbar .btn {
    border: none;
    font-size: 0.60rem;
    color: #fff;
    border-radius: 0;
}

.page-goods-detail .fui-navbar .cartbtn {
    background: #FF9999;
}

.page-goods-detail .fui-navbar .buybtn {
    background: red;
}

.page-goods-detail .fui-navbar {
    z-index: 8;
}

.page-goods-detail .fui-page {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: relative;
    padding: 2.2rem 0 3rem;
}
.fui-page .fui-page-title {
	text-align:center;
	font-size:0.8rem;
	padding:0.3rem;
}
/*顶部导航*/
.page-goods-detail .fui-tab:not(.detail-tab) {
    margin-bottom: 0;
    background: none;
    width: 63%;
    margin: 0 auto;
}

.page-goods-detail .fui-tab.detail-tab {
    margin-top: 0.5rem;
}

.page-goods-detail .fui-tab a {
    height: 2.2rem;
    line-height: 2.2rem;
}

.page-goods-detail .detail-tab {
    margin-bottom: 0;
}
.detail-tab-panel {
    background: #fff;
    height: auto;
    overflow: hidden;
    display: block;
    padding-bottom: 0.5rem;
}
.detail-tab-panel .tab-panel {
    display: none;
}
.detail-tab-panel .tab-panel.show {
    display: block;
}
.detail-tab-panel .tab-panel.detail-block,
.detail-tab-panel .tab-panel.comment-block {
    position: relative;
    transform: none;
    -webkit-transform: none;
    transition-property: none;
    -webkit-transition-property: none;
    top: 0;
}
.detail-tab-panel .tab-panel.comment-block .fui-icon-group {
    border-top: 0;
}
.detail-tab-panel .tab-panel.comment-block .content-empty {
    margin: 1rem 0;
}
.detail-tab-panel .tab-panel.comment-block .comment-top {
    display: block;
}
.detail-tab-panel .tab-panel.comment-block .fui-cell{
    display: block;
}
.page-goods-detail .seckill-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
}
.page-goods-detail .seckill-container  .seckill-list,
.page-goods-detail .seckill-container  .seckill-list1 {
    background: #ef4f4f;
}
.page-goods-detail .seckill-container.notstart   .seckill-list,
.page-goods-detail .seckill-container.notstart   .seckill-list1,
.page-goods-detail .seckill-container.notstart   .seckill-list2 {
    background:#00b950;
}
.page-goods-detail .seckill-container  .seckill-list{

    flex:1;
    color:#fff;
    padding:0em .5rem;
    margin-top:-1px;

}

.page-goods-detail .seckill-container  .seckill-list .fui-list-inner .text{

    color:#fff;
    height:.9rem;

}
.page-goods-detail .seckill-container  .seckill-list .seckill-price{
    font-size:1rem;
    color:#fff;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width:auto;

}
.page-goods-detail .seckill-container  .seckill-list .seckill-price span{
    font-size:1.85rem;
}
.page-goods-detail .seckill-container  .seckill-list .oldprice{
    color:rgba(255,255,255,.5);
}
.page-goods-detail .seckill-container  .seckill-list .fui-list-media{

}
.page-goods-detail .seckill-container  .seckill-list .stitle{
    display: inline-block;
    border:1px solid #fff;
    border-radius: .2rem;
    font-size:.4rem;
    padding:0 .2rem;

}

.page-goods-detail .seckill-container  .seckill-list1 .fui-list-inner .text{
    text-align: center;
    color:#fff;

}
.page-goods-detail .seckill-container  .seckill-list1 .fui-list-inner .text .process {

    float:left;
    width:3rem;
    height:.6rem;
    border:1px solid #efd74f;
    border-radius: .5rem;
    overflow:hidden;
    margin-top:.3rem;

}
.page-goods-detail .seckill-container  .seckill-list1 .fui-list-inner .text .process .inner {
    width:5rem;
    height:.6rem;
    background:#efd74f;
}

.page-goods-detail .seckill-container  .seckill-list2 .fui-list-inner .text {
    font-size:.6rem;
    text-align: center;
    height:.95rem;
    color:#ef4f4f
}
.page-goods-detail .seckill-container  .seckill-list2 .fui-list-inner .text.timer span {
    display: inline-block;
    background:#582e19;
    color:#fff;
    width:.9rem;height:.9rem;
    border-radius: .1rem;
    line-height:.9rem;

    font-size:.5rem; text-align: center;
}

.page-goods-detail .seckill-container  .seckill-list2{

    padding:0;
    width:5rem;
    background:#ffef32;
}
.page-goods-detail .seckill-container  .seckill-list2,
.page-goods-detail .seckill-container  .seckill-list1 {
    margin-top:-.1rem;
}

.page-goods-detail .seckill-container.notstart .seckill-list2 .fui-list-inner .text {
    color:#fff;
}
.page-goods-detail .seckill-container.notstart .seckill-list2 .fui-list-inner .text.timer span{
    background:rgba(0,0,0,.7);
}
.page-goods-detail .buybtn.seckill-notstart {
    background:#00b950;
}


/*门店展示*/
.store-container.open a.fui-cell,
.store-container a.fui-cell:nth-child(1),
.store-container a.fui-cell:nth-child(2),
.store-container a.fui-cell:nth-child(3){
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.store-container.open .show-allshop {
    display: none;
}
/*促销弹出 */
.sale-picker {
    height: auto;
    width: 100%;
    background: #fff;

}

.sale-picker .closebtn {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.25rem;
    right: 0.5rem;
    border-radius: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    color: #666;
	z-index:10;
}

.sale-picker .btn {
    margin: 0;
    border-radius: 0;
}

.content {
    height: auto;
}

.content img {
    width: 100%;
    border: 0;
    display: block;
    padding: 0;
}

.page-goods-detail .basic-block {
    background: inherit;
    position: absolute;
    top: 2.2rem;
    bottom: 2.5rem;
    z-index: 1;
}

.page-goods-detail .detail-block {
    background: inherit;
    position: absolute;
    top: 0rem;
    bottom: 2.5rem;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 2;
}
.page-goods-detail .detail-block video{
    width:100%;
    height:auto;
}
.page-goods-detail .notbuy {
    bottom: 0;
}

.page-goods-detail .detail-block .content-block {
    padding: 0rem .5rem 0.5rem;
}

.page-goods-detail .detail-block .content-block p {
    word-break: break-all;
}

.page-goods-detail .detail-block .content-block ul,
.page-goods-detail .detail-block .content-block li {
    list-style: inherit;
    list-style-position: outside;
}

.page-goods-detail .detail-block .content-block ul {
    -webkit-padding-start: 30px;
}

.page-goods-detail .detail-block.in {

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-goods-detail .param-block {
    background: inherit;
    position: absolute;
    top: 2.2rem;
    bottom: 2.5rem;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    z-index: 3;
}

.page-goods-detail .param-block.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-goods-detail .look-detail {
    padding: .3rem;
}

.page-goods-detail .detail-block .look-basic {
    font-size: 0.75rem;
    color: #666;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
}

.page-goods-detail .comment-block,.page-goods-detail .offic-block {
    background: inherit;
    position: absolute;
    top: 2.2rem;
    bottom: 2.5rem;
    z-index: 4;
}

#cover {
    z-index: 10000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    font-size: 1.8rem;
}

#cover .content {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 1rem;
    padding-top: 4.5rem;
}

#cover .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/arrow.png) no-repeat;
    width: 4.5rem;
    right: 0;
	height:90px;
}
.page-goods-detail .offic-block.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.page-goods-detail .offic-block .fui-icon-group {
    font-size: .65rem;
}

/* 卖家回复 */
.reply-content {
    background: #e5e5e5;
    font-size: 0.6rem;
    padding: 0.2rem;
    position: relative;
    margin: 0.2rem 0;
}
.reply-content:before {
    content: "";
    position: absolute;
    top: -0.15rem;
    left: 0.5rem;
    width: 0.3rem;
    height: 0.3rem;
    background: #e5e5e5;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page-goods-detail .fui-comment-group .fui-cell .comment .remark.reply-title {
    color: #ef4f4f;
    font-size: 0.6rem;
}
.fui-content.hidden{
    overflow-y: hidden;
}
/**规格弹出*/
.option-picker {
    height: auto;
    width: 100%;
    padding-bottom: 2.5rem;
    z-index: 1001;
}
.option-picker.android{
    padding-bottom:0;
}
/*.option-picker.android .option-picker-inner{*/
/*position: absolute;*/
/*bottom: 0;*/
/*}*/
.option-picker .option-picker-cell {
    padding: .2rem .5rem .5rem .5rem;
}

.option-picker .option-picker-options {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
	max-height:16rem;
	height:auto;
    -webkit-overflow-scrolling: touch;
}

.option-picker .option-picker-cell.goodinfo {
    padding-left: 5.5rem;
    padding-top: 0.5rem;
    position: relative;
}

.option-picker .option-picker-cell.goodinfo:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    border-bottom: 1px solid #eee;
}

.option-picker .option-picker-cell.goodinfo .closebtn {
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    text-align: center;
    line-height: 1.4rem;
    color: #999;
}

.option-picker .option-picker-cell.goodinfo .closebtn .icon {
    font-size: 1.1rem;
}

.option-picker .option-picker-cell.goodinfo .img {
    height: 4.5rem;
    width: 4.5rem;
    background: #fff;
    padding: 0.1rem;
    border: 1px solid #eee;
    border-radius: 2px;
    position: absolute;
    top: -2.5rem;
    left: 0.5rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.option-picker .option-picker-cell.goodinfo .img img {
    height: 100%;
    width: 100%;
}

.option-picker .option-picker-cell.goodinfo .info {
    font-size: 0.7rem;
    height: 1rem;
    line-height: 1rem;
}

.option-picker .option-picker-cell.goodinfo .info-total {
    font-size: .65rem;
    color: #999;
}

.option-picker .option-picker-cell.goodinfo .info-price .price {
    font-size: 0.8rem;
}

.option-picker .option-picker-cell.goodinfo .info-titles {
    font-size: .65rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.option-picker .option-picker-cell.option {
    position: relative;
}

.option-picker .option-picker-cell.option .title {
    font-size: 0.7rem;
    height: auto;
    overflow: hidden;
    color: #000;
    line-height: 1.95rem;
}
.option-picker .option-picker-cell.option .btn.btn-select{
    color: red;
    background: #FFE8E8;
	border: 1px solid red;
}
.option-picker .option-picker-cell.option .btn.btn-danger{
    background: #ff5555;
    color: #fff;
}
.option-picker .option-picker-cell.option .select {
    font-size: 0.7rem;
    color: #000;
    height: auto;
    overflow: hidden;
}

.option-picker .option-picker-cell.option .select .nav {
    height: auto;
    width: auto;
    border: 0;
    float: left;
    margin: 0.4rem 0.5rem 0 0;
}

.option-picker .option-picker-cell.option:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    border-bottom: 1px solid #eee;
}

.option-picker .option-picker-cell .fui-number {
    float: right;
}

.option-picker .fui-navbar {
    text-shadow: none;
}

.option-picker .fui-navbar .btn {
    border: none;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 0;
}

.option-picker .fui-navbar .cartbtn {
    background: #FF9999;
}

.option-picker .fui-navbar .buybtn, .option-picker .fui-navbar .confirmbtn {
    background: red;
}

.option-picker-inner {
    background: #fff;
}

.option-picker .fui-navbar .btn.disabled {
    color: #ccc;
    background: #ececec;
}

.option-picker .diyform-container:before {
    display: none;
}

/*会员*/
.member-page {
    background: #f7f7f7;
    margin: 0;
    /*top: 2.2rem;*/
}

.member-page .headinfo {
    position: relative;
    height: auto;
    padding-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;

}

.member-page .headinfo .setbtn {
    height: 1.2rem;
    width: 1.2rem;
    position: absolute;
    top: 0.2rem;
    right: 0.5rem;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.2rem;
    text-align: center;
}

.member-page .headinfo .child {
    width: 30%;
    height: auto;
    padding-bottom: 1.2rem;
    text-align: center;
}

.member-page .headinfo .child.userinfo {
    width: 40%;
    color: #fff;
}

.member-page .headinfo .child.userinfo .face {
    height: 2.8rem;
    width: 2.8rem;
    background: #fff;
    margin: auto;
    border-radius: 2.8rem;
    /*padding: 0.1rem;*/
}

.member-page .headinfo .child.userinfo .face img {
    height: 2.6rem;
    width: 2.6rem;
    border-radius: 2.60rem;
    display: block;
}
.member-page .headinfo .child.userinfo .face .vip {
	background: #f60 none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    top: 2.8rem;
	margin-left:0.6rem;
	height: 0.85rem;
    width: 0.85rem;
    vertical-align: top;
    z-index: 100;
	line-height:1.2;
	text-align:center;
	border: 1.3px solid #fff;
	border-radius:0.85rem;
}
.member-page .headinfo .child.userinfo .face.radius{
    border-radius: 0.5rem;
}
.member-page .headinfo .child.userinfo .face.radius img{
    border-radius: 0.5rem;
}

.member-page .headinfo .child.userinfo .name {
    height: 1rem;
    padding-top: 0.2rem;
    font-size: 0.6rem;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.member-page .headinfo .child.userinfo .level {
    font-size: 0.6rem;
    color: inherit;
    text-align: center;
}

.member-page .headinfo .child .title {
    padding-top: 1.2rem;
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
}

.member-page .headinfo .child .num {
    font-size: 0.7rem;
    color: #fef31f;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.member-page .headinfo .child .btn {
    width: 2.6rem;
    height: 1rem;
    padding: 0;
    margin: 0.2rem auto 0;
    color: #fff;
    font-size: 0.6rem;
    line-height: 0.9rem;
    text-align: center;
    border-radius: 1rem;
    border: 1px solid #fff;
}

.member-page .headinfo.style-2 {
    padding: 1rem;
}

.member-page .headinfo.style-2 .face {
    height: 4rem;
    width: 4rem;
    border-radius: 4rem;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.member-page .headinfo.style-2 .face img {
    height: 4rem;
    width: 4rem;
    border-radius: 4rem;
    display: block;
}

.member-page .headinfo.style-2 .face.radius {
    border-radius: 0.5rem;
}
.member-page .headinfo.style-2 .face.radius img {
    border-radius: 0.5rem;
}

.member-page .headinfo.style-2 .inner {
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: block;
    padding-left: 0.5rem;
    color: #fff;
}

.member-page .headinfo.style-2 .inner .name {
    font-size: 0.9rem;
    line-height: 0.8rem;
}

.member-page .headinfo.style-2 .inner .level,
.member-page .headinfo.style-2 .inner .credit {
    font-size: 0.7rem;
    line-height: 0.9rem;
}

.member-page .headinfo.style-2 .inner span {
    color: #fef31f;
}

/*订单*/
.order-create-page {
    margin: 0;
    bottom: 2rem;
    padding-bottom: 2rem;
}

.order-create-page .fui-btn-group {

    border-radius: 0;
    height: 1.5rem;
    line-height: 1.4rem;
}

.order-create-page .fui-btn-group a {
    padding: 0
}

.order-create-page .fui-btn-group.fui-btn-group-warning a {
    padding: 0;
}

.order-create-page .fui-cell-group .fui-cell .fui-cell-text .time,
.order-create-page .fui-cell-group .fui-cell .fui-cell-text .address {
    font-size: 0.75rem;
    color: #7d878d;
    padding-left: 0.3rem;
}

.order-create-page .fui-cell-group .fui-cell .fui-cell-text .address span {
    float: right;
}

.order-create-page .fui-cell-group .fui-cell .fui-cell-icon {
    font-size: 0.75rem;
}

.order-create-page .fui-cell-group .fui-cell .fui-cell-text .shopname {
    font-size: 0.75rem;
    color: #666;
}

.order-create-page #addressInfo {
    margin-bottom: .6rem;
}

.order-create-page #addressInfo:after {
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    height: .15rem;
    background: url(../images/order_line.png) repeat-x;
}
.order-create-page #carrierInfo:after{
    content: ' ';
    position: absolute;
    left: 0;
    width: 100%;
    height: .15rem;
    background: url(../images/order_line.png) repeat-x;
}
.order-create-page .no-address {
    width:150px;margin:0 auto;color:red;font-size:0.65rem;line-height:1rem;-webkit-border-radius: 0.6rem;border-radius: 1rem;text-align:center;padding:0.3rem 0.3rem;border: 1px solid red
}
.order-create-page .fui-cell-group .fui-cell.cellName {
    line-height: 1.4rem;
    padding: 0 0.5rem;
}

.order-create-page .buybtn {
    border: none;
    font-size: 0.75rem;
    color: #fff;
    border-radius: 0;
    width: 0.2%;
}

.order-create-page .buybtn:active {
    color: #fff;
    border: none;
    height: 2.45rem;
}

.order-create-page .total {
    text-align: right;
    padding-left: 0;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    height: 2.45rem;
}

.order-create-page .total .price {
    color: #fd5454;
}
.order-create-page .fui-list.pay-btn{
    height: 3.25rem
}
.order-create-page  .fui-list.pay-btn .fui-list-inner{
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    height: 100%;
    -webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.order-create-page .fui-list.pay-btn .fui-list-media{
    /*border-right: 1px solid #ebebeb;*/
    margin-right: .75rem;
    width: 2.3rem;
    height: 1.7rem;
    /*padding-right: .5rem;*/
    padding-right: .6rem;
    position: relative;
}
.order-create-page  .fui-list.pay-btn .fui-list-media img{
    width: 100%;
    height: 100%;
}
.order-create-page .fui-list.pay-btn .fui-list-media:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    top: 0.1rem;
    bottom: 0.1rem;
    right: 0;
    border-right: 1px solid #ebebeb;
    color: #ebebeb;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    /*-webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5);*/
}
.order-create-page  .icon{
    font-size: .7rem;
}
.order-create-page  .realname{
    display: inline-block;
    max-width: 9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 1.2rem
}
.order-create-page .fui-list-inner .title{
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    color: #000
}
.order-create-page  .fui-list-inner .title.has-address{
    font-size: .7rem;
    line-height: 1.2rem;
    height: 1.2rem;
}
.order-create-page .address{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    color: #666
}
#addressInfo .fui-list{
    padding-top: .8rem;
    padding-bottom: .83rem;
}
#carrierInfo .fui-list {
    padding-top: .8rem;
    padding-bottom: .83rem;
}
#addressInfo .icon{
   color:red;font-size:0.70rem;
}
.order-create-page .fui-list-inner{
    align-self:flex-start;
}
.order-create-page .fui-list-inner .towline{
    color: #000;
    font-size: 0.75rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: auto;
}
/*.fui-list-inner .subtitle{
    color: #999;
    font-size: 0.65rem;
    align-items: baseline;
}*/
.order-create-page  .fui-list.goods-item .subtitle{
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.order-create-page  .fui-list.goods-item .text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}
.order-create-page .fui-list-inner .tag{
    height: auto;
}
.order-create-page  .fui-list.goods-item .price{
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    -webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;
    font-size: .7rem;
    height: 1.2rem;
}
.order-create-page  .fui-list.goods-item .price .num{
    font-size: .7rem;
    color:#333;
}
.order-create-page  .fui-list.goods-item .fui-list-inner{
    height: 4.2rem;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;
}
.order-create-page  .fui-list-angle.al{
    align-self: flex-start;
    font-size: 0.75rem;
    text-align: right;
    margin-left: .5rem;
    margin-right: 0
}
.order-create-page .fui-list-angle .num{
    color: #999;
}
.order-create-page  .fui-cell-group.total  .fui-cell .actually span{
    font-size: .8rem;
}
.order-create-page .pickstore {
    color: red;
}
.order-create-page  .text-danger  { color:red ;font-size: .6rem;}
.order-create-page  .bigprice{
    font-size: .85rem;
	font-weight:bold
}
.order-create-page  .goodsprice{
    font-size: .75rem;
	font-weight:bold
}
.order-create-page  .dispatchprice{
    font-size: .75rem;
	color:red;
	font-weight:bold
}
.order-create-page  .totalprice{
    font-size: .85rem;
	color:red;
	font-weight:bold
}
.order-create-page  .fui-list-media img {
    width: 4rem;
    height: 4rem;
}
.order-create-page  .mobile{
    display: inline-block;
    overflow: hidden;
}
#carrierInfo .icon{
    font-size: .8rem;
}
.order-create-page  .fui-list-inner .subtitle{
    color:#000;
    font-size: .7rem;
}
.order-create-page .fui-according-header .text{
    font-size: .7rem;
    color:#333
}
.order-create-page .icon.icon-icon02{
    color:#ff5555
}
.order-create-page .lineblock {
    position: relative;
    overflow: hidden;
}

.order-create-page .lineblock:before {
    content: "";
    position: absolute;
    left: .5rem;
    top: 0;
    right: .5rem;
    height: 1px;
    border-top: 1px solid #ebebeb;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.order-picker {
    height: auto;
    width: 100%;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background: #f1f1f1;
    padding-bottom: 2rem;
}

.order-picker-title {
    background: #fff;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.75rem;
    text-align: center;
    position: relative;
}

.order-picker-container {
    position: relative;
    max-height: 18rem;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.order-picker .fui-navbar {
    height: 2rem;
}

.order-picker .fui-navbar .btn {
    border: none;
    font-size: 0.7rem;
    border-radius: 0;
    height: 2rem;
}

.order-picker .fui-navbar .btn:first-child {
    color: #333
}

.order-picker .fui-navbar .btn:last-child {
    width: 0.2%;
}

/*地址，自提点选择器*/
.address-selector-page .fui-content,
.store-selector-page .fui-content {
    margin-top: 5px;
}

.address-selector-page .fui-list-angle {
    margin-left: .5rem;
    margin-right: .2rem;
}
.address-selector-page .address{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.store-selector-page .fui-list-angle {
    width: 3rem;

    margin-right: 0;
}

.store-selector-page .fui-list-media i {
    font-size: 1.3rem;

}

.store-selector-page .fui-list-media i.selected {
    color: #b2423f;
}

.address-selector-page .fui-list-angle i,
.store-selector-page .fui-list-angle i {
    font-size: 1rem;
    color: #999;
}

.store-selector-page .fui-list-angle i {
    margin: 0 .5rem;
    font-size: 1.4rem;
}

.address-selector-page .fui-list-inner,
.store-selector-page .fui-list-inner,
.store-map-page .fui-list-inner {
    border-right: 1px solid #d9d9d9;
}

.store-selector-page .fui-header .fui-header-right {
    font-size: 0.7rem;
}

.store-selector-page .fui-header .title {
    margin-right: -2rem;
}

.store-selector-page .fui-header .fui-header-right .icon-location {
    font-size: 0.5rem;
}

.store-map-page .fui-footer {
    height: auto;
    position: relative;
}

.store-map-page .fui-list-angle {
    margin-left: .5rem;
    margin-right: .1rem;
}

.store-map-page .fui-list-angle i {
    font-size: 1.5rem;
}

.store-map-page .BMap_pop {
    background: #fff;
}

.store-map-page .info-window .address {
    overflow: hidden;
    max-height: 32px;
    font-size: 12px;
    line-height: 1.5;
}

.store-map-page .info-window .navi {
    position: absolute;
    right: 0;
    bottom: 0;
}

.store-map-page .info-window .navi .navi-to {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 50px;
}

.store-map-page .info-window a.tag {
    color: #ccc;
    border: 1px solid #ccc;
    border-radius: .2rem;
    padding: .05rem .5rem;
}

/*-- 新版优惠券样式- */
.coupon-item2 {
    margin: 0.4rem;
    height: 4.4rem;
    position: relative
}

.coupon-item2.selected:after {
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 1px;
    border-bottom: 2px solid #f90;
}


.text-cancel {
    color: #000
}

.text-success {
    color: #04ab02
}

.text-primary {
    color: #0290be
}

.text-warning {
    color: #ff9326
}

.text-danger {
    color: red
}

.text-center {
    text-align: center;
}

.order-pay-page .icon {
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.8rem;
    width: 2rem;
    height: 2rem;
    border-radius: .2rem;
}

.order-pay-page .icon.wechat {
    color: #fff;
    background: #04ab02;
}

.order-pay-page .icon.alipay {
    color: #fff;
    background: #ff9326;
    line-height: 2rem;
}

.order-pay-page .icon.cash {
    color: #fff;
    background: #0290be;
    line-height: 2.1rem;
    font-size: 1.2rem;
}

.order-pay-page .icon.credit {
    color: #fff;
    background: #e2cb04;
    line-height: 2.1rem;
}
.order-pay-page  .fui-cell-group:not(.fui-cell-group-o):before{
    border:0
}
.order-pay-page .fui-list.pay-btn {
    height: 3.25rem;
}
.order-pay-page  .fui-list.pay-btn .fui-list-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.order-pay-page .fui-list.pay-btn .fui-list-media {
    /* border-right: 1px solid #ebebeb; */
    margin-right: .75rem;
    /*width: 2.3rem;*/
    height: 1.7rem;
    /* padding-right: .5rem; */
    padding-right: .6rem;
    position: relative;
}
.order-pay-page  .fui-list.pay-btn .fui-list-media img {
    width: 100%;
    height: 100%;
}
.order-pay-page .fui-list.pay-btn .fui-list-media:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    top: 0.1rem;
    bottom: 0.1rem;
    right: 0;
    border-right: 1px solid #ebebeb;
    color: #ebebeb;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.order-success-page .result-list {
    padding: .3rem 0;
    background: #ff9326
}

.order-success-page .result-list i {
    color: #fff;
    font-size: 2.4rem;
    margin-left: .5rem;
}

.order-success-page .result-list .title {
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
}

.order-success-page .result-list .text {
    color: #fff;
    font-size: .75rem;
    padding-top: .2rem
}

.order-success-page .result-list:after,
.order-success-page .result-list:before {
    display: none;
}

.order-success-page .col-50 {
    margin: 0;
    width: 50%;
    text-align: center;
}

.order-success-page .col-50 .btn {
    padding: 0;
    width: 80%;
}
.order-success-page  .fui-list {
    padding: .55rem .6rem
}
.order-success-page  .fui-list-media span{
    display: inline-block;
    width: .2rem;
    height: .6rem;
    background: #ff5555;
    margin-right: .3rem
}
.order-success-page  .icon-duihao_fuzhi1{
    color: #fff;
    margin-right: .4rem;
    font-size:1rem;
    opacity: 0;
}
.order-success-page  .icon-duihao_fuzhi1.selected{
    color:#ff5555;
    opacity: 1;
}
.order-success-page  .store-selector-page .fui-list-media i{
    font-size: .7rem;
    opacity: 0;
}
.order-success-page  .store-selector-page .fui-list-media i.selected{
    opacity: 1;
}
.order-success-page  .icon-icon_huida_tianxiebtn{
    font-size: 1.2rem;
    color: #666
}
.order-success-page  .fui-list-angle{
    margin-right: 0;
    text-align: right;
}
.order-success-page  .store-item .fui-list-angle i{
    margin: 0;
    color: #999;
    font-size: 1.2rem;
}
.order-success-page .fui-list-angle .angle{
    right: 0;
    position: absolute;
    top: 0
}
.order-success-page  .tacitlyapprove{
    display: inline-block;
    background: #ff5555;
    color: #fff;
    border-radius: .2rem;
    padding: 0 .15rem;
}
.order-success-page  .pickstore{
    color: #ff8000
}
.order-success-page  .moreaddress{
    height: 2.35rem;
    line-height: 2.35rem;
    color: #999;
    font-size: .7rem;
    text-align: center;
}
.order-success-page .fui-list:before {
    content: " ";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0;
    height: 1px;
    border-top: 1px solid #ebebeb;
    color: #ebebeb;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.order-success-page  .fui-list-angle .angle:after{
    position: static;
}
.order-success-page  .fui-list-inner .title.has-address {
    font-size: .7rem;
    line-height: 1.2rem;
    height: 1.2rem;
    display: block;
}
.order-success-page  .fui-list-inner .text{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.order-success-page .realname {
    display: inline-block;
    max-width: 9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 1.2rem;
}
.order-success-page .fui-list .fui-list-angle i {
    margin: 0;
    color: #999;
    font-size: 1.2rem;
}
.store-item .fui-list-angle {
    width: 3rem;
    margin-right: 0;
}

.store-item .fui-list-angle i {
    margin: 0 .5rem;
    font-size: 1.3rem;
}

.store-item .store-inner {
    border-right: 1px solid #d9d9d9;
}
.store-container.fui-cell-group .fui-cell:before{
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: -1px;
    border-top: 1px solid #ededed;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.store-container a.fui-cell{
    display: none;
}
.store-container .show-allshop{
    text-align: center;
    margin: 0.6rem 0 0.8rem;
}
.store-container .show-allshop-btn{
    display: inline-block;
    height: 1.4rem;
    line-height: 1.4rem;
    padding:0  0.6rem;
    border:1px solid #ff5555;
    border-radius: 1rem;
    font-size:0.65rem;
    margin: 0 auto;
    color: #ff5555;
}
.order-success-page .row {
    position: relative;
    margin-top: 10px;
}

.order-detail-page .result-list .fui-list-inner {
    margin-left: .5rem;
}

.order-detail-page .result-list i {
    color: #fff;
    font-size: 2rem;
}

.order-detail-page .order-status {
    padding: .5rem 0;
    background: #ff9326
}

.order-detail-page .order-status .title {
    color: #fff;
    font-weight: bold;
    font-size: .8rem;
}

.order-detail-page .order-status .text {
    color: #fff;
    padding-top: .1rem
}

.order-detail-page .order-status:after,
.order-detail-page .order-status:before {
    display: none;
}

.goods-list {
    background: #f8f8f8
}

.goods-list .fui-list-angle {
    width: 7rem;

    text-align: right;
    color: #999;
    margin-right: .1rem;
    font-size: .7rem;
}

.goods-list .text {
    color: #999;
}

.goods-list .goodstitle {
    color: #333;
}

.price-cell-group .fui-cell {
    padding: .3rem;
}

.goods-list {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.order-detail-page .price-cell-group .fui-cell:before, .order-detail-page .price-cell-group .fui-cell:after {
    display: none;
}

.order-detail-page .price-cell-group .fui-cell .fui-cell-remark {
    font-size: .7rem
}

.order-detail-page .info-cell-group {
    color: #999;
    font-size: .65rem;
    padding: .3rem 0
}

.order-detail-page .info-cell-group .fui-cell {
    padding: .1rem .3rem
}

.order-detail-page .info-cell-group .fui-cell:before, .order-detail-page .price-cell-group .fui-cell:after {
    display: none;
}

.order-detail-page .fui-footer {
    text-align: right;
}

.order-cancel select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.order-detail-page .verifycode-container .fui-cell-group:after,
.order-detail-page .verifycode-container .fui-cell-group:before {
    display: none;
}

.verify-pop {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1001
}

.verify-pop .close {
    z-index: 1001;
    position: absolute;
    top: 20px;
    right: 10px
}

.verify-pop .close i {
    font-size: 2rem;
    color: #fff;
}

.verify-pop .fui-mask {
    background: rgba(0, 0, 0, .9)
}

.verify-pop .qrcode {
    width: 250px;
    height: 250px;
    position: absolute;
    top: 100px;
    z-index: 1001;
    background: #fff;
    left: 50%;
    margin-left: -125px;
}

.verify-pop .qrcode .loading {
    position: absolute;
    top: 100px;
    width: 250px;
    text-align: center
}

.verify-pop .qrcode .qrimg {
    position: absolute;
    width: 250px;
    height: 250px;
    display: none
}

.verify-pop .tip {
    position: absolute;
    top: 380px;
    z-index: 1001;
    width: 100%;
    color: #f90;
    font-size: 1rem;
    text-align: center;
    word-break: break-all
}

.verify-pop .goods {
    position: absolute;
    bottom: 0;
    z-index: 1001;
    width: 100%;
}

.order-comment-page .goods-comment-cell {
    display: none
}

.order-comment-page .goods-comment-cell:after,
.order-comment-page .goods-comment-cell:before {
    display: none;
}

.order-comment-page .goods-comment-btn {
    border-radius: 0.1rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1rem;
    padding: 0 .5rem;
    margin: 0;
}
.order-comment-page .goods-list  .towline{
    color: #000;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: auto;
}
.order-comment-page .goods-list  .subtitle{
    margin-top: .2rem;
    color: #999;
}
.order-comment-page .goods-list  .fui-list-media img{
    width:4rem;
    height: 4rem;
}
.order-comment-page .fui-list-inner{
    height: 4rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;
}
.order-comment-page .goods-list .fui-list-angle {
    width: auto;
    font-size: 0.65rem;
    text-align: right;
    margin-left: .5rem;
    margin-right: 0;
    color: #000;
    height: 4rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;
}
.order-comment-page .fui-cell-label{
    align-self: flex-start;
    line-height: normal;
}
.order-comment-page .fui-label{
    background: transparent;
    font-size: .7rem;
}
.order-comment-page .fui-stars{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.order-comment-page .icon-roundclose{
    align-self:flex-start;
    -webkit-align-self:flex-start;
}
.order-comment-page .fui-navbar{
    height: 2.25rem;
}

.order-express-page .info-list .fui-list .fui-list-inner .state {
    font-size: 0.7rem;
}

.order-express-page .info-list .fui-list .fui-list-inner .expcom {
    font-size: 0.6rem;
    color: #959595;
}

.order-express-page .info-list .fui-list .fui-list-inner .expcom a {
    color: #4aa1f6;
}

.order-express-page .info-list .fui-list .fui-list-media img {
    height: 3.2rem;
    width: 3.2rem;
}

.order-express-page .fui-list-group .fui-list .fui-list-inner .time {
    font-size: 0.6rem;
    color: #7D878D;
}

.order-express-page .express-list .fui-list {
    padding: 0;
}

.order-express-page .express-list .fui-list-inner {
    padding: 0.5rem 2rem;
}

.order-express-page .express-list .fui-list .fui-list-inner:before {
    content: " ";
    width: 0;
    height: 100%;
    position: absolute;
    border-left: 0.1rem solid #c9c9c9;
    top: 0;
    left: 1rem;
    z-index: 9999;
}

.order-express-page .express-list .fui-list-inner .text {
    color: #333;
}

.order-express-page .express-list .fui-list-inner .time {
    color: #999;
}

.order-express-page .express-list .fui-list-inner .text.step:before {
    content: " ";
    width: 0;
    height: 0.3rem;
    width: 0.3rem;
    background: #aaa;
    border: 0.1rem solid #c9c9c9;
    border-radius: 0.5rem;
    position: absolute;
    top: 0.25rem;
    left: -1.1rem;
    z-index: 9999;
}

.order-express-page .express-list .fui-list.current .fui-list-inner .text {
    color: #ef4f4f;
}

.order-express-page .express-list .fui-list.current .fui-list-inner .text.step:before {
    background: #ef4f4f;
    border: 0.1rem solid #fd9797;
}

.order-express-page .express-list .fui-list:first-child .fui-list-inner:before {
    top: 1rem;
}

.order-express-page .express-list .fui-list:last-child .fui-list-inner:before {
    height: 1rem;
}

.order-list-page .fui-tab {
    position: absolute;
    width: 100%;
    top: 2.2rem;
}

.order-list-page .fui-content {
    top: 4.5rem;
	padding-bottom:3rem
}

.order-list-page .order-list .status {
    float: right
}

.order-list-page .goods-list {
    background: #fff;
    position: relative;
}

.order-list-page .lineblock {
    position: relative;
    overflow: hidden;
}

.order-list-page .lineblock:before {
    content: "";
    position: absolute;
    left: .5rem;
    top: 0;
    right: .5rem;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.order-list-page .opblock {
    padding: 0 .5rem;
    font-size: .7rem;
    color: #333;
    height: 2.4rem;
    line-height: 2.4rem;
}

.order-list-page .opblock .btn {
    padding:0 0.5rem;
    line-height: 1.3rem;
    margin: 0;
    font-size: 0.65rem;
}
.order-list-page  .icon.icon-delete:before{
    display: none;
}
.order-list-page  .fui-list-group:first-child{
    margin-top: 0;
}
.order-list-page .fui-list-group-title{
    color: #000;
    font-size: .7rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
}
/*.order-list-page .fui-list-group-title:after{*/
/*content: "";*/
/*position: absolute;*/
/*left: .5rem;*/
/*bottom: 0;*/
/*right: .5rem;*/
/*height: 1px;*/
/*border-top: 1px solid #ebebeb;*/
/*-webkit-transform-origin: 0 100%;*/
/*-ms-transform-origin: 0 100%;*/
/*transform-origin: 0 100%;*/
/*-webkit-transform: scaleY(0.5);*/
/*-ms-transform: scaleY(0.5);*/
/*transform: scaleY(0.5);*/
/*}*/
.order-list-page .order-list .status{
    font-size: .75rem;
}
.order-list-page .order-list .status:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.4rem;
    width: 0.4rem;
    border-width: 1px 1px 0 0;
    border-color: #b2b2b2;
    border-style: solid;
    position: relative;
    top: 0px;
    margin-left: .1em;
}
.order-list-page .order-list .status.noremark:after{
    display: none;
}
.order-list-page .order-list .status.noremark{
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;justify-content: flex-end;
    height: 100%;
}
.order-list-page .fui-list-media img{
    width:4rem;
    height: 4rem;
}
.order-list-page .fui-list-inner .towline {
    color: #000;
    font-size: 0.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: auto;
}
.order-list-page .goods-list .fui-list-angle{
    width: auto;
    font-size: 0.7rem;
    text-align: right;
    margin-left: .5rem;
    margin-right: 0;
    color:#000
}
.order-list-page .fui-list-inner .subtitle{
    margin-top: .2rem;
}

.order-list-page .opblock .btn{
    border-radius: 1rem;
    margin-left: .5rem;
    display: flex;
    /*align-items: center;*/
}
.order-list-page  .fui-list:before{
    display: none;
}
.order-list-page .fui-list.goods-list .fui-list-inner{
    height: 3.5rem;
    align-self: center;
}
.order-list-page .fui-list.goods-list .fui-list-angle{
    height: 3.5rem;
    align-self: center;
}
/*.order-list-page .fui-list-inner .subtitle{*/
/*display: block;*/
/*}*/
.order-list-page .icon-erweimazhuanhuan{
    margin-right: .2rem;
    font-size: .6rem;
    margin-top: -.1rem;
}
.order-list-page .lineblock {
    height: auto !important;
}
.order-list-page .lineblock.opblock .status.noremark{
    height: auto;
}
.order-list-page .lineblock.opblock .status.noremark .btn{
    margin: .5rem 0 .5rem .5rem;
}


.order2.order-list-page  .icon.icon-delete:before{
    display: none;
}
.order2.order-list-page   .fui-list-group:first-child{
    margin-top: 0;
}
.order2.order-list-page   .fui-list-group-title{
    color: #999;
    font-size: .7rem;
    position: relative;
}

.order2.order-list-page .order-list .status{
    font-size: .7rem;
}
.order2.order-list-page .order-list .status:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.4rem;
    width: 0.4rem;
    border-width: 1px 1px 0 0;
    border-color: #b2b2b2;
    border-style: solid;
    position: relative;
    top: 0px;
    margin-left: .1em;
}
.order2.order-list-page .order-list .status.noremark:after{
    display: none;
}
.order2.order-list-page .order-list .status.noremark{
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end; justify-content: flex-end;
    height: 100%;
}
.order2.order-list-page  .fui-list-media img{
    width:4rem;
    height: 4rem;
}
.order2.order-list-page  .fui-list-inner .towline {
    color: #000;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: auto;
}
.order2.order-list-page   .goods-list .fui-list-angle{
    width: auto;
    font-size: 0.7rem;
    text-align: right;
    margin-left: .5rem;
    margin-right: 0;
    color:#000
}
.order2.order-list-page   .fui-list-inner .subtitle{
    margin-top: .2rem;
}

.order2.order-list-page .opblock .btn{
    border-radius: 1rem;
    margin-left: .5rem;
    display: flex;
    /*align-items: flex-start;*/
}
.order2.order-list-page .fui-list:before{
    display: none;
}
.order2.order-list-page .lineblock {
    color: #000;
    font-size: .7rem;
}
.goods-item .fui-list-angle {
    width: auto;
    text-align: right;
    font-size: .7rem;
    color: #666;
    margin-right: .1rem;
}

.goods-item .fui-list-angle .price {
    text-align: right;
    display: inline-block;
    width: 100%;
}

/**购物车**/
.member-cart-page {
}

.member-cart-page .fui-footer {
    padding: 0;
    margin: 0;
    height: 2.4rem;
}

.member-cart-page .fui-footer .fui-list {
    padding: .2rem .1rem 0rem .5rem;
}

.member-cart-page .fui-footer .fui-list .fui-list-inner .subtitle {
    padding-top: .5rem;
}

.member-cart-page .fui-footer .fui-list .fui-list-angle {
    padding: 0;
    width: 40%;
    margin: 0;
}

.member-cart-page .fui-footer .fui-list .fui-list-angle .btn {
    border-radius: 0px;
    margin: 0;
    width: 100%;
}

.member-cart-page .fui-footer .fui-list .fui-list-inner .subtitle {
    padding: 0;
}

.member-cart-page .editmode {
    display: none;
}

.member-cart-page .fui-footer.editmode .fui-list .fui-list-angle {
    float: right;
    width: 100%;
}

.member-cart-page .fui-footer.editmode .fui-list .fui-list-angle {
    text-align: right
}

.member-cart-page .fui-footer.editmode .fui-list .fui-list-angle .btn {
    border-radius: .2rem;
    width: auto;
    height: 1.8rem;
    line-height: 1.8rem;
    margin-top: .2rem;
}

.member-cart-page .fui-radio {
    position: absolute;
    top: 50%;
    margin-top: -0.1rem;
}

.member-cart-page .image-media {
    margin-left: 1rem;
}

.member-cart-page .choose-option {
    padding: .2rem 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.member-cart-page .editmode .choose-option:after {
    content: "  ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0.3rem;
    width: 0.3rem;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .3em;
}

/*.member-cart-page .editmode .choose-option {*/

/*border-bottom: 1px solid #d9d9d9;*/
/*}*/

/*mjy*/
.member-cart-page .fui-list-media img {
    width: 4rem;
    height: 4rem;
}
.member-cart-page .fui-list.goods-item {
    padding: .65rem .6rem;
}
.member-cart-page .fui-list.goods-item .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 1.2rem;
    font-size: .65rem;
    color: #000;
}

.member-cart-page .fui-list.goods-item .price .productprice {
    color: #999;
    padding-left: 2px;
    text-decoration: line-through;
    font-size: 0.6rem;
}

.member-cart-page .fui-list.goods-item .fui-list-inner {
    min-height: 4.6rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.member-cart-page .fui-list.goods-item .subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color:#000
}
.member-cart-page .fui-list-inner .subtitle{
    color:#000;
    font-size: .65rem;
}
.member-cart-page .fui-list.goods-item .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    width: 100%;
}
.member-cart-page .fui-list .fui-list-inner .subtitle i{
    margin-left: 1.5rem;
}
.member-cart-page .fui-list-group:first-of-type{
    margin-top: 0;
}
.member-cart-page .fui-list-group:not(.fui-list-group-o):before{
    border: 0;
}
.member-cart-page .btn.btn-danger:active, .btn.btn-danger.disabled{
    background: #ccc;
    border:1px solid #ccc;
    color: #fff;
}
.member-cart-page .btn.btn-default.disabled {
    background: #ccc;
}
.member-cart-page .fui-list.noclick .btn.attention.disabled {
    background: #ccc;
}
.member-cart-page .fui-list.noclick .fui-list-inner{
    text-align: right;
    height: 100%;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: .5rem;
}
.member-cart-page  .fui-list.noclick .fui-list-inner .subtitle{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;justify-content: flex-end;
}
.member-cart-page .fui-list.noclick{
    padding:0 0 0  .6rem;
    height: 2.45rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.member-cart-page .fui-list.noclick .btn{
    margin: 0;
    width: 4rem;
    border: 0;
    padding: 0;
}
.member-cart-page .fui-list.noclick .btn.attention{
    background: #ffa800;
}
.member-cart-page .fui-list.align-start .fui-list-media {
    align-self: center;
}
.member-cart-page .fui-list.noclick .fui-list-angle {
    margin: 0;
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
}
.member-cart-page .fui-list.noclick .fui-list-angle .btn{
    border-radius: 0;
    height: 100%;
    line-height: 2.45rem;
    font-size: .7rem;
    color:#fff;
    margin-left: .05rem;

}
.member-cart-page .fui-list.noclick .fui-list-angle .settlement{
    width: 5rem;
    margin-left: .25rem;
}
.member-cart-page .fui-list.noclick .fui-list-inner .text{
    font-size: .6rem;
    color: #999999;
}
/*.fui-list .fui-list-inner .subtitle i{*/
/*margin: 0 .25rem 0 .6rem;*/
/*}*/
.member-cart-page .fui-footer.cartmode{
    height: 2.4rem ;
}
.member-cart-page .fui-footer.editmode{
    height: 2.4rem;
}

.member-cart-page .package-buy a.package-buy-a{
    width: 6rem;
    height:2.4rem ;
}
.member-cart-page .fui-list.goods-item .fui-list-inner .towline {
    color: #000;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: auto;
}
.member-cart-page .fui-list.goods-item .fui-list-inner{
    /*height: 3.5rem;*/
    align-self: center;
}

.member-cart-page .goods-item .fui-list-angle{
    width: auto;
    font-size: 0.65rem;
    text-align: right;
    margin-left: .5rem;
    margin-right: 0;
    color:#000;
    height: 3.5rem;
    align-self: center;
}
.member-cart-page  .fui-list-inner .subtitle{
}
.member-cart-page2 .fui-list.goods-item .fui-list-inner{
    min-height:3.5rem ;
}
.page-shop-notice-detail .fui-content .fui-article {
    padding-top: 0.5rem;
}

.page-shop-notice-detail .fui-content .fui-article .content {
    text-indent: 2em;
    margin-top: 1em;
}

.page-shop-notice-detail .fui-content .fui-article .title {
    text-align: center
}

.page-shop-notice-detail .fui-content .fui-article .subtitle {
    text-align: center
}

.page-shop-notice-detail .fui-content .fui-article hr {
    border: 0;
    border-top: 1px solid #e0e0e0
}

/*.page-shop-goods_category {margin: 0; background: #fff;}*/
.page-shop-goods_category .fui-title {
    padding-left: 0;
}

.page-shop-goods_category .fui-header {
    background: #fff;
}

.page-shop-goods_category .fui-header .title {
   /* padding-left: 1.5rem;*/
}

.page-shop-goods_category .fui-header .searchbar {
    margin: 0 1.8rem 0 1.5rem;
}

.page-shop-goods_category .fui-header .searchbar {
    padding: 0.4rem;
}

.page-shop-goods_category .fui-header .searchbar .search-input input {
    border: 0;
    background: #efefef;
}
.fui-icon-group .fui-icon-col .text {
    font-size: 0.55rem;
    line-height: 1.05rem;
    padding-top: .5rem;
}

.fui-fullHigh-group {
    top: 0;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.fui-fullHigh-item {
    width: 100%;
    background: #fff;
    overflow-y: auto;
}

.fui-fullHigh-item.menu {
    width: 5.25rem;
    background: #f5f5f5;
}

.fui-fullHigh-item.menu nav {
    line-height: 2.5rem;
    font-size: 0.65rem;
    text-align: center;
    color: #000;
    padding: 0rem 0.2rem;
    height: 2.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.fui-fullHigh-item.menu nav:active {
    background: #fff;
}

.fui-fullHigh-item.menu nav.on {
    background: #fff;
    position: relative;
    color: #ff5555;
    font-size: .65rem;
}

.fui-fullHigh-item.menu nav.on:before {
    width: 0;
    height: 100%;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-left: 0.2rem solid #ff5555;
    z-index: 2;
}

.fui-fullHigh-item.container {
    padding: 0.8rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-shop-goods_category .fui-fullHigh-item.container .swipe {
    height: auto;
    width: 100%;
    background: #eee;
    /*margin-bottom: .7rem;*/
    display: block;
}

.page-shop-goods_category .fui-fullHigh-item.container .swipe img {
    width: 100%;
    background: #eee;
    display: block
}

.page-shop-goods_category .fui-fullHigh-item.container .fui-title {
    display: block
}

.page-shop-goods_category .fui-icon-group .fui-icon-col:before,
.page-shop-goods_category .fui-icon-group {
    border: 0;
}

.page-shop-goods_category .fui-icon-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-shop-goods_category .fui-icon-group .fui-icon-col {
    /*float: left;*/
    width: 33.3%;
    padding:0;
}
.page-shop-goods_category .fui-icon-group .fui-icon-col:nth-of-type(3n){
    margin-right: 0;
}
.page-shop-goods_category .fui-icon-group .fui-icon-col  .icon{
    height: 2.2rem;
    width:100%;
    line-height: 2.2rem;
}
.page-shop-goods_category .fui-icon-group .fui-icon-col  .icon.radius img{
    border-radius: 50%;
}
.page-shop-goods_category .fui-icon-group .fui-icon-col  img {
    width:2.2rem;
    height: 100%;
}
.page-shop-goods_category .fui-icon-group  .fui-icon-col .icon i{
    font-size: 2rem;
    margin-top: 0;
    color: #ccc;
}

/* notice 样式 */
.fui-notice {
    height: auto;
    font-size: 0.8rem;
    background: #fff;
    padding: 0.3rem;
    overflow: hidden;
    position: relative;
}

.fui-notice:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
}

.fui-notice:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    border-top: 1px solid #e2e2e2;
}

.fui-notice .image {
    display: inline-block;
    height: 1rem;
    width: auto;
    position: relative;
    float: left;
    padding-right: 0.5rem;
    vertical-align: middle;
}

.fui-notice .image img {
    height: 70%;
    width: auto;
    float: left;
    margin-top: 0.15rem;
}

.fui-notice .image:before {
    content: " ";
    position: absolute;
    width: 0;
    top: 0.1rem;
    right: 0;
    bottom: 0.1rem;
    border-right: 1px solid #e2e2e2;
}

.fui-notice .icon {
    height: 1rem;
    padding-left: 0.2rem;
    float: left;
    color: #fd5454;
    line-height: 1rem;
}

.fui-notice .text {
    height: 1rem;
    padding-left: 0.2rem;
    font-size: 0.6rem;
    color: #333;
    line-height: 1rem;
    overflow: hidden;
}

.fui-notice .text ul li {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fui-notice a {
    color: #333;
}

/* cube 样式 */
.fui-cube {
    height: 0;
    width: 100%;
    margin: 0rem 0;
    padding-bottom: 50%;
    position: relative;
}
.fui-cube-bg {
    height: 0;
    width: 100%;
    margin: 0rem 0;
    padding-bottom: 50%;
    position: relative;
	background: #f3f3f3;
}
.fui-cube-bg .fui-cube-left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border-right:2px solid  #fff
}

.fui-cube-bg .fui-cube-right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.fui-cube-bg .fui-cube-left .cube-bg{
	font-size:0.75rem;text-align:center;height:150px;line-height:150px
}
.fui-cube-bg .active{
	background:#fce9e9
}
.fui-cube-bg .fui-cube-right .cube-bg{
	font-size:0.75rem;text-align:center;height:50px;line-height:50px;border-bottom:2px solid  #fff
}
.fui-cube .fui-cube-left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fui-cube .fui-cube-right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}

.fui-cube .fui-cube-right1 {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.fui-cube .fui-cube-right2 {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
}

.fui-cube .fui-cube-right2 .left {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.fui-cube .fui-cube-right2 .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.fui-cube .fui-cube-right3-1 {
    width: 100%;
    height: 33.3%;
    position: absolute;
    top: 0;
    left: 0;
}
.fui-cube .fui-cube-right3-2 {
    width: 100%;
    height: 33.3%;
    position: absolute;
    top: 33.3%;
    left: 0;
}
.fui-cube .fui-cube-right3-3 {
    width: 100%;
    height: 33.3%;
    position: absolute;
    top: 66.6%;
    left: 0;
}
.fui-cube img {
    width: 100%;
    height: 100%;
}

/* 首页样式 */
.shop-index-page .searchbtn {
    background: none;
    border: 0;
}

/* 顶部关注条 */
.follow_topbar:active {
    background: rgba(0, 0, 0, 0.8);
}

.follow_topbar:before {
    border: none;
}

.follow_topbar {
    height: 2.6rem;
    background: rgba(51, 51, 51, 1);
    padding: 0.3rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    overflow: hidden;
}

.follow_topbar .fui-list-media,
.follow_topbar .fui-list-media img {
    height: 1.8rem;
    width: 1.8rem;
}

.follow_topbar .fui-list-media img.radius {
    border-radius: 0.3rem
}

.follow_topbar .fui-list-media img.circle {
    border-radius: 1.8rem
}

.follow_topbar .fui-list-inner .text {
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.9rem;
}

.follow_topbar .fui-list-angle {
    width: 5rem;
    margin: 0 0.3rem;
    text-align: right;
}

.follow_topbar .fui-list-angle .btn {
    height: 1.4rem;
    padding: 0 0.3rem;
    margin: 0;
    line-height: 1.4rem;
    font-size: 0.6rem;
}

.follow_topbar ~ .fui-content {
    top: 2.6rem
}

.page-goods-detail .follow_topbar ~ .fui-header {
    top: 2.6rem;
}

.page-goods-detail .follow_topbar ~ .fui-content {
    top: 4.8rem
}

.page-goods-detail .follow_topbar ~ .detail-block.in {
    -webkit-transform: translate3d(0, -2.2rem, 0);
    transform: translate3d(0, -2.2rem, 0);
    bottom: 0;
}

/* 店招*/
.fui-shopsign {
    height: auto;
    overflow: hidden;
    display: block;
}

.fui-shopsign .menu {
    height: auto;
    width: 100%;
    background: #fff;
    padding: 0.5rem 0;
    position: relative;
}

.fui-shopsign .menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e7e7e7;
}

.fui-shopsign .menu .item {
    width: 1%;
    height: auto;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #999;
    position: relative;
}

.fui-shopsign .menu .item .icon {
    font-size: 1.0rem;
}

.fui-shopsign .menu .item p {
    line-height: 1.0rem;
}

.fui-shopsign .menu .item .text {
    padding: 0;
    margin: 0;
    line-height: 0.7rem;
    font-size: 0.55rem;
}

.fui-shopsign .menu .item.on {
    color: #f90;
}

.fui-shopsign .menu .item.on:before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 0.1rem solid #f90;
}

.fui-shopsign .store {
    min-height: 3rem;
    display: block;
    position: relative;
}

.fui-shopsign .store .fui-list-group {
    margin: 0;
    background: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.fui-shopsign .store .fui-list-group:after,
.fui-shopsign .store .fui-list-group:before {
    border: 0;
}

.fui-shopsign .store .fui-list-group .fui-list {
    padding: 0;
}

.fui-shopsign .store .fui-list-group .fui-list:active {
    background: none;
}

.fui-shopsign .store .fui-list-group .fui-list .title,
.fui-shopsign .store .fui-list-group .fui-list .subtitle {
    color: #fff;
}

.fui-shopsign .store .fui-list-group .follow {
    position: relative;
    padding-left: 0.5rem;
}

.fui-shopsign .store .fui-list-group .follow .follow-num {
    padding-right: 0.4rem;
}

.fui-shopsign .store .fui-list-group .follow .follow-num p {
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
}

.fui-shopsign .store .fui-list-group .follow:before {
    content: "";
    position: absolute;
    top: 0.2rem;
    left: 0;
    bottom: 0.2rem;
    border-left: 1px solid rgba(225, 225, 225, 0.8);
}

.fui-shopsign .store .fui-list-group .follow .btn {
    height: 1.6rem;
    line-height: 1.6rem;
    margin: 0;
    border: 0;
    font-size: 0.7rem;
}

.fui-shopsign .store .storeimg {
    display: block;
    width: 100%;
    height: auto;
}

.order-weixinpay-hidden {
    position: absolute;width:100%;height:100%;
    top:2.2rem;left:0;
    background:rgba(255,255,255,1);
}

.order-weixinpay-hidden .tip {
    font-size:0.7rem;
    color:#333;
}
.wap-qrcode-container {
    height: 14rem;
    width: 180px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    position: fixed;
    top: 100px;
}

.wap-qrcode-container p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.wap-qrcode-container .qrcode-image {
    height: 160px;
    width: 160px;
}

.wap-qrcode-container canvas {
    height: 158px;
    width: 158px;
    border: 1px solid #ddd;
}
.dispatching{overflow: hidden;max-height:25rem;overflow: hidden;}
.dispatching-info{max-height: 20rem;overflow:auto;margin-top:0.5rem;}
.dispatching i{font-style: normal;display: inline-block;border:1px solid #ebebeb;height:1.2rem;line-height:1.2rem;padding:0 0.5rem;
    margin:0 0.1rem 0.2rem 0;font-size:0.6rem;border-radius: 0.15rem}

#alert-picker,#offic-picker{display: none;}
.offic-download-info{position: absolute;top:8rem;left:3rem;right:3rem;height:auto;-webkit-border-radius: 0.25rem;border-radius: 0.25rem;padding:1rem;background: #fff;z-index: 1000;font-size:0.6rem;color:#666;text-align: center;}
.offic-share-info{text-align: center;font-size:0.7rem;color:#666;line-height: 1rem;}
.offic-share-title{color:#e63539;font-size:09rem;font-weight: bold;}
.offic-share-info span{color:#e63539;}
.offic-cell-text{text-align: center;}
.offic-cell-text i{width:2rem;height:2rem;display: inline-block;font-size:20px;background: #e63539;-webkit-border-radius: 2rem;border-radius: 2rem;line-height: 2rem;color:#fff;}
.offic-cell-text p{height:1.5rem;line-height: 1.5rem;font-size:0.6rem;color:#999;}

.alert-content{}
.alert{position: absolute;left:2rem;right:2rem;border:1px solid #eee;background: #fff;top:2rem;z-index: 1001;padding:1rem;}
.alert-close1{border:none;background: #000;font-size:1.4rem;position: absolute;right:-0.4rem;top:-1.8rem;width:1.5rem;height:1.5rem;
-webkit-border-radius: 50%;border-radius: 50%;display: block;line-height: 1.5rem;color:#fff;border:1px solid #fff;display: block;text-align: center;
font-style: normal;}
.alert-goods-img{width:100%;}
.alert-qrcode{padding:0;}
.alert-qrcode-i{width:4rem;height:4rem;display: block;}
.alert-qrcode-i canvas{widtH:4rem;height:4rem;}
.alert .fui-list:before{border:none;}

.alert-content{}
.alert-content h2{font-size:0.7rem;max-height:2rem;overflow: hidden;line-height: 1rem;color:#283139;}
.alert-content span{font-size:1rem;font-weight: bold;color: #ff3f5a;}
.alert-content del{font-size:0.7rem;color: #999;}
.alert-arcode-center{height:1rem;line-height: 1rem;font-size:1rem;text-align: center;margin:0.5rem 0;}

#alert-click{width:1.6rem;height:1.6rem;background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;color:#fff;display: block;line-height: 1.6rem;text-align: center;font-size:0.8rem;-webkit-border-radius: 50%;border-radius: 50%;position: absolute;right:1rem;top:0.5rem;z-index: 1001;}
.alert-model{}

.alert-header{padding:0 0 0.5rem 0;}
.alert-header .fui-list-media img{width:2rem;height:2rem;-webkit-border-radius: 50%;border-radius: 50%;}
/*弹层样式2*/

.alert2{position: fixed;left:2rem;right:2rem;background: #fff;top:20%;z-index: 1001;-webkit-border-radius: 0.4rem;
border-radius: 0.4rem;overflow: hidden;}
.alert2 .fui-list:before{border-top:none;border-bottom:1px dashed #dddddd;}
.alert2 .fui-list{border-bottom:1px dashed #dddddd;}
.fui-list-media img.alert2-goods-img{width:4rem;-webkit-border-radius: 0.2rem;border-radius: 0.2rem;}
.alert2-title{max-height:2rem;line-height: 1rem;font-size:0.7rem;color:#283139;overflow: hidden;}
/*.alert2-goods p{height:1rem;line-height: 1rem;color:#283139;font-size:0.6rem;}*/
.alert2-goods span{font-size:1rem;color:#ff3f5a;}
.alert2-goods del{font-size:0.6rem;color:#999;}
.alert2-qrcode{padding:1rem 0;text-align: center;}
.alert2-qrcode .alert-qrcode-i{width:6rem;height:6rem;display: block;margin:0 auto;}
.alert2-qrcode .alert-qrcode-i canvas{width:6rem;height:6rem;}
.alert2-qrcode p{height:2rem;line-height:2rem;font-size:0.6rem;color:#283139;}
.alert-close2{width:100%;height:1.5rem;line-height:1.5rem;background: #fe9b44;color:#fff;text-align: center;display: block;font-size:0.8rem;}

#alert-mask{position: fixed;background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;width: 100%;height: 100%;left: 0;top: 0;z-index: 1000;-moz-transition-duration: 400ms;-webkit-transition-duration: 400ms;transition-duration: 400ms;}
#alert-mask2{position: fixed;background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;width: 100%;height: 100%;left: 0;top: 0;z-index: 1000;-moz-transition-duration: 400ms;-webkit-transition-duration: 400ms;transition-duration: 400ms;}
#alert-mask3{position: fixed;background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;width: 100%;height: 100%;left: 0;top: 0;z-index: 1000;-moz-transition-duration: 400ms;-webkit-transition-duration: 400ms;transition-duration: 400ms;}
.tips {border:1px solid transparent;border-radius:0.2rem;margin:0.2rem;padding:0.2rem;color:#666;font-size:0.65rem}
.tips-success {
	background-color:rgb(246, 248, 249);
	border-color:rgb(246, 248, 249)
}
.tips-info {
	background-color:#d9edf7;
	border-color:#bce8f1
}
.tips-yellow {
	background-color:#fbeccd;
	border-color:#faebcc
}
/*商品标签样式2016-09-22*/
@media (min-width: 320px) and (max-width: 350px) {
    .cl-4{width:33.3333333333%;float:left;padding:0 0.1rem;display: block;}
}
@media (min-width: 351px) and (max-width: 759px) {
    .cl-3{width:25%;float:left;padding:0 0.1rem;display: block;}
}
@media (min-width: 760px) and (max-width: 1024px) {
    .cl-2{width:16.6666666667%;float:left;padding:0 0.1rem;display: block;}
}
.goods-label-demo{background: #fff;margin:0.1rem 0.65rem}
.goods-label-list{padding:0.4rem 0.2rem;background: #fff;}
.goods-label-list i{font-size:0.7rem;margin-right:0.05rem}
.goods-label-list span{overflow: hidden;font-size:0.7rem;margin-right:0.3rem}
.goods-label-list span strong{font-weight:normal;}
/*套餐*/
.package-goods{padding:0.2rem 0.5rem;}
.package-goods .package-goods-img{width:100%;}
.package-goods p{color:#fd5454;font-size:0.6rem;}
.package-goods span{height:1.6rem;line-height: 0.8rem;overflow: hidden;display: block;color:#333;font-size:0.6rem;}
.package-list{padding:0;overflow-y: auto;}
.package-buy{height:2.4rem;}
.package-buy a.package-buy-a{height:2.4rem;display: block;line-height: 2.4rem;color:#fff;text-align: center;background: #ef4f4f;}

.package-list-inner{white-space: nowrap;height:7rem;}
.package-list-inner .package-goods{width:33.33333333%;float:left;}


#product {
    width:100%;
    border-bottom:1px solid #D9D9D9;
    margin:0;
    float:left;
    padding:0.5rem 0 0;
    background: #fff;
}
#product div#content {
    position:relative;
    width:100%;
    height:7rem;
    display:inline-block;
    overflow:hidden;
    float:left;
}
#product div#content_list {
    position:absolute;
    width: 4000px;
}
#product dl{
    width:5.5rem;
    float:left;
}
#product dl:hover {
    border:1px solid #333;
    background:#ccc;
}
#product dl dt {

}
#product dl dt img {
}
#product dl dd {
    text-align:center;
    font-size:0.6rem;
    height:1.4rem;
    line-height: 0.7rem;
    overflow: hidden;
}
#product span.prev{
    cursor:pointer;
    display:inline-block;
    width:1rem;
    height:6.5rem;
    line-height: 4.5rem;
    float:left;
    margin:0;
}
#product span.next{
    cursor:pointer;
    display:inline-block;
    width:1rem;
    height:6.5rem;
    line-height: 4.5rem;
    float:right;
    margin:0;
}
#product span .icon{font-size:1.2rem;font-weight:bold;text-align: center;}

/* 秒杀组 */
.seckill-group {
    margin-top: 0.5rem;
    background-color: #fff;
    line-height: 1.4;
    font-size: 0.8rem;
    overflow: hidden;
    position: relative;
}

.seckill-group:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.seckill-group:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.seckill-group.noborder:before,
.seckill-group.noborder:after {
    border: 0;
}

.seckill-group .seckill-title {
    position: relative;
    padding: 0.5rem 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.seckill-group .seckill-title .seckill-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:.75rem;
    color:#666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.seckill-group .seckill-title .seckill-remark {
    color: #888;
    text-align: right;
    font-size: 0.7rem;
    margin-right: .2rem;
}

.seckill-group .seckill-title .seckill-remark:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.3rem;
    width: 0.3rem;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .3em;
}

.seckill-group .seckill-goods {
    padding: 0 0.5rem 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.seckill-group .seckill-goods .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.seckill-group .seckill-goods .item {
    height: auto;
    width: 4rem;
    float: left;
}

.seckill-group .seckill-goods .item.last-item {
    height: auto;
    width: 1.5rem;
    font-size: 0.55rem;
    color: #666;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -0.5rem;
}

.seckill-group .seckill-goods .item.last-item .inner {
    width: 1rem;
    text-align: right;
}

.seckill-group .seckill-goods .item .thumb {
    height: 4rem;
    width: 4rem;
    margin: auto;
    position: relative;
}

.seckill-group .seckill-goods .item .thumb img {
    height: 4rem;
    width: 4rem;
    display: block;
}

.seckill-group .seckill-goods .item .thumb .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ef4f4f;
    color: #fff;
    font-size: 0.5rem;
    padding: 0 0.1rem;
    line-height: 0.65rem;
}

.seckill-group .seckill-goods .item .thumb .tag.orange {
    background: #fe9402;
}

.seckill-group .seckill-goods .item .thumb .tag.purple {
    background: #7e42fd;
}

.seckill-group .seckill-goods .item .thumb .tag.green {
    background: #4fd88a;
}

.seckill-group .seckill-goods .item .marketprice {
    color: #ef4f4f;
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.8rem;
    font-weight: normal;
    margin-top: 0.4rem;
}

.seckill-group .seckill-goods .item .productprice {
    color: #999;
    text-decoration: line-through;
    font-size: 1rem;
    text-align: center;
    line-height: 0.5rem;
    transform: scale(0.5,0.5);
    -ms-transform:scale(0.5,0.5);
    -moz-transform:scale(0.5,0.5);
    -webkit-transform:scale(0.5,0.5);
    -o-transform:scale(0.5,0.5);
}

.seckill-group .killtime {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #444;
}

.seckill-group {
    height: auto;
}

.seckill-group  img {
    height: 0.7rem;
    max-width: 5rem;
    margin-right: 0.2rem;
    line-height: 0.7rem;
}

.seckill-group .title {
    font-size: 0.7rem;
    color: #444;
    margin-right: 0.2rem;
    line-height: 0.7rem;
    margin-top: 1px;
}

.seckill-group .killtime span {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.seckill-group .killtime .item {
    height: 0.8rem;
    line-height: 0.7rem;
    border: 1px solid #d9d9d9;
    padding: 0rem 0.1rem;
    margin: 1px 1px 0px;
}

.fui-audio {
    height: auto;
    background: #f1f1f1;
    margin: 0.8rem;
    padding: 0.6rem;
    border: 1px solid #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.fui-audio .horn {
    width: 1.4rem;
    height: 1.25rem;
    background-image: url(../images/diy/icon_audio_reading_3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.fui-audio .horn.playing {
    -webkit-animation: audio_playing 1s infinite;
}

.fui-audio .center {
    width: 100%;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.fui-audio .center p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fui-audio .time {
    font-size: 0.7rem;
    color: #666;
}

.fui-audio .speed {
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 0%;
    height: 0.1rem;
    background: #44b549;
}

@-webkit-keyframes audio_playing {
    30% {
        background-image: url(../images/diy/icon_audio_reading_1.png)
    }
    31% {
        background-image: url(../images/diy/icon_audio_reading_2.png)
    }
    61% {
        background-image: url(../images/diy/icon_audio_reading_2.png)
    }
    62% {
        background-image: url(../images/diy/icon_audio_reading_3.png)
    }
    100% {
        background-image: url(../images/diy/icon_audio_reading_3.png)
    }
}

.fui-chat-item {
    height: 2.2rem;
    margin: 0.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}

.fui-chat-item .face {
    height: 2.2rem;
    width: 2.2rem;
    background: #eee;
    -webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 2px rgba(0, 0, 0, 0.1);
}

.fui-chat-item .face img {
    height: inherit;
    width: inherit;
    display: block;
}

.fui-chat-item .msg {
    margin: 0 2.7rem 0 0.5rem;
    background: #fefefe;
    padding: 0 0.8rem;
    position: relative;
    border-radius: 0.25rem;
    border: 1px solid rgba(195, 195, 195, 0.3);
    -webkit-box-shadow:0 0 1px rgba(195, 195, 195, 0.1);
    -moz-box-shadow:0 0 1px rgba(195, 195, 195, 0.1);
    box-shadow:0 0 1px rgba(195, 195, 195, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    min-width: 4rem;
}

.fui-chat-item .msg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.28rem;
    height: 0.4rem;
    width: 0.4rem;
    background: #fefefe;
    margin-top: -0.2rem;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    border: 1px solid rgba(195, 195, 195, 0.3);
    -webkit-box-shadow:0 0 1px rgba(195, 195, 195, 0.1);
    -moz-box-shadow:0 0 1px rgba(195, 195, 195, 0.1);
    box-shadow:0 0 1px rgba(195, 195, 195, 0.1);
}

.fui-chat-item .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.2rem;
    height: 0.45rem;
    width: 0.45rem;
    background: #fefefe;
    margin-top: -0.18rem;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}

.fui-chat-item .msg .horn {
    height: 1rem;
    width: 1.4rem;
    background-image: url(../images/diy/icon_audio_reading_gray_3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.fui-chat-item .msg .horn.playing {
    -webkit-animation: chat_playing_gray 1s infinite;
}

.fui-chat-item.right {
    justify-content: flex-end;
}

.fui-chat-item.right .msg {
    border: 1px solid rgba(20, 80, 36, 0.15);
    -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
    background: #a0e75a;
    margin: 0 0.5rem 0 2.7rem;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}


.fui-chat-item.right .msg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.28rem;
    height: 0.4rem;
    width: 0.4rem;
    background: #a0e75a;
    margin-top: -0.2rem;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    border: 1px solid rgba(20, 80, 36, 0.15);
    -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow:0 0 1px rgba(0, 0, 0, 0.1);
}

.fui-chat-item.right .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.2rem;
    height: 0.5rem;
    width: 0.5rem;
    background: #a0e75a;
    margin-top: -0.20rem;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
}

.fui-chat-item.right .msg .horn {
    height: 1rem;
    width: 1.4rem;
    background-image: url(../images/diy/icon_audio_reading_green_3.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.fui-chat-item.right .msg .horn.playing {
    -webkit-animation: chat_playing_green 1s infinite;
}

@-webkit-keyframes chat_playing_green {
    30% {
        background-image: url(../images/diy/icon_audio_reading_green_1.png)
    }
    31% {
        background-image: url(../images/diy/icon_audio_reading_green_2.png)
    }
    61% {
        background-image: url(../images/diy/icon_audio_reading_green_2.png)
    }
    62% {
        background-image: url(../images/diy/icon_audio_reading_green_3.png)
    }
    100% {
        background-image: url(../images/diy/icon_audio_reading_green_3.png)
    }
}

@-webkit-keyframes chat_playing_gray {
    30% {
        background-image: url(../images/diy/icon_audio_reading_gray_1.png)
    }
    31% {
        background-image: url(../images/diy/icon_audio_reading_gray_2.png)
    }
    61% {
        background-image: url(../images/diy/icon_audio_reading_gray_2.png)
    }
    62% {
        background-image: url(../images/diy/icon_audio_reading_gray_3.png)
    }
    100% {
        background-image: url(../images/diy/icon_audio_reading_gray_3.png)
    }
}
.fui-tab-content-a{display: none;}
.fui-tab-content-a.active{display: block;}
.fui-text{}
.fui-payfor-group-title{background: #fff;}
.fui-text-footer{padding:0.5rem;text-align: center;font-size:0.6rem;color:#666;line-height: 0.8rem;}
.fui-payfor-info{font-size:0.6rem;color:#999;}
.fui-payfor-info span{display: block;height:0.6rem;line-height: 0.6rem;overflow:hidden;text-overflow:ellipsis; white-space:nowrap; }
.fui-payfor-info span.fui-payfor-info-title{color:#333;}
.fui-payfor-info span.fui-payfor-info-price{color:#f60;}
.btn.btn-default.fui-payfor-btn{font-size:0.6rem;border-radius: 0.15rem;-webkit-border-radius: 0.15rem;color:#777;padding:0 0.2rem;background: #fff;}
.fui-payfor-info .fui-list:before{border:none;}
/*代付步骤*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .fui-payfor-step:after {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .fui-payfor-step:after {
        -webkit-transform: scaleY(0.33);
        transform: scaleY(0.33);
    }
}
.fui-payfor-step{
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: white;
    position: relative;
    padding:2rem 0;
}
.fui-payfor-step:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 50%;
    right: auto;
    top: auto;
    height: 0.3rem;
    width: 100%;
    background-color: #d0d0d0;
    display: block;
    z-index: 5;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.fui-payfor-step span{
    text-align: center;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration:300ms;
    position: relative;
    -webkit-transition-property: color;
    transition-property:color;
}
.fui-payfor-step span{
    color: #666;
    font-size: 0.6rem;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border: 0;
    z-index:10;
}
.fui-payfor-step span div{height:1rem;line-height: 1rem;color:#666;}
.fui-payfor-step span em:before{
    content: '';
    position: absolute;
}
.step4 span:nth-child(1) em:before{left: 0;bottom: auto;right: auto;top: 0;height: 0.9rem;width: 0.9rem;z-index: 15;background: #d0d0d0;
    -webkit-border-radius: 1.5rem 0 0 0;border-radius: 1.5rem 0 0 0;}
.step4 span:nth-child(2) em:before{left: 0;bottom: auto;right: auto;top: 0;height: 0.9rem;width: 1.8rem;z-index: 15;background: #d0d0d0;
    -webkit-border-radius: 1.5rem 0 0 0;border-radius: 1.5rem 0 0 0;}
.step4 span:nth-child(3) em:before{left: 0;bottom: 0;right: auto;top: auto;height: 0.9rem;width: 0.9rem;z-index: 15;background: #eee;
    -webkit-border-radius:0 0 0 1.5rem ;border-radius:0 0 0 1.5rem ;}
.step4 span:nth-child(4) em:before{left: 0;bottom: auto;right: auto;top: 0;height: 1.8rem;width: 1.8rem;z-index: 15;background: #d0d0d0;
    -webkit-border-radius: 1.5rem;border-radius: 1.5rem;}

.step3 span:nth-child(1) em:before{left: 0;bottom: auto;right: auto;top: 0;height: 0.9rem;width: 1.2rem;z-index: 15;background: #d0d0d0;
    -webkit-border-radius: 1.5rem 0 0 0;border-radius: 1.5rem 0 0 0;}
.step3 span:nth-child(2) em:before{left: 0;bottom: auto;right: auto;top: 0;height: 1.2rem;width: 1.8rem;z-index: 15;background: #d0d0d0;
    -webkit-border-radius: 1.5rem 1.5rem 0 0;border-radius: 1.5rem 1.5rem 0 0;transform:rotate(15deg) translateX(0.07rem); }
.step3 span:nth-child(3) em:before{left: 0;bottom: 0;right: auto;top: auto;height: 1.8rem;width: 1.8rem;z-index: 15;background: #d0d0d0;
    -webkit-border-radius:1.5rem ;border-radius:1.5rem ;}


.fui-payfor-step span em{
    padding:0.3rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    width:1.8rem;height:1.8rem;
    display: inline-block;
    line-height: 1.1rem;
    background: #eee;
    font-style: normal;
    color:#666;
    position: relative;
    overflow: hidden;
}
.step4 span:nth-child(3) em{
    padding:0.3rem;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    width:1.8rem;height:1.8rem;
    display: inline-block;
    line-height: 1.1rem;
    background: #d0d0d0;
    font-style: normal;
    color:#666;
    position: relative;
    overflow: hidden;
}
.fui-payfor-step span em i{
    width:1.2rem;height:1.2rem;
    display: inline-block;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
    background: #fff;
    z-index: 20;
    position: relative;
    font-style: normal;
}
.fui-payfor-header{background: #ff746d;text-align: center;padding:0.5rem 0 0 0;position: relative;}
.fui-payfor-header span.fui-payfor-header-user{width:4rem;height:4rem;border:0.25rem solid #e86560;-webkit-border-radius: 3rem;border-radius: 3rem;
display: block;margin:0 auto;overflow: hidden;}
.fui-payfor-header span.fui-payfor-header-user .fui-payfor-user{width:3.5rem;height:3.5rem;border:0.2rem solid #fff;display: block;
-webkit-border-radius: 3rem;border-radius: 3rem;}
.fui-payfor-header span.fui-payfor-header-user .fui-payfor-user img{width:100%;height:100%;}
.fui-payfor-header-title{font-size:0.7rem;color:#fff;height:1.4rem;line-height: 1.4rem;}
.fui-payfor-header:after{
    content: '';
    position: absolute;transform:rotate(45deg);
    width:0.5rem;height:0.5rem;display: block;left:48%;right:48%;top:auto;bottom: -0.25rem;z-index: 5;}

.fui-payfor-speed{background: #fff;padding:0rem 0.5rem 0.2rem 0.5rem;}
.fui-payfor-speed-top{height:0.6rem;width:100%;-webkit-border-radius: 0.6rem;border-radius: 0.6rem;background: #eee;position: relative;z-index: 10;overflow: hidden;}
.fui-payfor-speed-top-inner{height:0.6rem;width:0;background: #ff4753;display: block;}
.fui-payfor-speed-bot .fui-list-inner{font-size:0.6rem;color:#999;}
.fui-payfor-speed-bot .fui-list-inner span.price{font-size:0.6rem;color:#ff4753;}
.fui-list.fui-payfor-speed-bot:before{border:none;}
.fui-cell-group .fui-cell .fui-cell-info.fui-payfor-input-price{color:#f60;}

.fui-payfor-list{background: #fff;position: relative;}
.fui-payfor-list:after{
    content: '';
    position: absolute;
    width:100%;height:1px;display: block;left:0;right:0;top:auto;bottom: 0rem;background: #eee;z-index: 5;}
.fui-tab-plus{margin-top:0.5rem;}

.fui-payfor-log-group{position: relative;}
.fui-payfor-log-group:after{content: '';
    position: absolute;
    width:1px;height:100%;display: block;left:1.5rem;right:auto;top:0;bottom: 0rem;background: #ddd;z-index: 0;}
.fui-payfor-log-group .fui-payfor-log-user{width:2rem;height:2rem;-webkit-border-radius: 2rem;border-radius: 2rem;}
.fui-payfor-log-group .fui-list-media{z-index:10;}
.fui-payinfo-log-info{background: #fff;border:1px solid #ddd;padding:0.2rem;-webkit-border-radius: 0.2rem;border-radius: 0.2rem;position: relative;
font-size:0.6rem;line-height: 0.8rem;}
.fui-payinfo-log-info .fui-list-media{margin:0;}
.fui-payinfo-log-info:after{
    content: '';
    position: absolute;border-bottom:1px solid #ddd;transform:rotate(45deg);
    width:0.5rem;height:0.5rem;display: block;left:-0.3rem;right:auto;top:40%;bottom: 40%;background: #fff;z-index: 5;border-left:1px solid #ddd;}
.fui-payinfo-log-message{border-bottom:1px solid #ddd;line-height: 0.8rem;padding:0.2rem 0;}
.fui-payinfo-log-message-2{line-height: 0.8rem;padding:0.2rem 0;}
.fui-payfor-floor{color:#999;}
.fui-payinfo-log-floor span.price{color:#f60;}
.fui-payinfo-log-floor{height:1rem;line-height: 1rem;}
/*会员中心圆弧*/
.member_header{
    position: absolute;
    width: 7rem;
    height: 3rem;
    background:#ff5555;
    z-index: 80;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    bottom: 0;
    left: 50%;
    margin-left: -3.5rem;
    overflow: hidden;
    transform: scale(10,10);
    ms-transform: scale(10,10);
    -moz-transform: scale(10,10);
    -webkit-transform: scale(10,10);
    -o-transform: scale(10,10);
    transform-origin: center bottom;
    -ms-transform-origin:center bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    border: 2px solid #ff5555;
}


/*阅读用户条款选择按钮*/
#user-quan{
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}
#user-quan i{
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    border:1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 4px;
    left: -8px;
    background: #fff;
}
#user-terms{
    top: 3px;
    left: 9px;
    position: relative;
    z-index: 9999;
    opacity: 0;
    color: #fff;
    background: #fff;
}
#user-terms:checked+i:after{
    content: "✓";
    background: #f35656;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 0.7rem;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    top:-2px;
    left: -2px;
    color: #fff;
}



/* 快速登录、注册弹窗 */
#account-layer {
    display: none;
}

.account-layer {
    width: 15.5rem;
    height: 21.8rem;
    background: #fff;
    margin: -10.9rem 0 0 -7.75rem;
    border-radius: 0.25rem;
    position: fixed;
    top: 50%;
    left: 50%;
}

.account-layer.login .input-mobile,
.account-layer.bind .input-mobile,
.account-layer.reg .input-mobile,
    /*.account-layer.bind-next .input-password,*/
.account-layer.reg-next .input-password {
    margin-top: 1.7rem;
    display: block;
}

.account-layer.bind.imgcode .input-mobile,
.account-layer.reg.imgcode .input-mobile {
    margin-top: 0.6rem;
    display: block;
}

.account-layer.login .account-tip,
.account-layer.login .account-btn,
.account-layer.login .input-password {
    display: block;
}

.account-layer.bind .account-next,
.account-layer.bind .account-verify,
.account-layer.bind.imgcode .account-image,

.account-layer.reg .account-next,
.account-layer.reg .account-verify,
.account-layer.reg .account-back,
.account-layer.reg.imgcode .account-image {
    display: block;
}

/*.account-layer.bind-next .input-password2,*/
.account-layer.bind-next .account-btn,
.account-layer.bind-next .account-back,

.account-layer.reg-next .account-back,
.account-layer.reg-next .input-password2,
.account-layer.reg-next .account-btn {
    display: block;
}

.account-layer .account-logo {
    width: 4rem;
    height: 4rem;
    background: #eee;
    margin-left: -2rem;
    border-radius: 4rem;
    position: absolute;
    top: -2rem;
    left: 50%;
}

.account-layer .account-logo img {
    height: 4rem;
    width: 4rem;
    border-radius: 4rem;
    display: block
}

.account-layer .account-main {
    height: 18.4rem;
    padding: 2rem 0.9rem 0 0.9rem;
}

.account-layer .account-back {
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    display: none;
}

.account-layer .account-back {
    font-size: 0.65rem;
    color: #b2b2b2;
}

.account-layer .account-title {
    height: 2.7rem;
    padding-top: 0.5rem;
    text-align: center;
    font-size: 0.7rem;
    line-height: 1.1rem;
}

.account-layer.login .account-title,
.account-layer.reg-next .account-title {
    line-height: 2.7rem;
    font-size: 0.8rem;
}
.account-layer.reg .account-title {
    line-height: 2rem;
    font-size: 0.8rem;
}

.account-layer .account-input {
    height: 2.2rem;
    width: 100%;
    padding: 0 0.6rem;
    background: #fff;
    font-size: 0.7rem;
    margin: 0.5rem 0 0 0;
    border: 1px solid #ececec;
    border-radius: 0.2rem;
    box-shadow: 0;
    -webkit-appearance: none;
}

.account-layer .account-input:disabled {
    background: #ededed;
    border-color: #dfdfdf;
    opacity: 1;
    color: #000;
}

.account-layer .input-mobile {
    display: none;
}

.account-layer .input-password,
.account-layer .input-password2,
.account-layer .input-bindrealname,
.account-layer .input-bindbirthday,
.account-layer .input-bindidnumber,
.account-layer .input-bindwechat{
    display: none;
}

.account-layer .account-image,
.account-layer .account-verify {
    display: none;
    position: relative;
}

.account-layer .account-verify .btn-send {
    height: 1.2rem;
    width: auto;
    padding: 0 0.4rem;
    line-height: 1.2rem;
    font-size: 0.5rem;
    border: 1px solid #ff5555;
    border-radius: 0.2rem;
    color: #ff5555;
    position: absolute;
    right: 0.6rem;
    top: 0.95rem;
}

.account-layer .account-verify .btn-send.disabled {
    border-color: #ccc;
    color: #ccc;
}

.account-layer .account-image .btn-image {
    height: 1.5rem;
    width: auto;
    position: absolute;
    right: 0.6rem;
    top: 0.85rem;
}

.account-layer .account-tip {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.65rem;
    display: none;
}
.account-layer .account-tip1 {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 0.65rem;
}
.account-layer .account-tip span {
    border-bottom: 1px solid #666;
}

.account-layer .account-next,
.account-layer .account-btn {
    height: 2.1rem;
    background: #ff5555;
    margin: 0 0.9rem 0.85rem 0.9rem;
    font-size: 0.7rem;
    text-align: center;
    color: #fff;
    border-radius: 0.25rem;
    line-height: 2.1rem;
    display: none;
}

.account-layer .account-close {
    height: 2rem;
    width: 2rem;
    margin-left: -1rem;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    bottom: -3rem;
    left: 50%;
}
.account-layer .account-close .icon {
    color: #fff;
    font-size: 1.8rem;
    font-weight: lighter;
}
.iphonex.fui-navbar,.iphonex.fui-footer{
    padding-bottom: 1.7rem !important;
    height:auto  !important;
}
.iphonex.cart-list{
    bottom: 6.6rem !important;
}
.iphonex.fui-content.navbar {
    bottom: 4.2rem !important;
}
#addaddress {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
#addaddress.shut {
    /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
}
#addaddress.shut .address-alert {
    /*transform:translate(0);*/
    /*opacity: 1*/
}
#addaddress .address-alert {
    position: absolute;
    top: 5rem;
    left: .8rem;
    right: .8rem;
    background: #fff;
    border-radius: .3rem;
    /*transform:translate(-18.75rem);*/
    /*opacity: 0;*/
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
#addaddress .address-title {
    height: 2.645rem;
    line-height: 2.645rem;
    text-align: center;
    color:#ff5555;
    font-size: .65rem
}
#addaddress .fui-cell{
    padding:.5rem .825rem;
}
#addaddress .fui-cell-group:not(.fui-cell-group-o):before{
    left:.825rem;
    right:.825rem;
    width: auto;
}
#addaddress .fui-cell-group .fui-cell:before {
    left:.825rem;
    right:.825rem;
}
#addaddress .fui-cell-group .fui-cell-textarea{
    height: 3rem
}
#btn-submit{
    margin: 1rem .825rem
}
#addaddress .fui-cell-group:after{
    left:.825rem;
    right:.825rem;
    width: auto;
}

#attention {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}

#attention .attention-alert {
    position: absolute;
    top: 5rem;
    left: 5%;
    background: #fff;
    border-radius: .3rem;
    height: 16.8rem;
    width: 90%;
}
#attention .attention-alert .attention-img{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    position: absolute;
    top: -2rem;
    left: 50%;
    margin-left: -2rem;
    overflow: hidden;
}
#attention .attention-alert .attention-img img{
    width: 100%;
    height:100%;
}
#attention .attention-alert .attention-title {
    width: 13rem;
    text-align: center;
    margin: 3rem auto 1.2rem
}
#attention .attention-alert .attention-content{
    margin: 0 1.2rem;
    padding: 1rem .8rem;
    background:#f7f7f7;
    height: 8.9rem
}
#attention .attention-alert .attention-content p{
    text-align: center;
    font-size: .65rem;
    color: #999;
    margin-top: .7rem
}
#unpaid {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}

#unpaid .unpaid-alert {
    position: absolute;
    top:50%;
    left: 1.1rem;
    right: 1.1rem;
    background: #fff;
    border-radius: .3rem;
    height: 20.35rem;
    margin-top: -12rem;
}
#unpaid .unpaid-alert .unpaid-title{
    font-size: .75rem;
    text-align: center;
    margin-top: 1.3rem
}
#unpaid .unpaid-alert .unpaid-subtitle{
    color: #999;
    text-align: center;
    width: 11rem;
    margin: .6rem auto
}
#unpaid .unpaid-alert .subtitle{
    display: -webkit-box;
    font-size: .65rem
}
#unpaid .unpaid-alert .fui-list-group{
    padding: .375rem .55rem 0;
    margin: 0 .75rem;
    background: #f7f7f7
}
#unpaid .unpaid-alert .fui-list-group .fui-list{
    padding: .375rem 0
}
#unpaid .unpaid-alert .fui-list-group .fui-list:last-child{
    font-size: .6rem;
    color: #666;
    justify-content: center;
}
/*#unpaid .unpaid-alert .fui-list-group .fui-list:last-child:before{*/
/*display: block;*/
/*}*/
#unpaid .unpaid-alert .fui-list-inner{
    height: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#unpaid .unpaid-alert img{
    width: 2.5rem;
    height: 2.5rem;
    float: left;
}
#unpaid .unpaid-alert .fui-list-inner .price{
    line-height: 1
}
#unpaid .unpaid-alert .fui-list-inner .bigprice{
    font-size: .75rem
}
#unpaid .unpaid-alert .fui-list-group .fui-list:before{
    display: none
}
#unpaid .unpaid-alert .block{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 2.15rem
}
#giveUp {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
#giveUp .giveUp-alert{
    position: absolute;
    top: 10rem;
    left: 2.35rem;
    right: 2.35rem;
    background: #fff;
    border-radius: .3rem;
    height: 7.05rem;
    overflow: hidden;
}
#giveUp .giveUp-title{
    font-size: .8rem;
    text-align: center;
    margin-top: 1.4rem;
}
#giveUp .giveUp-subtitle{
    color: #999;
    text-align: center;
    width: 11rem;
    font-size: .65rem;
    margin: .3rem auto;
}
#giveUp .giveUp-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#giveUp .giveUp-btn .btn{
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
    border-radius: 0;
    height: 2.125rem;
}
#giveUp .giveUp-btn .btn.confirm{
    border-left: 0;
    color: #ff5555
}
.popup {
    position: fixed;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
.popup .popup-body {
    position: absolute;
	width: 100%;
    height: 100%;
}
.popup .popup-body .popup-top {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
	border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    height: auto;
}
.popup .popup-body .popup-center {
    position: absolute;
    transform : translate3d(-50%,-50%,0);
    top: 50%;
	left:50%;
    width: 90%;
    background: #fff;
    border-radius: 0.5rem;
    height: auto;
}
.popup .popup-body .popup-bottom {
    position: absolute;
	width:100%;
    bottom: 0;
    background: #fff;
	min-height:12.5rem;
    height: auto;
	border-top-left-radius:0.5rem;
	border-top-right-radius:0.5rem;
}
.popup .popup-body .fui-page-title{
    font-size: 0.8rem;
    text-align: center;
    margin-top: 3.3rem
}
.popup .popup-body .fui-page-subtitle{
    color: #999;
    text-align: center;
    width: 11rem;
    margin: 0.6rem auto
}
.popup .popup-body .subtitle{
    display: -webkit-box;
    font-size: 0.75rem
}
.popup .popup-body .fui-list-group{
    padding: 0.4rem 0.5rem 0;
    margin: 0 0.8rem;
    background: #f7f7f7
}
.popup .popup-body .fui-list-group .fui-list{
    padding: 0.4rem 0
}
.popup .popup-body .fui-list-group .fui-list:last-child{
    font-size: 0.7rem;
    color: #666;
    justify-content: center;
}
.popup .popup-body .fui-list-inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup .popup-body .img{
    width: 2.5rem;
    height:  2.5rem;
}
.popup .popup-body .fui-list-inner .price{
    line-height: 1
}
.popup .popup-body .fui-list-inner .bigprice{
    font-size: 0.8rem
}
.popup .popup-body .fui-list-group .fui-list:before{
    display: none
}
.popup .popup-body .popup-center .block, .popup .popup-body .popup-top .block{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    height: 2.1rem
}
.popup .popup-body .popup-center .closed, .popup .popup-body .popup-top .closed{
	font-size:1.5rem;color:#fff;position: absolute;top:103%;left:50%;margin-left:-0.75rem;z-index:10
}
.popup .popup-body .popup-bottom .block{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    height: 2.1rem
}
.popup .popup-body .popup-bottom .closed{
	font-size:1.5rem;color:#ddd;position: absolute;top:0;right:0.5rem;z-index:10
}

.shut {
    /*opacity: 0;*/
    /*height: 0*/
    transform:scale(0) ;
    transform-origin:right bottom;
}
/*任务中心提醒*/
.task-hint{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
    background: #fdfde5;
    height: 2rem;
    width: 100%;
    line-height: 2rem;
    padding-left: 0.5rem;
    color: #ff9337;
    font-size: 0.7rem;
}
.task-hint span{
    position: absolute;
    right: 0.5rem;
    text-decoration: underline;
    color: #333;
    font-size: 0.7rem;
}
.live-price {display: inline-block; color: #fff; font-size: 0.65rem; background: #ef4f4f; height: 1rem; line-height: 1rem; vertical-align: middle; padding: 0 0.1rem;}


.banner-ul{
    width: 1000px;
    padding:.7rem  .5rem ;
    overflow: hidden;
}
.banner-ul li{
    border:2px solid #77cd44;
    position: relative;
    overflow: hidden;
    width: 8rem;
    border-radius: .2rem;
    text-align: center;
    margin-left: .25rem;
    float: left;
}
.banner-ul li:first-child{
    margin-left: 0;
}
.banner-ul li a{
    color: #000000;
    display: block;
}
.banner-ul li div{
    width:5rem;
    height: 1.65rem;
    position: absolute;
    top: 0;
    left: 0;
    background: #77cd44;
    transform:rotate(-25deg);
    transform-origin:left bottom;
}
.banner-ul li span{
    position: absolute;
    top:.1rem;
    left:.1rem;
    font-size: .5rem;
    color:#fff;
}
.banner-ul li img{
    margin: .4rem 0 .35rem;
    width: 1.05rem;
    height: 1.05rem;
    vertical-align: middle;
}
.banner-ul li p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: .7rem;
    padding:0 .7rem;
    line-height: 1;
    padding-bottom: .4rem;
}
.banner-ul .banner-li-blue{
    border:2px solid #68bfe7;
}
.banner-ul .banner-li-blue div{
    background:#68bfe7 ;
}
.fui-icon-group::-webkit-scrollbar {
    display:none
}

#page-store-selector .fui-list {
    padding: .55rem .6rem
}
#page-store-selector .fui-list-media span{
    display: inline-block;
    width: .2rem;
    height: .6rem;
    background: #ff5555;
    margin-right: .3rem
}
#page-store-selector .icon-duihao_fuzhi1{
    color: #fff;
    margin-right: .4rem;
    font-size:1rem;
    opacity: 0;
}
#page-store-selector .icon-duihao_fuzhi1.selected{
    color:#ff5555;
    opacity: 1;
}
#page-store-selector .store-selector-page .fui-list-media i{
    font-size: .7rem;
    opacity: 0;
}
#page-store-selector .store-selector-page .fui-list-media i.selected{
    opacity: 1;
}
#page-store-selector .icon-icon_huida_tianxiebtn{
    font-size: 1.2rem;
    color: #666
}
#page-store-selector .fui-list-angle{
    margin-right: 0;
    text-align: right;
}
#page-store-selector .store-item .fui-list-angle i{
    margin: 0;
    color: #999;
    font-size: 1.2rem;
}
#page-store-selector .fui-list-angle .angle{
    right: 0;
    position: absolute;
    top: 0
}
#page-store-selector .tacitlyapprove{
    display: inline-block;
    background: #ff5555;
    color: #fff;
    border-radius: .2rem;
    padding: 0 .15rem;
}
#page-store-selector .pickstore{
    color: #ff8000
}
#page-store-selector .moreaddress{
    height: 2.35rem;
    line-height: 2.35rem;
    color: #999;
    font-size: .7rem;
    text-align: center;
}
#page-store-selector .fui-list:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    border-top: 1px solid #ebebeb;
    color: #ebebeb;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
#page-store-selector .fui-list-angle .angle:after{
    position: static;
}
#page-store-selector .fui-list-inner .title.has-address {
    font-size: .7rem;
    line-height: 1.2rem;
    height: 1.2rem;
    display: block;
}
#page-store-selector .fui-list-inner .text{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#page-store-selector .realname {
    display: inline-block;
    max-width: 9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 1.2rem;
}
#shopmask{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
#shopmask .shopmask-alert{
    position: absolute;
    top: 5rem;
    left:1.6rem;
    right:1.6rem;
    background: #fff;
    border-radius: .3rem
}
#shopmask .shopmask-title{
    height: 2.645rem;
    line-height: 2.645rem;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    margin: 0 1rem
}
#shopmask .shopmask-content{
    padding: 0 1rem
}
#shopmask .shopmask-content-title{
    line-height: 2;
    margin-top: .4rem
}
#shopmask .shopmask-content-subtitle{
    color: #666;
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    -webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;
}
#shopmask .shopmask-content-subtitle .icon{
    color:#000;
    margin-left: 1rem;
    font-size: .9rem
}
#shopmask .shopmask-bottom{
    color: #ff5555;
    background: #f7f7f7;
    height: 2.15rem;
    line-height: 2.15rem;
    text-align: center;
    margin-top: .8rem;
    border-radius: .3rem
}
#page-address-selector .fui-list-group:not(.fui-list-group-o):before{
    border: 0;
}
#page-address-selector .fui-list {
    padding: .55rem .6rem;
}
#page-address-selector .realname {
    display: inline-block;
    max-width: 9rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 1.2rem;
}
#page-address-selector .fui-list-inner .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #000;
}
#page-address-selector .icon-icon_huida_tianxiebtn {
    font-size: 1.2rem;
    color: #666;
}
#page-address-selector .fui-checkbox.fui-checkbox-danger:checked,#page-address-selector  .fui-radio.fui-radio-danger:checked{
    border: 0;
    background: transparent;
}
#page-address-selector .fui-radio, #page-address-selector .fui-checkbox{
    border:0;
    opacity: 0;
}
#page-address-selector .fui-radio:checked{
    opacity: 1;
}
#page-address-selector .fui-radio:checked:before {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0.4rem;
    width: .7rem;
    border-width: 1.5px 1.5px 0 0;
    border-color: #ff5555;
    border-style: solid;
    position: relative;
    top: -.08rem;
    margin-left: .14rem;
}
#page-address-selector .fui-list-media{
    margin-right: .7rem;
}
#page-address-selector .fui-navbar{
    height: 2.25rem;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 2.25rem;
    background: #ff5555;
    font-size: .75rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
#page-address-selector .fui-navbar .btn{
    width: 100%;
    padding: 0;
    margin: 0;
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
}
#page-address-selector .tacitlyapprove {
    display: inline-block;
    background: #ff5555;
    color: #fff;
    padding: 0.06rem 0.15rem 0.04rem;
    font-size: 0.55rem;
    line-height: 0.55rem;
    vertical-align: middle;
    margin-top:-.1rem;
    border-radius: .1rem;
}
#page-address-selector .fui-list-group:first-child{
    margin-top: 0
}
/*无法购买*/
.fui-cell-group.fui-cell-click.nobuy{
    height:2.25rem;
    width:100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    bottom: 0;
    z-index:99;
    text-align: center;
}
.fui-cell-group.nobuy .fui-cell:before{
    display: none;
}
.fui-cell-group.nobuy .fui-cell .fui-cell-text{
    color: #fff;
}
.fui-modal   .code_box{
    position: absolute;
    margin-top:-10rem;
    top: 50%;
    left: 50%;
    margin-left: -7.5rem;
    width: 15rem;
    height: 20rem;
    background: #fff;
    border-radius:20px;
    line-height: 2.5rem;
    font-size: 0.7rem;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding-top: 1.1rem;
    margin-bottom: 0.5rem;
}
.fui-modal   .code_box img{
    width: 10rem;
    height: 10rem;
    margin-top: 0.2rem;
    vertical-align: middle;
}
.fui-modal   .code_box .img_box{
    line-height: 3;
    height:auto;
}
.fui-modal   .cav_code{
    height: 1.7rem;
    line-height: 1.7rem;
    margin: 0.7rem auto;
    margin-bottom: 0.55rem;
    background: #f7f7f7;
    width: 8.2rem;
    color: #666;
    font-size: 0.8rem;
}
.fui-modal  .error {
    font-size: 0.65rem;
    line-height: 1.2rem;
    font-weight: normal;
    color: #e85a6a;
    margin-top: 0.5rem;
}
.diyform-container .fui-cell-label{
    line-height: normal;
    align-self: flex-start;
}
.diyform-container .checkbox-inline{
    line-height: normal;
    margin-top:.2rem!important;
    margin-bottom:.2rem!important;
    color: #000;
    height: 1.2rem;
    box-sizing: content-box;
    margin-right: 1.6rem;
}
.diyform-container .radio-inline {
    height: 1rem;
    line-height: 1rem;
    padding-right: 1rem;
}
.diyform-container .fui-cell .fui-cell-info{
    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;
    -webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;
}
.diyform-container .fui-cell[data-type="3"] .fui-cell-info,
.diyform-container .fui-cell[data-type="14"] .fui-cell-info {
    display: block;
}
.diyform-container .fui-cell .fui-input{
    color: #000;
}
.diyform-container .fui-cell .datepicker{
    height:1.2rem ;
}
.diyform-container .fui-uploader.fui-uploader-sm{
    top: .15rem;
}
/*.diyform-container .fui-uploader.fui-uploader-sm:after{*/
/*width: .6rem;*/
/*}*/
/*.diyform-container .fui-uploader.fui-uploader-sm:before{*/
/*height: .6rem;*/
/*}*/
.diyform-container .fui-images .image{
    margin-right: .5rem;
}
.diyform-container .diyform-pulldown{
    position: relative;
    width: 100%;
}
.diyform-container .diyform-pulldown:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0.4rem;
    width: 0.4rem;
    border-width: 1px 1px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -.2rem;
    right: 1rem;
    margin-left: 0;
}
.diyform-container .diyform-pulldown2:after{
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0.3rem;
    width: 0.3rem;
    border-width: 1px 1px 0 0;
    border-color: #000;
    border-style: solid;
    position: relative;
    top: 0.1rem;
    right: .8rem;
    margin-left: 0;
}
.diyform-container .fui-cell .timepicker{
    height:1.2rem ;
}

/*coupon*/
.coupon-page {
	background:#ededed;
}
/* 优惠券列表 默认蓝色调 */

.coupon-tip {
	height:4.25rem;
	margin:0.5rem 0.5rem 0;
	padding:0 0.65rem 0 0.8rem;
	background:#fbfbfb;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
}
.coupon-tip .text {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
	color:#666;
}
.coupon-tip .text .title {
	font-size:1rem;
}
.coupon-tip .text .subtitle {
	font-size:0.75rem;
}
.coupon-tip span {
	color:#ff5555;
}
.coupon-tip .icon {
	height:3.2rem;
	width:6.4rem;
	background:url("../images/newcoupon/tip-icon.jpg") center no-repeat;
	background-size:100%;
}
.coupon-list {
	height:auto;
	padding:0.5rem;
	overflow:hidden;
}
.coupon-item {
	height:5rem;
	margin-top:0.5rem;
	background:#ffffff;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	position:relative;
	overflow:hidden;
}
.coupon-item:first-child {
	margin-top:0;
}
.coupon-dots {
	height:inherit;
	width:0.4rem;
	position:absolute;
	top:0;
	left:-0.25rem;
	z-index:10;
}
.coupon-dots i {
	height:0.4rem;
	width:0.4rem;
	border-radius:0.4rem;
	background:#ededed;
	display:block;
}
.coupon-dots:before,.coupon-dots:after {
	content:"";
	height:0.5rem;
	width:0.5rem;
	background:#ededed;
	border-radius:0.5rem;
	position:absolute;
	left:5.25rem;
}
.coupon-dots:before {
	top:-0.25rem
}
.coupon-dots:after {
	bottom:-0.25rem
}
.coupon-item .coupon-type {
	width:4rem;
	text-align:center;
	padding:0.1rem 0;
	background:#55b5ff;
	font-size:0.5rem;
	color:#ffffff;
	position:absolute;
	top:0;
	right:0;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform-origin:2rem 2rem;
	-webkit-transform-origin:2rem 2rem;
	-ms-transform-origin:2rem 2rem;
	-moz-transform-origin:2rem 2rem;
	-o-transform-origin:2rem 2rem;
	z-index:10;
}
.coupon-item .coupon-left {
	height:inherit;
	width:5.25rem;
	background:#55b5ff;
	color:#fff;
	text-align:center;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	justify-content:center;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
}
.coupon-item .coupon-left .title {
	font-size:1.2rem;
	font-weight:bold;
}
.coupon-item .coupon-left .subtitle {
	font-size:0.6rem;
	color:#fff
}
.coupon-item .coupon-left .single {
	font-size:1.2rem;
}
.coupon-item .coupon-left img {
	height:100%;
	width:100%;
}
.coupon-item .coupon-right {
	padding:0.5rem;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.coupon-item .coupon-right .title {
	font-size:0.8rem;
	height:1.2rem;
	color:#1a1a1a;
	overflow:hidden;
}
.coupon-item .coupon-right .subtitle {
	height:0.9rem;
	line-height:0.9rem;
	font-size:0.7rem;
	color:#666;
	text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.coupon-item .coupon-right .subtitle.light {
	color:#55b5ff;
}
.coupon-item .coupon-right .subtitle.bold {
	font-weight:bold;
}
.coupon-item .coupon-right .usetime {
	line-height:1.4rem;
	font-size:0.6rem;
	color:#999;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.coupon-item .coupon-right .usetime .text {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.coupon-item .coupon-right .usetime .usebtn {
	height:1.1rem;
	width:3.2rem;
	line-height:1.1rem;
	text-align:center;
	border:1px solid #55b5ff;
	border-radius:1.1rem;
	color:#55b5ff;
}
/* 优惠券picker样式 */

.coupon-picker {
	background:#fff;
	max-height:15rem;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
}
/* 优惠券picker样式(mini) */
.coupon-list.mini .coupon-item .coupon-after .coupon-btn.active {
	border:1px solid #55b5ff;
	background:#55b5ff;
	color:#fff;
}
.coupon-list.mini .coupon-item .coupon-after .coupon-btn:hover {
	border:1px solid #55b5ff;
	background:#55b5ff;
	color:#fff;
}
.coupon-list.mini .coupon-item {
	height:3.5rem;
}
.coupon-list.mini .coupon-item .coupon-after {
	width:4rem;
	padding-right:0.5rem;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	justify-content:center;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
}
.coupon-list.mini .coupon-item .coupon-after .coupon-btn {
	width:3.5rem;
	height:1.5rem;
	line-height:1.5rem;
	border:1px solid #55b5ff;
	border-radius:1.5rem;
	color:#55b5ff;
	text-align:center;
	font-size:0.6rem;
}
.coupon-list.mini .coupon-item.red .coupon-after .coupon-btn {
	border-color:#fd5554;
	color:#fd5554;
}
.coupon-list.mini .coupon-item.pink .coupon-after .coupon-btn {
	border-color:#fd72d4;
	color:#fd72d4;
}
.coupon-list.mini .coupon-item.orange .coupon-after .coupon-btn {
	border-color:#ff913f;
	color:#ff913f;
}
.coupon-list.mini .coupon-item.gray .coupon-after .coupon-btn {
	border-color:#b3b3b3;
	color:#b3b3b3;
}
/* 优惠券横排样式*/
.coupon-xlist {
   height:3rem; overflow-y: hidden;overflow-x: scroll;  white-space:nowrap;position: relative;display: -webkit-box;
}
.coupon-xlist .coupon-stamp {
	margin:2px 0.3rem;
	color: #fff;
	width:5rem;
	background: url(../images/diy/icon/coupon-green-r.png) center no-repeat;
	background-size:100%;
}
.coupon-xlist .coupon-stamp .coupon-left{
	width: 3.75rem;
	float: left;
	text-align: center;
	color: #fff;
}
.coupon-xlist .coupon-stamp .coupon-right{
	height:3rem;
	float:left;
	padding:0.1rem 0.2rem;
    color: #fff;
	width: 1.25rem;
}
.coupon-xlist .coupon-stamp .title{
	margin:0.2rem 0.5rem;
	font-size: 0.8rem;
    font-weight: bold;
	border-bottom:1px solid #fff;
}
.coupon-xlist .coupon-stamp .r-title{
	padding-left:0.25rem;
	padding-top:0.3rem;
	line-height:0.55rem;
	font-size: 0.45rem;
	white-space:normal
}
.coupon-xlist .coupon-stamp .yuan{
	font-size: 0.6rem;
}
.coupon-xlist .coupon-stamp .subtitle{
	font-size: 0.45rem;
	color: #fff;
	text-overflow:-o-ellipsis-lastline;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}
.coupon-xlist .coupon-item .coupon-after {
	width:3.5rem;
	padding-right:0.5rem;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	justify-content:center;
	-webkit-justify-content:center;
	-ms-justify-content:center;
	-moz-justify-content:center;
}
.coupon-xlist .coupon-item .coupon-after .coupon-btn {
	width:3.5rem;
	height:1.5rem;
	line-height:1.5rem;
	border:1px solid #55b5ff;
	border-radius:1.5rem;
	color:#55b5ff;
	text-align:center;
	font-size:0.6rem;
}
.coupon-xlist .coupon-item.red .coupon-after .coupon-btn {
	border-color:#fd5554;
	color:#fd5554;
}
.coupon-xlist.coupon-item.pink .coupon-after .coupon-btn {
	border-color:#fd72d4;
	color:#fd72d4;
}
.coupon-xlist .coupon-item.orange .coupon-after .coupon-btn {
	border-color:#ff913f;
	color:#ff913f;
}
.coupon-xlist .coupon-item.gray .coupon-after .coupon-btn {
	border-color:#b3b3b3;
	color:#b3b3b3;
}
/* 优惠券列表 其他色调 */

.coupon-item.red .coupon-left,.coupon-item.red .coupon-type {
	background:#fd5554;
}
.coupon-item.red .coupon-right .usetime .usebtn {
	color:#fd5554;
	border-color:#fd5554;
}
.coupon-item.red .coupon-right .subtitle.light {
	color:#fd5554;
}
.coupon-item.pink .coupon-left,.coupon-item.pink .coupon-type {
	background:#fd72d4;
}
.coupon-item.pink .coupon-right .usetime .usebtn {
	color:#fd72d4;
	border-color:#fd72d4;
}
.coupon-item.pink .coupon-right .subtitle.light {
	color:#fd72d4;
}
.coupon-item.orange .coupon-left,.coupon-item.orange .coupon-type {
	background:#ff913f;
}
.coupon-item.orange .coupon-right .usetime .usebtn {
	color:#ff913f;
	border-color:#ff913f;
}
.coupon-item.orange .coupon-right .subtitle.light {
	color:#ff913f;
}
.coupon-item.gray .coupon-left,.coupon-item.gray .coupon-type {
	background:#b3b3b3;
}
.coupon-item.gray .coupon-right .usetime .usebtn {
	color:#b3b3b3;
	border:0;
}
.coupon-item.gray .coupon-right .subtitle.light {
	color:#b3b3b3;
}
/* 详情页样式 默认蓝色调 */

.coupon-detail {
	height:auto;
	padding:0.5rem;
	overflow:hidden;
}
.coupon-detail .detail-dots {
	height:0.9rem;
	position:absolute;
	top:6.85rem;
	left:0.5rem;
	right:0.5rem;
	overflow:hidden;
	z-index:2;
}
.coupon-detail .detail-dots:before,.coupon-detail .detail-dots:after {
	content:"";
	height:0.9rem;
	width:0.9rem;
	background:#ededed;
	border-radius:0.9rem;
	position:absolute;
	top:0;
}
.coupon-detail .detail-dots:before {
	left:-0.45rem;
}
.coupon-detail .detail-dots:after {
	right:-0.45rem;
}
.coupon-detail .detail-head {
	height:6.9rem;
	padding:1rem;
	background:#55b5ff;
	color:#fff;
	text-align:center;
	border-radius:0.3rem;
	position:relative;
	z-index:1;
}
.coupon-detail .detail-head:after {
	content:"";
	position:absolute;
	bottom:0.35rem;
	left:0;
	right:0;
	border-bottom:2px dashed #fff;
}
.coupon-detail .detail-head .inner {
	height:5rem;
	padding:0.5rem 0;
	border:1px solid #fff;
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-direction:column;
	-webkit-flex-direction:column;
	justify-content:center;
}
.coupon-detail .detail-head .inner .childs {
	padding-top:0.1rem;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
.coupon-detail .detail-head .inner .child {
	width:50%;
	-webkit-box-flex:1;
	-webkit-flex:1;
	-ms-flex:1;
	flex:1;
}
.coupon-detail .detail-head .inner .child:nth-child(1) {
	padding-right:1.5rem;
	text-align:right;
}
.coupon-detail .detail-head .inner .child:nth-child(2) {
	padding-left:1.5rem;
	text-align:left;
}
.coupon-detail .detail-head .title {
	height:1rem;
	position:absolute;
	top:-0.65rem;
	left:0;
	right:0;
	text-align:center;
}
.coupon-detail .detail-head .title .text {
	height:1rem;
	line-height:1rem;
	max-width:80%;
	padding:0 0.2rem;
	background:#55b5ff;
	font-size:0.85rem;
	display:inline-block;
	overflow:hidden;
}
.coupon-detail .detail-head .bigtitle {
	height:1.8rem;
	font-size:1.8rem;
	line-height:2rem;
}
.coupon-detail .detail-head .subtitle {
	font-size:0.75rem;
	overflow:hidden;
	color:#fff
}
.coupon-detail .detail-head .subtitle .bold {
	font-weight:bold;
}
.coupon-detail .detail-head .threetitle {
	font-size:0.5rem;
	overflow:hidden;
}
.coupon-detail .detail-head .usetime {
	height:0.8rem;
	position:absolute;
	bottom:-0.1rem;
	left:0;
	right:0;
	text-align:center;
}
.coupon-detail .detail-head .usetime .text {
	height:0.8rem;
	line-height:0.8rem;
	max-width:80%;
	padding:0 0.2rem;
	background:#55b5ff;
	font-size:0.65rem;
	display:inline-block;
	overflow:hidden;
}
.coupon-detail .detail-body {
	height:auto;
	padding:0 1rem 1rem;
	background:#fff;
	border-radius:0.3rem;
	overflow:hidden;
}
.coupon-detail .detail-body .block {
	height:auto;
	padding-bottom:0.75rem;
	font-size:0.65rem;
	position:relative;
}
.coupon-detail .detail-body .block:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	right:0;
	border-top:1px dashed #e3e3e3;
}
.coupon-detail .detail-body .block:first-child:before {
	display:none;
}
.coupon-detail .detail-body .block .title {
	padding-top:1rem;
	color:#999;
}
.coupon-detail .detail-body .block .text {
	color:#1a1a1a;
}
.coupon-detail .detail-body .block .text.dot {
	position:relative;
}
.coupon-detail .detail-body .block .text.dot:before {
	content:"";
	height:0.25rem;
	width:0.25rem;
	background:#55b5ff;
	border-radius:0.25rem;
	position:absolute;
	top:0.25rem;
	left:-0.5rem;
}
/* 详情页其他 色调 */

.coupon-detail.red .detail-head,.coupon-detail.red .detail-body .block .text.dot:before,.coupon-detail.red .detail-head .title .text,.coupon-detail.red .detail-head .usetime .text {
	background:#fd5554;
}
.coupon-detail.pink .detail-head,.coupon-detail.pink .detail-body .block .text.dot:before,.coupon-detail.pink .detail-head .title .text,.coupon-detail.pink .detail-head .usetime .text {
	background:#fd72d4;
}
.coupon-detail.orange .detail-head,.coupon-detail.orange .detail-body .block .text.dot:before,.coupon-detail.orange .detail-head .title .text,.coupon-detail.orange .detail-head .usetime .text {
	background:#ff913f;
}
.coupon-detail.gray .detail-head,.coupon-detail.gray .detail-body .block .text.dot:before,.coupon-detail.gray .detail-head .title .text,.coupon-detail.gray .detail-head .usetime .text {
	background:#b3b3b3;
}
/* 优惠券选中样式 */

.coupon-list.mini .coupon-item.active .coupon-dots:before {
	border:1px solid #55b5ff;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.active .coupon-dots:after {
	border:1px solid #55b5ff;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.active .coupon-right {
	border-top:1px solid #55b5ff;
	border-bottom:1px solid #55b5ff;
}
.coupon-list.mini .coupon-item.active .coupon-after {
	border-top:1px solid #55b5ff;
	border-bottom:1px solid #55b5ff;
	border-right:1px solid #55b5ff;
}
.coupon-list.mini .coupon-item.red.active .coupon-dots:before {
	border:1px solid #fd5554;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.red.active .coupon-dots:after {
	border:1px solid #fd5554;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.red.active .coupon-right {
	border-top:1px solid #fd5554;
	border-bottom:1px solid #fd5554;
}
.coupon-list.mini .coupon-item.red.active .coupon-after {
	border-top:1px solid #fd5554;
	border-bottom:1px solid #fd5554;
	border-right:1px solid #fd5554;
}
.coupon-list.mini .coupon-item.pink.active .coupon-dots:before {
	border:1px solid #fd72d4;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.pink.active .coupon-dots:after {
	border:1px solid #fd72d4;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.pink.active .coupon-right {
	border-top:1px solid #fd72d4;
	border-bottom:1px solid #fd72d4;
}
.coupon-list.mini .coupon-item.pink.active .coupon-after {
	border-top:1px solid #fd72d4;
	border-bottom:1px solid #fd72d4;
	border-right:1px solid #fd72d4;
}
.coupon-list.mini .coupon-item.orange.active .coupon-dots:before {
	border:1px solid #ff913f;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.orange.active .coupon-dots:after {
	border:1px solid #ff913f;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.orange.active .coupon-right {
	border-top:1px solid #ff913f;
	border-bottom:1px solid #ff913f;
}
.coupon-list.mini .coupon-item.orange.active .coupon-after {
	border-top:1px solid #ff913f;
	border-bottom:1px solid #ff913f;
	border-right:1px solid #ff913f;
}
.coupon-list.mini .coupon-item.gray.active .coupon-dots:before {
	border:1px solid #b3b3b3;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.gray.active .coupon-dots:after {
	border:1px solid #b3b3b3;
	left:5.2rem;
}
.coupon-list.mini .coupon-item.gray.active .coupon-right {
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
}
.coupon-list.mini .coupon-item.gray.active .coupon-after {
	border-top:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
}

.order-create-page #addressInfo:after {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -.4rem;
    width: 100%;
    height: .6rem;
    background: url(../images/order_line.png) repeat-x;
    background-size: 10%;
}
.fui-footer.quick {
    background: #474749;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 30;
}
.fui-footer.quick .quick-cart {
    width: 3.6rem;
    position: relative;
}
.fui-footer.quick .quick-cart.an {
    animation: cartan 0.5s;
}
.fui-footer a.back:before {
	content: " ";
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 0.5rem;
	width: 0.5rem;
	border-width: 0 0 2px 2px;
	border-color: #666;
	border-style: solid;
	position: relative;
	top:0;
}
@keyframes cartan {
    0% {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform:scale(0.8);
        -o-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }
    25% {
        transform:scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform:scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }
    50% {
        transform:scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform:scale(0.9);
        -o-transform: scale(0.9);
        -moz-transform: scale(0.9);
    }
    100% {
        transform:scale(1);
        -ms-transform: scale(1);
        -webkit-transform:scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }
}
.fui-footer.quick .quick-cart .dot {
    background: #eb0101;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.1rem;
    min-width: 0.8rem;
    padding: 0 0.2rem;
    position: absolute;
    top: -0.6rem;
    right: 0;
    vertical-align: top;
    text-align: center;
    z-index: 11;
    display: none;
}
.fui-footer.quick .quick-cart .inner {
    height: 3rem;
    width: 3rem;
    border-radius: 3rem;
    background: #ff5555;
    border: 0.25rem solid #4d4d4d;
    color: #fff;
    text-align: center;
    line-height: 2.6rem;
    position: absolute;
    right: 0;
    bottom: 0.26rem;
    z-index: 10;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.fui-footer.quick .quick-cart .inner .icon {
    font-size: 1.4rem;
}
.fui-footer.quick .quick-cart.empty .inner {
    background: #404040;
    color: #67676b;
}
.fui-footer.quick .quick-info {
    width: 100%;
    padding: 0.3rem 0.4rem;
    line-height: 0.8rem;
    font-size: 0.65rem;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fui-footer.quick .quick-info .price {
    font-size: 0.9rem;
    line-height: 1rem;
}
.fui-footer.quick .quick-submit {
    height: 2.5rem;
    padding: 0 1.2rem;
    line-height: 2.5rem;
    background: #ff9d55;
    color: #fff;
    display: inline-block;
}
.fui-footer.quick .quick-submit.disabled {
    background: #5c5c5f;
}
.fui-content{padding-bottom:3.8rem;background:#f7f7f7}
/* 详情页底部按钮 */

.btn.btn-blue {
	background:#55b5ff;
	border:0;
}
.btn.btn-red {
	background:#fd5554;
	border:0;
}
.btn.btn-pink {
	background:#fd72d4;
	border:0;
}
.btn.btn-orange {
	background:#ff913f;
	border:0;
}
.btn.btn-gray {
	background:#b3b3b3;
	border:0;
}
.btn.btn-success {
	background:#00c568;
	border:0;
}
.btn.btn-success-o {
	background:#fff;
	border:1px solid #00c568;
	color:#00c568
}
/*预约系列*/
.yuyue-duan {border: 1px solid #19b955;border-radius: 4px;padding:0.1rem;height:auto;width:90px;margin:8px;font-size:0.65rem;text-align:center}
.yuyue-duan span {width:100%;text-align:center}
.timeischack{background:#19b955;color:#fff}
.clear{clear:both;}

@keyframes wave-animation-1{0%{background-position:0 top}
to{background-position:600px top}
}
@keyframes wave-animation-2{0%{background-position:0 top}
to{background-position:600px top;}
}
.water{position:absolute;left:0;bottom:-10px;height:30px;width:100%;z-index:1}
.water-c{position:relative}
.water-1,.water-2{position:absolute;width:100%;height:30px}
.water-1{background:url(../images/diy/gif/water-1.svg) repeat-x;background-size:600px;-webkit-animation:wave-animation-1 3.5s infinite linear;animation:wave-animation-1 3.5s infinite linear}
.water-2{top:5px;background:url(../images/diy/gif/water-2.svg) repeat-x;background-size:600px;-webkit-animation:wave-animation-2 6s infinite linear;animation:wave-animation-2 6s infinite linear}
.closebtn {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: -2rem;
    right: -0.2rem;
    border-radius: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
	font-size:16px;
    color: #fff;
	z-index:18;
}
.closebtn .icon{
	font-size:1.5rem;
}
.dot{
	background: #eb0101;
    border-radius: 0.5rem;
    color: #fff;
    font-size: 0.6rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.1rem;
    min-width: 0.8rem;
    padding: 0 0.2rem;
    position: absolute;
    top: -0.4rem;
    right: 0;
    vertical-align: top;
    text-align: center;
    z-index: 11;
}
.weui_cell_good {
	margin: 3px 15px;
	border-bottom:1px dashed #D9D9D9;
}
.weui_cell_good .weui_cell{
	border:0px solid #fff;
}
/*条件按钮*/
.label-f60 {
	background-color:#f60;
	color:#fff;
}
.label-f60[href]:focus,.label-f60[href]:hover {
	background-color:#ec971f
}
.jylabel-list {
	padding:0.22rem;
}
.jylabel-list span {
	margin:0.15rem
}
.jylabel {
	display:inline;
	padding:0.2rem 0.5rem;
	font-size:0.65rem;
	font-weight:400;
	line-height:1.85;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	border-radius:.25rem
}
a.jylabel:focus,a.jylabel:hover {
	text-decoration:none;
	cursor:pointer
}
.jylabels {
	display:inline;
	padding:0.2rem 1.0rem 0.2rem;
	margin:0.3rem;
	font-size:0.65rem;
	font-weight:400;
	line-height:1.5rem;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
	float:left;
	border-radius:0.5rem
}
a.jylabels:focus,a.jylabels:hover {
	text-decoration:none;
	cursor:pointer
}
.jylabels:empty {
	display:none
}
.jylabel:empty {
	display:none
}
.jylabel-f60-0 {
	border: 1px solid #ebebeb;color:#333;
}
.jylabel-f60-0.active,.jylabel-f60-0:focus,.jylabel-f60-0:hover,.jylabel-f60-0[href]:focus,.jylabel-f60-0[href]:hover {
	border: 1px solid #f60;
	background-color:#fcf0e7;
	color:#f60;
}
.jylabel-success-0 {
	border: 1px solid #ebebeb;color:#333;
}
.jylabel-success-0.active,.jylabel-success-0:focus,.jylabel-success-0:hover,.jylabel-success-0[href]:focus,.jylabel-success-0[href]:hover {
	border: 1px solid #449d44;
	color:#449d44;
	background-color:#dafada;
}
.jylabel-info-0 {
	border: 1px solid #ebebeb;color:#999;
}
.jylabel-info-0.active,.jylabel-info-0:focus,.jylabel-info-0:hover,.jylabel-info-0[href]:focus,.jylabel-info-0[href]:hover {
	border: 1px solid #31b0d5;
	background-color:#e2f6fc;color:#31b0d5;
}
.jylabel-red-0 {
	border: 1px solid #ebebeb;color:#999;
}
.jylabel-red-0.active,.jylabel-red-0:focus,.jylabel-red-0:hover,.jylabel-red-0[href]:focus,.jylabel-red-0[href]:hover {
	border: 1px solid red;
	background-color:#fce9e9;color:red;
}
.jylabel-green-0 {
	border: 1px solid #ebebeb;color:#999;
}
.jylabel-green-0.active,.jylabel-green-0:focus,.jylabel-green-0:hover,.jylabel-green-0[href]:focus,.jylabel-green-0[href]:hover {
	border: 1px solid #09ba07;
	background-color:#e0f9e0;color:09ba07;
}
.jylabel-f60 {
	border: 1px solid #f60;color:#f60;
}
.jylabel-f60.active,.jylabel-f60:focus,.jylabel-f60:hover,.jylabel-f60[href]:focus,.jylabel-f60[href]:hover {
	background-color:#f60;
	color:#fff;
}
.jylabel-red {
	border: 1px solid #ebebeb;color:#999;
}
.jylabel-red.active,.jylabel-red:focus,.jylabel-red:hover,.jylabel-red[href]:focus,.jylabel-red[href]:hover {
	background-color:#fce9e9;
	color:red;
	border: 1px solid red;color:red;
}
.jylabel-default {
	border: 1px solid #777;color:#777;
}
.jylabel-default.active,.jylabel-default:focus,.jylabel-default:hover,.jylabel-default[href]:focus,.jylabel-default[href]:hover {
	background-color:#5e5e5e;
	color:#fff;
}
.jylabel-primary {
	border: 1px solid #28B5D6;color:#28B5D6;
}
.jylabel-primary.active,.jylabel-primary:focus,.jylabel-primary:hover,.jylabel-primary[href]:focus,.jylabel-primary[href]:hover {
	background-color:#28B5D6;color:#fff;
}
.jylabel-success {
	border: 1px solid #5cb85c;color:#5cb85c;
}
.jylabel-success.active,.jylabel-success:focus,.jylabel-success:hover,.jylabel-success[href]:focus,.jylabel-success[href]:hover {
	background-color:#449d44;color:#fff;
}
.jylabel-info {
	border: 1px solid #5bc0de;color:#5bc0de;
}
.jylabel-info.active,.jylabel-info:focus,.jylabel-info:hover,.jylabel-info[href]:focus,.jylabel-info[href]:hover {
	background-color:#31b0d5;color:#fff;
}
.jylabel-warning {
	border: 1px solid #f0ad4e;color:#f0ad4e;
}
.jylabel-warning.active,.jylabel-warning:focus,.jylabel-warning:hover,.jylabel-warning[href]:focus,.jylabel-warning[href]:hover {
	background-color:#ec971f;color:#fff;
}
.jylabel-danger {
	border: 1px solid #d9534f;color:#d9534f;
}
.jylabel-danger.active,.jylabel-danger:focus,.jylabel-danger:hover,.jylabel-danger[href]:focus,.jylabel-danger[href]:hover {
	background-color:#c9302c;color:#fff;
}
.jylabel-f3f3f3 {
	color:#333;background-color:#f3f3f3;
}
.jylabel-f3f3f3.active,.jylabel-f3f3f3:focus,.jylabel-f3f3f3:hover,.jylabel-f3f3f3[href]:focus,.jylabel-f3f3f3[href]:hover {
	background-color:#fbe1e1;color:red;
}
.jylabel-red {
	border: 1px solid red;color:red;background-color:#fff;
}
.jylabel-red.active,.jylabel-red:focus,.jylabel-red:hover,.jylabel-red[href]:focus,.jylabel-red[href]:hover {
	background-color:red;color:#fff;
}
.jylabel-red-o {
	border: 1px solid #999;color:#999;background-color:#fff;
}
.jylabel-red-o.active,.jylabel-red-o:focus,.jylabel-red-o:hover,.jylabel-red-o[href]:focus,.jylabel-red-o[href]:hover {
	border: 1px solid red;color:red;
}
.jylabel-red-bg {
	background: #fee6e6;color:#333;border: 1px solid #fee6e6;
}
.jylabel-red-bg.active,.jylabel-red-bg:focus,.jylabel-red-bg:hover,.jylabel-red-bg[href]:focus,.jylabel-red-bg[href]:hover {
	border: 1px solid red;color:red;background-color:#fff;
}
.jylabel-gray {
	border: 1px solid #e5e5e5;color:#333;
}
.jylabel-gray.active,.jylabel-gray:focus,.jylabel-gray:hover,.jylabel-gray[href]:focus,.jylabel-gray[href]:hover {
	border: 1px solid red;
}
.jylabel-white {
	border: 1px solid #fff;color:#fff;
}
.jylabel-white.active,.jylabel-white:focus,.jylabel-white:hover,.jylabel-white[href]:focus,.jylabel-white[href]:hover {
	background-color:#fff;
	color:#18bc9c;
}
.jylabel-switch-label {
	color:#999;background-color:#f2f2f2;border-radius:1.5rem;padding:0.3rem 0
}
.jylabel-switch {padding:0.3rem 0.5rem;}
.jylabel-switch.active{
	border-radius:1.5rem;
	background-color:#abba11;
	color:#fff;
}
/* 文章营销样式 */
.article-index-page .fui-content,
.article-list-page .fui-content {background: #f4f4f4;}

.fui-article-page {background: #fff; padding: 0.5rem;}

.fui-article-page .fui-article-title {font-size: 1.2rem;}
.fui-article-page .fui-article-subtitle {height: auto; font-size: 0.65rem; color: #8c8c8c; overflow: hidden;}
.fui-article-page .fui-article-subtitle a {color: #607fa6;}
.fui-article-page .fui-article-subtitle .nav {padding-top: 0.3rem; float: left; font-size: 0.75rem;}
.fui-article-page .fui-article-subtitle .nav.right {float: right;}
.fui-article-page .fui-article-subtitle .nav.padding {padding-left: 0.3rem;}
.fui-article-page .fui-article-content {padding-top: 0.2rem;}
.fui-article-page .fui-article-content .fui-article-notread {height: 8rem; background: #F4F4F4; margin: 0.5rem; padding-top: 2.5rem; border: 0.1rem dashed #999; display: none;}
.fui-article-page .fui-article-content .fui-article-notread p {line-height: 1.5rem; text-align: center; font-size: 0.8rem; color: #666;}
.fui-article-page .fui-article-content .fui-article-gps {font-size: 0.8rem; text-align: center; line-height: 2rem; color: #666; padding-top: 2rem; padding-bottom: 5rem;}
.fui-article-page .fui-article-content img {vertical-align:bottom; max-width: 100%; border: 0;}

.article-index-page .fui-list-group {margin-top: 0.3rem;}
.article-index-page .fui-list-group .round {border-radius: 2.5rem;}

.article-index-page .fui-line .text {color: #999;}
.article-index-page .fui-line.link:before {height: 0; border: 0;}
.article-index-page .fui-line.link .text {color: #607fa6;}
.article-index-page .fui-line:before {background: none; border-top: 1px dashed #999;}

.article-index-page .swipe {height: auto; background: #f4f4f4;}
.article-index-page .swipe .inner {background: #fff; padding: 0.5rem; margin: 0 0.5rem; overflow: hidden; display: block;}
.article-index-page .swipe img {width: 100%;}

.article-report-page .fui-cell-title {color: #999;}
.article-report-page .fui-cell-group {margin-top: 0;}
.article-report-page .fui-cell-group .fui-cell.fui-cell-textarea .fui-cell-label {margin-top: -4.8rem;}
.article-report-page .sub {display: block; margin-top: 2rem;}

.fui-article-list.template-0 .fui-list-media img,
.fui-article-list.template-2 .fui-list-media img {height: 3rem; width: 3rem;}

.fui-article-list.template-0 {background: #fff;}
.fui-article-list.template-0 .topimg {height: auto; padding-bottom: 0.5rem;}
.fui-article-list.template-0 .topimg img {height: auto; width: 100%; display: block;}
.fui-article-list.template-0 .fui-list-group {margin-top: 0;}

.fui-article-list.template-1 a {color: #666;}
.fui-article-list.template-1 .fui-card-list {padding-bottom: 0.4rem;}

.fui-article-list.template-2 .fui-tab-scroll .item.on {color: #0cc;}
.fui-article-list.template-2 .fui-tab-scroll .item.on:before {background: #0cc;}

.fui-cell-scroll {display: -webkit-box;overflow-x: scroll;overflow-y: hidden;-webkit-overflow-scrolling:touch;}
.fui-cell-scroll .item {height:auto; overflow: hidden; text-decoration: none;margin:0 0.2rem}
.fui-cell-scroll .item .icon{height: 2.2rem; margin: auto;text-align: center;line-height: 2.2rem;}
.fui-cell-scroll .item .icon img{height: 2.2rem;width: 2.2rem;}
.fui-cell-scroll .item .text{font-size: 0.7rem; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 4px;}
.fui-tab-scroll {height:2.4rem; display: -webkit-box;overflow-x: scroll;overflow-y: hidden;-webkit-overflow-scrolling:touch;}
.fui-tab-scroll::-webkit-scrollbar{width:0; height:0; display: none;}
.fui-tab-scroll .item {height:2.2rem; width:auto; overflow: hidden; line-height:1.8rem; text-decoration: none; color:#000; text-align: center; padding: 0.25rem 0.5rem; font-size: 0.75rem;}
.fui-tab-scroll .item a {color:#000}
.fui-tab-scroll .item.on,.fui-tab-scroll .item.on a{color:#ff6801; font-weight: bold; position: relative;}
.fui-tab-scroll .item.on:before {content: ""; height: 3px; width: 60%; background: #ff6801; position: absolute; bottom:0; left: 20%}
.fui-tab-scroll .item.active{color:#f60;}

.fui-tab-scroll .fui-icon-col {
    width:3.2rem;
    height: auto;
    position: relative;
    padding: 0;
    margin: 10px 0;
    text-align: center;
}
.fui-tab-scroll .fui-icon-col .icon {
    height: 2.2rem;
    margin: auto;
    text-align: center;
    line-height: 2.2rem;
	font-size:0.7rem;
}
.fui-tab-scroll .fui-icon-col .icon img {
    height: 2.2rem;
    width: 2.2rem;
}
.circle,.fui-tab-scroll.circle,.fui-tab-scroll .fui-icon-col .circle,.fui-tab-scroll.circle .fui-icon-col img {
    border-radius: 2.2rem;
}
.circle,.fui-tab-scroll.radius,.fui-tab-scroll .fui-icon-col .radius,.fui-tab-scroll.radius .fui-icon-col img {
    border-radius: 10px;
}
.fui-tab-scroll .fui-icon-col .text {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:4px;
    color: #000;

}
.fui-tab-scroll .fui-icon-col .text.active{
    color:red
}
.fui-tab-scroll .fui-icon-col-sm .text {
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:2px;
    color: #000;

}
.fui-tab-scroll .fui-icon-col .tag {
	
}

/*model*/
.jinyun-modal-dialog,.modal-dialog {
	position:absolute;
	margin:0;
	width:90%;
	left:5%;
}
/*关注扫描*/
.wap-qrcode-container {
    width: 100%;
    border-radius: 0.5rem;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.wap-qrcode-container p {
    font-size: 13px;
    color: #666;
    line-height: 26px;
	margin:0 0 5px
}

.wap-qrcode-container .qrcode-image {
    height: 140px;
    width: 140px;
}

.wap-qrcode-container img {
    height: 10rem;
    width: 10rem;
    border: 1px solid #ddd;
}
/*login*/
.fui-content .other-login-line{margin-top:20px;font-size:0.65rem;text-align:center;position:relative}
.fui-content .other-login-line .line{border-top:1px solid #ebebeb;width:100%;margin-left:auto;margin-right:auto;top:8px;position:absolute;z-index:0}
.fui-content .other-login-line .label{position: relative;background-color:#fff;color:#a3afb7;z-index:1}
.fui-content .other-login{text-align:center;width:36px;margin-left:auto;margin-right:auto;margin-top: 20px;}
.fui-content .other-login .login-btn{background:#fff;border:1px solid #a3afb7;border-radius:50%;height:36px;width:36px;line-height:36px;text-align:center;color:#59c7f9;float:left;cursor:pointer}
.fui-content .other-login .login-btn:hover{background:#fff;border-color:#08a1ef;color:#08a1ef}
.fui-content .other-login .wechat{margin-left:40px;color:#48d5b2}
.fui-content .other-login .wechat:hover{color:#18cfa1;border-color:#18cfa1}
.fui-content .go-login{font-size:0.65rem;text-align:center;color:#37474f;margin-top:50px}
.fui-content .go-login .login{color:#59c7f9;text-decoration:none;margin-left:5px}
.fui-content .go-login .login:hover{color:#08a1ef}
.fui-content .login-footer{margin-top:20px;font-size:0.65rem;color:#a3afb7;text-align:center}
.fui-content .login-footer .action{margin-left:5px;text-decoration:none;color:#59c7f9}
.fui-content .login-footer .action:hover{color:#08a1ef}
/*fe系列*/

.fe-mod {
    height: auto;
    position: relative;
}

.fe-mod a , .fe-mod a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-nohover:hover {
    border: 2px dashed rgba(0,0,0,0);
}

.fe-mod-layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fe-mod-move {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0);
    z-index: 999;
    cursor: move;
}

.fe-mod-select {
    border: 2px dashed #6c9;
}

.fe-mod-1 {
    height: 46px;
    background: #ffc;
    font-size: 14px;
    color: #fc0;
    padding: 10px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.fe-mod-1 a , .fe-mod-1 a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-2 {
    position: relative;
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
    min-height: 40px;
}

.fe-mod-2 .swipe {
    overflow: hidden;
    background-size: 2604px;
    background-size: 9436px;
    visibility: hidden;
    position: relative;
}

.fe-mod-2 .swipe-wrap {
    overflow: hidden;
    position: relative;
    background: #ddd;
}

.fe-mod-2 .swipe-wrap li {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}

.fe-mod-2 .swipe-wrap li img {
    display: block;
    width: 100%;
}

.fe-mod-2-dots {
    height: 10px;
    width: 100%;
    padding: 0px 10px;
    position: absolute;
    bottom: 10px;
    left: 0px;
    text-align: center;
}

.fe-mod-2-dots a {
    height: 10px;
    width: 22px;
    background: #000;
    opacity: 0.4;
    display: inline-block;
    margin: 0px 2px;
}

.fe-mod-2-dots .shape {
    background: #000;
    opacity: 0.6
}

.fe-mod-2-dots .shape2 {
    height: 10px;
    width: 10px;
}

.fe-mod-2-dots .shape3 {
    height: 10px;
    width: 10px;
    border-radius: 10px;
}

.fe-mod-3 {
    height: auto;
    padding: 10px;
    overflow: hidden;
}

.fe-mod-3 h2 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: 100;
}

.fe-mod-3 h4 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 100;
    padding-top: 3px;
}

.fe-mod-4 {
    padding: 5px;
}

.fe-mod-4-con {
    height: 34px;
    background: #fff;
    margin: 5px;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
}

.fe-mod-4-ico {
    height: 34px;
    width: 34px;
    background: url(../images/diy/init-data/search_ico.png) center no-repeat;
    background-size: 18px;
    float: left;
    color: #999;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.fe-mod-4-blank {
    height: 40px;
    padding-left: 40px;
}

.fe-mod_4-input {
    height: 32px;
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    outline: none;
    color: #999;
}

.fe-mod-4-2-ico {
    float: right;
}

.fe-mod-4-2-blank {
    padding-left: 5px;
    padding-right: 40px;
}

.fe-mod-5 {
    height: auto;
}

.fe-mod-5-line {
    height: 0px;
    margin: 10px 0px;
    border-top: 2px dashed #999;
}

.fe-mod-6 {
    height: 100px;
}

.fe-mod-7 {
    min-height: 20px;
    background: #eee;
    word-wrap: break-word;
    overflow: hidden;
}

.fe-mod-7 p {
    margin: 0px;
    padding: 0px;
}

.fe-mod-7 img {
    max-width: 100%;
    outline-width: 0px;
    vertical-align: top;
    display: block
}

.fe-mod-8 {
    height: auto;
    overflow: hidden;
    padding: 5px 0px;
    background: #fff;
}

.fe-mod-8 a , .fe-mod-8 a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-8-title {
    padding: 0px 8px;
    font-size: 16px;
    color: #666;
}

.fe-mod-8-good {
    height: auto;
    width: 50%;
    float: left;
}

.fe-mod-8-main {
    height: auto;
    padding: 5px;
    background: #fff;
}

.fe-mod-8-main-img {
    min-height: 50px;
    background: #ddd;
    position: relative;
    text-align: center;
}

.fe-mod-8-main-img img {
    width: 100%;
}

.fe-mod-8 .new {
    height: 30px;
    width: 30px;
    background: url(../images/diy/init-data/ico_new.png) no-repeat;
    background-size: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.fe-mod-8 .saleimg {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -3px;
    left: -3px;
}

.fe-mod-8 .sale-xp {
    background: url(../images/diy/init-data/sale-xp.png);
    background-size: 50px;
}

.fe-mod-8 .sale-rx {
    background: url(../images/diy/init-data/sale-rx.png);
    background-size: 50px;
}

.fe-mod-8 .sale-tj {
    background: url(../images/diy/init-data/sale-tj.png);
    background-size: 50px;
}

.fe-mod-8 .sale-xs {
    background: url(../images/diy/init-data/sale-xs.png);
    background-size: 50px;
}

.fe-mod-8 .sale-by {
    background: url(../images/diy/init-data/sale-by.png);
    background-size: 50px;
}

.fe-mod-8 .sale-cx {
    background: url(../images/diy/init-data/sale-cx.png);
    background-size: 50px;
}

.fe-mod-8 .recom {
    height: 30px;
    width: 30px;
    background: url(../images/diy/init-data/ico_recom.png) no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
}

.fe-mod-8 .hot {
    height: 30px;
    width: 30px;
    background: url(../images/diy/init-data/ico_hot.png) no-repeat;
    background-size: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.fe-mod-8-main-name {
    height: auto;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color: #999;
    margin-top: 5px
}

.fe-mod-8-main-name-name {
    height: 40px;
    text-align: left;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333
}

.fe-mod-8-main-name-buy {
    height: 20px;
    width: 30px;
    float: right;
    background-repeat: no-repeat;
}

.fe-mod-8 .buy-1 {
    background: url(../images/diy/init-data/ico_buy_1.png);
    background-size: 30px 20px;
}

.fe-mod-8 .buy-2 {
    background: url(../images/diy/init-data/ico_buy_2.png);
    background-size: 30px 20px;
}

.fe-mod-8 .buy-3 {
    background: url(../images/diy/init-data/ico_buy_3.png);
    background-size: 30px 20px;
}

.fe-mod-8 .buy-4 {
    background: url(../images/diy/init-data/ico_buy_4.png);
    background-size: 30px 20px;
}

.fe-mod-8-main-price {
    height: 24px;
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    color: #fff;
    background: rgba(0,0,0,0.2);
    padding-left: 3px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
}

.fe-mod-8-hp-line {
    height: 90px;
    background: #fff;
    padding: 5px;
}

.fe-mod-8-hp-line-img {
    height: 80px;
    width: 80px;
    background: #ddd;
    float: left;
    position: relative;
}

.fe-mod-8-hp-line-img img {
    height: 100%;
    width: 100%;
}

.fe-mod-8-hp-line-info {
    height: 80px;
    background: #fff;
    padding-left: 90px;
}

.fe-mod-8-hp-line-info .title {
    height: 40px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fe-mod-8-hp-line-info .price {
    height: 30px;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    color: #bbb;
    line-height: 30px;
    float: left;
    overflow: hidden;
}

.fe-mod-8-hp-line-info .price .p1 {
    float: left;
    color: #ff6600;
}

.fe-mod-8-hp-line-info .price .p2 {
    font-size: 12px;
    padding-left: 5px;
    text-decoration: line-through;
    float: left;
    line-height: 32px
}

.fe-mod-8-hp-line-info .price .p3 {
    padding-left: 10px;
    float: left;
    font-size: 12px;
}

.fe-mod-9 {
    min-height: 174px;
}

.fe-mod-9 a , .fe-mod-9 a:hover {
    color: inherit;
    text-decoration: none;
}

.fe-mod-9 img {
    width: 100%;
    display: block;
}

.fe-mod-9-menu {
    height: 2.7rem;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}

.fe-mod-9-menu a {
    color: inherit;
}

.fe-mod-9-nav {
    height: 40px;
    width: 25%;
    padding-top: 5px;
    float: left;
    text-align: center;
    font-size: 12px;
}

.fe-mod-9-nav i {
    font-size: 18px;
}

.fe-mod-9-nav-on {
    height: 45px;
    border-bottom: 0 solid #dd2322;
}

.fe-mod-9-shopname {
    height: 24px;
    width: 100%;
    position: absolute;
    bottom: 55px;
    left: 0px;
}

.fe-mod-9-name {
    height: 24px;
    width: auto;
    background: rgba(0,0,0,0.2);
    line-height: 24px;
    margin: auto;
    display: table;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    padding: 0px 15px;
}

.fe-mod-9-shoplogo {
    height: 80px;
    width: 80px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 45px;
    margin-left: -40px;
    position: absolute;
    bottom: 88px;
    left: 50%;
}

.fe-mod-9-shoplogo-img {
    height: 70px;
    width: 70px;
    padding: 4px;
    border: 1px solid #fff;
    border-radius: 70px;
    margin: auto;
}

.fe-mod-9-shoplogo-img img {
    height: 60px;
    width: 60px;
    border-radius: 60px;
}

.fe-mod-10 {
    min-height: 100px;
}

.fe-mod-10 img {
    width: 100%;
}

.fe-mod-10-menu {
    height: 45px;
    padding: 5px 0px 0px 90px;
    text-align: center;
    background: #fff;
}

.fe-mod-10-menu a {
    color: inherit;
}

.fe-mod-10-nav {
    height: 40px;
    width: 25%;
    float: left;
}

.fe-mod-10-nav span {
    font-size: 18px;
    color: #000;
    line-height: 18px;
}

.fe-mod-10-nav nav {
    font-size: 12px;
}

.fe-mod-10-shoplogo {
    height: 66px;
    width: 66px;
    background: #ccc;
    position: absolute;
    left: 14px;
    bottom: 22px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}

.fe-mod-10-shoplogo img {
    height: 64px;
    width: 64px;
}

.fe-mod-10-shopname {
    height: 40px;
    width: auto;
    position: absolute;
    left: 90px;
    bottom: 50px;
    font-size: 16px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.fe-mod-11 {
    height: 60px;
    background: #3e4144 url(../images/diy/phone/topbar.png) 0px center no-repeat;
    overflow: hidden;
    cursor: default;
}

.fe-mod-11-title {
    height: 30px;
    width: 210px;
    margin: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    content: "...";
}

.fe-mod-12 {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    overflow: hidden;
}

.fe-mod-12-nav {
    height: auto;
    width: 25%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fe-mod-12-img {
    height: auto;
    margin: 0px 12px;
}

.fe-mod-12-img img {
    width: 100%;
    border-radius: 100%;
}

.fe-mod-12-text {
    height: 20px;
    line-height: 25px;
    text-align: center;
    color: #999;
    font-size: 12px;
    overflow: hidden;
}

.fe-mod-13 {
    min-height: 40px;
}

.fe-mod-13 img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.fe-mod-cube {
    background: #fff;
}
/*diy*/
.fui-cell-group .sm {
    padding:0.4rem 0.6rem 0.1rem
}
.fui-cell-group .fui-cell.must .fui-cell-label:after {
    content: "*";
    position: absolute;
    right: 4px;
    top: 4px;
    color: #f30;
    font-size: 0.6rem;
}
.fui-cell-group .btn {
	font-size: 0.65rem;
	border-radius: 1rem;
}
.fui-cell-group-o:after,
.fui-cell-group .fui-cell:first-child:before {
    /*border-top: none;*/
}

.fui-cell-group .fui-cell-click .fui-cell:active,
.fui-cell-group .fui-cell.fui-cell-click:active {
    background: #ececec;
}
.fui-cell-group .fui-cell .fui-cell-text .coupon-mini{
	font-size: 0.65rem;
	line-height: 0.75rem;
	font-weight:400;
}
.fui-cell-title {
    color: #333;
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;

}

.fui-cell-tip {
    color: #999;
    font-size: 0.7rem;
    padding: 6px 14px;
}
.fui-cell-group .fui-cell .fui-cell-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.75rem;
    color: #666;

}
.fui-cell-group .fui-cell .fui-cell-info .avatar, .fui-goods-item .fui-buys-info .avatar{
	width:1.6rem;
	height:1.6rem;
	border:1px solid #efefef;
	border-radius: 50%;
}
.fui-cell-group .fui-cell .fui-cell-info.overflow {
    word-break: break-all;
    overflow: auto;
    white-space: normal;
    height: auto;
}

.fui-cell-group .fui-cell .fui-cell-info .checkbox-inline,
.fui-cell-group .fui-cell .fui-cell-info .radio-inline {
    float: left;
    margin-bottom: 4px;
}
.fui-cell-group .fui-cell .fui-cell-info .text {
    margin: 4px 0;
}
.fui-cell-group .fui-cell .fui-cell-label {
    position: relative;
    display: block;
   /* width: 40px;*/
    padding-right: 4px;
    font-size: 0.7rem;
}

.fui-cell-group .fui-cell .fui-cell-label.big {
    display: block;
    width: 90px;
    padding: 0 4px;
    font-size: 0.85rem;
}
.fui-cell-group .fui-cell .fui-cell-info select, .fui-cell-label select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
	background-color: #f7f7f7;
    border-radius: 0.15rem;
	padding: 0.1rem 0.3rem;
    width: 100%;
    font-size: inherit;
    position: relative;
    z-index: 1;
}
.fui-cell-group .fui-cell .fui-cell-icon {
    color: #333;
    margin-right: 0.3rem;
    width: 0.8rem;
    text-align: center;
}
.fui-cell-group .fui-cell .fui-cell-tag {
    margin-right: 0.3rem;
    text-align: center;
}
.fui-cell-group .fui-cell .fui-cell-text .tag-text{
	font-size: 0.65rem;
	line-height: 0.6rem;
	font-weight:400;
}
.fui-cell-group .fui-cell .fui-cell-icon.pull-left {
    font-size: 0.85rem;
}
.fui-cell-group .fui-cell .fui-cell-icon img{
    width:0.7rem;
	height:0.7rem
}
.fui-cell-group .fui-cell .fui-cell-icon img.round{
    border-radius: .2rem;
}
.fui-cell-group .fui-cell .fui-cell-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
}
.fui-cell-group .fui-cell .fui-cell-h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: red;
    font-size: 0.75rem;
	font-weight:bold;
	text-align:center;
}
.fui-cell-group .fui-cell .fui-cell-remark {
    color: #888;
    text-align: right;
    font-size: 0.7rem;
    margin-right: 4px;
}

.fui-cell-group .fui-cell .fui-cell-remark:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.4rem;
    width: 0.4rem;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: 0.4rem;
}
.fui-cell-group .fui-cell .fui-cell-remark select {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: inherit;
	direction: rtl;
    position: relative;
    z-index: 1;
}

.fui-cell-group .fui-cell .fui-cell-remark select {
    padding: 0;
}
.fui-cell-group .fui-cell .fui-cell-remark option {
    text-align:right
}
.fui-cell-group .fui-cell .fui-cell-remark.noremark:after {
    display: none;
    margin-left: 0;
}

.fui-cell-group .fui-cell.fui-cell-textarea .fui-cell-label {
    margin-top: -30px;
}
.fui-cell-group .fui-cell .fui-cell-help {
    padding-top: 6px;
	width:100%;
	font-size:0.5rem
}
.fui-cell-group .sm-cell {
	padding-top:0.5rem;padding-bottom:0.5rem
}
.fui-cell-group .sm-cell:before {
	border-top: 0 solid #ebebeb;
}
.fui-cell-group .noborder {
	border: 0 solid #fff;
}
.fui-cell-group .noborder:before {
	border: 0 solid #fff;
}
.fui-cellone {
	position: relative;
	padding: 0.75rem 0.6rem 0.65rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	line-height: 1.5;
}
.fui-cellone .fui-cellone-label {
	position: relative;
	display: block;
	width: 3.85rem;
	/* padding: 0 0.2rem; */
	font-size: 0.7rem;
	color: #666;
}
.fui-cellone .fui-cellone-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:.7rem;color:#666;
}
.fui-cellone .fui-cellone-text {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #000;
	font-size: 0.75rem;
}
.fui-cellone .fui-cellone-remark {
	color: #999;
	text-align: right;
	font-size: 0.65rem;
	margin-right: .2rem;
}
.fui-cellone .fui-cellone-remark:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.4rem;
    width: 0.4rem;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    margin-left: 0;
}
.fui-cellone .fui-cellone-remark.noremark:after {
    display: none;
    margin-left: 0;
}
.headinfo {
    position: relative;
    height: auto;
    background: red;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;

}
.headinfo a {
	color:#fff
}
.headinfo .setbtn {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    text-align: center;
}

.headinfo .child {
    width: 30%;
    height: auto;
    padding-bottom: 24px;
    text-align: center;
}

.headinfo .child.userinfo {
    width: 40%;
    color: #fff;
}

.headinfo .child.userinfo .face {
    height: 56px;
    width: 56px;
    background: #fff;
    margin: auto;
    border-radius: 56px;
    border: 2px solid #fff;
}

.headinfo .child.userinfo .face img {
    height: 52px;
    width: 52px;
    border-radius: 52px;
    display: block;
}

.headinfo .child.userinfo .face.radius {
    border-radius: 10px;
}

.headinfo .child.userinfo .face.radius img {
    border-radius: 10px;
}

.headinfo .child.userinfo .name {
    height: 20px;
    padding-top: 4px;
    font-size: 12px;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headinfo .child.userinfo .level {
    font-size: 12px;
    color: inherit;
    text-align: center;
}

.headinfo .child .title {
    padding-top: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.headinfo .child .num {
    font-size: 14px;
    color: #fef31f;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headinfo .child .btn {
    width: 52px;
    height: 20px;
    padding: 0;
    margin: 4px auto 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
}

.headinfo.style-2 {
    padding: 15px 15px;
}

.headinfo.style-2 .face {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.headinfo.style-2 .face img {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    display: block;
}

.headinfo.style-2 .face.radius {
    border-radius: 10px;
}

.headinfo.style-2 .face.radius img {
    border-radius: 10px;
}

.headinfo.style-2 .inner {
    height: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: block;
    padding-left: 10px;
    color: #fff;
}

.headinfo.style-2 .inner .name {
    font-size: 16px;
}

.headinfo.style-2 .inner .level,
.headinfo.style-2 .inner .credit {
    font-size: 14px;
}

.headinfo.style-2 .inner span {
    color: #fef31f;
}

.headinfo.commission {
    height: auto;
    background: #FE5455;
    border-top: 1px #b94749 solid;
    border-bottom: 1px #fa9d9d solid;
    display: block;
    padding-top: 0;
}

.headinfo.commission .userinfo {
    height: 4rem;
    padding: 0.3rem 0.6rem;
    border-bottom: 1px solid #fe9292;
    position: relative
}

.headinfo.commission .userinfo .fui-list {
    padding: 0rem;
    padding-top: .2rem;
}

.headinfo.commission .userinfo .fui-list:active {
    background: transparent
}

.headinfo.commission .userinfo .fui-list-media img {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: 2px solid #fff;
}

.headinfo.commission .userinfo .fui-list .fui-list-info .title {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1rem;
}

.headinfo.commission .userinfo .fui-list .fui-list-info .subtitle {
    color: #fef31f;
    font-size: 0.65rem;
}

.headinfo.commission .userinfo .fui-list .fui-list-info .text {
    color: #fff;
    font-size: 0.6rem;
}

.headinfo.commission .userinfo .setbtn {
    position: absolute;
    height: 1.4rem;
    width: 1.2rem;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.4rem;
    text-align: center;
    right: .5rem;
    top: .5rem;
}

.headinfo.commission .userblock {
    height: auto;
    padding: 0 0.6rem;
}

.headinfo.commission .userblock .line {
    height: auto;
    padding: 0.9rem 0 0;
    color: #fff;
    overflow: hidden;
}

.headinfo.commission .userblock .line.total {
    height: auto;
}

.headinfo.commission .userblock .line.total .title {
    font-size: 0.7rem;
}

.headinfo.commission .userblock .line.total .num {
    font-size: 1.4rem;
    line-height: 1.7rem;
    font-weight: 100;
}

.headinfo.commission .userblock .line.usable {
    height: auto;
    padding-bottom: 0.9rem;
    padding-top: 1.1rem;
}

.headinfo.commission .userblock .line.usable .btn {
    height: 1.2rem;
    width: auto;
    padding: 0 0.4rem;
    border: 1px solid #fff;
    line-height: 1.2rem;
    border-radius: 0.6rem;
    font-size: 0.7rem;
    float: right;
    color: inherit;
}

.headinfo.commission .userblock .line.usable .btn.disabled {
    height: 1.2rem;
    width: auto;
    padding: 0 0.4rem;
    border: 1px solid #ccc;
    line-height: 1.2rem;
    border-radius: 0.6rem;
    font-size: 0.7rem;
    float: right;
    color: #ccc;
}

.headinfo.commission .userblock .line.usable .text {
    padding-right: 4rem;
}

.headinfo.commission .userblock .line.usable .text .title {
    font-size: 0.6rem;
    line-height: 0.6rem;
}

.headinfo.commission .userblock .line.usable .text .num {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.4rem;
}
.headinfo-m {
    position: relative;
    height: auto;
    background: #fe5455;
    padding-top: 20px;
    border-top: 1px #b2423f solid;
    border-bottom: 1px #fa9d9d solid;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.headinfo-m .setbtn {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.headinfo-m .child {
    width: 30%;
    height: auto;
    padding-bottom: 24px;
    text-align: center;
}

.headinfo-m .child.userinfo {
    width: 40%;
    color: #fff;
}

.headinfo-m .child.userinfo .face {
    height: 56px;
    width: 56px;
    background: #fff;
    margin: auto;
    border-radius: 56px;
    border: 2px solid #fff;
}

.headinfo-m .child.userinfo .face img {
    height: 52px;
    width: 52px;
    border-radius: 52px;
    display: block;
}

.headinfo-m .child.userinfo .face.radius{
    border-radius: 10px;
}

.headinfo-m .child.userinfo .face.radius img{
    border-radius: 10px;
}

.headinfo-m .child.userinfo .name {
    height: 20px;
    padding-top: 4px;
    font-size: 12px;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headinfo-m .child.userinfo .level {
    font-size: 12px;
    color: inherit;
    text-align: center;
}

.headinfo-m .child .title {
    padding-top: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.headinfo-m .child .num {
    font-size: 14px;
    color: #fef31f;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.headinfo-m .child .btn {
    width: 52px;
    height: 20px;
    padding: 0;
    margin: 4px auto 0;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #fff;
}

/* tab */
.fui-tab {
    -webkit-align-self: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 0;
    background: white;
    position: relative;
}

.fui-tab:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 0.1rem;
    width: 100%;
    background-color: #f2f2f2;
    display: block;
    z-index: 0;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.fui-tab nav {
    text-align: center;
    cursor: default;
    color: #666;
    font-size: 0.8rem;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
}
.fui-tab.fui-tab-danger nav.active {
    color: #ef4f4f;
    border-color: #ef4f4f;
    z-index: 100;
}
.fui-icon-group .badge {
    left: 2rem;
}
.fui-icon-group .fui-icon-col {
    width: 25%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
    float: left;
}
.fui-icon-group .fui-icon-col-sm {
    width: 25%;
    height: auto;
    position: relative;
    padding: 0.3rem 0;
    margin: 0;
    text-align: center;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
    float: left;
}
.fui-icon-group .fui-icon-col:active {
    background: #ececec;
}
.fui-icon-group .fui-icon-col-sm .icon {
    margin: auto;
    text-align: center;
    line-height: 1.4;
}
.fui-icon-group.col-1 .fui-icon-col-sm {
    width: 100%;
}
.fui-icon-group.col-2 .fui-icon-col-sm {
    width: 50%;
}

.fui-icon-group.col-3 .fui-icon-col-sm {
    width: 33.3%;
}

.fui-icon-group.col-5 .fui-icon-col-sm {
    width: 20%;
}

.fui-icon-group .fui-icon-col-sm .icon img {
    height: 28px;
    width: 28px;
}
.fui-icon-group .fui-icon-col .icon {
    height: 2.2rem;
    margin: auto;
    text-align: center;
    line-height: 2.2rem;
}
.fui-icon-group.col-1 .fui-icon-col {
    width: 100%;
}
.fui-icon-group.col-2 .fui-icon-col {
    width: 50%;
}

.fui-icon-group.col-3 .fui-icon-col {
    width: 33.3%;
}

.fui-icon-group.col-5 .fui-icon-col {
    width: 20%;
}
.fui-icon-group.col-6 .fui-icon-col {
    width: 16.666%;
}
.fui-icon-group .fui-icon-col .icon img {
    height: 2.2rem;
    width: 2.2rem;
}
.circle,.fui-icon-group.circle,.fui-icon-group .fui-icon-col .circle,.fui-icon-group.circle .fui-icon-col img {
    border-radius: 2.2rem;
}
.circle,.fui-icon-group.radius,.fui-icon-group .fui-icon-col .radius,.fui-icon-group.radius .fui-icon-col img {
    border-radius: 10px;
}
.fui-icon-group.col-3 .fui-icon-col.radius img {
    border-radius: 33.3%;
}

.fui-icon-group.col-5 .fui-icon-col.radius img {
    border-radius: 20%;
}
.fui-icon-group.col-6 .fui-icon-col.radius img {
    border-radius: 15%;
}
.fui-icon-group .fui-icon-col .text {
    font-size: 0.7rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:4px;
    color: #666;

}
.fui-icon-group .fui-icon-col .text.active{
    color:red
}
.fui-icon-group .fui-icon-col-sm .text {
    font-size: 0.65rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:2px;
    color: #000;

}
.fui-icon-group .fui-icon-col .icon-tow {
    height: 2.2rem;
    margin: auto;
    line-height: 2.2rem;
	padding: 0 6px;
}
.fui-icon-group.noborder {
    border-top: 0;
}

.fui-icon-group.noborder .fui-icon-col:before {
    border: 0;
}

.fui-icon-group .fui-icon-col .icon i {
    /*color: #000;*/
    font-size: 32px;
    margin-top: 7px;
}
.fui-icon-group .fui-icon-col-sm .icon i {
    color: #FF4444;
    font-size: 1.4rem;
    margin-top: 3px;
}
.fui-icon-group .fui-icon-col .badge {
    background: red none repeat scroll 0 0;
    border-radius: 10px;
    color: white;
    font-size: 12px;
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: 7px;
    min-width: 16px;
    padding: 0 4px;
    position: absolute;
    top: 10px;
    vertical-align: top;
    text-align: center;
    z-index: 100;
}

.fui-icon-group.pb10 {
    padding-bottom: 10px;
}
.fui-icon-group .fui-icon-group-pagination {
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 10px;
}

.fui-icon-group .fui-icon-group-pagination a {
    height: 8px;
    width: 8px;
    background: #000;
    border-radius: 8px;
    display: inline-block;
    opacity: 0.3;
}

.fui-icon-group .fui-icon-group-pagination a.active {
    opacity: 0.5;
}
.fui-navbar,.fui-footer {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2.75rem;
    background: #fff;
    box-shadow:0 0 4px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.1);
    -moz-box-shadow:0 0 4px rgba(0,0,0,0.1);
	z-index:108
}
.fui-navbar.is_backpage,.fui-footer.is_backpage {bottom:1.7rem}
.fui-navbar .nav-item.btn {
    color:#fff; border-radius: 0;border:none;
}
.fui-navbar .nav-item.btn-fen {
	background-color:rgb(255,153,153);
	border:1px solid rgb(255,153,153);
}
.fui-navbar .nav-item {
    position: relative;
    display: table-cell;
    height: 2.75rem;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    color:#333;
}

.fui-navbar .nav-item.active,
.fui-navbar .nav-item:active {
    color: red
}
.fui-navbar .nav-item .label {
    display: block;
    font-size: 0.75rem;
    position: relative;
    top: -0.1rem;
    background: none;
	color: #333
}
.fui-navbar .nav-item.active .label,
.fui-navbar .nav-item:active .label{
    color: red
}
.fui-navbar .nav-item .icon {
    font-size: 1.0rem;
    padding: 0;
}
.fui-navbar .nav-item .label {
    padding: 0.2rem;
}
.fui-navbar .nav-item .badge {
    background: red none repeat scroll 0 0;
    border-radius: 0.5rem;
    color: white;
    font-size: 0.6rem;
    height: 0.8rem;
    left: 50%;
    line-height: 0.8rem;
    margin-left: 0.1rem;
    min-width: 0.8rem;
    padding: 0 0.2rem;
    position: absolute;
    top: 0.1rem;
    vertical-align: top;
    z-index: 100;
}

.fui-navbar .cartbtn {
    background: #fe9402;
}

.fui-navbar .buybtn {
    background: red;
}

.fui-bottom-fixed {
	position: fixed;
	width: 100%;
    bottom: -0.1rem;
    left: 0;
    right: 0;
	z-index:8;
}
.fui-bottom-fixed .fui-navbar,.fui-bottom-fixed .fui-footer,.fui-bottom-fixed  .fui-header{
	position: relative;
}
.fui-navbar-tip{
	position: fixed;
    width: 100%;
    bottom: 2.5rem;
    left: 0;
    right: 0;
    height: 1.6rem;
    background: #fdf5e9;
	color:#000;
	font-size:0.65rem;
	padding:0.3rem;
	text-align:center;
	z-index:10
}
.fui-wxapp-goback {
	height:1.8rem;
	line-height:1.8rem;
	background:#fff;
}
.fui-wxapp-goback .icon{
	font-size:0.9rem
}
.fui-detail-group {
    margin-top: 0
}

.fui-detail-group .fui-cell {
    padding: 0 0.5rem;
}

.fui-detail-group .fui-cell:before {
    border: 0;
}

.fui-detail-group .fui-cell .price {
    font-size: 1rem;
    color: #fd5454;
    line-height: 1.4rem;
    font-weight: 100;
    font-weight: bold;
}

.fui-detail-group .fui-cell .price .original {
    font-size: 0.6rem;
    color: #C0C0C0;
    text-decoration: line-through;
    padding-left: 0.2rem;
    font-weight: normal
}

.fui-detail-group .fui-cell .name {
    padding: 0.4rem 0 0;
    font-size: 0.75rem;
}

.fui-detail-group .fui-cell .share {
    padding-left: 0.8rem;
    margin-top: 0.4rem;
    position: relative;
    text-align: center;
}

.fui-detail-group .fui-cell .share:before {
    content: " ";
    border-left: 1px solid #C0C0C0;
    height: 100%;
    left: 0rem;
    position: absolute;
}

.fui-detail-group .fui-cell .share:after {
    display: none;
}

.fui-detail-group .fui-cell .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.6rem;
    color: #C0C0C0;
    padding-bottom: 0.4rem;
}

.fui-detail-group .fui-cell .flex span {
    width: 100%;
    text-align: center;
}

.fui-detail-group .fui-cell .flex span:first-child {
    text-align: left;
}

.fui-detail-group .fui-cell .flex span:last-child {
    text-align: right;
}

.goods-subtitle span {
    font-size: .65rem;
    padding: .2rem 0
}

.fui-cell-group .fui-cell .row-time {
    padding: 0 0 .5rem .5rem;
    overflow: hidden;
}

.fui-cell-group .fui-cell .fui-labeltext .text .number {
    font-weight: bold;
}

.fui-cell-group .fui-cell .fui-labeltext .text .time {
    font-size: .65rem;
    padding: 0 .1rem;
}

.fui-cell-group.fui-sale-group:before {
    border: 0;
}

.fui-cell-group.fui-sale-group .fui-cell .fui-cell-text,
.fui-cell-group.fui-sale-group .fui-according-header .text {
    font-size: 0.7rem;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.fui-cell-group.fui-sale-group .fui-according-header .text .title {
    font-weight: bold;
}
/* 限时购 */
.fui-labeltext {
    position: relative;
    border:1px solid #d9d9d9;
    display: table-cell;
    border-radius: .2rem;
    height:1.5rem;

}
.fui-labeltext.fui-labeltext-success {border:1px solid #04ab02 }
.fui-labeltext.fui-labeltext-primary{border:1px solid #0290be }
.fui-labeltext.fui-labeltext-warning  {border:1px solid #ff9326 }
.fui-labeltext.fui-labeltext-danger  { border:1px solid #ef4f4f }
.fui-labeltext .label {

    background:#d9d9d9;
    font-size:0.75rem;
    float:left;
    height:1.5rem; line-height:1.5rem;
    padding:0 .2rem;
}
.fui-labeltext.fui-labeltext-success .label {background: #04ab02;color:#fff; }
.fui-labeltext.fui-labeltext-primary .label{background:#0290be;color:#fff; }
.fui-labeltext.fui-labeltext-warning .label  {background:#ff9326;color:#fff; }
.fui-labeltext.fui-labeltext-danger .label  { background:#ef4f4f;color:#fff; }
.fui-labeltext .text {
    float:left;
    height:1.5rem; line-height:1.5rem;
    padding:0 .2rem;
}

/* 店铺信息 */
.fui-shop-group .fui-cell:before {
    display: none;
}

.fui-shop-group .fui-cell {
    padding: 0 0.5rem;
}

.fui-shop-group .fui-cell .shopname {
    height: 2rem;
    width: 100%;
    padding-left: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

.fui-shop-group .fui-cell .center {
    text-align: center;
    margin: 0.4rem 0;
    position: relative;
    font-size: 0.7rem;
}

.fui-shop-group .fui-cell .center:before {
    height: 100%;
    width: 1px;
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: #dbdbdb;
}

.fui-shop-group .fui-cell .center:first-child:before {
    background: none;
}

.fui-shop-group .fui-cell .center p {
    color: #7c7c7c;
    font-size: 0.6rem;
}

.fui-shop-group .fui-cell .btn-default-o {
    width: 4rem;
    height: 1.2rem;
    border-color: #7c7c7c;
    color: #7c7c7c;
    font-size: 0.7rem;
    padding: 0;
    margin: 0 0.5rem 0.2rem;
    line-height: 1.2rem;
    display: inline-block;
}

.fui-shop-group .fui-list:after {
    display: none
}

.fui-shop-group .title {
    font-size: 0.7rem;
}

.fui-shop-group .subtitle {
    font-size: 0.6rem;
}

.fui-list-media.radius img {
    border-radius: 0.3rem;
}

.fui-list-media.circle img {
    border-radius: 2.5rem;
}

/*评论组*/
.fui-comment-group .fui-cell:before {
    border: 0;
}

.fui-comment-group .fui-cell {
    padding: 0.5rem;
}
.fui-comment-group .fui-cell .fui-cell-label {
    position: relative;
    display: block;
	width:0.5rem;
    font-size: 0.6rem;
}
.fui-comment-group .fui-cell .fui-cell-label:before{
	content: '';
    position: absolute;
    width:0.2rem;
    height:0.6rem;
    background:red;
    left:0;
	top:-0.33rem;
}
.fui-comment-group .fui-cell .fui-cell-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 0.7rem;
}
.fui-comment-group .fui-cell .fui-cell-remark {
    color: #888;
    text-align: right;
    font-size: 0.7rem;
    margin-right: 4px;
}

.fui-comment-group .fui-cell .fui-cell-remark:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: 6px;
}
.fui-comment-group .fui-cell .comment {
    padding: 0;
	padding-top: 0.3rem;
    position: relative;
}

.fui-comment-group .fui-cell .comment:before {
}

.fui-comment-group .fui-cell .comment .info {
    color: #7C7C7C;
    font-size: 0.75rem;
    width: 100%;
}

.fui-comment-group .fui-cell .comment .info.head {
    height: 1.3rem;
    line-height: 1.2rem;
}

.fui-comment-group .fui-cell .comment .info .img {
    float: left;
}

.fui-comment-group .fui-cell .comment .info .img img {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
}

.fui-comment-group .fui-cell .comment .info .nickname {
    float: left;
    padding-left: .3rem;
}

.fui-comment-group .fui-cell .comment .info .star {
    text-align: right;
    color: #666;
}

.fui-comment-group .fui-cell .comment .info .star span {
    padding: 0;
    margin: 0
}

.fui-comment-group .fui-cell .comment .info .star .shine {
    color: red;
}
.fui-comment-group .fui-cell .comment .info .star .star1 {
    /*clear: both*/
}

.fui-comment-group .fui-cell .comment .info .date {
    text-align: right;
}

.fui-comment-group .fui-cell .comment .remark {
    font-size: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	padding:0.3rem 0.3rem 0 0.3rem;
}
.fui-comment-group .fui-cell .comment .options {
    font-size: 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	color: #fafafa;
}
.fui-comment-group .fui-cell .comment .remark .img {
    padding: 0.2rem 0.2rem 0 0;
}

.fui-comment-group .fui-cell .comment .remark .img img {
	width: 3rem;
    height: 3rem;
}

.fui-comment-group .fui-cell .desc.label {
    font-size: 0.6rem;
    text-align: right;
    background: none;
    font-weight: 100;
}

.fui-comment-group .fui-cell .desc.label span {
    color: #fd5454;
}

.fui-comment-group .fui-cell .desc {
    font-size: 0.6rem;
    color: #7c7c7c;
    line-height: 1.5rem;
    padding: .2rem 0
}

.comment-block.in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.comment-block .fui-icon-group {
    font-size: .65rem;
}


/**  According **/

.fui-according-group {
    margin-top: 0.5rem;
    background-color: #fff;
    line-height: 1.4;
    font-size: 0.8rem;
    overflow: hidden;
    position: relative;
}

.fui-according-group.fui-according-group-o {
    margin: 0 .5rem;
    border-radius: .5rem;
    margin-top: 0.5rem;
}

.fui-according-group:not(.fui-according-group-o):before {
  
}

.fui-according-group:after {
    
}

.fui-according {
    position: relative;
}

.fui-according:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #f7f7f7;
    color: #f7f7f7;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: .5rem;
}

.fui-according:first-child:before {
    display: none;
}

.fui-according-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0.5rem 0.5rem;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background-color;
    transition-property: background-color;


}

.fui-according-header:active {
    background: #d9d9d9;
}

.fui-according-header .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 0.75rem;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.2rem;

}

.fui-according-header .remark {
    color: #888;
    text-align: right;
    font-size: 0.75rem;
}

.fui-according-header .remark:after {
    content: "  ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.3rem;
    width: 0.3rem;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .3em;
}

.fui-according.expanded .remark:after,
.fui-according-header:active .remark:after {
    content: "  ";
    display: inline-block;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    height: 0.3rem;
    width: 0.3rem;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .3em;
}

.fui-according-content .content-block {
    padding: .5rem .5rem;
    color: #666;
    box-sizing: border-box;
}

.fui-swipe-page {
    height: 14px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    line-height: 14px;
}

.fui-swipe-page.left {
    text-align: left;
}

.fui-swipe-page.center {
    text-align: center;
}

.fui-swipe-page.right {
    text-align: right;
}


.fui-swipe-page.rectangle .fui-swipe-bullet {
    height: 7px;
    width: 7px;
}

.fui-swipe-page.square .fui-swipe-bullet {
    height: 7px;
    width: 7px;
}

.fui-swipe-page.round .fui-swipe-bullet {
    height: 7px;
    width: 7px;
    border-radius: 0;
}

.fui-swipe-page .fui-swipe-bullet {
    display: inline-block;
    margin: 0 4px 0 0;
    border-radius: 0;
}
.fui-swipe-page .fui-swipe-bullet {background: #fff;border-radius: 100%;}
.fui-swipe-page .fui-swipe-bullet.active {opacity: 1;width:7px;border-radius: 100%;}
.searchbtn {
    background: none;
    border: 0;
}

.searchbar,
.fui-searchbar {
    height: auto;
}
.searchbar {
    padding: 0;
}

.searchbar.right {
    text-align: right;
}

.search-input.radius {
    border-radius: 5px;
}

.search-input.round {
    border-radius: 30px;
}

.fui-picturew {
    height: auto;
    display: block;
    overflow: hidden;
}

.fui-picturew .item {
    height: auto;
    width: 100%;
    display: block;
    float: left;
}
.fui-picturew .item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.fui-picturew .item .image {
    position: relative;
}
.fui-picturew .item .image .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1rem;
    color: #fff;
    padding: 0.4rem 0.15rem 1px;
    font-size: 0.7rem;
    background: #333;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5; 
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fui-picturew .item .image .pics {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background-color: #333;
	color:#fff;
	font-size:0.56rem;
	text-align:center;
	line-height:1.6rem;
	opacity:0.6;
}
.fui-picturew .item .text {
    font-size: 0.7rem;
    height: 1rem;
    line-height: 1.2rem;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left: 0.15rem;
}
.fui-picturew .item .text2 {
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 0.15rem;
}
.fui-picturew .item .vote-number{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 0 10px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    height: 25px;
    line-height: 25px;
    background-color: #000;
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    text-align: center;
    font-size: 12px;
}
.fui-picturew .item .vote-like{
	float: right;
    width: 28px;
    height: 28px;
    background: #fff;
    line-height: 28px;
    color: #7800ff;
    font-size: 12px;
    text-align: center;
    border: 1px solid #7800ff;
    border-radius: 28px;
    position: absolute;
    bottom: -20px;
    right: 5px;
}
.fui-picturew .item .btn-footer{
	padding:0px;
	width:100%;
}
.fui-picturew .item .btn-footer .b-left{
	padding:10px 0px;
	width:35%;
	color:#fff;
	background:red;
	text-align:center;
	float:left;
	border-bottom-left-radius:0.2rem;
	
}
.fui-picturew .item .btn-footer .b-right{
	padding:10px 0px;
	width:65%;
	color:#fff;
	background:#000;
	text-align:center;
	float:left;
	border-bottom-right-radius:0.2rem;
}
.fui-picturew.row-2 .item {
    width: 50%;
}

.fui-picturew.row-3 .item {
    width: 33.33%;
}

.fui-picturew.row-4 .item {
    width: 25%;
}

.fui-picturew.row-5 .item {
    width: 20%;
}

.fui-video {
    height: auto;
    background: #000;
    margin: 2px;
    border: 1px solid #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.fe-floatico {
    min-height: 10px;
    width: 60px;
    position: fixed;
    top: 100px;
    margin: 5px;
    z-index: 1000;
}
.fe-floatback {
    min-height: 10px;
    width: 1.6rem;
    position: fixed;
    top: 4px;
    text-align: center;
    z-index: 1003;
}
.fe-floatback a{
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background-color: #333;
	color:#fff;
	line-height:1.6rem;
	opacity:0.6;
}
.fe-floatback a .icon{
	color:#fff;
	font-size:0.8rem;
	height:1.6rem;
}
.fe-floatico-right {
    left: null;
    right: 0px;
}

.fe-guide {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    padding: 5px;
    cursor: default;
    opacity: 0.9;
    display: none;
}

.fe-guide-faceimg {
    height: 40px;
    width: 40px;
    float: left;
}

.fe-guide-faceimg img {
    height: 100%;
    width: 100%;
}

.fe-guide-text {
    height: 40px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
}

.fe-guide-text p {
    margin: 0px 5px;
    width: 100%;
    overflow: hidden;
}

.fe-guide-sub {
    height: 24px;
    width: auto;
    padding: 0px 5px;
    background: #6c9;
    margin-top: 8px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 3px
}

.fe-guide-lineheight {
    line-height: 40px;
}

.green-spot {
	width: 0.5rem;
    height: 0.5rem;
	background: green;
	border-radius: 50%;
}
.f60-spot {
	width: 0.5rem;
    height: 0.5rem;
	background: #f60;
	border-radius: 50%;
}
.fui-navbar-top{
	position: fixed;
	width: 100%;
	top: 0;
	height: 2.45rem;
	background: #fff;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.1);
	z-index:22;
}
.fui-navbar-top .nav-item.btn {
    color:#fff; border-radius: 0;
}
.fui-navbar-top .nav-item {
    position: relative;
    display: table-cell;
    height: 2.5rem;
    text-align: center;
    vertical-align: middle;
    width: 1%;
    color:#999;
}

.fui-navbar-top .nav-item.active,
.fui-navbar-top .nav-item:active {
    color: red
}
.fui-navbar-top .nav-item .label {
    display: block;
    font-size: 0.65rem;
    position: relative;
    top: -0.1rem;
    background: none;
    color: #999;
}

.fui-navbar-top .nav-item .icon {
    font-size: 1rem;
    padding: 0;
}

.fui-navbar-top .nav-item .badge {
    background: red none repeat scroll 0 0;
    border-radius: 0.5rem;
    color: white;
    font-size: 0.75rem;
    height: 0.8rem;
    left: 50%;
    line-height: 0.8rem;
    margin-left: 0.1rem;
    min-width: 0.8rem;
    padding: 0 0.2rem;
    position: absolute;
    top: 0.1rem;
    vertical-align: top;
    z-index: 100;
}

.fui-navbar-top .nav-item .noread{
	position: absolute;
	top:0.3rem;
	right:0.5rem;
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background: red;
    border-radius: 0.3rem;
}
.diy-richtext {
    min-height: 0.5rem;
    display: block;
    margin: 0;
    padding: 0;
	height: auto;
    overflow: hidden;
}
.diy-richtext a {
    color: #337ab7;
}

.diy-richtext img {
    /*display: block;*/
    max-width: 100%;
}

.diy-richtext video {
    display: block;
    width: 100%;
}

.fui-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .5rem;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;

}
.fui-list.align-start {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start
}

.fui-list:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: .5rem;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: .5rem;
}

.fui-list:first-child:before {
    display: none;
}

.fui-list:active {
    background: #ececec;
}
.fui-list.noclick:active {
    background: #fff;
}
.fui-list a {
    color:#333;
}

.fui-list-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-right:.5rem;
    color:#aaa;
    position: relative;
}
.fui-list-media .title {
    background: rgba(0,0,0,0.8);
    color: white;
    font-size: 0.7rem;
    height: 1rem;
    right: 0;
    left: 0;
    line-height: 1rem;
    font-size: 0.6rem;
    padding: 0 0.15rem;
    position: absolute;
    bottom: 0;
    text-align: center;
    vertical-align: top;
    z-index: 100;
}

.fui-list-media img {
    width:2.5rem;
}

.fui-list-media img.round {
    border-radius: .3rem;
}

.fui-list-media .badge {
    background: red none repeat scroll 0 0;
    border-radius: 0.5rem;
    color: white;
    font-size: 0.7rem;
    height: 0.9rem;
    right: -.35rem;
    line-height: 0.9rem;
    min-width: 0.9rem;
    padding: 0 0.15rem;
    position: absolute;
    top: -.3rem;
    text-align: center;
    vertical-align: top;
    z-index: 100;
}
.fui-remark:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 0.4rem;
    width: 0.4rem;
    border-width: 1px 1px 0 0;
    border-color: #b2b2b2;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: .1em;
}
.fui-block-group {background: #fff; border-bottom: 1px solid #ececec; position: relative; margin-top:.5rem}
.fui-block-group .fui-block-child {
    height: auto;
    float:left;
    padding: 0.4rem 0 ;
    background: #fff;
    transition:background-color 300ms;
    -webkit-transition: background-color 300ms;
    position: relative;
}
.fui-block-group .fui-block-child:before {
    content: "";
    width: 0px;
    border-right: 1px solid #ececec;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.fui-block-group .fui-block-child:after {
    content: "";
    height: 0px;
    border-bottom: 1px solid #ececec;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.fui-block-group.col-2 .fui-block-child {
    width:50%
}
.fui-block-group.col-3 .fui-block-child {
    width:33.3%
}
.fui-block-group.col-4 .fui-block-child {
    width:25%
}
.fui-block-group.col-5 .fui-block-child {
    width:20%
}

.fui-block-group .fui-block-child:active {background: #ececec;}
.fui-block-group .fui-block-child .icon {height: 2.7rem; padding-top: 1rem; text-align: center; font-size: 1.4rem; line-height: 1.5rem;}
.fui-block-group .fui-block-child .icon i { font-size:1.8rem;}
.fui-block-group .fui-block-child .title {height: 1rem; font-size: 0.6rem; line-height: 1.5rem; text-align: center; color: #666;}
.fui-block-group .fui-block-child .title.bigsize {font-size: 0.7rem;}
.fui-block-group .fui-block-child .text {height: 1.2rem; font-size: 0.5rem; text-align: center; color: #666; line-height: 1rem;}
.fui-block-group .fui-block-child .text span {color: #feb312;}
.fui-block-group .fui-block-child .text.remark {color: #a9a9a9; font-size: 0.6rem; line-height: 1.2rem;}
.fui-block-group .fui-block-child .num {height: 0.9rem; text-align: center; font-size: 0.8rem; color: #fb6665; line-height: 1.4rem;}
.fui-block-group .fui-block-dots {height: 0.9rem; text-align: center; line-height: 0.6rem;}
.fui-block-group .fui-block-dots a {height: 0.3rem; width: 0.3rem; background: #e6e6e6; border-radius: 0.4rem; display: inline-block;}
.fui-block-group .fui-block-dots a.on {background: #fa5453;}

.row-3 a {
	width:33.3%
}
.row-4 a {
	width:25%
}
.row-5 a {
	width:20%
}
.fui-title-c {
	position: relative;
	text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}
.fui-title-c i{
	font-size: 3.3rem;
	margin-bottom:-10px
}
.fui-title-c .title{
	font-size: 1rem;
	width:100%
}
.fui-title-c .subtitle{
	font-size: 0.7rem;
	width:100%
}
.fui-title-c .desc{
	font-size: 0.6rem;
	width:100%
}
.fui-btn-group .fui-btn-col {
    width: 50%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
	padding:10px;
	color:#fff;
    float: left;
}
.fui-btn-group.col-1 .fui-btn-col {
    width: 100%;
}
.fui-btn-group.col-2 .fui-btn-col {
    width: 50%;
}

.fui-btn-group.col-3 .fui-btn-col {
    width: 33.3%;
}

.fui-btn-group.col-5 .fui-btn-col {
    width: 20%;
}
.fui-btn-group .fui-btn-col-sm {
    width: 50%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    transition: background-color 300ms;
    -webkit-transition: background-color 300ms;
	color:#fff;
	font-size:12px;
    float: left;
}
.fui-btn-group.col-1 .fui-btn-col-sm {
    width: 100%;
}
.fui-btn-group.col-2 .fui-btn-col-sm {
    width: 50%;
}

.fui-btn-group.col-3 .fui-btn-col-sm {
    width: 33.3%;
}

.fui-btn-group.col-5 .fui-btn-col-sm {
    width: 20%;
}
.fui-line-title {
	text-align:center;
}
.fui-line-title .text{
	line-height:36px;
	font-size:0.55rem;
}
.fixed-title {
	display:-webkit-box;
	display:-webkit-flex;
	display:flex;
	width:100%;
	color:#d62f35;
	height:.96rem;
	-webkit-box-align:center;
	-webkit-align-items:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	justify-content:center
}
.fixed-title .icon {
	font-size:0.6rem;
}
.title-text {
	padding:0 .16rem;
	white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.spacing {
    letter-spacing: -0.2rem;
	text-align:left;
	min-width:2rem;
}
.befirst {
	padding-right:0.2rem;
	text-align:right;
	width:auto;
}
.usergroup{
	margin:2%;
	border-radius: 5px;
	background:#f5f5f5
}
.usergroup .userlogo img{
	width:130px;
	height:160px;
}
.usergroup .userinfo{
	height:100%;
}
/*应用DIY*/
.storelogo img{width:3.2rem;height:3.2rem}
.merchgroup .store-star {padding:0.1rem 0 0.2rem 0;font-size:0.65rem;line-height:1rem}
.merchgroup .store-star img{height:0.66rem}
.star-on,.star-off{position:absolute;top:1rem;left:0;overflow:hidden}
.star-rate {margin-left:3.6rem}
.store-distance{float:right;color:#999}
.store-moneylimit{font-size:0.6rem}
.delete{color: #bebebe;text-decoration:line-through;font-size:0.65rem}
#l-map{height:300px;width:100%;}
.pic-water {
    padding:0
}
/*弹窗*/
#msg-loading{position: fixed;width:100%;height:100%;left:0;top:0;z-index:100000}
#msg-loading>div{position:fixed;top:30%;left:50%;margin-left:-109px;width:218px;margin-top:-20px;background:rgba(0,0,0,0.6);border-radius: 5px;}
#msg-loading #msg_text{padding:10px;margin: 0 auto;text-align: center;color:#fff}
#msg-loading #msg-loading-text{padding:10px;margin: 0 auto;text-align: center;color:#fff}
/*加载*/
#page-loading{position: fixed;width:100%;height:100%;background:rgba(255,255,255,0.2);left:0;top:0;z-index:9999}
#page-loading>div{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px;}
#page-loading .sk-spinner-three-bounce div{background-color: #00c568}
.sk-spinner-three-bounce.sk-spinner {
	margin: 0 auto;
	width: 70px;
	text-align: center;
}
.sk-spinner-three-bounce div {
	width: 18px;
	height: 18px;
	background-color: #00c568;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.sk-spinner-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.sk-spinner-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-threeBounceDelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.nofixed {
	position: relative;
}
.searchtop {
	position: fixed;
    width: 100%;
    top: 0;
    height: 2.2rem;
	z-index:108
}

.fui-header .leftlogo{
    width:1.23rem;height:1.23rem;
	border-radius: 50%;
}
.fui-tag-blue{background: #3366FF;color:#fff;font-size:0.50rem;line-height:0.5rem;-webkit-border-radius: 0.4rem;border-radius: 0.4rem;font-style: normal;padding:0.13rem 0.3rem}
.fui-tag-red{background: red;color:#fff;font-size:0.50rem;line-height:0.65rem;-webkit-border-radius: 0.4rem;border-radius: 0.4rem;font-style: normal;padding:0.1rem 0.3rem}
.fui-tag-red-o{background: #fff;color:red;font-size:0.50rem;line-height:0.65rem;-webkit-border-radius: 0.4rem;border-radius: 0.4rem;font-style: normal;padding:0.1rem 0.3rem;border: 1px solid red}
.fui-tag-red-big{background: red;color:#fff;font-size:0.60rem;line-height:0.6rem;-webkit-border-radius: 0.6rem;border-radius: 0.6rem;font-style: normal;padding:0.2rem 0.3rem}
.fui-tag-red-big-o{
	background: #fce9e9;color:red;font-size:0.60rem;line-height:0.6rem;-webkit-border-radius: 0.6rem;border-radius: 0.6rem;font-style: normal;padding:0.2rem 0.3rem;border: 1px solid red
}
.fui-tag-pink-big{background: #fee6e6;color:red;font-size:0.60rem;line-height:0.6rem;-webkit-border-radius: 0.6rem;border-radius: 0.6rem;font-style: normal;padding:0.2rem 0.3rem}
.fee-tag {background:linear-gradient(to right,rgba(255,155,48,1),rgba(254,39,37,1));color:#fff;width:auto;font-size:0.6rem;font-weight:400}
.fee-tag-zi {background:linear-gradient(to right,rgba(238,2,253,1),rgba(129,2,138,1));color:#fff;width:auto;font-weight:400;font-size:0.6rem}
.fee-tag-green {background:linear-gradient(to right,rgba(89,251,88,1),rgba(5,169,3,1));color:#fff;width:auto;font-weight:400;font-size:0.6rem}
.fuilabel {
	font-size:0.70rem;line-height:0.7rem;-webkit-border-radius: 0.7rem;border-radius: 0.7rem;font-style: normal;padding:0.2rem 0.3rem;	
}
.fuilabel-red-0 {
	border: 1px solid #ebebeb;color:#999;
}
.fuilabel-red-0.active,.fuilabel-red-0:focus,.fuilabel-red-0:hover,.fuilabel-red-0[href]:focus,.fuilabel-red-0[href]:hover {
	border: 1px solid red;
	background-color:#fce9e9;color:red;
}
/**/
.h4,.h5,.h6,h4,h5,h6 {
	margin-top:0.2rem;
	margin-bottom:0.2rem
}
.h4,h4 {
	font-size:0.8rem
}
.help-block {
	display:block;
	margin-top:0.2rem;
	margin-bottom:0.4rem;
	color:#737373
}
.weui_input {
  padding: 0.2rem;
  height: 1.6rem;
}
/*列表*/
.table-responsive {border:0 solid #ebebeb;border-bottom:1px solid #ebebeb;}
.jinyun-table>tbody>tr>td,.jinyun-table>thead>tr>th{
	padding:0.2rem 0.5rem;
	text-align:center;
	border-bottom:0 solid #ebebeb;
}
/* angular解析完毕前隐藏 */
.my-cloak {
    display : none;
 }
 /* 直播首页 */
.live-category-list .fui-list-inner{height:5.5rem;}
.live-category-list-inner{height:5.5rem; display: flex;overflow-x: scroll;overflow-y: hidden;text-align: center;}
.live-category-list-inner a{width:5.5rem;height:5.5rem;display: block;float:left;margin-right:0.2rem;}
.live-category-list-inner a p{height:4.5rem;display: block;-webkit-border-radius: 0.5rem;border-radius: 0.5rem;margin:0 auto;overflow: hidden;}
.live-category-list-inner a p img{width:100%;height:100%;}
.live-category-list-inner a span{font-size:0.7rem;color:#000;}

.live-list{margin-top:0.5rem;position: relative;}
.live-list .fui-list{padding:0 0.5rem 0 0;background: #fff;height:6rem;border-bottom:0.3rem solid #ededed;}
.live-list .fui-list .fui-list-media{width:6rem;height:6rem;}
.live-list .fui-list .fui-list-inner h3{font-size:0.8rem;color:#000;overflow: hidden;margin-top:0.3rem;margin-bottom:0}
.live-list .fui-list .fui-list-inner p{font-size:0.6rem;color:#118cff;height:1.2rem;line-height: 1.2rem;display: block;margin:0;padding:0}
.live-list-subscribe{font-size:0.6rem;color:#666;line-height: 1.2rem;}
.live-subscribe-a{height:1.2rem;width:3rem;display: inline-block;border:1px solid #118cff;line-height: 1.1rem;text-align: center;-webkit-border-radius: 0.2rem;border-radius: 0.2rem;float:right;}
.live-subscribe-a.live-subscribe-default-a{color:#118cff;}
.live-subscribe-a.live-subscribe-default-a.disabled{color:#f95959;border:1px solid #f95959;}
.live-subscribe-a.live-subscribe-full-a{color:#fff;background: #118cff;}
.live-list .fui-list-media a{width:6rem;height:6rem;position: relative;}
.live-list .fui-list-media img{width:100%;height:100%;}
.live-living{height:1rem;display: inline-block;border:1px solid #ededed;-webkit-border-radius: 1rem;border-radius: 1rem;background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;color:#fff;line-height: 0.9rem;font-size:0.6rem;position: absolute;opacity:0.8;padding:0 0.5rem;left:0.15rem;bottom:0.6rem;z-index: 10;}
.live-living i{width:5px;height:5px;display: inline-block;background: #00ff00;-webkit-border-radius: 5px;border-radius: 5px;float:left;margin:0.3rem 0.2rem 0 0;}
.live-list .fui-list-media .pics {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background-color: #333;
	color:#fff;
	font-size:0.56rem;
	text-align:center;
	line-height:1.6rem;
	opacity:0.6;
}
.live-hot-list{padding:0 0.1rem;background: #ededed;}
.live-hot-list-room{width:50%;float:left;padding:0.1rem;}
.live-hot-list-inner{background: #fff;padding:0 0 0.5rem 0;}
.live-hot-list-img{display: block;text-align: center;overflow: hidden;position: relative;}
.live-hot-list-img img{width:100%;height:9rem;}
.live-hot-list-room h3{font-size:0.8rem;color:#000;height:2.0rem;line-height: 1rem;overflow: hidden;padding:0.2rem 0.3rem;margin-top:10px}
.live-hot-list-room p{font-size:0.6rem;color:#118cff;height:1.2rem;line-height: 1.2rem;display: block;padding:0 0.3rem;margin:0}

.live-category{height:2rem;background: #fff;line-height: 1.9rem;position: relative;}
.live-category-content{height:2rem;display:flex;overflow-x: scroll;overflow-y:hidden;}
.live-category:before{position: absolute;content: "";border-top:1px solid #ededed;left:0;top:0;bottom:0;right:0;}
.live-category a{padding:0 0.5rem;font-size:0.7rem;color:#000;position: relative;height:2rem;display: inline-table;line-height: 2rem;}
.live-category a.active:before{position: absolute;content: "";border-bottom: 2px solid #118cff;left:0;bottom:0;right:0;top:0;}
/*漂浮按钮*/
.left-living{height:1rem;display: inline-block;border:1px solid #ededed;border-left:none;border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;color:#fff;line-height: 0.9rem;font-size:0.6rem;position: absolute;opacity:0.8;padding:0 0.5rem;left:0;bottom:0.6rem;z-index: 10;}
.left-living i{width:5px;height:5px;display: inline-block;background: #00ff00;-webkit-border-radius: 5px;border-radius: 5px;float:left;margin:0.3rem 0.2rem 0 0;}

.right-living{height:1rem;display: inline-block;border:1px solid #ededed;border-top-left-radius: 1rem;border-bottom-left-radius: 1rem;background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;color:#fff;line-height: 0.9rem;font-size:0.6rem;position: absolute;opacity:0.8;padding:0 0.5rem;right:0;bottom:0.6rem;z-index: 10;}
.right-living i{width:5px;height:5px;display: inline-block;background: #00ff00;-webkit-border-radius: 5px;border-radius: 5px;float:left;margin:0.3rem 0.2rem 0 0;}
.fe-floatico-text {
    min-height: 1rem;
    position: fixed;
    text-align: center;
    z-index: 1003;
}
.fe-floatico-text a {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background-color: #333;
    color: #fff;
    line-height: 0.7rem;
	font-size:0.45rem;
    margin: 0.5rem auto;
    margin-right: 0;
}
.fe-floatico-text a .icon {
    color: #fff;
    font-size:0.8rem;
	padding-top:0.1rem;
    height: 0.6rem;
	line-height: 1rem;
    opacity: 1;
}
.fe-floatico-text a .text {
    line-height:0.5rem;
	margin-top:-0.05rem;
}
.fe-floatright-bottom {
    min-height: 10px;
    position: fixed;
    bottom: 15px;
	right:15px;
    text-align: center;
    z-index: 1003;
}
.fe-floatright-bottom a{
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.6);
	color:#fff;
	line-height:1.6rem;
}
.fe-floatright-bottom a .icon{
	color:#fff;
	font-size:1.1rem;
	height:1.6rem;
	opacity:1;
}
.floatright-icon {
    width: 2.45rem;
    height: auto;
    position: fixed;
    right: 0.25rem;
    bottom: 3.5rem;
    z-index: 888;
}
.floatright-icon .icon-one {margin:0.2rem 0;text-align:center;}
.floatright-icon .icon-one .title{text-align:center;margin-top:-0.1rem;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.floatright-icon .icon-one i{font-size:1.3rem}
.floatright-icon .icon-two {
	margin:0.2rem 0;
	text-align:center;
	width: 1.7rem;
    height: 1.7rem;
	border-radius: 100%;
    background-color: #333;
    color: #fff;
}
.floatright-icon .icon-two .title{text-align:center;margin-top:-0.3rem;font-size:0.50rem;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.floatright-icon .icon-two i{font-size:0.7rem}
.floatright-icon-top {
    width: 2.45rem;
    height: auto;
    position: fixed;
    right: 0.25rem;
    top: 0.2rem;
    z-index: 888;
}
.floatright-icon-top .icon-two {
	margin:0.2rem 0;
	text-align:center;
	width: 1.7rem;
    height: 1.7rem;
	border-radius: 100%;
    background-color: #333;
    color: #fff;
}
.floatright-icon-top .icon-two .title{text-align:center;margin-top:-0.3rem;font-size:0.50rem;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.floatright-icon-top .icon-two i{font-size:0.7rem}
/*弹目消息*/
/*弹目消息*/
.video-keep-list {
    color: #fff;
    margin: 0 15px
}

.video-keep-list li {
    margin-bottom: 5px
}
.video-keep-pane {
    display: inline-block;
	position:fixed;
	bottom:400px;
	z-index:999
}
.video-keep-logo {
	margin-left:-0.6rem;
	height:1.6rem;
	width:1.6rem;
    border-radius: 100%;
}
.video-keep-text {
    padding: 0.05rem 0.5rem;
    font-size: 0.56rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0.66rem;
    text-align: left;
    max-width: 250px;
    line-height: 1.2rem;
    color: #fff;
    word-wrap: break-word
}

.video-keep-text span {
    padding-right: 0.5rem;
    vertical-align: top;
	line-height: 1.6rem;
    color: #fff
}
.video-sms-list {
    color: #fff;
    margin: 0 0.5rem
}

.video-sms-list li {
    margin-bottom: 5px
}
.video-sms-pane {
    display: inline-block;
	position:fixed;
	top:8rem;
	margin: 0 0.5rem;
	z-index:999
}
.video-sms-pane.transition {
	transform: translateY(-100px);
	transition-duration:10s;
	opacity:0;
}
.video-sms-logo {
	margin-left:-0.6rem;
	height:1.0rem;
	width:1.0rem;
    border-radius: 100%;
}
.video-sms-text {
    padding: 0.05rem 0.1rem 0.05rem 0.6rem;
    font-size: 0.56rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0.66rem;
    text-align: left;
    max-width: 250px;
    line-height: 1rem;
    color: #fff;
    word-wrap: break-word
}

.video-sms-text span {
    padding-right: 0.5rem;
    vertical-align: top;
	line-height: 1rem;
    color: #fff
}

.video-sms-text span.user-name-green, .video-keep-text span.user-name-green{
    color: #1fbcb6
}

.video-sms-text span.user-name-red, .video-keep-text span.user-name-red {
    color: #f12b5b
}

.video-sms-text span.user-name-blue, .video-keep-text span.user-name-blue {
    color: #2b84f1
}

.video-sms-text span.user-name-org, .video-keep-text span.user-name-org {
    color: #ff7906
}

/*居左*/
.fui-noline {height: auto; display: block; position: relative; background: inherit;}
.fui-noline .fui-cell {
    position: relative;
    padding: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background-color;
    transition-property: background-color;
}

.fui-noline .fui-cell:before {
    content: " ";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    height: 0px;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.fui-noline .fui-cell:before {
    border: 0;
}

.fui-noline .fui-cell {
    padding: 0.5rem;
}
.fui-noline .fui-cell .fui-cell-icon {
    position: relative;
    display: block;
	margin-right:4px
}
.fui-noline .fui-cell .fui-cell-label {
    position: relative;
    display: block;
	width:4px;
	margin-right:4px
}
.fui-noline .fui-cell .fui-cell-label:before{
	content: '';
    position: absolute;
    width:4px;
    height:0.5rem;
    background:red;
    left:0;
	top:-0.23rem;
}
.fui-noline .fui-cell .fui-cell-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333;
    font-size: 0.6rem;
}
.fui-noline .fui-cell .fui-cell-remark {
    color: #888;
    text-align: right;
    font-size: 13px;
    margin-right: 4px;
}
.fui-noline .fui-cell .fui-cell-remark.noremark:after {
    display: none;
    margin-left: 0;
}
.fui-noline .fui-cell .fui-cell-remark:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -1px;
    margin-left: 6px;
}
.fui-noline .fui-cell .fui-cell-h3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: red;
    font-size: 0.6rem;
	font-weight:bold;
	text-align:center;
}
.fui-bord-content {background-color: #fff;border-radius: 10px;margin:0.5rem;}
.form-control{
	height:1.7rem;
	line-height:1.5rem
}
.input-group-addon {
	padding:0.3rem;
	font-size:0.7rem;
	font-weight:400;
	line-height:1;
	text-align:center;
	background-color:#eee;
	border:1px solid #ccc;
	border-radius:0.2rem
}
.input-group-addon.input-sm {
	padding:0.2rem 0.5rem;
	font-size:0.6rem;
	border-radius:0.15rem
}
.input-group-addon.input-lg {
	padding:0.5rem 0.8rem;
	font-size:0.85rem;
	border-radius:0.3rem
}
.postbtn {background:#63BE72;color:#fff;line-height:2.5rem;text-align:center}
/*会员卡*/
.memlogo-area{
	width: 100%;
	height: 8rem;
	background: #55bd47;
	margin: 0 auto;
	border-radius: 0.5rem;
	padding: 1.2rem 1rem;
	color: #fff;
	margin-bottom: 1rem;
}

.memlogo-area div{

	float: left;

}
.memlogo-area .bot{
	height: 1rem;
	width: 100%;
	margin-top: 0.8rem;
}
.memlogo-area .bot img{
	width: 5.5rem;
	border-radius: 0.2rem;
}
.memlogo-area .memlogo{
	width: 2rem;
	height: 2rem;
	margin-right: 0.5rem;
}

.memlogo-area .memlogo img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #fff;
}
.memlogo-area .code{
	margin-top:-1rem;
	float: right;
}
.memlogo-area .code img{
	height: 2rem;
}
.headinfo .mod-member .sign-btn {
    z-index:8;
}
.log-qrcode-cont {
    height: 240px;
    width: 200px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
}
.log-qrcode-cont .qrcode-image {
    height: 160px;
    width: 160px;
}
.log-qrcode-cont canvas {
    height: 158px;
    width: 158px;
    border: 1px solid #ddd;
}
.log-qrcode-cont .text {margin: 2px -5px 0 -5px;color: #738299;font-size:14px}
circle[Attributes Style] {
    fill: none;
    stroke: rgb(234, 234, 234);
    stroke-width: 4;
    cx: 70;
    cy: 70;
    r: 68;
}
#upcircle{
	width:4rem;
	height:4rem;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-webkit-transform-origin:center;
	transform-origin:center
}
.svg-box{
	position:relative;
	width:4rem;
	margin:0 auto
}
.svg-box #text {
	position:absolute;
	top:0;
	left:0;
	color:#404040;
	font-size:.7rem
}
.svg-box>span {
	width:4rem;
	height:4rem;
	line-height:4rem;
	display:block;
	text-align:center
}
.isvideo {position:absolute;width:100%;bottom: 0.8rem;z-index:100000}
.isvideo .videobtn {width:auto;background:#fff;color:#333; border-radius:1rem;font-size:0.6rem;padding:0.13rem 0.5rem 0.13rem 0.2rem;}
.isvideo .videobtn.active{background:#fa2306;color:#fff;}
.nototal {position:absolute;right:-0.5rem;top:-0.5rem;width:2rem;height:2rem;background:url('/addons/jy_weishop/resource/images/salez.png') no-repeat;background-size:2rem 2rem;}
.jy2-headertopbg {position: relative;text-align:center;width:100%;height:4.5rem;background: #7c1cc9;}
.jy2-headertopbg .fui-header a.back:before {
	border-color: #fff
}
.jy2-headertopbg .fui-header:after {
	border-bottom: 0 solid #D9D9D9;
}
.jy2-headertop {position: absolute; min-height: 100%;padding-top:0.3rem;margin-top:-2rem;border-top-right-radius:1rem;border-top-left-radius:1rem;}
.disabled {
	pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
	color: #aaa;
    border-color: #aaa;
}
.active {color:red}
.checkbox-inline input[type=checkbox] ,
.radio-inline input[type=radio] {
	position:relative;
	margin-left:-1.0rem;
}
input[type=checkbox],input[type=radio] {
	margin-right:0;
}
.line-notice {
    position: relative;
	font-size:.75rem;
	padding: 0.35rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-moz-transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-property: background-color;
	transition-property: background-color;
	line-height: 1;
	overflow: hidden;
}
.line-notice .line-notice-label {
	position: relative;
	display: block;
	width: auto;
	color: #666;
}
.line-notice .line-notice-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
	color:#666;
}
.line-notice .line-notice-animation {
	display: flex;
	overflow: hidden;
	margin-left:0.3rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
}
.line-notice .line-notice-remark {
	color: #999;
	text-align: right;
	margin-right: .2rem;
	line-height: 1.1;
}
.line-animation {
    animation: 30s wordsLoop linear infinite normal;
}
@keyframes wordsLoop {
            0% {
                transform: translateX(200px);
                -webkit-transform: translateX(200px);
            }
            100% {
                transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
            }
}
@-webkit-keyframes wordsLoop {
            0% {
                transform: translateX(200px);
                -webkit-transform: translateX(200px);
            }
            100% {
                transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
            }
}