.flex{ display: -webkit-box; display: -webkit-flex;  display: -ms-flexbox; display: flex; }
.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;
}

.bonus-tab-hd{
	width: 100%;
	height: 3rem;
	background: #fff;
	margin-bottom: 10px;
}
.bonus-tab-hd ul{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #ededed;
}
.bonus-tab-hd ul li{
	box-sizing: bbonus-box;
	display: -webkit-flex;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	height: 3rem;
}
.bonus-tab-hd ul li a{
	width: 100%;
	display: block;
	text-align: center;
	color: #666;
	border-right: 1px solid #eee;
}
.bonus-tab-hd ul li:last-child a{bbonus-right: 0}
.bonus-tab-hd ul li.on{
	border-bottom:2px solid #1aa9e1;
}
.bonus-tab-cont{display: none;}
.coupon-list .list-item {
    position: relative;
    padding:0 8px 8px;
    font-size:14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.coupon-list .list-item .left{
    width: 110px;
    height:88px;
    -webkit-box-sizing:content-box;
    -moz-box-sizing: content-box;
    box-sizing:content-box;
    text-align: center;
    background: url(../images/user/coupon-active-bg.png) no-repeat 0 0;
    background-size:100% 100%;
    color:#fff;

}
.coupon-list .list-item .left .par-value{
    font-size: 20px;
    margin-top:16px;
}
.coupon-list .list-item .left .unit{
    font-size: 14px;
    color: #fff;
}
.coupon-list .list-item .flex-1{
    height: 88px;
    padding-left:8px;
    background-color: #fff;
    color: #4e4e4e;
}
.coupon-list .list-item .flex-1>div{
    font-size: 12px;
    color: #ee0000;
    line-height: 15px;
    vertical-align: top;
    margin-bottom: 3px;
}
.coupon-list .list-item .flex-1 p{

    font-size: 13px;
    color:#4e4e4e;
    line-height: 1.5;
}
.coupon-list .i-tag{
    display: inline-block;
    width: 15px;
    height: 15px;
    text-align: center;
    vertical-align: top;
    background-color: #ff6f3d;
    color: #fff;
    margin-right: 3px;
}
.coupon-bg-grey  .coupon-list .list-item .left{
    background: url(../images/user/coupon-invalid-bg.png) no-repeat 0 0;
    background-size:100% 100%;
}
.coupon-bg-grey  .coupon-list .i-tag{
    background-color: #999;
    color:#fff;
}

/**
 * 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; }
.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%;
}
.header .logo{
    width: 3.8rem;
    height: 3.8rem;
    margin:1.5rem auto .8rem;
}
.header .logo img{
    display: inline-block;
    width: 3.8rem;
    height: 3.8rem;
    vertical-align: middle;
	border-radius:50%;
	border:2px solid #fff;
}
.mui-content {
    height: 100%;
    background: #eef1f4;
    font-size:.24rem;
    color: #4e4e4e;
}
.page-header.mui-bar {
    height: 3rem;
    padding-left: 0;
    padding-right: 0;
    background-color: #f9f9f9;
    border-bottom: 0;
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0; 
    top:0;
}
.page-header.mui-bar:after{
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    -webkit-transform: scaleY(.5);
    -moz-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
}

.page-header.mui-bar ~ .mui-content {
    padding-top: 3rem;
    background:url(../images/user/bg.png) no-repeat top center;
    background-size: 100% 14.3rem;
}
.icon-nav-back {
    background: url(../images/user/arrow-back.png) no-repeat .66rem center;
    background-size: .6rem 1rem;
}
.mui-bar .mui-icon {
    display: block;
    width: 2.64rem;
    height: 100%;
    position: relative;
    z-index: 20;
}
.mui-bar .mui-title {
    position: absolute;
    right: 2.6rem;
    left: 2.6rem;
    top: 0;
    display: inline-block;
    overflow: hidden;
    width: auto;
    margin: 0;padding: 0;
    text-overflow: ellipsis;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 3rem;
    text-align: center;
    white-space: nowrap;
    color: #292929;
}


/*  注册  */
.login-header nav{
   display: inline-block;
    position: relative;
    height: 1.86rem;
    overflow: hidden;
}
.login-header nav.moveToLeft{
    left:-1rem;
}
.login-header nav.moveToLeft .nav-item:first-child{
    width:0;
   display: none;
}
.login-header nav .nav-item{
    display: inline-block;
    width: auto;
    font-size:1rem;
    color: #fff;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}

.login-header nav .nav-item:nth-child(2){
    margin:0 1rem;
}
.login-header nav .nav-item span{
    display: inline-block;
    width: 100%;
    height: 1.86rem;
    line-height:normal;
    box-sizing: border-box;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    font-weight: 300;
    vertical-align: middle;
    color: #fff
}

.login-header nav .nav-item.mui-active span {
    -webkit-transform: scale(1);
    transform: scale(1);
    font-weight: 500;
    border-bottom: .13rem solid #fff;

}
.login-header nav .nav-item.mui-active:first-child{
    margin-left: 36%;
}

.mui-slider .mui-slider-group .mui-slider-item .search_null img{
    width: 6rem;
}


.mui-segmented-control.mui-scroll-wrapper .mui-scroll{
    width:auto;
    line-height: normal;
    white-space: nowrap;
    overflow-x: hidden;
}
.mui-input-group{
    margin:0 2.33rem;
    position: relative;
    padding: 0;
    border: 0;
}
.mui-input-group .mui-input-row{
    margin-bottom: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.06rem 0.12rem 0 #c9c9c9;
    box-shadow: 0 0.06rem 0.12rem 0 #c9c9c9;
    display: flex;
    height: 3rem;
    -webkit-align-items: center;
    align-items: center;
}
.mui-input-group .btn-primary{
    height: 3rem;
    line-height: 3rem;
    font-size:1rem;
    -webkit-border-radius: .18rem;
    -moz-border-radius: .18rem;
    border-radius: .18rem;
    text-align: center;
    width: 100%;
    border:0 none;
    background: #3ea3de;color: #fff
}
.mui-input-group .btn-primary.grey{
    background: #999;
    border-color: #999;color: #fff
}
.mui-input-row label {
    display: block;
    margin-right: .66rem;
    margin-left: .66rem;
    color: #292929;
}
.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-row input {
    font-size: .9rem;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: .9rem;
    padding: .99rem .66rem;
    -webkit-user-select: text;
    border: none;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}

.mui-input-row .icon-user{
    width: 1.86rem;
    height: 1.86rem;
    background: url(../images/user/icon-user.png) no-repeat center center;
    background-size:1.86rem 100%;
}
.mui-input-row .icon-lock{
    width: 1.86rem;
    height: 1.86rem;
    background: url(../images/user/icon-lock.png) no-repeat center center;
    background-size: 1.86rem 100%;
}
.mui-input-row .icon-weixin{
    width: 1.86rem;
    height: 1.86rem;
    background: url(../images/user/icon-weixin.png) no-repeat center center;
    background-size:1.86rem 100%;
}
.btn-tabs{
    margin-top: .6rem;
}
.btn-tabs a{                              
    color: #999;
    font-size: .28rem;
}

.mui-input-row .get-code{
    position: relative;
    width: 1.5rem;
    text-align: center;
    font-size: .9rem;
    color:#999;
}
.mui-input-row .get-code.colOrange{
    color: #ff6f3d;
}
.mui-input-row .get-code:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    width: 1px;
    height: 100%;
    background-color:rgba(201, 201, 201, 0.35);
}
#alert  .box-icon{
    padding-top:1rem;
}
#alert  .alert-box{
    height: 6.32rem;
}
#alert  .box-desc{
    padding:0 .66rem;
}
.mui-toast-container {
    top: 30% !important;
}
.login-header nav{width: 100%; margin-bottom: .66rem;}
.quick-login{
    margin-top: 1.2rem;
    color: #999;
    font-size: .28rem;

}
.quick-login span{
    vertical-align: middle; 
    display: inline-block;
    line-height: 2.99rem;
    color: #666
}
.quick-login-qq,.quick-login-wx{
    display: inline-block;
    vertical-align: middle; 
    width:  2.99rem;
    height:  2.99rem;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: .4rem;
}
.quick-login-qq{
    background-image: url(../images/user/login-icon-qq.png);
}
.quick-login-wx{
    background-image: url(../images/user/login-icon-wx.png);
}

