/**
 * @name: poe pages css
 * @description: 
 * 1.login
 * 2.forgetpassPage
 * 3.register
 * 4.404
 * 5.profilePage
 * 6.orderList
 * 7.newsList
 * 8.newsDetails
 * 9.successpayment
 * 10.about-us
 * 11.faq-detail
 * 12.terms
 * 13.privacy
 * 14.mumber
 * @author: xueqing.cao(2111297436)
 * @update: 2021-02-07 13:17
 */

/**
1.login
 */

body {
    background-color: #f0f2f2;
}
.forget-section {
    margin-top: 130px;
    margin-bottom: 42px;
    min-height: 350px;
}
.gilbard-login form input {
    width: 100%;
    border: 1px solid #999;
    line-height: 28px;
    border-radius: 10px;
    padding: 6px 10px;
    color: #444;
    font-size: 14px;
    background-color: #fff;
}
.gilbard-login {
    margin: 0 auto;
    width: 100%;
}

.gilbard-login h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
}

.gilbard-login p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.gilbard-login form {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    clear: both;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .gilbard-login form {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .forget-section {
        margin-top: 50px;
        margin-bottom: 30px;
        min-height: auto;
    }

    .gilbard-login form {
        margin-top: 10px;
    }
}

.gilbard-login form input {
    width: 100%;
    border: 1px solid #999999;
    line-height: 28px;
    border-radius: 10px;
    padding: 6px 10px;
    color: #444444;
    font-size: 14px;
    background-color: #fff;
}

.gilbard-login form input[type="checkbox"] {
    width: 18px;
    height: 18px;
    background: url(../images/checkbox-style.png) no-repeat center;
    -webkit-appearance: none;
    border: none;
    padding: 0;
    border-radius: 0;
    background-size: 90%;
    position: relative;
    top: 3px;
}

.gilbard-login form input[type="checkbox"]:checked {
    background: url("../images/checkbox-check-style.png") no-repeat center;
}
.gilbard-login form input[type="submit"] {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    background-color: #061da4;
    border: none;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0 auto;
}

.gilbard-login form input[type="submit"]:hover {
    background-color: #f64140;
}

.gilbard-login .guideBtn {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 15px;
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #061da4;
    color: #061da4;
    font-family: "Roboto Condensed", sans-serif;
    margin: 15px auto 0 auto;
    border-radius: 10px;
}

.gilbard-login .guideBtn:hover {
    background-color: #f64140;
    color: #fff;
    border: 1px solid #f64140;
}

.gilbard-login h4 {
    float: left;
    font-size: 20px;
    margin-bottom: 0;
}

.login-reg-vertical-boder {
    height: 340px;
    width: 1px;
    margin: auto;
    background-color: #061da4;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .login-reg-vertical-boder {
        height: 100px;
        margin: 40px auto;
    }
}

.login-reg-vertical-boder::before,
.login-reg-vertical-boder::after {
    position: absolute;
    top: 25px;
    bottom: 25px;
    left: -15px;
    right: auto;
    width: 1px;
    content: "";
    background-color: #061da4;
}

.login-reg-vertical-boder::after {
    right: -15px;
    left: auto;
}

.gilbard-social-login {
    margin: 0 auto;
    max-width: 200px;
    margin-top: 20px;
}

.gilbard-social-login a {
    width: 200px;
    height: 50px;
    padding: 10px 50px 10px 30px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    border-radius: 50px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
}

.gilbard-social-login a.facebook-login {
    background-color: #4867aa;
}

.gilbard-social-login a.facebook-login i {
    color: #4867aa;
}

.gilbard-social-login a i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    right: 4px;
    top: 4px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gilbard-login .login-divider {
    width: 400px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.gilbard-login .login-divider:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #aaa;
}
.gilbard-login .login-divider span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background-color: #fafafa;
}

.gilbard-login form input.verification {
    width: 60% !important;
}

.gilbard-login form .verifyCode {
    width: 35%;
    height: 40px;
    float: right;
}

.gilbard-login form .acceptPolicy {
    text-align: center;
}

.gilbard-login form .acceptPolicy a {
    text-decoration: underline;
}

.gilbard-login .goSignIn {
    text-align: center;
}

.gilbard-login .goSignIn a {
    text-decoration: underline;
}

.gilbard-login .rememberMe {
    float: left;
}

.gilbard-login .forgetPwd {
    float: right;
}

