@charset "utf-8";

a {
    color: #000;
}

.mui-content {
    margin-top: 45px;
}

.content-nav {
    width: 100%;
    height: 45px;
    background-color: #fdfdfd;
}

.content-nav.header a {
    display: block;
    width: 50%;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.content-nav a.active {
    color: #e53f42;
    border-bottom: 2px solid #e53f42;
    background-color: #fff;
}

.content-nav .nav-item {
    float: left;
}

.content-group {
    overflow: scroll;
}

/*有选项卡高度90*/
.fullscreen {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 2;
}

.mui-table-view {
    background-color: inherit;
}

.mui-table-view:before,
.mui-table-view:after,
.mui-table-view-cell:after {
    height: 0;
}

.mui-table-view-cell .coupon-detail {
    height: 90px;
    overflow: hidden;
    position: relative;
}

.mui-table-view-cell .coupon-detail .left-items,
.mui-table-view-cell .coupon-detail .right-items {
    float: left;
    height: 88px;
    position: relative;
}

.mui-table-view-cell .coupon-detail .left-items {
    width: 32%;
    text-align: center;
}

.mui-table-view-cell .coupon-detail .right-items {
    width: 66%;
    padding: 11px 15px;
}

.left-items p {
    color: #fff;
}

.vertical-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.vertical-content label {
    font-size: 30px;
}

.right-items .vertical-content {
    padding: 11px 15px;
}

p.coupon-right-title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
}

p.coupon-right-detail {
    font-size: 10px;
    line-height: 15px;
}

.active-img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
}

.display-none {
    display: none;
}

.mui-table-view-cell.active .coupon-detail .active-img {
    display: block;
}

.empty-dom {
    text-align: center;
    margin-top: -50px;
}

.drawing {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    width: 80%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 150px;
    padding: 10px 20px;
    overflow: hidden;
    text-align: center;
}

.box p.title {
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 30px;
}

.box p.title label {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #000;
}

.box .text p {
    color: #000;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 2px;
}

button.pull-right {
    border: none;
    background: inherit;
}


/*上拉样式*/

.mui-pull-top-tips {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -25px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
}

.mui-pull-top-wrapper {
    width: 42px;
    height: 42px;
    display: block;
    text-align: center;
    background-color: #efeff4;
    border: 1px solid #ddd;
    border-radius: 25px;
    background-clip: padding-box;
    box-shadow: 0 4px 10px #bbb;
    overflow: hidden;
}

