.indexTopView {
    margin-top: 40px;
    overflow: initial;
}
.indexTopViewLeft {
    float: left;
    width: 282px;
    height: 464px;

    background: #FFFBFC;
    box-shadow: 0px 8px 24px rgba(18, 20, 29, 0.04);
    backdrop-filter: blur(20px);
    padding: 24px 16px 0;
    box-sizing: border-box;
    border-radius: 20px;
}
.indexTopViewLeft .title {
    height: 48px;
    background: linear-gradient(180deg, rgba(209, 239, 245, 0.85) 0%, #D1EDF5 100%);
    border-radius: 10px;
    padding-left: 16px;
}
.indexTopViewLeft .title >span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;

    color: #000000;
    margin-left: 8px;
}

.findListItem {
    margin-top: 8px;
}
.findListItem .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    color: #12141D;
}
.findList {
    margin-top: 4px;
}
.findList >a {
    font-size: 14px;
    line-height: 40px;
    color: #777778;
    margin-right: 20px;
}
.findList >a:last-child {
    margin-right: 0;
}

.indexTopViewCenter {
    position: relative;
    float: left;
    width: 559px;
    height: 464px;
    margin-left: 24px;
    border-radius: 20px;
    overflow: hidden;
}
.indexTopViewRight {
    float: left;
    width: 231px;
    height: 461px;
    padding: 16px 20px 0;
    background: #FFFBFC;
    box-shadow: 0px 8px 24px rgba(18, 20, 29, 0.04);
    border-radius: 20px;
    margin-left: 24px;
    backdrop-filter: blur(20px);
    box-sizing: border-box;
}
.loginView {
    padding: 0 8px;
}
.loginView .avatar {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.loginView .tip {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777778;
    text-align: center;
}
.loginView .buttonView {
    margin-top: 24px;
}
.loginView .buttonView .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.loginView .buttonView .button.color1 {
    background: #3973EC;
    color: #FFFFFF;
}
.loginView .buttonView .button.color2 {
    color: #3973EC;
    border: 2px solid #3973EC;
}
.noticeView {
    padding-top: 25px;
    border-top: 1px solid #E6E8EC;
    height: 140px;
    margin-top: 24px;
}
.noticeView .titleView >span {
    font-weight: 500;
    font-size: 14px;
    color: #12141D;
    margin-left: 16px;
}
.noticeView .noticeList {
    padding-top: 3px;
}
.noticeView .noticeList > a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777778;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.advListView {
    margin-top: 32px;
}
.advListItem {
    width: 208px;
    height: 165px;
    border-radius: 10px;
    margin-right: 20px;
    overflow: hidden;
}
.advListItem:last-child {
    margin-right: 0;
}
.trendView {
    width: 1174px;
    background: #D6F0F6;
    border-radius: 20px;
    margin-top: 56px;
    padding: 48px 80px;
    box-sizing: border-box;
}
.trendBody {
    width: 1014px;
    height: 324px;
}
.ctypeItem {
    float: left;
    margin-right: 40px;
}
.ctypeItem>span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */


    /* Neutrals/4 */

    color: #777E91;
    margin-left: 8px;
}
.trendBodyBot {
    margin-top: 48px;
}
.designListView {
    float: left;
}
.designListItem {
    float: left;
    width: 180px !important;
    padding: 24px 8px;

    /* Neutrals/8 */

    background: #FFFCFC;
    border-radius: 16px;
    box-sizing: border-box;
    margin-right: 32px;
}

