Files
appliance_auction/assets/css/style.css
2024-11-12 13:32:53 +07:00

2905 lines
55 KiB
CSS

@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro: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: "Be Vietnam Pro", sans-serif;
}
body {
color: #222;
font-family: "Be Vietnam Pro", sans-serif;
font-size: 15px;
margin: 0 auto;
background: #fff;
}
html {
font-size: 100%;
font-family: "Be Vietnam Pro", 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;
}
.container {
padding: 0 10px;
max-width: 1210px;
margin: 0 auto;
}
.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;
}
.header {
background: #166dd8;
padding: 6px 0;
}
.header .logo img {
height: 35px;
display: block;
}
.header .header-right span,
.header .header-right i {
color: #fff;
margin-left: 5px;
font-size: 14px;
text-transform: uppercase;
}
.header .header-right .item {
margin-left: 20px;
display: flex;
align-items: center;
}
.header .header-right .item:hover span {
color: #f1b510;
}
.header .header-right img {
width: 15px;
}
.header .header-right i.fa-solid.fa-caret-down {
margin-bottom: 5px;
}
.homepage .banner {
margin-bottom: 20px;
}
.homepage .banner img {
display: block;
width: 100%;
}
.homepage .box-top-auction .title {
width: 390px;
height: 55px;
line-height: 55px;
text-align: center;
border-radius: 26px;
font-size: 32px;
color: #fff;
text-transform: uppercase;
background: #ea3e00;
font-weight: 600;
}
.homepage .box-top-auction .list-auction {
margin-top: 20px;
margin-right: -15px;
}
.item-auction {
display: flex;
padding: 10px;
border: 1px solid #e2e2e2;
border-radius: 10px;
width: calc(33.3333333333% - 15px);
margin-right: 15px;
margin-bottom: 15px;
background: #fff;
}
.item-auction .images {
display: block;
position: relative;
width: 120px;
height: 120px;
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% - 130px);
}
.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;
}
.box-list-auction {
margin-top: 65px;
}
.box-list-auction .background-auction {
background: #166dd8;
border-radius: 15px;
padding: 15px;
}
.box-list-auction .title {
background: #f1b510;
width: 430px;
height: 70px;
line-height: 70px;
color: #fff;
border-radius: 35px;
text-align: center;
font-size: 32px;
font-weight: 600;
text-transform: uppercase;
margin: -45px auto auto auto;
}
.box-list-auction .tab-list {
margin: 25px 0 30px 0;
}
.box-list-auction .tab-list .item {
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
padding: 10px;
border-radius: 15px 15px 0 0;
background: #afafaf;
color: #fff;
}
.box-list-auction .tab-list .item.active,
.box-list-auction .tab-list .item:hover {
background: #f1b510;
}
.box-list-auction .tab-list .item p {
font-size: 16px;
font-weight: 700;
padding-right: 5px;
text-transform: uppercase;
}
.box-list-auction .tab-list .item span {
font-size: 13px;
}
.box-list-auction .tab-list .box-time {
display: flex;
align-items: center;
}
.box-list-auction .tab-list .item-time {
margin-left: 12px;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
flex-direction: column;
}
.box-list-auction .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-list-auction .tab-list .item-time b::after {
content: ":";
position: absolute;
right: -7px;
color: #fff;
}
.box-list-auction .tab-list .item-time:last-child b {
margin: 0;
}
.box-list-auction .tab-list .item-time:last-child b::after {
content: none;
}
.box-list-auction .list-auction {
margin-right: -15px;
}
.box-list-auction .more-all {
width: 110px;
height: 32px;
line-height: 31px;
display: block;
border-radius: 5px;
border: 1px solid #fff;
margin: 10px auto auto auto;
text-align: center;
color: #fff;
}
.box-list-auction .more-all:hover {
background: #fff;
color: #ee4d2d;
}
.box-deal-hot {
margin-top: 30px;
}
.box-deal-hot .background-deal {
background: #ee4d2d;
border-radius: 15px;
padding: 15px;
}
.box-deal-hot .title {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.box-deal-hot .title .icon-deal {
display: block;
width: 29px;
height: 29px;
background: url(../images/icon-flash.png) no-repeat;
background-size: contain;
}
.box-deal-hot .title p {
text-transform: uppercase;
font-size: 32px;
font-weight: 700;
color: #fff;
}
.box-deal-hot .tab-list {
margin: 25px 0 30px 0;
}
.box-deal-hot .tab-list .item {
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
padding: 10px;
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: 16px;
font-weight: 700;
padding-right: 5px;
text-transform: uppercase;
}
.box-deal-hot .tab-list .item span {
font-size: 13px;
}
.box-deal-hot .tab-list .box-time {
display: flex;
align-items: 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: -15px;
}
.box-deal-hot .more-all {
width: 110px;
height: 32px;
line-height: 31px;
display: block;
border-radius: 5px;
border: 1px solid #fff;
margin: 15px auto auto auto;
text-align: center;
color: #fff;
}
.box-deal-hot .more-all:hover {
background: #fff;
color: #ee4d2d;
}
.item-deal {
width: calc(20% - 15px);
margin-right: 15px;
margin-bottom: 15px;
padding: 15px;
border-radius: 12px;
background: #fff;
}
.item-deal .images {
width: 200px;
height: 200px;
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: 32px;
font-weight: 600;
text-transform: uppercase;
color: #110e83;
}
.box-faq .content-faq .item {
float: left;
width: calc(50% - 15px);
margin-right: 15px;
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: 16px;
font-weight: 700;
color: #3a3a3a;
}
.footer .main-footer {
background: #110e83;
margin-top: 15px;
}
.footer .footer-policies {
padding: 25px 0;
border-bottom: 1px solid #646386;
}
.footer .footer-policies .item-policies {
display: flex;
align-items: center;
width: 25%;
}
.footer .footer-policies .icons {
width: 26px;
height: 30px;
display: block;
margin-right: 13px;
}
.footer .footer-policies .txt {
width: calc(100% - 26px - 13px);
color: #fff;
font-size: 16px;
}
.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 {
width: 235px;
display: block;
position: absolute;
right: 0;
top: 50%;
transform: translate(0, -50%);
}
.breadcrumb ol {
width: 100%;
float: left;
padding: 0;
margin: 0;
background: none;
}
.breadcrumb ol li {
float: left;
list-style: none;
}
.breadcrumb ol li a span {
font-size: 14px;
float: left;
display: flex;
align-items: center;
color: #000;
line-height: 40px;
}
.breadcrumb ol li a span:hover {
color: var(--color-hover);
}
.breadcrumb ol li a:last-child {
color: #222;
}
.breadcrumb ol li h1 {
font-size: 15px;
line-height: 40px;
float: left;
font-weight: 400;
margin: 0;
}
.breadcrumb ol li i {
margin: 0 10px;
float: left;
line-height: 40px;
font-style: normal;
}
.breadcrumb ol li:last-child i {
display: none;
}
.breadcrumb i {
color: #333;
font-size: 15px;
}
.page-auction .background-aution {
margin-top: 65px;
background: #166dd8;
padding: 15px;
border-radius: 15px;
}
.page-auction .title {
width: 430px;
display: block;
height: 70px;
line-height: 70px;
text-align: center;
border-radius: 35px;
background: #f1b510;
color: #fff;
text-transform: uppercase;
font-size: 32px;
margin: -50px auto auto auto;
font-weight: 600;
}
.page-auction .tab-list {
margin: 25px 0 30px 0;
}
.page-auction .tab-list .item {
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
padding: 10px;
border-radius: 15px 15px 0 0;
background: #afafaf;
color: #fff;
}
.page-auction .tab-list .item.active,
.page-auction .tab-list .item:hover {
background: #f1b510;
}
.page-auction .tab-list .item p {
font-size: 16px;
font-weight: 700;
padding-right: 5px;
text-transform: uppercase;
}
.page-auction .tab-list .item span {
font-size: 13px;
}
.page-auction .tab-list .box-time {
display: flex;
align-items: center;
}
.page-auction .tab-list .item-time {
margin-left: 12px;
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
flex-direction: column;
}
.page-auction .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-auction .tab-list .item-time b::after {
content: ":";
position: absolute;
right: -7px;
color: #fff;
}
.page-auction .tab-list .item-time:last-child b {
margin: 0;
}
.page-auction .tab-list .item-time:last-child b::after {
content: none;
}
.page-auction .list-auction {
margin-right: -15px;
}
.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;
}
.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;
}
.page-detail .content-main-detail {
margin-top: 20px;
}
.page-detail .content-main-detail .content-left {
width: calc(100% - 490px - 32px);
margin-right: 32px;
}
.page-detail .content-main-detail .content-right {
width: 490px;
}
.page-detail .BigImage {
width: calc(100% - 85px - 32px);
margin-left: 32px;
}
.page-detail .thumbImage {
height: 400px;
}
.page-detail .box-thumbImage {
width: 85px;
height: 560px;
box-sizing: border-box;
padding: 30px 0;
position: relative;
}
.page-detail .box-thumbImage .swiper-slide {
cursor: pointer;
}
.page-detail .box-thumbImage img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.page-detail .box-thumbImage .swiper-slide-thumb-active img {
opacity: 1;
border: 1px solid transparent;
-o-border-image: linear-gradient(
359.53deg,
#3935c8 82.81%,
#1355f0 92%,
#0caaf9 99.12%
);
border-image: linear-gradient(
359.53deg,
#3935c8 82.81%,
#1355f0 92%,
#0caaf9 99.12%
);
border-image-slice: 1;
border-radius: 10px;
}
.page-detail .product-name {
font-size: 20px;
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: 20px;
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: 20px 0 27px 0;
}
.page-detail .box-specification .item {
display: flex;
margin-bottom: 15px;
}
.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 .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 .btn-auction:hover {
border: 1px solid #f00000;
color: #f00000;
background: #fff;
}
.page-detail .box-live-auction {
margin-top: 20px;
}
.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 30px 15px 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: 423px;
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: calc(100% - 423px);
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 .content-revew-history {
margin-top: 22px;
}
.page-detail .content-revew-history .content-left {
width: calc(100% - 490px - 18px);
margin-right: 18px;
}
.page-detail .content-revew-history .content-right {
width: 490px;
}
.page-detail .box-info-product {
margin-top: 20px;
}
.page-detail .box-info-product .item-tab {
width: 222px;
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: 290px;
display: block;
margin-right: 10px;
height: 290px;
-o-object-fit: contain;
object-fit: contain;
}
.page-detail .box-info-product .content-tab .info ul {
width: calc(100% - 300px);
}
.page-detail .box-info-product .content-tab .info ul li {
list-style: inside;
font-size: 14px;
line-height: 20px;
}
.page-detail .list-product-auction {
background: #166dd8;
margin-top: 15px;
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%;
}
.page-detail .list-product-auction .item-auction .images {
width: 160px;
height: 160px;
}
.page-detail .list-product-auction .item-auction .info {
width: calc(100% - 170px);
}
.page-detail .box-user-win {
border-top: 1px dashed #e2e2e2;
margin-top: 15px;
padding-top: 10px;
}
.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 {
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;
}
.box-thumbImage .swiper-button-next::after {
font-size: 16px;
color: #000;
font-weight: 700;
}
.box-thumbImage .swiper-button-next {
position: absolute;
top: 468px;
transform: rotate(90deg);
left: 35%;
}
.box-thumbImage .swiper-button-prev {
position: absolute;
top: 0;
transform: rotate(90deg);
left: 35%;
}
.box-thumbImage .swiper-button-prev::after {
font-size: 16px;
color: #000;
font-weight: 700;
}
.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 {
box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1490196078);
background: #fff;
border-radius: 15px;
padding: 20px 15px;
}
.box-review .title-left h2 {
font-size: 16px;
margin-right: 10px;
}
.box-review .title-left .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 {
margin-top: 25px;
background: #f5f5f5;
padding: 15px;
border-radius: 15px;
}
.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-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);
}
.box-history {
box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1490196078);
padding: 15px;
border-radius: 15px;
}
.box-history .title {
font-size: 20px;
text-align: center;
padding: 5px 0;
font-weight: 700;
text-transform: uppercase;
}
.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 {
margin-top: 15px;
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 {
width: 30%;
height: 35px;
border-bottom: 1px solid #dfdfdf;
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 99;
display: none;
}
.overlay.active {
display: block;
}
.box-popup {
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 2px solid #f1b510;
width: 590px;
border-radius: 30px;
padding: 15px;
background: #fff;
z-index: 999;
display: none;
}
.box-popup.active {
display: block;
}
.popup-rules .title {
font-size: 24px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
margin-bottom: 15px;
}
.popup-rules .click-close {
position: absolute;
top: 10px;
right: 20px;
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: 340px;
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;
}
.popup-login .content {
width: 390px;
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: 24px;
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: 20px;
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: 24px;
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;
}
.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: 390px;
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;
}
.input-checkbox {
margin-top: 12px;
display: block;
position: relative;
padding-left: 30px;
margin-bottom: 12px;
cursor: pointer;
font-size: 14px;
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;
}
.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 .content-left {
width: 187px;
margin-right: 32px;
}
.page-account .item-tab {
width: 100%;
display: flex;
height: 42px;
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: 13px;
}
.page-account .item-tab.active,
.page-account .item-tab:hover {
background: #116dd8;
color: #fff;
}
.page-account .form-info {
width: 567px;
}
.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 .content-right {
width: calc(100% - 187px - 32px);
}
.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;
}
.page-list-deal .background-deal {
margin-top: 10px;
background: #ee4d2d;
border-radius: 15px;
padding: 15px;
}
.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: 32px;
font-weight: 700;
color: #fff;
}
.page-list-deal .tab-list {
margin: 25px 0 30px 0;
}
.page-list-deal .tab-list .item {
display: flex;
align-items: center;
justify-content: center;
margin-right: 15px;
padding: 10px;
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: 16px;
font-weight: 700;
padding-right: 5px;
text-transform: uppercase;
}
.page-list-deal .tab-list .item span {
font-size: 13px;
}
.page-list-deal .tab-list .box-time {
display: flex;
align-items: 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: -15px;
}
.page-list-deal .paging {
margin-top: 20px;
}
.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 .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 .btn-deal:hover {
border: 1px solid #116dd8;
color: #116dd8;
background: #fff;
}
.page-detail.deal .list-product-deal {
background: #ee4d2d;
margin-top: 15px;
border-radius: 15px;
padding: 15px;
}
.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 .list {
margin-right: -15px;
}
.page-detail.deal .list-product-deal .item-deal {
width: calc(50% - 15px);
}
.page-detail.deal .box-sold-detail {
width: 290px;
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: 70px;
line-height: 70px;
background: #f1b510;
color: #fff;
font-size: 24px;
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 .box-select .item-input {
width: calc(50% - 5px);
}
.popup-add-cart .box-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: 390px;
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: 24px;
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;
}
/*# sourceMappingURL=style.css.map */