* {
    padding: 0;
    margin: 0;
}


*::-webkit-scrollbar {
    display: none !important;
}

body,
html {
    height: 100%;
    width: 100%;
}


.container {
    background-color: #1f150c;
    overflow: auto;
}

#show_btn {
    width: 100%;
    margin: 0 auto;
}

.van-overlay,.van-overlay-dialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.action-sheet {
    position: fixed;
    display: flex;
    flex-direction: column;
    max-height: 80%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    transform: transform .3s;
    padding: 0 20px;
    background: #1c1c1e;
    color: #f5f5f5;
    border-radius: 16px 16px 0 0;
    z-index: 2003;
    display: none;
}

.action-sheet h2 {
    padding: 15px 0;
}

.action-sheet p {
    padding-top: 5px;
    padding-bottom: 8px;
}

.bag {
    flex: 1 auto;
    overflow-y: auto;
}

.guide-header .app {
    position: relative;
    margin-top: 30px;
    margin-bottom: 10px;
}

.guide-header .name {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.guide-header .van-image__img {
    border-radius: 12px;
    width: 100%;
    height: 100%;
}

.close {
    position: absolute;
    right: 0;
    top: 0;
}

.close img {
    width: 30px;
    height: 30px;
}

.info {
    margin-left: 20px;
}

.tip {
    margin: 8px 0;
    font-size: 15px;
    color: #929292;
}

.btn {
    margin-top: 15px;
}

.action-sheet .van-button {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 999px
}


#star {
    display: flex;
    align-items: center;
}

#star b {
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}

.top_b {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3a3a3c;

}

.top_b>div div {
    font-weight: 700;
    font-size: 15px;
}

.top_b p {
    font-weight: normal;
}

.jieshao {
    border-bottom: 1px solid #3a3a3c;
}

.jieshao p {
    margin-top: 10px;
    font-size: 14px;
}

.new {
    border-bottom: 1px solid #3a3a3c;
}

.new div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pinglun {
    border-bottom: 1px solid #3a3a3c;
}

.pinglun>div {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pinglun .left {
    text-align: center;
}

.pinglun .left div {
    font-size: 25px;
}

.pinglun .right {
    text-align: right;
}

.information_xia p {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #3a3a3c;
}

.information_xia p span:last-child {
    font-size: 14px;
}

.information .yin {
    color: #0059ff;
    margin-top: 10px;
}

.mian {
    font-size: 14px;
    text-align: center;
}

.mian p {
    margin-bottom: 5px;
    text-align: left;
}


.van-dialog {
    position: fixed;
    width: 80%;
    font-size: 16px;
    max-height: 100%;
    box-sizing: border-box;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: calc(100vw - 32px);
    margin: 0 auto;
    backface-visibility: hidden;
    transition: .3s;
    transition-property: transform, opacity;
    top: 50%;
    overflow: hidden;
    background: #1c1c1e;
    border-radius: 16px;
    display: none;
}

.van-dialog__message {
    color: #f5f5f5;
    padding: 26px 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 600;
}

.van-dialog__message .codeinfo{
    padding: 10px;
    width: 100%;
    background: #37363b;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.van-dialog__message p{
    font-size: 14px;
}

.van-dialog__footer {
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #3a3a3c
}

.van-dialog .van-button {
    box-sizing: border-box;
    height: 44px;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: opacity .2s;
    -webkit-font-smoothing: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    color: #f5f5f5;
    background: #1c1c1e;
    width: 100%;
    border: 0;
    border-radius: 0;
    flex: 1;
    margin: 0;
}

.van-dialog .van-button.van-dialog__confirm{
    color: #1989fa; 
    border-left: 1px solid #3a3a3c;
}

.van-dialog__header {
    color: #f5f5f5;
    padding-top: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
}



@media screen and (min-width: 768px) {

    html,
    body {
        width: 414px;
        margin: 0 auto;
        position: relative;
    }

    .action-sheet {
        width: 414px;
        margin: 0 auto;
        left: 50% !important;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    .van-dialog {
        width: 320px;
        margin: 0 auto;
    }
}