@charset "utf-8";

html, body, div, span, input, textarea, img {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

input, textarea {
    outline: none;
    resize: none;
    overflow: hidden;
    background-color: #fff;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0;
    text-shadow: none;
}

body {
    font: 12px Arial,Helvetica,sans-serif;
    position: relative;
    background: #BABBBF;
    color: #615959;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

a, a:link, a:visited {
    color: #2796e1;
    text-decoration: underline;
}


.clearfix{
    zoom:1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.button, .point {
    cursor: pointer;
}

.hide {
    display: none;
}

.wrapper {
    max-height: 752px;
    max-width: 1024px;
    width: 95vw;
    height: calc(95vw * 0.734); /* 保持长宽比例约为 752:1024 */
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* 添加媒体查询，在较小屏幕上进一步调整 */
@media screen and (max-width: 1100px) {
    .wrapper {
        width: 90vw;
        height: calc(90vw * 0.734);
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 95vw;
        height: calc(95vw * 0.734);
    }
}

.box {
    background-color: #fff;
    /* border-radius: 3px; */
}

.box_header {
    padding-left: 20px !important;
    padding: 8px;
    border-bottom: 1px solid #e2e2e2;
    background: #2563eb !important;
    color: #fff;
    padding-left: 20px;
    /* border-top-left-radius: 3px; */
    /* border-top-right-radius: 3px; */
}
.box_header_title{
    color:black;
    padding-left: 20px !important;
    padding: 8px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 20px;
}
.box-con{
    height: calc(100% - 36px);
    overflow-y: auto;
}


.vip .box_header {
    background: url(images/vip/script_4.png) #fceca6 repeat-x 0 -81px;
}

.panel > .scroll, .list > .scroll {
    position: absolute;
    width: 4px;
    top: 0;
    right: 1px;
    background: #c2c3c3;
    border-radius: 3px;
    z-index: 1000;
}

.scroll.move {
    cursor: pointer;
}