* {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-family: "微软雅黑";
}

.container {
    width: 100%;
    height: auto;
    position: relative;

}

.header {
    width: 1000px;
    margin: 0 auto;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 220px;
}

.logo img {
    width: 100%;
}

.nav {
    display: flex;
}

.nav a {
    text-decoration: none;
    color: #333333;
    display: block;
    margin-left: 40px;
    font-size: 20px;
}

.nav a:hover {
    color: #005cf3;
}

.banner {
    width: 100%;
    height: 480px;
    background: url(../images/banner.jpg) no-repeat top center;
}

.content {
    width: 100%;

    margin: 0 auto;
    height: auto;
    background: url(../images/bg.jpg) no-repeat top center;
    background-size: 100% auto;
    padding: 30px 0;

}

.main {
    width: 1000px;


    border-radius: 10px;
    margin: 0 auto;
}

.account_box {
    display: flex;
    padding: 0 35px;
    box-sizing: border-box;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    background-color: #152d9a;
    border-radius: 10px;
}

.svip {
    font-size: 38px;
    color: #fff;
}

.input_box input {
    height: 38px;
    width: 480px;
    padding: 4px 10px;
    border: none;
    color: #666;
    font-size: 18px;
    outline: none;
}

.btn button {
    color: #fff;
    font-weight: bold;
    width: 160px;
    height: 46px;
    background: linear-gradient(0deg, #f7660e, #F9B110);
    text-align: center;
    border: none;

}

.detail {
    width: 1000px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 0px 10px 2px rgba(121, 144, 173, 0.3);
    border-radius: 10px;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.footer {
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    color: #fff;
    background-color: #3171e9;
    padding: 30px 0px;
    width: 100%;
}

.lightboxhtml {
    margin-top: 20px;
}

#lightboxhtml-1 {
    margin-top: 0px;
}

.lightboxhtml h1 {
    color: #0049ff;
    font-size: 26px;
    font-weight: bold;
}

.lightboxhtml .red-txt {
    color: #f00;
}

.lightboxhtml p {
    line-height: 200%;
}

.lightboxhtml table {
    border-collapse: collapse;
    border: solid 1px #666;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.lightboxhtml table th {
    color: #0360f4;
    padding: 9px 0px;
    background-color: #e5f2ff;
    border: solid 1px #666;
}

.lightboxhtml table tr {
    text-align: center;

}

.lightboxhtml td {
    border-collapse: collapse;
    border: solid 1px #666;
    padding: 9px 0px;
}

/* 彈窗 */
#lightbox_lightboxbg {
    display: none;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: 1000;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1001;
    width: 950px;
    padding: 45px 55px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

#lightbox-1 {
    width: 900px;
    height: 60%;
    max-height: 100%;
    padding: 0px 0px;
    background-size: 105% 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #005cf3;
}

#lightbox-2 {
    width: 900px;
    height: 55%;
    max-height: 100%;
    padding: 0px 0px;
    background-size: 105% 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #005cf3;
}

/* #lightbox-3 */
/* #lightbox-3{
  width: 1100px;
  height: 95%;
  max-height: 100%;
  padding: 0;
  background-size: 105% 100%;
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #005cf3;
}
#lightbox-3 .lightbox_content{
  height: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
  margin: 0 auto;
  overflow-y: scroll;
  color: #fff;
  text-align: left;
} */

#lightbox-3 .close,
#lightbox-4 .close,
#lightbox-5 .close,
#lightbox-6 .close,
#lightbox-7 .close,
#lightbox-8 .close {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    margin: auto;
    top: .5%;
    right: .5%;
    background: url(../images/close.png) 50% 50% no-repeat;
    cursor: pointer;
}

/* #lightbox-3、4、5、6 */
#lightbox-3,
#lightbox-4,
#lightbox-5,
#lightbox-6,
#lightbox-7,
#lightbox-8 {
    width: 900px;
    height: 95%;
    max-height: 100%;
    padding: 0px 0px;
    background-size: 105% 100%;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #005cf3;
}

