html, body {
    overflow-x: hidden;
}

.w {
    width: 91.73333vw;
    margin: 0 auto;
}

.tanchu {
    text-align: center;
}

.tanchu div {
    width: 100%;
    font-size: 4vw;
    border-bottom: 1px solid #ccc;
    height: 8vw;
    line-height: 8vw;
}

.greenline {
    width: 100%;
    height: 2.66667vw;
    background-color: #F2F2F2;
}

.filing .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 11.46667vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filing .input span {
    font-size: 4vw;
}

.filing .input input {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 4vw;
    background-color: #fff;
}
.filing .culture1, .filing .culture2{
    justify-content: space-between;
}
.filing .culture1 select,.filing .culture2 select{
    padding: 5px;
    background: #fff;
    border: none;
    direction: rtl;
}
.filing .input img {
    width: 4vw;
    height: 4vw;
    margin-left: 1.33333vw;
}

.filing .filing-dinner {
    display: none;
}

.filing .tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 12.13333vw;
}

.filing .tabs div {
    line-height: 12.13333vw;
    color: #C3C3C3;
    font-size: 4.26667vw;
    width: 50%;
    text-align: center;
    background: whitesmoke;
}

.filing .tabs .tab-active {
    color: #000;
    font-size: 5.33333vw;
    background: #07c160;
    color: #fff;
}
.filing-title{
    text-align: center;
}
.filing .title {
    font-size: 4vw;
    color: #747474;
    margin-top: 2.66667vw;
}

.filing .main {
    margin-top: 4vw;
}

.filing .imgUp {
    margin-top: 2.66667vw;
    margin-bottom: 4vw;
    border-top: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 4vw;
}

.filing .imgUp .img-inner {
    position: relative;
    width: 42.8vw;
}

.filing .imgUp .img-inner .jiankangImg, .filing .imgUp .img-inner .touxiangImg {
    height: 30.26667vw;
}

.filing .imgUp .img-inner input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.filing .imgUp .img-inner .rubbish1, .filing .imgUp .img-inner .rubbish2{
    position: absolute;
    bottom: 10.66667vw;
    right: 4vw;
    width: 5.33333vw;
    height: 5.33333vw;
    display: none;
}

.filing .imgUp .img-inner p {
    margin-top: 1.33333vw;
    width: 100%;
    text-align: center;
    font-size: 4vw;
    color: #9B9B9B;
}

.filing .activity {
    margin-top: 2.66667vw;
    resize: none;
    height: 26.66667vw;
    padding: 2.66667vw;
}

.filing .submit {
    width: 100%;
    height: 12.4vw;
    line-height: 12.4vw;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    font-weight: 600;
    background-color: #08ff44;
    margin-top: 10vw;
    display: block;
    margin-bottom: 12.4vw;
}

.filing .activityNature, .filing .instructor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.66667vw 0;
}

.filing .activityNature div, .filing .instructor div {
    border: 1px solid #DCDCDC;
    color: #969696;
    text-align: center;
    border-radius: 26.66667vw;
    height: 9.33333vw;
    line-height: 9.33333vw;
    padding: 0 4.26667vw;
    margin-right: 6.4vw;
    margin-top: 2.66667vw;
}

.filing .activityNature .active, .filing .instructor .active {
    color: #5DC578;
    border-color: #5DC578;
}

.filing .otherActivity {
    height: 6.66667vw;
    line-height: 6.66667vw;
    margin-bottom: 2.66667vw;
}

.filing .cookSource, .filing .foodSource,.filing .healthSource,.filing .genderSource,.filing .periodSource {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 2.66667vw;
    border-bottom: 1px solid #ccc;
}

.filing .cookSource .cook, .filing .cookSource .food, .filing .foodSource .cook, .filing .foodSource .food,.filing .healthSource .health,.filing .genderSource .gender,.filing .periodSource .period {
    color: #9EA1A4;
    font-size: 3.73333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30.4vw;
    margin-top: 2.66667vw;
}

.filing .cookSource .cook img,
.filing .cookSource .food img,
.filing .foodSource .cook img,
.filing .foodSource .food img,
.filing .healthSource .health img,
.filing .genderSource .gender img,
.filing .periodSource .period img{
    width: 5.33333vw;
    height: 5.33333vw;
    margin-right: 2.66667vw;
}

.filing .cookSource .active, .filing .foodSource .active,.filing .healthSource .active,.filing .periodSource .active {
    color: #5DC578;
}

.filing .error {
    color: #ee0a24;
}

.filing .error input {
    color: #ee0a24;
}

.filing .errorInfo {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 3.2vw;
    color: #ee0a24;
    text-align: right;
    margin-top: 0;
}

.cookList {
    padding-bottom: 6.66667vw;
}

