.ls-yhtj-s {
    position: relative;
    overflow: hidden;
    margin: 2vw;
    background: #fff;
    padding: 2vw;
    border-radius: 2vw;
}
.ls-yhtj-s>p {
    display: flex;
    align-items: center;
    height: 7vw;
    margin-bottom: 2vw;
    border-bottom: 0.3vw #eee solid;
}
.ls-yhtj-s>p>i {
    width: 1vw;
    height: 4vw;
    background: #2196f3;
    margin-right: 2vw;
    border-radius: 1vw;
}
.ls-yhtj-s>p>em {
    font-style: normal;
    flex: 1;
    font-size: 4vw;
    color: #666;
}
.ls-yhtj-s>p>a {
    color: #333;
    padding: 0 1vw 0 2vw;
}




/*横排*/
.ls-yhtj-s.a>div>li {
    display: flex;
    align-items: center;
    height: 15vw;
}
.ls-yhtj-s.a>div>li>a {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-yhtj-s.a>div>li>a>div {
    display: flex;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0 0 0.5vw #ccc;
    position: relative;
    width: 12vw;
    height: 12vw;
}
.ls-yhtj-s.a>div>li>a>div>img {
    width: inherit;
    height: inherit;
    border-radius: 100%;
}
.ls-yhtj-s.a>div>li>a>span {
    flex: 1;
    padding: 0 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ls-yhtj-s.a>div>li>a>span>p {
    display: flex;
    align-items: center;
    height: 7vw;
    line-height: 7vw;
}
.ls-yhtj-s.a>div>li>a>span>p>span {
    padding: 0;
    width: 4vw;
    height: 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1vw;
}
.ls-yhtj-s.a>div>li>a>span>p>span>i {
    transform: scale(0.9);
}
.ls-yhtj-s.a>div>li>a>span>em {
    font-style: normal;
    font-size: 3vw;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    height: 5vw;
    line-height: 5vw;
}
.ls-yhtj-s.a>div>li>em {
    position: relative;
    overflow: hidden;
}
.ls-yhtj-s.a>div>li>em>div {
    font-size: 3vw;
    color: #fff;
    font-style: normal;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2vw;
    background: var(--jinsom-color);
    border-radius: 1vw;
    min-width: 12vw;
}
.ls-yhtj-s.a>div>li>em>div.had {
    background: #aaa;
}
.ls-yhtj-s.a>div>li>a>span>em>i {
    display: inline-flex;
    color: #fff;
    font-size: 3vw;
    padding: 0 0.5vw;
    margin-right: 2vw;
    position: relative;
    background: #FF9800 no-repeat center;
    background-size: contain;
    text-align: center;
    height: 3.5vw;
    line-height: 3.5vw;
    border-radius: 1vw 0 0 1vw;
}
.ls-yhtj-s.a>div>li>a>span>em>i>x {
    position: relative;
    z-index: 2;
}
.ls-yhtj-s.a>div>li>a>span>em>i:after {
    border: 1.75vw solid transparent;
    content: "";
    border-top-color: #FF9800;
    border-left-color: #FF9800;
    border-bottom-color: #FF9800;
    width: 0;
    height: 0;
    position: absolute;
    right: -2vw;
    top: 0;
    z-index: 1;
}
.ls-yhtj-s.a>div>li:nth-of-type(1)>a>span>em>i {
    background: #FF5722;
}
.ls-yhtj-s.a>div>li:nth-of-type(1)>a>span>em>i:after {
    border-color: #FF5722;
    border-right-color: transparent;
}
.ls-yhtj-s.a>div>li:nth-of-type(2)>a>span>em>i {
    background: #03A9F4;
}
.ls-yhtj-s.a>div>li:nth-of-type(2)>a>span>em>i:after {
    border-color: #03A9F4;
    border-right-color: transparent;
}.ls-yhtj-s.a>div>li:nth-of-type(3)>a>span>em>i {
    background: #4CAF50;
}
.ls-yhtj-s.a>div>li:nth-of-type(3)>a>span>em>i:after {
    border-color: #4CAF50;
    border-right-color: transparent;
}



/*左右滑动*/
.ls-yhtj-s.b>div {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    min-width: 100%;
    padding: 1vw 0.5vw;
    display: flex;
    align-items: center;
}
.ls-yhtj-s.b>div::-webkit-scrollbar {
    display: none;
}
.ls-yhtj-s.b>div>li {
    display: inline-block;
    position: relative;
    box-shadow: 0 0 1vw #ddd;
    background: #f8f8f8;
    margin-right: 3vw;
    width: 30vw;
}
.ls-yhtj-s.b>div>li>a {
    display: block;
}
.ls-yhtj-s.b>div>li>a>div {
    width: 28vw;
    height: 28vw;
    position: relative;
    overflow: hidden;
    margin: 1vw;
}
.ls-yhtj-s.b>div>li>a>div>img {
    width: calc(100% - 0.4vw);
    height: calc(100% - 0.4vw);
    border-radius: 2vw;
    border: 0.2vw #f1f1f1 solid;
}
.ls-yhtj-s.b>div>li>a>div>i {
    bottom: unset;
    right: 1vw;
    top: 1vw;
}
.ls-yhtj-s.b>div>li>a>span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0 0;
}
.ls-yhtj-s.b>div>li>a>span>p {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.ls-yhtj-s.b>div>li>a>span>p>font {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0 0 2vw;
    max-width: calc(100% - 10vw);
    display: inline-block;
    height: 4vw;
    line-height: 4vw;
    font-size: 3.5vw;
}
.ls-yhtj-s.b>div>li>a>span>p>span {
    margin: 0 0 0 1vw;
    padding: 0;
    width: 4vw;
    height: 4vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ls-yhtj-s.b>div>li>em {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0;
}
.ls-yhtj-s.b>div>li>em>div {
    font-size: 3vw;
    color: #fff;
    font-style: normal;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3vw;
    background: var(--jinsom-color);
    border-radius: 1vw;
}
.ls-yhtj-s.b>div>li>em>div.had {
    background: #aaa;
}
.ls-yhtj-s.b>div>li>em:after {
    content: "";
    height: 7vw;
}
.ls-yhtj-s.b>div>li>a>span>em {
    position: absolute;
    top: -6vw;
    left: 1vw;
    right: 1vw;
    background: linear-gradient(to top, rgba(5, 5, 5, 0.6), rgba(8, 8, 8, 0));
    color: #fff;
    font-size: 3vw;
    line-height: 5vw;
    font-style: normal;
    padding: 0 1vw;
    text-align: center;
    border-radius: 0 0 2vw 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-yhtj-s.b>div>li>a>span>em>i {
    display: inline-flex;
    color: #fff;
    font-size: 3vw;
    padding: 0 0.5vw;
    margin-right: 2vw;
    position: relative;
    background: #FF9800 no-repeat center;
    background-size: contain;
    text-align: center;
    height: 3.5vw;
    line-height: 3.5vw;
    border-radius: 1vw 0 0 1vw;
}
.ls-yhtj-s.b>div>li>a>span>em>i:after {
    border: 1.75vw solid transparent;
    content: "";
    border-top-color: #FF9800;
    border-left-color: #FF9800;
    border-bottom-color: #FF9800;
    width: 0;
    height: 0;
    position: absolute;
    right: -2vw;
    top: 0;
    z-index: 1;
}
.ls-yhtj-s.b>div>li>a>span>em>i>x {
    position: relative;
    z-index: 2;
}
.ls-yhtj-s.b>div>li:nth-of-type(1)>a>span>em>i {
    background: #FF5722;
}
.ls-yhtj-s.b>div>li:nth-of-type(1)>a>span>em>i:after {
    border-color: #FF5722;
    border-right-color: transparent;
}
.ls-yhtj-s.b>div>li:nth-of-type(2)>a>span>em>i {
    background: #03A9F4;
}
.ls-yhtj-s.b>div>li:nth-of-type(2)>a>span>em>i:after {
    border-color: #03A9F4;
    border-right-color: transparent;
}.ls-yhtj-s.b>div>li:nth-of-type(3)>a>span>em>i {
    background: #4CAF50;
}
.ls-yhtj-s.b>div>li:nth-of-type(3)>a>span>em>i:after {
    border-color: #4CAF50;
    border-right-color: transparent;
}







