﻿.mui-content,
.content {
    background: #F5F5F5;
}

/* header */
.header {
    padding: 0 .2rem;
    height: 1.1rem;
    background: #f6f6f6;
}

.nav_icon {
    margin-top: .4rem;
    width: .5rem;
}

.header_logo {
    height: 1.1rem;
    display: flex;
    align-items: center;
}

.header_logo img {
    width: .8rem;
    height: .57rem;
}

.header_logo p {
    margin-left: .15rem;
    font-size: .28rem;
    font-weight: bold;
    color: rgba(195, 152, 84, 1);
}

/* header结束 */

.mui-bar-nav~.mui-content {
    padding-top: 1.1rem;
}

/* foot */
.foot {
    padding: .4rem .4rem 1.5rem;
    background: #282828;
}

.foot_nav {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_nav a {
    font-size: .24rem;
    font-weight: 400;
    color: #D2D2D2;
}

.foot_tel {
    margin: .65rem auto 0;
    display: block;
    width: 3rem;
    text-align: center;
}

.foot_tel img {
    margin: 0 auto;
    display: block;
    width: .6rem;
    height: .53rem;
}

.foot_tel_text {
    margin-top: .15rem;
    font-size: .24rem;
    color: #D2D2D2;
}

.foot_tel_tel {
    font-size: .34rem;
    font-weight: bold;
    color: #ffffff;
}

.bq {
    margin-top: .6rem;
    font-size: .24rem;
    font-weight: 400;
    color: rgba(210, 210, 210, 1);
    text-align: center;
}

/* foot结束 */

/* pop */
.pop {
    position: fixed;
    bottom: 0;
    z-index: 49;
    padding: 0 .1rem;
    height: 1.1rem;
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #F5F3ED;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop>div,
.pop>a {
    width: 3.6rem;
    height: .9rem;
    border-radius: .1rem;
    font-size: .32rem;
    font-weight: 400;
    color: rgba(253, 253, 253, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_wx {
    background: #DCA855;

}

.pop_tel {
    background: #C39854;
}

.pop img {
    margin-right: .15rem;
    display: block;
    height: .45rem;

}

/* pop结束 */

/* 菜单 */
.right_nav {
    margin-top: .3rem;
}

.close_box {
    padding-right: .3rem;
    text-align: right;
}

.close_img {
    width: .32rem;
    height: .32rem;
}

.right_nav_list {
    margin-top: .2rem;
    list-style: none;
}

.right_nav_list li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.right_nav_list a {
    padding: 0 .4rem;
    height: 1.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right_nav_list a>div {
    display: flex;
    align-items: center;
}

.right_nav_list a>div>img {
    width: .34rem;
}

.right_nav_list a>div>p {
    margin-left: .2rem;
    font-size: .3rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    letter-spacing: .02rem;
}


.right_nav_list .right_active>div>p {
    color: #C39854;
}

.right_nav_to {
    width: .12rem;
    height: .24rem;
}

/* 菜单结束 */

/* banner */
.banner_box {
    position: relative;
}

.banner_img {
    display: block;
    width: 100%;
}

.banner_inner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 .25rem;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.banner_inner>div>img {
    margin: 0 auto .1rem;
    display: block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
}

.banner_inner>div>p {
    font-size: .24rem;
    font-weight: 400;
    color: rgba(250, 250, 250, 1);
    line-height: .32rem;
    text-align: center;
}

/* banner结束 */

.mui-toast-container {
    bottom: 50%;
    white-space: nowrap;
 }