.record-search-wrap {
    width: 100%;
    min-height: 1286px;
    background: url(../activity/img/pc/reward_record/reward_bg.jpg) no-repeat top center;
    overflow: auto;
}

.record-search-header {
    width: 100%;
    height: 100px;
    background: #ACACAC;
    opacity: 0.6;
}

.record-search-content {
    max-width: 1200px;
    /* height: 100px;
    background: #fff; */
    margin: 0 auto;
    margin-top: 0.1rem;
}

.activity-wrap div {
    box-sizing: border-box;
}
.record-wrap {
    /* width: 100%; */
    min-height: 1186px;
    background: #F6F6F6;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px; */
    padding: 45px 24px 0 24px;
    overflow: auto;
    margin-top: 1rem;
}
.main-title-con {
    height: 40px;
}
.main-title {
    font-size: 32px;
    font-weight: bold;
    color: #505050;
}

.link-btn {
    text-decoration: underline;
    color: #707070;
    font-size: 22px;
    cursor: pointer;
}

.return-btn {
    float: right;
    margin-top: 12px;
}

.select-content {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 60px;
}

.select-content  .v-select {
    /* flex: 1; */
    width: 309px;
    height: 55px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    font-size: 18px;
    color: #707070;
}

.v-select>div {
    height: 100%;
    border: none;
}

.vs__selected {
    height: 50px;
}

.vs__dropdown-menu > div {
    height: 55px;
}

.select-content input {
    height: 50px;
    margin-top: -13px !important;
}

.vs__selected-options input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #707070;
}

.record-item {
    width: 100%;
    min-height: 188px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 23px;
    padding: 19px;
    box-sizing: border-box;
}

.record-item-top {
    font-size: 20px;
    color: #505050;
    
}

.record-item-date {
    float: right;
}

.record-item-con {
    font-size: 24px;
    font-weight: bold;
    color: #505050;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding: 24px 0 20px 0;
    line-height: 36px;
}

.record-item-info {
    font-size: 20px;
    color: #505050;
    line-height: 30px;
    padding-top: 15px;
}

.gift-code {
    color: #A4332C;
}

.btn {
    margin: 0 auto;
    width: 123px;
    height: 37px;
    background: #A4332C;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
    /* margin-top: 32px; */
    position: relative;
    cursor: pointer;
    /* font-size: 20px; */
    line-height: 37px;
    font-weight: 500;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #FFFFFF;
}

.btn span {
    font-size: 20px;
}

.copy-btn {
    float: right;
    width: 150px;
}

.load-btn {
    font-size: 18px;
    font-weight: 500;
    color: #7A7A7A;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

.record-list-con-empty {
    width: 100%;
    height: 424px;
    /* background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); */
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.record-list-con-empty img {
    width: 223px;
}

.activity-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.return-icon {
    background: url(../../img/pc/entrance_return.png) no-repeat top center;
    margin-right: 5px;
    margin-top: 5px;
}