/* Common */
a {
    color: #31b2f9;
}
input[type="text"] {
    outline: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.text-highlight {
    color: #31b2f9;
}

.hide {
    display: none;
}
.alert.alert-danger {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-color: #ffd1bc;
    border-radius: 0;
    background: #fffbf8;
    color: #e25819;
}
.alert.alert-danger .close {
    font-size: 15px;
    line-height: 24px;
}
.btn-highlight {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #31b2f9;
    color: #fff;
}
.icon-earth {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/icon-earth-32.png');
    background-size: contain;
    vertical-align: middle;
    margin-top: -2px;
}
.icon-announce {
    display: inline-block;
    margin-right: 4px;
    margin-top: -2px;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background: url('../images/icon-announce-28.png');
    background-size: contain;
}
/* scrolling-tabs*/
.scrtabs-tab-scroll-arrow {
    border: none !important;
}
.icon-previous,
.icon-next {
    display: block;
    width: 14px;
    height: 25px;
}
.icon-previous {
    background: url('../images/icon-previous-56-98.png');
    background-size: contain;
}
.scrtabs-disable .icon-previous,
.scrtabs-disable .icon-next {
    cursor: not-allowed;
}
.scrtabs-disable .icon-previous,
.icon-previous:hover {
    background: url('../images/icon-previous-hover-56-98.png');
    background-size: contain;
}
.icon-next {
    background: url('../images/icon-next-56-98.png');
    background-size: contain;
}
.scrtabs-disable .icon-next,
.icon-next:hover {
    background: url('../images/icon-next-hover-56-98.png');
    background-size: contain;
}
.icon-account-nav-user {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -3px;
    width: 34px;
    height: 34px;
    background-image: url('../images/icon-account-nav-user-68.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-account-nav-security {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -3px;
    width: 30px;
    height: 32px;
    background-image: url('../images/icon-account-nav-security-60-64.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-account-nav-identity {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -2px;
    width: 32px;
    height: 25px;
    background-image: url('../images/icon-account-nav-identity-64-50.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-account-nav-mining-user {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: -2px;
    width: 24px;
    height: 27px;
    background-image: url('../images/icon-account-nav-mining-user-48-54.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-account-nav-wallet {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: -3px;
    width: 37px;
    height: 32px;
    background-image: url('../images/icon-account-nav-wallet-74-64.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-account-nav-monitor {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: -2px;
    width: 25px;
    height: 38px;
    background-image: url('../images/icon-account-nav-monitor-50-76.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.active > .icon-account-nav-user {
    background-image: url('../images/icon-account-nav-user-68-light.png');
}
.active > .icon-account-nav-security {
    background-image: url('../images/icon-account-nav-security-60-64-light.png');
}
.active > .icon-account-nav-identity {
    background-image: url('../images/icon-account-nav-identity-64-50-light.png');
}
.active > .icon-account-nav-mining-user {
    background-image: url('../images/icon-account-nav-mining-user-48-54-light.png');
}
.active > .icon-account-nav-wallet {
    background-image: url('../images/icon-account-nav-wallet-74-64-light.png');
}
.active > .icon-account-nav-monitor {
    background-image: url('../images/icon-account-nav-monitor-50-76-light.png');
}

/* Common - Spacing */
.mt-150 {
    margin-top: 150px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}

/* Global plugin style reset */
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    position: relative;
}
table.dataTable thead .sorting_asc:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
    width: 9px;
    height: 9px;
    background-image: url('../images/icon-sort-up-24.png');
    background-position: middle right;
    background-size: contain;
}
table.dataTable thead .sorting_desc:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 21px;
    display: block;
    width: 9px;
    height: 9px;
    background-image: url('../images/icon-sort-down-24.png');
    background-position: middle right;
    background-size: contain;
}
table.dataTable thead .sorting:after {
    content: "";
    position: absolute;
    right: 8px;
    top: 16px;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url('../images/icon-sort-24.png');
    background-position: middle right;
    background-size: contain;
}

/* Layout */
.page-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.header .navbar {
    color: #fff;
    width: 100%;
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #07101A;
    background-image: linear-gradient(0, #07101A 0%, #000 100%);
}
.header .navbar-brand {
    margin-right: 1.5rem;
}
.header .navbar .nav-link {
    position: relative;
    font-size: 16px;
    color: #fff;
}
.header .navbar .nav-item .nav-link.active {
    color: #31b2f9;
}
.header-collapse .navbar .nav-item .nav-link.active {
    background: rgba(49,178,249, 0.1);
}
.header-collapse .navbar .nav-item-user .nav-link.active {
    background: #1a2b3a;
}
.collapse-account-menu {
    background: #e9e9e9;
    color: #34495e;
}
.collapse-account-menu .title {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    border-bottom: 1px solid #979797;
}
.collapse-account-menu .title h4 {
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
}
.collapse-account-menu .title img {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-bottom: 2px;
}
.collapse-account-menu .menus {
    padding-top: 20px;
    padding-bottom: 20px;
}
.collapse-account-menu .menus a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
    color: #34495e;
    line-height: 32px;
}
.collapse-account-menu .menus a.active {
    color: #31b2f9;
}
.header .logo img {
    width: 151px;
    height: 45px;
}
.header .search-form-container {
    display: none;
    position: relative;
}
.header .popover {
    max-width: 650px;
    border-bottom: none;
    border-radius: 0;
}
.header .popover .arrow::after {
    border-bottom-color: #31b2f9;
}
#currency-toggle {
    min-width: 150px;
}
.header .popover-body {
    padding-left: 0;
    padding-right: 0;
    border-top: 3px solid #31b2f9;
}
.header .popover-body .search-form-container {
    display: block;
}
.header .btn-link-white {
    color: #fff;
}
.header .btn:hover,
.header .btn-link,
.header .btn-link:hover,
.header .btn-link:active {
    color: #31b2f9;
}
.header .btn-link,
.header .btn-link:hover,
.header .btn-link:active {
    color: #31b2f9;
}
.header form .input-group {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #eee;
}
.header form .input-group > .input-group-append {
    padding-top: 3px;
    padding-bottom: 3px;
}
.header form .input-group > .input-group-append .btn {
    padding-left: 16px;
    padding-right: 16px;
    min-width: 84px;
    border: none;
    border-color: #fff;
    border-radius: 2px;
    line-height: 16px;
    background: #31b2f9;
}
.header form .input-group > .input-group-append .btn:hover {
    color: #fff;
}
.header form .input-group > .input-group-append .btn:disabled {
    opacity: 1;
}
.header form .btn:disabled {
    cursor: not-allowed;
}
.header form .icon-search {
    font-size: 16px;
    color: #bbb;
}
.header form .icon-search:hover,
.header form .icon-search:active {
    color: #31b2f9;
}
.header form .btn:disabled .icon-search:hover,
.header form .btn:disabled .icon-search:active {
    color: #bbb;
}
.header form .input-group input {
    padding-left: 0;
    width: 322px;
    border-color: #fff;
}
.header form .input-group .btn:focus,
.header form .input-group input:focus {
    box-shadow: none;
}
.header form .dropdown-menu {
    width: 100%;
    line-height: 36px;
    border: 1px solid rgba(0,0,0,.2);
    border-top: none;
    border-radius: 0;
}
.header form .dropdown-item {
    display: inline-block;
    width: 32%;
    font-size: 15px;
}
.header form .dropdown-item img {
    width: 28px;
}
.header .dropdown .dropdown-menu {
    padding-bottom: 0;
    text-align: center;
}
.header .dropdown .dropdown-menu .dropdown-user-section {
    max-height: 338px;
    overflow-y: scroll;
}
.header .dropdown.dropdown-user-menu .dropdown-menu {
    padding-bottom: 0;
    min-width: 160px;
    width: auto;
}
.header .dropdown.dropdown-user-menu .dropdown-toggle {
    margin-right: -15px;
}
.header .dropdown.dropdown-user-menu .dropdown-item {
    position: relative;
    padding-left: 6px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 5px;
    text-align: center;
    background: #f3f3f3;
}
.header .dropdown.dropdown-user-menu .dropdown-item:last-child {
    padding-bottom: 10px;
}
.header .dropdown.dropdown-user-menu .dropdown-item.dropdown-item-user {
    background: #fff;
}
.header .dropdown .dropdown-item-user:before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 12px;
    width: 10px;
    height: 12px;
    background-image: url('../images/icon-user-20-24.png');
    background-size: contain;
}
.header .dropdown .dropdown-item-user:hover:before {
    background-image: url('../images/icon-user-hover-16-18.png');
    background-repeat: no-repeat;
}
.header .dropdown .dropdown-toggle {
    color: #fff;
}
.header .dropdown.show .dropdown-toggle,
.header .dropdown .dropdown-toggle:active,
.header .dropdown .dropdown-toggle:hover {
    text-decoration: none;
}
.header .dropdown .dropdown-toggle:after {
    display: none;
}
.header .dropdown .dropdown-menu {
    margin-top: -3px;
    border: none;
    border-radius: 5px;
    min-width: 0;
    width: 120px;
    background: transparent;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, .1);
}
.header .dropdown .dropdown-item {
    background: #fff;
    font-size: 14px;
    color: #666;
}
.header .dropdown .dropdown-item:hover {
    background: #f3faff;
    color: #31b2f9;
}
.header .dropdown .dropdown-pic-item{
    display: inline-block;
    margin-top: 6px;
    margin-left: -3px;
}
.header .dropdown-currency-menu .dropdown-item {
    padding-left: 14px;
    text-align: left;
    font-size: 16px;
}
.header .dropdown-lang .dropdown-menu {
    margin-left: 10px;
}
.header .dropdown .dropdown-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.header .dropdown .dropdown-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header .btn-navbar-highlight {
    margin-right: 8px;
    padding: 4px 16px;
    border: 1px solid #31b2f9;
    border-radius: 2px;
    color: #31b2f9;
    background: transparent;
    font-size: 14px;
}
.header .btn-navbar-highlight:hover,
.header .btn-navbar-highlight:hover:active {
    background: rgba(49,178,249,0.2);
}
.header .btn-navbar-highlight:last-child {
    margin-right: 0;
}
.header .header-tips {
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 44px !important;
    width: 100%;
    background: #148AD7;
    font-size: 16px;
    color: #fff;
    line-height: 44px;
}
.header .collapse {
    margin-top: 5px;
}
.header .collapse-logo {
    display: none;
}
.header .header-tips li {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: center;
}
.header-collapse .icon-account {
    display: inline-block;
    position: absolute;
    z-index: 11;
    top: 19px;
    right: 110px;
    width: 36px;
    height: 36px;
    background-image: url('../images/icon-account-94-highlight.png');
    background-size: contain;
}
.header-collapse .collapsed > .icon-account {
    background-image: url('../images/icon-account-94.png');
}
.header-collapse .nav-item-user-home {
    margin-top: 12px;
}
.header-collapse .dropdown-currency-menu {
    position: absolute;
    top: 10px;
    right: 150px;
}
.header-collapse .dropdown-currency-menu .dropdown-pic-img {
    width: 58px !important;
    margin-top: -8px !important;
}
.header-collapse .dropdown-currency-menu .dropdown-pic-item {
    display: none;
}
.header-collapse .dropdown-currency-menu .dropdown-menu .dropdown-pic-item {
    display: inline;
}
.header-collapse .dropdown-currency-menu .dropdown-menu .dropdown-pic-img {
    width: 30px !important;
    margin-top: -4px !important;
}
@media (max-width: 991px) {
    .header .navbar {
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-wrapper.has-tips .header .navbar {
        margin-top: 44px;
    }
    .header .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        margin-top: 0;
        background: #1a2b3a;
        padding-bottom: 30px;
    }
    .header .navbar-toggler {
        position: absolute;
        z-index: 11;
        right: 20px;
        outline: none;
    }
    .header.header-collapse .navbar-toggler {
        outline: none;
        box-shadow: 0 0 4px 2px #31b2f9;
    }
    .header .collapse-logo {
        display: block;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-top: 13px;
        padding-bottom: 16px;
    }
    .header .collapse-logo img {
        width: 151px;
    }
    .header .navbar-collapse .navbar-nav,
    .header .navbar-collapse .navbar-nav li {
        padding-right: 0 !important;
        margin-right: 0 !important;
    }
    .header .navbar-collapse .navbar-nav li.active {
        background: #1b394e;
    }
    .header .navbar-collapse .nav-link {
        padding-left: 30px;
        padding-top: 22px;
        padding-bottom: 22px;
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
    }
    .header .navbar-collapse .nav-item-user .nav-link {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .header .navbar-collapse .nav-link:hover {
        background: #1b394e;
    }
    .header .navbar-collapse .form-inline {
        margin-right: 0 !important;
        margin-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .header .navbar-collapse .btn-link-white {
        margin-right: 8px;
        padding: 4px 16px;
        border: 1px solid #31b2f9;
        border-radius: 2px;
        color: #31b2f9;
        background: transparent;
        font-size: 14px;
    }
    .header .form-inline .input-group {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .header .search-form-container {
        display: block;
    }
    .header .search-form-container,
    .header .dropdown-lang {
        margin-top: 6px;
    }
    .header .dropdown-lang .dropdown-menu {
        margin-left: 0;
    }
    .header form .input-group .btn,
    .header form .input-group input {
        border-radius: 0 !important;
        background: transparent !important;
        border: none !important;
        border-bottom: 1px solid #aaa !important;
        padding-left: 0 !important;
        box-shadow: none;
        color: #fff;
        font-size: 18px;
    }
    .header form .input-group {
        border-bottom: 0;
    }
    .header form .input-group > .input-group-append {
        padding-bottom: 0;
    }
    .header form .input-group > .input-group-append .btn {
        margin-bottom: 0;
        min-width: auto;
    }
    .header form .input-group .dropdown-toggle:after {
        margin-left: 12px;
    }
    .header form .dropdown-item {
        width: 48%;
    }
    .header .dropdown-lang {
        display: block;
        width: 100%;
    }
    .header .dropdown-lang .dropdown-toggle {
        padding: 16px 30px;
        width: 100%;
        text-align: left;
        font-size: 18px;
    }
    .header .dropdown-lang .dropdown-menu {
        position: relative;
        margin-top: -16px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
    .header .dropdown-lang .dropdown-item {
        margin-bottom: 10px;
        border: 1px solid #aaa;
        line-height: 28px;
        font-size: 16px;
        background: transparent;
        color: #fff;
    }
    .header .dropdown-lang .fa-angle-down {
        display: none;
    }
    .header .dropdown-user-menu {
        padding-left: 20px;
    }
    .header .dropdown-user-menu a {
        color: #fff;
    }
    #currency-toggle {
        min-width: 0;
    }
    .header form .input-group input {
        width: 222px;
    }
    .header .sign-container {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .header .sign-container .btn {
        width: 50%;
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .header .sign-container .btn.btn-signout {
        width: 100%;
    }
    .header .header-tips {
        top: -44px;
    }
}
@media (max-width: 768px) {
    .header {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header .header-tips {
        font-size: 13px;
    }
}

/* jquery.simpleTicer */
.ticker {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.ticker ul {
  width: 100%;
  position: relative;
  margin-top: 0;
}
.ticker ul li {
  width: 100%;
  display: none;
}

.page-main {
    padding-top: 70px;
}
.page-wrapper.has-tips .page-main {
    padding-top: 113px;
}

.footer {
    min-height: 300px;
    padding-top: 60px;
    background: #1a2a3b;
    color: #a5a8bb;
    font-size: 14px;
}
.footer .row-main {
    padding-left: 30px;
}
.footer-logo {
    display: block;
    width: 158px;
    height: 46px;
    background: url("../images/logo-footer-316-92.png") no-repeat top left;
    background-size: contain;
}
.footer .footer-social {
    padding-top: 6px;
}
.footer .social-item {
    display: inline-block;
    margin-top: 16px;
    margin-right: 16px;
    width: 48px;
    height: 48px;
    background: #204560;
    text-align: center;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
}
.footer .social-item:last-child {
    margin-right: 0;
}
.footer .social-item:hover {
    background: #2AA9F8;
}
.footer .wechat-qrcode {
    padding-right: 12px;
    text-align: center;
}
.footer .wechat-qrcode img {
    margin-right: 20px;
    display: inline-block;
    width: 100px;
}
.footer .wechat-text {
    text-align: left;
}
.footer .link-item {
    min-height: 36px;
}
.footer .link-item span,
.footer .link-item a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #7f829a;
}
.footer .info .col:first-child {
    margin-right: 10px;
}
.footer .info .col:nth-child(2) {
    margin-right: -15px;
}
.footer .link-item:first-child span,
.footer .link-item:first-child a,
.footer .link-item a.primary-link {
    color: #a5a8bb;
}
.footer .link-item a {
    text-decoration: none;
}
.footer .link-item.d-lg-none {
    margin-top: 14px;
}
.footer .link-item.d-lg-none a {
    text-decoration: underline;
}
.footer .link-item.active a,
.footer .link-item:hover a {
    background: #2AA9F8;
    border-radius: 3px;
    color: #fff;
}
.footer .copyright {
    padding-top: 18px;
    padding-bottom: 18px;
    font-weight: 200;
    color: #898ea2;
}
.footer .container-links {
    margin-top: 40px;
    margin-bottom: -10px;
    font-size: 14px;
    color: #a5a8bb;
}
.footer .container-links .links-line {
    margin-bottom: 12px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .container-links .links-line.links-line-friend {
    padding-bottom: 7px;
}
.footer .container-links .links-line-friend a {
    padding-bottom: 5px;
}
.footer .container-links a {
    display: inline-block;
    padding-left: 8px;
    padding-right: 10px;
    color: #a5a8bb;
}
.footer .container-links a:hover {
    color: #31b2f9;
}
.footer .container-links a.secondary {
    font-size: 12px;
}

@media (max-width: 992px) {
    .footer {
        padding-top: 60px;
    }
    .footer .row-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer .link-item a {
        font-size: 16px;
    }
    .footer-link-container {
        text-align: center;
    }
    .footer .footer-social {
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer .social-item {
        margin-top: 14px;
        margin-right: 32px;
    }
    .footer .wechat-qrcode {
        margin-top: 36px;
        margin-bottom: 16px;
        width: 100%;
    }
    .footer .footer-logo {
        display: inline-block;
        margin-top: 50px;
        width: 111px;
        height: 40px;
    }
    .footer .copyright {
        margin-top: -30px;
        border-top: none;
        text-align: center;
        font-size: 12px;
        font-weight: 200;
    }
    .footer .container-links {
        text-align: center;
        margin-top: 35px;
    }
    .footer .container-links a {
        padding-left: 0;
        padding-right: 8px;
    }
    .footer .container-links .links-line-friend a {
        padding-right: 12px;
    }
    .footer .container-links .links-line {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: none;
    }
}

.section-wechat {
    padding-top: 78px;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    background-image: url('../images/index-wechat-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.section-wechat:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url('../images/index-wechat-wave.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
}
.section-wechat .content {
    padding-top: 50px;
    display: inline-block;
    text-align: center;
}
.lang-es_ES .section-wechat .content h2 {
    max-width: 500px;
}
.section-wechat .logo {
    width: 361px;
}
.section-wechat .version {
    vertical-align: bottom;
    font-size: 26px;
    line-height: 50px;
}
.section-wechat h2 {
    padding-left: 20px;
    font-size: 48px;
}
.section-wechat .download-btns {
    margin-top: 75px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
}
.section-wechat .download-btns .btn {
    margin-bottom: 30px;
    padding: 13px 16px;
    border: 1px solid #fff;
    display: inline-block;
    width: 156px;
    border-radius: 22px;
    background: rgba(255,255,255,0.10);
    color: #fff;
    line-height: 14px;
    font-size: 14px;
}
.section-wechat .download-btns .btn:first-child{
    margin-right: 60px;
}
.section-wechat .download-btns .btn.active {
    background: #fff;
}
.section-wechat .download-btns .btn.btn-wx {
    color: #00A3F6;
}
.section-wechat .download-btns .btn img {
    margin-right: 18px;
}
.section-wechat .mobile {
    margin-left: -10px;
    width: 100%;
    max-width: 480px;
}
.lang-en_US .section-wechat .download-btns .btn,
.lang-es_ES .section-wechat .download-btns .btn {
    padding-left: 8px;
    padding-right: 8px;
    width: 180px;
}
.lang-en_US .section-wechat .download-btns img,
.lang-es_ES .section-wechat .download-btns img {
    margin-right: 3px;
}
.lang-en_US .section-wechat .download-btns .btn:first-child,
.lang-es_ES .section-wechat .download-btns .btn:first-child {
    margin-right: 30px;
}
.lang-en_US .section-wechat h2,
.lang-es_ES .section-wechat h2 {
    font-size: 32px;
}
@media (max-width: 991px) {
    .section-wechat {
        background-image: url('../images/index-wechat-bg-mobile.png');
        padding-bottom: 50px;
    }
    .section-wechat .content {
        padding-top: 0;
    }
    .section-wechat .download-btns {
        margin-top: 32px;
        margin-bottom: 20px;
    }
    .section-wechat .mobile {
        margin-left: -60px;
    }
}
@media (max-width: 767px) {
    .section-wechat .mobile {
        margin-left: -40px;
    }
}
@media (max-width: 500px) {
    .section-wechat .logo {
        width: 300px;
    }
    .section-wechat .version {
        font-size: 18px;
        line-height: 38px;
    }
    .section-wechat h2 {
        font-size: 39px;
    }
    .lang-en_US .section-wechat .download-btns .btn:first-child,
    .lang-es_ES .section-wechat .download-btns .btn:first-child {
        margin-right: 20px;
    }
    .lang-en_US .section-wechat h2,
    .lang-es_ES .section-wechat h2 {
        font-size: 28px;
    }
    .section-wechat .mobile {
        width: 80%;
    }
}

/* calculator */
.section-calculator {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-calculator h3 {
    border-left: 4px solid #e2b42f;
    padding-left: 8px;
    font-size: 22px;
    font-weight: 400;
}
.section-calculator .nav-calculator {
    padding-right: 0;
    min-height: 33px;
}
.section-calculator .nav-calculator .nav-item {
    padding-top: 10px;
}
.section-calculator .nav-calculator .nav-item:last-child {
    margin-right: 0;
}
.section-calculator .nav-calculator .nav-item {
    padding: 0;
    border-radius: 0;
    color: #e2b42f;
    font-size: 18px;
    font-weight: bold;
}
.section-calculator .nav-calculator .nav-item.active {
    background: none;
    color: #e2b42f;
    border-bottom: 5px solid #e2b42f;
}
.container-calculator .input-group {
    border: 1px solid #979797;
    margin-top: 6px;
}
.container-calculator .input-group .input-group-addon {
    padding: 14px;
    border-radius: 0 !important;
    border: none !important;
    background: #efefef !important;
    font-size: 14px; 
}
.container-calculator .input-group .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff !important;
    font-size: 20px;
    line-height: 28px;
    color: #424242;
    border-radius: 0;
}
.container-calculator .convert {
    display: inline-block;
    margin-top: 46px;
    margin-left: -5px;
    width: 43px;
    height: 24px;
    background-image: url('../images/icon-convert-86-48.png');
    background-size: contain;
}
@media (max-width: 640px) {
    .section-calculator .nav-calculator.nav-item{
        margin-right: 3px;
    }
}
@media (max-width: 1024px) {
    .section-calculator .nav-calculator .nav-link {
        font-size: 14px;
    }
}

/* ann-modal */
.ann-modal.modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
    margin-bottom: 0;
}
.ann-modal.modal .modal-dialog {
    max-width: none !important;
    margin-bottom: 12px;
}
.ann-modal.modal .modal-header {
    background: #f2f2f2;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 22px;
}
.ann-modal.modal .modal-content {
    border-color: #e9e9e9;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.ann-modal.modal .modal-title {
    font-size: 18px;
    padding-left: 0;
}
.ann-modal.modal .modal-body {
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 24px;
}
.ann-modal.modal .modal-body ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.ann-modal.modal .modal-body ul li {
    position: relative;
    margin-left: -25px;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
    color: #676767;
    letter-spacing: 0;
}
.ann-modal.modal .modal-body ul li.link {
    color: #e2b42f;
    cursor: pointer;
}
.ann-modal.modal .modal-body ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    top: 9px;
    left: -15px;
    background: #31b2f9;
    border-radius: 50%;
}
.ann-content-modal.modal .modal-dialog {
    margin-top: 0;
    letter-spacing: 0;
}
.ann-content-modal.ann-modal.modal {
    display: none;
}
.ann-content-modal .announce-title,
.ann-content-modal .announce-content {
    letter-spacing: 0;
}

.ann-content-modal .announce-title {
    padding-left: 8px;
    border-left: 5px solid #e2b42f;
    font-size: 18px;
    font-weight: bold;
    color: #424242;
    line-height: 18px;;
}
.ann-content-modal .announce-content {
    font-size: 14px;
    color: #676767;
    line-height: 26px;
    padding-left: 0;
}
@media (max-width: 767px) {
    .ann-modal.modal .modal-body ul li {
        margin-left: -8px;
    }
}

/**
    password status
**/

.password-status-div {
    display: none;
    width: 135px;
    height: 26px;
    text-align: center;
    color: #fff;
    line-height: 26px;
    border-radius: 2px;
    font-size: 13px;
}

.password-status-div.weak,
.password-status-div.medium,
.password-status-div.strong {
    display: block;
}

.password-status-div.weak {
    background: linear-gradient(to right, #f1d961, #f76b1c);
}

.password-status-div.medium {
    background: linear-gradient(to right, #b4ec51, #429321);
}

.password-status-div.strong {
    background: linear-gradient(to right, #31b2f9, #00649b);
}
.intl-tel-input {
    width: 100%;
}
