/* 公共 */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

body{
    background-color: #f5f5f5;
}

.wrap{}
.wrap .nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
}
.wrap .nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.wrap .nav ul li {}
.wrap .nav ul li a {
    display: block;
    padding: .07rem .15rem;
    color: #aaa;
}
.wrap .nav ul li a .img {
    font-size: .24rem;
    line-height: 1;
    margin-bottom: .02rem;
}
.wrap .nav ul li a .img svg{
    margin: auto;
    display: block;
}
.wrap .nav ul li a .txt{
    font-size: .11rem;
    /* color: #888; */
    text-align: center;
    line-height: 1;
}
.wrap .nav ul li.active {}
.wrap .nav ul li.active a {
    color: #0d409b;
    font-weight: 700;
    font-size: .13rem;
}

/* 首页 */
.wrap.index {
    background: url(../img/bg2.png) repeat-x center 0 #f5f5f5;
    color: #fff;
}
.wrap.index .top {
    padding: .15rem .15rem .03rem .15rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #0d409b;
    width: 100%;
    box-sizing: border-box;
}
.wrap.index .top .slogen {
    font-size: .17rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .1rem;
}

.wrap.index .serch {
    padding: .05rem 0;
}
.wrap.index .serch .serchWrap {
    position: relative;
    /* padding: 0 .15rem; */
}
.wrap.index .serch .serchWrap input {
    width: 100%;
    height: .35rem;
    border-radius: 1rem;
    box-sizing: border-box;
    padding: 0 .4rem;
    font-size: .14rem;
    display: flex;
    align-items: center;
}
.wrap.index .serch .serchWrap .icons {
    position: absolute;
    color: #0d409b;
    top: .06rem;
    left: .1rem;
    font-size: .21rem;
    font-weight: 700;
}
.wrap.index .serch .serchWrap .icons svg {
}
.wrap.index .serch .serchWrap a{
    color: #fff;
    position: absolute;
    right: .02rem;
    background: #cf9b41;
    top: .02rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: .6rem;
    height: .31rem;
    border-radius: 1rem;
}

.wrap.index .type{
    margin-top: .1rem;
    overflow-x: scroll;
    display: none;
}
.wrap.index .type ul {
    display: flex;
    align-items: center;
    width: 6rem;
}
.wrap.index .type ul li {
    /* margin-right: .1rem; */
    display: flex;
}
.wrap.index .type ul li a {
    color: #fff;
    font-size: .14rem;
    padding: .1rem .1rem;
    line-height: 1;
    display: block;
}

.wrap.index .slide {
    padding: 1.0rem .15rem .1em;
}
.wrap.index .slide .slideWrap {
    display: block;
    border-radius: .1rem;
    overflow: hidden;
}
.wrap.index .slide .slideWrap .slideMain{
    position: relative;
    color: #0d409b;
    text-align: center;
}
.wrap.index .slide .slideWrap .slideMain .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .5rem;
    font-size: .2rem;
    font-weight: 700;
    width: 100%;
}
.wrap.index .slide .slideWrap .slideMain .subTitle{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: .9rem;
    color: #8e7054;
}
.wrap.index .slide .slideWrap .slideMain .img {}
.wrap.index .slide .slideWrap .slideMain .img img {}
.wrap.index .slide img {
    display: block;
    width: 100%;
}

.wrap.index .list {
    padding: .2rem .15rem .8rem;
}
.wrap.index .list .title{
    color: #333;
    font-size: .15rem;
    font-weight: 700;
    margin-bottom: .1rem;
}
.wrap.index .list .listUl {
    display: flex;
    flex-wrap: wrap;
    /* -webkit-box-direction: normal; */
    /* flex-flow: row wrap; */
    /* -webkit-box-pack: justify; */
    justify-content: space-between;
}
.wrap.index .list .listUl li {
    margin-top: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-direction: normal;
    flex-basis: 48.5%;
    background: #fff;
}
.wrap.index .list .listUl li:nth-child(1),.wrap.index .list .listUl li:nth-child(2) {
    margin-top: 0;
}
.wrap.index .list .listUl li a {
    display: flex;
    flex-direction: column;
}
.wrap.index .list .listUl li a .img {}
.wrap.index .list .listUl li a .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.wrap.index .list .listUl li a .liTitle {
    font-size: .14rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    line-height: 1.3;
    padding: .1rem .1rem .05rem;
    height: .33rem;
}
.wrap.index .list .listUl li a .lisubTitle {
    padding: 0 .1rem .05rem;
    color: #999;
    font-size: .12rem;
}
.wrap.index .list .listUl li a .price {
    padding: 0 .1rem .1rem;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}