#lightbox-3 .lightbox_content,
#lightbox-4 .lightbox_content,
#lightbox-5 .lightbox_content,
#lightbox-6 .lightbox_content,
#lightbox-7 .lightbox_content,
#lightbox-8 .lightbox_content {
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 100vh;
    margin: 0 auto;
    overflow-y: scroll;
    color: #fff;
    text-align: left;
    padding: 50px 20px 20px;
}

#lightbox-3 .lightbox_content {
    padding: 20px 20px 20px;
}

#lightbox-1 .lightbox_content {
    width: 91%;
    height: 90%;
    margin: 0 auto;
    overflow-y: scroll;
    color: #fff;
    text-align: left;
}

#lightbox-2 .lightbox_content {
    width: 90%;
    /* height: 100vh; */
    max-height: 500px;
    margin: 0 auto;
    overflow-y: scroll;
    color: #fff;
    text-align: left;
    transform: translateX(5px);
    margin-top: 50px;
}

.lightbox_content::-webkit-scrollbar {
    transform: translateX(-5px);
    width: 5px;
    background: #f4dec5;
    margin: 0 5px 0 0;
    background: none;
}

.lightbox_content::-webkit-scrollbar-thumb {
    background: #ebcbad;
    background: none;
    border-radius: 5px;
}

#lightbox-1 .close,
#lightbox-2 .close {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 1%;
    right: 1%;
    background: url(../images/close.png) 50% 50% no-repeat;
    cursor: pointer;
}

@keyframes close {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.lightbox_content p {
    line-height: 1.7rem;
    color: #1f1e1e;
    font-size: .9rem;
    margin-top: 22px;
}

.lightbox_content span,
.lightbox_content a {
    /* color: #f7dfaa; */
}

.lightbox table {
    width: 100%;
    background: #fff;
    overflow: hidden;
    margin: 25px 0 0 0;
    border-collapse: collapse;
}

.lightbox table tbody {
    border-radius: 8px;
    border: 1px solid #005cf3;
}

.lightbox table th,
.lightbox table td {
    padding: 7px 0;
    color: #000;
    font-size: .9rem;
    border: 1px solid #005cf3;
}

.lightbox table tr:nth-of-type(1) {
    color: #005cf3;
    background: #dcf2ff;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 8px;
}

.lightbox table tr:nth-of-type(1) td {
    font-size: 1rem;
    color: #005cf3;
    /* width: 50%; */
}

/* 活動詳情 */
#lightbox-1 table {
    margin: 15px 0 0 0;
    text-align: center;
    background: #fff;
}

#lightbox-2 table {
    margin: 25px 0 0 0;
    text-align: center;
    background: #fff;
}

#lightbox-1 table tr:nth-of-type(1) {
    background: #dcf2ff;
    border-bottom: none;

}

#lightbox-1 table tr td {
    border: 1px solid #005cf3;
    border-bottom: none;
    color: #1f1e1e;
}

#lightbox-1 table tr:nth-of-type(1) td {
    border-bottom: none;
    color: #005cf3;
    width: 50%;
}

#lightbox-1 p b {
    color: #d30c00;
}

#lightbox-1 h3,
#lightbox-2 h3 {
    color: #005cf3;
    font-size: 27px;
    /* margin-top: 0;
    margin-bottom: 45px; */
}

@media screen and (max-width: 1920px) and (max-height: 745px) {
    .lightbox_close {
        top: -263%;
    }

    #lightbox-2 {
        height: 70%;
    }
}

@media screen and (max-width: 1440px) and (max-height: 745px) {
    .lightbox_close {
        top: -263%;
    }
}

@media screen and (min-width: 1921px) {
    #lightbox-1 {
        width: 1149px;
        height: 843px;
    }

}

#lightbox-2 {
    height: auto !important;
}

/* 
.lightbox table {
    overflow: auto;
} */