.cookList .list {
    height: 44vw;
    margin-top: 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cookList .list .im {
    width: 30.66667vw;
    margin-right: 3.2vw;
    border-radius: 1.33333vw;
    overflow: hidden;
}

.cookList .list .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding-top: 2.66667vw;
}

.cookList .list .content .name {
    font-size: 5.6vw;
    color: #333333;
}

.cookList .list .content .mobile {
    margin-top: 2.66667vw;
    color: #333333;
    font-size: 3.73333vw;
}

.cookList .list .content .jiankang {
    color: #999999;
    font-size: 3.2vw;
    margin-top: 2.13333vw;
}

.cookList .list .content .icon {
    margin-top: 12vw;
    border: 1px solid #5DC578;
    text-align: center;
    height: 6.13333vw;
    line-height: 6.13333vw;
    width: 24vw;
    font-size: 3.46667vw;
    color: #5DC578;
    border-radius: 1.33333vw;
}

.newslist {
    padding-bottom: 6.66667vw;
}

.newslist .list {
    border-bottom: 1px solid #ccc;
    padding-top: 2.66667vw;
    padding-bottom: 4vw;
    display: block;
}

.newslist .title {
    color: #000000;
    font-size: 4.26667vw;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
}

.newslist .time {
    text-align: right;
    font-size: 3.73333vw;
    color: #888888;
    margin-top: 3.73333vw;
}

.newsDetail, .dinnerDetail {
    padding-top: 3.73333vw;
    padding-bottom: 8vw;
}

.newsDetail .title, .dinnerDetail .title {
    font-size: 6.66667vw;
    color: #000;
}

.newsDetail .time, .dinnerDetail .time {
    margin-top: 4vw;
    color: rgba(0, 0, 0, 0.3);
    font-size: 2.93333vw;
}

.newsDetail .time .type, .newsDetail .time .type1, .newsDetail .time .type2, .newsDetail .time .type3, .dinnerDetail .time .type, .dinnerDetail .time .type1 {
    display: inline-block;
    background-color: #5DC578;
    color: #fff;
    height: 6.13333vw;
    line-height: 6.13333vw;
    padding: 0 1.6vw;
    font-size: 3.46667vw;
    margin-right: 1.33333vw;
    font-weight: 600;
}

.newsDetail .time .type1, .dinnerDetail .time .type1 {
    background-color: #f0ad4e;
}

.newsDetail .time .type2,
.dinnerDetail .time .type2 {
    background-color: #60cefa;
}

.newsDetail .time .type3,
.dinnerDetail .time .type3 {
    background-color: #c55d5d;
}

.newsDetail .content, .dinnerDetail .content {
    margin-top: 4.8vw;
    color: #000;
    font-size: 4vw;
}

.newsDetail .source, .dinnerDetail .source {
    margin-top: 6.66667vw;
    color: rgba(0, 0, 0, 0.3);
    font-size: 4vw;
    text-align: right;
}

.index .swiper1 {
    width: 100%;
    height: 46.66667vw;
    margin: 4vw 0;
}

.index .features {
    margin-top: 1vw;
    margin-bottom: 1vw;
    height: 20vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.index .features a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #ccc;
}

.index .features a:nth-last-child(1) {
    border: none;
}

.index .features a img {
    width: 8vw;
    height: 8vw;
    margin: 0 auto;
    margin-top: 3vw;
}

.index .features a p {
    text-align: center;
    color: #656565;
    font-size: 3.2vw;
    margin-top: 2.66667vw;
}

.index .title {
    border-left: 1.33333vw solid #3ba94b;
    padding-left: 2.66667vw;
    color: #333333;
    font-size: 4.8vw;
    margin-top: 4vw;
}

.index .news {
    margin-top: 5.33333vw;
}

.index .news a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.66667vw;
    margin-bottom: 2vw;
}

.index .news a img {
    width: 6.66667vw;
    height: 6.66667vw;
    margin-right: 1.33333vw;
}

.index .news a p {
    font-size: 4vw;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.index .swiper2 {
    margin-top: 4vw;
    margin-bottom: 6.66667vw;
}

.index .swiper2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}
.index .swiper2 .swiper-slide a{
    display: block;
    height: 45vw;
}
.index .swiper2 .swiper-slide div {
    height: 40vw;
}
.index .swiper2 .swiper-slide div img{
    object-fit: cover;
    object-position: 50% 0;
}
.index .swiper2 .swiper-slide a p{
    text-align: center;
    color: #222;
}

