img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #666;
}

p {
    padding: 0px;
    margin: 0px;
}

[v-cloak] {
    display: none;
}

.five .cs {
    padding: 0px 15px;
}

.five .cs div {
    float: left;
    margin-left: 32px;
    width: 250px;
}

.five .cs div:hover label {
    color: var(--m-color--);
}

.five .cs div img {
    height: 334px;
    border-radius: 16px;
}

.five .cs div label {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    height: 38px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 32px;
    word-wrap: break-word;
    word-break: normal;
}

.content {
    background: #ffffff;
    border-radius: 48px;
    margin-top: 12px;
    padding: 32px;
}

.content:after {
    content: 'clear';
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.content .fl {
    float: left;
    width: 606px;
    height: 808px;
    margin-right: 32px;
}

.content .r {
    float: left;
    width: 444px;
    max-height: 808px;
    overflow-y: auto;
    padding-right: 32px;
}

.content .r p.t {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}

.content .r div {
    font-size: 14px;
    color: #333333;
}

.content .r::-webkit-scrollbar {
    width: 6px;
    height: 8px;
    background-color: #61B6EB;
    border-radius: 2px;
}

.content .r::-webkit-scrollbar-track {
    background: #ddd;;
    border-radius: 2px;
}

.content .r::-webkit-scrollbar-thumb {
    background: #646464;
    border-radius: 2px;
}

.content .r::-webkit-scrollbar-thumb:hover {
    background: #646464;
}

/**
修改轮播样式
 */

.swiper {
    border-radius: 32px;
}

.swiper-pagination-bullet {
    background: #ffffff;
    width: 8px;
    height: 8px;
}

.swiper-pagination-bullet.active {
    background: #ffffff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

