body{
    /*width: 100%;*/
    background-color: #F2F2F2;
}
#app{
    width: 1000px;
    margin: 0 auto;
    color: #323233;
    padding-bottom: 60px;
    background-color: #FFFFFF;
}
.header-row{
    vertical-align: middle;
}
.header {
    height: 45px;
    background: #fff;
}

.header-row {
    height: 100%;
}

.header-col {
    height: 35px;
    margin-top: 5px;
}

.my-swipe {
    width: 100%;
    height: 450px;
}

.nav {
    display: flex;
    background: #fff;
}

.nav-item {
    width: 25vw;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.nav-item * {
    vertical-align: middle;
}

.nav-item-img {
    width: 20px;
    height: 20px;
}

.nav-item-title {

}

.nav-item-title.active {
    border-bottom: 2px solid #c09853;
}

.content-big-title {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
}

.nav-content {
    width: 94%;
    padding: 3%;
}

.content-small-title {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.content-nav-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-nav-item {
    width: 30vw;
    height: 16vw;
    line-height: 16vw;
    text-align: center;
    background: #00a0e9;
    color: #fff;
    border-radius: 3vw;
    margin-top: 2vw;
}

.content-nav-item img {
    border-radius: 3vw;
}

.content-card-item {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 7vw;
    overflow: hidden;
}

.content-card-list {
    margin-top: 20px;
}

.content-card-item-top {
    height: 50px;
    background: #fff;
    line-height: 50px;
    padding: 0 1vw;
}

.content-card-item-top * {
    vertical-align: middle;
}

.content-card-item-center {
    height: 300px;
}

.content-item-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.content-item-name {
    font-size: 16px;
    color: #aaa;
}
.content-card-item-bottom-title{
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    padding-left: 1vw;
    padding-right: 1vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-card-item-bottom-des{
    height: 40px;
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    padding-left: 1vw;
    padding-right: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
}
.content-card-item-bottom{
    padding-bottom: 15px;
}
.bottom-btn{
    width: 1000px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #c09853;
    color: #fff;
    position: fixed;
    bottom: 0px;
    font-size: 20px;
}
.header-search-btn{
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #666;
}
.header-search-col{
    background: url("../../mobile/images/search.afdc092b.svg") 10px center no-repeat;
    background-color: #f7f7f7;
    border-radius: 16px;
    text-align: center;
    padding-top: 5px;
}
.header-logo-a{
    line-height: 45px;
    padding-left: 20px;
}
.header-search-input{
    width: 90%;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border:none;
    background-color: #f7f7f7;
    font-size: 14px;
}
.card-top-item-right{
    height: 100%;
    text-align: right;
    font-size: 14px;
    color: #aaa;
}

.box
{
    border-radius:0px;
    width:100%;
    height:40px;
    background-color:#fff;
    position:relative;
}
.box::before
{
    position:absolute;
    top:0;
    left:0;
    content:"";
    z-index:2;
    width:100%; /*如果需要圆角的话 不用比box的宽度长,如果不需要圆角需要增长*/
    height:40px;
    background-color:#fff;
    transform:translate(-30px) rotate(5deg);
    transform-origin:right top;
    border-radius:0px;
}
.anli-title{
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 15px;
}
.anli-desc *{
    vertical-align: middle;
}
.anli-desc-item{
    margin-right: 20px;
    font-size: 14px;
    color: #aaa;
    height: 20px;
    line-height: 20px;
}
.anli-desc-item i{
    margin-right: 5px;
    font-size: 18px;
}
.anli-author{
    height: 30px;
    vertical-align: middle;
    margin-top: 10px;
    display: flex;
}
.anli-author-avtar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.anli-author-name{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
    font-size: 16px;
}
.anli-miaoshu{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.anli-miaoshu-item{
    width: 43%;
    margin-bottom: 10px;
}
.anli-miaoshu-item-title{
    color: #aaa;
    font-size: 16px;
}
.anli-miaoshu-item-content{
    font-size: 16px;
    font-weight: bolder;
}
.anli-sub-title{
    background-color: #f3f3f3;
    display: flex;
}
.anli-sub-title-content{
    width: 94%;
    margin: 1vw 3%;
    color: #666;
    padding: 4%;
    font-size: 17px;
    line-height: 25px;
    background:url("../../mobile/images/yinhao.jpeg") 10px 13px no-repeat;
    background-size: 16px 16px;
    background-color: #fff;
}
.anli-detail{
    width: 94%;
    padding: 0 3%;
    font-size: 15px;
    line-height: 25px;
}
.anli-content{
    width: 90%;
    padding: 0 5% 2% 5%;
}
.yuyue-top{
    background-color: #ccc;
    height: 450px;
    /*padding: 3vw;*/
}
.yuyue-swipe{
    border-radius: 2vw;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.yuyue-main{
    padding: 4vw;
    margin-top: 50px;
}
.yuyue-form{
    background-color: #fff;
    padding-top: 15px;
}
.yuyue-form .van-field__control{
    height: 40px;
    font-size: 16px;
}
.yuyue-form .van-button{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 86%;
    margin-left: 7%;
}
.yuyue-copy{
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-wrap {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 70px;
}
.mj-item {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.mj-item a {
    display: block;
}
.mj-item img {
    width: 100%;
    height: auto;
}
.item-rt {
    background-color: #000;
    position: absolute;
    right: 3%;
    top: 0px;
    height: 50px;
    width: 60px;
}
.item-center {
    width: 60%;
    height: 150px;
    position: absolute;
    left: 20%;
    top: 80px;
    background-color: rgba(255,255,255,0.8);
}
.item-center-box {
    margin: 5px;
    border: 1px solid #7b7a7a;
    position: relative;
    height: 140px;
}
.item-center-box p {
    text-align: center;
    color: #595757;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
}
.item-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 30px !important;
}
.item-client {
    font-size: 16px;
    margin-bottom: 15px !important;
    line-height: 18px;
    margin-top: 15px !important;
}
.item-client span {
    margin-left: 2%;
}
.item-nice {
    text-align: center;
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100% !important;
}
.item-nice span {
    width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.out-box{
    width: 100%;
    position: relative;
}
.leftAdv{
    width: 250px;
    height: 800px;
    position: fixed;
    top: 50px;
    left: calc(50% - 760px);
}
.rightAdv{
    width: 250px;
    height: 800px;
    position: fixed;
    top: 50px;
    right: calc(50% - 760px);
}
.advImg{
    width: 100%;
}
