/* 首页 */
.page-index .header-index {
    background-image: linear-gradient(0deg, #1F58FB 5%, #1A82FC 94%);
    color: #fff;
    padding: 0;
    /* background-image: url(../images/index_top.png);
    background-size: 100% 100%; */
}
.page-index .header-title{
    /* color: #333333; */
    padding: 0.75rem 0.75rem 0;
    height: auto;
    /* background-color: #fff; */
}
.page-index .top-search-wrapper{
    color: #fff;
    background-image: url(../images/index_top.png);
    background-size: 100% 100%;
    padding: 0.3rem 0.75rem 0.75rem;
}
.page-index .search .search-icon{
    width: 2.25rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    margin-top: -0.6rem;
    object-fit: contain;
    right: 0;
}
.page-index .keys {
    width: 100%;
    display: flex;
    align-items: center;
    height: 1.5rem;
    font-size: 0.6rem;
}
.page-index .key {
    color: rgba(255,255,255,0.8);
}
.page-index .key:first-child {
    color: #fff;
    padding-right: 0.5rem;
    border-right: 1px solid #fff;
    line-height: 1.2;
}
.page-index .key+.key {
    margin-left: 0.5rem;
}
.page-index .navs {
    width: 100%;
    height: 5.75rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 0.25rem;
}
.page-index .nav {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-index .nav-icon {
    width: 2.5rem;
    height: 2.5rem;
}
.page-index .nav-title {
    font-size: 0.7rem;
    color: #666;
    margin-top: 0.25rem;
}
.page-index .zs-list {
    padding-bottom: 4rem;
}
.page-index .picture-card{
    padding: 0.5rem 0;
    margin-left: -0.5rem;
}
.page-index .picture-card .item-picture-card{
    width: 47%;
    float: left;
    margin-left: 0.5rem;
}
.page-index .picture-card .item-picture-card img{
    width: 100%;
}



/* page-list 招商列表页 */
.page-list .search {
    width: 100%;
    padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    /* border-bottom: 1px solid #dcdcdc; */
}
.page-list .search .search-input {
    flex: 1;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 0.2rem;
    position: relative;
}
.page-list .search-input > input {
    width: 100%;
    height: 1.8rem;
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    font-size: 0.65rem;
}
.page-list .search-icon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    margin-top: -0.5rem;
}
.page-list .search-btn {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    color: #057AF5;
    letter-spacing: 0.29px;
}
.page-list .main{
    position: relative;
}
.page-list .filter-wrapper{
    /* position: fixed;
    padding-top: 5.25rem; */
}
.page-list .areas {
    /* width: 100%; */
    line-height: normal;
    /* padding: 1rem 0.75rem; */
}
.page-list .dates , .page-list .types {
    /* padding: 1rem 0.75rem; */
    display: flex;
    flex-wrap: wrap;
}
.page-list .date-range {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}
.page-list .date-start, .date-end {
    display: flex;
    line-height: 1.5rem;
    align-items: center;
    width: 7rem;
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    color: #666;
    text-align: center;
    border: 1px solid #EDEDED;
    border-radius: 0.15rem;
}
.page-list .date-start div, .date-end div {
    flex: 1;
}
.page-list .date-start.active, .date-end.active {
    background-color: #E7F0FF;
    color: #666;
    border-color: #E7F0FF;
}
.page-list .date-start {
    margin-right: 0.25rem;
}
.page-list .date-end {
    margin-left: 0.25rem;
}
.page-list .date-icon {
    margin-left: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
}
.page-list .industry {
    padding: 0 0.75rem;
}

/* page-detail */
.page-detail main {
    padding: 1rem;
    background-color: #fff;
    border-top: 8px solid #fbf7f7;
    /* height: calc(100vh - ); */
}
.page-detail h1.title {
    font-size: 1rem;
    color: #030303;
    letter-spacing: 0.24px;
    line-height: 1.6rem;
    font-weight: bold;
}
.page-detail .content {
    font-size: 0.7rem;
    color: #666;
    letter-spacing: 0;
    text-align: justify;
    padding: 1rem 0 3rem;
    white-space: pre-wrap;
}
.page-detail .content table{
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}
.page-detail .content > p {
    margin-bottom: 0.5rem;
}
.page-detail footer {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.8rem 1rem;
    /* display: flex;
    align-items: center; */
    justify-content: space-between;
    border-top: 1px solid #eee;
}
.page-detail footer .detail-actions{
    font-size: 0.75rem;
    /* line-height: 3rem; */
    text-align: center;
    display: block;
    width: 100%;
}
.page-detail footer .accessory-wrap{
    text-align: left;
    position: relative;
    padding-left: 2.25rem;
}
.page-detail footer .accessory-wrap span{
    position: absolute;
    left: 0;
}
.page-detail footer .accessory-wrap .accessory{
    display: inline-block;
    margin-right: -0.55rem;
}
.page-detail footer a {
    color: #057AF5;
}
.page-detail footer a{
    margin-right: 0.55rem;
}
.page-detail footer a:last-child{
    margin-right: 0;
}
.page-detail .tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 0.75rem;
}
.page-detail .tag {
    background-color: #E9F2FF;
    border-radius: 0.1rem;
    color: #666;
    font-size: 0.65rem;
    padding: 0 0.75rem;
    line-height: 1.2rem;
    margin-right: 0.5rem;
    margin-top: 0.25rem;
}
.page-detail .time {
    margin-left: auto;
    font-size: 0.6rem;
    color: #999;
    line-height: 1.25rem;
    margin-top: 0.25rem;
}
.page-detail .web-box .biaoge {
    width: 100%
}
.page-detail .web-box .wenshang {
    width: 100%;
}
.page-detail .web-box .content-box {
    width: 100%;
}


