.bdts{
    padding-left: 0.13rem;
    padding-bottom: 0.1rem;
    font-family: "微软雅黑";
}
.bd-title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    /* height: 0.5rem; */
    /* line-height: 0.5rem; */
    margin: 10px;
    /* margin-top: 0.74rem; */
    text-align: center;
}
.bd-title span {
    color: #10b3d0;
}
.ts-lf {
    width: 7.24rem;
}
.ts-lf dl {
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    width: 1.73rem;
    height: 1.35rem;
    background-color: #a2d6ca;
    float: left;
    display: block;
}
.ts-lf dl:nth-child(4){
     margin-right: 0;
}
.ts-lf dl:nth-child(8){
     margin-right: 0;
}
.ts-lf dl dt img {
    height: 0.55rem;
    margin: 0.3rem auto;
    margin-bottom: 0.1rem;
    display: block;
}

.ts-lf dl dd {
    font-size: 0.18rem;
    text-align: center;
    color: #fff;
}

.ts-lf dl:nth-child(2) {
    background: #bbaacb;
}

.ts-lf dl:nth-child(3) {
    background: #ecafb2;
}

.ts-lf dl:nth-child(4) {
    background: #a6d397;
}

.ts-lf dl:nth-child(5) {
    background: #bcc2ec;
}

.ts-lf dl:nth-child(6) {
    background: #d69fb2;
}

.ts-lf dl:nth-child(7) {
    background: #6ac1d0;
}

.ts-lf dl:nth-child(8) {
    background: #e7cea7;
}

.ts-rt {
    width: 7.20rem;
    /* height: 2.56rem; */
    background-color: #e2e2e2;
    border: solid 0.01rem #cfcfcf;
    display: block;
    float: left;
    position: relative;
}
.ts-rt img{
    width: 100%;
    height: 100%;
}

.ts-txt {
    width: 5.15rem;
    height: 1.43rem;   
    position: absolute;
    background: none;
    top: 0.6rem;
    left:0.53rem;
    z-index: 999;
}

.ts-txt img {
    display: block;
}

.ts-txt a {
   width: 0.86rem;
    height: 0.25rem;
    background-color: #6ac1d0;
    border-radius: 0.13rem;
    text-align: center;
    font-size: 0.15rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    text-indent: 0;
    top: 1.15rem;
}
.ts-txt dl dt{
    font-size: 0.35rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.35rem;
    color: #10b3d0;
}
.ts-txt dl dt span{
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.35rem;
    color: #9474b2;
    display: inline-block;
}
.ts-txt dl dd{
    position: absolute;
    width: 100%;
    top: 0.75rem;
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.22rem;
    letter-spacing: 0rem;
    color: #616161;
    text-align: left;
}