body{
    background-color: #f6f6f6;
}

main {
    width: 100%;
    max-width: 1760px;
    padding-top: 50px;
    position: relative;
    margin: 0 auto;
}

.bottomBox {
    width: 100%;
    max-width: 1760px;
    /* height: 1530px; */
    margin: 0 auto;
}
.bottomBox .typeBox3.noborder{
    border-bottom: none;
}
.bottomBox .typeBox3,
.bottomBox .typeBox4 {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
}

.bottomBox .typeBox4{
    display: none;
    margin-top: 0;
}

.bottomBox .typeBox3 .topTitle,
.bottomBox .typeBox4 .topTitle {
    height: 60px;
    line-height: 60px;
    float: left;
}
.bottomBox .typeBox3 .content,
.bottomBox .typeBox4 .content{
    flex: 1;
    padding-top: 14px;
}
.bottomBox .typeBox3 .typeItem,
.bottomBox .typeBox4 .typeItem2 {
    height: 33px;
    line-height: 33px;
    color: #666666;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
    cursor: pointer;
    margin-left: 12px;
}

.bottomBox .typeBox3 .typeItem:hover,
.bottomBox .typeBox4 .typeItem2:hover,
.bottomBox .typeBox3 .typeItem.focus,
.bottomBox .typeBox4 .typeItem2.focus {
    color: #fff;
    background-color: #fc4530;
}
.bottomBox .selectBox {
    width: 100%;
    padding-top: 30px;
    height: 32px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    position: relative;
    z-index: 8;
}

.bottomBox .selectBox select {
    width: 100px;
    height: 30px;
    padding-left: 11px;
    padding-right: 13px;
    float: right;
    position: relative;
    background: none;
}
.bottomBox .selectBox select:focus{
    outline: none;
}
.bottomBox .selectBox .select {
    width: 100px;
    height: 30px;
    padding-left: 11px;
    padding-right: 13px;
    float: right;
    position: relative;
    background: none;
}
.bottomBox .selectBox .select .select_title{
    height: 30px;
    width: 100%;
    line-height: 30px;
    cursor: pointer;
}
.bottomBox .selectBox .select .select_title::before{
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 8px;
    background: url(../resourcePool/img/jiantou.png) no-repeat;
    background-size: contain;
}
.bottomBox .selectBox .select .select_content{
    display: none;
    position: absolute;
    top: 34px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding: 10px 5px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 9;
}
.bottomBox .selectBox .select .select_content>div{
    width: 100%;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    padding: 0 10px;
    box-sizing: border-box;
}
.bottomBox .selectBox .select .select_content>div:hover{
    background-color: #f5f5f5;
}


.bottomBox .selectBox .select2 {
    margin-right: 25px;
}

.bottomBox .selectBox .select3 {
    margin-right: 25px;
}

