.aiWatch{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.aiWatch .aiWatch-in{
    width: 363px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}
.br{
    width: 1px;
    height: 240px;
    background: #ccc;
    margin-top: 60px;;
}

.aiWatch-in img{
    width: 300px;
    height: 263px;
}
.aiWatch-in .aiWatch-name a{
    width: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    word-break: break-word;
}
.aiWatch-in .aiWatch-name a:hover{
    text-decoration:underline;
}
.aiWatch-in .aiWatch-selllist{
    width: 271px;
    margin: 20px 45px 0 47px;
    height: 77px;
    line-height: 19px;
    text-align: left;
    overflow: hidden;
    align-self: flex-start;
}
.aiWatch-selllist li{
    position: relative;
    padding-left: 10px;
}
.aiWatch-selllist li:before{
    content: " ";
    width: 3px;
    height: 3px;
    background: #242728;
    border-radius: 50%;
    margin-right: 2px;
    position: absolute;
    top: 8px;
    left: 0;
}
.aiWatch-in .aiWatch-detail{
    width: 200px;
    height: 42px;
    border: 1px solid #6f6f6f;
    border-radius: 5px;
    background-color: transparent;
    color: #242728;
    text-align: center;
    line-height: 42px;
    letter-spacing: 2px;
}
.aiWatch-in .aiWatch-detail:hover{
    background: #4FC3F7;
    color: #fff;
    border-color: #4FC3F7;
}

.aiWatch-in .mask {
    width: 100%;
    height: 300px;
    position: absolute;
}