/*================================== 公共样式开始 =====================================*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html, body {
    font-family: 微软雅黑;
    background: #F7F7F7;
}

.pageContent {
    width: 100%;
    background: url(../img/bg001.png) no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
}

#startPageBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background: white;
}

#startPageBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.header {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header > img {
    width: 25%;
}

.header .iconBox {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    margin-left: 10px;
}

.header .icon p {
    color: black;
}

.header .icon img {
    width: 20px;
    margin-bottom: 3px;
}

.header .title {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

.header .title img {
    height: 20px;
    margin-left: 5px;
}

.service {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    /* 添加动画效果 */
    animation: btnAnimation 1s infinite;
}

.service img {
    width: 100%;
}

@keyframes btnAnimation {
    0% {
        transform: scale(1); /* 初始大小 */
    }
    50% {
        transform: scale(1.1); /* 放大到 1.2 倍 */
    }
    100% {
        transform: scale(1); /* 缩小回初始大小 */
    }
}


.advertising {
    width: calc(100% - 40px);
    background: white;
    margin: 10px auto;
    padding: 10px;
    border-radius: 20px;
}

.advertising .title {
    display: flex;
    align-items: center;
    font-size: 17px;
}

.advertising .title span {
    font-size: 12px;
}

.advertising .title img {
    width: 25px;
}

