body,
html {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.index-container {
    position: relative;
    box-sizing: border-box;
    padding: 8rem 0 .7rem;
    min-height: 100%;
    background: #ffd8b7 url(../../img/exchangeConfig/index/index_bg.jpg) no-repeat top/100%;
}

.my-exchange, .my-customer {
    z-index: 999;
    position: fixed;
    top: 1.83rem;
    right: 0;
    width: 1.04rem;
    height: .97rem;

}

.exchange-express {
    width: 100%;
}

.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.content input {
    margin-bottom: .18rem;
    box-sizing: border-box;
    padding: .33rem 0 .33rem .3rem;
    width: 6rem;
    height: .94rem;
    font-size: .3rem;
    /*color: #999;*/
    background-color: #fff;
    box-shadow: 0 .09rem .15rem .01rem rgba(255, 107, 30, .07);
    border-radius: .1rem;
    border: solid .01rem #ffab84
}

.content .exchange-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .41rem 0 .3rem;
    width: 6rem;
    height: .9rem;
    font-size: .32rem;
    color: #fff;
    background-image: linear-gradient(180deg,
    #ff8d55 0%,
    #ff550a 100%);
    box-shadow: 0 .16rem .15rem .01rem rgba(255, 107, 30, .34);
    border-radius: .45rem;
}

.content .instructions {
    margin-bottom: .52rem;
    width: 7.5rem;
    height: 2.07rem;
}

footer.hint {
    position: absolute;
    left: 0;
    bottom: .41rem;
    width: 100%;
    text-align: center;
    font-size: .26rem;
    color: #b04d09;
}

#popup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-container {
    position: relative;
    width: 7.17rem;
    height: 7.77rem;
    color: #fffbc4;
    background: url(../../img/exchangeConfig/index/exchange_popup.png) no-repeat top/100%;
}

.popup-container .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -.13rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}


.popup-content .type {
    font-size: .32rem;
}

.product-name-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .2rem;
    height: 1.4rem;
}

.popup-content .product-name {
    width: 3.41rem;
    text-align: center;
    font-size: .36rem;
}


.popup-content .use-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.9rem;
    height: .8rem;
    font-size: .32rem;
    color: #e52b25;
    background-image: linear-gradient(168deg,
    #fff4a2 0%,
    #ff9816 100%),
    linear-gradient(180deg,
            #ff8d55 0%,
            #ff550a 100%);
    background-blend-mode: normal,
    normal;
    border-radius: .4rem;
}

.face-value {
    width: 3.41rem;
    margin: .2rem 0 .45rem;
    text-align: center;
    font-size: .9rem;
}

.face-value .unit {
    font-size: .4rem;
}

.config-exchange-btn {
    margin: .41rem 0 .3rem;
    width: 6rem;
    max-height: .9rem;
}

.config-my-exchange-btn {
    position: fixed;
    top: 1.83rem;
    right: 0;
    width: auto;
    height: .97rem;
}

.user-logo-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: .2rem;
    left: .2rem;
    width: 2.7rem;
    height: .8rem;
}

.user-logo {
    max-width: 100%;
    max-height: 100%;
}

.exchange-process-container {
    display: flex;
    justify-content: center;
    margin-bottom: .3rem;
}

.exchange-process {
    padding: .76rem .44rem .48rem;
    font-size: .28rem;
    color: #612700;
}

.exchange-process p {
    line-height: .46rem;
    text-align: left;
}

.exchange-process img {
    width: 100%;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: underline;
    color: #001ba0;
}

ul,
ol {
    list-style-position: inside;
}

li {
    text-align: left;
}

.use-method ol > li {
    list-style: decimal;
}

.use-method ul > li {
    list-style: disc;
}

/* my-modal */

.modal-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-container {
    padding: .57rem .35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.12rem;
    border-radius: .16rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-size: 100% 100%;
}

.modal-content {
    padding: .2rem;
    width: 100%;
}

.modal-title {
    margin-bottom: .42rem;
    width: 100%;
    font-size: .38rem;
    text-align: center;
    font-weight: bold;
    color: #f15452;
}

.modal-button {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.06rem;
    height: .7rem;
    background-image: linear-gradient(0deg,
    #f4482c 0%,
    #ff7d44 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    border-radius: .35rem;
    font-size: .38rem;
    line-height: .28rem;
    color: #ffffff;
    opacity: 0.65;
}

.modal-btn-bc {
    opacity: 1;
}

.checked-wrap {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    color: #666;
}

input[type=checkbox] {
    -webkit-appearance: auto;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 1px solid #c0c0c0;
    background-color: unset;
}

input[type="checkbox"]:checked {
    background-color: red !important;
    background-size: 20px;
}

.check, .checked {
    width: 20px;
    height: 20px;
}

.modal-content span {
    padding: .2rem 0;
    font-size: .22rem !important;
}

#richText p {
    line-height: 0.42rem;
    font-size: 0.24rem;
    color: #333;
}

#richText {
    line-height: 0.42rem;
    font-size: 0.24rem;
    color: #333;
}

.get-login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: end;
}

.modal-container-get {
    padding: 0 .35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-size: 100% 100%;
}

.modal-content-get {
    width: 100%;
}

.get-title {
    margin-top: .32rem;
    width: 100%;
    font-size: .33rem;
    text-align: center;
    font-weight: bold;
    color: #000;
}


.modal-button-get {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .5rem;
    width: 6.7rem;
    height: 1rem;
    background-image: linear-gradient(20deg,
    #ff3218 0%,
    #ff4b17 100%),
    linear-gradient(
            #fff,
            #fff);
    border-radius: 1rem;
    font-size: .38rem;
    line-height: .28rem;
    color: #fff;
}

.golden-code-input-warp input {
    display: block;
    margin: 0;
    border: none;
    line-height: .5rem;
    background-color: transparent;
    font-size: .3rem;
    outline: none;
}

.golden-code-input-warp::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform-origin: 0 0;
    transform: scale(.5);
    border-radius: .2rem;
    pointer-events: none;
}

.golden-code-input-warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: .5rem auto;
    padding: .12rem 0 0 .24rem;
    width: 6.8rem;
    height: .9rem;
    box-sizing: border-box;
    border-bottom-color: #ccc;
}
.golden-code-btn {
    position: relative;
    width: 1.94rem;
    height: .4rem;
    font-size: .3rem;
    cursor: pointer;
    text-align: center;
    line-height: .38rem;
    color: #ff3419;
}
.golden-code-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}

/*同步的*/
.send-code input {
      display: block;
      margin: 0;
      border: none;
      line-height: .5rem;
      background-color: transparent;
      font-size: .3rem;
      outline: none;
  }

.send-code::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    transform-origin: 0 0;
    transform: scale(.5);
    border-radius: .2rem;
    pointer-events: none;
}

.send-code {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 6rem;
    height: .9rem;
    font-size: .3rem;
    color: #999;
    background-color: #fff;
    box-shadow: 0 .09rem .15rem .01rem rgba(255, 107, 30, .07);
    border-radius: .1rem;
    border: solid .01rem #ffab84
}
.sync-btn {
    position: relative;
    width: 2.94rem;
    height: .4rem;
    font-size: .3rem;
    cursor: pointer;
    text-align: center;
    line-height: .38rem;
    color: #ff3419;
}
.sync-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ccc;
}