/* 公共样式 */
* {
    box-sizing: border-box;
}

html, body {
    color: #666666;
    font-family: PingFang-SC-Regular;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

button {
    border: none;
    background-color: transparent;
    outline: none;
}

button:enabled:active {
    background-color: transparent;
}

button[disabled] {
    /*background: #ddd !important;*/
    background-image: linear-gradient(0deg,
    #FFAC9F 0%,
    #FFCB9F 100%) !important;
}

/* 页面样式 */
.mui-content {
    background: #ffb884;
}

.exChange-index {
    min-height: 100%;
    padding: 2.8rem .3rem 0 .3rem;
    background: url(../img/big-bg.jpg) no-repeat center top / 100%;
    text-align: center;
}

.exChange-index .time {
    height: .85rem;
    line-height: .8rem;
    min-width: 3.64rem;
    margin: auto;
    margin-bottom: 0;
    display: inline-block;
    color: #fff;
    font-size: .22rem;
    text-align: left;
    background: url(../img/time-box.png) no-repeat center center / auto 100%;
}
.t2 {
    margin-bottom: 1rem !important;
}

.exChange-index .time span {
    padding: 0 .27rem;
}

.exchange-content {
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: .06rem .06rem .28rem 0 rgba(252, 141, 71, 0.81);
    border-radius: .29rem;
}

.inset-shadow {
    padding: .25rem .35rem;
    box-shadow: inset 0px 0px 10px 3px #FFEDE1;
}

.exchange-content .nav-box {
    height: .86rem;
    line-height: .85rem;
    font-size: .32rem;
    overflow: hidden;
}

.exchange-content .nav-box li {
    position: relative;
    width: 50%;
    float: left;
    border-bottom: 1px dashed #f75e24;
}

.exchange-content .nav-box li.act {
    font-weight: 700;
    color: #f75e24;
    font-family: PingFang-SC-Bold;
}

.exchange-content .nav-box li:after,
.exchange-content .nav-box li.act:after {
    content: '';
    position: absolute;
    height: .05rem;
    width: .6rem;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    /*background: #f75e24;*/
    border-radius: .03rem;
}

.exchange-content .nav-box li:after {
    background: transparent;
}

.exchange-content .nav-box li.act:after {
    background: #f75e24;
}

.exchange-content .ct {
    display: none;
}

.exchange-content .ct.show {
    display: block;
}

.exchange-content .redeem-now,
.exchange-content .meal-code {
    margin-top: .41rem;
    padding: 0 .11rem;
}

.exchange-content .redeem-now > input,
.exchange-content .meal-code > input {
    display: block;
    margin-bottom: .16rem;
}

.exchange-content .meal-code > input,
.exchange-content .redeem-now .ver-code,
.exchange-content .input-box {
    width: 100%;
    height: .9rem;
    line-height: .9rem;
    padding: 0 0 0 .21rem;
    border: 1px solid #ff8d53;
    border-radius: .1rem;
    font-size: .3rem;
    color: #333;
    text-align: left;
}

.exchange-content .input-box > input,
.exchange-content .redeem-now .ver-code input,
.exchange-content .redeem-now .ver-code .vc-box {
    flex-basis: 1.82rem;
    min-width: 1.82rem;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-size: .3rem;
}

.exchange-content .input-box {
    margin-bottom: .16rem;
    overflow: hidden;
}

.exchange-content .redeem-now .ver-code .vc-box {
    padding-right: .21rem;
    font-size: .28rem;
}

.exchange-content .redeem-now .ver-code button.vc-box[disabled] {
    background: transparent !important;
}

.exchange-content .redeem-now .ver-code span {
    width: 100%;
    height: .3rem;
    line-height: .3rem;
    padding: 0 0 0 .21rem;
    display: inline-block;
    border-left: 1px solid #f75e24;
    color: #f75e24;
}

.exchange-content input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

.exchange-content input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.exchange-content input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

.exchange-content input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

/* 滑块 */
.ali-checking #nc {
    margin-top: .16rem;
}

.ali-checking #nc .stage {
    padding: 0;
}

.ali-checking #nc #nc_1-stage-1 .slider {
    height: .9rem;
    left: 0;
    right: 0;
    border-radius: .1rem;
    overflow: hidden;
    background: #FFEEE0;
    box-shadow: none;
}

