/**
 * view-port list:
320x480
320x568
320x570
360x592
360x598
360x604
360x640
360x720
375x667
375x812
393x699
412x732
414x736
480x854
540x960
640x360
720x1184
720x1280
800x600
1024x768
1080x1812
1080x1920
 */
@media screen and (max-width: 320px) {
    html {
        font-size: 42.667px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 376px) and (max-width: 393px) {
    html {
        font-size: 52.4px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 394px) and (max-width: 412px) {
    html {
        font-size: 54.93px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
    html {
        font-size: 55.2px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
    html {
        font-size: 64px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
    html {
        font-size: 72px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
    html {
        font-size: 85.33px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
    html {
        font-size: 96px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102.4px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}
@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
        font-size: -webkit-calc(13.33333333vw);
        font-size: calc(13.33333333vw);
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
    }
    html .mui-content, .mui-bar-footer, .mui-bar-nav{
        width: 768px;
        left:50%;
        margin-left:-384px;
    }
}
.none,
.hidden {
    display: none !important;
}

.flex{ display: -webkit-box; display: -webkit-flex;  display: -ms-flexbox; display: flex;  justify-content: normal;}
.flex-ac{  -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; align-items: center;} /*容器 主轴居中对齐*/
.flex-abw{ -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;} /*容器 主轴两端对齐*/
.flex-vc{  -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }/*容器 交叉轴居中对齐*/
.flex-v{ -webkit-box-orient: vertical;-webkit-flex-flow: column;flex-flow: column;}
.flex-none{ -webkit-box-flex:none; -webkit-flex:none; -ms-flex:none; flex:none;} /*项目 不放大不缩小*/
.flex-1{ -webkit-box-flex:1; -webkit-flex:1; -ms-flex:1; flex:1;} /*项目 剩余空间放大缩小*/
.flex-orient-v{-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;-webkit-box-orient: vertical;}
.pack-start {display: -webkit-box;display: -moz-box;-moz-box-pack: start ;-webkit-box-pack: start ;}
.pack-end {display: -webkit-box;display: -moz-box;-moz-box-pack: end ;-webkit-box-pack: end ;}
.pack-center {display: -webkit-box;display: -moz-box;-moz-box-pack: center;-webkit-box-pack: center ;box-pack:center;}
.pack-justify {display: -webkit-box;display: -moz-box;-moz-box-pack: justify ;-webkit-box-pack: justify;}
.align-start {display: -webkit-box;display: -moz-box;-moz-box-align: start;-webkit-box-align: start;-o-box-align: start;}
.align-end {display: -webkit-box;display: -moz-box;-moz-box-align: end ;-webkit-box-align: end;-o-box-align: end;}
.align-center {display: -webkit-box;display: -moz-box;-moz-box-align: center ;-webkit-box-align: center;-o-box-align: center ;}
.center-block{
    display: -webkit-box; display: -webkit-flex;  display: -ms-flexbox; display: flex;
    -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; align-items: center;
}
.mui-content{
    font-size: 0.32rem;
    width: 100%;
}
.mui-hidden {
    display: none!important;
}
.mui-pull-left {
    float: left;
}
.mui-pull-right {
    float: right;
}

html,body {
    height: 100%;
    background: #eef1f4;
    height: 100%;
}
.icon-nav-back {
    background: url(../images/user/arrow-back.png) no-repeat .2rem center;
    background-size: .18rem .33rem;
}
.mui-content {
    height: 100%;
    background: #eef1f4;
    font-size:.24rem;
    color: #4e4e4e;
}
.mui-input-group {
    position: relative;
    padding: 0;
    border: 0;
    background-color: #fff;
}
.mui-input-group .mui-input-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    -webkit-align-items: center;
    align-items: center;
}
.mui-input-row label {
    display: block;
    margin-right: .2rem;
    margin-left: .2rem;
    color: #292929;
}
.mui-input-row input {
    font-size: .28rem;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: .28rem;
    padding: .3rem .2rem;
    -webkit-user-select: text;
    border: none;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}
.mui-input-row label~input, .mui-input-row label~select, .mui-input-row label~textarea {
    margin-bottom: 0;
    padding-left: 0;
    border: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mui-input-group input:last-child {
    background-image: none;
}
.page-header.mui-bar {
    height: .9rem;
    padding-left: 0;
    padding-right: 0;
    background-color: #f9f9f9;
    border-bottom: 0;
}
.goods-header .icon-nav-back{
    position: absolute;
    top:0;
    left:0;
    width: 1rem;
    height:.9rem;
    z-index: 20;

}
.goods-header .icon-collect{
    position: absolute;
    top:0;
    right:0;
    width: 1rem;
    height:.9rem;
    z-index: 20;
    background: url(https://m.uaka.com/themes/2018//images/collect.png) no-repeat .43rem .27rem;
    background-size: .37rem .34rem;
}
.icon-collect.collected{
    background: url(https://m.uaka.com/themes/2018//images/collect2.png) no-repeat .43rem .27rem;
    background-size: .37rem .34rem;
}
.page-header.mui-bar ~ .mui-content {
    padding-top: .9rem;
}

.goods-header nav{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row;
    flex-flow: row;
    position: relative;
    height: .89rem;
    width:3.6rem;
    margin:0 auto;
}
.goods-header nav .nav-item{
    width:1.3rem;
    height:.89rem;
    line-height:.89rem;
    font-size:.28rem;
    color: #292929;
    text-align: center;
}
.goods-header nav .nav-item span{
    display: inline-block;
    padding:0 .12rem;
    box-sizing: border-box;
    height: .87rem;
    line-height:.87rem;
}

.goods-header nav .nav-item.mui-active span {
    color: #292929;
    border-bottom:.04rem solid #292929;
}
.mui-slider-indicator.mui-segmented-control{
    background-color: #f9f9f9;
}
.mui-slider-indicator.mui-segmented-control:after{
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    -webkit-transform: scaleY(.6);
    -moz-transform: scaleY(.6);
    -ms-transform: scaleY(.6);
    -o-transform: scaleY(.6);
    transform: scaleY(.6);
}
.mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
    border: none;
}
.mui-bar-nav~.mui-content .mui-pull-top-pocket{
    top:0;
}
.mui-fullscreen .mui-segmented-control~.mui-slider-group{
    top:.89rem;
    z-index: 20;
}

.time-wrap .time{
    position: relative;
    display: inline-block;
    margin-right:.12rem;
    vertical-align: middle;
    text-align: center;
    font-size:.24rem;
    color: #fff;
    letter-spacing: 0.5px;
}
.time-wrap .time:first-child{
    margin-left:.24rem;
}
.time-wrap .time:after{
    content: ":";
    position: absolute;
    top:0;
    right:-.04rem;
    height: 100%;
    width:.04rem;
    background-color:transparent;
    color:#fff;
    opacity: 0.5;
}
.time-wrap .time:last-child{
    margin-right: 0;
}
.time-wrap .time:last-child:after{
    content: "";
    width:0;
    height: 0;
}
.goods-box{
    height: 1.4rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(205,205,205,.3);
}
.goods-box .good-img{
    width:.8rem;
    height:.8rem;
}
.goods-box .good-img{
    line-height: .8rem;
    margin-left: .2rem;
    margin-right: .2rem;
}
.goods-box .good-img img{
    width:.8rem;
    height:.8rem;
    display: inherit;
    vertical-align: top;
    -webkit-border-radius: .08rem;
    border-radius: .08rem;
}
.goods-box .goods-name{
    font-size: .32rem;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods-box .price{
    line-height: normal;
    vertical-align: top;
    font-size: .24rem;
    font-weight: normal;
}
.goods-box .price .txt{
    margin-right:.07rem;
    color: #4a4a4a;
}
.goods-box .price .real-price{
    margin-right:.13rem;
    font-size: .36rem;
    color: #e4393c;
}
.goods-box .price .pc-price{
    color:#cdcdcd;
    text-decoration:line-through;
}
.goods-box .goods-review{
    position: relative;
    display: block;
    width: 1.57rem;
    height: .8rem;
    text-align: center;
    font-size: .24rem;
}
.goods-box .goods-review:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    -webkit-transform: scaleX(.5);
    -moz-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    -o-transform: scaleX(.5);
    transform: scaleX(.5);
    border:1px dashed #e0e0e0;
}
.goods-box .goods-review .num{
    font-size: .36rem;
    color: #fc4a36;
    line-height: 1.2;
}
.recharge-box{
    margin-top: .2rem;
    background-color: #fff;
}
.recharge-box p{
    padding: .2rem .2rem;
    font-size: .28rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.recharge-box p.pd8{
    padding-top: .16rem;
    padding-bottom: 0;
}
.recharge-box ul{
    width:100%;
    padding:0 .11rem;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    align-content:flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.recharge-box li {
    position:relative;
    height:1.1rem;
    margin-bottom: .2rem;
    flex:0 0 33.333333%;
    padding:0 .11rem;
    text-align:center;
    background-color:#fff;
    color:#292929;
    font-size:.28rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.recharge-box li div {
    position:relative;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-moz-box;
    -moz-box-pack:center;
    -webkit-box-pack:center;
    box-pack:center;
    height:100%;
    border:1px solid rgba(205, 205, 205, .5);
    border-radius:.04rem;
    cursor:pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.recharge-box li div:active, .recharge-box li div.active{
    position:relative;
    background-color:#1d7cda;
    color:#fff;
    border:1px solid #1d7cda;
}
.recharge-box li div b{
    position: absolute;
    top: -12px;
    right: -8px;
    color: #fff;
    background-image: linear-gradient(to right,blue,#ef00ff);
    border-radius: 2px;
    transform: scale(.8);
    transform-origin: right;
    padding: 3px 8px;
    overflow-x: visible;
    word-break: keep-all;
    white-space: nowrap;
}
.pay-num-box{
    font-size: .36rem;
    padding-bottom: .2rem;
    padding-top: .2rem;
}
.pay-num-box .minus, .pay-num-box .plus{
    width: .8rem;
    height: .8rem;
    border:1px solid rgba(205, 205, 205, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pay-num-box .minus{
    margin-left: .2rem;
    background: url(https://m.uaka.com/themes/2018//images/minus.png) no-repeat center center #eef1f4;
    background-size: .18rem .025rem;
    -webkit-border-top-left-radius: .04rem ;
    border-top-left-radius: .04rem ;
    -webkit-border-bottom-left-radius: .04rem;
    border-bottom-left-radius: .04rem;
}
.pay-num-box .plus{
    background: url(../images/goods/plus.png) no-repeat center center #eef1f4;
    background-size:.19rem .19rem;
    -webkit-border-top-right-radius: .04rem;
    border-top-right-radius: .04rem;
    -webkit-border-bottom-right-radius: .04rem;
    border-bottom-right-radius: .04rem;
}
.pay-num-box .minus:active, .pay-num-box .plus:active{
    background-color: #cdcdcd;
    opacity: .6;
}
.pay-num-box input{
    display:block;
    width:1.95rem;
    height:.8rem;
    padding:.2rem .13rem;
    font-size: .36rem;
    color:#292929;
    text-align:center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top:1px solid rgba(205, 205, 205, .5);
    border-bottom:1px solid rgba(205, 205, 205, .5);
    border-left:0;border-right:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-user-select: auto!important;
    -khtml-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    -o-user-select: auto!important;
    user-select: auto!important;
}
.currency-box, .total-box{
    position: relative;
    margin-top: .2rem;
    height: .8rem;
    font-size: .26rem;
    padding:0 .27rem 0 .2rem;
    background-color: #fff;
    border-top:1px solid rgba(235,235,235,.6);
    border-bottom: 1px solid rgba(235,235,235,.6);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.currency-box:before{
    content:"";
    position: absolute;
    right:.2rem;
    top:0;
    width:.42rem;
    height:.8rem;
    background: url(../images/goods/arrow-r-s.png) no-repeat right center;
    background-size:.12rem .23rem;
}
.currency-box .txt{
    padding-right: .2rem;
}
.currency-box .txt .currency_select{
	background:none;
    border:0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height:30px;
}
.total-box{
    height: 1rem;
}
.total-box .total{
    padding-left: .2rem;
    font-size: .4rem;
    color:#fc4a36;
}
.goods-desc{
    background: #fff;
    padding:.2rem .2rem;
}
.review-list li{
    margin-bottom: .2rem;
    padding:.2rem .2rem;
    font-size: .24rem;
    background-color: #fff;
}
.review-list li .user-name{
    color:#007dff;
}
.review-list li .user-name .stars{
    display: inline-block;
    width: .21rem;
    height: .19rem;
    vertical-align: middle;
    background: url(../images/goods/star2.png) no-repeat center center;
    background-size: .2rem .19rem;
}
.review-list li .avator{
    display: block;
    margin-right: .2rem;
    width: .8rem;
    height:.8rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}
.review-list li .content{
    margin-top:.06rem;
    margin-bottom: .08rem;
}
.review-list li .time, .review-list li .txt-muted{
    font-size: .24rem;
    color:#8e8e8e;
}


.goods-content {
    width: 100%;
    padding: .3rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-start;
    background-color: #fff;
}

.goods-content li {
    position: relative;
    flex: 0 0 50%;
    text-align: center;
    background-color: #fff;
    font-size:.28rem;
    color: #292929;
    cursor: pointer;
}

.goods-content li a, .goods-content2 li a  {
    display: block;
    width: 100%;
}

.goods-content li .goods-img {
    width:1rem;
    height:1rem;
    margin:.1rem auto;
    border-radius:.08rem;
    -ms-border-radius:.08rem;
}

.goods-content li .goods-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    box-pack: center;
    cursor: pointer;
}

 .goods-content li .goods-img img {
    width:1rem;
    height:1rem;
}

.goods-content li .goods-name {
    margin-bottom:.22rem;
}

.scrollToTop{
    display: none;
    position: absolute;
    right:.2rem;
    bottom:.3rem;
    width:1rem;
    height: 1rem;
    z-index: 999;
    text-align: center;
    background: url(../images/goods/totop.png) no-repeat top center;
    background-size: 1rem 1rem;
}
.scrollToTop.show{
    display:block;
}
a.pd-wrap{
    display: block;
}
.pd-wrap {
    position: relative;
    padding: .2rem .2rem;
    font-size: .24rem;
}
.pd-wrap .btn-primary{
    width: 100%;
    height: .8rem;
    font-size: .32rem;
    line-height: .8rem;
    text-align: center;
    background-color: #1d7cda;
    letter-spacing: .01rem;
    color: #fff;
    -webkit-border-radius: .06rem;
    border-radius: .06rem;
    border: 0 none;
}
/*  填写账号信息  */
.mui-bar-nav {
    top: 0;
    border-bottom: 1px solid #f3f3f3;
}
.mui-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    height: .88rem;
    border-bottom: 0;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.page-header.mui-bar{
    height: 2.08rem;
    background-color: #f9f9f9;
}
.mui-bar .mui-title {
    right: .8rem;
    left: .8rem;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin: 0;
    text-overflow: ellipsis;
    font-size: .36rem;
    font-weight: 400;
    line-height: .88rem;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    color: #292929;
}
.mui-bar .mui-icon {
    display: block;
    width: .8rem;
    height: 100%;
    position: relative;
    z-index: 20;
}

.page-header.mui-bar .clearfix{
    height: .88rem;
}
.mui-bar-nav.page-header ~ .mui-content{
    padding-top: 2.08rem;
}
.subheader{
    height: 1.2rem ;
    font-size: .28rem;
    background-color: #fff;
    border-top:1px solid rgba(205,205,205,.4);
    border-bottom:1px solid rgba(205,205,205,.5);
}
.subheader .left{
    padding-left: .2rem;
    padding-right: .6rem;
}
.subheader .right p{
    color: #1d7cda;
    font-size: .24rem;
}
.subheader .right p:first-child{
    margin-bottom: .12rem;
}
textarea {
    -webkit-user-select: auto!important;
    -khtml-user-select: auto!important;
    -moz-user-select: auto!important;
    -ms-user-select: auto!important;
    -o-user-select: auto!important;
    user-select: auto!important;
}
.form-wrap{
    padding-top: .2rem;
    text-align: left;
    /*color: #666*/
}

.form-wrap .mui-input-group .mui-input-row:after{
    background-color: #e0e0e0;
}
.form-wrap .mui-input-group.mui-type-group .mui-input-row .type-txt{
    position: relative;
    padding-right: .42rem;
    font-size: .28rem;
    line-height: 1.5;
    text-align: right;
}
.form-wrap .mui-input-group.mui-type-group .mui-input-row .type-txt:after{
    content: "";
    position: absolute;
    right: .2rem;
    top: 0;
    bottom: 0;
    width:.13rem;
    height:100%;
    background: url(../images/goods/arrow-right2.png) no-repeat center center;
    background-size: .12rem .23rem;
}
.form-wrap .mui-input-group .mui-input-row{
    height: .9rem;
}
.formInputs .mui-input-row input{
    border:1px solid #eee;
    padding-left: .1rem;
    width: 85%;
    flex: none;
}
.form-wrap .mui-input-group .mui-textarea-row.mui-input-row{
    -webkit-align-items: flex-start;
    align-items: start;
    height: auto;
    padding: .2rem 0;
}
.form-wrap .mui-input-group .mui-textarea-row.mui-input-row textarea{
    min-height:1.8rem;
    line-height: 1.36;
    height: auto;
}

.mui-input-group .mui-input-row input.hasError::-webkit-input-placeholder{
    color:#1d7cda;
}
.mui-input-group .mui-input-row input.hasError::-moz-placeholder{
    color:#1d7cda;
}
.mui-input-group .mui-input-row input.hasError:-moz-placeholder{
    color:#1d7cda;
}
.mui-input-group .mui-input-row input.hasError:-ms-input-placeholder{
    color:#1d7cda;
}

.form-wrap .mui-input-row label{
    font-size: .28rem;
    color: #666
}
.form-wrap .mui-input-row label.required{
    position: relative;
    padding-left: .16rem;
	width: 1.8rem;
}
.form-wrap .mui-input-row label.required:before{
    content: "*";
    position: absolute;
    top:15%;
    left:0;
    width:.02rem;
    height:.01rem;
    color: #f00;
}
.form-wrap .mui-input-row.mui-textarea-row label.required:before{
    top:.06rem;
}

.form-wrap  .btn-primary{
    -webkit-border-radius: .03rem;
    border-radius: .03rem;
}

.form-wrap  .btn-primary.btn-hollow{
    width: 2.8rem;
    margin-right: .2rem;
    line-height:2.36;
    border:1px solid #1d7cda;
    color: #1d7cda;
    background-color:#eef1f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .01rem;
}
.form-wrap  .btn-primary.btn-hollow:active{
    opacity: .8;
}
.account-list {
    padding:0 .2rem 0 .2rem;
    font-size: .28rem;
    max-height:calc(90vh - 8.5rem);  
    overflow-y: scroll;   
}
#accountList.account-list li{
  border-bottom: 1px solid #eee
}


.account-list ul{
    padding:.2rem .2rem;
}
.account-list li {
    position: relative;
    margin-bottom: .2rem;
    background-color: #fff;
    -webkit-border-radius: .05rem;
    border-radius: .05rem;
}
.account-list li .account:active{
    background-color: rgba(235, 235, 235, 0.9);
}
.account-list li .radio{
    flex:0 0 .72rem;
    position: relative;
}
.account-list li .radio input{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}
.account-list li .radio i{
    display: block;
    background: url(../images/goods/radio-default.png) no-repeat center center;
    background-size:.42rem .42rem;   
    width: 100%; 
    height: 100%;
}
.account-list li .radio input:checked+i{
    background: url(../images/goods/radio2.png) no-repeat center  center;
    background-size:.42rem .42rem;  
}
.account-list li.active .radio{

}
.account-list li .right{
    padding-bottom: .2rem;
}
.account-list li .right p{
    margin-top: .2rem;
    word-break: break-word;
    padding-right: .2rem;
    color:#666;
}



.account_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;bottom:0;left:0;right: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    z-index: 22;
}
.account_popup:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.account_popup_box{
    display: inline-block;
    vertical-align: middle;
    width: 90vw;
    height: auto;
    max-height: 90vh;
    background:#fff;
    border-radius:.1rem;
    position: relative;
}
.account_popup_close{
    display: block;
    width: .8rem;
    height:  .8rem;
    position: absolute;
    background: url(../images/user/user-close.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    right: -.3rem;
    top: -.3rem;
}
.account_popup_tit,#account-content h3{
    font-size: .32rem;
    line-height: 1.8;
    font-weight: bold;
    padding-left: .2rem;
}
#account-content{
    margin-top: .15rem;
}
#newSubmit .btn-primary{width: 50%;}