body {
    background-image: url("/wp-content/themes/faka-ja/assets/img/bg.jpg");
}

.body-1 {
    background-image: url("/wp-content/themes/faka-ja/assets/img/bg.jpg");
}

.home-page .row {
    display: flex;
    flex-wrap: wrap;
}

.top-login>div {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #a7a7a7;
}

.top-login>div:nth-last-child(1) {
    border-right: none;
    padding-right: 0;
}

.top-login {
    display: flex;
    align-items: center;
}

.home-page {
    max-width: 960px;
    margin: auto;
    margin-bottom: 30px;
}

.body-1 .header .logo img {
    max-height: 70px;
}

.home-post-box {
    background: white;
}

.home-post-box {
    margin-top: 20px;
}

.home-post-content {
    padding: 15px 19px;
}

.title-1 {
    background: rgba(71, 69, 69, 0.67);
    color: white;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-indent: 20px;
}

.title-2 {
    background: rgb(182, 50, 50);
    color: white;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    text-indent: 20px;
}

.header .row {
    display: flex;
    align-items: center;
}

.header .logo {
    margin-right: 20px;
    width: 140px;
}

.header .logo img {
    width: 100%;
}

.top-container {
    max-width: 100%;
    width: 1200px;
    margin: auto;
}


/* 顶部 导航 */

.header .main-nav .menu {
    display: flex;
    margin: 0;
}

.header {
    background-color: #0090D3;
    padding: 0 40px;
}

.header .main-nav .menu a {
    font-size: 16px;
    padding: 0 20px;
    color: white;
}

.header .row {
    align-items: center;
}

.header .logo {
    margin-right: 10px;
}

.top {
    background: rgb(248, 248, 248);
    font-size: 12px;
    padding: 5px 0;
}

.top .row {
    display: flex;
    justify-content: flex-end;
}

.top-nav ul {
    display: flex;
    margin: 0;
}

.top-nav li {
    padding: 0 5px;
    border-left: 1px solid #868686;
}

.top-nav a {
    color: rgb(255, 102, 0);
}


/* 顶部 导航 */


/* 常见问题 */

.qa-post-box {
    border: 1px solid #337ab7;
    border-radius: 3px;
    margin: 30px 0;
    background: white;
}

.qa-post-content {
    padding: 20px;
}

.qa-title {
    color: #fff;
    background-color: #337ab7;
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
}


/* 常见问题 */


/* 页脚 */

.footer {
    width: 100%;
    height: 70px;
    background: #232323;
}


/* 页脚 */

.edit-post {
    text-align: right;
    padding: 10px 15px;
    background: #00b9ff;
}

.edit-post a {
    color: white;
}

.login-box .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}


/* 登陆 */

.login-page,
.register-page {
    background-image: url(/wp-content/themes/faka-ja/assets/img/bj.jpg);
    min-height: 80vh;
    background-position: center;
    background-size: cover;
    padding-bottom: 50px;
}

.login-title {
    background-image: url(/wp-content/themes/faka-ja/assets/img/login-title-background-image.png);
    background-position: center;
    background-size: cover;
}

.login-btn.log-btn {
    width: 340px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    background-color: #42a5f5;
    outline: 0!important;
    border: 0;
}

.register-box,
.login-box {
    background-color: #ffffff;
    width: 460px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    padding: 0px 0 30px 0;
    margin: auto;
}

.login-blank {
    height: 90px;
}

.login-box input,
.register-box input {
    font-size: 20px;
    border: none;
    margin-top: 20px;
    padding: 5px 0;
    text-indent: 12px;
    outline: 0;
}

.login-box input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
    font-size: 13px;
}

.login-box input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #cacaca;
    font-size: 13px;
}

.login-box input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca;
    font-size: 13px;
}

.login-box input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca;
    font-size: 13px;
}

.VerifyCode-row input {
    width: 200px;
}

.VerifyCode-row {
    display: flex;
    justify-content: space-between;
    width: 340px;
    padding-top: 15px;
}

.VerifyCode-img img {
    width: 110px;
}

.login-row-last a {
    font-size: 12px;
    color: #76b9f7;
}

