@font-face {
    font-family: 'AlibabaPuHuiTi';
    /* 你定义的字体名称 */
    src: url('../font/AlibabaSans-Regular.woff2') format('woff2'),
        /* 推荐使用woff2格式，因为它有更好的压缩效果 */
        url('../font/AlibabaSans-Regular.woff') format('woff'),
        /* 备用woff格式 */
        url('../font/AlibabaSans-Regular.ttf') format('truetype');
    /* 备用ttf格式 */
    font-weight: normal;
    font-style: normal;
}

:root {
    --mainColor: #0478FC;
    --complementaryColors: #1D71E3;
}


html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "AlibabaPuHuiTi", "思源黑体", "Source Han Sans CN";
    background: #fff;
    /* min-width: 1200px; */
}

ul,
li,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
b,
em,
i,
span,
input {
    display: inline-block;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
em,
i,
a,
span {
    font-weight: normal;
    font-style: normal;
    vertical-align: middle;
}

button,
input,
select {
    outline: none;
    border: 0;
}

a {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.banner {
    width: 100%;
    height: 360px;
    /* background: url(../images/introduce_banner.png) center center no-repeat; */
    background-size: cover !important;
}

.content-contain {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.content-contain>p {
    font-size: 50px;
    /* text-align: center; */
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    padding-top: 65px;
    padding-left: 120px;
}

.content-contain>span {
    display: inline-block;
    /* width: 100%; */
    font-size: 28px;
    /* text-align: center; */
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 23px;
    margin-left: 120px;
}

.content-contain>.bannerLine {
    background: #fff;
    width: 60px;
    height: 5px;
    margin: 33px 0 0 120px;
}

.content-contain>.bannerInfo {
    font-size: 20px;
    line-height: 100%;
    padding: 29px 0 0 120px;
}

.user-info {
    position: absolute;
    top: 30px;
    right: 0;
}

.user-info>.head-portrait {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 13px;
    border-radius: 50%;
}

.user-info>.head-portrait>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user-info>span {
    width: 72px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 50px;
    cursor: pointer;
}

.user-info>span:first-of-type {
    margin-right: 33px;
    white-space: nowrap;
    /*强制span不换行*/
    overflow: hidden;
    /*超出宽度部分隐藏*/
    text-overflow: ellipsis;
    /*超出部分以点号代替*/
}


/*标题*/

.valuation-title {
    width: 1200px;
    height: 104px;
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 50px;
    background: #fff;
}

.title-item {
    float: left;
    width: 600px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.valuation-title .title-item {
    line-height: 90px;
    background: #fff;
}

.valuation-title .title-item.active {
    background: var(--mainColor);
    color: #fff;
}

.valuation-title .title-item.active::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid var(--mainColor);
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.valuation-title .title-item:not(.active) {
    box-shadow: 0px 4px 30px 0px rgba(0, 92, 216, 0.1);
}


/* 天府 */

.tianfucontent {
    /* width: 1280px; */
    background: #fff;
    margin: 0.5625em auto 0;
}

.tianfutitle span {
    /* width: 1280px; */
    margin: 0 auto;
    display: block;
}

.tianfucontent .title-item {
    width: 50%;
}

.tianfutitle {
    margin: 0 auto;
}

@media screen and (min-width: 1280px) {
    .tianfutitle {
        width: 100%;
        margin: 0 auto;
        background: #f5f5f6;
        padding: 1.25em 0px;
        font-size: 14px;
    }

    .tianfutitle span {
        width: 1280px;
        margin: 0 auto;
        display: block;
    }

    .tianfucontent {
        width: 1280px;
        background: #fff;
        margin: 0 auto;
        margin-top: 0.5625em;
        padding-bottom: 112px;
        padding-top: 43px;
    }

    .tianfucontent div.valuation-item-active {
        width: 320px;
        left: -56px;
    }

    .tianfucontent .go-valution-container ul li:nth-child(4n) {
        margin-right: 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    body {
        overflow-x: hidden;
    }

    .tianfutitle {
        width: 100%;
        margin: 0 auto;
        background: #f5f5f6;
        padding: 1.25em 0px;
        font-size: 14px;
    }

    .tianfutitle span {
        width: 90%;
        margin-left: 5%;
    }

    .tianfucontent {
        width: 90%;
        background: #fff;
        margin: 0 auto;
        margin-top: 0.5625em;
        padding-bottom: 112px;
        padding-top: 43px;
    }

    .tianfucontent .threeValuation {
        width: 90%;
    }

    .tianfucontent .go-valution-container ul {
        padding: 0;
    }

    .tianfucontent div.valuation-item-active {
        width: 284px;
        left: -31px;
    }

    .tianfucontent .go-valution-container ul li {
        width: 22%;
        margin-right: 11%;
    }

    .tianfucontent .title-item.go-valution {
        height: 90px;
    }

    .tianfucontent #valuation-lists {
        width: 90%;
    }

    .tianfucontent #valuation-lists ul {
        width: 100%;
    }

    .tianfucontent #valuation-lists ul li .operate>span {
        width: 74px;
    }

    .tianfucontent .go-valution-container ul li:nth-child(3n) {
        margin-right: 0;
    }

    .tianfucontent .go-valution-container ul li:nth-child(4n) {
        margin-right: 11%;
    }

    .tianfucontent .go-valution-container ul li:nth-child(1),
    .tianfucontent .go-valution-container ul li:nth-child(4),
    .tianfucontent .go-valution-container ul li:nth-child(7) {
        margin-left: 7%;
    }

    .tianfucontent .go-valution-container ul li:nth-child(5),
    .tianfucontent .go-valution-container ul li:nth-child(9) {
        margin-left: 0;
    }
}

@media screen and (min-width:320px) and (max-width:765px) {
    .tianfucontent {
        /* width: 93%; */
        margin: 0 auto;
        background: #fff;
    }

    .tianfucontent #valuation-lists {
        width: 100%;
        overflow-x: auto;
    }

    /* 滚动条样式 */
    .tianfucontent #valuation-lists::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .tianfucontent #valuation-lists::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: rgba(0, 0, 0, 0.2);
    }

    .tianfucontent #valuation-lists::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    .content-contain {
        width: 100%;
    }
}

