.container {
    max-width: 750px;
    width: 750px;
    overflow-x: hidden;
}

.header {
    height: 215px;
    padding-left: 56px;
}

.header .logo {
    width: 108px;
    height: 153px;
}

.news {
    height: 700px;
    max-width: 750px;
    border-radius: 30px;
    margin-left: 40px;
}

.news .white {
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.news .title {
    height: 134px;
    padding: 0 55px 40px;
}

.news .title span {
    font-family: PingFangSC-Medium;
    font-size: 42px;
    letter-spacing: 1px;
    color: #000000;
}

.news .title i {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
    opacity: 0.7;
}

/*.news_list {*/
    /*!*width: 750px;*!*/
    /*!*padding: 15px 55px 40px 20px !important;*!*/
    /*!*margin-left: 45px !important;*!*/
    /*padding: 15px 55px 40px 15px !important;*/
    /*margin-left: 50px !important;*/
/*}*/

/*.news_list .news_item {*/
    /*width: 560px;*/
    /*!*margin-right: 50px;*!*/
/*}*/

/*.news_list .news_item:last-child {*/
    /*!*margin-right: 0px;*!*/
/*}*/

/*.news_list .news_item .news_img {*/
    /*width: 560px;*/
    /*height: 301px;*/
    /*border-radius: 24px;*/
    /*box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.2);*/
/*}*/

/*.news_item .detail {*/
    /*min-height: 152px;*/
    /*width: 560px;*/
/*}*/

/*.news_item .detail span {*/
    /*font-family: PingFangSC-Medium;*/
    /*font-size: 32px;*/
    /*letter-spacing: 1px;*/
    /*color: #000000;*/
    /*height: 80px;*/
    /*line-height: 80px;*/
    /*width: 100%;*/
/*}*/

/*.news_item .detail p {*/
    /*font-family: PingFangSC-Regular;*/
    /*font-size: 24px;*/
    /*line-height: 36px;*/
    /*letter-spacing: 1px;*/
    /*color: #666666;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
/*}*/

.discover .title span {
    font-family: PingFangSC-Medium;
    font-size: 42px;
    letter-spacing: 1px;
    color: #000000;
}

.discover {
    padding: 0 40px;
    /*margin-left: 40px;*/
}

.discover .title i {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
}

.discover .list {
    height: 240px;
    /*width: 750px;*/
    margin-top: 35px;
}

.discover .list .list_item {
    width: 632px;
}

.discover .list .list_item .item_block {
    width: 300px;
    height: 240px;
    background-color: #ffffff;
    box-shadow: 0px 10px 40px 0px
    rgba(0, 0, 0, 0.2);
    border-radius: 24px;
    margin-right: 32px;
    background-size: 300px 240px;
    background-repeat: no-repeat;
}

.discover .list .list_item .item_block:last-child {
    margin-right: 0px;
}

.discover .list_item span {
    font-family: PingFangSC-Medium;
    font-size: 28px;
    letter-spacing: 1px;
    color: #ff993d;
    margin-top: 23px;
}

.discover .list_item span.active {
    color: #fff;
}

.home_list {
    /*padding: 56px 0 0px;*/
    height: 310px;
    overflow: hidden;
    padding: 0 24px 40px 58px;
    background: #fff;
}

.home_list img {
    width: 140px;
    height: 230px;
    transform: translateY(-90px);
    transition: .2s linear transform;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.2);
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    background: #fff;

}

.home_list img.active {
    transform: translateY(0);
}

.home_list img:nth-child(3n) {
    margin-right: 0;
}

.search_block {
    width: 420px;
    height: 60px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 30px;
    padding: 0 30px;
    margin-left: 47px;
}

.search_block input {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .9);
    margin-left: 22px;
}

.search_block input::-webkit-input-placeholder {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, .9);
}

body, html {
    background-color: #ededed;
    height: 100vh;
    overflow: hidden;
}
.container {
    background-color: #ededed;
    padding-bottom: 80px;
    height: 100vh;
    overflow: hidden;
}

.position {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
}

.float_image img:nth-child(1) {
    display: none !important;
}

.header .search {
    width: 529px;
    height: 60px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 30px;
    margin-left: 50px;
    margin-right: 54px;
}

.header .search img {
    margin-left: 40px;
    margin-right: 26px;
}

.header .searchInput::-webkit-input-placeholder {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.9;
}

.header .searchInput {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    letter-spacing: 1px;
    color: #ffffff;
    opacity: 0.9;
    /*max-width: 270px;*/
    width: 75%;
}

.news_swiper {
    padding-left: 15px;
    width: 730px;
}

.news_list {
    /*width: 750px;*/
    /*padding-left: 50px !important;*/
    padding: 15px 55px 40px 30px !important;
    margin-left: 20px !important;
}

.news_list .news_item {
    width: 560px;
    /*margin-right: 50px;*/
}

.news_list .news_item:last-child {
    /*margin-right: 0px;*/
}

.news_list .news_item .news_img {
    width: 560px;
    height: 301px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.2);
}

.news_item .detail {
    min-height: 152px;
    width: 560px;
}

.news_item .detail span {
    font-family: PingFangSC-Medium;
    font-size: 32px;
    letter-spacing: 1px;
    color: #000000;
    height: 80px;
    line-height: 80px;
}

.news_item .detail p {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}