
.recommend {
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
}

.recommendRight {
    flex:1;
    height: 341px;
    margin-left: 20px;
    position: relative;
}

.recommendRightTitle {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 35px;
    font-weight: 800;
    color: #fff;
    display: flex;
    box-shadow: 0px 8px 7px 1px rgba(0, 0, 0, 0.1);
}

.recommendRightTitleSpan {
    display: block;
    width: 160px;
    line-height: 50px;
    background: #0365C4;
    position: absolute;
    top: -15px;
    font-size: 20px;
    text-indent: 1em;
}

.recommendRightTitleSpan .floatRight {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 51px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    transform: rotate(180deg);
    float: right;
    position: absolute;
    right: -50px;
    top: -1px;
}

.recommendRightTitleSpan .minFloatRight {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 9px solid transparent;
    border-top-color: #044685;
    border-bottom-width: 0;
    transform: rotate(314deg);
    float: right;
    position: absolute;
    right: -4px;
    top: 5px;
}

.recommendRightContent {
    width:100%;
    height: 291px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 0;
    border-bottom: 2px solid #0365c4;
    background: #f9f9f9;
}

.recommendRightContentList {
    padding: 30px 17px;
    display: flex;
}
.recommendRightContentList>a{
    margin-right:18px;
}

.recommendRightContentItem {
    width: 135px;
}
.recommendRightContentItem:hover{
 color:red;
}
.recommendRightContentItem:hover .recommendRightContentItemImage{
    box-shadow: 0px 8px 7px 1px rgba(0, 0, 0, 0.1);
}

.recommendRightContentItemImage {
    width: 135px;
    height: 179px;
    margin-bottom: 10px;
}

.recommendRightContentItemText {
    max-width: 128px;
    min-height: 30px;
    max-height: 40px !important;
    font-size: 12px;
}


.swiper-content {
    height: 439px;
    display: flex;
    justify-content: space-between;
}

.swiper-content img {
    height: 410px;
}

.swiperList {
    width: 705px;
    /* background: #9A8CF3; */
}

/* 輪播圖左右按鈕大小設置 */
.carousel-control-prev,
.carousel-control-next {
    width: 25px;
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
    top: 121px;
}

/* 設置輪播圖大小 */
.carousel-inner {
    width: 705px;
    height: 341px;
    position: relative;

}

.carousel-inner a {
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-inner img {
    width: 705px;
    height: 341px;
}

/* 設置小圓點 */
.carousel-indicators {
    bottom: -55px;
}

.carousel-indicators > li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #B3B3B3;
}

.carousel-indicators > .active {
    background-color: red;
}

.carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0;
}

.carousel-caption p {
    color: #fff;
    margin: 0;
    padding-left: 16px;
}

.swiper-rankingList {
    width: 262px;
    background: rgba(4, 0, 0, 0.01);
    box-shadow: 0px 5px 5px 0px rgba(4, 0, 0, 0.1);
}

.swiper-rankingList-tabs {
    padding: 10px;
    /*  display: flex;
    justify-content: space-between; */
}