.slides {
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.slides .mTempWrap {
    width: 100%;
    border-radius: 15px;
}

.slides .slidesElement {
    width: 100%;
    position: relative;
}

.slides .slidesElement img {
    width: 100%;
}

.slides .slidesElement p {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    color: white;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 0 0 0 10px;
}

.slides .tabs {
    width: 100%;
    position: absolute;
    bottom: 5px;
}

.slides .tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.slides .tabs ul li {
    background: rgb(255 255 255 / 40%);
    font-size: 12px;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    margin: 5px;
}

.slides .tabs ul li.current {
    background: white;
}

/*================================== 公共样式结束 =====================================*/


/*================================== 首页样式开始 =====================================*/
.index .marquee {
    width: 100%;
    padding: 10px;
    background: #FEF0D6;
    color: #A15023;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
}

.index .marquee img {
    width: 20px;
    margin: 0 5px 0 10px;
}

.index .menu {
    width: calc(100% - 40px);
    background: #ffffff52;
    margin: 10px auto;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
}

.index .menu .content {
    color: #252525;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index .menu .content img {
    width: 50px;
    margin-bottom: 3px;
}

.index .useSetMeal {
    width: calc(100% - 40px);
    margin: 10px auto;
    background: white;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .useSetMeal > div {
    display: flex;
    align-items: center;
}

.index .useSetMeal img {
    width: 65px;
    margin-right: 10px;
}

.index .useSetMeal button {
    background: #F6F4DB;
    border: 0;
    color: #d99930;
    padding: 5px 10px;
    border-radius: 20px;
}

.index .cardInfo {
    width: calc(100% - 40px);
    margin: 10px auto;
    background: white;
    border-radius: 20px;
    padding: 20px;
}

.index .flowInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index .flowInfo .content {
    color: #252525;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.index .flowInfo .content p:last-child {
    color: #8e8e8e;
    margin-top: 5px;
}

.index .flowInfo .flowFlag p  {
    margin-top: 0px !important;
}

.index .flowInfo .content img {
    width: 30px;
    margin-bottom: 3px;
}

.index .flowInfo .content span {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.index .flowInfo .switch  {
    background: #5FB35B;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .flowInfo .switch img  {
    width: 10px;
    margin-left: 3px;
}

.index .otherInfo {
    padding: 5px 15px;
    background: #F7F8FA;
    border-radius: 10px;
    margin: 10px 0;
    position: relative;
}

.index .otherInfo .triangle {
    width: 25px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.index .otherInfo .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 14px;
}

.index .otherInfo .content .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .otherInfo .content img {
    width: 20px;
    margin-right: 10px;
}

.index .otherInfo .content .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index .otherInfo .content .right span:nth-child(2) {
    color: #488ec7;
    border-bottom: 1px solid #488ec7;
    margin-left: 15px;
}

.index .cardInfo .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index .cardInfo .button img {
    width: 45%;
    margin: 0 2.5%;
}

/*================================== 首页样式结束 =====================================*/


/*================================== 更多样式开始 =====================================*/
.more .menu {
    width: calc(100% - 40px);
    background: #ffffff;
    margin: 10px auto;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.more .menu .content {
    width: calc(100% / 4);
    color: #252525;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
}

.more .menu .content img {
    width: 50px;
    margin-bottom: 3px;
}

.more .menu .title {
    width: 100%;
}

.more .menu .title p {
    width: calc(100% / 4);
    text-align: center;
    font-size: 16px;
}

.more .other {
    width: calc(100% - 40px);
    background: #ffffff;
    margin: 10px auto;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.more .other .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more .other .left img {
    width: 80px;
    margin-right: 10px;
}

.more .other .left p:last-child {
    font-size: 12px;
    color: #989696;
}

.more .other .left p:first-child {
    font-size: 17px;
    margin-bottom: 5px;
}

.more .other .right {
    width: 110px;
    color: white;
    background: #fd5e5a;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
}

/*================================== 更多样式结束 =====================================*/


/*================================== 失联开始结束 =====================================*/
.preventVanish .collect {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 85%);
    color: white;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
}

.preventVanish .collect .arrows {
    width: 100%;
    padding: 10px 25px;
    text-align: right;
}

.preventVanish .collect .arrows img {
    width: 150px;
}

.preventVanish .collect button {
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 10px 30px;
    margin-top: 15px;
    font-size: 22px;
    border-radius: 30px;
}

/*================================== 失联样式结束 =====================================*/


/*================================== APP下载样式开始 =====================================*/
.appDownload iframe {
    width: 100%;
    height: calc(100vh - 60px);
}

.appDownload .download {
    width: 100%;
    position: relative;
}

.appDownload .download img {
    width: 100%;
}

.appDownload .download .content {
    width: 100%;
    padding: 20px;
    position: absolute;
    top: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.appDownload .download .left {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.appDownload .download .left img {
    width: 100%;
}

.appDownload .download .right {
    width: 35%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.appDownload .download .content .right > div {
    width: 90%;
    background: #2992f7;
    color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.appDownload .download .content .right .icon {
    width: 90px;
    height: 90px;
    font-size: 14px;
    padding: 5px;
}

.appDownload .download .content .right .button {
    padding: 10px;
    border-radius: 30px;
    font-size: 15px;
}

.appDownload .download .content .right img {
    width: 60px;
    margin-bottom: 5px;
}

/*================================== APP下载样式结束 =====================================*/

/*================================== 常见问题样式开始 =====================================*/
.commonProblem .list {
    width: 100%;
}

.commonProblem .list > div {
    width: 95%;
    margin: 10px auto;
    padding: 20px;
    border-radius: 10px;
    background: rgb(195 195 195 / 25%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commonProblem .list > div img {
    width: 20px;
}

/*================================== 常见问题样式结束 =====================================*/


/*================================== 智能诊断样式开始 =====================================*/
.smartDiagnose .animation {
    width: 100%;
    margin-bottom: 10%;
    background: url(../img/icon043.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}

.smartDiagnose .animation > img {
    width: 50%;
}

.smartDiagnose .animation .text {
    position: absolute;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -30px;
}

.smartDiagnose .animation .text img {
    width: 50px;
    margin-bottom: 10px;
}

.smartDiagnose .animation .text #testingResult {
    font-size: 25px;
    font-weight: bold;
}

.smartDiagnose .animation .text p:last-child {
    font-size: 20px;
    margin-top: 5px;
}

.smartDiagnose .result {
    width: 90%;
    z-index: 2;
    margin-top: -10%;
}

.smartDiagnose .result .content {
    background: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 15px;
    display: none;
}

.smartDiagnose .result .content .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.smartDiagnose .result .content .top .title {
    width: 30%;
    display: flex;
    align-items: center;
    line-height: 22px;
}

.smartDiagnose .result .content .top .title img {
    width: 22px;
    margin-right: 5px;
}

.smartDiagnose .result .content .top .flag {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a8a8a8;
}

.smartDiagnose .result .content .top .flag img {
    width: 20px;
    margin-right: 5px;
}

.smartDiagnose .result .content .top .switch {
    width: 30%;
    color: #868686;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.smartDiagnose .result .content .top .switch img {
    width: 15px;
    margin-left: 5px;
}

.smartDiagnose .result .content .bottom {
    color: #a8a8a8;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e6e5e5;
}

.smartDiagnose .anewDiagnose {
    width: 90%;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    font-size: 18px;
    background: linear-gradient(to left, #1971f7, #4da5fe);
    color: white;
    margin: 20px 0;
    letter-spacing: 2px;
    display: none;
}


/*================================== 智能诊断样式结束 =====================================*/


/*================================== 赠送金样式开始 =====================================*/
.giftMoney {
    background: url(../img/money_bg01.png) no-repeat;
    background-size: contain;
}

/*================================== 赠送金样式结束 =====================================*/


/*================================== 余额充值样式开始 =====================================*/

.wallet .walletBox {
    width: calc(100% - 40px);
    margin: 10px auto;
    background: white;
    padding: 15px;
    border-radius: 10px;
}

.wallet .walletBox .title {
    margin-bottom: 10px;
    font-size: 15px;
    color: #8f8f8f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wallet .walletBox .title .line {
    width: calc(50% - 65px);
    height: 1px;
    background-color: #e3e3e3;
}

.wallet .walletBox .walletList {
    display: flex;
    flex-wrap: wrap;
}

.wallet .walletBox .walletList .content {
    width: calc(100% / 3 - 6px);
    margin: 3px;
    border-radius: 10px;
    border: 1px solid #E1DFDF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.wallet .walletBox .walletList .content.selected {
    border: 1px solid #C44F32;
    background: #FDF0EA;
}


.wallet .walletBox .walletList .content.selected:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/icon055.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
}
.setMeal .mealBox .content .top .introduce .hotDes {
    font-size: 10px;
    color: #f95434;
    border-radius: 5px;
    border: 1px solid #f95434;
    padding: 0 5px;
    margin-right: 5px;
}
.wallet .walletBox .walletList .content .desss {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    background: linear-gradient(to right, #f37934, #ff2e66);
    color: white;
    padding: 2px 5px;
    border-radius: 0 0 6px 0;
    display: none;
}

.wallet .walletBox .walletList .content .money {
    color: #585858;
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    font-weight: bold;
}

.wallet .walletBox .walletList .content .money.b {
    display: none;
}

.wallet .walletBox .walletList .content .money span {
    font-size: 20px;
}

.wallet .walletBox .walletList .content .money .realPay {
    font-size: 12px;
}

.wallet .walletBox .walletList .content.selected .money.b {
    background: linear-gradient(to bottom, #f37934, #ff2e66);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.wallet .walletBox .walletList .content.selected .money.a {
    display: none;
}

.wallet .walletBox .walletList .content.selected .money.b {
    display: block;
}

.wallet .walletBox .walletList .content .des.a {
    color: #fd4425;
    font-size: 13px;
    font-weight: bold;
}

.wallet .walletBox .walletList .content .des.b {
    color: #AAAAAA;
    text-decoration: line-through;
    font-size: 8px;
    display: none;
}

.wallet .walletBox .walletList .content .des.b span {
    font-size: 12px;
}

.wallet .walletBox .walletList .content.selected .des.a {
    display: none;
}

.wallet .walletBox .walletList .content.selected .des.b {
    display: flex;
    align-items: center;
}

.wallet .presentMoney {
    width: calc(100% - 40px);
    background: white;
    padding: 15px;
    margin: 0 auto 10px auto;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wallet .presentMoney .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bolder;
}

.wallet .presentMoney .left img {
    width: 20px;
    margin-right: 10px;
}

.wallet .presentMoney .right {
    color: red;
}

.wallet .payBtn {
    width: 60%;
    background: linear-gradient(to bottom, #560afd, #ce25f9);
    color: white;
    padding: 15px 0;
    font-size: 18px;
    border-radius: 40px;
    text-align: center;
    display: none;
}

/*================================== 余额充值样式结束 =====================================*/


/*================================== 套餐订购样式开始 =====================================*/
.setMeal {

}

.setMeal .setMealBox {
    width: calc(100% - 40px);
    margin: 10px auto;
    background: white;
    border-radius: 15px;
    overflow: auto;
    margin-bottom: 120px;
}

.setMeal .setMealBox .gradBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setMeal .setMealBox .gradBox .content {
    width: 50%;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    background: #F4F4F4;
    font-weight: bolder;
}

.setMeal .setMealBox .gradBox .content.active {
    background: linear-gradient(150deg, #f37934, #ff2e66);
    color: white;
}

.setMeal .mealBox {
    padding: 15px;
}

.setMeal .greyFlag {
    background: #efefef;
}

.setMeal .greyFlag div {
    filter: grayscale(100%);
}

.setMeal .mealBox .greyFlag:after {
    content: '';
    position: absolute;
    background: url(../img/icon069.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.setMeal .mealBox .content {
    position: relative;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #E1DFDF;
    margin-bottom: 15px;
    overflow: hidden;
    display: none;
}

.setMeal .mealBox .content .lockMeal {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 70%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.setMeal .mealBox .content .lockMeal button {
    width: 50%;
    border-radius: 20px;
    border: 0;
    padding: 10px;
    background: white;
    color: #fd3b5e;
}

.setMeal .mealBox .content.selected {
    border: 1px solid #C44F32;
    background: #FDF0EA;
}

.setMeal .mealBox .content.selected:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../img/icon058.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 25px;
}

.setMeal .mealBox .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
    margin-top: 16px;
}

.setMeal .mealBox .content .top .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bolder;
}

.setMeal .mealBox .content .top .title img {
    width: 20px;
    margin-right: 3px;
}

.setMeal .mealBox .content .top .introduce {
    display: flex;
    align-items: center;
    line-height: 16px;
}

.setMeal .mealBox .content .desss {
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
    color: #FFF;
    font-size: 12px;
    border-radius: 7px 0 13px 0;
    background: #fc385e;
}

@font-face {
    font-family: AlibabaPuHuiTi-Bold;
    font-weight: bold;
    font-style: normal;
    src: url(../fonts/AlibabaPuHuiTi-3-85-Bold.ttf) format('truetype')
}

.setMeal .mealBox .content .desss span{
    display: inline-block;
    min-width: min-content;
    white-space: normal;
    padding: 1px 15px;
    font-family: AlibabaPuHuiTi-Bold;
}

.setMeal .mealBox .content .dess {
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 30%;
    z-index: 3;
    color: #FFF;
    font-size: 12px;
    border-radius: 0 0 13px 13px;
    background: linear-gradient(to right, #f47338, #ff2f65);
}

.setMeal .mealBox .content .dess span{
    display: inline-block;
    min-width: min-content;
    white-space: normal;
    padding: 1px 15px;
    font-family: AlibabaPuHuiTi-Bold;
}

.setMeal .mealBox .content .top .introduce .money {
    color: #eb0606;
}

.setMeal .mealBox .content .bottom {
    color: #787878;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
}

.setMeal .mealBox .content .bottom img {
    width: 15px;
    margin-right: 5px;
}

.setMeal .mealBox .lookMore {
    font-size: 13px;
    color: #0080CC;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.setMeal .mealBox .lookMore img {
    width: 10px;
    margin-left: 5px;
}

.setMeal .payInfo {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 999;
}

.setMeal .payInfo .activityMoney {
    background: #f7f7f7;
    padding: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setMeal .payInfo .activityMoney span:last-child {
    color: #EE0608;
    display: flex;
    align-items: center;
}

.setMeal .payInfo .activityMoney img {
    width: 6px;
    margin-left: 5px;
}

.setMeal .payInfo .payBox {
    width: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.setMeal .payInfo .payBox .total {
    padding-left: 20px;
    color: #6c6c6c;
}

.setMeal .payInfo .payBox .total span:first-child {
    color: #eb0606;
    font-weight: bolder;
    font-size: 16px;
}

.setMeal .payInfo .payBox .total span:last-child {
    color: #eb0606;
    font-size: 14px;
}

.setMeal .payInfo .payBox .btn {
    width: 35%;
    padding: 15px;
    background: linear-gradient(150deg, #f37934, #ff2e66);
    color: white;
    letter-spacing: 3px;
    text-align: center;
}

/*================================== 套餐订购样式结束 =====================================*/

/*================================== 支付页样式开始 =====================================*/
.payPage {
    padding-top: 10px;
}

.payPage .setMealInfo {
    width: calc(100% - 40px);
    background: white;
    margin: 5px auto;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.payPage .setMealInfo .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bolder;
    margin-bottom: 10px;
}

.payPage .setMealInfo .top div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bolder;
}

.payPage .setMealInfo .top div:last-child {
    color: red;
}

.payPage .setMealInfo .top img {
    width: 20px;
    margin-right: 10px;
}

.payPage .setMealInfo .bottom {
    font-size: 12px;
    color: #787878;
}

.payPage .couponMoney {
    width: calc(100% - 40px);
    background: white;
    padding: 15px;
    margin: 5px auto;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payPage .couponMoney .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bolder;
}

.payPage .couponMoney .left img {
    width: 20px;
    margin-right: 10px;
}

.payPage .couponMoney .right {
    color: red;
}

.payPage .payMethod {
    width: calc(100% - 40px);
    background: white;
    margin: 5px auto;
    padding: 15px;
    border-radius: 10px;
}

.payPage .payMethod .title {
    font-weight: bolder;
}

.payPage .payMethod .payList {

}

.payPage .payMethod .payList .hint {
    color: #FA6730;
    font-size: 12px;
    margin: 10px 0;
}

.payPage .payMethod .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.payPage .payMethod .content .left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.payPage .payMethod .content .left img {
    width: 25px;
    margin-right: 10px;
}

.payPage .payMethod .content .left span {
    color: red;
    margin-left: 5px;
    font-size: 10px;
}

.payPage .payMethod .content .right {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pay{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay .payInfo {
    width: calc(100% - 40px);
    padding: 10px;
    position: fixed;
    bottom: 10px;
    z-index: 999;
}

.pay .payInfo .button {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    text-align: center;
    background: url("../img/btn_bg.png") no-repeat;
    background-size: 100% 100%;
    color: white;
}

.pay .payInfo .button > div:first-child {
    width: 40%;
    font-size: 20px;
    line-height: 44px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.pay .payInfo .button > div:last-child {
    width: 60%;
    padding: 10px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pay .payInfo .button > div:last-child p {
    font-size: 10px;
}

.pay .payInfo .button .originalPrice {
    font-size: 12px;
    font-weight: normal;
    text-decoration: line-through;
    color: #959595;
    margin-left: 5px;
}

.pay .payInfo .deal {
    color: black;
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

.pay .payInfo .deal > span {
    color: #bc9845;
}

.payPage .radioType {
    width: 18px;
    height: 18px;
    appearance: none;
    position: relative;
}

.payPage .radioType:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #cccccc;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.payPage .radioType:checked:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #C44F32;
    background: linear-gradient(to right, #f37934, #ff2e66);
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
}

.payPage .radioType:checked:after {
    content: '';
    width: 8px;
    height: 4px;
    border: 2px solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    vertical-align: middle;
    transform: rotate(-45deg);
}


/*================================== 支付页样式结束 =====================================*/

/*================================== 转圈动画样式开始 =====================================*/
.rotating {
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/*================================== 转圈动画样式结束 =====================================*/



/*================================== 弹窗样式开始 =====================================*/
.dialogBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
}

.dialogBox .img {
    width: 80%;
}

.dialogBox .close {
    width: 30px;
    margin-top: 30px;
}
/*================================== 弹窗样式结束 =====================================*/