* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: PingFang SC;
}

a {
    text-decoration: none;
    color: #ffffff;
}

html,
body {
    background: #0D0F1A;
}

li {
    list-style: none;
}

#app {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: #ffffff;
}

.header {
    width: 100%;
    height: 50px;
    background-color: #131624;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    z-index: 1000;
}

.header .logo img {
    width: 80px;
}

.header button {
    width: 82px;
    height: 30px;
    background-image: linear-gradient(270deg, #fa0874 0%, #ffc446 100%);
    border-radius: 18px;
    border: none;
    cursor: pointer;
    color: #ffffff;
}

.header .right-con {
    display: flex;
    align-items: center;
}

.header .right-con img {
    width: 20px;
    margin-right: 8px;
}

.container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 80px;
}

.container .banner {
    height: auto;
    position: relative;
    font-size: 0;
}

.container .banner .info {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 25px;
    padding-left: 20px;
}

.container .banner .info .title {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.container .banner .info .ltitle {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.container .banner .info button {
    margin-top: 15px;
    width: 111px;
    height: 36px;
    background-image: linear-gradient(0deg, #ff4183 0%, #d91a60 100%);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .banner .info button img {
    width: 17px;
    margin-right: 8px;
}

.container .banner img {
    width: 100%;
}

.bgtitle {
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #d5d5d5;
    padding: 20px 10px;
}

.bgtitle .more {
    float: right;
    font-size: 12px;
    width: 72px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #4c4e5a;
    border-radius: 6px;
}

.bgtitle .more img {
    width: 12px;
}

.c1 {
    padding: 0 10px;
}

.c1 .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: flex-start;
}

.c1 .list .item {
    overflow: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c1 .list .item .img {
    width: 95%;
    height: 90px;
    position: relative;
}

.c1 .list .item .img .text {
    padding: 0 8px;
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #000000;
    border-radius: 0px 0px 8px 9px;
    opacity: 0.6;
    bottom: 0;
    left: 0;
    font-size: 8px;
    display: flex;
    justify-content: space-between;
}

.c1 .list .item .img .text .see img {
    width: 11px;
    height: 6px;
    margin-right: 4px;
}

.c1 .list .item img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.c1 .list .item .info {
    width: 95%;
    margin-top: 12px;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #adadad;
}

.c1 .list .item .info .timeHtml {
    color: #adadad;
}

.jiesuo {
    margin: 50px 10px 10px 10px;
}

.jiesuo img {
    width: 100%;
    border-radius: 10px;
}

.d1 {
    padding: 0 10px;
}

.d1 .list {
    display: flex;
    margin-bottom: 20px;
}

.d1 .list .item {
    width: 50%;
    display: flex;
}

.d1 .list .item .info {
    padding-left: 8px;
}

.d1 .list .item .info .name {
    height: 20px;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #d5d5d5;
    margin-top: 3px;
}

.d1 .list .item .info .number {
    height: 17px;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #adadad;
    margin-top: 4px;
}

.d1 .list .item img {
    width: 52px;
    height: 52px;
    background-image: linear-gradient(90deg, );
    border-radius: 8px;
}

.footer {
    width: 100%;
    height: 66px;
    background-image: linear-gradient(0deg, #2d324d 0%, #070a15 100%);
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.footer>a {
    flex: 1;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
}

.footer>a img {
    height: 18px;
    margin-bottom: 5px;
}

.footer>a.active {
    color: #ffbc48;
}

.dialog2 {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    z-index: 1001;
    display: none;
}

.dialog2 .con {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog2 .con .content {
    width: 280px;
    border-radius: 10px;
    position: relative;
}

.dialog2 .con .content .address {
    width: 260px;
    height: 23px;
    line-height: 23px;
    background-color: #e04b7f;
    border-radius: 4px;
    position: absolute;
    font-size: 12px;
    text-align: left;
    display: flex;
    top: 200px;
    left: 10px;
}

.dialog2 .con .content .address .text {
    width: 100px;
    transform: scale(0.7);
    line-height: 23px;
    display: inline-block;
}

.dialog2 .con .content .address #copy {
    width: 155px;
    text-align: right;
}

.dialog2 .con .content img {
    width: 100%;
    border-radius: 10px;
}

.dialog2 .con .content .qrcode {
    width: 100%;
    height: 160px;
    border-radius: 10px;
    position: absolute;
    top: 70px;
    left: 0;
}

.dialog2 .con .content .qrcode .list {
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 35px;
}

.dialog2 .con .content .qrcode .list button.disabled {
    color: #a0a0a0;
    background-color: #e2e2e2;
}

.dialog2 .con .content .qrcode .list .text {
    flex: 1;
}

.dialog2 .con .content .qrcode .list button {
    margin-left: 15px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 10px;
    letter-spacing: 0px;
    width: 79px;
    height: 24px;
    border-radius: 15px;
    background-color: #fff8e1;
    color: #8b405b;
}

.dialog2 .con .content .qrcode .list img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.dialog2 .con .content .qrcode img {
    width: 100%;
    height: 100%;
}

.dialog2 .con .content #timeText {
    position: absolute;
    top: 106px;
    right: 40px;
    font-size: 20px;
    font-weight: bold;
}

#pay {
    display: none;
}

#btn {}


/* .dialog .con #btn img{
    width: 280px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
} */

.search {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.search input {
    flex: 1;
    height: 35px;
    border-radius: 8px;
    border: none;
    color: #333333;
    padding: 0 30px 0 15px;
}

.search img {
    width: 25px;
    position: absolute;
    top: 16px;
    right: 15px;
}

.tip {
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    padding: 0 10px;
}

.tip>div a {
    display: block;
    background-color: #424558;
    color: #b8babc;
    width: 52px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 5px 2px 0;
    border-radius: 99px;
}

#loginHeader {
    display: none;
}

#dialog3 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 14px;
    font-weight: 400;
}

#dialog3 p {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}

#dialog3 .con .content {
    width: 280px;
    border-radius: 10px;
    position: relative;
    background: #3b3b3b;
    padding: 20px;
}