.gilbard-login .forgetPwd a {
    text-decoration: underline;
}
.poe-cmn-section .tab-content {
    width: 100%;
    margin: 0 20px;
}
.poe-login-section .gilbard-login {
    background: #f0f2f2;
    margin: 0 auto;
    width: 100%;
}
.cmn-board {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 14px;
    background: #ffffff;
}
.cmn-board .board-title {
    position: relative;
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #dddddd;
}
.cmn-board h1 {
    font-size: 36px;
    line-height: 1;
    margin: 0;
    color: #dab77e;
    text-align: center;
}
.cmn-board .board-title::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -55px;
    width: 110px;
    height: 3px;
    bottom: -2px;
    background-color: #dab77e;
}
.cmn-board .board-form {
    margin-top: 40px;
}
.cmn-board .board-form .inner {
    padding: 0 15px;
}
.cmn-board .board-form .login-divider {
    width: 290px;
}
.cmn-board .board-form .input-group {
    display: flex;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 7px;
}
.cmn-board .board-form .input-group-s {
    display: flex;
    max-width: 380px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 7px;
}
.cmn-board .board-form .input-group-xs {
    max-width: 280px;
    margin-right: 5px;
}
.cmn-board .board-form input.form-input {
    font-size: 16px;
    width: calc(100% - 38px);
    border: none;
    color: #666666;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.cmn-board .board-form .login-divider span {
    color: #666666;
}

.poe-login-section .gilbard-login .cmn-board .board-more {
    display: flex;
    justify-content: space-between;
    max-width: 380px;
    padding: 0;
    margin: 0 auto;
}
.poe-login-section .gilbard-login .cmn-board .board-more .rememberMe {
    display: flex;
    align-items: center;
}

.poe-login-section .gilbard-login .cmn-board .board-more .rememberMe span {
    padding-left: 4px;
    font-size: 14px;
    color: #666666;
}
.poe-login-section .gilbard-login form input[type="checkbox"],
.poe-register-section .gilbard-login form input[type="checkbox"] {
    width: 12px;
    height: 16px;
    margin-top: -6px;
    background: url(../images/poe-signin/poe-signin_point.png) no-repeat center;
    border: none;
    padding: 0;
    border-radius: 0;
    position: relative;
    top: 3px;
}
.poe-login-section .gilbard-login form input[type="checkbox"]:checked,
.poe-register-section .gilbard-login form input[type="checkbox"]:checked {
    background: url(../images/poe-signin/poe-signin_select.png) no-repeat center;
    background-size: 12px;
}
.poe-login-section .gilbard-login .cmn-board .board-more .forgetPwd {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #dab77e;
}
.poe-login-section .gilbard-login .cmn-board .board-more .forgetPwd a {
    padding-left: 5px;
    text-decoration: none;
}
.poe-login-section .gilbard-login .cmn-board .board-more .forgetPwd img {
    margin-top: -2px;
}
.poe-login-section .gilbard-login form input[type="submit"] {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    border: none;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    line-height: 26px;
    background-color: #dab77e;
    border-radius: 25px;
    max-width: 380px;
}
.poe-login-section .gilbard-login form input[type="submit"]:hover {
    opacity: 0.8;
}
.poe-login-section .gilbard-login .guideBtn {
    display: block;
    font-size: 16px;
    line-height: 25px;
    padding: 8px 15px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin: 15px auto 0 auto;
    border-radius: 10px;
    text-transform: none;
    font-size: 20px;
    line-height: 26px;
    border: 1px solid #dab77e;
    color: #dab77e;
    border-radius: 25px;
    max-width: 380px;
}
.poe-login-section .gilbard-login .guideBtn:hover {
    opacity: 0.8;
}
.poe-login-section .gilbard-login .gilbard-social-login {
    max-width: 400px;
}
.poe-login-section .gilbard-social-login a {
    height: unset;
}
.gilbard-login .login-divider {
    width: 400px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.poe-login-section .gilbard-login .login-divider span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    background: #ffffff;
}
.gilbard-social-login {
    margin: 0 auto;
    max-width: 200px;
    margin-top: 20px;
}
.poe-login-section .gilbard-login .login-divider:before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #eeeeee;
}
.poe-login-section .gilbard-login .goSignIn {
    margin-top: 25px;
    font-size: 16px;
}
.poe-login-section .gilbard-login .goSignIn a {
    color: #fb2b2b;
}

/**
2.forgetpassPage
 */