.tianfucontent {
    background: #fff;
}

.tianfucontent div.valuation-item>div {
    width: 133px;
    height: 133px;
    margin: 88px auto 0;
}

.tianfucontent div.valuation-item>div>div {
    width: 133px;
    height: 133px;
}

.tianfucontent div.valuation-item>div>div>img {
    width: 39px;
    height: 39px;
    margin: 30px auto 14px;
}

.tianfucontent div.valuation-item>div>div>span {
    font-size: 16px;
}

.tianfucontent .go-valution-container ul li div.valuation-item {
    box-shadow: 0px 0px 18px rgb(199, 223, 255, .5);
}

.tianfuBanner {
    height: 350px;
    background: url(../image/tianfu.png);
}

@media screen and (min-width:320px) and (max-width:765px) {
    body {
        height: 4500px;
    }

    .tianfutitle>span {
        margin-left: 5%;
    }

    .tianfuBanner {
        /* margin-top: -8rem; */
        height: 19rem;
        background: url(../image/tianfu2.png);
    }

    .tianfuBanner .content-contain>p {
        font-size: 2rem;
        /* padding-top: 96px; */
    }

    .tianfuBanner .content-contain>span {
        font-size: 1.5rem;
        margin-top: 1rem;
    }

    .tianfuBanner .user-info {
        top: 1rem !important;
    }

    .select-valuation-year {
        width: 87%;
    }

    .years-info .selectedNo::after,
    .years-info .selectedYes::after {
        width: 118px;
    }

    .box .upFileContainer,
    .select-company {
        width: 93%;
    }
}


/*估值报告:头*/

.report-header-container {
    width: 100%;
    height: 94px;
    color: #464646;
    box-shadow: 0 0 4px 2px #909090;
    background: #fff;
}

.report-nav {
    width: 1160px;
    margin: 0 auto;
    height: 94px;
}

