/* pop */
@font-face {
    font-family: "fz";
    src: url(https://static.web.sdo.com/bfo/pic/act_bfo/202606duanwu/fz.TTF);
}

#mask {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
}

.pop {
    position: absolute;
    z-index: 200;
    width: 810px;
    height: 673px;
    padding: 103px 19px 0 28px;
    box-sizing: border-box;
    color: #103e13;
    display: none;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202606duanwu/pop.png) no-repeat;
}

.pop .close {
    position: absolute;
    top: 44px;
    right: 53px;
    display: block;
    width: 27px;
    height: 27px;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202606duanwu/pop_close.png) no-repeat;
}

.pop .pop_title {
    font-size: 34px;
    font-family: 'fz';
    text-align: center;
    line-height: 68px;
}

.pop .pop_con {
    width: 690px;
    height: 420px;
    line-height: 30px;
    font-size: 17px;
    margin: 0 auto;
    overflow-y: auto;
}

.pop .pop_con a {
    color: inherit;
    text-decoration: underline;
}

.pop .pop_con td {
    vertical-align: top;
}

.pop .pop_btn {
    display: flex;
    justify-content: center;
}

.pop .pop_btn a {
    width: 212px;
    height: 54px;
    margin: 0 50px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 46px;
    text-shadow: 0 1px 2px #000;
    background: url(https://static.web.sdo.com/bfo/pic/act_bfo/202606duanwu/pop_btn.png) no-repeat;
}

.pop .pop_con::-webkit-scrollbar {
    width: 10px;
}

.pop .pop_con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0a4903;
    cursor: pointer;
}

.pop .pop_con::-webkit-scrollbar-track {
    background: transparent;
}

.pop_table {
    width: 100%;
}

.pop_table td {
    font-size: 16px;
    line-height: 48px;
    text-align: center;
}

/*.pop_table tr:first-child td {
    border-bottom: solid 1px #103e13;
}*/

.pop_table2 {
    padding-left: 152px;
    padding-right: 50px;
}

.pop_table2 tr td:first-child {
    width: 128px;
}


.pop_table3 {
    width: 100%;
}

.pop_table3 td {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.pop_table3 tr {
    margin-bottom:20px;
}

#confirm_pop .pop_con {
    height: 440px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    align-content: center;
}

.gift_title {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
}

#confirm_pop .pop_con .gift_list {
    width: 60%;
    padding-top: 10px;
}

#confirm_pop .pop_con .gift_list li {
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

#confirm_pop .pop_con .gift_list li.checked {
    color: red;
}

#bindrole .pop_title {
    line-height: 140px;
}

#bindrole .pop_con {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#bindrole .tips {
    padding-top: 60px;
    font-size: 20px;
    text-align: center;
}

#bindrole .input_txt {
    width: 335px;
    height: 37px;
    border: solid 2px #376c62;
    background-color: #5aab93;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
}

#accept_list ul {
    width: 60%;
    margin: 0 auto;
}

#accept_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#accept_list li span {
    width: 60%;
    flex-shrink: 0;
}

#accept_list li a {
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    border-radius: 10px;
    line-height: 28px;
    background-color: #1599b1;
    text-decoration: none;
}

/* buy */
.control-group {
    padding: 80px 0;
}

.prop_name {
    padding: 5px;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

.pop_com_txt {
    font-size: 35px;
    line-height: 40px;
    text-align: center;
}

.input-control {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px;
}

.input-control span {
    font-size: 26px;
    min-width: 60px;
}

.input-control span.left_txt {
    text-align: right;
}

.input-btn {
    width: 37px;
    height: 37px;
    border: none;
    background: #5aab93;
    color: white;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    box-sizing: border-box;
    border: solid 2px #376c62;
    overflow: hidden;
}

.input-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.input-btn:active {
    transform: scale(0.95);
}

.input-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.number-input {
    width: 140px;
    height: 55px;
    line-height: 55px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    text-align: center;
    font-size: 35px;
    color: #103e13;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.number-input:focus {
    border: 2px solid #103e13;
}

.number-input.invalid {
    border-color: #ff4757;
    color: #ff4757;
}

.display-area {
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-display {
    font-size: 35px;
}

.event1_lottery_con {
    width: 625px;
    height: 340px;
    padding-top: 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.event1_lottery_con .item {
    width: 125px;
    height: 170px;
}

.event1_lottery_con .item .pic {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    box-sizing: border-box;
    /* border: solid 2px #376c62; */
}

.event1_lottery_con .item .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event1_lottery_con .item .name {
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #103e13;
}

#event1_lottery_pop .pop_btn a {
    cursor: default;
}

#alert_pop .pop_con {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-family: 'fz';
    display: flex;
    align-items: center;
    justify-content: center;
}

/* pop */
.pop_gif {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 100010;

}

.pop_gif .close {
    position: absolute;
    top: 0;
    right: -54px;
    width: 36px;
    height: 36px;
    border: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANdJREFUeNrcmN0NgCAMhImTeQu7mEOgJpoQA9g/5aIJL0qvn0pLaco5L/uY95EGDxws6YRZB0PhYrhujIRC6bt8MAIKd5/3CV9CoearNvELKLR8tAzehEJPu2f4BhSeNJ8EIqEg0ZIIRUBBqiEV9EBBY6sRtkBBa6N9Ww0ULF/Vsh4kULD+Yusi7UHBEwSeMK5BwRuR3txSQiEiZ0Vm35AEOiW260+/jGpRU4U9VWKk2jqoNleq8oOqQKMqYamKfKpjENVBkeooTdVsoGrH0DWsqFp6mwADACtHFxFlDa4FAAAAAElFTkSuQmCC) 0 0 no-repeat;
    cursor: pointer;
}

.p_g01 {
    width: 634px;
    height: 366px;
}

.p_g02 {
    width: 432px;
    height: 326px;
}

.p_g03 {
    width: 434px;
    height: 322px;
}

.p_g04 {
    width: 434px;
    height: 362px;
}

.p_g05 {
    width: 434px;
    height: 322px;
}