.mui-pull-top-tips.mui-transitioning {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.mui-pull-top-tips .mui-pull-loading {
    margin: 0;
}

.mui-pull-top-wrapper .mui-icon,
.mui-pull-top-wrapper .mui-spinner {
    margin-top: 7px;
}

.mui-pull-bottom-tips {
    text-align: center;
    background-color: #efeff4;
    font-size: 15px;
    line-height: 40px;
    color: #777;
}

.mui-pull-top-canvas {
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 40px;
    box-shadow: 0 4px 10px #bbb;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.mui-pull-top-canvas canvas {
    width: 40px;
}

.mui-slider-indicator.mui-segmented-control {
    background-color: #efeff4;
}

a {
    color: #000;
}

.mui-content {
    margin-top: 45px;
    margin-bottom: 65px;
}

.content-nav {
    width: 100%;
    height: 45px;
    background-color: #fdfdfd;
}

.content-nav.header a {
    display: block;
    width: 50%;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.content-nav a.active {
    color: #e53f42;
    border-bottom: 2px solid #e53f42;
    background-color: #fff;
}

.content-nav .nav-item {
    float: left;
}

.mui-slider-indicator {
    bottom: 0;
}

input.phone {
    padding: 5px 15px;
    line-height: 30px;
    font-size: 18px;
    border: none;
    padding-right: 100px;
    margin-bottom: 0;
}

.content-phone {
    margin-top: 1px;
    position: relative;
}

.content-phone span {
    position: absolute;
    padding: 0 15px;
    top: 0;
    right: 0;
    line-height: 40px;
}

.content-select {
    width: 100%;
    height: auto;
    margin: 5px 0;
    padding: 5px 5px;
    padding-top: 10px;
    background-color: #fff;
}

.content-select ul {
    overflow: hidden;
    margin-bottom: -5px;
}

.content-select ul li {
    width: 33.3%;
    height: 50px;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}

.content-select ul li label {
    text-align: center;
    display: block;
    border: 1px solid #ccc;
    line-height: 40px;
    padding: 5px;
    border-radius: 5px;
}

.footer {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.footer span {
    display: block;
    line-height: 32px;
    font-size: 16px;
}

.footer span>label {
    color: #E53F42;
    font-size: 18px;
}

.footer button.rechargeBtn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    border: 1px solid #E53F42;
    background-color: #E53F42;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
}

.content-select li {
    position: relative;
}

.content-select li label>p {
    color: inherit;
}

.content-select li label>p:only-child {
    margin: 0;
    font-size: 20px;
    line-height: 38px;
}

.content-select li label>p:not(:only-child) {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 20px;
    font-size: 17px;
}

.content-select li .active {
    border: 1px solid #E53F42;
    background-color: #E53F42;
    color: #fff;
}

.content-select li label.active+img {
    position: absolute;
    display: block;
    bottom: -1px;
    right: 5px;
}

.mui-table-view-cell.mui-active {
    background-color: #fdfdfd;
}

.mui-table-view-cell.mui-collapse {
    line-height: 18px;
}

.mui-table-view-cell.mui-collapse a {
    padding-right: 40px;
    font-size: 16px;
}

.mui-table-view-cell .mui-collapse-content,
.mui-table-view-cell .mui-collapse-content .mui-card {
    padding: 0 !important;
}

.mui-table-view-cell .mui-collapse-content .mui-card {
    margin: 0 !important;
}

.right-icon {
    position: absolute;
    top: 13px;
    right: 15px;
}

.mui-input-row label {
    line-height: 17px;
}

.mui-input-group .mui-input-row:after {
    height: 0;
}

.mui-input-row.mui-radio.active {
    position: relative;
}

.mui-input-row.mui-radio.active .selected {
    position: absolute;
    right: 15px;
    height: 20px;
    width: 20px;
    top: 10px;
    border-radius: 10px;
    background-image: url(/images/common/select.png);
    background-size: 100% 100%;
    z-index: 10;
}

.vertical-content .selected {
    position: absolute;
    right: 5px;
    height: 25px;
    width: 25px;
    top: 19px;
    border-radius: 13px;
    background-image: url(/images/common/no_select.png);
    background-size: 100% 100%;
    z-index: 10;
}

.mui-table-view-cell.active .vertical-content .selected {
    position: absolute;
    right: 5px;
    height: 25px;
    width: 25px;
    top: 19px;
    border-radius: 13px;
    background-image: url(/images/common/select.png);
    background-size: 100% 100%;
    z-index: 10;
}

.mui-input-row.mui-radio .selected {
    position: absolute;
    right: 15px;
    height: 20px;
    width: 20px;
    top: 10px;
    border-radius: 10px;
    background-image: url(/images/common/no_select.png);
    background-size: 100% 100%;
}

.display-none {
    display: none;
}

.content-group {
    margin-bottom: 5px;
}

.content-group .coupon {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 18px;
    background-color: #fff;
}

.content-group .coupon>a {
    line-height: 18px;
    position: relative;
    display: block;
    height: 40px;
    overflow: hidden;
    padding: 11px 15px;
    padding-right: 40px;
    color: inherit;
    font-size: 16px;
}

.content-group .coupon>a>span.check {
    display: inline;
    border-radius: 5px;
    background-color: #E53F42;
    color: #fff;
    margin: 0 5px;
    vertical-align: middle;
    padding: 3px 5px;
    font-size: 12px;
}

.mui-table-view:before,
.mui-table-view:after {
    height: 0;
}

.popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.popup .alert-dom {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 11px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

.mui-toast-container {
    bottom: 50% !important;
}

.mui-toast-message {
    color: #fff;
    padding: 11px 15px;
}

span.icon {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    margin-bottom: 4px;
    margin-right: 2px;
    border-radius: 6px;
}

.recharge-icon,
.coupon-icon,
.alipay-icon,
.wallet-icon,
.weixin-icon {
    width: 18px !important;
    height: 18px !important;
    background-size: 100% 100%;
}

.recharge-icon {
    border-radius: 9px;
    background-image: url(/images/common/recharge_d.png);
}

.active .recharge-icon {
    border-radius: 9px;
    background-image: url(/images/common/recharge_a.png);
}

.coupon-icon {
    border-radius: 9px;
    background-image: url(/images/common/coupon_d.png);
}

.active .coupon-icon {
    border-radius: 9px;
    background-image: url(/images/common/coupon_a.png);
}

.wallet-icon {
    background-image: url(/images/common/wallet_pay.png);
}

.weixin-icon {
    background-image: url(/images/common/weixin_pay.png);
}

.alipay-icon {
    background-image: url(/images/common/ali_pay.png);
}

.notice-icon {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    border-radius: 6px;
    background-image: url(/images/common/icon-m02-3.svg);
}

.wallet-icon,
.weixin-icon,
.alipay-icon {
    margin-right: 5px;
}

/*	.mui-table-view-cell.mui-active a:first-child:after{
  	    position: absolute;
  	    content: '';
  	    height: 1px;
  	    left: 10px;
  	    right: 10px;
  	    bottom: 0;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
        background-color: #c8c7cc;
  	    
  	}*/
.mui-input-group .mui-input-row:before {
    position: absolute;
    top: 0;
    right: 10px;
    left: 10px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #eee;
}

.coupon-bg {
    background-image: url(/images/common/coupon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.coupon-bg.bg-disabled {
    background-image: url(/images/common/coupon1.png);
}

a:hover {
    text-decoration: none;
}

a:active {
    background-color: inherit !important;
}

.pageheader .return span {
    position: absolute;
    top: 0;
    font-size: 14px;
    line-height: 45px;
    left: 32px;
    color: #fff;
}

.right-nav {
    line-height: 45px;
}

.mui-table-view-cell.mui-active {
    background-color: inherit;
}

.font-sm {
    margin: 0 !important;
    line-height: 15px !important;
    font-size: 10px !important;
}

.nav-item>label {
    font-size: 16px;
}

/*轮播图片尺寸调整*/
.img1,
.img2,
.img3,
.img4 {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.img1 {
    background-image: url(/images/common/recharge_ad01.jpg);
}

.img2 {
    background-image: url(/images/common/recharge_ad02.jpg);
}

.img3 {
    background-image: url(/images/common/recharge_ad03.jpg);
}

.mui-slider-item a {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.add-nav {
    margin-top: 45px;
}

.footer {
    border-top: 1px solid #ccc;
}

#qto_recharge {
    display: block;
    height: 45px;
    background-color: #e53c42;
    text-align: center;
    line-height: 45px;
    font-size: 17px;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}

#iSlider-wrapper {
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

.islider-dot-wrap {
    width: 80%;
    height: 30px;
    margin: 0px auto;
    padding: 0px;
    bottom: 30px;
    /*220px*/
    z-index: 10000;
    text-align: center;
}

.ads img {
    width: 100%;
    height: 100%;
}

.islider-dom>div>a>img {
    width: 100%;
    height: 100%
}

.ads {
    padding-top: 48%;
    height: auto;
    position: relative;
}

#iSlider-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
}

#iSlider-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

#iSlider-wrapper li {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    list-style: none;
}

#iSlider-wrapper li img {
    max-width: 100%;
    max-height: 100%;
}

.islider-btn-outer {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 99px;
}

.islider-btn-inner {
    height: 30%;
    width: 30%;
    margin-top: 34%;
}

.islider-btn-outer.left .islider-btn-inner {
    margin-left: 40%;
}

.islider-btn-outer.right .islider-btn-inner {
    margin-right: 40%;
}

.islider-dot-wrap {
    bottom: 0;
}

.islider-dot {
    width: 0.5em;
    height: 0.5em;
}

.member-price {
    display: inline-block;
    margin-left: 10px;
    color: #e53c42;
    font-size: 18px;
}

label.disabled {
    color: #999 !important;
    text-decoration: line-through;
    font-size: 15px !important;
}

#telephone_fee li>label {
    position: relative;
    overflow: hidden;
}

#telephone_fee li>label.activity-tab:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 25%;
    padding-top: 25%;
    background-image: url(/images/recharge_discount_icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.activity-banner {
    display: none;
}

.content-nav.header a {
    width: 100%;
}