.designListItem:last-child {
    margin-right: 0;
}
.designListItem .avatar {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.designListItem .avatar>span {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.designListItem .avatar .sex {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
}
.designListItem .name {
    text-align: center;
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;

    /* Neutrals/2 */

    color: #23262F;
}
.designListItem .price {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */

    text-align: center;

    color: #3671EC;
    margin-top: 4px;
}
.designListItem .desc {
    width: 148px;
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #777E91;
    margin: 12px auto 0;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
} 
.designListItem .button {
    display: block;
    width: 131px;
    height: 40px;
    font-size: 12px;
    border: 1px solid #3973EC;
    border-radius: 10px;
    color: #3973EC;
    margin: 12px auto 0;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.trendListView {
    float: right;
    width: 378px;
    height: 240px;
    padding: 18px 32px;
    box-sizing: border-box;

    /* Neutrals/8 */

    background: #FCFCFD;
    border-radius: 20px;
}
.trendListView .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #12141D;
}
.trendList {
    margin-top: 8px;
    height: 172px;
    overflow: hidden;
}
.trendItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    margin-bottom: 4px;
    padding: 0 12px;
}
.trendItem > span {
    font-size: 14px;
    line-height: 24px;

    color: #777E91;
}
.trendItem > i {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: right;

    color: #23262F;
}
.costView {
    width: 1184px;
    padding: 56px 105px;
    background: #D6F0F6;
    border-radius: 20px;
    margin-top: 56px;
    box-sizing: border-box;
}
.costBox .costItem{
    width: 25%;
}
.costVal {
    font-size: 64px;
    line-height: 80px;
    color: #22E27F;
    font-weight: 700;
}
.costTitle {
    margin-top: 4px;
}
.costTitle > span{
    font-size: 16px;
    line-height: 24px;
    color: #12141D;
}
.costTitle>img {
    width: 12px;
    height: 8px;
    margin-left: 8px;
}
.costTip {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #777E91;
}
.makerView {
    width: 100%;
    padding: 64px 0;
    background: #FFF2F4;
    margin-top: 48px;
}
.makerLeftView {
    position: relative;
    float: left;
    width: 274px;
    height: 375px;
}
.makerLeftBox {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 16px 40px 32px;
}
.makerLeftBox .title {
    margin-top: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
    color: #12141D;
}
.makerLeftBox .desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #777E90;
}
.makerLeftBox .button {
    display: block;
    width: 193px;
    height: 55px;
    background: #2563EB;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
    margin-top: 32px;
}
.makerLeftBox .tip {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #12141D;
}
.makerRightView {
    position: relative;
    float: right;
    width: 816px;
    height: 364px;
}
.makerListView {
    width: 100%;
}
.swiperButtonView {
    height: 48px;
    margin-top: 24px;
    padding: 0 12px;
}
.swiperButtonItem {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.swiperButtonItem>img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.makerMore {
    float: right;
    width: 140px;
    height: 48px;
    border: 2px solid #E6E8EC;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    color: #23262F;
    text-align: center;
    line-height: 48px;
}

.serviceTitle {
    margin-top: 48px;
}
.caseView {
    margin-top: 32px;
}
.caseView .titleView>span {
    font-weight: 600;
    font-size: 24px;
    line-height: 48px;
    color: #23262F;
}
.caseListView {
    margin-top: 32px;
}
.caseListItem {
    float: left;
    width: 272px;
    height: 397px;
    background: #FFFCFC;
    border-radius: 20px;
    margin-right: 32px;
    margin-bottom: 32px;
    overflow: hidden;
}
.caseListItem:nth-child(4n){
    margin-right: 0;
}
.caseListItem .image {
    display: block;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.caseListItem .detail {
    padding: 24px;
}
.caseListItem .detail .topView {
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E8EC;
}
.caseListItem .detail .topView .desc {
    flex: 1;
    overflow: hidden;
}
.caseListItem .detail .topView .desc .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #23262F;
}
.caseListItem .detail .topView .desc .label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    color: #777E91;
}
.caseListItem .detail .topView .price {
    padding: 6px 6px 4px;
    height: 44px;
    border: 2px solid #2563EB;
    border-radius: 4px;
    box-sizing: border-box;
}
.caseListItem .detail .topView .price .val {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #2563EB;
}
.caseListItem .detail .topView .price .unit {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    margin-top: 6px;
    text-align: center;
    text-transform: uppercase;
    color: #B1B5C4;
}

.caseListItem .detail .bottomView {
    margin-top: 16px;
}
.caseListItem .detail .bottomView .leftView >div {
    width: 24px; 
    height: 24px; 
    border-radius: 50%; 
    overflow: hidden;
}
.caseListItem .detail .bottomView .leftView > span {
    font-size: 12px;
    line-height: 18px;
    margin-left: 8px;
    color: #23262F;
}
.caseListItem .detail .bottomView .rightItem {
    margin-left: 8px;
}
.caseListItem .detail .bottomView .rightItem > span {
    margin-left: 8px;
}
.publishView {
    margin-top: 43px;
    overflow:initial;
}
.publishBox {
    width: 910px;
    height: 50px;
    border: 2px solid #E6E8EC;
    border-radius: 12px;
}
.publishView .button {
    width: 193px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background: #2563EB;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    user-select: none;
}