.wrap.index .list .listUl li a .price .l1 {
    color: #f55411;
    font-weight: 700;
}
.wrap.index .list .listUl li a .price .l1 span {}
.wrap.index .list .listUl li a .price .l1 span:first-child{
    font-weight: 200;
}
.wrap.index .list .listUl li a .price .l1 span:last-child{
    font-size: .18rem;
}
.wrap.index .list .listUl li a .price .l2 {
    font-size: .12rem;
    color: #999;
    text-decoration: line-through;
    margin-left: .06rem;
}


/* 订单页面 */
.wrap.order {
    min-height: 100%;
    background: #f5f5f5;
}
.wrap.order .list {
    padding: .15rem .15rem .6rem .15rem;
    box-sizing: border-box;
}
.wrap.order .list .noData {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wrap.order .list .noData .img {
    font-size: .8rem;
    color: #ddd;
}
.wrap.order .list .noData .img svg {}
.wrap.order .list .noData .txt {
    color: #666;
}
.wrap.order .list ul {}
.wrap.order .list ul li {
    margin-bottom: .15rem;
    background: #fff;
    border-radius: .1rem;
    overflow: hidden;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}
.wrap.order .list ul li .top {
    padding: .15rem .15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.wrap.order .list ul li .top .l {}
.wrap.order .list ul li .top .r {
    color: #999;
}
.wrap.order .list ul li .bottom {
    padding: .12rem .1rem .12rem .15rem;
    border-bottom: 1px solid #eee;
}
.wrap.order .list ul li .bottom:last-child{
    border: none;
}
.wrap.order .list ul li .bottom .bottomWrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f5f5f5;
    padding: .15rem 0;
    border-bottom: 1px solid #f5f5f5;
}
.wrap.order .list ul li .bottom .bottomWrap .bt {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: .15rem;
}
.wrap.order .list ul li .bottom .bottomWrap .bt .t {
    color: #f9490f;
    font-weight: 700;
    font-size: .14rem;
}
.wrap.order .list ul li .bottom .bottomWrap .bt .b {
    color: #777;
}
.wrap.order .list ul li .bottom .bottomWrap .bt .p{}
.wrap.order .list ul li .bottom .bottomWrap .bb {
    display: flex;
    /* flex-wrap: wrap; */
    flex: 1;
}
.wrap.order .list ul li .bottom .bottomWrap .bb .img {
    border-radius: .1rem;
    overflow: hidden;
    flex-basis: .6rem;
    background: #f5f5f5;
    padding: .1rem;
}
.wrap.order .list ul li .bottom .bottomWrap .bb .img img {
    width: 100%;
    display: block;
}
.wrap.order .list ul li .bottom .bottomWrap .bb .info {
    flex: 1;
    padding-left: .15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wrap.order .list ul li .bottom .bottomWrap .bb .title {
    font-weight: 700;
    font-size: .145rem;
}
.wrap.order .list ul li .bottom .bottomWrap .bb .price {}
.wrap.order .list ul li .bottom .bottomWrap .bb .price span {
    color: #e93a0d;
    font-weight: 700;
    font-size: .17rem;
}
.wrap.order .list ul li .bottom .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .1rem;
}
.wrap.order .list ul li .bottom .btn .l {}
.wrap.order .list ul li .bottom .btn .r {
    display: flex;
    padding-right: .05rem;
}
.wrap.order .list ul li .bottom .btn .r a{
    border: 1px solid #0d409b;
    width: .7rem;
    height: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .05rem;
    margin-left: .08rem;
    color: #0d409b;
}
.wrap.order .list ul li .bottom .btn .r a.wl {}
.wrap.order .list ul li .bottom .btn .r a.qr {
    background: #0d409b;
    color: #fff;
    border: 1px solid #0d409b;
}



/* 个人中心 */
.wrap.my{
    height: 100%;
    background: #f5f5f5;
}
.wrap.my .top {
    padding: .15rem;
    display: flex;
    align-items: center;
}
.wrap.my .top .l {
    margin-right: .15rem;
}
.wrap.my .top .l .img {
    width: .6rem;
    height: .6rem;
    border-radius: 1rem;
    overflow: hidden;
}
.wrap.my .top .l .img img {
    display: block;
    width: 100%;
}
.wrap.my .top .r {
    line-height: 1;
}
.wrap.my .top .r .name {
    font-size: .2rem;
    margin-bottom: .05rem;
}
.wrap.my .top .r .mobile {
    color: #999;
}
.wrap.my .list {
    padding: .1rem .15rem .15rem .15rem;
}
.wrap.my .list ul {
    background: #fff;
    border-radius: .1rem;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}
.wrap.my .list ul li {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #eee; */
    height: .45rem;
    padding: 0 .15rem;
}
.wrap.my .list ul li:last-child {}
.wrap.my .list ul li .l {
    margin-right: .1rem;
    font-size: .15rem;
}
.wrap.my .list ul li .l svg {}
.wrap.my .list ul li .c {
    flex: 1;
}
.wrap.my .list ul li .r {
    color: #999;
}

/* 产品详情 */
.wrap.detail{}
.wrap.detail .slide{}
.wrap.detail .slide img {
    display: block;
    width: 100%;
}
.wrap.detail .box {
    /* padding: .15rem; */
    /* box-sizing: border-box; */
}
.wrap.detail .box .boxWrap {
    background: #fff;
    padding: .15rem;
    border-radius: .1rem;
}
.wrap.detail .top {
    line-height: 1;
}
.wrap.detail .top .title {
    font-size: .16rem;
    font-weight: 700;
    margin-bottom: .08rem;
}
.wrap.detail .top .subTitle {
    color: #999;
}
.wrap.detail .top .price {
    display: flex;
    align-items: flex-end;
    margin: .08rem 0;
}
.wrap.detail .top .price .lPrice {
    color: #f51212;
    margin-right: .1rem;
}
.wrap.detail .top .price .lPrice span {}
.wrap.detail .top .price .lPrice span:nth-child(1) {}
.wrap.detail .top .price .lPrice span:nth-child(2) {
    font-size: .24rem;
    font-weight: 700;
}
.wrap.detail .top .price .lPrice span:nth-child(3) {}
.wrap.detail .top .price .rPrice {
    color: #999;
    text-decoration: line-through;
}
.wrap.detail .top .info {
    color: #999;
    font-size: .12rem;
}
.wrap.detail .content {}
.wrap.detail .content .contentWrap {
    background: #fff;
    text-align: center;
    padding-bottom: .8rem;
}
.wrap.detail .content .contentWrap img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.wrap.detail .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    padding: .15rem;
    box-sizing: border-box;
}
.wrap.detail .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d409b;
    color: #fff;
    height: .43rem;
    border-radius: 1rem;
    font-size: .14rem;
}

