/*公共样式*/
body {
    position: relative;
}

#app {
    background: #F6F6F6;
    padding-top: 0;
}

.recommendBox .imgBox:hover > p,
.quarterBox .imgBox:hover > p {
    transition: all .2s ease;
    height: 100%;
    background: linear-gradient(rgba(239, 164, 41, .89), rgba(170, 33, 43, .89));;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.recommendBox .imgBox:hover > p span,
.quarterBox .imgBox:hover > p span {
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    flex: initial;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    white-space: inherit;
}

.recommendBox .imgBox:hover > p span:nth-child(2),
.quarterBox .imgBox:hover > p span:nth-child(2) {
    font-size: 16px;
}

.recommendBox .imgBox:hover > p i,
.quarterBox .imgBox:hover > p i {
    display: block;
}

.recommendBox .imgBox:hover img,
.quarterBox .imgBox:hover img {
    transform: scale(1);
    transition: none;
}

.recommendBox .imgBox:hover .popBox,
.quarterBox .imgBox:hover .popBox {
    display: none;
}

.recommendBox .imgBox:hover .btnBox,
.quarterBox .imgBox:hover .btnBox {
    display: none;
    transition: none;
}

/*导航*/
.el-menu--popup {
    padding: 0;
}

.el-submenu__icon-arrow {
    display: none;
}

.el-menu.el-menu--horizontal {
    border-bottom: none;
}

.el-menu {
    background: transparent;
}

.el-submenu__title:hover,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal > .el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
    background: transparent;
}

.el-submenu__title {
    font-size: 18px;
    padding: 0 15px;
}

.swiper-slide {
    width: auto !important;
}

.channelBlack .el-submenu__title a {
    color: #FFFFFF !important;
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
    min-width: 50px;
    border-radius: 3px;
    overflow: hidden;
}

.el-menu--horizontal .el-menu .el-menu-item,
.el-menu--horizontal .el-menu .el-submenu__title {
    padding: 0 20px;
    line-height: 30px;
    height: 30px;
}

.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
    border-bottom: none;
}

.el-menu--horizontal > .el-submenu .el-submenu__title {
    line-height: 50px;
    height: 50px;
}

.el-menu .el-menu-item:first-child {
    padding-top: 10px;
    height: 40px;
}

.el-menu .el-menu-item:last-child {
    padding-bottom: 10px;
    height: 40px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.swiper-container {
    margin: 0 10px;
}

.navDiv .swiper-button-next,
.navDiv .swiper-button-prev {
    font-size: 16px;
    line-height: 45px;
    background: none;
    position: absolute;
}

.navDiv .swiper-button-prev {
    left: 0;
}

.navDiv .swiper-button-next {
    right: 0;
}

.channelBlack .navDiv .swiper-button-next,
.channelBlack .navDiv .swiper-button-prev {
    color: #FFFFFF;
}

.channelBox .navDiv {
    flex: 1;
    overflow: hidden;
    display: flex;
}

.channelBox .navDiv .swiper-container {
    flex: 1;
    overflow: hidden;
}

/*banner*/
.topCarouselBox {
    position: relative;
    margin-bottom: 10px;
}

.topCarouselBox img {
    width: 100%;
    object-fit: cover;
}

.topCarouselBox .inputBox {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 650px;
}

.topCarouselBox .el-carousel__arrow {
    width: 50px;
    height: 50px;
}

.topCarouselBox .el-carousel__arrow i {
    font-size: 30px;
}

/*实时资讯*/
.realTime {
    margin-top: 10px;
    padding: 10px 6px;
    border-radius: 3px;
    background: #FFFFFF;
    overflow: hidden;
}

.realTime span {
    display: block;
    width: 77px;
    height: 25px;
    background: #C00000;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
}

.realTime ul {
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
}

.realTime ul li {
    float: left;
    padding: 0 111px 0 20px;
}

.realTime ul li:last-child {
    margin-right: 0;
}

.realTime li:after {
    content: "";
    color: #ff7e7e;
    position: relative;
    left: 0px;
    bottom: 15px;
    width: 5px;
    height: 5px;
    display: block;
    background: #ff7e7e;
    border-radius: 50%;
}

.realTime ul li a {
    width: 100%;
    padding-left: 10px;
    display: block;
    line-height: 25px;
    font-size: 15px;
}

.realTime .el-carousel__container {
    height: 30px;
}

.realTime .el-carousel__indicators, .realTime .el-carousel__arrow {
    display: none !important;
}

/*灵感推荐*/
.recommendBox {
    margin-top: 15px;
    overflow: hidden;
    display: flex;
}

.recommendBox .imgBox {
    height: 170px;
    flex: 1;
    margin-right: 15px;
}

.recommendBox .imgBox:last-child {
    margin-right: 0;
}

/*季度榜单和新图速递*/
.quarterBox {
    display: flex;
}

.quarterBox > div {
    flex: 1;
    margin-right: 15px;
}

.quarterBox > div:last-child {
    margin-right: 0;
}

.quarterBox .imgBox {
    margin-bottom: 15px;
    height: 170px;
}

/*标题*/
.titleHead {
    overflow: hidden;
}

.titleHead h5 {
    float: left;
    /*font-weight: normal;*/
    font-size: 20px;
    line-height: 77px;
    color: #111111;
}

.titleHead a {
    line-height: 77px;
    float: right;
}

.btnListBox {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.btnListBox span {
    font-size: 18px;
    display: inline-block;
    margin: 0 18px;
    color: #666666;
    cursor: pointer;
    transition: 0.2s;
    padding-bottom: 10px;
}

.btnListBox span.active {
    color: #333333;
    font-weight: bold;
    border-bottom: 3px solid #C00000;
}

/*最新推荐热门*/
.hotBox {
    overflow: hidden;
}

.hotBox .imgBox {
    width: 288px;
    height: 190px;
    margin-bottom: 15px;
    margin-right: 15px;
    float: left;
}

.hotBox .imgBox:nth-child(4n) {
    margin-right: 0;
}

/*摄影师专栏*/
.cameraHead {
    overflow: hidden;
    padding: 15px 0;
}

.cameraHead i {
    color: #C00000;
    font-weight: bold;
    float: left;
    display: block;
    font-size: 28px;
    margin-right: 10px;
}

.cameraHead h4 {
    float: left;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #333333;
    line-height: 28px;
}

.cameraHead a {
    float: right;
    font-size: 15px;
    display: block;
    color: #3e3d3d;
    line-height: 28px;
    letter-spacing: 1px;
}

.cameramanRows ul {
    overflow: hidden;
    margin-bottom: 50px;
}

.cameramanRows ul li {
    width: 136.8px;
    height: 180px;
    border-radius: 10px;
    background: #FFFFFF;
    float: left;
    margin-right: 15px;
    box-sizing: border-box;
}

.cameramanRows ul li:last-child {
    margin-right: 0;
}

.cameramanRows ul li a {
    display: block;
}

.cameramanRows ul li a img {
    width: 118px;
    height: 118px;
    margin: 10px;
    border-radius: 50%;
    object-fit: cover;
}

.cameramanRows ul li a p {
    text-align: center;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

/*加载更多按钮*/
.moreBtn {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 47px;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: 1px;
    color: #C00000;
    text-align: center;
    line-height: 47px;
    border: 1px solid #C00000;
}

.moreBtn:hover {
    background: #C00000;
    color: #fff;
}

