html,
body {
    margin: 0;
    padding: 0;
    background-color: #F2F3F4;
}

.container {
    padding-bottom: 100px;
}

.container .header {
    position: sticky;
    top: 0;
    z-index: 99;
    padding: 15px;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
}

.container .card-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.container .card {
    position: relative;
    background-color: #ededed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 96px;
    width: 150px;
}

.container .item {
    margin-top: 20px;
    background-color: #fff;
}

.container .item .title {
    padding: 10px 15px;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #E9E9E9;
}

.container .body .content {
    padding: 10px 15px;
    font-size: 0;
}

.container .body .content img {
    width: 100%;
}

.container .item .radio-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .item .radio-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    align-items: center;
}

.container .item .radio-item .r-con {
    display: flex;
    flex-direction: column;
}

.container .item .radio-item .r-con .price {
    font-size: 14px;
    color: #FF585C;
}

.container .item .radio-item .r-con .name {
    font-size: 14px;
    color: #666666;
}

.container .item .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

.container .item .form .input-item {
    width: 100%;
    margin-bottom: 10px;
}

.container .item .form .mui-btn {
    border: 1px solid rgba(0, 0, 0, .2) !important;
    padding: 10px 15px;
}

.container .item .form .input-item .input-title {
    font-size: 14px;
    color: #A1A1A1;
}

.container .item .form .input-item .mui-input-row input {
    height: 47px;
}

.footer {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 1px 0 2px #4F8AEB;
    height: 60px;
    line-height: 60px;
    z-index: 99;
}

.footer .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: initial;
    flex: 1;
    padding-left: 15px;
    color: #FE4365;
}

.footer .right {
    background-color: #4F8AEB;
    color: #fff;
    width: 150px;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    border: none;
}

.pay-content .pay-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pay-content .pay-info img {
    height: 30px;
    width: 30px;
}

.pay-content .pay-info .text {
    font-size: 14px;
    margin-left: 10px;
}

.wxtip {
    background: #999;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}

.wxtip-icon {
    width: 67px;
    height: 67px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.wxtip-txt {
    margin-top: 107px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
