body {
    background-color: #f6f6f6;
    min-width: 1300px;
}

/* 爱番番 */
#newBridge .icon-right-bottom {
    right: 0px !important;
    bottom: initial !important;
    top: calc(40% + 62px) !important;
    left: initial !important;
}

#newBridge .nb-icon-wrap {
    width: 60px !important;
    height: 44px !important;
}

#newBridge .nb-icon-inner-wrap {
    width: 60px !important;
    height: 44px !important;
}


/* banner */
#banner {
    width: 100%;
    max-width: 1760px;
    margin: 105px auto 0;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    position: relative;
    /* display: none; */
}

#banner img {
    width: 100%;
}

#banner .title {
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

#banner .info {
    width: 740px;
    line-height: 30px;
    position: relative;
    z-index: 1;
}


#banner.screen .title {
    margin: 0 auto;
    color: #00f6f5;
    text-align: center;
}

#banner.screen .info {
    margin: 22px auto 0;
    color: #00f6f5;
}


#banner.report .title {
    margin-left: 42px;
    color: #333;
}

#banner.report .info {
    /* margin-left: 42px;
    margin-top: 22px;
    color: #636363; */

    position: absolute;
    color: #fff;
    margin: 0;
    width: calc(100% - 0.46rem);
    top: 40vw;
    left: 0.23rem;
}

#banner .info{
    position: absolute;
    color: #fff;
    margin: 0;
    width: calc(100% - 0.46rem);
    top: 42vw;
    left: 0.23rem;
}

/* 面包屑 */
#breadcrumb {
    height: 14px;
    font-size: 14px;
    line-height: 1;
    color: #878787;
    margin: 34px 0 24px;
}

#breadcrumb .pos {
    width: 40px;
    display: inline-block;
}

#breadcrumb .line {
    margin: 0 4px;
}

#breadcrumb a {
    color: #666;
}

#breadcrumb a:hover {
    font-weight: bold;
}



main {
    width: 100%;
    padding-top: 0.7rem;
    position: relative;
    margin: 0 auto;
    background: #f6f6f6;
}


.bottomBox {
    width: 100%;
    margin: 20px auto 0;
    background:#f6f6f6;
}

.bottomBox .typeBox3.noborder {
    border-bottom: none;
}

.bottomBox .typeBox3,
.bottomBox .typeBox4 {
    width: 100%;
    height: auto;
    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;
}

.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 .select2 {
    margin-right: 25px;
}

.bottomBox .selectBox .select3 {
    margin-right: 25px;
}

.bottomBox .section {
    width: calc(100% - 0.46rem);
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    /* padding-bottom:0.8rem; */
}


.bottomBox .section .title {
    font-size: 0.24rem;
    line-height: 0.24rem;
    font-weight: bold;
    margin: 0.6rem 0 0.2rem 0;
    text-align: left;
    color: #000;
}

.bottomBox .pagination {
    margin-top: 60px;
    height: 40px;
    width: 100%;
    position: relative;
}

.bottomBox .listBox {
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

.bottomBox .listBox .listItem {
    width: 100%;
    height: auto;
    padding: 0.1rem 0.1rem 0.15rem 0.1rem;
    background-color: #fff;
    float: left;
    margin-left: 0;
    margin-bottom: 0.23rem;
    position: relative;
    border-radius: 2px 2px 0 0;
    overflow: hidden;
    transition: all .3s;
    background: #FFFFFF;
    border-radius: 3px;
}

.bottomBox .listBox .listItem:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}

.bottomBox .listBox .listItem1:nth-child(4n+1) {
    margin-left: 0;
}

.bottomBox .listBox .listItem2:nth-child(5n+1) {
    margin-left: 0;
}

.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;
    overflow: hidden;
    position: relative;
}

.bottomBox .listBox .listItem .imgBox img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
    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 .btn:hover {
    background-color: #fc4530;
}

.bottomBox .listBox .listItem .mask .createButton,
.bottomBox .listBox .listItem .mask .buyButton {
    margin-left: 10px;
}

.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;
    display:none;
}

.bottomBox .listBox .listItem .mask .collectButton:hover,
.bottomBox .listBox .listItem .mask .collectButton.active {
    background-color: #FC4832;
}

.bottomBox .listBox .listItem .mask .createButton:hover {
    background-color: #FC4832;
}

.bottomBox .listBox .listItem .contentBox {
    position: relative;
}