.bottomBox .section{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bottomBox .section .title{

}
.bottomBox .section .title{
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 70px 0 36px 0;
    text-align: left;
    color: #000;
}

.bottomBox .pagination {
    margin-top: 60px;
    height: 40px;
    width: 100%;
    position: relative;
}
.bottomBox .listBox {
    width: 100%;
    position: relative;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.bottomBox .listBox .listItem {
    width: 336px;
    height: 306px;
    background-color: #fff;
    margin-left: 18px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    transition: all .3s;
}
.bottomBox .listBox .listItem:hover{
    transform: translateY(-5px);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}
.bottomBox .listBox .label{
    width: 94px;
    height: 94px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    z-index: 2;
}
.bottomBox .listBox .label .content{
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #ff7474, #e94829);
}
.bottomBox .listBox .label1 .content{
    background: linear-gradient(to right, #ffb86c, #f98100);
}


.bottomBox .listBox .listItem .imgBox {
	width: 100%;
	height: 189px;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
	position: relative;
}
.bottomBox.screen .listBox .listItem .imgBox{
    background-color: #202020;
}

.bottomBox .listBox .listItem .imgBox img{
    width: 100%;
    height: 100%;
	object-fit: contain;
    box-sizing: border-box;
    box-shadow: 0 0 6px 0 rgba(134,141,141,.3);

}


.bottomBox .listBox .listItem .mask {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 2;
    background-color: rgba(0,0,0,.7);
    color: #FFFFFF;
	justify-content: center;
	align-items: center;
    opacity: 0;
    transition: all .3s;
}
.bottomBox .listBox .listItem .mask .btn{
	width: 110px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
    transition: all .3s;
}
.bottomBox .listBox .listItem .mask .createButton,
.bottomBox .listBox .listItem .mask .buyButton{
    margin-left: 10px;
}
.bottomBox .listBox .listItem .mask .btn:hover{
    background-color: #fc4530;
}

.bottomBox .listBox .listItem .mask .collectButton{
    width: 32px;
    height: 32px;
    background-color: rgba(39, 39, 39, 0.7);
    cursor: pointer;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    border-radius: 12px;
    color: #B6B7B7;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all .3s;
}

.bottomBox .listBox .listItem .mask .collectButton:hover,
.bottomBox .listBox .listItem .mask .collectButton.active{
    background-color: #FC4832;
}

.bottomBox .listBox .listItem .contentBox {
    width: 100%;
    height: 100px;
    padding-left: 18px;
    padding-right: 18px;
    margin-top: 14px;
    box-sizing: border-box;
    position: relative;
}


.bottomBox .listBox .listItem .contentBox .itemTitle {
    width: 270px;
    font-size: 16px;
    line-height: 16px;
    height: 20px;
    color: #000;
    font-weight: 550;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bottomBox .listBox .listItem .contentBox .description {
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    height: 20px;
    color: #666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bottomBox .listBox .listItem .contentBox .price {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    color: #fc4530;
    position: absolute;
    right: 14px;
    top: 0;
}

.bottomBox .listBox .listItem .contentBox .resolving {
    margin-top: 21px;
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}

.bottomBox .listBox .listItem .contentBox .watchingRight {
    float: right;
    color: #999;
    margin-top: -16px;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchContent {
    float: left;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchingCount {
    float: left;
    margin-left: 5px;
}
.bottomBox .listBox.listBoxAll-report .listItem{
    height: 578px;
}
.bottomBox .listBox.listBoxAll-report .listItem .imgBox{
    width: 100%;
    height: 457px;
    border-radius: 2px;
    overflow: hidden;
    padding-bottom: 0;
}
.bottomBox .listBox.listBoxAll-report .listItem .imgBox img{
    width: 100%;
    /*height: 447px;*/
}
.bottomBox .listBox.listBoxAll-report .listItem .mask{
    width: 308px;
    height: 447px;
    position: absolute;
    left: 14px;
    top: 10px;
    border-radius: 2px;
    overflow: hidden;
}
.bottomBox .listBox.listBoxAll-report .listItem .mask .previewButton,
.bottomBox .listBox.listBoxAll-report .listItem .mask .createButton,
.bottomBox .listBox.listBoxAll-report .listItem .mask .buyButton{
    margin-top: 208px;
}

.bottomBox .listBox .listItem:hover .label{
    display: none !important;
}
.bottomBox .listBox .listItem:hover .mask{
    opacity: 1;
}

#bottom{
    width: 100%;
    height: 500px;
    overflow: hidden;
}



/*------------------报告模版------------------*/
.bottomBox .listBox .listItem-report{
    width: 264px;
    margin-left: 0;
    position: absolute;
}
.bottomBox .listBox .listItem-report .imgBox{
    height: calc(100% - 110px);
}
.bottomBox .listBox .listItem-report .imgBox img{
    width: 100%;
    height: auto;
    position: inherit;
}
.bottomBox .listBox .listItem-report .contentBox .itemTitle{
    width: 200px;
}
/* 更多 */
.bottomBox .viewMore{
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #e94829;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}
.bottomBox .viewMore .text{
    color: #e94829;
    display: inline-block;
    margin-right: 18px;
}

.hidden{
    opacity: 0;
}
/* 定制 */
.custom{
    width: 100%;
    height: 284px;
    background-color: #fff;
    padding-top: 80px;
    box-sizing: border-box;
}
.custom .title{
    font-size: 44px;
    line-height: 44px;
    color: #161616;
    text-align: center;
    margin-bottom: 50px;
}
.custom .btn{
    width: 192px;
    height: 54px;
    font-size: 20px;
    border-radius: 27px;
    background-color: #e94829;
    color: #fff;
    line-height: 54px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

@media(max-width: 1900px){
    #banner{ width: 1400px;}
    main{ width: 1400px;}

    .bottomBox .listBox .listItem2:nth-child(4n+1) {
        margin-left: 0;
    }
    .bottomBox .listBox.report{
        width: 1400px;
        margin: auto;
    }
}
@media(min-width: 1900px){
    .bottomBox .listBox .listItem2:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* 适配笔记本 */
@media (max-width: 1500px) {
    #banner{ width: 1300px;}
    main{
        width: 1300px;
    }
    .bottomBox .listBox.report{
        width: 1300px;
        margin: auto;
    }
    .bottomBox .listBox .listItem{
        width: 311px;
        height: 292px;
    }
    .bottomBox:not(.report) .listBox .listItem .imgBox{
        height: 174px;
    }

    .bottomBox .listBox.listBoxAll-report .listItem{
        height: 571px;
    }
    .bottomBox .listBox.listBoxAll-report .listItem .imgBox{
        height: 450px;
    }
    .bottomBox .listBox .listItem-report .contentBox .itemTitle{
        width: 180px;
    }
}