
.container{
   width: 100%;

}
.incenten{
    margin: 0 auto;
}
.left-menu-header{
    width: 70%;
    height: 100%;
    background-color:#7d7d7d ;
    position: absolute;
    left: -70%;
    top: 0;
    z-index: 10;
    transition: 0.3s ease;
}
.menu-content{
 margin: 80px 30px;
 position: relative;
}
.menu-content .close-icon{
position: absolute;
right: 0;
top: -50px;
}
.menu-content .menu-item{
    width: 100%;
    border-bottom: 1px solid #9c9c9c;
    font-size:14px;
    padding-bottom: 20px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}
.menu-content .menu-item img{
    position: absolute;
    right: 5px;
}
.menu-content .menu-item span{
    margin-left: 12px;
}
.menu-content .menu-item a{
    color: #fff;
}
.menu-content .menu-item .menu-list-header{
  margin:0 0 0 25px;
  display: none;
}
.menu-content .menu-item .menu-list-header li{
    line-height: 20px;
    /* margin-top: 20px; */
    padding-top: 20px;
    /* margin-bottom: 20px; */
}
.menu-content .menu-item .down-ico{
    transition: 0.3s ease;
}
.menu-content .menu-item .down-ico.rotate{
    transform: rotate(180deg);
    transition: 0.3s ease;
}
.header{
    background-color: #fff;
    width: 100%;
    height: 120px;
    /* height: auto; */
}
.header-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.header-content .menu-btn{
    display: none;
    position: absolute;
    left: 0;
}
.header-content .logo{
    position: absolute;
    left: 0;
/*    margin-top: 25px;*/
}
.header-content .nav{
    position: absolute;
    right: 18%;
    top: 40%;
}
.header-content .nav a{
    color: #313131;
    margin-left: 40px;
    font-size: 16px;
}
  
.header-content .icon{
    position: absolute;
    right: 0;
    top: 40%;
}
.header-content .icon a{
    margin-left: 30px;
}
@media screen and (max-width: 1250px){
    .header-content {
        width: 96%;
    }
}
@media screen and (max-width: 1100px){
    .header-content .nav{
        right: 22%;
    }
}
@media screen and (max-width: 850px){
    .header{
        width:100%;
        height: 80px;
    }
    .header-content{
        width: 90%;
        margin: 0 auto;
        position: relative;
    }
    .header-content .menu-btn{
        display:inline-block ;
        top: 23px;
    }
    .header-content .logo{
        left: 50%;
        margin-top: 19px;
        margin-left: -68px;
    }
    .header-content .logo img{
        width: 140px;
    }
    .header-content .nav{
        display: none;
    }
    .header-content .icon {
        top: 23px;
    }
    .header-content .icon .search{
    }
    .header-content .icon .shop{
        margin-left: 3px;
    }
    .header-content .icon a{
        margin: 0;
    }
    .header-content .icon a:nth-child(2){
        display: none;
    }
}
.page-centent{
    width: 1200px;
    margin: 0 auto
}
.user-info{
    width:100%;
    height: 212px;
    background-color: #eeeeee;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 47px 90px;
    box-sizing: border-box;
}
.user-info .avatar{
   width: 113px;
   height: 113px;
   border-radius: 50px;
}
.user-info .avatar img{
    width: 100%;
    height: 100%;
}
.user-info .info{
    margin-left: 42px;
    flex: 1;
    font-size: 20px;
}
.user-info .info .welcome,
.user-info .info .user-name{
    font-weight: bold;
}
.user-info .info .user-phone{
  display: block; 
  margin-top: 25px;
} 
.user-info .service{
    width: 144px;
    height: 58px;
    background-color: #f7f7f7;
    border: none;
    font-size: 18.54px;
    color: #000000;
    cursor: pointer;
    border-radius: 10px;
}
.user-menu{
   width: 100%;
}
.user-menu .menu-box{
    width:100%;
    height: 108px;
    background-color: #eeeeee;
    border-radius: 10px;
    font-size: 25px;
    padding: 35px 40px;
    box-sizing: border-box;
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.user-menu .menu-box span{
}
.user-menu .menu-box span:nth-child(2){
    color: #474747;
    font-size: 20px;
}
@media screen and (max-width: 1350px){
    .page-centent{
        width: 90%;
    }
}
@media screen and (max-width: 850px){
    .user-info .service{
        display: none;
    }
}
@media screen and (max-width: 750px){
    .user-info{
        height: 170px;
        padding: 20px 90px;
    }
    .user-info .avatar{
        width: 90px;
        height: 90px;
    }
    .user-info .info{
        font-size: 18px;
    }
    .user-info .info .user-phone{
        margin-top: 15px;
    }
    .user-menu .menu-box{
        height: 70px;
        padding: 20px 20px;
        font-size: 18px;
    }
    .user-menu .menu-box .gorouter{
        transform: scale(0.7);
    }
    .user-menu .menu-box span:nth-child(2){
        font-size: 16px;
    }
    
}
@media screen and (max-width: 600px){
    .user-info{
        height: auto;
        padding:0;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0;
    }
    .user-info .avatar{
        width: 60px;
        height: 60px;
    }
    .user-info .info{
        font-size: 13px;
        margin-left: 30px;
        word-break: keep-all;
        white-space: nowrap;
        flex: 0;
    }
    .user-info .info .user-phone{
        margin-top: 8px;
    }
    .user-menu .menu-box{
        height: 40px;
        padding: 20px 20px;
        font-size: 14px;
        margin-top: 15px;
    }
    .user-menu .menu-box .gorouter{
        transform: scale(0.7);
    }
    .user-menu .menu-box span:nth-child(2){
        font-size: 12px;
    }
}
