@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); ::-webkit-scrollbar-track { background-color: #f5f5f5; border-radius: 10px; } ::-webkit-scrollbar { width: 7px; height: 5px; background-color: #f5f5f5; } ::-webkit-scrollbar-thumb { background: #a4a4a4; border-radius: 20px; background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.7, #a4a4a4), color-stop(0.5, transparent), to(transparent)); } * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Kanit", sans-serif; } body { color: #222; font-family: "Kanit", sans-serif; font-size: 15px; margin: 0 auto; background: #fff; } body.active { overflow: hidden; } html { font-size: 100%; font-family: "Kanit", sans-serif; } img { max-width: 100%; height: auto; } a { text-decoration: none; color: #000; } .clearfix { content: ""; clear: both; } li, ul { list-style: none; } table { border-collapse: collapse; width: 100%; } .ol, .ul { margin: 0; padding: 0; list-style: none; } .d-flex { display: flex !important; } .d-block { display: block; } .flex-wrap { flex-wrap: wrap !important; } .text-center { text-align: center !important; } .align-items { align-items: center !important; } .space-between { justify-content: space-between !important; } .space-center { justify-content: center !important; } .d-block { display: block !important; } .d-none { display: none !important; } .flex-direction { flex-direction: column; } .line-clamp-1 { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } .line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } .line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; } .container-mb { padding: 0; max-width: 430px; margin: 0 auto; overflow: hidden; } .container { padding: 0 10px; max-width: 100%; margin: 0 auto; } .header { background: #166dd8; padding: 6px 0; transition: 0.5s; top: -50px; } .header .logo { width: 66px; } .header .logo img { height: 26px; display: block; } .header .header-right .item { display: flex; align-items: center; margin-left: 10px; } .header .header-right .item img { width: 14px; display: block; } .header .header-right .item span { color: #fff; margin-left: 3px; font-size: 12px; text-transform: uppercase; } .header .header-right .item i { color: #fff; margin-left: 5px; } .header.header-fixed { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; } .homepage .banner { width: 100%; display: block; } .homepage .banner img { display: block; height: 100%; } .homepage .box-top-auction { margin-top: 15px; } .homepage .box-top-auction .title { width: 295px; height: 40px; line-height: 40px; background: #ea3e00; color: #fff; font-weight: 600; font-size: 24px; text-transform: uppercase; text-align: center; border-radius: 26px; margin-bottom: 12px; } .homepage .box-top-auction .list-auction { padding-bottom: 40px; } .homepage .box-list-auction { margin-top: 40px; } .homepage .box-list-auction .background-auction { background: #166dd8; border-radius: 15px; padding: 10px; } .homepage .box-list-auction .title { height: 60px; width: 100%; text-align: center; line-height: 60px; font-size: 24px; font-weight: 600; text-transform: uppercase; background: #f1b510; border-radius: 35px; color: #fff; margin: -45px auto auto auto; } .homepage .box-list-auction .main-title { margin-top: 15px; } .homepage .box-list-auction .main-title .left { text-align: center; } .homepage .box-list-auction .main-title .left p { font-size: 20px; line-height: 29px; font-weight: 600; color: #fff; } .homepage .box-list-auction .main-title .left span { color: #fff; font-size: 13px; font-weight: 300; } .homepage .box-list-auction .main-title .box-time { display: flex; color: #fff; } .homepage .box-list-auction .main-title .box-time span { font-weight: 300; } .homepage .box-list-auction .main-title .item-time b { width: 22px; height: 22px; background: #000000; border-radius: 5px; text-align: center; line-height: 22px; } .homepage .box-list-auction .main-title .more-all { color: #fff; text-align: right; display: block; margin-top: 5px; font-size: 13px; } .homepage .box-list-auction .item-auction { margin-bottom: 10px; } .homepage .box-list-auction .list-auction { margin-top: 15px; } .homepage .box-list-auction .box-auction { margin-bottom: 30px; } .homepage .box-list-auction .box-auction.coming-soon { margin-bottom: 0; } .homepage .box-list-auction .box-auction.coming-soon .item-auction:last-child { margin-bottom: 0; } .box-time { display: flex; align-items: center; } .box-time .item-time { margin-left: 12px; display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column; } .box-time .item-time b { width: 16px; height: 16px; line-height: 16px; text-align: center; color: #fff; font-weight: 700; position: relative; border-radius: 5px; } .box-time .item-time b::after { content: ":"; position: absolute; right: -8px; color: #fff; top: 0; } .box-time .item-time:first-child { margin-left: 0; } .box-time .item-time:last-child b { margin: 0; } .box-time .item-time:last-child b::after { content: none; } .item-auction { display: flex; padding: 10px; border: 1px solid #e2e2e2; border-radius: 10px; width: 100%; background: #fff; } .item-auction .images { display: block; position: relative; width: 110px; height: 110px; margin-right: 10px; overflow: hidden; } .item-auction .images img { display: block; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; transform: scale(1); transition: 0.3s; } .item-auction .images:hover img { transform: scale(1.05); transition: 0.3s; } .item-auction .images .box-join { position: absolute; left: 0; top: 0; width: 55px; height: 20px; line-height: 20px; text-align: center; color: #fff; background: #f1b510; border-radius: 10px; display: flex; align-items: center; justify-content: center; cursor: pointer; } .item-auction .images .box-join .icon_auction { background: url(../images/icon-auction.png) no-repeat; width: 14px; height: 14px; display: block; background-size: contain; } .item-auction .images .box-join span { margin-left: 2px; font-size: 12px; } .item-auction .info { width: calc(100% - 120px); } .item-auction .name { font-weight: 500; line-height: 16px; } .item-auction .name:hover { color: #166dd8; } .item-auction .old-price { display: block; margin: 5px 0; font-size: 13px; color: #000000; } .item-auction .price-auction .txt { font-size: 16px; margin-right: 10px; font-weight: 500; } .item-auction .price-auction .price-highest { color: #f00000; font-size: 16px; font-weight: 600; } .item-auction .btn-add { width: 140px; height: 32px; line-height: 32px; text-align: center; background: #f00000; color: #fff; text-align: center; border-radius: 26px; display: block; margin-top: 10px; } .item-auction .btn-add:hover { border: 1px solid #f00000; color: #f00000; background: #fff; } .item-auction .btn-add.continue { background: #5f00b1; } .item-auction .btn-add.continue:hover { border: 1px solid #5f00b1; color: #5f00b1; background: #fff; } .item-auction .btn-add.coming { background: #afafaf; } .item-auction .btn-add.coming:hover { border: 1px solid #afafaf; color: #afafaf; background: #fff; } .swiper-pagination { bottom: 0; } .swiper-pagination-bullet { width: 10px; height: 10px; } .swiper-pagination-bullet.swiper-pagination-bullet-active { background: #f1b510; } .box-deal-hot { margin-top: 12px; } .box-deal-hot .background-deal { background: #ee4d2d; border-radius: 15px; padding: 10px; } .box-deal-hot .title { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .box-deal-hot .title .icon-deal { display: block; width: 20px; height: 24px; background: url(../images/icon-flash.png) no-repeat; background-size: contain; } .box-deal-hot .title p { margin-left: 7px; text-transform: uppercase; font-size: 24px; font-weight: 700; color: #fff; } .box-deal-hot .tab-list { margin-bottom: 10px; } .box-deal-hot .tab-list .item { width: calc(50% - 5px); padding: 7px; border-radius: 15px 15px 0 0; background: #afafaf; color: #fff; } .box-deal-hot .tab-list .item.active, .box-deal-hot .tab-list .item:hover { background: #166dd8; } .box-deal-hot .tab-list .item p { font-size: 15px; text-align: center; font-weight: 700; text-transform: uppercase; margin-bottom: 5px; } .box-deal-hot .tab-list .item span { font-size: 13px; } .box-deal-hot .tab-list .box-time { display: flex; align-items: center; justify-content: center; } .box-deal-hot .tab-list .item-time { margin-left: 12px; display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column; } .box-deal-hot .tab-list .item-time b { background: #000; width: 26px; height: 26px; line-height: 26px; text-align: center; color: #fff; font-weight: 700; position: relative; border-radius: 5px; } .box-deal-hot .tab-list .item-time b::after { content: ":"; position: absolute; right: -7px; color: #fff; } .box-deal-hot .tab-list .item-time:last-child b { margin: 0; } .box-deal-hot .tab-list .item-time:last-child b::after { content: none; } .box-deal-hot .product-list { margin-right: -10px; } .box-deal-hot .more-all { width: 110px; height: 32px; line-height: 31px; display: block; border-radius: 5px; border: 1px solid #fff; margin: 0 auto auto auto; text-align: center; color: #fff; } .box-deal-hot .more-all:hover { background: #fff; color: #ee4d2d; } .item-deal { width: calc(50% - 10px); margin-right: 10px; margin-bottom: 10px; padding: 10px; border-radius: 12px; background: #fff; } .item-deal .images { width: 140px; height: 140px; display: block; margin-bottom: 10px; overflow: hidden; } .item-deal .images img { display: block; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; transform: scale(1); transition: 0.3s; } .item-deal .images:hover img { transform: scale(1.05); transition: 0.3s; } .item-deal .box-sold { width: 100%; background: #ffe9c2; height: 18px; line-height: 18px; border-radius: 26px; position: relative; } .item-deal .box-sold .line { position: absolute; left: 0; top: 0; height: 100%; background: #f48320; border-radius: 26px; } .item-deal .box-sold .txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; z-index: 9; color: #222; font-size: 10px; } .item-deal .name { margin: 8px 0 0 0; font-size: 13px; font-weight: 500; text-align: center; line-height: 15px; height: 30px; } .item-deal .name:hover { color: #166dd8; } .item-deal .price { text-align: center; font-size: 16px; font-weight: 600; color: #f00000; } .item-deal .old-price { color: #afafaf; font-size: 13px; font-weight: 400; margin-right: 15px; } .item-deal .saleoff { width: 42px; height: 20px; line-height: 20px; padding-left: 10px; background: #f00000; font-size: 12px; color: #fff; border-radius: 5px; font-weight: 600; position: relative; } .item-deal .saleoff::before { position: absolute; left: -6px; top: 0; width: 15px; height: 20px; content: ""; background: url(../images/icon-flash.png) no-repeat; background-size: cover; } .item-deal .btn-add { width: 140px; height: 32px; line-height: 32px; text-align: center; margin: 12px auto auto auto; border-radius: 26px; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 13px; background: #166dd8; display: block; } .item-deal .btn-add:hover { background: #fff; color: #166dd8; border: 1px solid #116dd8; } .box-faq { margin-top: 15px; } .box-faq .background-faq { border: 2px solid #166dd8; border-radius: 15px; padding: 10px; } .box-faq .title { text-align: center; font-size: 24px; font-weight: 600; text-transform: uppercase; color: #110e83; } .box-faq .content-faq .item { margin-bottom: 10px; border: 1px solid #e2e2e2; border-radius: 8px; padding: 10px; background: #f8f8f8; } .box-faq .content-faq .item.active { background: #ffffff; } .box-faq .content-faq .item.active .content { display: block; } .box-faq .content-faq .content { display: none; margin: 5px 0 0 10px; font-weight: 400; font-size: 14px; } .box-faq .content-faq .faqlink { display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 700; color: #3a3a3a; } .footer .main-footer { background: #110e83; margin-top: 15px; padding-bottom: 20px; } .footer .footer-policies { padding: 25px 0 5px 0; border-bottom: 1px solid #646386; margin-right: -20px; } .footer .footer-policies .item-policies { display: flex; flex-direction: column; align-items: center; width: calc(50% - 20px); margin-right: 20px; margin-bottom: 20px; } .footer .footer-policies .icons { width: 40px; height: 30px; display: block; margin-bottom: 13px; } .footer .footer-policies .icons img { display: block; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; } .footer .footer-policies .txt { color: #fff; font-size: 13px; text-align: center; } .footer .footer-policies .txt b { text-transform: uppercase; } .footer .contact-footer { position: relative; } .footer .info-contact { padding: 15px 0 20px 0; color: #fff; } .footer .info-contact b { text-transform: uppercase; font-size: 15px; margin-bottom: 2px; display: block; } .footer .info-contact p { font-weight: 300; display: block; } .footer .btn-phone { margin: 0 auto; width: 270px; display: block; } .page-auction .background-aution { margin-top: 65px; background: #166dd8; padding: 10px; border-radius: 15px; } .page-auction .title { width: 100%; display: block; height: 60px; line-height: 60px; text-align: center; border-radius: 35px; background: #f1b510; color: #fff; text-transform: uppercase; font-size: 24px; margin: -40px auto auto auto; font-weight: 600; } .page-auction .tab-list { margin-top: 10px; } .page-auction .tab-list .item { width: calc(50% - 5px); padding: 7px; background: #afafaf; color: #fff; text-align: center; border-radius: 5px; } .page-auction .tab-list .item.active, .page-auction .tab-list .item:hover { background: #fff; color: #166dd8; } .page-auction .tab-list .item p { font-size: 20px; font-weight: 700; line-height: 29px; } .page-auction .tab-list .item span { font-size: 13px; text-transform: uppercase; } .page-auction .box-time { margin: 15px 0; display: flex; align-items: center; justify-content: flex-end; color: #fff; } .page-auction .box-time span { font-weight: 300; } .page-auction .item-time { margin-left: 12px; display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column; } .page-auction .item-time b { background: #000; width: 26px; height: 26px; line-height: 26px; text-align: center; color: #fff; font-weight: 700; position: relative; border-radius: 5px; } .page-auction .item-time b::after { content: ":"; position: absolute; right: -7px; color: #fff; } .page-auction .item-time:last-child b { margin: 0; } .page-auction .item-time:last-child b::after { content: none; } .page-auction .item-auction { margin-bottom: 10px; } .page-auction .paging { margin: 5px 0; } .paging .item { width: 30px; height: 30px; line-height: 30px; border: 1px solid #fff; text-align: center; border-radius: 5px; margin-right: 10px; display: block; color: #fff; } .paging .item.active, .paging .item:hover { background: #f1b510; border: 1px solid #f1b510; } .breadcrumb { margin-top: 10px; display: flex; align-items: center; justify-content: space-between; } .breadcrumb .link-back { box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1607843137); width: 32px; height: 32px; line-height: 32px; text-align: center; display: block; border-radius: 50%; } .breadcrumb .name { width: calc(100% - 32px); margin-right: 16px; } .page-detail .box-group-images { margin-bottom: 10px; } .page-detail .box-group-images img { display: block; width: 100%; height: 355px; -o-object-fit: contain; object-fit: contain; } .page-detail .product-name { font-size: 18px; font-weight: 400; margin-bottom: 15px; } .page-detail .box-group-time { background: #166dd8; width: 100%; padding: 10px; border-radius: 5px; } .page-detail .box-group-time img { width: 26px; display: block; margin-right: 5px; } .page-detail .box-group-time .title { font-size: 15px; font-weight: 700; text-transform: uppercase; color: #fff; margin-left: 5px; } .page-detail .box-group-time .icon.auction { background: url(../images/icon-auction.png) no-repeat; background-size: contain; width: 15px; height: 15px; display: block; margin-right: 3px; } .page-detail .box-group-time .icon.time { background: url(../images/icon-fire-time.png) no-repeat; background-size: contain; display: block; width: 20px; height: 20px; margin-right: 3px; } .page-detail .box-group-time .total-auction { width: 62px; height: 27px; line-height: 27px; text-align: center; background: #f1b510; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 14px; } .page-detail .box-group-time .p-box-time { background: #f00000; width: 115px; height: 28px; line-height: 28px; text-align: center; justify-content: center; border-radius: 14px; color: #fff; margin-left: 10px; } .page-detail .group-price-detail { margin-top: 10px; padding: 10px 0; border-top: 1px dashed #e2e2e2; border-bottom: 1px dashed #e2e2e2; } .page-detail .box-starting-price { width: 50%; border-right: 1px dashed #e2e2e2; } .page-detail .box-starting-price p { font-size: 13px; line-height: 18px; text-transform: uppercase; color: #000; } .page-detail .box-starting-price .starting-price { font-size: 20px; font-weight: 600; } .page-detail .box-price-step { padding-left: 20px; } .page-detail .box-price-step p { font-size: 13px; line-height: 18px; text-transform: uppercase; color: #000; } .page-detail .box-price-step .price-step { font-size: 20px; font-weight: 600; } .page-detail .box-specification { margin: 13px 0; } .page-detail .box-specification .item { display: flex; margin-bottom: 10px; } .page-detail .box-specification i { font-size: 14px; color: #166dd8; margin-right: 10px; margin-top: 4.3px; } .page-detail .box-specification p { font-size: 14px; } .page-detail .box-add-auction { position: fixed; left: 0; bottom: 0; padding: 15px 10px; background: #fff; width: 100%; z-index: 999; display: none; } .page-detail .box-add-auction.active { display: block; } .page-detail .btn-auction { width: 100%; text-align: center; height: 42px; line-height: 42px; border-radius: 26px; color: #fff; background: #f00000; text-transform: uppercase; font-size: 18px; font-weight: 700; display: block; } .page-detail .box-price-live i.fa-caret-up { font-size: 32px; color: #2ad363; margin-top: 8px; margin-right: 5px; } .page-detail .box-price-live .current-price { font-size: 28px; font-weight: 700; color: #ef0000; } .page-detail .box-price-live .unit-price { margin-top: 12px; margin-left: 5px; } .page-detail .list-user-auction { background: #fff5e5; padding: 15px; border-radius: 15px; overflow: hidden; } .page-detail .list-user-auction .item { background: #fff; box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1490196078); height: 28px; line-height: 28px; border-radius: 5px; margin-bottom: 8px; padding: 10px 8px; } .page-detail .list-user-auction .item .fa-caret-up { color: #2ad363; } .page-detail .list-user-auction .item .fa-caret-down { color: #f00000; } .page-detail .list-user-auction .item i { margin-top: 3px; font-size: 16px; margin-right: 5px; } .page-detail .list-user-auction .item .number { font-size: 13px; font-weight: 700; color: #f48320; padding-right: 5px; } .page-detail .list-user-auction .item .name-user { color: #1355f0; padding-right: 5px; } .page-detail .list-user-auction .item .price { color: #f00000; font-weight: 600; padding-left: 5px; } .page-detail .list-user-auction .item .time { font-weight: 700; } .page-detail .list-user-auction .content-user { overflow-x: hidden; overflow-y: scroll; max-height: 103px; padding-right: 10px; } .page-detail .form-input-price { margin-top: 20px; } .page-detail .form-input-price .p-title { text-align: center; font-size: 20px; font-weight: 400; text-transform: uppercase; margin-bottom: 10px; } .page-detail .form-input-price .form-input { margin-top: 10px; display: flex; } .page-detail .form-input-price .input-price { width: 80%; height: 56px; border: 1px solid #afafaf; border-radius: 28px 0 0 28px; text-align: center; font-size: 32px; padding: 0 20px; } .page-detail .form-input-price .btn-send { width: 20%; height: 56px; display: flex; align-items: center; justify-content: center; background: #166dd8; outline: none; border: 0; border-radius: 0 28px 28px 0; cursor: pointer; color: #fff; font-size: 24px; } .page-detail .list-suggest p { font-size: 14px; font-weight: 300; margin-right: 15px; white-space: nowrap; margin-bottom: 5px; } .page-detail .list-suggest #price-list { width: 400px; overflow-x: auto; scroll-behavior: smooth; } .page-detail .list-suggest .item { flex: 0 0 82px; height: 30px; line-height: 30px; text-align: center; margin-right: 5px; border-radius: 15px; background: #f1f1f1; color: #929292; font-weight: 500; white-space: nowrap; display: block; margin-bottom: 5px; } .page-detail .box-live-auction { position: fixed; left: 0; width: 100%; top: 38px; background: #fff; z-index: 999; padding: 10px; display: none; height: 100vh; } .page-detail .box-live-auction.active { display: block; } .page-detail .box-live-auction .main-title-live { display: flex; align-items: center; margin-bottom: 10px; } .page-detail .box-live-auction .main-title-live .close { box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1607843137); width: 32px; height: 32px; line-height: 32px; text-align: center; display: block; border-radius: 50%; } .page-detail .box-live-auction .main-title-live p { width: calc(100% - 32px); margin-right: 16px; text-align: center; } .page-detail .content-revew-history { margin-top: 22px; border-top: 10px solid #f5f5f5; } .page-detail .list-product-auction { margin-top: 5px; } .page-detail .list-product-auction .backgrond-auction { background: #166dd8; border-radius: 15px; padding: 15px; } .page-detail .list-product-auction .title { font-size: 20px; font-weight: 700; text-transform: uppercase; text-align: center; margin-bottom: 10px; color: #fff; } .page-detail .list-product-auction .item-auction { width: 100%; margin-bottom: 15px; } .page-detail .box-info-product { margin-top: 15px; } .page-detail .box-info-product .item-tab { width: calc(50% - 5px); height: 50px; line-height: 50px; text-align: center; border-radius: 15px 15px 0 0; background: #f5f5f5; color: #000; font-size: 16px; font-weight: 600; margin-right: 5px; } .page-detail .box-info-product .item-tab.active, .page-detail .box-info-product .item-tab:hover { background: #166dd8; color: #fff; } .page-detail .box-info-product .content-tab { display: none; } .page-detail .box-info-product .content-tab.active { display: block; } .page-detail .box-info-product .content-tab .info { margin-top: 15px; } .page-detail .box-info-product .content-tab .info img { width: 100%; display: block; margin-right: 10px; height: 290px; -o-object-fit: contain; object-fit: contain; } .page-detail .box-info-product .content-tab .info ul li { list-style: inside; font-size: 14px; line-height: 20px; } .page-detail .box-user-win { border-top: 1px dashed #e2e2e2; margin-top: 10px; padding: 10px 0; } .page-detail .box-user-win .price-win { align-items: flex-end; } .page-detail .box-user-win .price-win p { font-weight: 700; margin-right: 5px; text-transform: uppercase; margin-bottom: 7px; } .page-detail .box-user-win .price-win .price { font-size: 28px; color: #ef0000; font-weight: 700; } .page-detail .box-user-win .info-user-win { margin-top: 5px; background: #ffe0ac; width: 100%; height: 40px; line-height: 40px; padding: 0 20px; border-radius: 5px; } .page-detail .box-user-win .info-user-win p { color: #f00000; margin-right: 5px; } .page-detail .box-user-win .info-user-win b { font-weight: 500; color: #f00000; } .page-detail .box-user-win .icon-cup { background: url(../images/icon-cup.png) no-repeat; background-size: contain; width: 16px; height: 16px; display: block; margin-right: 10px; } .swiper-pagination { width: 41px !important; height: 28px; background: rgba(0, 0, 0, 0.3019607843); border-radius: 14px; line-height: 28px; text-align: center; display: block; right: 10px; bottom: 10px; left: unset !important; } .swiper-pagination { color: #fff !important; } .icon-star { background: url(../images/icon-star.png) no-repeat; width: 80px; height: 12px; display: block; background-size: 100%; } .icon-star.star5 { background-position: 0 0; } .icon-star.star4 { background-position: 0 -17px; } .icon-star.star3 { background-position: 0 -34px; } .icon-star.star2 { background-position: 0 -50px; } .icon-star.star1 { background-position: 0 -67px; } .icon-star.star0 { background-position: 0 -84px; } .box-review { padding: 20px 0; } .box-review .title-left { margin-bottom: 5px; } .box-review .title-left h2 { font-size: 16px; margin-right: 10px; } .box-review .main-title .total { font-size: 14px; margin-left: 5px; display: block; } .box-review .btn-review { width: 146px; height: 32px; line-height: 32px; text-align: center; background: #166dd8; color: #fff; border-radius: 26px; } .box-review .btn-review:hover { border: 1px solid #166dd8; color: #116dd8; background: #fff; } .box-review .list-review { margin-top: 15px; } .box-review .item-review { margin-bottom: 10px; position: relative; } .box-review .avatar { width: 40px; height: 40px; margin-right: 7px; } .box-review .avatar img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; display: block; } .box-review .info-cnt { width: calc(100% - 47px); } .box-review .info-cnt .cnt { font-size: 13px; } .box-review .name-user { font-weight: 700; } .box-review .total-view { font-size: 14px; } .box-review .total-view i { color: #f1b510; } .box-review .time { font-size: 13px; color: #afafaf; margin-right: 10px; } .box-review .btn-reply { color: #166dd8; } .box-review .list-image { margin-top: 10px; margin-bottom: 20px; } .box-review .list-image .item { width: 65px; height: 65px; display: block; margin-right: 10px; } .box-review .list-image .item img { width: 100%; height: 100%; } .box-review .list-reppy { width: 100%; margin-left: 45px; } .box-review .item-reply { position: relative; margin-bottom: 10px; } .box-review .item-reply::after { position: absolute; width: 26px; height: 115%; border-radius: 0 0 0 18px; background: transparent; border: 1px solid #e2e2e2; content: ""; left: -27px; border-top: 0; border-right: 0; bottom: 84%; } .box-review .more-review { display: flex; align-items: center; justify-content: center; color: #166dd8; padding-top: 15px; margin-top: 15px; border-top: 1px solid #f5f5f5; } .box-review .more-review i { margin-left: 5px; } .box-question { background: #f5f5f5; padding: 15px 10px; } .box-question .title { font-size: 16px; font-weight: 700; margin-bottom: 10px; } .box-question .title span { font-size: 14px; font-weight: 400; } .box-question .form-question { display: flex; } .box-question .input-question { box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078); background: #ffffff; width: calc(100% - 70px); height: 94px; border-radius: 10px; border: 0; outline: 0; padding: 10px 15px; } .box-question .input-question::-moz-placeholder { color: #afafaf; font-weight: 300; } .box-question .input-question::placeholder { color: #afafaf; font-weight: 300; } .box-question .btn-question { width: 60px; margin-left: 10px; height: 32px; line-height: 32px; border: 0; outline: 0; background: #166dd8; color: #fff; border-radius: 26px; cursor: pointer; } .box-question .btn-question:hover { background: #fff; border: 1px solid #166dd8; color: #116dd8; } .box-question .list-question { margin-top: 15px; } .box-question .item-question { margin-bottom: 15px; } .box-question .item-question .avatar { width: 20px; height: 20px; margin-right: 10px; margin-top: 3px; } .box-question .item-question .info-cnt { width: calc(100% - 30px); } .box-question .item-question .info-user .name-user { font-weight: 600; margin-right: 15px; } .box-question .item-question .info-user .time { color: #afafaf; font-size: 13px; } .box-question .item-question .cnt { background: #fff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078); padding: 10px 15px; border-radius: 10px; font-size: 13px; font-weight: 300; } .box-question .item-question .click-question { margin-top: 10px; color: #166dd8; display: flex; align-items: center; justify-content: flex-end; font-weight: 400; } .box-question .item-question .click-question i { margin-right: 5px; } .box-question .list-reply { margin-top: 15px; margin-left: 30px; } .box-question .reply-question { margin-bottom: 15px; } .box-question .reply-question .avatar { width: 20px; height: 20px; margin-right: 10px; margin-top: 3px; } .box-question .reply-question .info-cnt { width: calc(100% - 30px); } .box-question .reply-question .info-user .name-user { font-weight: 600; margin-right: 15px; } .box-question .reply-question .info-user .time { color: #afafaf; font-size: 13px; } .box-question .reply-question .cnt { background: #fff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1490196078); padding: 10px 15px; border-radius: 10px; font-size: 13px; font-weight: 300; } .box-question .reply-question .click-question { margin-top: 10px; color: #166dd8; display: flex; align-items: center; justify-content: flex-end; font-weight: 400; } .box-question .reply-question .click-question i { margin-right: 5px; } .box-question .more-question { display: flex; align-items: center; justify-content: center; color: #166dd8; padding-top: 15px; margin-top: 15px; border-top: 1px solid #f5f5f5; } .box-question .more-question i { margin-left: 5px; margin-top: 3px; } .box-history { padding: 15px 10px; } .box-history .title { font-size: 20px; text-align: center; padding: 5px 0; font-weight: 700; text-transform: uppercase; } .box-history .cnt-history { margin-top: 15px; box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1490196078); padding: 0 10px 15px 10px; border-radius: 15px; } .box-history .tab-history { background: #afafaf; padding: 5px; border-radius: 20px; margin-right: -5px; } .box-history .tab-history .item-tab { width: calc(33.3333333333% - 5px); margin-right: 5px; text-align: center; font-size: 14px; color: #fff; height: 34px; line-height: 34px; } .box-history .tab-history .item-tab.active, .box-history .tab-history .item-tab:hover { background: #fff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922); color: #000; border-radius: 20px; } .box-history table { text-align: left; } .box-history .table-tab { display: none; height: 230px; overflow: auto; width: 100%; } .box-history .table-tab.active { display: block; } .box-history .table-tab thead { background: #fff; } .box-history .table-tab th { position: sticky; top: 0; width: 30%; height: 35px; background: #fff; border-bottom: 1px solid #dfdfdf; } .box-history .table-tab td { font-size: 13px; width: 30%; height: 35px; border-bottom: 1px solid #dfdfdf; } .box-deposit { margin-top: 15px; } .box-deposit .title { font-size: 15px; font-weight: 400; display: block; margin-bottom: 10px; } .box-deposit .content-deposit { margin-left: 10px; padding-left: 20px; border-left: 2px solid #f1b510; } .box-deposit .circle { width: 24px; height: 24px; background-color: #1e7ef7; border: 2px solid #f7c12a; border-radius: 50%; display: flex; justify-content: center; align-items: center; } .box-deposit .circle-inner { width: 10px; height: 10px; background-color: #fff; border-radius: 50%; border: 2px solid #f7c12a; } .box-deposit .item { margin-bottom: 20px; } .box-deposit .item:last-child { margin-bottom: 0; } .box-deposit .item .step { width: 102px; position: relative; height: 40px; line-height: 40px; text-align: center; color: #fff; border-radius: 21px; font-size: 16px; font-weight: 700; background: #166dd8; margin-bottom: 10px; } .box-deposit .item .step .circle { position: absolute; left: -33px; top: 20%; } .box-deposit .item .price { padding: 0 5px; color: #f00000; } .box-deposit .item .note { color: #f00000; font-style: italic; } .box-deposit .contact-deposit { margin-top: 10px; font-style: italic; } .box-deposit .contact-deposit b { color: #f00000; } .box-deposit .pay-qr .title { font-size: 16px; font-weight: 600; margin: 15px 0; } .box-deposit .pay-qr img { width: 123px; height: 123px; margin-right: 10px; } .box-deposit .pay-qr .info { width: calc(100% - 133px); } body.page-detail .footer { padding-bottom: 70px; } .overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); z-index: 9999; display: none; } .overlay.active { display: block; } .box-popup { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); border: 2px solid #f1b510; width: 97%; border-radius: 30px; padding: 10px; background: #fff; z-index: 99991; display: none; } .box-popup.active { display: block; } .popup-rules .title { font-size: 20px; font-weight: 700; text-transform: uppercase; text-align: center; margin-bottom: 15px; } .popup-rules .click-close { position: absolute; top: 5px; right: 10px; font-size: 24px; color: #afafaf; } .popup-rules .note-time { font-weight: 400; margin-bottom: 20px; display: block; color: rgba(0, 0, 0, 0.7607843137); } .popup-rules .content { height: 300px; overflow-y: auto; } .popup-rules .content * { font-size: 14px; line-height: 20px; font-weight: 400; color: rgba(0, 0, 0, 0.8); } .popup-rules .btn-submit { display: block; width: 168px; height: 42px; line-height: 42px; text-align: center; margin: 20px auto; background: #116dd8; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 26px; outline: none; border: none; cursor: pointer; } .popup-rules .btn-submit:hover { border: 1px solid #116dd8; background: #fff; color: #116dd8; } .input-checkbox { margin-top: 12px; display: block; position: relative; padding-left: 30px; margin-bottom: 12px; cursor: pointer; font-size: 13px; font-weight: 500; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .input-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; } .input-checkbox input:checked ~ .checkmark { background-color: #3194fc; } .input-checkbox .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 15px; } .input-checkbox .checkmark:after { content: ""; position: absolute; display: block; } .input-checkbox:hover input ~ .checkmark { background-color: #3194fc; } .input-checkbox input:checked ~ .checkmark:after { display: block; } .input-checkbox .checkmark:after { left: 7px; top: 2px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; transform: rotate(45deg); } .radio-checkbox { display: block; position: relative; padding-left: 30px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; line-height: 20px; } .radio-checkbox input { position: absolute; opacity: 0; cursor: pointer; } .radio-checkbox .checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 50%; } .radio-checkbox:hover input ~ .checkmark { background-color: #ccc; } .radio-checkbox input:checked ~ .checkmark { background-color: #166dd8; } .radio-checkbox .checkmark:after { content: ""; position: absolute; display: none; } .radio-checkbox input:checked ~ .checkmark:after { display: block; } .radio-checkbox .checkmark:after { top: 6px; left: 5.5px; width: 9px; height: 9px; border-radius: 50%; background: white; } .popup-login .content { margin: 20px auto; } .popup-login .title { font-size: 20px; font-weight: 600; text-align: center; line-height: 24px; margin-bottom: 15px; } .popup-login .btn-login { padding: 0 15px; display: flex; align-items: center; justify-content: space-between; width: 100%; height: 52px; margin-bottom: 10px; border: 1px solid #8e8e8e; border-radius: 10px; } .popup-login .btn-login:hover { border: 1px solid #116dd8; } .popup-login .btn-login img { height: 28px; width: 28px; } .popup-login .btn-login span { margin-left: 10px; } .popup-login .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-yeucau .title { font-size: 20px; font-weight: 600; text-align: center; line-height: 24px; margin-bottom: 15px; } .popup-yeucau .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-yeucau .btn-submit { display: block; width: 168px; height: 42px; line-height: 42px; text-align: center; margin: 20px auto; background: #116dd8; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 26px; outline: none; border: none; cursor: pointer; } .popup-yeucau .btn-submit:hover { border: 1px solid #116dd8; background: #fff; color: #116dd8; } .popup-info-pay .title-main { font-size: 20px; font-weight: 600; text-align: center; line-height: 24px; margin-bottom: 15px; } .popup-info-pay .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-thongbao .title { font-size: 20px; font-weight: 600; text-align: center; line-height: 24px; margin-bottom: 15px; } .popup-thongbao .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-thongbao p { font-size: 14px; text-align: center; } .popup-thongbao .btn-submit { display: block; width: 168px; height: 42px; line-height: 42px; text-align: center; margin: 20px auto; background: #116dd8; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 26px; outline: none; border: none; cursor: pointer; } .popup-thongbao .btn-submit:hover { border: 1px solid #116dd8; background: #fff; color: #116dd8; } .popup-success::before { position: absolute; content: ""; background: url(../images/background-firework.png) no-repeat; background-size: contain; width: 120px; height: 85px; left: 0; top: 20px; } .popup-success::after { position: absolute; content: ""; background: url(../images/background-firework.png) no-repeat; background-size: contain; width: 120px; height: 85px; right: 0; top: 20px; transform: scaleX(-1); } .popup-success .title { font-size: 20px; font-weight: 600; text-align: center; background: linear-gradient(90deg, #d00000 11.46%, #ff2929 29.26%, #eb2121 47.05%, #d00000 88.22%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; font-weight: 700; } .popup-success .note-title { background: linear-gradient(90deg, #d00000 11.46%, #ff2929 29.26%, #eb2121 47.05%, #d00000 88.22%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 18px; text-align: center; } .popup-success .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-success .content { padding: 0 20px; text-align: center; line-height: 19px; margin-top: 25px; font-weight: 400; } .popup-success .btn-submit { display: block; width: 168px; height: 42px; line-height: 42px; text-align: center; margin: 20px auto; background: #116dd8; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 26px; outline: none; border: none; cursor: pointer; } .popup-success .btn-submit:hover { border: 1px solid #116dd8; background: #fff; color: #116dd8; } .popup-error .title { font-size: 20px; font-weight: 600; text-align: center; background: linear-gradient(90deg, #ea9000 4.5%, #f4bc20 65%, #f1d710 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: uppercase; font-weight: 700; } .popup-error .fa-exclamation-triangle { background: linear-gradient(90deg, #ea9000 4.5%, #f4bc20 65%, #f1d710 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 58px; text-align: center; display: block; margin-bottom: 10px; } .popup-error .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-error .btn-submit { display: block; width: 168px; height: 42px; line-height: 42px; text-align: center; margin: 20px auto; background: #116dd8; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 26px; outline: none; border: none; cursor: pointer; } .popup-error .btn-submit:hover { border: 1px solid #116dd8; background: #fff; color: #116dd8; } .popup-error .content { color: #1e1e1e; text-align: center; } .page-list-deal .background-deal { margin-top: 10px; background: #ee4d2d; border-radius: 15px; padding: 10px; } .page-list-deal .title { display: flex; align-items: center; justify-content: center; margin-bottom: 10px; } .page-list-deal .title .icon-deal { display: block; width: 29px; height: 29px; background: url(../images/icon-flash.png) no-repeat; background-size: contain; } .page-list-deal .title p { text-transform: uppercase; font-size: 24px; font-weight: 700; color: #fff; } .page-list-deal .tab-list { margin-bottom: 10px; } .page-list-deal .tab-list .item { width: calc(50% - 5px); padding: 7px; border-radius: 15px 15px 0 0; background: #afafaf; color: #fff; } .page-list-deal .tab-list .item.active, .page-list-deal .tab-list .item:hover { background: #166dd8; } .page-list-deal .tab-list .item p { font-size: 15px; text-align: center; font-weight: 700; text-transform: uppercase; margin-bottom: 5px; } .page-list-deal .tab-list .item span { font-size: 13px; } .page-list-deal .tab-list .box-time { display: flex; align-items: center; justify-content: center; } .page-list-deal .tab-list .item-time { margin-left: 12px; display: flex; flex-wrap: wrap; justify-content: center; text-align: center; flex-direction: column; } .page-list-deal .tab-list .item-time b { background: #000; width: 26px; height: 26px; line-height: 26px; text-align: center; color: #fff; font-weight: 700; position: relative; border-radius: 5px; } .page-list-deal .tab-list .item-time b::after { content: ":"; position: absolute; right: -7px; color: #fff; } .page-list-deal .tab-list .item-time:last-child b { margin: 0; } .page-list-deal .tab-list .item-time:last-child b::after { content: none; } .page-list-deal .product-list { margin-right: -10px; } .page-list-deal .paging { margin-top: 10px; } .page-list-deal .paging .item.active { background: #166dd8; border: 1px solid #116dd8; } .page-detail.deal .box-deal-time { background: #ee4d2d; width: 100%; padding: 10px; border-radius: 5px; } .page-detail.deal .box-deal-time img { width: 22px; height: 29px; display: block; margin-right: 10px; } .page-detail.deal .box-deal-time .title { font-size: 20px; text-transform: uppercase; font-weight: 700; color: #fff; } .page-detail.deal .box-deal-time .right { color: #fff; } .page-detail.deal .box-deal-time .right span { margin-right: 10px; } .page-detail.deal .main-price { margin: 10px 0; } .page-detail.deal .main-price .price { font-size: 26px; font-weight: 600; color: #f00000; margin-right: 10px; } .page-detail.deal .main-price .old-price { color: #afafaf; font-size: 14px; margin-right: 15px; } .page-detail.deal .main-price .saleoff { width: 42px; height: 20px; line-height: 20px; padding-left: 10px; background: #f00000; font-size: 12px; color: #fff; border-radius: 5px; font-weight: 600; position: relative; } .page-detail.deal .main-price .saleoff::before { position: absolute; left: -6px; top: 0; width: 15px; height: 20px; content: ""; background: url(../images/icon-flash.png) no-repeat; background-size: cover; } .page-detail.deal .btn-deal { width: 100%; text-align: center; height: 42px; line-height: 42px; border-radius: 26px; color: #fff; background: #116dd8; text-transform: uppercase; font-size: 18px; font-weight: 700; display: block; } .page-detail.deal .box-btn-deal { position: fixed; width: 100%; padding: 10px; background: #fff; left: 0; bottom: 0; z-index: 99; border: 0; margin: 0; } .page-detail.deal .list-product-deal { margin-top: 5px; } .page-detail.deal .list-product-deal .backgrond-deal { background: #ee4d2d; border-radius: 15px; padding: 10px; } .page-detail.deal .list-product-deal .title { font-size: 20px; font-weight: 700; text-transform: uppercase; text-align: center; margin-bottom: 10px; color: #fff; } .page-detail.deal .list-product-deal .item-auction { width: 100%; margin-bottom: 15px; } .page-detail.deal .list-product-deal .list { margin-right: -10px; } .page-detail.deal .box-sold-detail { width: 100%; background: #ffe9c2; height: 18px; line-height: 18px; border-radius: 26px; position: relative; } .page-detail.deal .box-sold-detail .line { position: absolute; left: 0; top: 0; height: 100%; background: #f48320; border-radius: 26px; } .page-detail.deal .box-sold-detail .txt { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; text-align: center; z-index: 9; color: #222; font-size: 10px; font-weight: 500; } .popup-add-cart { padding: 0; } .popup-add-cart .title { width: 100%; height: 50px; line-height: 50px; background: #f1b510; color: #fff; font-size: 20px; text-align: center; font-weight: 700; text-transform: uppercase; border-radius: 27px 27px 0 0; } .popup-add-cart .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-add-cart .form-cart { padding: 15px; } .popup-add-cart .title-form { margin-bottom: 10px; font-size: 18px; font-weight: 700; text-transform: uppercase; color: #f1b510; } .popup-add-cart .title-form i { font-size: 23px; margin-right: 10px; color: #f1b510; position: relative; } .popup-add-cart .title-form i::after { position: absolute; content: ""; background-color: #f1b510; width: 8px; height: 8px; border-radius: 50%; right: -7px; top: -4px; z-index: 999; border: 3px solid #fff; } .popup-add-cart .input { width: 100%; height: 40px; border-radius: 8px; border: 1px solid #e6e6e6; outline: none; padding: 15px; background: #f5f5f5; } .popup-add-cart .item-input { margin-bottom: 10px; } .popup-add-cart .item-input.error .note-error { color: #f00000; font-size: 12px; } .popup-add-cart select.input { padding: 0 10px; } .popup-add-cart .box-provisional { margin-bottom: 10px; } .popup-add-cart .total-amount { font-size: 20px; font-weight: 700; color: #f00000; } .popup-add-cart .btn-send-cart { display: block; width: 100%; height: 42px; line-height: 42px; text-align: center; margin: 20px auto auto auto; background: #116dd8; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 26px; outline: none; border: none; cursor: pointer; } .popup-add-cart .btn-send-cart:hover { border: 1px solid #116dd8; background: #fff; color: #116dd8; } .popup-buy-success .title { font-size: 18px; text-align: center; font-weight: 700; text-transform: uppercase; color: #a0d427; } .popup-buy-success .title img { width: 58px; height: 58px; display: block; margin: auto auto 15px auto; } .popup-buy-success .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-buy-success .content { text-align: center; } .popup-buy-success .content p { font-style: italic; } .popup-buy-success .content a { color: #f00000; } .popup-buy-success .content b { display: block; margin: 15px 0; } .page-account .content-account { margin-top: 20px; } .page-account .name-avatar { margin-bottom: 20px; } .page-account .name-avatar .avatar { width: 40px; height: 40px; margin-right: 10px; line-height: 40px; font-size: 24px; font-weight: 600; background: #d9d9d9; border-radius: 50%; text-align: center; } .page-account .name-avatar .info b { display: block; font-size: 18px; line-height: 20px; } .page-account .tab { margin-right: -10px; } .page-account .item-tab { width: calc(33.3333333333% - 10px); margin-right: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 66px; margin-bottom: 10px; border-radius: 5px; align-items: center; background: #afafaf; color: #fff; padding: 0 16px; } .page-account .item-tab i { margin-right: 10px; } .page-account .item-tab span { font-size: 12px; text-align: center; width: 66px; margin: 0 auto; } .page-account .item-tab.active, .page-account .item-tab:hover { background: #116dd8; color: #fff; } .page-account .input { width: 100%; height: 40px; border-radius: 8px; border: 1px solid #e6e6e6; outline: none; padding: 15px; margin-bottom: 10px; background: #f5f5f5; } .page-account .box-phone { position: relative; } .page-account .box-phone .btn-otp { position: absolute; right: 0; top: 0; display: block; width: 130px; height: 40px; line-height: 40px; text-align: center; background: #f1b510; border-radius: 8px; color: #fff; } .page-account .box-phone .btn-otp:hover { color: #f1b510; border: 1px solid #f1b510; background: #fff; } .page-account .box-sex { margin-bottom: 10px; } .page-account .box-sex .item { margin-left: 15px; } .page-account .btn-update { display: block; margin: 20px auto auto auto; width: 180px; height: 42px; line-height: 42px; text-align: center; color: #fff; background: #f00000; border-radius: 8px; outline: 0; border: 0; font-size: 18px; font-weight: 700; text-transform: uppercase; } .page-account .table-history .title { font-size: 24px; font-weight: 600; text-align: center; text-transform: uppercase; margin-bottom: 20px; } .page-account .table-history table { text-align: left; } .page-account .table-history thead { position: sticky; top: 0; } .page-account .table-history th { background: #e2e2e2; height: 40px; padding: 0 10px; } .page-account .table-history td { height: 40px; padding: 0 10px; } .page-account .table-history .status.ship { color: #17c967; } .page-account .table-history .status.cancel { color: #d00000; } .page-account .table-history .status.processing { color: #f48320; } .page-account .table-history .status.success { color: #0caaf9; } .page-account .content-tab { display: none; } .page-account .content-tab.active { display: block; } .popup-input-opt .title { font-size: 20px; font-weight: 600; text-align: center; line-height: 24px; margin-bottom: 15px; } .popup-input-opt .click-close { position: absolute; top: -15px; right: -10px; font-size: 24px; color: #fff; width: 42px; height: 42px; line-height: 42px; background: #222; border: 3px solid #f1b510; border-radius: 50%; text-align: center; } .popup-input-opt .input-otp { width: 100%; height: 40px; border: 0; outline: 0; border-bottom: 1px solid #bdbdbd; margin: 0 auto; display: block; text-align: center; } .popup-input-opt .btn-submit { display: block; width: 168px; height: 42px; line-height: 42px; text-align: center; margin: 20px auto; background: #116dd8; color: #fff; text-transform: uppercase; font-weight: 700; border-radius: 26px; outline: none; border: none; cursor: pointer; } .popup-input-opt .btn-submit:hover { border: 1px solid #116dd8; background: #fff; color: #116dd8; } @media (max-width: 414px) { .item-auction .price-auction .price-highest { font-size: 14px; } }/*# sourceMappingURL=style-mb.css.map */