.poe-forget-section .gilbard-login form input[type="submit"] {
    font-size: 20px;
    line-height: 26px;
    background-color: #dab77e;
    border-radius: 25px;
    color: #ffffff;
}
.poe-forget-section .gilbard-login form input[type="submit"]:hover {
    opacity: 0.8;
}
.poe-forget-section .gilbard-login form input {
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #666666;
}

/**
3.register
 */

.poe-register-section .board-form .input-group-country {
    border: none;
}
.poe-register-section .board-form .input-group-country .flag-dropdown {
    left: 0 !important;
    top: 0;
    border: none;
    width: 115px;
    height: 40px;
    border-radius: 7px;
}
.poe-register-section .board-form .input-group-country .selected-flag {
    z-index: 1;
    position: relative;
    width: 115px;
    height: 100%;
    padding: 0 0 0 8px;
    margin-top: 0;
}
.poe-register-section .board-form .input-group-country .form-input-m {
    max-width: calc(100% - 38px);
    border: none;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.poe-register-section .gilbard-login form input.verification {
    width: calc(100% - 38px) !important;
}
.poe-register-section .gilbard-login form .verifyCode {
    width: 100%;
}
.poe-register-section .gilbard-login form .ver-box {
    display: flex;
}
.poe-register-section .gilbard-login form .ver-part {
    width: 132px;
}
.poe-register-section .gilbard-login form .phone-num {
    position: absolute;
    padding-left: 46px;
    border: 1px solid #dddddd;
    width: 115px;
    height: 40px;
    border-radius: 7px;
}
.poe-register-section .intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    width: 9px;
    height: 6px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: url(../images/poe-signin/poe-icon-right.png) no-repeat center;
}
.poe-register-section .gilbard-login form .acceptPolicy {
    text-align: left;
    padding: 0;
    font-size: 14px;
    color: #666666;
}
.poe-register-section .gilbard-login form .acceptPolicy a {
    color: #dab77e;
}
.poe-register-section .gilbard-login form input[type="submit"] {
    font-size: 20px;
    line-height: 26px;
    background-color: #dab77e;
    border-radius: 25px;
    color: #ffffff;
    border: none;
}
.poe-register-section .gilbard-login form input[type="submit"]:hover {
    opacity: 0.8;
}
.poe-register-section .gilbard-login .goSignIn {
    font-size: 16px;
    color: #666666;
}
.poe-register-section .gilbard-login .goSignIn a {
    color: #f64140;
}