.bottomBox .listBox .listItem .contentBox .itemTitle {
    width: 80%;
    font-size: 0.15rem;
    line-height: 0.15rem;
    margin-top: 0.15rem;
    height: 0.2rem;
    color: #000;
    font-weight: 550;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomBox .listBox .listItem .contentBox .description {
    margin-top: 0.05rem;
    font-size: 0.12rem;
    line-height: 0.14rem;
    color: #666;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bottomBox .listBox .listItem .contentBox .price {
    font-size: 0.15rem;
    line-height: 0.15rem;
    color: #fc4530;
    position: absolute;
    right: 0;
    top: 0;
}

.bottomBox .listBox .listItem .contentBox .resolving {
    margin-top: 0.2rem;
    font-size: 0.12rem;
    line-height: 0.12rem;
    color: #999999;
}

.bottomBox .listBox .listItem .contentBox .watchingRight {
    float: right;
    color: #999;
    margin-top: -16px;
    font-size: 0.12rem;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchContent {
    float: left;
}

.bottomBox .listBox .listItem .contentBox .watchingRight .watchingCount {
    float: left;
    margin-left: 5px;
}


.bottomBox .listBox.listBoxAll-report .listItem .imgBox {
    height: fit-content;
    background: #000;
}

.bottomBox .listBox .listItem:hover .label {
    display: none !important;
}

.bottomBox .listBox .listItem:hover .mask {
    /* display: flex; */
    opacity: 1;
}


/* 全部模版页查看更多 */
.bottomBox .more {
    width: 0.8rem;
    height: 0.2rem;
    display: block;
    overflow: hidden;
    color: #e94829;
    line-height: 0.2rem;
    position: absolute;
    right: -8px;
    top: 0.06rem;
    cursor: pointer;
}

.bottomBox .more>div {
    float: left;
}

.bottomBox .more .line {
    width: 0px;
    height: 2px;
    background-color: #e94829;
    margin-left: 10px;
    margin-top: 9px;
    transition: width 0.3s;
}

.bottomBox .more .icon {
    transform: rotate(-135deg);
    width: 9px;
    height: 9px;
    background: linear-gradient(45deg, #e94829, #e94829 50%, transparent 50%, transparent 100%);
    margin-left: -5px;
    margin-top: 5px;
}

.bottomBox .more:hover .line {
    width: 30px;
}

.bottomBox .btn {
    width: 1.65rem;
    height: 0.35rem;
    display: block;
    border-radius: 0.175rem;
    font-size: 0.13rem;
    line-height: 0.35rem;
    color: #fff;
    margin: 0 auto;
    margin-top: 0.22rem;
    background-color: #e94829;
    text-align: center;
    cursor: pointer;

}


#bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.bottomBox .listBox.listBoxAll-screen .imgBox {
    background-color: #202020;
}


/*------------------报告模版------------------*/
.bottomBox .listBox .listItem-report {
    width: 274px;
    margin-left: 0;
    position: absolute;
}

.bottomBox .listBox .listItem-report .imgBox {
    height: calc(100% - 110px);
}

.bottomBox .listBox.listBoxAll-report .imgBox img {
    height: auto;
}

.bottomBox .listBox .listItem-report .contentBox .itemTitle {
    width: 75%;
    font-family: Source Han Sans CN;
font-weight: 400;
font-size: 0.12rem;
color: #000000;
}

/* 更多 */
.bottomBox .productMore {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    color: #e94829;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
}

.bottomBox .productMore .text {
    color: #e94829;
    display: inline-block;
    margin-right: 18px;
}

/* 二维码 */
.shareErma {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 0.4rem;
    text-align: center;
}

.shareErma .title {
    line-height: 0.32rem;
    color: #586276;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 0.14rem;
    color: #293745;
    width: calc(100% - 0.38rem);
}

.shareErma .shareErma_imgDiv {
    width: 100%;
    display: flex;
    justify-content: center;
}

.shareErma .imgSon {
    width: 200px;
    text-align: center;
  
}


.shareErma .imgSon .son_tit {
    color: #293745;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 0.18rem;
    margin-bottom: 0.16rem;
}

.shareErma .imgSon img {
    width: 1.06rem;
    height: 1.06rem;
    display: block;
    margin: 0 auto;
}

.shareErma .imgSon .son_p {
    font-family: Source Han Sans CN;
    font-weight: 600;
    font-size: 0.14rem;
    color: #E94829;
    margin-top:0.15rem;
}


#custom {
    width: 100%;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    /* height: 0.4rem; */
    padding-left: 0.23rem;
    padding-right: 0.23rem;
    height: auto;
    padding-bottom:0.8rem;
}

#custom .title {
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 0.25rem;
    color: #293745;
    margin-bottom:0.3rem;
    
}

#custom .btn {
    width: 2.05rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}


.modleFootUp {
    margin: 0.7rem auto 0.6rem;
}

.footerStyle {
    height: auto;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0.3rem 0;
}

.footerStyle .footerTitle {
    font-size: 0.18rem;
    margin-bottom: 0.17rem;
}

.footerStyle .btn {
    display: inline-block;
    margin: 0;
    margin-left: 0px;
}

/* modleFoot */
.modleFoot {
    padding-bottom: 0.5rem;
}

.modleFoot {
    background: #e94829;
    text-align: center;
}

.modleFoot h1 {
    color: #FFFFFF;
}

.modleFoot h3 {
    color: #FFFFFF;
}

.modleFoot h4 {
    color: #FFFFFF;
}

.modleFoot .btn_div {
    width: 100%;
    cursor: pointer;
}

.modleFoot .btn_div .divb {
    display: inline-block;
    position: relative;
}

.modleFoot .modle_con h1 {
    font-size: 0.22rem;
    padding-top: 0.5rem;
}

.modleFoot .modle_con {
    padding-left: 0px;
    text-align: center;
}

.modleFoot h1 span {
    display: none;
}

.modleFoot h3 {
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
}

.modleFoot h4 {
    font-size: 0.2rem;
    margin-bottom: 0.35rem;
}

.modleFoot .btn_div p {
    margin-top: 0.1rem;
    font-size: 0.12rem;
    white-space: nowrap;
}

.modleFoot .btn_div p.trans{
    white-space: nowrap;
}
.modleFoot .btn_div .divb {
    width: 0.6rem;
    margin-right: 0.2rem;
}

.modleFoot .btn_div a:last-child .divb {
    margin-right: 0rem;
}

.modleFoot .ico_img {
    line-height: 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 0.55rem;
}

.modleFoot .ico_img .iconfont {
    font-size: 0.22rem;
}

/* 新添加页面公共end */

.modleFoot .modle_con {
    width: 100%;
}