/* 收货地址 */
.wrap.address {}
.wrap.address .list{}
.wrap.address .list ul {}
.wrap.address .list ul li {
    background: #fff;
    margin: .15rem 0;
    padding: .15rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrap.address .list ul li .l {
    flex: 1;
}
.wrap.address .list ul li .l .t {
    display: flex;
    align-items: center;
    margin-bottom: .07rem;
}
.wrap.address .list ul li .l .t p {
    margin-right: .15rem;
}
.wrap.address .list ul li .l .b {
    padding-right: .1rem;
}
.wrap.address .list ul li .l .b span {
    color: #888;
    line-height: 1;
}
.wrap.address .list ul li .l .b span.address {}
.wrap.address .list ul li .l .b span.default {
    color: #ed2929;
    border: 1px solid #ed2929;
    font-size: .11rem;
    padding: .02rem .03rem;
    display: inline-block;
    margin-right: .05rem;
    border-radius: .03rem;
}
.wrap.address .list ul li .r {}
.wrap.address .list ul li .r a {
    color: #666;
    /* margin: 0 .05rem; */
    padding: .05rem;
}
.wrap.address .list ul li .r a.edit {}
.wrap.address .list ul li .r a.del {}
.wrap.address .noData {
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.wrap.address .noData .img {
    font-size: 1rem;
    color: #ddd;
}
.wrap.address .noData .img svg {}
.wrap.address .noData .txt {
    color: #999;
}
.wrap.address .button {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    box-sizing: border-box;
}
.wrap.address .button a {
    width: 100%;
    height: .45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(
-225deg,#ff6c8b,#fb6b63);
    color: #fff;
    font-size: .15rem;
}

/* 新增地址 */
.wrap.address_add {
    box-sizing: border-box;
    padding: .15rem 0;
}
.wrap.address_add .item {
    background: #fff;
    padding: 0 .15rem;
    border-bottom: 1px solid #eee;
}
.wrap.address_add .item.areas {
    display: flex;
    padding: .15rem;
}
.wrap.address_add .item.areas  select{
    height: .35rem;
    flex: 1;
    border: 1px solid #ddd;
    padding: 0  0 0 .06rem;
    border-radius: .05rem;
}
.wrap.address_add .item.areas  select:nth-child(1) {}
.wrap.address_add .item.areas  select:nth-child(2) {
    margin: 0 .15rem;
}
.wrap.address_add .item.areas  select:nth-child(3) {}
.wrap.address_add .item input, .wrap.address_add .item textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: .14rem;
    background: #fff;
    min-height: 0.45rem;
    display: flex;
    align-items: center;
}
.wrap.address_add .item textarea{
    border: 0;
}
.wrap.address_add .item.textarea{
    padding: .15rem;
}
.wrap.address_add .item textarea:focus{}
.wrap.address_add .default {margin-top: .15rem;background: #fff;padding: .1rem .15rem;justify-content: space-between;display: flex;align-items: center;font-size: .14rem;}
.wrap.address_add .default .l {}
.wrap.address_add .default .r {}
.wrap.address_add .default .r .switch {
    position: relative;
    display: inline-block;
    box-sizing: content-box;
    width: .5rem;
    font-size: .8rem;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1em;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    height: .23rem;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 15%) inset;
    background: #f5f5f5;
}
.wrap.address_add .default .r .switch .node {
    position: absolute;
    top: 0;
    left: 0;
    height: .23rem;
    background-color: #fff;
    z-index: 1;
    width: .23rem;
    border-radius: 100%;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);
    transition: -webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);
    transition: transform .3s cubic-bezier(.3,1.05,.4,1.05);
    transition: transform .3s cubic-bezier(.3,1.05,.4,1.05),-webkit-transform .3s cubic-bezier(.3,1.05,.4,1.05);
}
.wrap.address_add .default .r .switch.active {
    background-color: #1989fa;
}
.wrap.address_add .default .r .switch.active .node {
    transform: translateX(.258rem);
}

