@import "./theme.css";
@import "./icons.css";

* {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
/* 定义滚动条 */
::-webkit-scrollbar {
    width: 5px;
}

/* 定义滚动条轨道 */
::-webkit-scrollbar-track {
    background: var(--theme-background-color);
    border-radius: 3px;
}

/* 定义滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: var(--theme-button-Bg-color);
    border-radius: 1px;
}

/* 鼠标悬停在滑块上的样式 */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    background-color: var(--theme-background-color);
}
h1 {
    color: var(--theme-success-color);
}

a {
    outline: none;
}

/* 首页 */
.topMenuBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: var(--theme-background-color);
    backdrop-filter: blur(5px);
}
.topFixed {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.topLogo strong {
    font-size: 24px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: super;
    color: var(--theme-success-color);
}
.topLogo img {
    width: 35px;
    vertical-align: baseline;
}
.topMenu {
    text-align: center;
}
.topMenu a,
.loginA {
    color: var(--theme-mainFont-color);
    text-decoration: none;
    margin: 0 10px;
}
.topMenu a:hover {
    color: #1525d3;
}
.topMenu {
    flex: 2;
}
.topFun {
    /* width: 300px; */
}
.topFun span {
    margin-right: 10px;
    vertical-align: bottom;
    cursor: pointer;
    color: var(--theme-mainFont-color);
}
.selectLangIcon {
    position: relative;
}
.selectLangIcon:hover .selectLang {
    display: block;
}
.selectLang {
    background: var(--theme-background-color);
    border: 1px solid var(--theme-border-color);
    border-radius: 4px;
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    height: 50vh;
    overflow-y: scroll;
}
.selectLang li {
    min-height: 30px;
    min-width: 100px;
    text-align: center;
}
.selectLang li:hover {
    background: var(--theme-background-main-color);
}
/* 内容 */
.bannerMain {
    display: flex;
    margin-top: 100px;
    justify-content: center;
}
.banner-img img {
    width: 80%;
    vertical-align: middle;
    border-radius: 10px;
    border: 1px solid var(--theme-border-color);
}
.imgRight {
    text-align: right;
}
.banner {
    width: 400px;
}
.banner h2,
.videoIntroduction h2 {
    color: var(--theme-mainFont-color);
}
.banner p,
.videoBox p {
    margin: 20px 0;
    color: var(--theme-richFont-color);
}
.videoBoxMain {
    text-align: center;
}
.videoIntroduction {
    margin-top: 20px;
}
.videoIntroduction > p {
    color: var(--theme-richFont-color);
}
.videoBox h2 {
    color: var(--theme-mainFont-color);
}
.banner button,
.videoBox button {
    background: var(--theme-button-Bg-color);
    color: var(--theme-button-color);
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}
.DownLoad iconify-icon {
    vertical-align: middle;
    margin-right: 10px;
}
.DownLoad a {
    color: var(--theme-button-color);
}
.banner button:hover,
.videoBox button:hover {
    background: var(--theme-button-hover-color);
}
.banner > h2 {
    border-left: 10px solid;
    padding-left: 20px;
    border-image: linear-gradient(to top, #1525d3, #fa5f5f) 1;
}
.productIntroduction {
    display: flex;
    padding: 100px 14vw 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.productIntroduction div {
    padding: 10px;
    border: 1px solid var(--theme-border-color);
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    margin: 5px;
    min-height: 100px;
    width: 240px;
}
.productIntroduction div:hover {
    background: var(--theme-hover-color);
    margin-top: -10px;
}
.productIntroduction h2 {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--theme-mainFont-color);
}
.productIntroduction iconify-icon {
    vertical-align: middle;
}
.productIntroduction p {
    color: var(--theme-richFont-color);
}
.footer {
    text-align: center;
    padding: 0 calc(10vw + 5px);
    margin: 50px 0;
}
.footer div {
    background-color: var(--theme-background-main-color);
    padding: 25px 50px;
    border-radius: 5px;
    text-align: center;
}
.countryLang {
    padding-top: 0 !important;
}
.footer span {
    margin-right: 20px;
}
.footer span,
.footer a {
    color: var(--theme-richFont-color);
}
.activeMenu {
    color: #1525d3 !important;
    font-weight: bold;
}
.collectionCenter {
    background: var(--theme-member-bg-color);
    height: 100vh;
}

.collectionCenter-container {
    /* max-width: 960px; */
    margin: 0 auto;
    padding: 10vh 20px 20px 20px;
}

.collectionCenter-header {
    text-align: center;
    color: #77512a;
}

.collectionCenter-header h1:first-child {
    font-size: 36px;
    margin-bottom: 20px;
    color: var(--theme-member-title-color);
}

.collectionCenter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collectionCenter-content > div {
    flex: 1;
    /* height: 400px; */
    border-radius: 5px;
    margin: 10px;
    padding: 10px 10px 30px;
    background: var(--theme-memberSetMen-bg);
}

.membershipProgram {
    text-align: center;
}

.membershipProgram button {
    background: var(--theme-memberButton-color);
    color: var(--theme-memberText-color);
    min-height: 30px;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    min-width: 50%;
    font-size: 18px;
    padding: 5px;
}

.planTitle {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
    color: var(--theme-memberText-color);
}

.price {
    font-size: 36px;
    font-weight: bold;
    color: #c4750e;
    margin: 10px 0;
}

.price span {
    font-size: 14px;
}

.membershipBenefits p {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 18px;
    color: var(--theme-memberText-color);
}

.membershipBenefits div {
    padding: 0 10px;
}

.el-row div {
    margin-top: 10px;
}

.el-row div:first-child {
    color: #877764;
}

.el-row div:last-child {
    text-align: right;
    color: #c4750e;
    font-size: bold;
}

.redColor {
    color: #f50c0c;
}

.membershipBenefits-item {
    display: flex;
}

.membershipBenefits-item div {
    flex: 1;
}

.membershipBenefits-item div:last-child {
    text-align: right;
}

.membershipBenefits-item div span:first-child {
    color: var(--theme-memberText-richColor);
}
.TermsContainer {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    max-width: 980px;
    margin: 100px auto;
}

.TermsContainer h1,
.TermsContainer h2 {
    color: var(--theme-mainFont-color);
}

.TermsContainer p,
.TermsContainer ul li {
    margin: 10px 0;
    color: var(--theme-richFont-color);
}

.effective-date {
    font-weight: bold;
    margin-bottom: 20px;
}
.footerInformation,
.footerInformation a {
    text-align: center;
    color: var(--theme-memberText-color);
}
.footerInformation span {
    margin-right: 10px;
}
/* 登录 */
.loginBox {
    width: 320px;
    margin: 20vh auto;
    padding: 50px;
    border: 1px solid var(--theme-border-color);
    border-radius: 5px;
}
.loginBox h2 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--theme-mainFont-color);
}
.loginBox div {
    position: relative;
}
.loginBox iconify-icon {
    position: absolute;
    bottom: 20px;
    left: 5px;
    z-index: 99;
    color: var(--theme-button-Bg-color);
}
.loginBox input {
    height: 40px;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: var(--theme-background-main-color);
    border: none;
    border-radius: 3px;
    color: var(--theme-mainFont-color);
}
.loginBox > button {
    width: 100%;
    padding: 0 20px;
    margin: 20px 0;
}
.getCodeBtn,
.loginBox > button {
    background: var(--theme-button-Bg-color);
    color: var(--theme-button-color);
    border: none;
    border-radius: 2px;
    height: 40px;
    padding: 0 10px;
    cursor: pointer;
}
.getCodeBtn {
    position: absolute;
    right: 0;
}