.ali-checking #nc #nc_1-stage-1 .slider .label,
.ali-checking #nc #nc_1-stage-1 .slider .button,
.ali-checking #nc #nc_1-stage-1 .slider .bg-green {
    font-size: .28rem;
    height: .9rem;
    line-height: .9rem;
}

.ali-checking #nc #nc_1-stage-1 .slider .label {
    color: #f75e24;
    -webkit-text-fill-color: #f75e24;
    background: url(../../../img/seaCode/ali-slide-bg.gif) no-repeat;
    background-size: cover;
    -webkit-animation: none;
}

.ali-checking #nc #nc_1-stage-1 .slider .button {
    background: #FF7940;
}

.ali-checking #nc #nc_1-stage-1 .slider .button .icon-slide-arrow:before {
    content: '>>';
    height: .3rem;
    line-height: .3rem;
    font-size: .3rem;
    letter-spacing: -.02rem;
    color: #fff;
    vertical-align: middle;
}

.ali-checking #nc #nc_1-stage-1 .slider .bg-green {
    background: #FF7940;
}

.ali-checking #nc #nc_1-stage-1 .slider .icon-ok {
    font-size: .5rem;
    background: transparent;
    color: #fff;
}

/* 滑块验证码错误样式 */
.ali-checking #nc #nc_1-stage-3 {
    height: 1.5rem;
    text-align: left;
}

.ali-checking #nc #nc_1-stage-3 .title {
    margin: .2rem 0;
    font-size: .3rem;
    word-break: break-all;
}

/* 提交按鈕 */
.tool-btn {
    width: 100%;
    height: .9rem;
    /* line-height: .9rem; */
    margin-top: .26rem;
    background-image: linear-gradient(0deg,
    #ff563f 0%,
    #ff9740 100%);
    border-radius: .45rem;
    color: #fff;
    font-size: .36rem;
}

/* 须知 */
.exChange-index .actv-rules {
    margin-top: .57rem;
    padding: 0 0 .27rem;
    text-align: left;
}

.exChange-index .actv-rules .rules-title {
    margin-bottom: .28rem;
    text-align: center;;
    font-size: 0.32rem;
    position: relative;
    height: 0.3rem;
}

.exChange-index .actv-rules .rules-title:after {
    content: '';
    position: absolute;
    height: .02rem;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    background: #fcbfa7;
}

.exChange-index .actv-rules .rules-title span {
    position: relative;
    z-index: 1;
    width: 1.83rem;
    height: .38rem;
    display: inline-block;
    background: #fff;
}

.exChange-index .actv-rules .rules-title span img {
    width: 1.47rem;
    height: 100%;
}

.exChange-index .actv-rules .rule-content {
    font-size: 0.26rem;
}

.exChange-index .actv-rules .rule-content li {
    line-height: .4rem;
}

/* 底部 */
.footer-box {
    display: inline-block;
    padding: .4rem 0;
    color: #fff;
    font-size: .24rem;
}

/* 弹窗 */
.go-meal-tab-tip {
    position: fixed;
    max-width: 80%;
    height: 3.28rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: .6rem .5rem;
    z-index: 1000;
    background: #fff;
    border-radius: .1rem;
    text-align: center;
    font-size: .32rem;
}

.go-meal-tab-tip p {
    line-height: .5rem;
}

.go-meal-tab-tip span {
    color: #f75e24;
}

.dsn {
    display: none;
}

.go-meal-tab-tip .tool-btn {
    width: 2.8rem;
    height: .82rem;
    font-size: .3rem;
}

.red-font {
    color: red;
}

.tc {
    text-align: center;
}
.dialog-ex{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.7);
    overflow: hidden;
    z-index: 10;
}
.modal-ex{
    position: fixed;
    max-width: 80%;
    height: 3.28rem;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: .6rem .5rem;
    z-index: 1000;
    background: #fff;
    border-radius: .1rem;
    text-align: center;
    font-size: .32rem;
}
.modal-ex p {
    line-height: .5rem;
}

.modal-ex span {
    color: #f75e24;
}

.dsn {
    display: none;
}
.modal-ex .btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .5rem;
}
.modal-ex .btn-box > div {
    width: 2.26rem;
    height: .8rem;
    border-radius: .4rem;
    line-height: .8rem;
    text-align: center;
    font-size: .3rem;
}

.modal-ex .btn-box .close-order {
    background-color: #e9e9e9;
    color: #333;
}

.modal-ex .btn-box .go-pay {
    background-image: linear-gradient(0deg,
    #ff563f 0%,
    #ff9740 100%);
    color: #fff;
}