.list-header {
    width: 100%;
    height: 50vh;
    background: url('../../img/list/teamBg.jpg') no-repeat;
    background-size: 100% 100%;
}
.item-right div {
    font-size: 18px;
    font-weight: bold;
    color: #777777;
    /* margin: 0px 0px 10px; */
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-right {
    line-height: 1.5;
    font-size: 14px;
}
    .item-right63 div {
        font-size: 18px;
        font-weight: bold;
        color: #5d5d5d;
        margin: 0px 0px 10px;
        width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.item-right63 {
    line-height: 1.5;
    font-size: 14px;
}

/* .team-tab {
    padding-top: 40vh;
    color: #ffffff;
    font-size: 0.9vw;
    display: flex;
    -js-display:flex;
    justify-content: center;
} */

.team-tab span {
    display: inline-block;
    padding: 0.7vw 1.4vw 1.2vw;
    background: url('../../img/list/teamCheck.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 1.2vw;
    cursor: pointer;
}

.team-tab span:last-child {
    margin: 0;
}

.team-tab span.active {
    background: url('../../img/list/teamChecked.png') no-repeat;
    background-size: 100% 100%;
}
.list-content{
    position: relative;
}
.content-header {
    width: 100%;
    padding: 1.2vh 0;
    border-bottom: 2px solid #e2e2e2;
    display: flex;
    align-items: center;
    color: #5d5d5d;
    font-size: 0.8vw;
}

.content-header img {
    width: 1.2vw;
}

.content-header a {
    color: #5d5d5d;
}

.content-header span {
    margin: 0 0.2vw;
}

.list-items {
    margin-top: 5vh;
    display: inline-block;
    height: auto;
    min-width:1200px;
    /* display: flex;
    -js-display:flex;
    justify-content: space-between;
    -js-justify-content: space-between; 
    position: relative;
    height: 720px;
    overflow: hidden;*/
}

    .list-items .list-left {
        width: 66%;
        display: inline-block;
        float:left;
    }


        .list-items .list-left .item {
            float: left;
            width:33%;
            /* display: flex; */
            /* -js-display:flex;
    justify-content: space-between;
    -js-justify-content: space-between; */
            margin-bottom: 30px;
        }
.list-items .list-left .rowspan .item:nth-of-type(2){
    margin-left: 57px;
    
}
.list-items .list-left .rowspan .item:nth-of-type(3){
    margin-left: 57px;
}
.list-items .list-left .rowspan .item:nth-of-type(5){
    margin-left: 57px;
}
.list-items .list-left .rowspan .item:nth-of-type(6){
    margin-left: 57px;
}
.list-items .list-left .rowspan:nth-of-type(2){
    transform: translateY(22px);
    margin-bottom: 40px;
    cursor: pointer;
    
}

    .list-items .list-left .item .list-img {
        width: 226px;
        height: 265px;
        overflow: hidden;
        background-color:#ffffff;
        margin:0px auto;
    }

    .list-items .list-left .item .list-img63 {
        width: 6vw;
        height: 150px;
        overflow: hidden;
        /*background-color: #a0bfc4;*/
    }

.list-img img {
    margin: 0px auto;
    height: 100%;
    width:100%;
    display: block;
    object-fit: cover;
}
.list-img63 img {
    margin: 0px auto;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    /* height: 100%;*/
}

.item-right {
    width: 226px;
    margin:0 auto;
}

.item-right63 {
    width: 82%;
}
.item-right p:first-child {
    font-size: 0.85vw;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-right p:last-child {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 0.7vw;
    /* text-align: right; */
}

.item-right63 p:first-child {
    font-size: 0.85vw;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-right63 p:last-child {
    margin-top: 10px;
    color: #8f8f8f;
    font-size: 0.7vw;
    text-align: right;
}

.list-right {
    width: 28%;
    float: right;
}
    .list-right .big-code {
        width: 100%;
        /* height: 10vh; */
        border-top: 5px solid #a0bfc4;
        border-right: 2px solid #a0bfc4;
        border-bottom: 2px solid #a0bfc4;
        border-left: 2px solid #a0bfc4;
        display: flex;
        align-items: flex-start;
        padding: 10px 12px;
        box-sizing: border-box;
    }

        .list-right .big-code img {
            /*height:inherit;*/
            width: 94px;
            height: 94px;
        }

        .list-right .big-code .code-right {
            margin-left: 5px;
            margin-top: 1vh;
            float:left;
        }

.list-right .big-code .code-right p:first-child {
    font-size: 1.2vw;
    letter-spacing: 2px;
}

.list-right .big-code .code-right p:nth-child(2) {
    font-size: 0.7vw;
    letter-spacing: 1px;
    margin: 4px 0 6px;
}

.list-right .big-code .code-right p:last-child {
    font-size: 0.6vw;
    color: #9c9c9c;
}

.list-right .small-code {
    width: 100%;
    margin-top: 1vh;
    /* display: flex;
    display: -js-display;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.list-right .small-code .small-items {
    width: 48%;
    height: 7vh;
    line-height: 7vh;
    border-top: 5px solid #a0bfc4;
    border-right: 1px solid #a0bfc4;
    border-bottom: 1px solid #a0bfc4;
    border-left: 1px solid #a0bfc4;
    margin-bottom: 10px;
    /* display: inline-flex;
    display: -js-display;
    justify-content: center;
    align-items: center; */
    float: left;
    text-align:center;
}
.list-right .small-code .small-items:nth-of-type(2){
    margin-left: 9px;
}
.list-right .small-code .small-items img {
    width: 1.5vw;
    margin-right: 10px;
    transform: translateY( 8px);
}

.list-right .small-code .small-items span {
    font-size: 0.8vw;
    font-weight: bold;
    color: #000;
}
.payage{
    /* margin-bottom: 76px;
    margin-left: 422px; */
    position: absolute;
    top: 820px;
    right: 400px;
}
.payage div{
    height: 32px;
    line-height: 32px;
    float: left;
}
.payage div:nth-of-type(4) input{
    width: 46px;
    height: 27px;
    border: 2px #a0a0a0 solid;
    border-radius: 10px;
    text-align: center;
    outline: 0;
    
}
.payage div:nth-of-type(1){
    margin-right: 15px;
}
.payage div:nth-of-type(3){
    margin: 0 25px;
}
.payage div:nth-of-type(3) button:nth-of-type(1){
    width: 62px;
    height: 32px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #c9c9c9;
    background-color:#e8e6e2;
    margin-right: -7px;
}
.payage div:nth-of-type(3) button:nth-of-type(2){
    width: 62px;
    height: 32px;
    border-radius:  0 10px 10px 0;
    background-color: white;
    border: 1px solid #c9c9c9;
}
.payage div:nth-of-type(3) button:nth-of-type(2):hover{
    background-color: #09A09E;
}