@media only screen and (max-width: 767px) {
    .poe-register-section.mt-50 {
        margin-top: 20px !important;
    }
    .mb-30.acceptPolicy {
        margin-bottom: 10px !important;
    }
    .cmn-board .inner .pb-50 {
        padding-bottom: 20px !important;
    }
    .cmn-board h1 {
        font-size: 30px;
    }
    .cmn-board .board-form {
        margin-top: 20px;
    }
    .cmn-board .board-form .mb-20 {
        margin-bottom: 10px !important;
    }
    .cmn-board .board-form input.form-input {
        font-size: 14px;
    }
    .cmn-board .board-form .gilbard-social-login {
        margin-top: 1rem;
    }
    .cmn-board .board-form .gilbard-social-login.sign-facebook {
        margin-top: 0 !important;
    }
    .cmn-board .board-form .gilbard-social-login.pb-60 {
        padding-bottom: 30px;
    }
    .poe-register-section .gilbard-login form .acceptPolicy {
        font-size: 12px;
        line-height: 15px;
    }
    .poe-register-section .gilbard-login .goSignIn {
        font-size: 14px;
    }
    .poe-register-section .gilbard-login .goSignIn a {
        font-size: 16px;
    }
    .gilbard-social-login.pb-60 {
        padding-bottom: 20px !important;
    }
    .inner .form-group.sign-in {
        margin-bottom: 0;
    }
    .inner .form-group .sign-facebook {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .gilbard-login .guideBtn {
        margin-top: 0 !important;
    }
}

/**
4.404
 */

.poe-404-section .errorPage {
    background-color: inherit;
}
.poe-404-section .errorPage .gohomeBtn {
    background-color: transparent;
    color: #dab77e;
    border: 1px solid #dab77e;
    font-size: 22px;
    line-height: 48px;
    border-radius: 50px;
    padding: 10px 30px;
}

/**
5.profilePage
 */

.poe-cmn-section .inner {
    background: #ffffff;
    border-radius: 15px;
}
.poe-cmn-section .row-15 {
    padding: 0 15px;
}
.poe-cmn-section .inner-ttl-ul {
    border-bottom: 1px solid #dddddd;
}
.poe-cmn-section .inner-ttl-ul li {
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #666666;
    cursor: pointer;
    position: relative;
    text-align: center;
}
@media (max-width: 767px) {
    .poe-cmn-section .inner-ttl-ul li {
        width: 50%;
        font-size: 16px;
    }
    .poe-cmn-section .inner-ttl-ul li a {
        padding: 1em;
    }
}
.poe-cmn-section .inner-ttl-ul li a {
    padding: 18px 17px;
}
.poe-cmn-section .inner-ttl-ul li a:hover {
    transition: all 0.2s;
    color: #dab77e;
    opacity: 0.8;
}
.poe-cmn-section .inner-ttl-ul li.active {
    position: relative;
    color: #dab77e;
}
.poe-cmn-section .inner-ttl-ul li.active::after {
    position: absolute;
    content: "";
    background: #dab77e;
    width: 50px;
    height: 3px;
    bottom: -2px;
    left: 50%;
    margin-left: -25px;
    transition: 0.2s all linear;
}
.poe-cmn-section .inner-ttl-search {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    top: 14px;
    width: 30%;
}
.poe-cmn-section .inner-ttl-search form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
    .poe-cmn-section .inner-ttl-search {
        display: none;
    }
}
.poe-cmn-section .inner-ttl-search-s {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.poe-cmn-section .inner-ttl-search-s form input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.poe-cmn-section .inner-detail {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .poe-cmn-section .inner-detail {
        margin-top: 22px !important;
    }
    .poe-cmn-section .inner-detail form.mb-85 {
        margin-bottom: 40px !important;
    }
    .poe-cmn-section .inner-detail .pl-25 {
        padding-left: 15px !important;
    }
    .poe-cmn-section .inner-detail .pr-25 {
        padding-right: 15px !important;
    }
}

.poe-cmn-section .inner-detail .inner-detail-ttl {
    position: relative;
    padding-left: 10px;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}
.poe-cmn-section .inner-detail .inner-detail-ttl::before {
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    background: #333333;
    left: 0;
}
.member-area.poe-cmn-section input:not([type="submit"]) {
    width: calc(100% - 38px);
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
}
.member-area.poe-cmn-section .input-group {
    display: flex;
    max-width: 450px;
    padding: 0;
    border: 1px solid #dddddd;
    border-radius: 7px;
}
.member-area.poe-cmn-section .input-group-country {
    border: none;
}
.member-area.poe-cmn-section .input-group-country .flag-dropdown {
    left: 0 !important;
    top: 0;
    border: none;
    width: 115px;
    height: 40px;
    border-radius: 7px;
}
.member-area.poe-cmn-section .input-group-country .selected-flag {
    z-index: 1;
    position: relative;
    width: 115px;
    height: 100%;
    padding: 0 0 0 8px;
    margin-top: 0;
}
.member-area.poe-cmn-section .input-group-country .form-input-m {
    max-width: calc(100% - 38px);
    border: none;
    border-radius: 8px;
    line-height: 33px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.member-area.poe-cmn-section input:not([type="submit"]).phone-num {
    position: absolute;
    padding-left: 46px;
    border: 1px solid #dddddd;
    width: 115px;
    height: 40px;
    border-radius: 7px;
}
.member-area.poe-cmn-section .intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 10px;
    width: 9px;
    height: 6px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: url(../images/poe-signin/poe-icon-right.png) no-repeat center;
}
.member-area.poe-cmn-section .intl-tel-input select,
.poe-register-section .intl-tel-input select {
    width: 100%;
}
.poe-register-section .input-group-country .phone-part {
    display: flex;
    margin-left: 120px;
    width: calc(100% - 120px);
    border: 1px solid #dddddd;
    border-radius: 8px;
}
.member-area.poe-cmn-section .input-group-country .phone-part {
    display: flex;
    margin-left: 120px;
    width: calc(100% - 120px);
    border: 1px solid #dddddd;
    border-radius: 8px;
}
.member-area.poe-cmn-section input[type="submit"] {
    background: #dab77e;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    border-radius: 10px;
    border-style: none;
}

/**
6.orderList
 */

.member-area.poe-cmn-section .tab-content {
    padding: 0 30px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0;
}
@media (max-width: 767px) {
    .member-area.poe-cmn-section .tab-content {
        padding: 0 15px;
    }
}
.member-area.poe-cmn-section .color-bordered-table.info-bordered-table {
    border: none;
}
.member-area.poe-cmn-section
    .color-bordered-table.info-bordered-table
    thead
    th {
    background-color: #ffffff;
    color: #333333;
    border: 0;
    padding: 0.75rem;
    text-align: center;
}
.member-area.poe-cmn-section .table td,
.member-area.poe-cmn-section .table th {
    border-top: none;
    padding: 0;
}
.member-area.poe-cmn-section tr.item .order-list {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.member-area.poe-cmn-section tr.item .order-list-num {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 13px 19px;
    font-size: 16px;
    color: #666666;
    background: #fafafa;
    border-bottom: 1px solid #eeeeee;
}
.member-area.poe-cmn-section tr.item .order-list-time {
    padding: 0 20px 0 10px;
}
.member-area.poe-cmn-section tr.item .order-list-detail ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px 0 19px;
    line-height: 35px;
    text-align: center;
    border-bottom: 1px dashed #e2e2e2;
    color: #333333;
    font-size: 14px;
}
.member-area.poe-cmn-section tr.item .order-list-detail ul li:last-child {
    border-bottom: none;
}
.member-area.poe-cmn-section tr.item .order-detail-name {
    text-align: left;
    width: calc(40% - 19px);
}
.member-area.poe-cmn-section tr.item .order-detail-price {
    width: 20%;
    font-size: 16px;
    color: #dab77e;
    font-weight: bold;
}
.member-area.poe-cmn-section tr.item .order-detail-status {
    width: calc(40% - 20px);
}
.member-area.poe-cmn-section
    .color-bordered-table.info-bordered-table
    thead
    th.order-phone-oi {
    text-align: left;
    padding: 0 9px;
}
.member-area.poe-cmn-section
    .color-bordered-table.info-bordered-table
    thead
    th.order-phone-s {
    text-align: right;
    padding: 0 5px;
}
.member-area.poe-cmn-section tr.item-phone .order-phone-list {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.member-area.poe-cmn-section
    tr.item-phone
    .order-phone-list
    .order-phone-list-num {
    display: flex;
    justify-content: space-between;
    padding: 4px 0 4px 9px;
    font-size: 12px;
    color: #666666;
    background: #fafafa;
    border-bottom: 1px solid #eeeeee;
}
.member-area.poe-cmn-section tr.item-phone .order-phone-list .p-list-time {
    padding: 0 6px 0 5px;
}
.member-area.poe-cmn-section
    tr.item-phone
    .order-phone-list
    .order-phone-list-detail
    ul
    li {
    display: flex;
    flex-direction: column;
    margin: 0 3px 0 9px;
    border-bottom: 1px dashed #e2e2e2;
    color: #333333;
    font-size: 12px;
}
.member-area.poe-cmn-section
    tr.item-phone
    .order-phone-list
    .order-phone-list-detail
    ul
    li:last-child {
    border-bottom: none;
}
.member-area.poe-cmn-section tr.item-phone .order-phone-list .detail-info {
    display: flex;
    justify-content: space-between;
    margin-right: 6px;
}
.member-area.poe-cmn-section tr.item-phone .order-phone-list .detail-price {
    font-weight: bold;
    color: #dab77e;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .order-history-mobile {
        display: block !important;
    }
    .order-history-web {
        display: none;
    }
}
@media only screen and (min-width: 767px) {
    .order-history-mobile {
        display: none;
    }
    .order-history-web {
        display: block !important;
    }
}
.member-area.poe-cmn-section .orderHistory .get-withdraw {
    padding: 0px 20px;
    border-radius: 6px;
    line-height: 30px;
    color: #fff;
    background-color: #dab77e;
}
.member-area.poe-cmn-section .orderHistory .get-withdraw:hover {
    opacity: 0.8;
}
.member-area.poe-cmn-section .orderHistory .get-withdraw-wrong {
    background-color: #f05a5a;
}
.member-area.poe-cmn-section .orderHistory .get-withdraw-m {
    color: #ffffff;
    border: 1px solid #dab77e;
    padding: 0 8px;
    background: #dab77e;
    border-radius: 4px;
    line-height: 24px;
}
.member-area.poe-cmn-section .orderHistory .get-withdraw-wrong-m {
    color: #ffffff;
    border: 1px solid #f05a5a;
    padding: 0 8px;
    background: #f05a5a;
    border-radius: 4px;
}

/**
7.newsList
 */
.poe-news-section .inner {
    min-height: 493px;
}
.poe-news-section .inner-ttl-ul {
    padding-left: 43px;
}
@media (max-width: 767px) {
    .poe-news-section .inner-ttl-ul {
        padding-left: 0;
    }
}
.poe-news-section .news-list li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333333;
    padding: 12px 0 0;
    border-bottom: 1px dashed #e1e1e1;
}
.poe-news-section .news-list li .top-tag {
    display: inline-block;
    height: 24px;
    padding: 7px 16px 6px;
    margin-right: 10px;
    margin-top: -12px;
    font-size: 14px;
    line-height: 1;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    background: #ffb200;
    box-shadow: 0px 3px 8px #ffb200;
    width: 57px;
}

