.time_left_content {
    height: auto;
}
.time_left_content .time_left_btn {
    margin: 15px auto 19px;
}
.time_left_content .wishlists_received {
    padding: 14px 0 19px;
    margin: 0 10px;
    border-top: 1px dashed rgba(230, 230, 230, 1);
    text-align: center;
    color: rgba(109, 112, 115, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.time_left_content .wishlists_received .number {
    color: rgba(255, 139, 0, 1);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
}
.join_now_tab::before {
    content: '';
    width: 30px;
    height: 56px;
    position: absolute;
    right: -24px;
    background: url(/image/catalog/kficons/title_triangle_left.png) no-repeat center;
    background-size: 12px;
    transform: scaleX(-1);
}
h2.h2-title .h2-title-text::before, 
h2.h2-title .h2-title-text::after {
    width: 36px;
    height: 60px;
    background: url(/image/catalog/kficons/title_triangle_left.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}
h2.h2-title .h2-title-text .text {
    position: relative;
    display: inline-block;
    transform: translateY(50px);
    transition: transform 1.3s 0.3s ease-out;
    text-align: center;
}
h2.h2-title .h2-title-text::before {
    margin-right: 32px;
}
h2.h2-title .h2-title-text::after {
    margin-left: 32px;
}
h2.h2-title .h2-title-text .text::before {
    content: '';
    position: absolute;
    left: -68px;
    bottom: 0;
    z-index: -1;
    width: calc(100% + 136px);
    height: 16px;
    background: linear-gradient(90deg, #FFDA92 -3.22%, #FFF5E4 96.02%);
    transform: translateY(50px);
    transition: transform 1.3s 0.3s ease-out;
}
h2.h2-title .h2-title-overflow.animated .h2-title-text .text,
h2.h2-title .h2-title-overflow.animated .h2-title-text .text::before {
    transform: translateY(0);
}
.banner-video-container .banner-video-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 130px;
    text-align: left;
    color: #fff;
}

.banner-video-container .banner-video-content h2 {
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}

.banner-video-container .banner-video-content h1 {
    font-weight: 500;
    font-size: 92px;
    line-height: 100px;
    text-transform: uppercase;
    color: #fff;
}

.banner-video-container .banner-video-content p {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
.contest_theme_content {
    width: auto;
}
.create_method_content {
    padding-top: 60px;
    width: 1200px;
    margin: 0 auto;
}
.create_method_content .title_method {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FF8B00;
    margin-bottom: 32px;
}
.create_method_content ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 32px;
}
.create_method_content ul::before {
    content: '';
    width: calc((100% - 182px*2)/3*2 + 182px*2);
    height: 0px;
    border: 3px dotted #e6e6e6;
    position: absolute;
    top: 6px;
    left: calc((100% - 182px*2)/3/2);
    z-index: -1;
}
.create_method_content ul li {
    width: calc((100% - 182px*2)/3);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
}
.create_method_content .step-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
    background: #fff;
    padding: 0 10px;
}
.create_method_content .step-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.create_method_content .step-info span {
    font-weight: 600;
}
.btn-join-now {
    width: 375px;
    height: 48px;
    background: rgba(255, 139, 0, 1);
    text-align: center;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 17.1px;
    text-transform: uppercase;
    display: block;
    margin: 50px auto 0;
}




h2.h2-title {
    position: relative;
}
h2.h2-title .awards_gift_icon {
    width: 127px;
    height: 87px;
    position: absolute;
    top: 100px;
    left: calc(50% - 63.5px);
    z-index: -1;
    overflow: hidden;
}
h2.h2-title .awards_gift_icon::after {
    content: '';
    display: block;
    width: 127px;
    height: 87px;
    background: url(/image/catalog/kficons/awards_gift_icon.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(87px);
    transition: transform 1.3s 0.2s ease-out;
}
h2.h2-title .h2-title-overflow.animated + .awards_gift_icon::after {
    transform: translateY(0);
}

.prizes_content {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 0 50px;
    width: 1200px; 
}
.prizes_content .prizes_ul {
    display: flex;
    justify-content: space-around;
}
.prizes_content .prizes_ul li {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.prizes_content .prizes_ul li .prize_title {
    color: rgba(255, 139, 0, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.prizes_content .prizes_ul li img {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
}
.prizes_content .prizes_ul li .text_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.create_wishlist_content {
    margin: 0 auto;
    padding: 0 100px;
    max-width: 1640px;
    min-width: 1200px;
}
.create_wishlist_content .create_wishlist_method_tab {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(230, 230, 230, 1);
}
.create_wishlist_content .create_wishlist_method_tab li {
    padding-bottom: 25px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin-right: 47px;
    border-bottom: 5px solid transparent;
    cursor: pointer;
}
.create_wishlist_content .create_wishlist_method_tab li.active {
    font-weight: 600;
    border-bottom: 5px solid rgba(255, 139, 0, 1);
}
.create_wishlist_content .category_type_fa {
    display: flex;
    margin-bottom: 40px;
    margin-right: -20px;
}
.create_wishlist_content .con-width {
    width: calc(20% - 20px);
    margin-right: 20px;
}
.create_wishlist_content .category_type_fa label {
    color: rgba(37, 37, 37, 1);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
.create_wishlist_content .category_type_fa xm-select {
    border: 1px solid rgba(37, 37, 37, 1);
    border-radius: none;
}
.create_wishlist_content .create_wishlist_method_con {
    padding-bottom: 115px;
    position: relative;
}
.create_wishlist_content form .form-group label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}
.create_wishlist_content form .form-group .enter_price_tips {
    color: rgba(153, 153, 153, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}
.create_wishlist_content form .form-group input {
    height: 64px;
}
.create_wishlist_content form .form-group input::placeholder,
.create_wishlist_content form .form-group textarea::placeholder {
    color: rgba(181, 181, 181, 1);
    font-weight: 400;
    font-size: 18px;
    line-height: 17px;
}
.create_wishlist_content form .form-group textarea {
    height: 140px;
}
.create_wishlist_content .list_ul_1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    max-height: 1672px;
    overflow-y: auto;
}
.create_wishlist_content .list_ul_1 li {
    width: calc(20% - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}
.create_wishlist_content .list_ul_1 .img_fa {
    width: 100%;
    /* padding: 46px; */
    padding: 17%;
    background: rgba(245, 245, 245, 1);
}
.create_wishlist_content .list_ul_1 .img_fa img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.create_wishlist_content .list_ul_1 li:hover .img_fa img {
    transform: scale(1.05);
}
.create_wishlist_content .list_ul_1 .product_info {
    padding: 14px 20px;
}
.create_wishlist_content .list_ul_1 .product_name {
    color: rgba(37, 37, 37, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 24px;
}
.create_wishlist_content .list_ul_1 .product_price {
    color: rgba(0, 0, 0, 1);
    font-family: "Instrument Sans";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.create_wishlist_content .list_ul_1 button {
    /* display: none; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44px;
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 18px;
}
.create_wishlist_content .list_ul_1 .btn_unselected {
    background: rgba(255, 139, 0, 1);
    text-transform: uppercase;
    bottom: -44px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.create_wishlist_content .list_ul_1 li .btn_unselected::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(/image/catalog/kficons/list_icon.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 4px;
}
.create_wishlist_content .list_ul_1 li:hover .btn_unselected {
    bottom: 0;
}
.create_wishlist_content .list_ul_1 li.active .btn_unselected {
    display: none;
}
.create_wishlist_content .list_ul_1 .btn_selected {
    background: rgba(0, 0, 0, 1);
    text-transform: lowercase;
    display: none;
}
.create_wishlist_content .list_ul_1 li.active .btn_selected {
    display: block;
}
.create_wishlist_content .list_ul_1 .empty_state {
    width: 100%;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.create_wishlist_content .list_ul_1 .empty_state img {
    width: 140px;
    height: 140px;
    margin-bottom: 2px;
}
.create_wishlist_content .list_ul_1 .empty_state .empty_state_text {
    text-align: center;
    color: rgba(109, 112, 115, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
.create_wishlist_content .create_wishlist_footer {
    height: 90px;
    background: rgba(255, 242, 229, 1);
    padding: 0 6%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
}
.create_wishlist_content .create_wishlist_footer .create_wishlist_footer_ul {
    display: flex;
    /* margin-right: 80px; */
    margin-right: 4.1%;
    position: relative;
    bottom: 20px;
}
.create_wishlist_content .create_wishlist_footer .create_wishlist_footer_ul li {
    width: 120px;
    height: 120px;
    margin-right: 12px;
    background: rgba(255, 255, 255, 1);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.create_wishlist_content .create_wishlist_footer .create_wishlist_footer_ul li img {
    max-width: 100%;
    max-height: 100%;
}
.create_wishlist_content .create_wishlist_footer .create_wishlist_footer_ul li .icon_delete {
    width: 18px;
    height: 18px;
    border-radius: 50px;
    position: absolute;
    top: -6px;
    right: -6px;
    background: url(/image/catalog/kficons/close_white.png) rgba(255, 139, 0, 1) no-repeat center center;
    background-size: 11px 11px;
    cursor: pointer;
}
.create_wishlist_content .create_wishlist_footer .total_price {
    color: rgba(0, 0, 0, 1);
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
}
.create_wishlist_content .create_wishlist_footer .total_price .total_price_span {
    color: rgba(255, 139, 0, 1);
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    margin-left: 6px;
}
.create_wishlist_content .create_wishlist_footer .btn_submit {
    width: 19.5%;
    max-width: 375px;
    height: 48px;
    background: rgba(255, 139, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 70px; */
    margin-left: 3.6%;
    color: rgba(255, 255, 255, 1); 
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.create_wishlist_content .create_wishlist_footer .btn_submit::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(/image/catalog/kficons/list_icon.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 4px;
}

.fill_in_price_popup,
.share_link_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.68);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.fill_in_price_popup .popup_modal,
.share_link_popup .popup_modal {
    width: 700px;
    height: 682px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
    padding: 70px 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fill_in_price_popup .popup_modal .btn-close,
.share_link_popup .popup_modal .btn-close {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 35px;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fill_in_price_popup .popup_modal .btn-close img,
.share_link_popup .popup_modal .btn-close img {
    width: 32px;
    height: 32px;
}
.fill_in_price_popup .popup_modal .product_img {
    max-width: 212px;
    max-height: 212px;
    margin-bottom: 27px;
}
.fill_in_price_popup .popup_modal .product_name {
    color: rgba(37, 37, 37, 1);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.fill_in_price_popup .popup_modal .product_price {
    color: rgba(0, 0, 0, 0.68);
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
}
.fill_in_price_popup .popup_modal .product_price span {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
}
.fill_in_price_popup .popup_modal #desired-price {
    width: 360px;
    height: 52px;
    background: rgba(245, 245, 245, 1);
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 46px;
    padding-left: 20px;
}
.share_link_popup .popup_modal .list_icon {
    width: 54px;
    height: 60px;
    margin-bottom: 35px;
}
.share_link_popup .popup_modal .share_link_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #252525;
    margin-bottom: 64px;
}
.share_link_popup .popup_modal .share_on_social_media {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 16px;
}
.share_link_popup .popup_modal .social_media_fa {
    display: flex;
    margin-bottom: 64px;
}
.share_link_popup .popup_modal .social_media_fa img {
    width: 52px;
    height: 52px;
    margin: 0 20px;
    cursor: pointer;
}
.share_link_popup .popup_modal .or_copy_link {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
}
.share_link_popup .popup_modal .copy_link {
    width: 100%;
    height: 52px;
    background: #F5F5F5;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
    padding: 15px 20px;
    text-align: center;
}
.share_link_popup .popup_modal .btn_copy {
    width: 166px;
    height: 42px;
    background: #FF8B00;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: rgb(255, 255, 255);
}

/* 隐藏所有数字输入框的spinner--适用于大多数现代浏览器 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}
.fill_in_price_popup .popup_modal button {
    width: 166px;
    height: 42px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
}
.fill_in_price_popup .popup_modal .btn_cancel {
    border: 1px solid rgba(0, 0, 0, 0.46);
    color: rgba(0, 0, 0, 1);
    margin-right: 30px;
}
.fill_in_price_popup .popup_modal .btn_confirm {
    background: rgba(255, 139, 0, 1);
    color: rgba(255, 255, 255, 1);
}
.create_wishlist_content .btn_go_explore {
    color: rgba(255, 139, 0, 1);
    font-family: "Instrument Sans";
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    text-decoration-line: underline;
    display: none;
    margin: -40px auto 80px;
    position: relative;
    z-index: 9;
    text-align: center;
}
.create_wishlist_content .btn_go_explore.active {
    display: block;
}
.create_wishlist_content .list_ul_2 li {
    display: flex;
    margin-bottom: 20px;
}
.create_wishlist_content .list_ul_2 li input {
    margin-right: 20px;
}
.create_wishlist_content .list_ul_2 li .input_link {
    flex: 1;
    color: rgba(0, 0, 0, 1);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 14px;
}
.create_wishlist_content .list_ul_2 li .input_price {
    width: 253px;
    color: rgba(255, 139, 0, 1);
    font-family: "Instrument Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
}
.create_wishlist_content .list_ul_2 li .btn_save {
    width: 139px;
    height: 64px;
    background: rgba(255, 139, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 20px;
    line-height: 14px;
}
.create_wishlist_content .list_ul_2 li input:not(:placeholder-shown),
.create_wishlist_content .list_ul_2 li input:focus,
.create_wishlist_content .list_ul_2 li input:-webkit-autofill,
.create_wishlist_content .list_ul_2 li input:-webkit-autofill:hover,
.create_wishlist_content .list_ul_2 li input:-webkit-autofill:focus,
.create_wishlist_content .list_ul_2 li input:-webkit-autofill:active {
    border: 1px solid rgba(0, 0, 0, 0.45) !important;
    /* background-color: #f3f4f4 !important; */
}
.create_wishlist_content .list_ul_2 li .price_fa {
    display: flex;
    align-items: center;
    position: relative;
}
.create_wishlist_content .list_ul_2 li .price_symbol {
    color: rgba(255, 139, 0, 1);
    font-family: "Instrument Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 20px;
    display: none;
}
.create_wishlist_content .list_ul_2 li .input_price:not(:placeholder-shown)+.price_symbol,
.create_wishlist_content .list_ul_2 li .input_price:focus+.price_symbol,
.create_wishlist_content .list_ul_2 li .input_price:-webkit-autofill+.price_symbol,
.create_wishlist_content .list_ul_2 li .input_price:-webkit-autofill:hover+.price_symbol,
.create_wishlist_content .list_ul_2 li .input_price:-webkit-autofill:focus+.price_symbol,
.create_wishlist_content .list_ul_2 li .input_price:-webkit-autofill:active+.price_symbol {
    display: block;
}


.create_wishlist_content .h2-title,
.wishlist_content .h2-title,
.winning_record_content .h2-title {
    padding-top: 80px;
}
.wishlist_content .empty_state {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wishlist_content .empty_state img {
    width: 140px;
    height: 140px;
    margin-bottom: 2px;
}
.wishlist_content .empty_state_text {
    text-align: center;
    color: rgba(109, 112, 115, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 18px;
}
.wishlist_content .btn_start_wishlist {
    width: 375px;
    height: 48px;
    background: rgba(255, 139, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wishlist_content .btn_start_wishlist::before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background: url(/image/catalog/kficons/list_icon.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 4px;
}
.wishlist_content .wishlist_con1 {
    min-width: 1300px;
    max-width: 1406px;
    padding: 0 50px;
    margin: 0 auto;
}
.wishlist_content .wishlist_con1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}
.wishlist_content .wishlist_con1 ul li {
    margin: 0 30px 30px 0;
    width: calc(50% - 30px);
    display: flex;
}
.wishlist_content .wishlist_con1 ul li .img_fa {
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.wishlist_content .wishlist_con1 ul li .img_fa img {
    max-width: 100%;
    max-height: 100%;
}
.wishlist_content .wishlist_con1 ul li .product_info {
    flex: 1;
    min-width: 300px;
    border: 1px solid rgba(230, 230, 230, 1);
    background: rgba(245, 245, 245, 1);
    padding-left: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgba(0, 0, 0, 1);
}
.wishlist_content .wishlist_con1 ul li .product_info .product_name {
    width: 240px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px;
}
.wishlist_content .wishlist_con1 ul li .product_info .product_price,
.wishlist_content .wishlist_con1 ul li .product_info .wish_price {
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    margin-bottom: 12px;
}
.wishlist_content .wishlist_con1 ul li .product_info .wish_price span {
    color: rgba(255, 139, 0, 1);
    font-size: 18px;
}
.wishlist_content .wishlist_con1 ul .total_price_li .product_info .product_name {
    margin-bottom: 8px;
}
.wishlist_content .wishlist_con1 ul .total_price_li .total_price {
    color: rgba(255, 139, 0, 1);
    font-family: Roboto;
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    letter-spacing: 0.1px;
}
.wishlist_content .wishlist_con2 {
    min-width: 1300px;
    max-width: 1540px;
    padding: 0 50px;
    margin: 0 auto;
}
.wishlist_content .wishlist_con2 ul li {
    margin-bottom: 20px;
    display: flex;
    height: 64px;
}
.wishlist_content .wishlist_con2 ul li .link {
    margin-right: 20px;
    flex: 1;
    min-width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(245, 245, 245, 1);
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 20px;
    line-height: 64px;
    padding: 0 30px;
}
.wishlist_content .wishlist_con2 ul li .price {
    width: 253px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgba(245, 245, 245, 1);
    color: rgba(0, 0, 0, 1);
    font-family: "Instrument Sans";
    font-weight: 500;
    font-size: 22px;
    line-height: 64px;
    padding-left: 20px;
} 
.wishlist_content .total_price_div {
    height: 64px;
    color: rgba(0, 0, 0, 1);
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing: 0.1px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(135, 135, 135, 1);
    margin-bottom: 60px;
}
.wishlist_content .total_price_div .total_price {
    color: rgba(255, 139, 0, 1);
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    margin-left: 4px;
}
.wishlist_content .invite_friends {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: 30px 0 24px;
}
.wishlist_content .btn_share {
    width: 375px;
    height: 48px;
    background: rgba(255, 139, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}
.winning_record_content {
    min-width: 1300px;
    max-width: 1580px;
    padding: 0 50px;
    margin: 0 auto;
}
.winning_record_content .empty_state {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 95px;
}
.winning_record_content .empty_state img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
}
.winning_record_content .empty_state_text {
    text-align: center;
    color: rgba(0, 0, 0, 0.68);
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.winning_record_content .select-sort {
    margin-bottom: 40px;
}
.winning_record_content .select-sort xm-select {
    width: 298px;
    height: 48px;
    border-radius: 4px;
    border: 0.8px solid rgba(148, 148, 148, 1);
    background: rgba(245, 245, 245, 1);
}
.winning_record_content .title_winner_list {
    width: 1480px;
    height: 48px;
    background: rgba(246, 246, 246, 1);
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 53px;
}
.winning_record_content .borderless-table tr {
    min-height: 79px;
}
.winning_record_content .borderless-table tr td {
    padding: 20px;
    font-weight: 400;
}