/* page-user */
.page-person .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.page-person .header-person{
    position: relative;
    width: 100%;
    background: url(../images/person_bg.png) no-repeat;
    background-size: cover;
    padding: 0.75rem;
}
.page-person .header-person .header-actions{
    display: flex;
    height: 1.75rem;
    align-items: center;
}
.page-person .header-actions-back img{
    margin-right: 0.5rem;
    width: 10px;
    float: left;
}
.page-person .header-person .header-actions .header-actions-edit{
    font-size: 0.65rem;
    margin-left: auto;
    color:#fff;
}
.page-person .header-basic{
    margin: 1rem 0;
}
.page-person .header-photo{
    width: 4.15rem;
    height: 4.15rem;
    display: block;
    margin: 0 auto;
    text-align: center;
    border: .2rem solid rgba(159,158,162, 0.4);
    border-radius: 50%;
    overflow: hidden;
}
.page-person .header-photo > img{
    width: 100%;
}
.page-person .header-basic .header-username{
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    margin-top: .4rem;
}
.page-person .section {
    width: 100%;
    padding-left: 0.75rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
}
.page-person .row {
    padding: 0.75rem 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eee;
}
.page-person .icon{
    width: 1rem;
    float: left;
}
.page-person .section .title{
    font-size: 0.75rem;
    margin-left: 0.5rem;
    flex: 1;
    line-height: initial;
}
.page-person .action{
    margin-left: 0.5rem;
    font-size: 0.65rem;
    color: #999;
    /* letter-spacing: 0.29px; */
    /* margin-top: .15rem; */
    margin-right: 1rem;
}
.page-person .action img{
    width: .3rem;
    margin-top: 0.25rem;
}
.page-person .logout button{
    background: #EC4D53;
    border-radius: 4px;
    font-size: .75rem;
    color: #FFFFFF;
    border: 0;
    width: 80%;
    margin: 2rem auto 0;
    display: block;
    /* padding: 1rem 0; */
    height: 1.9rem;
}