.poe-news-section .news-list li .news-date {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 78px;
    text-align: right;
}
.poe-news-section .news-list li .news-ttl {
    width: 75%;
}
.poe-news-section .news-list li .news-top {
    width: calc(100% - 135px);
}
.poe-news-section .news-list li .news-line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.poe-news-section .news-list li .news-line.news-line-top {
    width: calc(100% - 67px);
}
@media (max-width: 767px) {
    .poe-news-section .news-list li .news-line.news-line-top {
        width: 100%;
    }
}
.poe-news-section .news-list li .news-line a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    width: 100%;
}
.poe-news-section .news-list li .news-line a:hover {
    color: #dab77e;
}
.poe-news-section .inner-detail {
    margin: 22px 30px 85px;
}
/* newsList pagination */
.poe-news-section .pagination {
    justify-content: center;
}
.poe-news-section .pagination .page-link {
    color: #333333;
    border: 1px solid #dddddd;
}
.poe-news-section .pagination .page-item:first-child .page-link {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.poe-news-section .pagination .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.poe-news-section .pagination .page-item.active .page-link {
    background-color: #dab77e;
    border-color: #dab77e;
    color: #ffffff;
}
@media (max-width: 767px) {
    .poe-news-section .news-list li .top-tag {
        display: none;
    }
    .poe-news-section .inner-detail {
        margin: 10px 0 35px;
    }
}

/**
8.newsDetails
 */
.sec-news h2 {
    font-size: 22px;
}
.sec-news a:hover {
    color: #333333;
    opacity: 0.8;
}
.sec-news .blog-details {
    border-radius: 15px;
    padding: 35px 40px 160px;
    background: #ffffff;
}
.sec-news .blog-details h1 {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.sec-news .blog-details .blog-content p.blog-date {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 25px;
}
.sec-news .blog-details .blog-content p {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}
.sec-news .blog-content .meta-box ul.meta.meta-border-bottom li {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    background-color: #e9d4b2;
    margin-right: 10px;
    padding: 1px 10px;
    border-radius: 5px;
    color: #333333;
}
.sec-news .blog-content .meta-box {
    margin-top: 40px;
}
.sec-news .blog-details .blog-content ul li {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}
.sec-news .blog-details .blog-content p a {
    color: #dab77e;
    display: block;
}
.sec-news .blog-details .blog-content p.MsoNormal {
    white-space: normal;
    word-wrap: break-word !important;
    text-align: left;
}
.sec-news .blog-details h1 {
    font-size: 24px;
}
@media (max-width: 767px) {
    .sec-news h2 {
        font-size: 15px;
    }
    .sec-news .blog-details {
        padding: 15px 20px 100px;
    }
    .sec-news .blog-details .blog-content p.blog-date {
        font-size: 14px;
    }
    .sec-news .blog-details .blog-content p.blog-date img {
        height: 14px;
        margin-top: -3px;
    }
    .sec-news .blog-details h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .sec-news .blog-details .blog-content p {
        font-size: 14px;
        line-height: 20px;
    }
}

/**
9.successpayment
 */

.sec-success .success-price {
    font-size: 24px;
    color: #dab77e;
    font-weight: bold;
}
.sec-success h1 {
    font-size: 18px;
    color: #333333;
    padding-bottom: 25px;
}
.sec-success .success-yon {
    font-size: 18px;
    color: #666666;
    padding-bottom: 16px;
}
.sec-success .success-yon font {
    color: #333333;
    font-weight: bold;
}
.sec-success .success-payment .orderBtn {
    font-size: 20px;
    line-height: 26px;
    background: #dab77e;
    border-radius: 10px;
    padding: 11px 20px;
}
.sec-success .success-payment .success-get {
    margin-bottom: 18px;
}
.sec-success .success-payment .success-cutdown {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 33px;
}
.sec-success .success-payment .success-cutdown-num {
    font-size: 12px;
    color: #666666;
    color: #fb0404;
    font-weight: bold;
}
.sec-success .success-payment .success-more {
    max-width: 960px;
    border: 1px dashed #dddddd;
    margin: 0 auto;
    padding: 18px 32px;
    border-radius: 10px;
    text-align: left;
    color: #666666;
    line-height: 35px;
}
.sec-success .success-payment .more-title {
    font-size: 16px;
    line-height: 26px;
    padding-left: 6px;
    font-weight: 600;
}
.sec-success .success-payment ul li {
    font-size: 14px;
    line-height: 24px;
}
.sec-success .success-payment ul li a {
    color: #dab77e;
}
.sec-success .success-payment {
    padding: 50px 20px;
    border-radius: 10px;
}
@media (max-width: 767px) {
    .sec-success .success-payment .success-more {
        margin: 0;
        padding: 8px 12px;
    }
}

/**
10.about-us
 */

.sec-cmn-card .cmn-card {
    background: #ffffff;
    width: 100%;
    border-radius: 10px;
    padding: 4px 0;
}
.sec-cmn-card .card-ttl {
    border-bottom: 1px solid #dddddd;
    padding: 1em 2.5em;
    font-size: 18px;
    position: relative;
}
.sec-cmn-card .card-ttl::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background: #dab77e;
    bottom: -1px;
    left: 2.5em;
}
.sec-cmn-card .card-ttl h2 {
    position: relative;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
}
.sec-cmn-card .card-ttl h1 {
    font-weight: 600;
}
.sec-cmn-card .card-main {
    padding: 2em 2.5em 2em;
    font-size: 16px;
}
@media (max-width: 767px) {
    .sec-cmn-card .card-main {
        padding: 1em 1.5em 2em;
    }
    .sec-cmn-card .card-ttl::after {
        left: 1.5em;
    }
    .sec-cmn-card .card-ttl {
        padding: 0.5em 1.5em;
    }
}
.sec-cmn-card a.linkA {
    color: #dab77e;
    display: block;
    white-space: normal;
    word-break: break-word;
}
.sec-cmn-card a.linkA:hover {
    opacity: 0.8;
}

/**
11.faq-detail
 */

.sec-faq .blog-details {
    padding: 35px 40px 60px;
    margin-bottom: 9em;
}

/**
12.terms
 */

.sec-term .blog-details {
    border-radius: 10px;
    padding: 1em 2.5em;
}
@media (max-width: 767px) {
    .sec-term .blog-details {
        padding: 0.5em 1.5em;
    }
}

/**
13.privacy
 */

.sec-term .blog-details ul li {
    line-height: 28px;
    text-indent: -1em;
    padding-left: 1em;
}

/**
14.mumber
 */

.sec-member .row {
    background: #ffffff;
    border-radius: 10px;
    margin: 0;
}
.sec-member .user-profile {
    text-align: center;
    padding: 1em 0;
}
.sec-member .user-profile img {
    margin-bottom: 0.5em;
}
.sec-member .user-profile p {
    position: relative;
    font-size: 14px;
    color: #666666;
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word !important;
}
.sec-member .user-profile p::after {
    content: "";
    position: absolute;
    width: 5em;
    height: 0.2em;
    background: #dab77e;
    bottom: -0.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sec-member .member-menu li .menu-item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-member .member-menu li .menu-item-link span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-member .member-menu li {
    line-height: 2.5em;
}

/* new goodslist page */
.new-product-area {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    margin: 0 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.new-product-single {
    width: 240px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 20px 8px;
    position: relative;
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.new-product-img {
    background: #fafafa;
    position: relative;
}
.pro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 0px auto;
    width: 150px;
    height: 110px;
}
.new-product-img img {
    max-height: 90px;
    max-width: 100%;
}
.new-product-name {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    height: 29px;
    margin-bottom: 23px !important;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-product-single > div {
    vertical-align: middle;
}
.new-product-single .productNum {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd;
    padding: 6px 0;
}

.new-product-single .productNum i {
    display: inline;
    padding: 8px 8px;
    user-select: none;
    background-color: #e7e7e7;
}
.new-product-single .productNum span {
    min-width: 80px;
    text-align: center;
    display: inline-block;
}
.new-product-single .productNum i:first-child {
    border-right: 1px solid #d7d7d7;
}
.new-product-single .productNum i:last-child {
    border-left: 1px solid #d7d7d7;
}
.new-product-single .productNum i:hover {
    background-color: #dab77e;
    color: #fff;
}
.new-product-single .prt-num {
    margin-top: 20px;
}
.new-product-single .new-product-price {
    margin: 15px 0;
    font-family: "Impact", Helvetica;
    color: #fb0404;
    font-size: 16px;
    line-height: 26px;
}
.redMoney {
    font-family: "Impact", Helvetica;
    color: #fb0404;
    font-size: 16px;
    line-height: 26px;
}
.new-prt-btn {
    display: flex;
    justify-content: space-between;
}
.new-Btn {
    width: 49%;
}
.new-Btn:hover {
    opacity: 0.8;
}
.new-btn-add {
    cursor: pointer;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    border: none;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    height: 35px;
    background-color: #000000;
}
.new-btn-buy {
    cursor: pointer;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    border: none;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    height: 35px;
    background-color: #8cc63f;
}
.new-product-single .new-btn-buy i.icon {
    background-position: -30px -125px;
    width: 15px;
    height: 10px;
    margin-left: 4px;
    position: relative;
    top: 1px;
}
/* items details */
.new-product-single.proItems-single .item-info {
    position: absolute;
    top: -20px;
    background: url(../images/item-info_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 9;
    font-size: 12px;
    text-align: center;
    left: 187px;
    opacity: 1;
    transition: all 0.5s;
    transform: scale(0);
    min-width: 340px;
    padding: 20px;
    color: #fff;
    display: block;
}
.new-product-single.proItems-single .item-info.display {
    transform: scale(1);
    opacity: 1;
}
.new-product-single.proItems-single .item-info .weapon-attack {
    position: relative;
    width: 100%;
    display: block;
}
.new-product-single.proItems-single .item-info h3 {
    display: inline-block;
    margin-bottom: 11px;
}
.new-product-single.proItems-single .item-info h3 p {
    color: #fff;
    font-size: 14px;
    font-family: montserrat semibold;
    margin-bottom: 0;
}
.new-product-single.proItems-single .item-info h3 span {
    display: block;
    background: #1f203c;
    width: 110%;
    height: 7px;
    margin-top: -7px;
    margin-left: -5px;
}
.new-product-single.proItems-single .item-info p {
    color: #585a8a;
    margin-bottom: 10px;
}
.new-product-single.proItems-single .item-info p.colors {
    color: #0b85ea;
    white-space: nowrap;
}
.new-product-single.proItems-single .item-info .item-box > .header {
    width: 80%;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #fff;
    background: url(/images/item-info_title.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -45px;
    left: 10%;
    height: 50px;
    padding: 5px 40px;
}
.item-box > .header::after,
.item-box > .header::before {
    position: absolute;
    top: 0;
    display: block;
    background-repeat: no-repeat;
    content: "";
}
.item-box > .header::after {
    right: 0;
}
.item-box > .header::before {
    left: 0;
}
.new-product-single.proItems-single
    .item-info
    .item-box
    > .header
    .header-double {
    box-sizing: border-box;
    padding: 3px 44px;
    height: 52px;
    line-height: 22px;
}
.new-product-single.proItems-single .item-info .item-stats {
    display: block;
    margin: 0 auto;
    padding: 15px 12px;
}
.new-product-single.proItems-single .item-info .item-stats > .group {
    display: block;
    margin: 0 auto;
    max-width: 315px;
    line-height: 24px;
}
.new-product-single.proItems-single .item-info .group-mod {
    background: url(/images/item-info_text.png) no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
}
.new-product-single.proItems-single .item-info .item-stats > .group em {
    white-space: normal;
    color: #ffb200;
}
.singleempty {
    background: transparent;
    border: 0px;
}
@media only screen and (max-width: 767px) {
    .product-section li {
        padding: 0px;
        width: 100%;
        flex-direction: inherit;
        justify-content: space-between;
    }
    .new-product-single.proItems-single .item-info {
        min-width: 130%;
        left: -16%;
    }
    .new-product-area {
        margin: 0;
    }
    .tel-part {
        display: flex;
        flex-direction: column;
        width: 54%;
        justify-content: inherit;
    }
    .new-product-single .new-btn-buy i.icon {
        display: none;
    }
    .singleempty {
        display: none;
    }
    .new-Btn {
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 340px) {
    .new-product-img {
        max-width: 46%;
    }
    .pro-img {
        width: 100%;
    }
    .new-product-name {
        font-size: 10px;
    }
}
.productNum input {
    width: 60px;
    text-align: center;
    border: 0;
    padding: 0 3px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 0;
    border-radius: 0;
    user-select: none;
    background-color: #fff;
}