
body, html {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-family: "myriad", Arial, Helvetica, sans-serif;
    cursor: default;
}

body {
    min-width: 1130px;
    max-width: 2100px;
    margin: 0 auto;
}

#navbar {
    position: relative;
    width: 1130px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: white;
    padding-top: 15px;
}

#navMenuWrapper {
    background-image: var(--img-menu-bg);
    background-repeat: no-repeat;
    background-size: 100% auto;

    width: 800px;
    height: 72px;
    padding: 0 12px;

    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.navItem {
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    position: relative;
    margin: 0 1px;
}

.navMenu {
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;

    padding: 2px 3px;
    position: relative;
    margin: 0 auto;
}

.navDropMenu {
    padding: 2px 10px;
    margin: 0 10px;
}

.navItemSelect {
    background-image: var(--img-menu-current) !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white !important;
}

.navMenu:hover {
    background-image: var(--img-menu-current);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}


.navItemLink {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.sub-menu {
    top: 50px;
    transform: translateX(-50%);
    left: 50%;
    /*left: -20px;*/
    margin: 0;
    padding: 15px 0;
}

.sub-menu ul {
    background-image: var(--img-menu-sub);
    background-repeat: no-repeat;
    background-size: 100% 100%;


    list-style-type: none;

    min-width: 150px;
    line-height: 50px;
    padding: 10px 0;
    margin: 0;
}

.sub-menu .ul-lite {
    background-image: var(--img-menu-sub—lite);
}

.sub-menu ul .navMenu {
    min-width: 110px;
    /*width: 110px;*/
}

.navItem ul .navItemLink {
    /*color: yellow;*/
}

.navWallet {
    background-image: var(--img-menu-wallet);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    width: 135px;

    padding: 5px 2px;
    font-weight: bold;
    white-space: nowrap;
    min-width: 100px;
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
    border-radius: 7px;
    position: relative;
    margin: 0 1px;
}


#navLang {
    height: 60px;
    width: 60px;
    margin-left: 10px;
    font-size: 10px;
    text-align: center;
}

#langWrapper {
    position: relative;
    top: 18px;
    padding: 5px;
    border-radius: 8px;
}

.langItem {
    border-radius: 5px;
}

#langSelect {
    background-color: rgba(0, 0, 0, 0.35);
}

.langNormal {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    margin-top: 5px;
    display: none;
}

.langItem > a {
    text-decoration: none;
    color: white;
}

#navSound {
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    top: 10px;
}

#navSound > img {
    width: 30px;
}

/* Footer */
#areaFooter {
    background-image: var(--img-bg-cream);
    background-repeat: repeat;
    background-position: 50%;
    width: 100%;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: myriad, "Microsoft YaHei", sans-serif;
}

#communityBlock {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    width: 950px;
    color: white;
    margin-top: 75px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px grey;
    padding: 30px 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#communityBlock > img {
    width: 100px;
}

#communityBlock > p {
    font-size: 36px;
}

#joinBtn {
    background-image: var(--img-btn-green);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    width: 186px;
    height: 48px;
    text-align: center;
    cursor: pointer;
}

#joinBtn > span {
    line-height: 48px;
}

#partnerBlock {
    /*display: flex;*/
    display: none;
    margin: 100px auto 1px;
}

#partnerTitle {
    width: 250px;
    display: flex;
    align-items: center;
}

#partnerTitle > span {
    margin-left: 50px;
    color: #93774a;
}

#partnerList {
    display: flex;
    width: 700px;
}

#partnerList > img {
    width: 230px;
}

#footer {
    margin: 60px auto 120px;
    display: flex;
}

#copyrightWrapper {
    width: 250px;
    text-align: left;
}

#footerLogo > img {
    height: 75px;
    margin-bottom: 50px;
}

#footerMedia a {
    text-decoration: none;
}

#footerMedia img {
    height: 30px;
    margin-right: 20px;
}

#footerCopy {
    font-size: 12px;
    margin-top: 10px;
    color: #93774a;
}

#footerMenuWrapper {
    margin-top: 10px;
    width: 700px;
    display: flex;
    justify-content: space-around;
}

.footer-menu > p {
    line-height: 20px;
    text-align: left;
    color: #93774a;
}

.footer-menu > p:first-child {
    color: #70412c;
    font-size: 18px;
}

.footer-sub-menu {
    top: 50px;
    left: -20px;
    margin: 0;
    padding: 15px 0;
}

.footer-sub-menu > a {
    color: #93774a;
    text-decoration: none;
}

.dialog-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.6;
    z-index: 100;
}

.dialog-common-tip, .dialog-plain-tip {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    width: 50%;
    max-width: 700px;
    min-width: 500px;
}

.dialog-common-tip > .tip-wrapper {
    background-image: var(--img-wish-tip);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 100%;
    height: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}


.dialog-common-tip > .tip-wrapper > .tip-message {
    color: #6b4912;
    max-width: 450px;
}

.dialog-common-tip > .tip-close, .dialog-plain-tip > .tip-close {
    margin-top: 20px;
    text-align: center;
}

.dialog-common-tip > .tip-close > .tip-close-btn, .dialog-plain-tip > .tip-close > .tip-close-btn {
    width: 50px;
    height: 50px;
    background-image: var(--img-btn-close);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    cursor: pointer;
}

.dialog-plain-tip {
    max-width: 550px;
}

.dialog-plain-tip > .tip-wrapper {
    background-color: white;
    opacity: 0.9;
    border-radius: 10px;
    padding: 20px;
}

.dialog-plain-tip > .tip-wrapper > .tip-content {
    background-color: lightgrey;
    color: #ff841e;
    min-height: 150px;
    border-radius: 8px;
    padding: 20px;
}

.dialog-plain-tip > .tip-wrapper > .tip-content > .tip-message-title {
    margin: 0;
}

.dialog-plain-tip > .tip-wrapper > .tip-content > .tip-message-content {
   display: block;
}