/* 浏览记录 */
.page-history .date-classify .date-title{
    /* height: 1.4rem;  */
    background: #F8F9FB;
    padding: 0.5rem 0.75rem;
    color: #666666;
    font-size: 0.7rem;
}
.page-history .date-classify .date-title span{
    position: relative;
    padding-left: 0.3rem;
}
.page-history .date-classify .date-title span::before{
    content: '';
    width: 0.12rem;
    background: #317EFE;
    height: 0.6rem;
    display: block;
    position: absolute;
    top: 0.17rem;
}
.page-history .none-view{
    border-top:0.3rem solid #F8F9FB;
    color: #999;
    font-size: 0.75rem;
    line-height: 3rem;
    text-align: center;
}
.page-history .none-view img{
    width: 59%;
    margin: 2.75rem auto 0;
}
.page-history .none-view p{
    color: #333333;
    font-size: 0.75rem;
}




/* 订阅关键词推荐  page-subscribe */
.page-subscribe {
    background: #fbf7f7;
}
.page-subscribe .header {
    width: 100%;
    padding: 0.8rem 0.75rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    color: #030303;
    position: relative;
}
.page-subscribe .header-title {
    font-size: 0.9rem;
    line-height: 1.5rem;
    /*font-weight: bold;*/
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
.page-subscribe .header-right {
    font-size: 0.75rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #030303;
}
.page-subscribe .header-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.25rem;
}
.page-subscribe main {
    padding: 0rem 0.75rem;
    /* border-top: 8px solid #fbf7f7; */
}
.page-subscribe .rows {
    padding: 1rem 0;
}
.page-subscribe .row {
    background: #fff;
    /* display: flex;
    align-items: center; */
    padding: 1rem;
    border-radius: 5px;
    position: relative;
}
.page-subscribe .row h5.title{
    font-size: 0.8rem;
    font-weight: 700;
    color: #000;
}
.page-subscribe .row .content{
    font-size: 0.7rem;
    margin-top: 0.5rem
}
.page-subscribe .row .content label:first-child{
    margin-right: 0.5rem;
}
.page-subscribe .row .edit{
    position: absolute;
    top:50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: .7rem;
    color:#057AF5
}
.page-subscribe .limit-tip{
    text-align: center;
    margin-top: 0.4rem;
    font-size: 0.7rem;
    color: #999999;
}
.page-subscribe .no {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 1px solid #E3E3E3;
    font-size: 0.7rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
}

.page-subscribe .row>input {
    flex: 1;
    height: 2rem;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 2px;
    margin-left: 0.5rem;
    padding: 0 0.5rem;
    font-size: 0.7rem;
}

.page-subscribe .row+.row {
    margin-top: 1rem;
}

.page-subscribe .btn {
    background: #057AF5;
    border: 1px solid #057AF5;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    margin-top: 1rem;
    height: 2.35rem;
    line-height: 2.35rem;
    display: block;
}

.page-subscribe .more {
    margin-left: 0.25rem;
    height: 1.25rem;
}

.page-subscribe .no-data {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 4rem 1rem 1rem;
}

.page-subscribe .no-data-title {
    font-size: 1.2rem;
    color: #222;
    /*font-weight: bold;*/
    padding: 0.25rem 0.5rem;
}

.page-subscribe .no-data-tip {
    font-size: 0.6rem;
    color: #666;
    padding: 0.25rem 0.5rem;
}

.page-subscribe .no-data-icon {
    height: 6.5rem;
    object-fit: contain;
    margin: 3rem auto 4rem;
}

