* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

html {
    overflow-y: scroll
}

body {
    background: #fff;
    color: #011E4D;
    font-size: .2rem;
    font-family: PingFang SC;
    -webkit-text-size-adjust: none
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

address,
i,
em,
strong {
    font-style: normal;
    font-weight: normal
}

a {
    text-decoration: none
}

img {
    display: block;
}

input,
textarea,
select,
button {
    border: none;
    outline: none;
    font-family: PingFang SC;
}

.clear {
    clear: both
}

textarea {
    resize: none;
}

.view {
    width: 7.5rem;
    height: 100%
}

.container {
    width: 6.86rem;
    margin: 0 auto;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.flex-around {
    display: flex;
    align-items: center;
    justify-content: space-around
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.flex-shrink {
    flex-shrink: 0
}

.flex-box {
    width: 100%
}

.one-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical
}

.two-hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pop {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3)
}

.pop-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 6.86rem;
    height: 7rem;
    /* background: #fff; */
    border-radius: 8rpx;
}

@keyframes blink {

    0%,
    100% {
        background: #000;
        color: #000
    }

    50% {
        background: #fff;
        color: #000
    }
}

/* 导航 */
.nav-box {
    width: 7.5rem;
    height: .88rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    color: #BF9668;
}

.head-active {
    color: #BF9668;
}

.logo-left {
    padding-left: .4rem;
    width: 5.04rem;
    height: 0.34rem;
}

.menu-item {
    position: relative;
    line-height: 1.16rem;
    border-bottom: .01rem solid #E5E5E5;
    padding-left: .56rem;
    font-size: 0.32rem;
    color: #405365;
}

.sub-menu-item {
    border-top: .01rem solid #E5E5E5;
    border-bottom: none !important;
}

.sub-menu-container .menu-item:last-child {
    border-bottom: none;
}

.menu-logo {
    height: 0.84rem;
    padding: 0 0rem 0 0.32rem;
    color: #BF9668;
}

.item1>div:last-child {
    border: none;
}

.del-icon {
    margin-left: 0.2rem;
    width: 0.88rem;
    height: 0.88rem;
}

.click-down-img {
    width: .32rem;
    height: .32rem;
    position: absolute;
    right: .28rem;
    top: .5rem;
    transform: translateY(-50%);
}

.bannner {
    margin-top: 0.88rem
}

/* 消息弹框样式修改 */
.el-message {
    min-width: 4rem !important;
    padding: .15rem .3rem !important;
}

.el-message .el-icon-error {
    font-size: .18rem;
}

.el-message--error .el-message__content {
    font-size: .18rem;
}

.el-message .el-icon-warning {
    font-size: .18rem;
}

.el-message--warning .el-message__content {
    font-size: .18rem;
}

.footer {
    background: #F8F8F8;
    padding: 0.92rem 0.42rem 0.48rem 0.42rem;
    color: #5F5F5F;
}

.foot-item {
    text-align: center;
    flex: 1;
    font-size: 0.4rem;
    color: #5F5F5F;
    font-size: 0.28rem;

}

.foot-item img {
    width: 0.68rem;
    height: 0.64rem;
    margin: 0 auto 0.16rem;
}

.footer-bottom {
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.48rem;
    margin-top: 0.5rem;
}

.wechat-pop-icon {
    width: 3.36rem;
    height: 3.92rem;
    margin: 0.8rem auto 0.5rem;
}

.close-pop-icon {
    width: 0.64rem;
    height: 0.64rem;
    margin: 0rem auto
}