.loginBox button:hover {
    background-color: var(--theme-button-hover-color);
}
.noAccount {
    text-align: center;
    color: var(--theme-richFont-color);
}
.signupBtn,
.loginLink {
    color: var(--theme-button-Bg-color);
    /* background: var(--theme-richFont-color); */
    border-radius: 2px;
    padding: 2px 5px;
    cursor: pointer;
}
.logoutBox {
    display: none;
}
#success {
    width: 50vw;
    background: var(--theme-background-main-color);
    margin: 20vh auto;
    border-radius: 5px;
    text-align: center;
    padding: 100px 20px;
}
#success h2 {
    color: var(--theme-success-color);
}
.small {
    margin-top: 30px;
    font-size: 14px;
    color: var(--theme-richFont-color);
}
#customer-email {
    margin-top: 10px;
    color: var(--theme-mainFont-color);
}
.successBox {
    display: none;
}
#alipayQrCode svg {
    width: 200px;
    height: 200px;
}
.alipay-tips {
    font-size: 12px;
    color: var(--theme-richFont-color);
    margin-top: 10px;
}
.footerMenu {
    list-style: none;
    padding: 25px;
    border-top: 1px double var(--theme-border-color);
}
.footerMenu li {
    display: inline-block;
    margin: 10px 0;
    min-width: 130px;
}
.footerMenu li a {
    text-decoration: none;
    display: block;
}
.footerMenu li a:hover {
    color: var(--theme-button-hover-color);
}
.HeaderBox {
    width: 760px;
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0 calc(10vw + 5px);
}

.HeaderBox h2,
.HeaderBox h3,
.HeaderBox p {
    color: var(--theme-richFont-color);
    margin: 30px 0;
}
.downloadServiceProvider {
}
.downloadServiceProvider a {
    vertical-align: middle;
    margin: 10px;
    color: var(--theme-mainFont-color);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--theme-border-color);
    padding: 5px 10px;
    border-radius: 20px;
}
.downloadServiceProvider a iconify-icon {
    vertical-align: middle;
}
