
body {
    color: #222;
}

.bottomModule {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 48px 0;
    gap: 0 300px;
}

.bottomModule div {
    text-align: left;
}

.bottomModule div h5 {
    font-weight: 500;
    font-size: 14px;
}

.bottomModule div ul {
    list-style: none;
}

.bottomModule div ul li {
    padding-top: 12px;
    cursor: pointer;
    font-size: 12px;
    color: #646464;
}

.bottomModule div ul li a {
    color: #646464;
}

a:hover {
    color: #222;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.footerModule {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    padding-top: 24px;
    padding-bottom: 24px;
    margin: 0 40px;
}

.footerLeft .footerLeftTop {
    display: flex;
    gap: 0 12px;
}

.footerLeftTop a {
    font-size: 12px;
    line-height: 16px;
    color: #909090;
    cursor: pointer;
    font-family: patpat-Regular, sans-serif;
}

.footerLeft .footerLeftBottom {
    margin-top: 8px;
    font-size: 12px;
    color: #909090;
    line-height: 16px;
    font-family: patpat-Regular;
    text-align: start;
}

.countrylogo {
    width: 20px;
    vertical-align: middle;
}

.countryName {
    color: #646464;
    font-size: 12px;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    /*margin-inline-end: 19px;*/
    display: inline-block;
    cursor: pointer;
}

.footerRight a {
    margin-inline-end: 16px;
    background-color: #f7f7f7;
    border-radius: 16px;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.footerRight a img {
    width: 32px;
}

.promise {
    border-bottom: 1px #ccc solid;
    padding-bottom: 40px;
}

.promise ul {
    display: flex;
    justify-content: center;
    margin: 0 40px;
    flex-direction: row;
}

.promise ul li {
    padding: 12px 0;
    flex-direction: column;
    align-items: center;
    flex: 1;
    /*cursor: pointer;*/
    display: flex;
    justify-content: center;
}

.promise img {
    width: 48px;
    height: 48px;
}

.promise ul li span:nth-child(2) {
    margin-top: 12px;
    font-family: var(--semi-bold);
}

.promise ul li span:nth-child(3) {
    margin-top: 8px;
}


.head {
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

.footerLeftBottom {
    position: relative;
}

.selectPop {
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 36px;
    z-index: 99;
    width: 208px;
    min-height: 185px;
    background: #fff;
    padding: 0 16px;
    text-align: left;
    transition: top .3s ease 0s;
    border: 1px solid #e9e9e9;
}

.selectCont {
    position: relative;
    font-size: 12px;
    padding-bottom: 16px;
}

.selectCont p {
    height: 32px;
    font-size: 12px;
    color: #646464;
    line-height: 32px;
    margin-top: 8px;
}

.select2-container {
    width: 175px !important;;
}

.country,
.language,
.currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    background: #f7f7f7;
    padding: 8px 12px;
    font-size: 14px;
    color: #222;
    line-height: 20px;
    cursor: pointer;
}

.country img,
.language img,
.currency img,
.boxList img {
    width: 20px;
}

.boxList {
    display: none;
    width: 208px;
    left: -11px;
    top: -30px;
    padding: 0 0 8px;
    min-height: 200px;
    position: absolute;
    z-index: 100;
    margin-top: -1px;
    background: #fff;
    border: 1px solid #e9e9e9;
}

.boxList p {
    display: flex;
    height: 48px;
    align-items: center;
    font-size: 14px;
    color: #646464;
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 16px 8px;
}

.languageBoxList {
    max-height: 200px;
    overflow-y: auto;
}

.languageBoxList span {
    font-size: 14px;
    text-align: left;
    min-height: 32px;
    line-height: 32px;
    display: block;
    width: 100%;
    padding: 0 16px 0 16px !important;
}

.languageBoxList span img {
    float: right;
    margin-top: 5px;
}

.flip {
    transform: rotate(180deg);
    margin-right: 10px;
}


.footerLeft {
    position: relative;
}

.selectPop {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
}

.languageBox,
.moneyBox {
    display: none;
}

.boxList {
    margin-top: 10px;
}

.boxList p {
    cursor: pointer;
}

.languageBoxList span,
.languageBoxList img {
    display: inline-block;
    cursor: pointer;
}

/*订阅*/
.foot-subscribe{
    width: 350px;
}
.bottom-subscribe-title {
    font-size: 12px;
    color: #646464;
    line-height: 20px;
    /*font-weight: 300;*/
    font-family: patpat-Regular, sans-serif;
}

.bottom-subscribe-store {
    font-size: 16px;
    color: #222;
    line-height: 24px;
    font-family: patpat-SemiBold, sans-serif;
}

.bottom_input-part {
    border: 1px solid #222;
    margin: 14px 0 12px;
    display: flex;
    padding-left: 10px;
}

.bottom_email-input {
    width: 65%;
    height: 50px;
    line-height: 50px;
    border: none;
}
.bottom_email-input:focus {
    border-width: 2px; /* 加粗边框 */
    border-color: #000000;
    color: #000000;
}
.bottom__submit-btn {
    width: 35%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #222;
    font-family: patpat-Light, sans-serif;

}
.error-message {
    display: none;
    color: red;
    margin-top: 4px;
    font-size: 12px;
    font-family: patpat-Light, sans-serif;
}
.bottom-popup__success {
    display: none;
    /*width: 100%;*/
    padding: 12px;
    text-align: center;
    margin-top: 12px;
    color: #478947;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px #478947;
    background-color: #EEF3EE;
    /*font-family: patpat-Light, sans-serif;*/

}
