/* 个人中心首页 */
.user-page{
    width: 100%;
   
}
/* 头部 */
.user-page .nav-header{
    height: 88px;
    top: 0px;
    background-color: #fff; 
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.user-page .logo-box img{
    height: 48px;
    width: auto;
    outline:none;
}
.user-page .logo-box .home-goback {
    margin-top: -18px;
    margin-left: 10px;
    width: 60px;
    height: 20px;
    background: url(./../images/home-goback.png) center center no-repeat;
    background-size: 100% 100%;
  }
.user-page .el-menu::after,.user-page .el-menu::before{
    display: none;
}
.user-page .el-menu--horizontal .el-menu .el-menu-item{
    color:#333;
    font-size: 15px;
    border-bottom: none;
}
.user-page .el-menu--horizontal .el-menu li:hover{
    color: #0D52D0;
}
.menu-detail .el-menu-item.is-active {
    color: #0D52D0 !important;
    border-bottom: none;
}
.colle-page .menu-detail .el-menu-item.is-active {
    color: #0D52D0 !important;
}
.colle-page .menu-detail .el-menu-item {
    color: #333;
    font-size: 15px;
    border-bottom: none;
}
.header-user {
    border: 1px solid rgba(0,0,0,0.1);
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    text-align: center;
    margin-left: 30px;
}
.header-user .user-name {
    max-width: 220px;
    vertical-align: top;
}
.colle-page .el-menu--horizontal .el-menu li:hover{
    color: #0D52D0;
}
.user-page .el-menu--horizontal .el-menu li:nth-child(1){
    color:#fff;
    position: relative;
}
.user-page .el-menu--horizontal .el-menu li:nth-child(1)::after{
    position: absolute;
    content: "";
    width: 20px;
    left: 50%;
    margin-left: 8px;
    bottom: -10px;
    height: 2px;
    background-color: #0D52D0;
}
.user-page .el-menu--horizontal .el-menu li:hover:after{
    position: absolute;
    content: "";
    width: 20px;
    left: 50%;
    margin-left: 8px;
    bottom: -10px;
    height: 2px;
    background-color: #0D52D0;
}
.colle-page .el-menu--horizontal .el-menu-item.is-active:after {
    position: absolute;
    content: "";
    border: 1px solid blue;
    width: 16px;
    left: 16px;
    bottom: -14px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus, .el-menu--horizontal>.el-menu-item:not(.is-disabled):hover {
    background-color: transparent;
}

.bann-bg{
    width: 100%;
    background-image: url('../images/usercenter_banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bann-box{
    max-width: 1272px;
    margin:0 auto;
    padding-top:130px;
    padding-bottom:90px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.usericon{
    width: 100px;
    height: 100px;
    position: relative;
}
.qx-levelimg{
    position: absolute;
    width: 32px;
    right:5px;
    bottom:-2px;
}
.name-type{
    margin-top:20px;
   text-align: center;
}
.name-type > span{
    color:#fff;
}
.name-type>span:nth-child(1){
    font-size: 20px;
    font-weight: bold;
}
.name-type>span:nth-child(2){
    font-size: 16px;
    margin-left:27px;
    text-decoration: underline;
}
/* 用户的地址电话等详情列表 */
.userdetail{
    margin-top:44px;
    display: flex;
    width: 100%;
}
.qx-detail-item{
    width:33%;
    flex-shrink: 0;
    padding-left:42px;
    box-sizing: border-box;
    font-size: 16px;
    color:#fff;
}

.textlast{
    margin-top:28px;
}

/* 展示 */
.qx-navbox{
    max-width: 1272px;
    height: 132px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.08);
    margin: -26px auto;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
}
.navbox-item{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right:1px dotted #D3DBDF;
    cursor: pointer;
}
.navbox-item:last-child {
    border-right: none;
}
.qx-navimg{
    flex-shrink: 0;
}
.qx-navp{
    margin-left:22px;
}
.qx-navp p:nth-child(1){
    color:#7D8596;
    font-size: 14px;
    margin-top:7px;
}
.qx-navp p:nth-child(2){
    color:#3D4552;
    font-size: 32px;
    margin-top:10px;
}

/* 个人中心的主体内容 */
.qx-cont{
    max-width: 1272px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
}
.sysbox{
    width: 65%;
    flex-shrink: 0;
}
.user-page .sysbox .news-item {
    padding: 10px 0;
    border-top: 1px dashed #D8E1ED;
    min-height: 234px;
}
.collo{
    width: 31%;
    flex-shrink: 0;
}
.qx-cont2{
    max-width: 1272px;
    margin: 50px auto 78px;
    display: flex;
    justify-content: space-between;
}


/* 个人中心--订阅中心 */
/* 头部 */
.scription-page .nav-header{
    background-color: #fff;
    top:0;
    height: 134px;
}
.scription-page .logo-box img{
    height: 65px;
    width: auto;
}
.scription-page .el-menu::after,.scription-page .el-menu::before{
    display: none;
}
.scription-page .el-menu--horizontal .el-menu .el-menu-item{
    color:#3D4552;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
}
.scription-page .el-menu--horizontal .el-menu .el-menu-item.is-active{
    color:#FFFFFF;
}
.scription-page .el-menu--horizontal .el-menu li:hover{
    color: #096FEC;
}
.scription-page .el-menu--horizontal .el-menu li:nth-child(2){
    color:#096FEC;
    position: relative;
}
.scription-page .el-menu--horizontal .el-menu li:nth-child(2)::after{
    display: block;
    content: "";
    width: 16px;
    position: absolute;
    bottom: -16px;
    height: 2px;
    background: #096FEC;
}
.qx-menuchose{
    max-width: 1272px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 80px auto 0;
}
.qx-menuone{
    color:#E3ECF8;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qx-menuone{
    margin-left:47px;
}
.qx-menuonehov{
    color: #fff;
    font-size: 22px;
}
.qx-point{
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    margin-top:14px;
    display: none;
}
.qx-menuonehov .qx-point{
    display: block;
}
.qx-contbox{
    max-width: 1272px;
    background:rgba(255,255,255,1);
    box-shadow:0px -3px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius:12px 12px 0px 0px;
    margin:-196px auto 60px;
    min-height: 200px;
    padding:0 30px 20px 30px;
}
.qxcont-tit{
    height: 104px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sum-coll{
    font-size: 12px;
    color:#3D4552;
}
.sum-coll span:nth-child(2){
    color:#0165EE;
}

.qx-ption{
    width: 100%;
}
.ption-box{
    border:1px solid #E9EFF3;
    padding:0 20px;
    margin-top:24px;
}
.ptionbox-tit{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom:1px solid #D8E1ED; */
}
.ption-tit-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ption-tit-left .cuntry{
    margin-left:14px;
    font-size: 18px;
    color:#3D4552;
    font-weight: bold;
}
.ption-tit-left .country-update{
   font-size: 14px;
   color:#0557EE;
   margin-left:14px;
}
.ption-tit-left .cuntry-img{
    width: 42px;
}
.ption-tit-right{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cancel-btn{
    margin-right:25px;
    width: 86px;
    height: 26px;
    border:1px solid #0557EE;
    box-sizing: border-box;
    color: #0557EE;
    font-size: 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cancel-btn:hover{
    background-color: #0557EE;
    color:#fff;
}
.ptionbox-cont{
    max-height: 0;
    transition: max-height ease-out .5s;
    overflow: hidden;
}
.ptionbox-cont-animate{
    max-height: 1000px;
    border-top: 1px solid #D8E1ED; 
    transition: max-height ease-out .5s;
    padding-bottom:24px;
    overflow-y: auto;
}
.nodata{
    height: 80px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#B3B3B3;
    font-size: 16px;
}
.listcount{
    position: relative;
    min-height: 80px;
    padding-bottom:20px;
}
.qxmore-btn{
    width: 100%;
    font-size: 14px;
    color:#0557EE;
    position: absolute;
    bottom:0;
    display: flex;
    justify-content: center;
}
.btnless-wid{
    cursor: pointer;
}
.qxitem-news{
    margin-top:23px;
}
.qx-hasvideo{
    padding:14px 0;
}
.qxitem-text{
    display: flex;
    justify-content: space-between;
}
.qxitem-span{
    font-size: 16px;
}
.qxitem-span span:nth-child(1){
    color:#0557EE;
}
.qxitem-span span:nth-child(2){
    color:#3D4552;
}
.qxitem-ts{
    font-size: 14px;
    color:#9197A5;
    width: 100px;
    flex-shrink: 0;
    text-align: right;
}

/* 用户收藏中心 */
.colle-page .nav-header{
    background-color: #fff;
    top:0;
    height: 88px;
}
.colle-page .logo-box img{
    height: 48px;
    width: auto;
    outline:none;
}
.colle-page .el-menu::after,.colle-page .el-menu::before{
    display: none;
}
.colle-page .el-menu--horizontal .el-menu .el-menu-item{
    color:#3D4552;
    font-size: 15px;
}
.colle-page .el-menu--horizontal .el-menu li:hover{
    color:#0D52D0;
}

.colle-box{
    max-width: 1272px;
    background:rgba(255,255,255,1);
    box-shadow:0px -3px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    overflow: hidden;
    margin: 120px auto 60px;
    height: auto;
    display: flex;
}
.user-collect-box {
    width: 100%;
    padding: 28px 0;
}
.collebox-left{
    background: #FAFBFC;
    width: 302px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.collebox-right{
    flex: 1;
}
.collebox-right .article-content {
    overflow-y: auto;
}
/* 滚动条优化 */
.colle-box .colle-ul::-webkit-scrollbar,.collebox-right .article-content::-webkit-scrollbar{
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.colle-box .colle-ul::-webkit-scrollbar-thumb,.collebox-right .article-content::-webkit-scrollbar-thumb{
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #c3c6cf;
}

.colle-box .colle-ul::-webkit-scrollbar-track,.collebox-right .article-content::-webkit-scrollbar-track{
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #eff1f6;
}
.colle-total{
    height: 52px;
    font-size: 12px;
    color:#3D4552;
    line-height: 52px;
    text-indent:30px;
    border-bottom:1px solid #EBEEF0;
    border-right: 1px solid #EBEEF0;
    box-sizing: border-box;
    flex-shrink: 0;
}
.colle-total span{
    font-size: 16px;
    color:#0165EE;
    padding: 0 5px;
}
.colle-ul{
    flex: 1;
    overflow-y: auto;
}
.colle-li{
    padding:23px 0;
    border-bottom:1px solid #EBEEF0;
    cursor: pointer;
}
.colle-li-focuse{
    background: #fff;
}
.colle-li:last-child{
    border-bottom:none;
}
.colle-li:first-child{
    border-top:1px solid #EBEEF0;
}
.colle-li p{
    padding: 0 10px 0 30px;
}
.colle-li p:nth-child(1){
    font-size: 16px;
    color:#3D4552;
}
.colle-li p:nth-child(2){
    font-size: 12px;
    color:#7D8596;
    margin-top:17px;
}

.colle-right-tit{
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFBFC;
    padding:0 12px;
    box-sizing: border-box;
}
.colle-ts{
    font-size: 12px;
    color: #3D4552;
}
.cancel-colle .colletBtn-page .collebtn {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    min-width: 86px;
    border-radius: 13px;
}
.article-content{
    width: 100%;
    height: 100%;
    padding-top:52px;
    box-sizing: border-box;
    padding:58px 47px 20px 47px;
}
.article-content h6{
    font-size: 32px;
    color:#3D4552;
    text-align: center;
}
.article-content .create-ts{
    font-size: 14px;
    color:#3D4552;
    margin:28px 0 40px 0;
    text-align: center;
}
/* 富文本内容 */
.article-textimg p{
    font-size: 16px;
    color:#3D4552;
    text-indent: 2em;
}
.article-textimg img{
    display: block;
    margin:40px auto 40px;
    width: auto;
    height: auto;
}

/* 个人中心各页面的样式重写 */
.user-page .main-footer{
    background: #fff;
}
.user-page .main-footer .footer-content{
    background: #fff;
}
.user-page .ft16{
    color:#3D4552;
}
.user-page .main-footer .footer-content{
    max-width: 1272px;
}
.user-page .news-item {
    border-top: none;
    min-height: 380px;
}

.scription-page .main-footer{
    background: #fff;
}
.scription-page .color-fff{
    color:#7D8596;
}
.scription-page .main-footer .footer-content{
    background: #fff;
}
.scription-page .ft16{
    color:#3D4552;
}
.scription-page .main-footer .footer-content{
    max-width: 1272px;
}
.colle-page .main-footer{
    background: #fff;
}
.colle-page .main-footer .footer-content{
    background: #fff;
}
.colle-page .ft16{
    color:#3D4552;
}
.colle-page .main-footer .footer-content{
    max-width: 1272px;
}
.edui-default .edui-dialog {
    z-index: 3000!important;
}
.user-page .footLinks,.colle-page .footLinks{
    color: #7D8596;
}
.user-page .bg-purple div,.colle-page .bg-purple div{
    color: #7D8596;
}
.user-page .grid-content,.colle-page .grid-content{
    color: #7D8596;
}

.comadmin-menu .el-select{
	padding: 0 20px;
}
.comadmin-menu .comadmin-head .comadmin-menu {
    align-items: center;
}
.comadmin-menu .el-input__inner{
    border: none!important;
    height: auto!important;
    line-height: 24px!important;
    padding: inherit!important;
    width: 94px;
    color: #3D4552;
    font-size: 16px;
}
.comadmin-menu .el-input__icon{
	line-height: 20px!important;
}