.newsView {
    margin-top: 70px;
}
.newsTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #23262F;
    text-align: center;
}
.newsListView {
    margin-top: 32px;
    flex-wrap: wrap;
}
.newsItem {
    width: 540px;
    height: 217px;
    background: #F2F4F9;
    border-radius: 20px;
    margin-bottom: 32px;
    margin-right: 40px;
    padding: 24px;
    box-sizing: border-box;
}
.newsItem:nth-child(2n) {
    margin-right: 0;
}
.newsDescView {
    margin-top: 24px;
}
.newsItemTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #23262F;
}
.newsDesc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #777E91;
}
.platView {
    margin-top: 48px;
}
.rankView {
    background-color: #FFFFFF;
    padding: 35px;
}
.rankTitleView {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rankTitleView > div {
    font-size: 24px;
    color: #010101;
    line-height: 52px;
    display: flex;
    align-items: center;
}
.rankTitleView > div > i {
    margin-left: 10px;
}

.rankBox {
    display: flex;
    margin-top: 37px;
}
.rankLeftView {
    width: 300px;
}
.rankLeftItemView {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 28px;
}
.rankLeftItemView .down {
    position: absolute;
    width: 27px;
    height: 18px;
    left: 50%;
    margin-left: -13.5px;
    bottom: 0;
}

.rankLeftItemView:last-child {
    margin-bottom: 0;
}
.rankLeftItemView .top {
    text-align: center;
}

.rankLeftItemView .top > span{
    font-size: 30px;
    color: #71DE9A;
    line-height: 30px;
}
.rankLeftItemView .top > i{
    font-size: 30px;
    color: #000000;
    line-height: 30px;
    margin-left: 15px;
}
.rankLeftItemView > p {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: 0.5;
}

.rankRightView {
    flex: 1;
    margin-left: 70px;
}

.rankRightItemView {
    display: flex;
    height: 72px;
    align-items: center;
}
.rankRightItemView.title {
    background: #D7F0F5;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.rankRightItemView .item {
    width: 25%;
    font-size: 24px;
    color: #010101;
    text-align: center;
}
.rankRightItemView:nth-child(2n) {
    background: #f7f7f7;
}

.platTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #23262F;
    text-align: center;
}
.platListView {
    margin-top: 32px;
}
.caseContentView {
    margin-top: 32px;
    background: #FFFFFF;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
}
.contentView {
    position: relative;
    width: 520px;
    height: 100%;
    padding: 32px 48px 24px 72px;
    box-sizing: border-box;
}
.contentButton {
    display: block;
    width: 143px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #2563EB;
    border-radius: 10px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 24px;
}
.contentDesc {
    font-size: 16px;
    line-height: 30px;
    color: #777E91;
    margin-top: 16px;
}
.contentNameView .image{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.contentNameView .nameView {
    margin-left: 12px;
}
.contentNameView .nameView .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */


    /* Neutrals/2 */

    color: #23262F;
}
.contentNameView .nameView .type {
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */


    /* Neutrals/4 */

    color: #777E91;
}

.contentCheckView {
    position: absolute;
    bottom: 32px;
    right: 48px;
}
.contentCheckView > div {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
}
.contentCheckView > div.canClick {
    border: 2px solid #E6E8EC;
    cursor: pointer;
    user-select: none;
}
.contentCheckView > div >img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.contentImg {
    flex: 1;
}

.demandInpItem{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
}
.demandInpItem:first-child input {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.demandInpItem:last-child input {
    border: 0 none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.demandInpItem::after{
    position: absolute;
    right: 20px;
    top: 22px;
    display: block;
    width: 10px;
    height: 5px;
    content: "";
    background: url(../../image/utils/drop_img.png) no-repeat;
    margin-left: 6px;
}
.demandInpItem>input{
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
}
.demandInpItem>ul{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 11;
}
.demandInpItem>ul>li {
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    background: #fff;
    padding-left: 20px;
    color: #333;
    margin-top: -1px;
    border: 1px solid #eee;
    cursor: pointer;
}
.demandInpItem ul li:hover{ color: #296ecd;}
.demandInpItem:hover ul{ display: block;}
.item_img{width: 100%;}

.show_active{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 11;
}
.act_img_view{
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -191px;
    margin-top: -247px;
    width: 382px;
    height: 450px;
}
.clear_active{
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top:220px;
    margin-left: -8px;
}