.page-subscribe .no-data-btn {
    background-color: #057AF5;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}
.page-subscribe .back {
    width: 20px;
    float: left;
}
.page-subscribe .no-subscribe {
    text-align: center;
    margin-top: 10px;
    font-size: 1em;
}


/* 添加关键词 */
.page-keyword-add .header-right {
    font-size: 0.75rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #057AF5;
}
.page-keyword-add .rows {
    background-color: #fff;
    width: 100%;
    padding-left: 0.75rem;
    border-top: 8px solid #fbf7f7;
}

.page-keyword-add .row {
    padding: 0.75rem 1.5rem 0.75rem 0.25rem;
    position: relative;
}

.page-keyword-add .row+.row {
    border-top: 1px solid #eee;
}

.page-keyword-add .row::after {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    border: 2px solid transparent;
    border-color: #dcdcdc #dcdcdc transparent transparent;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -0.15rem;
    transform: rotate(45deg);
}
.page-keyword-add .title {
    font-size: 0.85rem;
    color: #333;
}

.page-keyword-add .content {
    font-size: 0.65rem;
    color: #666;
    margin-top: 0.25rem;
}

.page-keyword-add .btn {
    background: #057AF5;
    border: 1px solid #057AF5;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    margin: 2.5rem 0.75rem 2.5rem 0;
    height: 2.35rem;
    line-height: 2.35rem;
}

.page-keyword-add .input {
    padding: 1rem 0.75rem 0.5rem 0;
}
.page-keyword-add .input input {
    background-color: rgba(0,0,0,0.05);
    height: 2rem;
    font-size: 0.65rem;
    padding: 0 0.5rem;
}

/* 关键词设置 */

.page-keyword .header-right {
    font-size: 0.75rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #057AF5;
}

.page-keyword .rows {
    background-color: #fff;
    width: 100%;
    padding-left: 0.75rem;
    border-top: 8px solid #fbf7f7;
}

.page-keyword .row {
    padding: 0.75rem 1.5rem 0.75rem 0.25rem;
    position: relative;
}

.page-keyword .row+.row {
    border-top: 1px solid #eee;
}
.page-keyword .filter_keyword {
    padding: 0.75rem 1.5rem 0.75rem 0.25rem;
    position: relative;
    border-top: 1px solid #eee;
}
.page-keyword .row::after {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    border: 2px solid transparent;
    border-color: #dcdcdc #dcdcdc transparent transparent;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    margin-top: -0.15rem;
    transform: rotate(45deg);
}

.page-keyword .title {
    font-size: 0.85rem;
    color: #333;
}

.page-keyword .content {
    font-size: 0.65rem;
    color: #666;
    margin-top: 0.25rem;
    width: 100%;
}

.page-keyword .btn {
    background: #ED4044;
    border: 1px solid #ED4044;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    margin: 2.5rem 0.75rem 1rem;
    height: 2.35rem;
    line-height: 2.35rem;
}
.page-keyword .back {
    width: 20px;
    float: left;
}
.page-keyword .keyword {
    padding: 0.75rem 1.5rem 0.75rem 0.25rem;
    position: relative;
    border-bottom: 1px solid #eee;
}
.page-keyword .keyword span {
    color: #057AF5;
    padding-left: 10px;
}

/* 编辑资料 */
.page-profile-edit .main {
    padding: 1rem;
    background-color: #fff;
    border-top: 8px solid #fbf7f7;
}
.page-profile-edit .top {
    text-align: center;
    width: 100%;
}
.page-profile-edit .photo {
    position: relative;
    width: 5.1rem;
    margin: 0 auto;
    height: 5.1rem;
}
.page-profile-edit #photo {
    width: 5.1rem;
    border-radius: 50%;
}
.page-profile-edit #camera {
    position: absolute;
    width: 2rem;
    bottom: 0;
    right: -0.5rem;
}

