ul{
    margin:0;
    padding: 0;
}
/*顶部*/
.header{
    overflow: inherit;
}
.header .main-content{
    height: 150px;
}
.header .menu .middle {
    width: 100%;
    height: 130px;
}
.top-box {
    height: 120px;
    width: 100%;
}

.top-box .top-bar {
    height: 29px;
    background-color: #28CCCC;
    border-bottom: 1px solid #28CCCC;
    line-height: 30px;
    color: rgba(255,255,255,.8);
}

.top-box .top-bar .content {
    width: 1200px;
    margin: 0px auto;
    height: 40px;
    display: flex;
    flex-direction: row;
}

.top-box .top-bar i {
    font-size: 16px;
    margin-right: 2px;
}

.top-box .top-bar .content .go-mall {
    width: 150px;
    color: rgba(255,255,255,.8);
}
.top-box .top-bar .content .login-info {
    flex: 1;
    text-align: left;
}


.top-box .top-bar .content span {
    color: rgba(255,255,255,.8);
}
.top-box .top-bar .content .s_color {
    color: #fff;
    font-weight:600;
}

.top-box .icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.top-box .top-bar .icon-home {
    width:14px;
    height:14px;
    color:#fff;
}

.top-box .top-bar .icon-score {
    width: 19px;
    height: 17px;
    top: 3px;
    margin-left: 0px;
}


.top-box .top-bar .content .tel a {
    padding: 0px 20px;
}

.top-box .logo-box {
    background-color: #fff;
    height: 90px;
    width: 100%;
    /*border-bottom: 4px solid #02b4b6;*/
    /*box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    position: relative;
    z-index: 99;
}

.top-box .logo-box .content {
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 0px auto;
    justify-content:space-between;
    position: relative;
    align-items:center;
}

.top-box .logo-box .logo {
    width: 352px;
    height: 90px;
    margin-top: 2px;
    overflow: hidden;
}
.top-box .logo-box .logo img{
    width: 100%;
    margin-top: 9px;
}
.top-box .score-info{
    display: flex;
}
.top-box .score-info .act_item{
    margin-left: 20px;
}
.top-box .score-info .act_item i{
    font-size: 16px;
}
.top-box .score-info .myscore{
    background-color: #f7f7f7;
    font-weight: bold;
    font-size: 15px;
    border-radius: 4px;
    padding: 2px 12px;
    color: #999;
    display: flex;
    align-items: center;
}
.top-box .score-info .myscore i{
    color: #f56c6c;
    margin-right: 8px;
    font-size: 18px;
}
.top-box .score-info .myscore span{
    color: #f56c6c;
    font-size: 20px;
    margin-left: 20px;
}

/*右侧悬浮菜单*/
.float-right-box {

    position: fixed;
    top: 0px;
    height: 100%;
    z-index: 999;
    right: 0px;
}

.float-right-box .menu-box {
    bottom:44%;
    right:20px;
    width:48px;
    position: absolute;

}
.float-right-box .menu-box .item{
    position: relative;
    margin-bottom:5px;
    border-radius:4px;
    width: 48px;
    height: 40px;
    line-height: 40px;
    display: block;
    box-sizing: border-box;
    background: linear-gradient(-90deg, #FFD200, #FFd210);
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.float-right-box .menu-box .item:hover {
    background: linear-gradient(-90deg, var(--theme_l), var(--theme));
    border-radius:0px 4px 4px 0px;
}

.float-right-box .menu-box .item span {
    height: 40px;
    line-height: 40px;
    background: linear-gradient(-90deg, var(--theme_l), var(--theme));
    right: 20px;
    top: 0;
    transition: all 0.2s linear;
    position: absolute;
    padding: 0px 5px 0px 14px;
    width: 0;
    border-radius: 3px 0 0 3px;
    text-align: center;
    overflow: hidden;
    /* color: #666666; */
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    white-space: nowrap;
    z-index: -1;
}

.float-right-box .menu-box .item:hover span{
    right: 100%;
    width: auto;
    border-radius: 3px 0 0 3px;
    border-color: #fff !important;
    border: 0 !important;
    overflow: hidden;
}
.float-right-box .menu-box .item i{
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin: 0 auto;
    font-size: 25px;
    color: var(--theme);
    z-index: 2;
    width: 100%;
    background: linear-gradient(-90deg, var(--theme_l), var(--theme));
    -webkit-background-clip: text;
}

.float-right-box .menu-box .item:hover i{
    color:#fff;
}
.float-right-box .menu-box .menu-home .icon {
    background:url(images/aside_icon/back_home_icon.png);
    width: 22px;
    height: 22px;
}

.float-right-box .menu-box .menu-home:hover>.icon {
    background-image: url(images/aside_icon/back_home_actived_icon.png);
}



.float-right-box .menu-box .item_gift span .i-count {
    min-width: 20px;
    height: 20px;
    background-color: #e94637;
    color: #fff;
    display: inline-block;
    border-radius: 9.5px;
    text-align: center;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: text-bottom;
    top: 11px;
    right: 6px;
    font-size: 12px;
}


.float-right-box .menu-box .mi-to-top {
    width: 48px;
    height: 44px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    bottom: -50px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    display: none;
    border-radius: 3px;
}

.float-right-box .menu-box .mi-to-top i {
    font-size: 25px;
    color: var(--theme);
}
.el-dialog__header {
    padding: 20px 20px 10px;
    background-color: #f0f0f0;
}
.header{
    height: 199px;
}
.menu{
    height: 171px;
}
.menu .navs{
    height: 40px;
    display: flex;
    align-items: center;
}
.menu .navs a{
    margin-left: 50px;
    margin-top: 5px;
    font-size: 16px;
    color: #333333;
    margin-right: 15px;
}
.all-cats{
    background: var(--theme);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    width: 188px;
    position: relative;
    cursor: pointer;
}
.all-cats:hover .menuContent{
    display: block;
}
.all-cats i{
    margin-right: 5px;
}
.header .menu .el-input__inner {
    height: 48px;
    line-height: 48px;
    border-top: 1px solid var(--theme);
    border-bottom: 1px solid var(--theme);
    border-left: 1px solid var(--theme);
}





