.login-title {
    background-image: url(/wp-content/themes/faka-ja/assets/img/login-title-background-image.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 222px;
    height: 64px;
    text-align: center;
    margin: auto;
    position: relative;
    top: -62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-title h2 {
    margin: 0;
    color: white;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
}

.login-box-row {
    border-bottom: 1px solid #e5e5e5;
}

.VerifyCode-row {
    border-bottom: 1px solid #e5e5e5;
}

.login-row-last {
    width: 310px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 15px;
}


/* .VerifyCode-img {
    padding-top: 12px;
} */


/* 登陆 */

.contact-us-page {
    max-width: 100%;
    width: 900px;
    margin: auto;
    background: white;
    padding: 30px;
}


/* 会员中心 */

.container.membership-page {
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
    padding: 15px;
}

.row.membership-row {
    display: flex;
}

.account-side-nav .sub-menu {}

.account-side-container>ul>li {
    font-size: 18px;
    padding: 5px 10px;
    display: block;
    border-bottom: 1px solid #dcdcdc;
    padding-right: 60px;
    position: relative;
}

.account-side-container>ul {
    background: white;
    margin-right: 20px;
    padding: 10px;
}

.account-side-container .sub-menu {
    padding-left: 5px;
    list-style-type: circle;
}

.account-side-container .sub-menu li {
    font-size: 14px;
    padding: 5px;
    position: relative;
}

.account-side-container .sub-menu li a:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: black;
    margin-right: 5px;
    position: relative;
    top: -3px;
}

.account-side-container .menu-item-has-children:after {
    content: "》";
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 14px;
    color: #929090;
}

.right-container {
    background: white;
    flex-grow: 1;
    padding: 30px;
}

.head-img img {
    width: 100%;
}

.head-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    border: 6px double #6f6f6f;
}

.right-container .user-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.user-info-msg {
    margin-left: 60px;
}

.person_order_info_list {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    padding: 15px 0;
    border-top: 1px solid #d6d6d6;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}

.person_order_info_list>li {
    display: flex;
    align-items: center;
}

.person_order_info_list>li>div {
    margin: 10px;
}

.person_orders-table>table {
    width: 100%;
}

.person_orders-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #bababa;
    padding: 5px 0;
    margin-bottom: 20px;
}

.person_orders-table table tr:nth-child(odd) {
    background: black;
}

.person_orders-table table td {
    padding: 2px;
}

.person_orders-table table tr:nth-child(odd) {
    background: #fcfce0;
}

.person_orders-table th {
    padding: 10px 25px;
    background: #788aea;
    text-align: center;
}

.demo-table-expand {
    font-size: 0;
}

.demo-table-expand label {
    width: 90px;
    color: #99a9bf;
}

.demo-table-expand .el-form-item {
    margin-right: 0;
    margin-bottom: 0;
    width: 50%;
}

.table-product-icon {
    width: 20px;
    border-radius: 50%;
}

.person_orders-table table td {
    padding: 10px;
}

.person_orders-product-title {
    cursor: pointer;
}

.table-row-status {
    text-align: center;
}

.person_order_info_list li {
    cursor: pointer;
}


/* 侧边栏 */

.side-product-cats {
    position: fixed;
    background: white;
    top: 30%;
    left: 0;
    padding-bottom: 40px;
}

.product-cat-item {
    position: relative;
    padding: 5px 15px;
}

.product-cat-item>ul {
    display: none;
}

.product-ul {
    position: absolute;
    background: white;
    left: 105%;
    top: 0;
    width: 350px;
}

.product-ul {
    padding: 5px;
}

.product-ul li {
    padding: 10px 0;
}

.product-ul li p {
    cursor: pointer;
}

.product-cat-item p {
    cursor: pointer;
}

.product-cat-item>p {
    font-size: 14px;
    padding: 2px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-cat-item>p span:nth-child(2) {
    margin-left: 15px;
}

.side-product-cats h3 {
    color: white;
    font-size: 16px;
    text-align: center;
    background: #1874cd;
    padding: 10px 0;
}

li.product-cat-item.on {
    background: #ff8100;
}

.product-cat-item.on>p {
    color: white;
}

.on .product-ul {
    display: block;
    border: 5px solid #ff8100;
    border-radius: 5px;
    padding-bottom: 20px;
}

.product-ul li:nth-child(even) {
    background: #ffb161;
    color: white;
}

.product-ul li {
    padding: 5px 5px;
}

.product-ul li p {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.product-ul li p span {
    display: inline-block;
}

.product-ul li p span:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}


/* 侧边栏 */


/* 订单搜索页面 */

.query-order-apge {
    padding: 15px;
    max-width: 1200px;
    margin: auto;
    min-height: 70vh;
    margin-top: 20px;
    margin-bottom: 20px;
    background: white;
}

.order-table-div table {
    width: 100%;
}

.order-table-div td,
.order-table-div th {
    font-size: 16px;
    padding: 10px 5px;
    text-align: left;
}

.order-table-div {
    margin-top: 30px;
}

.order-table-div th {
    background: #e9e9e9;
}


/* 订单搜索页面 */

.register-item-container {
    display: none;
}

.register-blank {
    height: 100px;
}

.container {
    max-width: 1140px;
    margin: auto;
    padding: 15px;
}


/* 会员中心样式 */

.person_orders-table .product-title span {
    display: inline-block;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.person_orders-table .product-title {
    display: flex;
    align-items: center;
}

.person_orders-table .goods-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 115px;
}

.btn-item-1 {
    margin: 5px;
}