.cts-thumb-list {
	// background: #F8F8F8;
	&-title {
		height: 80px;
		display: flex;
		align-items: center;
		padding: 0 34px;
		font-size: $font-size-26;
		color: $color-font-main;
	}
	&-content {
		display: flex;
		// justify-content: space-between;
		align-items:flex-start;
		background: $color-white;
		padding: 34px 34px 0 34px;
		flex-wrap: wrap;
		&-item {
			width: 106px;
			margin-left: 38px;
			margin-bottom: 34px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
      position: relative;

      .thumb-choose {
        position: absolute;
        right: 0;
        top: 0;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: $color-success;
        border-radius: 50%;
        .done-img {
          width: 20px;
        }
      }


			.cts-thumb {
				width: 106px;
				height: 106px;
				line-height: 106px;
				.head-img {
					width: 106px;
					height: 106px;
					line-height: 106px;
				}
			}
			&-text {
				margin-top: 11px;
				font-size: $font-size-28;
				color: $color-font-main;
				@include ellipsis;
			}

			&:nth-child(5n+1){
				margin-left: 0;
			}
		}
	}
}
