.nov19{
    background: url("pc_bg.png") 50% 50% no-repeat;
    height: 1567px;
    overflow: hidden;

}
body{
    background-color: #ff9386;
}
.box-wrapper{
    position: relative;
    width: 1200px;
    height: 440px;
    margin:540px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ticket-box{
    width: 363px;
    height: 120px;
    position: relative;
}
.ticket-5{
    background: url("ticket-5-bg.png") 50% 50% no-repeat;
}
.ticket-10{
    background: url("ticket-10-bg.png") 50% 50% no-repeat;
}
.ticket-60{
    background: url("ticket-60-bg.png") 50% 50% no-repeat;
}
.ticket-150{
    background: url("ticket-150-bg.png") 50% 50% no-repeat;
}
.ticket-300{
    background: url("ticket-300-bg.png") 50% 50% no-repeat;
}
.ticket-800{
    background: url("ticket-800-bg.png") 50% 50% no-repeat;
}
.ticket-5-pressed{
    background: url("ticket-5-pressed-bg.png") 50% 50% no-repeat;
}
.ticket-10-pressed a{
    pointer-events: none;
}
.ticket-10-pressed{
    background: url("ticket-10-pressed-bg.png") 50% 50% no-repeat;
}
.ticket-60-pressed{
    background: url("ticket-60-pressed-bg.png") 50% 50% no-repeat;
}
.ticket-150-pressed{
    background: url("ticket-150-pressed-bg.png") 50% 50% no-repeat;
}
.ticket-300-pressed{
    background: url("ticket-300-pressed-bg.png") 50% 50% no-repeat;
}
.ticket-800-pressed{
    background: url("ticket-800-pressed-bg.png") 50% 50% no-repeat;
}
.ticket-box a{
    position: absolute;
    display: block;
    width: 75px;
    height: 31px;
    left: 53%;
    top: 15%;
    color: white;
    font-weight: bolder;
    letter-spacing: 4px;
    font-size: 18px;
    text-align: center;
    line-height: 31px;
}
.ticket-box a:hover{
    color: #ff3c49;
    background-color: white;
}
.btn-wrapper{
    width: 100%;
    margin-top:-550px;
}
.btn-wrapper a{
    display: block;
    width: 303px;
    height: 73px;
    margin: 0 auto;
}
.btn-wrapper a:hover{
    background-color: transparent;
}