.page-profile-edit .user-avatar-wrap .user-avatar{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 1px solid #F5F6F7;
    display: block;
    margin: 0 auto;
    position: relative;
}
.page-profile-edit .user-avatar-wrap .user-avatar img.user-avatar-photo{
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.page-profile-edit .user-avatar-wrap .user-avatar img.user-avatar-camera{
    position: absolute;
    width: 1.5rem;
    bottom: 0;
    right: -0.2rem;
}
.page-profile-edit .user-avatar-wrap  #upload{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.page-profile-edit .profile_list {
    width: 100%;
    padding-top: 2.5rem;
}
.page-profile-edit .item {
    /* display: block;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #EFEBEB;
    position: relative; */
    
    border-bottom: 1px solid #EFEBEB;
    display: flex;
    padding: 0.75rem 0;
    /* height: 1.75rem; */
    align-items: center;
}
.page-profile-edit .item .name{
    font-family: SourceHanSansCN-Regular;
    /*float: left;*/
    font-size: 0.75rem;
    color: #333333;
    display: inline-block;
}
.page-profile-edit .item .value {
    font-family: SourceHanSansCN-Regular;
    /*float: right;*/
    font-size: 0.75rem;
    color: #333333;
    margin-left: auto;
    text-align: right;
    position: relative;
    width:auto;
    /* line-height:1rem; */
    height:1rem;
    /* height: 0.75rem;
    line-height: 0.75rem; */
    /* padding-right: 1rem; */
    /* display: inline-block;
    position: absolute;
    right: 1rem;
    bottom: 1rem; */
}
.page-profile-edit .item .email, .page-profile-edit .item .mobile{
    color:#999
}
.page-profile-edit .item input.value{
    border: 0;
    outline: none;
}

.page-profile-edit .edit div.set::after {
    content: '';
    background: url(../images/more_1.png) no-repeat;
    background-size: contain;
    width: 0.4rem;
    position: absolute;
    top: 0rem;
    height: 1rem;
    right: 0;
}
.page-profile-edit .btn {
    background: #057AF5;
    border: 1px solid #057AF5;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    margin: 2.5rem 0.75rem 2.5rem 0.75rem;
    height: 2.35rem;
    line-height: 2.35rem;
}
.page-profile-edit .wait_input {
    color: #999999;
}
.page-profile-edit .background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #eeeeee;
    text-align: center;
}
.dn {
    display: none;
}
.page-profile-edit #edit_photo {
    width: 100%;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
.page-profile-edit .button {
    border-radius: 5px;
    text-align: center;
    height: 2.35rem;
    line-height: 2.35rem;
    position: absolute;
    bottom: 10%;
    width: 7rem;
    display: inline-block;
}
.page-profile-edit .sure {
    background: #057AF5;
    border: 1px solid #057AF5;
    color: #fff;
    /*left: 1rem;*/
    margin-right: 2rem;
    left:.5rem
}

.page-profile-edit .cancel {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    margin-left: 2rem;
    right:.5rem;
    /*right: 1rem;*/
}


/* 推送页面 */
.page-push .header-right {
    font-size: 0.75rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #057AF5;
}
.page-push .section {
    width: 100%;
    padding-left: 0.75rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
    border-top: 8px solid #fbf7f7;
}

.page-push .row {
    padding: 0.75rem 0;
    display: flex;
    align-items: flex-start;
}

.page-push .row+.row {
    border-top: 1px solid #eee;
}

.page-push .icon {
    width: 1.2rem;
    margin-right: 0.5rem;
}

.page-push .icon>img {
    width: 1.2rem;
    height: 1.2rem;
}

.page-push .info {
    flex: 1;
}

.page-push .title {
    font-size: 0.85rem;
    color: #000;
}

.page-push .content {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #333;
}

.page-push .title+.content {
    margin-top: 0.5rem;
}

.page-push .content>input {
    margin-left: auto;
    margin-right: 1rem;
}

.page-push .tip {
    font-size: 0.65rem;
    color: #666;
    margin-top: 0.5rem;
}

.page-push .aui-switch:checked {
    border-color: #057AF5;
    background-color: #057AF5;
}

.page-push .selected {
    width: 1rem;
    margin-left: auto;
    margin-right: 1rem;
}
