.wrap.address_add .btn{
    padding: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap.address_add .btn a{
    display: block;
    background: #333;
    color: #fff;
    background-image: linear-gradient( -225deg,#ff6c8b,#fb6b63);
    width: 100%;
    height: .44rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: .16rem;
}

/**
 * 订单确认支付页面
 * */
 .wrap.payment {}
 .wrap.payment .addAddress {
    padding: .15rem 0 0;
}
 .wrap.payment .addAddress .addAddressWrap {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .15rem;
}
 .wrap.payment .addAddress .addAddressWrap .l {
    font-size: .15rem;
    color: #666;
    display: flex;
    align-items: center;
}
 .wrap.payment .addAddress .addAddressWrap .l span {}
 .wrap.payment .addAddress .addAddressWrap .l span.img {
    color: #f65636;
    font-size: .2rem;
    line-height: 1;
    margin-right: .1rem;
}
 .wrap.payment .addAddress .addAddressWrap .l span.img svg {}
 .wrap.payment .addAddress .addAddressWrap .l span.txt {}
 .wrap.payment .addAddress .addAddressWrap .r {}
 .wrap.payment .addAddress .addAddressWrap .r svg {}
 .wrap.payment .top {
    background: #fff;
    margin: .15rem;
    box-sizing: border-box;
    padding: .15rem;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .wrap.payment .top .l {}
 .wrap.payment .top .l .t {
    line-height: 1;
    margin-bottom: .1rem;
}
 .wrap.payment .top .l .t .default {
    background: #fad8da;
    color: #f76262;
    padding: .02rem .06rem;
    border-radius: 1rem;
    font-size: .11rem;
    margin-right: .1rem;
}
 .wrap.payment .top .l .t .name {}
 .wrap.payment .top .l .t .mobile {}
 .wrap.payment .top .l .b {}
 .wrap.payment .top .l .b .pAddress {}
 .wrap.payment .top .r {}
 .wrap.payment .top .r p{}
 .wrap.payment .ordercancel{
    margin: .15rem;
    display: block;
    border: 1px solid #ccc;
    border-radius: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .4rem;
}
 .wrap.payment .orderPay{
	 margin: .15rem;
	 border-radius: .1rem;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: .4rem;
	 background: #0d409b;
	 color: #fff;
	}
 .wrap.payment .pDetail {
    background: #fff;
    margin: .15rem;
    box-sizing: border-box;
    padding: .15rem;
    border-radius: .1rem;
}
 .wrap.payment .pDetail .title {
    font-size: .16rem;
    margin-bottom: .2rem;
}
 .wrap.payment .pDetail .center {
    display: flex;
    /* align-items: center; */
}
 .wrap.payment .pDetail .center .cl {
    width: .9rem;
}
 .wrap.payment .pDetail .center .cl img {
    display: block;
    width: 100%;
}
 .wrap.payment .pDetail .center .cc {
    flex: 1;
    margin: 0 .1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .wrap.payment .pDetail .center .cc .cct {}
 .wrap.payment .pDetail .center .cc .cct .gg {
    background: #f5f5f5;
    padding: .04rem .06rem;
    border-radius: .06rem;
    color: #666;
}
 .wrap.payment .pDetail .center .cc .ccb {}
 .wrap.payment .pDetail .center .cc .ccb span{}
 .wrap.payment .pDetail .center .cc .ccb span.price{
    color: #f46868;
    font-size: .16rem;
    font-weight: 700;
}
 .wrap.payment .pDetail .center .cc .ccb span.num{}
 .wrap.payment .pDetail .center .cr {
    display: flex;
    /* align-items: center; */
}
 .wrap.payment .pDetail .center .cr a {
    border: 1px solid #ddd;
    height: .22rem;
    width: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: .12rem;
    color: #999;
}
 .wrap.payment .box {
    background: #fff;
    margin: .15rem;
    box-sizing: border-box;
    padding: .15rem;
    border-radius: .1rem;
}
 .wrap.payment .box .boxWrap {}
 .wrap.payment .box .boxWrap ul {}
 .wrap.payment .box .boxWrap ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    height: .3rem;
}
 .wrap.payment .box .boxWrap ul li .l {}
 .wrap.payment .box .boxWrap ul li .l span {
    font-size: .12rem;
    color: #999;
    display: none;
}
 .wrap.payment .box .boxWrap ul li .r {}
 .wrap.payment .total {
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    padding: .1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
 .wrap.payment .total .l {
    line-height: 1;
}
 .wrap.payment .total .l .t {
    margin-bottom: .04rem;
}
 .wrap.payment .total .l .t span {}
 .wrap.payment .total .l .t span:first-child {}
 .wrap.payment .total .l .t span:last-child {
    color: #f65636;
    font-size: .18rem;
    font-weight: 700;
}
 .wrap.payment .total .l .b {
    color: #999;
    font-size: .12rem;
}
 .wrap.payment .total .r {
    margin-left: .2rem;
}
 .wrap.payment .total .r a {
    width: 1.2rem;
    height: .4rem;
    background: #f65636;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: .145rem;
}


.floatNav{
    position: fixed;
    bottom: .8rem;
    right: .18rem;
    z-index: 1000;
}
.floatNav p {
    width: .4rem;
    height: .4rem;
    background: #fff;
    align-items: center;
    color: #cf9b41;
    display: flex;
    /* border: 1px solid #cf9b41; */
    justify-content: center;
    border-radius: 1rem;
    margin-bottom: .15rem;
    font-size: 1rem;
    box-shadow: 0 0 14px rgb(0 0 0 / 10%);
}
.floatNav p img{
    display: block;
    width: .25rem;
}

.floatNav p.user{
    /* background: #fff; */
}
.floatNav p.user i{
    margin-top: .05rem;
}
.floatNav p.backTop{
    font-size: .2rem;
}
.floatNav p.backTop i{
    margin-top: -.1rem;
}
.floatNav p i{
}











