
.homeContainer {
    width: 1366px;
    margin: 0 auto;
    padding: 16px 0px;
}

.homeGridCard {
    display: grid;
    grid-template-columns: 1fr minmax(0, 424px);
    grid-template-rows: auto;
    grid-template-areas:
      "banner popularProducts"
      "markets popularProducts"
      "markets downloadApp"
      "markets empty";
    column-gap: 24px;
    row-gap: 0;
}

.homeBannerCard {
    grid-area: banner;
    margin-bottom: 24px;
    background-color: #fff;
    min-height: 334px;
    border-radius: 15px;
    position: relative;
}

.homeBannerContent {
    height: 334px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.homeBannerContentInput {
    display: flex;
    margin-right: 20px;
    align-items: center;
    background-color: rgba(243, 245, 248, 0.8);
    padding-right: 4px;
    border-radius: 8px;
    border: 1px solid transparent;
}

.homeBannerContentInput:hover {
    border-color: #000000;
}

.homeBannerContentInput input {
    caret-color: #000000;
    margin: 0;
    background-color: transparent;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    width: 300px;
    outline: none;
    padding: 0 0 0 16px;
    color: #f7f7f7;
    font-weight: 700;
    border: none;
}

.homeBannerContentInputBut {
    padding-left: 14px;
    padding-right: 14px;
    min-width: 160px;
    height: 44px;
    background: #000000;
    border-radius: 6px;
    color: #fff;
    line-height: 44px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    cursor: pointer;
}

.homeBannerImg {
    width: 334px;
    height: 334px;
    position: absolute;
    top: 0;
    right: 0;
}

.homeBannerContentTitle {
    margin-bottom: 32px;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700;
}

.homePopularProductsCard {
    grid-area: popularProducts;
    /* background-color: #fff; */
}

.titleH2 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    font-weight: 700;
}

.homeMarketsCard {
    grid-area: markets;
}

.homeMarketsContent {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 16px;
    background-color: #fff;
}

.homeMarketsContent .el-tabs__nav-scroll {
    padding-left: 0px !important;
    margin-bottom: 0px;
}

.homeMarketsContent .el-tabs__item {
    font-size: 16px !important;
    font-weight: 600 !important;
    /* line-height: 24px; */
}

.homeMarketsContent .el-tabs__active-bar {
    background-color: #000000 !important;
}

.homeMarketsContent .el-tabs__item.is-active {
    color: #000000 !important;
}

.table_box {
    width: 100%;
    font-size: 16px;
}

.home_gay {
    color: #7c7c7c;
}

.table_box .table_td {
    display: flex;
    gap: 10px;
    padding: 12px;
    border-top: none;
    color: #FAFAFA;
}

.table_box .table_h {
    border-top: none;
    border-bottom: none;
}

.table_box .table_td > div {
    min-width: 0;
    flex: 1;
    flex-shrink: 0;
    text-align: right;
}

.table_box .table_b {
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
}

.table_box .table_b:hover {
    /*background-color: #f2f2f2;*/
    border: 1px solid #FAFAFA;
    border-radius: 6px;
}

.table_box .table_b img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.table_but {
    padding: 4px 22px;
    border-radius: 6px;
    background-color: transparent;
    color: #fff!important;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
}
.table_but a {
    color: #fff!important;
}
.table_but a:hover {
    color: #000000!important;
}

.table_but:hover {
    background-color: #fff;
    color: #000000!important;
}
.table_but:hover a {
    background-color: #fff;
    color: #000000!important;
}

.table_but_img {
    margin-right: 8px;
    display: inline;
    background-image: url('../image/home_ic_candleline.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.table_but_img:hover {
    background-image: url('../image/home_ic_candlelineW.png');
}

.flex-row-cen {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-end-cen {
    display: flex;
    justify-content: end;
    align-items: center;
}

.text-l {
    text-align: left !important;
}

.hotFunctionsCard {
    display: grid;
    gap: 8px;
    box-sizing: border-box;
}

.hotFunctionsItem {
    outline: none;
    background-color: #fff;
    width: 100%;
    padding: 20px 24px;
    box-sizing: border-box;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: opacity .2s ease-in-out, border-color .2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
}

.hotFunctionsItemContent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 16px;
}

.hotFunctionsItem:hover {
    border: 1px solid #000000;
    background-color: #f8f8f8;
}

.hotFunctionsItem:hover .iconArrowRight {
    opacity: 1;
}

.iconArrowRight {
    color: #000000;
    font-size: 20px;
    opacity: 0;
}

.hotFunctionsItemContentTitle {
    color: #000;
    font-size: 16px;
    line-height: 1.41;
}

.hotFunctionsItemContentSub {
    color: #898989;
    font-size: 14px;
    line-height: 1.71;
}

.hotFunctionsItemContentImg {
    width: 40px;
    height: 40px;
}

.homeDownloadCard {
    background: radial-gradient(circle at 20% 100%, #af8bea33 10%, #fff 115%);
    max-height: 384px;
    border-radius: 16px;
    grid-area: downloadApp;
    margin-top: 24px;
    padding-top: 24px;
    padding-inline: 24px;
    overflow: hidden;
}

.homeDownloadCardTitle {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 4px
}

.homeDownloadCardTitle span {
    color: #000000;
}

.homeDownloadCardSub {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
    margin-bottom: 27px;
}

.homeDownloadCardContent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 0;
    gap: 48px
}

.homeDownloadCardContentImg {
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
    gap: 0;
    gap: 16px
}

.homeDownloadCardContentImg img {
    width: 132px;
}

.homeSub1 {
    padding-top: 50px;
}

.homeSub1Title {
    font-size: 40px;
    color: #000000;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.homeSub1TitleSub {
    font-size: 20px;
    color: #6e6e73;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 50px;
}

.homeSub1Content {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.homeSub1Content > div {
    flex: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.homeSub1Content .title {
    margin-left: 20px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
}

.homeSub1Content .sub {
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    word-break: break-word;
}

.homeSub1Content img {
    width: 90px;
    height: 90px;
}

.homeSub2 {
    margin-top: 200px;
}

.homeSub2Title {
    font-size: 40px;
    color: #000000;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.homeSub2TitleSub {
    font-size: 20px;
    color: #6e6e73;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 50px;
}

.homeSub2Content {
    display: flex;
    gap: 50px;
}

.homeSub2Content > div {
    flex: 1;
    flex-shrink: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #F7F8FC;
    border-radius: 20px;
    min-height: 400px;
    box-sizing: border-box;
    padding: 20px 40px 20px 30px;
}

.homeSub2Content img {
    width: 80px;
    height: 89px;
}

.homeSub2Content .title {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 10px;
}

.homeSub2Content .sub {
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    line-height: 1.4;
    word-break: break-word;
}