.report-nav .logo {
    width: 294px;
    height: 85px;
    margin-top: 4px;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.report-nav .logo.cn {
    background: url(../image/logo-other.png);
}

.user-info-container {
    float: right;
    /*height: 94px;*/
    width: 300px;
    color: #3b3b3b;
}

.language {
    width: 280px;
    height: 40px;
    float: right;
}

.language span {
    display: block;
    float: right;
    font-size: 14px;
    width: 60px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    margin-left: 24px;
    cursor: pointer;
}

.user-login {
    float: right;
    height: 34px;
}

.user-login .user {
    float: right;
    width: 300px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.user-login .user a.logout {
    float: right;
    display: block;
    text-align: right;
    width: 50px;
    height: 34px;
    margin-left: 22px;
    color: #3b3b3b;
    cursor: pointer;
}

.user-login .user .user-name {
    float: right;
}

.user-login .user.active .user-name span {
    color: #F5674B;
    font-weight: bold;
    cursor: pointer;
}


/* 打印/导出PDF*/

.tools {
    width: 1160px;
    height: 60px;
    margin: 0 auto;
    padding-top: 10px;
    box-sizing: border-box;
}

.tools button {
    float: right;
    width: 120px;
    padding: 8px;
    border: 1px #aaa solid;
    border-radius: 4px;
    outline: none;
    font-size: 16px;
    transition: background-color 0.3s;
    background: #B1781E;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.report-container {
    width: 100%;
}

#report-page {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}

#report-page .page {
    width: 100%;
    height: 1754px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}


/* 第一页*/

.page-one h3#pagesOne_name {
    margin: 410px auto 0;
    width: 80%;
    height: auto;
    font-size: 36px;
    text-align: center;
    color: #DD7335;
}

.page .page-title {
    margin: 40px 0 0 40px;
}

.page .page-title>p {
    font-size: 24px;
    color: #0D0D0D;
    line-height: 1;
}

.page-one>p.cover-time {
    margin-top: 395px;
    text-align: center;
    font-size: 30px;
    line-height: 1;
}


/* 盖章页 */

.stamp {
    width: 68%;
    line-height: 41px;
    margin: 10% auto;
    font-size: 18px;
    font-weight: 400;
    text-indent: 2em;
    margin-top: 31%;
    text-align: justify;
    color: #050407;
}

.detail_result {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 54px;
    overflow: hidden;
}

.detail_result>h4 {
    float: left;
    height: 80px;
    margin-top: 6px;
    border-top: 3px solid #4393FF;
    border-bottom: 3px solid #4393FF;
    font-size: 38px;
    color: #4393FF;
    line-height: 80px;
    padding: 0 34px;
    font-weight: bold;
}

.stamptime {
    width: 68%;
    margin: 10% auto;
    font-size: 20px;
    text-align: right;
    line-height: 39px;
    margin-top: 29%;
}

.stamptime>p {
    font-size: 22px;
    margin-top: 29px;
    line-height: normal;
}


/* 报告编号 */

.reportNumber {
    position: absolute;
    top: 6.5%;
    right: 45px;
    font-size: 18px;
}

.tools>div {
    float: right;
    margin-right: 20px;
    font-size: 16px;
}

.pageNum {
    width: 57px;
    position: absolute;
    color: #000;
    line-height: 100%;
    font-size: 22px;
    left: 50%;
    margin-left: -27px;
    bottom: 37px;
}

.pageNum p {
    color: #0478fc;
    display: inline;
    margin: 0 5px 0 0;
    font-size: 20px;
}

@media screen and (max-width:1126px) {
    .valuation-title {
        width: 100%;
    }

    .valuation-title .title-item {
        width: 50%;
    }

    .valuation-title .title-item.active {
        background: url(../image/valuation_title_bg.png)no-repeat center center;
        background-size: cover;
    }
}

.statement-main div {
    margin: 30px 0 0 118px;
    overflow: hidden;
}

.statement-main div img {
    float: left;
    width: 138px;
    height: 138px;
    margin: 0 36px 20px 0;
}

.statement-main div ul {
    margin: 4px 0 0 0;
}

.statement-main div ul li {
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    line-height: 30px;
}

.statement-main div ul li span {
    width: 72px;
    text-indent: 0;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
}