.listScreenView {
    width: 1120px;
    padding: 24px 30px;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(18, 20, 29, 0.04);
    backdrop-filter: blur(20px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 32px;
}
.screenItem {
    margin-bottom: 8px;
}
.screenTitle {
    width: 56px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #12141D;
    margin-right: 26px;
    padding: 8px 0;
}
.screenListView {
    flex-wrap: wrap;
    flex: 1;
}
.priceSubmit {
    width: 76px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #2563EB;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #FCFCFD;
    margin-left: 24px;
    cursor: pointer;
}
.screenListView > a{
    position: relative;
    margin-right: 24px;
    font-weight: 400;
    padding: 8px 0;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #777778;
}
.screenListView > a:last-child {
    margin-right: 0;
}
.screenListView > a.on {
    color: #12141D;
}
.screenListView > a.on::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    content: "";
    height: 1;
    background: #12141D;
}
.listView {
    margin-top: 40px;
}
.listView .noticeTipView {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    padding: 8px 0;
    color: #23262F;
}
.listView .noticeTipView>span {
    color: #2563EB;
    margin: 0 8px;
}
.listItem {
    margin-top: 40px;
    padding-bottom: 27px;
    border-bottom: 1px solid #E6E8EC;
}

.designView {
    width: 84px;
}
.designView .avatar {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.designView .avatar>span {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.designView .avatar .sex {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    right: 0px;
    top: 0px;
}
.designView .price {
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    font-size: 14px;
    height: 24px;
    color: #777E91;
    white-space: nowrap;
}
.designView .price>span {
    font-weight: 500;
    font-size: 20px;
    color: #3671EC;
}
.detailView {
    width: 340px;
    margin-left: 32px;
}
.detailView .name {
    font-weight: 500;
    font-size: 16px;
    color: #12141D;
}
.detailView .ctype {
    font-size: 14px;
    color: #777E91;
    margin-left: 16px;
}
.detailView .level {
    margin-left: 16px;
}
.detailView .typeView {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #777E91;
}
.detailView .detailDesc {
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #777E91;
}
.descView {
    width: 440px;
    margin-left: 32px;
}
.descView .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */


    color: #12141D;
}
.descView > p {
    font-size: 14px;
    line-height: 24px;

    margin-top: 8px;
    color: #777E91;
    /* 超出隐藏 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 设置行数 */
    -webkit-line-clamp: 2;
    /* 设置超出的部分如何显示 */
    text-overflow: ellipsis;
}
.contactButtonView {
    width: 111px;
    margin-left: 80px;
}
.contactButtonView > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 111px;
    height: 44px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 12px;
}
.contactButtonView > a.go {
    background: #3973EC;
    color: #FFFFFF;
}
.contactButtonView > a.contact {
    border: 2px solid #3973EC;
    color: #3973EC;
}