/* 绑定账号 */
.bind_popup{
    
}
.bind_popup:after{
    content: "";
    display: block;
    position: fixed;
    top:0;left:0;right:0;bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    text-align: center;
    z-index: 10;
}
.bind_popup_box{
    position: fixed;
    top:50%;
    left:50%;
    width: 21rem;
    height: 20rem;
    margin-left: -10.5rem;
    margin-top: -10rem;
    background-color: #fff;
    z-index: 20;
}
.bind_popup_box h4{
    font-size: 1.2rem;
    color: #393939;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 2rem;
    font-weight: normal;
}

.bind_popup_box form{
    margin: 0 auto;
}

@media screen and (max-width: 320px) {
    .bind_popup_box {
        width:18rem;
        margin-left: -9rem;
    }
    .mui-input-group{
        margin:0 15px;
    }
}

/* 用户中心 */

.user-header~.mui-content{
    background: #eef1f4;
}

.user-header {
    border-bottom: none;
    height:14.3rem;
    background: url(../images/user/bg.png) no-repeat top center;
    background-size: 100%  11.3rem;
    padding:0 .66rem;
}
.user-header .icon-set{
    width:2.33rem;
    height:3rem;
    background: url(../images/user/icon-fav.png) no-repeat left .66rem;
    background-size:1.6rem 2.16rem;
    text-align: center;
}
.user-header .icon-service{
    width:3.33rem;
    height:3rem;
    background: url(../images/user/icon-service.png) no-repeat right .66rem;
    background-size:1.49rem 2.16rem;
    text-align: center;
}
.user-header .inner-box{
    height:8.6rem;
    margin-top: .66rem;
    padding:0.66rem .66rem;
    background-color: #fff;
    color:#000;
    -webkit-border-radius:.1rem;
    -moz-border-radius: .1rem;
    border-radius: .1rem;
    -webkit-box-shadow: 0 .06rem .66rem .2rem rgba(155,114,57,.2);
    box-shadow: 0 .06rem .66rem .2rem rgba(155,114,57,.2);
    -webkit-backdrop-filter: blur(.86rem);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.user-header .inner-box .avatar{
    width: 3.33rem;
    height: 3.33rem;
    margin:0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .13rem solid #fff;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 .06rem .13rem 0 rgba(0,0,0,.2);
    box-shadow: 0 .06rem .13rem 0 rgba(0,0,0,.2)
}
.user-header .inner-box .avatar img{
    width:100%;
    height:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius: 100%;
}
.user-header .inner-box .account{
    text-align: center;
    margin-top:.4rem;
    margin-bottom: .86rem;
    font-size: .8rem;
    color: #000;
}
.user-header .inner-box ul li{
    position: relative;
    text-align: center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
.user-header .inner-box ul li p{
    font-size: .8rem;
}
.user-header .inner-box ul li p.p1{
    font-size:1rem;
    font-weight: 700;
    color: #292929;
}
.user-header .inner-box ul li .txt-red{
    display: inline-block;
    color:#e4393c;
}
.user-header .inner-box ul li .txt-red .icon-dot{
    position: relative;
    display: inline-block;
    height:1.4rem;
}
.user-header .inner-box ul li .txt-red .icon-dot:after{
    position: absolute;
    content: "";
    top:.15rem;
    right:0;
    width:.33rem;
    height:.33rem;
    background-color: #e4393c;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.user-header .inner-box ul li:nth-child(1) :after, .user-header .inner-box ul li:nth-child(2) :after{
    position: absolute;
    content: "";
    top: .86rem;
    bottom: .56rem;
    right: 0;
    width: 1px;
    -webkit-transform: scaleX(.5);
    -moz-transform: scaleX(.5);
    -ms-transform: scaleX(.5);
    -o-transform: scaleX(.5);
    transform: scaleX(.5);
    background-color: #bcbcbc;
}
.list-wrap{
    border-top:1px solid rgba(205,205,205,.1);
    border-bottom:1px solid rgba(205,205,205,.1);
}
.list-wrap.mt10{
    margin-top: .66rem;
}
.list-wrap li{
    position: relative;
    height:2.8rem;
    line-height:2.8rem;
    font-size:.9rem;
    padding:0 .66rem;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
    background-color: #fff;
}
.list-wrap li a{
    display: block;
    width: 100%;
    height: 100%;
}
.list-wrap li:active{
    background-color: rgba(235, 235, 235, 0.8);
}
.list-wrap li.border-t:after,.list-wrap li.border-b:after{
    background: #cdcdcd;
}
.list-wrap li:after{
    content: "";
    width: .76rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: .33rem;
    background: url(../images/user/arrow-right.png) no-repeat left center;
    background-size: .43rem .76rem;
}
.list-wrap li:before{
    position: absolute;
    content: '';
    left:.66rem;
    right:.66rem;
    bottom:0;
    background: #ebebeb;
    height:1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.list-wrap li:last-child:before{
    height:0;
}
.list-wrap li img{
    margin-right: .58rem;
    width:1.5rem;
    height:1.5rem;
    vertical-align: middle;
}
.list-wrap li .abs-txt{
    position: absolute;
    right: 1.5rem;
    top:0;
    height:3rem;
    line-height:3rem;
    color:#999;
    font-size:.9rem;
}
.list-wrap li .abs-txt2{
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -.75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: .86rem;
    background-color: #ff6f3d;
}

/* 注册成功 */
/* 注册成功  */
.register_suc{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;bottom:0;left:0;right: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
}
.register_suc:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.register_suc_box{
    display: inline-block;
    vertical-align: middle;
    width: 21rem;
    height: 16.7rem;
    background:#fff;
    border-radius:.3rem;
    position: relative;
}
.register_close{
    display: block;
    width: 2.5rem;
    height:  2.5rem;
    position: absolute;
    background: url(../images/user/user-close.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    right: -1rem;
    top: -1rem;
}
.register_suc_txt{
    padding-top:6.8rem;
    line-height: 1.8;
    font-size: .6rem;
    color: #000;
    width:80%;
    margin:0 auto;
    background: url(../images/user/user-tip.png) no-repeat center 1.5rem;
    -webkit-background-size: 5rem auto;
    background-size: 5rem auto;
}
.register_suc_txt b{color: #1d7cda; font-size: 1.3rem}
.register_suc_link{
    text-align: center;
    padding-top: 2rem;
}
.register_suc_link a{
    display: inline-block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem; 
    background: #1d7cda;
    color: #fff;
    border-radius: 0 0 .3rem .3rem;
}


/* 订单确认页面  */



.mui-bar {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    border-bottom: 0;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mui-bar-footer{
    height: 3rem;
    line-height:3rem;

    bottom: 0;
    box-shadow: 0 -1px 0 rgba(0,0,0,.1);
}
.mui-bar-footer .left{
    padding-left: .4rem;
    font-size: .86rem;
}
.mui-bar-footer .total {
    padding-left: .4rem;
    margin-right: .66rem;
    vertical-align: middle;
    line-height: normal;
    font-size: .46rem;
    color: #e4393c;
}
.mui-bar-footer .btn-pay{
    padding-right: .66rem;
}
.mui-bar-footer .btn-pay .btn-primary{
    display: block;
    height: 2.3rem;
    line-height: 2.3rem;
    width: auto;
    padding:0 1.5rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing:.33rem;
    background-color: #ff6f3d;
    -webkit-border-radius: .12rem;
    border-radius: .12rem;
}
.mui-bar-footer .btn-pay .btn-primary:active{
    background-color: rgb(230,100,55);
    color:#fff;
}
.goods-box{
    padding: .66rem  .66rem;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
}
.goods-box .g-img{
    width:2.5rem;
    height: 2.5rem;
    margin-right: .66rem;
    padding-top:.21rem;
}
.goods-box .g-img img{
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}
.goods-box .g-info{position: relative;}
.goods-box .g-info p{
    font-size: .7rem;
}
.goods-box .g-info p.name{
    font-size: .9rem;
    margin-bottom: .1rem;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.goods-box .g-info .p{
    color: #999;
    word-break: break-all;
}
.goods-box .g-info .price,.goods-box .g-info .num{
    text-align: right;
}
.goods-box .g-info .num{
    color: #999;
}
.goods-box .goods-del{
    position: absolute;
    right:0;
    top:2rem;
    width:1.2rem ;
}
.order-info2{
    padding-top: .5rem;
}
.order-info2 li, .pay-way{
    position: relative;
    padding:.46rem .66rem;
    background-color: #fff;
    color:#292929;
}
.order-info2 li .points{
    color: #6ec114;
}
.order-info2 li .icon-integral{
    width:1rem;
    margin-right:.58rem;
    background: url(../images/user/icon-integral2.png) no-repeat center center;
    background-size:.86rem 1rem ;
}
.order-info2 li .icon-money{
    width:1rem;
    margin-right:.18rem;
    background: url(../images/user/icon-money.png) no-repeat center center;
    background-size:.86rem 1rem;
}
.order-info2 li .icon-discode{
    width:1.4rem;
    margin-right:.15rem;
    background: url(../images/user/discode.png) no-repeat center;
    background-size:1.4rem auto;
}
.order-info2 li .right,.pay-way .right{
    text-align: right;
}
.order-info2 li .txt-red{
    color:#e4393c;
}
.order-info2 li.list-link:before,.order-info2 li.list-link:after,.pay-way:before, .pay-way:after{
    content: "";
    position: absolute;
    left:.4rem;
    right:.4rem;
    height:1px;
    background-color: #ddd;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
}
.order-info2 li.list-link:before,.pay-way:before{
    top:0;
}
.order-info2 li.list-link:after, .pay-way:after{
    bottom:0;
}
.order-info2 li.list-link .right,.pay-way .right:after{
    position: relative;
    padding-right: .8rem;
}
.order-info2 li.list-link .right:after, .pay-way .right:after{
    content: "";
    position: absolute;
    top:0;
    width: .8rem;
    height:100%;
    background: url(../images/user/arrow-right2.png) no-repeat center center;
    background-size:.4rem .76rem;
}
.order-info2 li.list-link .right:after, .pay-way .right:after{
    right: -.1rem;
}
 .pay-way .right{padding-right:.5rem}
.order-info2 li.list-link:active{
    background-color:rgba(229,229,229,.6);
}
.order-info2 li .total{
    color:#000;
    font-weight: 800;
}
.mui-input-group .mui-input-row.order-notes{
    height:2.5rem;
    margin-top: .66rem;
    box-shadow: 0 0 0;
    margin-bottom: 0;
}
.pay-way{
    margin-top: .46rem;
    /*font-size: .9rem;*/
    
}
.payway_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;
}
.payway_popup:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.payway_popup_box{
    display: inline-block;
    vertical-align: middle;
    width: 90vw;
    height: auto;
    max-height: 90vh;
    background:#fff;
    border-radius:.3rem;
    position: relative;
}
.payway_popup_close{
    display: block;
    width: 2rem;
    height:  2rem;
    position: absolute;
    background: url(../images/user/user-close.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    right: -.7rem;
    top: -.7rem;
}
.payway_popup_tit{
    font-size: 1rem;
    line-height: 1.8;
    font-weight: bold;
    padding-top: .3rem;
	padding-left:.6rem;
	text-align:left;
}

/*支付方式页*/
.mui-navbar-inner.mui-bar{
    background-color:#f9f9f9;
}
.type-list{
    position: relative;
	padding:.3rem .6rem 1rem;
}

.type-list li{
    position: relative;
    height:2.5rem;
    font-size:.8rem;
    background-color: #fff;
}
.type-list li:active{
    background-color:rgba(229,229,229,.6);
}
.type-list li:before{
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 1px;
    background-color: #ddd;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
}

.type-list li .right{
    position:relative;
    height: 100%;
}

.type-list li .right .radio{
    width: 1rem; height: 2.5rem;
    position: relative;
}
.type-list li .radio input{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
}
.type-list li .radio i{
    display: block;
    background: url(../images/goods/radio-default.png) no-repeat center center;
    background-size:1rem 1rem;   
    width: 100%; 
    height: 100%;
}
.type-list li .radio input:checked+i{
    background: url(../images/goods/radio2.png) no-repeat center  center;
    background-size:1rem 1rem;  
}
.type-list li .icon-pay{
    display: block;
    width: 2rem;
    height: 1.4rem;
    margin-right: .66rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.type-list li .icon-question{
    display: block;
    width: 1rem;
    height: 1.5rem;
    margin-left: .66rem;
    background: url(https://m.uaka.com/themes/2018/images/query.png) no-repeat left center;
    background-size: .8rem .8rem;
}





.paypalPopup{
    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;
}
.paypalPopup:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.paypalPopup_box{
    display: inline-block;
    vertical-align: middle;
    width:90%;
    height: auto;
    background:#fff;
    border-radius:.1rem .1rem .2rem .2rem;
    position: relative;
}
.paypalPopup_close{
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    background: url(../images/user/user-close.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    right: -1rem;
    top: -1rem;
}
.paypalPopup_txt{
    padding-top:6rem;
    line-height: 1.8;
    font-size: .66rem;
    color: #000;
    width:80%;
    margin:0 auto;
    background: url(../images/user/user-tip.png) no-repeat center 1rem;
    -webkit-background-size: 4.5rem auto;
    background-size: 4.5rem auto;
}
.paypalPopup_txt b{color: #1d7cda; font-size: 1.8rem}
.paypalPopup_txt p{text-align: left;}
.paypalPopup_link{
    text-align: center;
    padding-top:1.8rem;
}
.paypalPopup_link a{
    display: inline-block;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem; 
    background: #1d7cda;
    color: #fff;
    border-radius: 0 0 .3rem .3rem;
}


.userPartner{
    background: #fff;
    box-shadow: 0 0.06rem 0.66rem 0.2rem rgba(155,114,57,.2);
    margin-bottom: .66rem;
    padding: .66rem;
    font-size: .6rem;
}
.partner-hd{
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    height: 2.8rem;
    line-height: 2.8rem;
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: space-between;
}
.partner-hd a{
    font-size: .7rem;

    font-weight: normal;
}
.partner-bd{
    display: flex;
    padding: .66rem 0;
     border-bottom: 1px solid #ececec;
}
.partner-bd dl{
    flex: 1;
    border-right: 1px solid #ececec;
    padding: .3rem .6rem;

}
.partner-bd dl:last-child{
    border-right: none;
}
.partner-bd dl dd{
  color: #e6505f;  
  font-size: .6rem;
}
.partner-bd dl dd em{
    font-size:1.2rem;
}
.partner-btn{
    text-align: right;
    padding:.6rem 0 0;
    font-size: .8rem;
}
.partner-btn a{
    display: inline-block;
    padding: .3rem .8rem;
    background: #0e75eb;
    color: #fff;
    border-radius: .5rem;
}


/*** 我的推荐 ***/

  .partner-associated .button {
    display: inline-block;
    height: 1.8rem;
    line-height: 1.8rem;
    border: 0;
    cursor: pointer !important;
    outline: 0;
    font-size: .6rem;
    color: #fff !important;
    padding: 0 1.2rem;
    text-decoration: none !important;
    border-radius: 3px;
    background: #40c87d;
  }
  .partner-associated .button:hover {
    background: #5bd491;
  }
  .partner-associated .button:active {
    background: #31bf71;
  }
  .partner-associated>h3 {
    width: 100%;
    height:2.2rem;
    color: #333;
    font-size: .9rem;
    line-height: 2.2rem;
    background: #eee;
    text-indent: .6rem;
    text-align: left;

  }
  .partner-associated .promotion-method {
    padding:.6rem 1rem .8rem 1rem;
    border-bottom: 1px solid #eee;
    background: url('../images/affiliate/icon_code.png') .4rem .8rem no-repeat;
    padding-left: 3.6rem;
    -webkit-background-size: 2.6rem;
    background-size: 2.6rem;
  }
  .partner-associated .promotion-method:nth-of-type(3) div {
    margin-top: 16px;
  }
  .partner-associated .promotion-method:nth-of-type(3) span {
    color: #666;
    font-size: 12px;
    line-height: 32px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .partner-associated .promotion-method:nth-of-type(3) em {
    display: inline-block;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    color: #333;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: middle;
    background: #eee;
  }
  .partner-associated .promotion-method:nth-of-type(1) {
    background-image: url('../images/affiliate/icon_QRcode.png');
  }
  .partner-associated .promotion-method:nth-of-type(1) div {
    margin-top: .6rem;
  }
  .partner-associated .promotion-method:nth-of-type(1) .QRCode {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    background: #eee;
    margin-right: 1rem;
    vertical-align: top;
    overflow: hidden;
  }
  .partner-associated .promotion-method:nth-of-type(1) .QRCode img {
    width: 100%;
    height: 100%;
  }
  .partner-associated .promotion-method:nth-of-type(2) {
    background-image: url('../images/affiliate/icon_link.png');
  }
  .partner-associated .promotion-method:nth-of-type(2) .share-link {
    margin-top: 12px;
  }
  .partner-associated .promotion-method:nth-of-type(2) .share-link input {
    height: 1.8rem;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 5px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .66rem;
  }
  .partner-associated .promotion-method:nth-of-type(2) .share-link input:focus {
    outline: 0;
  }
  .partner-associated .promotion-method:nth-of-type(2) .share-bottom {
    margin-top: .8rem;
  }
  .partner-associated .promotion-method:nth-of-type(2) .share-bottom span {
    line-height: 1.8rem;
    display: inline-block;
    margin-left: 1rem;
    font-size: .6rem;
    color: #999;
  }
  .partner-associated .promotion-method:nth-of-type(2) .share-bottom div {
    display: inline-block;
  }
  
  .partner-associated .promotion-method:last-of-type {
    border: 0;
  }
  .partner-associated .promotion-method h4 {
    font-size: .9rem;
    line-height: 1.4rem;
    color: #333;
  }
  .partner-associated .promotion-method h4 em {
    color: #40c87d;
  }
  .partner-associated .promotion-method p {
    font-size: .6rem;
    line-height: 1.2rem;
    color: #999;
  }

  /** 对话框 **/
.Dialog-mask {
  width: 100%;
  height: 100%;
  background: center no-repeat rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
}

.Dialog {
  width: 16rem;
  border-radius: .4rem;
  border: 5px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.Dialog-body h3 {
    color: #fff;
    line-height: 2.4rem;
    font-size: 1.2rem;
    width: 100%;
    height: 2.4rem;
    color: #333;
    background: #eee;
    text-align: center;
    margin-bottom: .6rem;
}

.Dialog footer {
  background: #fff;
  text-align: center;
  padding-bottom: 1.8rem;
  /*border-radius: 0 0 5px 5px;*/
  margin-top: -1px;
  position: relative;
}
.Dialog footer button,
.Dialog footer .button,
.Dialog footer .Dialog-button {
  display: inline-block;
  font-size: 14px;
  min-width:4rem;
  height:1.6rem;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #1268bb;
  border: 1px solid #1268bb;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  margin: 0 .66rem;
  padding: 0 .9rem;
  outline: 0;
  box-sizing: border-box;
}
.Dialog footer button:hover,
.Dialog footer .button:hover,
.Dialog footer .Dialog-button:hover {
  background-color: #0c72d5;
  border-color: #0c72d5;
}
.Dialog footer button:active,
.Dialog footer .button:active,
.Dialog footer .Dialog-button:active {
  background-color: #0559aa;
  border-color: #0559aa;
}
.Dialog footer button:disabled,
.Dialog footer .button:disabled,
.Dialog footer .Dialog-button:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
  cursor: default;
}

.Dialog-body {
  padding: 1.5rem;
  background: #fff;
}
