body {
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(top,rgba(237,237,237,1) 5%,rgba(255,255,255,0) 30%);
    background-color: #f2f2f2;
}
.header {
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 750px;
    z-index: 2;
    background-color:#ededed;
}
.header .header-nav {
    width: -webkit-calc(100% - 6rem);
    padding-left: 0.5rem;
}
.header .header-nav ul {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    display: -webkit-box;
    
    -webkit-overflow-scrolling: touch;
}
.header .header-nav a {
    padding: 0 1rem;
    line-height: 5rem;
    display: block;
    overflow: hidden;
    font-size: 1.6rem;
}
.header .header-nav a.selected {
    font-size: 2.4rem;
    font-weight: bold;
}
.header .header-nav ul a.selected:after {
    background: -webkit-linear-gradient(315deg,rgba(250,74,45,1) 0%,rgba(250,74,45,.5) 100%);
    background-color: #EDEDED;
}
.header .header-nav a:after {
    content: '';
    display: block;
    width: 1.4rem;
    height: 0.7rem;
    border-radius: 2rem;
    margin: -1rem 0 0 -webkit-calc(50% - 0.7rem);
}
.box {
    width: 100%;
    margin: 2rem auto 0 auto;
    padding: 1.5rem 0 0 0;
    text-align: left;
    border-radius: 1.6rem;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);

}
.box-nav {
    width: 100%;
    height: 4rem;
}
.box-nav a.selected {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}
.box-nav a {
    display: inline-block;
    font-size: 1.6rem;
    margin-left: 1.5rem;
}
 
.box-nav a.selected:after {
    content: '';
    position: absolute;
    left: -webkit-calc(50% - 1rem);
    bottom: -0.9rem;
    height: 0.7rem;
    width: 2rem;
    display: block;
    border-radius: 2rem;
    background: -webkit-linear-gradient(315deg,rgba(250,74,45,1) 0%,rgba(250,74,45,.01) 100%);
    background-color: #fff;
}
.box-nav div {
    float: right;
    margin-top: 0.1rem;
    margin-right: 1.5rem;
    color: #999;
    font-size: 1.4rem;
}
.box-nav div a {
    display: inline-block;
    border-radius: 1.4rem;
    color: #fff;
    font-size: 1.2rem;
    background-color: #fff;
    background: -webkit-linear-gradient(315deg, rgba(250, 74, 45, .4) 0%, rgba(250, 74, 45, .8) 100%);
    padding: 0.8rem;
}
.box-nav div a i{
    display: inline-block;
}
.box_list {
    width: 96%;
    padding: 0 2%;
    padding-top: 1rem;
    clear: both;
    overflow: auto;
    text-align: center;
}
.box_list a {
    display: block;
    width: 50%;
    padding: 0;
    float: left;
    position: relative;
    margin-bottom: 0.5rem;
}
.box_list .list_top {
    width: 94%;
    margin: 0 auto;
    display: block;
    border-radius: 1rem 1rem 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #eee;
    position: relative;
    background-color: #fff;
}
.box_list .list_top .avatar {
    width: 100%;
    height: 22.2rem;
    object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 1rem 1rem 0 0;
    display: block;
    border: #fff 1px solid;
    border-bottom: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.box_list .list_top .nickname {
    width: 100%;
    line-height: 6rem;
    height: 5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 1.4rem;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.box_list .list_top .nickname span {
    width: 82%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
}
.box_list .info {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 1rem;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    text-align: left;
    border-top: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: #fff 0.1rem solid;
    box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 3%);
}
.box_list .info .data {
    padding: 0.6rem 0 0;
    margin: 0px auto 1rem auto;
    line-height: 2rem;
    font-size: 1.4rem;
    text-align: center;
}
.box_list .info .data  span {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box_list .info .data span b {
    font-weight: normal;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0.6rem;
    line-height: 2.2rem;
    height: 2.2rem;
    padding: 0 0.8rem;
    font-size: 1.2rem;
    border-radius: 0.3rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 50%;
    overflow: hidden;
    background-color: rgba(250,74,45,.1);
    color: #FA4A2D;
}
.box_list a .cert {
    width: 5.4rem;
    height: 5rem;
    display: block;
    position: absolute;
    top: -0.2rem;
    left: 2%;
}
.more {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
    height: 2.5rem;
    background-color: #fff;
    font-size: 1.6rem;
    text-align: center;
    background-image: -webkit-linear-gradient(bottom,#fff,#f2f2f2);
    border-radius: 0 0 1.6rem 1.6rem;
    padding-bottom: 1.25rem;
    color: #999;
}
.inav {
    width: 94%;
    margin: 1rem auto 0 auto;
    clear: both;
    overflow: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.inav a {
    width: 20%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.inav a img {
    width: 4rem;
    height: 4rem;
    display: inline-block;
}
.inav a span {
    font-size: 1.3rem;
    display: block;
    margin: 0.2rem auto 1.5rem auto;
    color: #000;
}