.cookDetail .cooker, .activeDetail .cooker {
    height: 28.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6.66667vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cookDetail .cooker .avatar, .activeDetail .cooker .avatar {
    width: 16vw;
    height: 16vw;
    overflow: hidden;
    border-radius: 50%;
}

.cookDetail .cooker .userInfo, .activeDetail .cooker .userInfo {
    margin-left: 2.66667vw;
}

.cookDetail .cooker .userInfo .name, .activeDetail .cooker .userInfo .name {
    font-size: 4.53333vw;
    color: #000;
}

.cookDetail .cooker .userInfo .sex, .activeDetail .cooker .userInfo .sex {
    font-size: 3.2vw;
    color: #9EA1A4;
    margin-top: 1.33333vw;
}

.cookDetail .main .input, .activeDetail .main .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 11.46667vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.cookDetail .main .input span, .activeDetail .main .input span {
    font-size: 4vw;
}

.cookDetail .main .input input, .activeDetail .main .input input {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 4vw;
    background-color: #fff;
    color: #9EA1A4;
}

.cookDetail .main .input img, .activeDetail .main .input img {
    width: 4vw;
    height: 4vw;
    margin-left: 1.33333vw;
}

.cookDetail .title, .activeDetail .title {
    font-size: 4vw;
    color: #747474;
    margin-top: 2.66667vw;
    border-bottom: 1px solid #eee;
}

.cookDetail .im, .activeDetail .im {
    height: auto;
    margin-top: 4vw;
}

.cookDetail .hoster, .activeDetail .hoster {
    margin-top: 6.66667vw;
    margin-bottom: 10.66667vw;
}

.cookDetail .hoster .time, .activeDetail .hoster .time {
    font-size: 5.86667vw;
    color: #000;
}

.cookDetail .hoster .name, .activeDetail .hoster .name {
    font-size: 4vw;
    color: #747474;
    margin-top: 2.66667vw;
}

.bigImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.bigImg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.caidanImg{
    height: 30.26667vw;
}
.rubbish3 {
    position: absolute;
    bottom: 10.66667vw;
    right: 4vw;
    width: 5.33333vw;
    height: 5.33333vw;
    display: none;
}
.activeList{
    padding-bottom: 6.66667vw;
    padding-top: 3vw;
}
.activeList .list{
    color: #222;
    background: #f8f8f8;
    display: block;
    margin-bottom: 3vw;
    cursor: pointer;
    padding: 5vw 8vw;
    border-radius: 3vw;
}
.activeList .list .list-line{
    margin-top: 1vw;
}
.activeList .list .list-line span{
    font-size: 1em;
}
.activeList .list .card{
    border: 1px solid #c9c9c9;
    text-align: center;
    height: 6.13333vw;
    line-height: 6.13333vw;
    width: 24vw;
    font-size: 3.46667vw;
    color: #c9c9c9;
    border-radius: 1.33333vw;
    margin-top: 1vw;
}
.activeList .list .have{
    border: 1px solid #5DC578;
    text-align: center;
    height: 6.13333vw;
    line-height: 6.13333vw;
    width: 24vw;
    font-size: 3.46667vw;
    color: #5DC578;
    border-radius: 1.33333vw;
}
.swiper3{
    margin-top: 4vw;
    margin-bottom: 6.66667vw;
}
.swiper3 .swiper-slide{
    width: 90vw;
    transform: scale(0.8);
    opacity: 0.6;
    /* overflow: hidden; */
    padding: 5px;
    transition: all .3s;
}
.swiper3 .swiper-slide .inner{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #ddd;
    border-radius: 2vw;
    background-color: #fff;
    padding: 1vw;
    padding-bottom: 5vw;
}
.swiper3 .swiper-slide img{
    height: 30vw;
    object-fit: cover;
}
.swiper3 .swiper-slide-active,.swiper3 .swiper-slide-duplicate-active{
    transform: scale(1);
    opacity: 1;
    position: relative;
    z-index: 99999;
}
.swiper3 .line{
    display: flex;
    align-items: center;
    font-size: 3vw;
    margin-top: 1vw;
}
.swiper3 .line .line-l{
    width: 15vw;
    text-align: justify;
    text-align-last: justify;
}
.swiper3 .line .line-r{
    flex: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.pagination{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 5vw;
}
.page-item{
    margin-right: 5vw;
}
.page-link{
    color: #333;
}
.disabled .page-link{
    color: #999;
}
.xuanchaList{
    padding-top: 5vh;
    padding-bottom: 50px;
}
.xuanchaList .title{
    font-size: 4.8vw;
    font-weight: 700;
    margin-bottom: 5vw;
}
.xuanchaList .list{
    box-shadow: 0 0 5px #ccc;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 5vw 5vw;
    margin-bottom: 3vh;
}
.xuanchaList .list .line{
    border-bottom: 1px dashed #eee;
    padding: 1vw;
}
.xuanchaList .list .line .label{
    color: #999;
    font-size: 3.5vw;
}
.xuanchaList .list .line .text{
    font-size: 4vw;
    line-height: 1.5;
}
