@font-face {
    font-family: 'AlibabaPuHuiTi';
    /* 你定义的字体名称 */
    src: url('fonts/AlibabaSans-Regular.woff2') format('woff2'),
        /* 推荐使用woff2格式，因为它有更好的压缩效果 */
        url('fonts/AlibabaSans-Regular.woff') format('woff'),
        /* 备用woff格式 */
        url('fonts/AlibabaSans-Regular.ttf') format('truetype');
    /* 备用ttf格式 */
    font-weight: normal;
    font-style: normal;
}

:root {
    --mainColor: #1459F4;
    --complementaryColors: #004de1;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "AlibabaPuHuiTi", "思源黑体", "Source Han Sans CN";
    min-width: 1200px !important;
    -webkit-tap-highlight-color: transparent;
    /* -webkit-user-select: none; */
    /* Safari */
    /* -moz-user-select: none; */
    /* Firefox */
    /* -ms-user-select: none; */
    /* IE10+/Edge */
    /* user-select: none; */
    /* Standard syntax */
}

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;
    font-family: "AlibabaPuHuiTi", "思源黑体", "Source Han Sans CN";
}

a {
    cursor: pointer;
    text-decoration: none !important;
}


/* 解决回填后带背景色问题 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out background-color 99999s ease-out;
}


/* 谷歌 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


/* 火狐 */

input {
    -moz-appearance: textfield;
}


/* 设置按钮背景色 */

.buttonFill {
    background: var(--mainColor) !important;
    color: #fff;
    cursor: pointer;
}

.buttonFill:hover {
    background: var(--complementaryColors) !important;
}


/* 设置背景透明有边框 */

.buttonBorderTransparency {
    border: 1px solid var(--mainColor);
    color: var(--mainColor);
    background: transparent;
    cursor: pointer;
}

.buttonBorderTransparency:hover {
    background: var(--mainColor);
    color: #fff;
}

.page-main {
    width: 1200px;
    margin: 0 auto;
}

.hide {
    display: none !important;
}

/* 会员广告 */
#memberAdvertising {
    width: 100%;
    height: 60px;
    background: url(../img/member/advertising.jpg) center center no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}

#memberAdvertising a {
    display: block;
    width: 100%;
    height: 100%;
}

#memberAdvertising img {
    width: 24px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    cursor: pointer;
}

/*导航栏二*/

header.back-white {
    background: rgba(20, 89, 244, 0.06);
    border: none;
    position: absolute
}

.back-f1 {
    /* background: #02428B; */
    background: #F5F7FA;
    color: #fff;
}

header {
    height: 72px;
    width: 100%;
    min-width: 1200px;
    background: #F5F7FA;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.headerActive {
    color: #1459F4 !important;
}

footer {
    min-width: 1200px;
    width: 100%;
    background: #F5F7FA;
}

.flow-header-container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.topone>div.logo>a {
    height: 100%;
    width: 100%;
}

.toptwo>div.logo,
.topone>div.logo {
    background: url(../img/logo/flowLogo.png) center center no-repeat;
    width: 190px;
    height: 50px;
    background-size: 100% 100%;
    cursor: pointer;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.toptwo>div.logo>a {
    width: 100%;
    height: 100%;
}

.flow-header-container>div.header-two-right {
    float: right;
    height: 50px;
    line-height: 50px;
    margin: 15px 0;
    display: flex;
}

.header-two-right>span {
    display: inline-block;
    font-size: 14px;
}



.header-two-right .country-img,
.header-one-right .country-img {
    height: 15px;
    width: 24px;
    background: url(../img/login/@2x.svg) top no-repeat;
    background-size: 12px 15px;
}

.header-two-right>a {
    float: right;
    color: #282828;
}

.country-container {
    width: 100px;
    cursor: pointer;
    margin-right: 30px;
}

.country-container .international {
    display: none;
}

.country-select {
    width: 74px;
    max-height: 0;
    background: #F5F7FA;
    position: absolute;
    top: 72px;
    padding: 0 10px;
    color: #282828;
    overflow: hidden;
    box-sizing: content-box;
}

.country-select li {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: content-box;
}

.country-select li:last-child {
    padding-bottom: 10px;
}

.country-select li:hover {
    color: #1459F4;
}

.country-container.open+.country-select {
    max-height: 200px;
    overflow-y: auto;
    z-index: 22;
}


/* 导航栏一*/

.header-one-right {
    float: right;
}

.header-one-right>ul {
    /*overflow: hidden;*/
    line-height: 40px;
}

.header-one-right>ul>li {
    float: left;
    padding: 0 17px;
    font-size: 14px;
    line-height: unset;
    position: relative;
}

.header-one-right>ul>li .active {
    color: #1459F4;
}

.header-one-right>ul>li>i {
    position: absolute;
    width: 16px;
    height: 2px;
    background: #fff;
    top: 70px;
    left: 50%;
    margin-left: -8px;
    display: none;
}

.header-one-right>ul>li a,
.header-one-right>ul>li span {
    color: #282828;
}

.header-one-right>ul>li a.my-valu-log>img {
    margin: 10px 5px 10px 0;
    float: left;
}

.header-one-right>ul>li .index-reg>a,
.header-one-right>ul>li .index-reg>span {
    color: #1459F4;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.header-one-right>ul>li .country-select span,
.header-one-right>ul>li .account-sel a {
    color: #333;
}

.index-reg {
    color: #1459F4;
    font-size: 0;
    height: 30px;
    border: 1px solid #1459F4;
    margin-top: 5px;
    line-height: 27px;
}

.index-my {
    cursor: pointer;
    padding-bottom: 10px;
    position: relative;
}

.index-my>span:first-of-type {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/index4.0/headPortrait.png) center center no-repeat;
    background-size: contain;
}

.index-my>span:last-of-type {
    width: 11px;
    height: 6px;
    background: url(../img/login/@2x.svg) top no-repeat;
    background-size: 11px 6px;
    display: block;
    transform: rotate(180deg);
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -4px;
}

.index-reg>a {
    margin: 0 8px;
}

.account-sel {
    width: 380px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(86, 136, 205, 0.23);
    border-radius: 14px;
    border: 1px solid #C9DAFF;
    /* display: block !important; */
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 999;
}

.flowUser img {
    width: 50px;
    vertical-align: middle;
    margin-right: 11px;
}

.flowUser span {
    font-size: 18px;
    font-weight: bold;
}

.productMembership {
    margin: 20px 0;
}

.productMembership li {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.productMembership li:not(:last-child) {
    margin-bottom: 6px;
}

.productMembership li>img {
    width: 38px;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.productMembership li .notOpen {
    width: 96px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(90deg, #FFE4AD 0%, #FFCF88 100%);
    border-radius: 16px;
    text-align: center;
    color: #9A581D;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.productMembership li .notOpen:hover {
    background: linear-gradient(90deg, #FFDA6F 0%, #FFC300 100%);
    color: #A44D00;
}

.productMembership li .expireTime p:first-child {
    font-size: 12px;
    color: #858585;
    position: absolute;
    top: 20px;
    right: 20px;
}

.productMembership li div p i {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 8px;
}

.productMembership li div .describe {
    font-size: 14px;
    color: #858585;
}


.productMembership li:nth-child(1) {
    background: linear-gradient(180deg, #93E2FF 0%, #C6F0FF 100%);
}

.productMembership li:nth-child(2) {
    background: linear-gradient(180deg, #B8CEFF 0%, #DAE5FF 100%);
}

.productMembership li:nth-child(3) {
    background: linear-gradient(180deg, #B8B8FF 0%, #D9D9FF 100%);
}

.myInfoList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.myInfoList li {
    width: 33%;
    text-align: center;
    cursor: pointer;
}

.myInfoList li:nth-child(-n+3) {
    margin-bottom: 28px;
}

.myInfoList p {
    font-size: 12px;
    color: #4D4948;
    margin-top: 10px;
}

.header-one-right>ul>li:hover .product_sel {
    display: block;
}

.account-sel>ul>li:hover a,
.account-sel>ul>li:hover span,
.header-one-right>ul>li:hover>a,
.header-one-right>ul>li:hover .product_servicefont>span>a,
.header-one-right>ul>li .toca .flowProductName li:hover {
    color: #1459F4;
}

.account-sel>ul>li>span {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-my-container:hover .index-my>span:last-of-type {
    color: #1459F4;
}

.index-my-container:hover .account-sel {
    display: block !important;
}

.header-one-right>ul>li.active>a {
    color: #282828;
}

.header-one-right>ul>li.nav-item:hover .product_servicefont span {
    color: #1459F4;
}

.header-one-right>ul>li.nav-item.active>i {
    display: inline-block;
}

.header-one-right>ul>li.nav-item:hover .product_sel>ul>li>a.leave {
    color: #000;
}

.header-one-right>ul>li:not(.index-my-container) {
    height: 72px;
    line-height: 72px;
}

.header-one-right>ul>.index-my-container {
    margin-top: 20px;
}

.header-one-right>ul>li:not(.nav-item):last-of-type {
    line-height: 1;
}


/* 产品服务 */

.product_sel {
    width: 58px;
    padding-left: 20px;
    padding-right: 17px;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #F5F7FA;
    opacity: 1;
    display: none;
    color: #282828;
    box-sizing: content-box;
    z-index: 999;
}

.header-one-right>ul>li:nth-of-type(10) .product_sel,
.header-one-right>ul>li:nth-of-type(11) .product_sel {
    width: 60px;
}

.product_service:hover span {
    cursor: pointer;
}

.product_service:hover .product_sel {
    display: block !important;
    background: #f5f7fa;
}

.product_service .product_sel>ul>li:hover a {
    color: #1459F4 !important;
}

.product_sel>ul>li {
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    box-sizing: content-box;
}

.product_sel>ul>li:first-child {
    padding-top: 10px;
}

.product_sel>ul>li:last-child {
    padding-bottom: 10px;
}


/* .product_sel:before {
    content: '';
    width: 24px;
    height: 18px;
    background: url(../img/guzhi/triangle@2x.svg) no-repeat;
    display: block;
    margin: 0 auto;
    top: -16px;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    background-size: 100%;
} */


/* 慧学 */

.header-one-right li:nth-of-type(4) .product_sel:before {
    left: 33%;
}


/* 登录*/

.login-main {
    width: 100%;
    height: 100%;
    background: url(../img/login/backgroundImage.jpg) no-repeat center center;
    background-size: cover;
}

.logo-back {
    background: #1C2ECE;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: -1;
}

.login-page {
    width: 448px;
    height: 494px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(212, 231, 254, 0.5);
    position: relative;
}


.login_img {
    width: 711px;
    height: 600px;
    position: absolute;
    top: 197px;
}

.login-logo {
    margin: 20px auto 42px;
    height: 56px;
    width: 216px;
    background: url(../img/login/logo@3x.png) no-repeat;
    background-size: 100% 100%;
}

.login-main-container>p {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
}

.login-main-container>p span {
    cursor: pointer;
}

.login-main-container>p span:first-child {
    margin-right: 30px;
}

.login-main-container>p .switch {
    color: #1459F4;
    font-weight: bold;
}

.login-main-container .login {
    width: 86%;
    margin: 80px auto 0;
    color: #282828;
}

.loginInput {
    width: calc(100% - 23px);
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    display: block;
    padding-left: 23px;
}

.login>input:nth-child(2) {
    margin-top: 40px;
}

.loginBtn {
    width: 86%;
    height: 50px;
    background: #1459F4;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
}

.tang-pass-footerBar {
    width: 300px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.tang-pass-footerBar a {
    color: #1459F4;
    font-size: 12px;
}

.tang-pass-footerBar a.forgetP {
    float: left;
}

.tang-pass-footerBar a.reg {
    float: right;
}


/* 产品导航总类 */

.toca {
    width: 1152px;
    height: 524px;
    line-height: initial;
    padding-right: 80px;
    background: #FFFFFF;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.15), 0px 5px 32px 0px rgba(221, 225, 235, 0.74);
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -576px;
    display: none;
    z-index: 2222;
}

.header-one-right>ul>li:nth-of-type(2):hover .toca {
    display: flex;
}

.toca>img {
    width: 300px;
    height: 524px;
    margin-right: 92px;
}

.flowProductType {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
}

.flowProductName img {
    vertical-align: middle;
    margin-right: 10px;
}

.flowProductName>p {
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 6px;
}

.flowProductName>p>span {
    font-size: 18px;
    font-weight: bold;
    color: #1459F4 !important;
}

.flowProductName ul li {
    font-size: 14px;
    color: #282828;
    padding: 6px 0;
}

.flowProductName ul li:last-child {
    padding-bottom: 0;
}

.flowProductName:nth-of-type(2)>p:nth-of-type(2),
.flowProductName:nth-of-type(3)>p:nth-child(n+2) {
    margin-top: 20px;
    margin-bottom: 6px;
}

.toca .caption {
    font-size: 16px;
    font-weight: 400;
    color: #1459F4;
    line-height: 16px;
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 8px;
    margin-top: 17px;
    margin-bottom: 11px;
}

.header-one-right>ul>li .toca .flowCategoryName li:hover,
.toca>div:first-child ul li.active {
    color: #1459F4;
    border-bottom: 2px solid #1459F4;
}

.toca>div ul li:hover a {
    color: #1459F4;
}


/*登录之后估值导航页   开始*/

.guzhiHeader {
    position: fixed;
    width: 100%;
    min-width: 1200px;
    height: 90px;
    line-height: 90px;
    background: #F1F1F1;
    color: #282828;
    z-index: 100;
}

.guzhiHeader .guzhiHeaderLeft {
    float: left;
    cursor: pointer;
}

.guzhiHeader .guzhiHeaderLeft img {
    margin: 25px 0 0 30px;
    width: 154px;
    height: 39px;
}

.guzhiHeader .guzhiHeaderRight {
    width: 500px;
    float: right;
    font-size: 14px;
}

.guzhiHeader .guzhiHeaderRight label {
    display: inline-block;
    height: 100%;
    cursor: pointer;
}

label.my-valuation {
    margin-left: 15%;
}

.guzhiHeader .guzhiHeaderRight label:last-child {
    margin-left: 15%;
}

.guzhiHeader .guzhiHeaderRight label:last-child div:last-child {
    position: absolute;
    width: 108px;
    top: 90px;
    background: #fff;
    border: 1px solid rgb(236, 198, 65);
    border-top: 0;
    display: none;
}

.account-val>ul>li:hover {
    background: rgb(236, 198, 65);
}

.guzhiHeader .guzhiHeaderRight label:last-child div:first-of-type {
    padding: 0 10px;
}

.guzhiHeader .guzhiHeaderRight label:last-child div:last-child li {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.guzhiHeader .guzhiHeaderRight label:last-child div:last-child li span {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guzhiHeader .guzhiHeaderRight img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}


/*登录之后估值导航页   结束*/


/* 二级子页面banner */

.subpageBanner {
    width: 100%;
    height: 450px;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

.subpageBanner>div {
    width: 1200px;
    margin: 0 auto;
}

.subpageBanner>div p {
    font-size: 41px;
    font-weight: bold;
    color: #282828;
}

.subpageBanner>div p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}


/* 二级子页面banner */


/*估值时左侧导航    开始*/

.guzhiAside {
    width: 100%;
    height: 80px;
    /* margin-top: 60px; */
    border-top: 1px solid #0461FC;
    background: #2B45F4;
    position: relative;
}

.guzhiAside>ul {
    /*margin-top: 1px;*/
    height: 85px;
    overflow: hidden;
    width: 1200px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    bottom: -26px;
    /*box-shadow:0px 6px 15px 0px rgba(0, 0, 0, 0.3);*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 6px -3px;
    z-index: 333;
}

.guzhiAside li {
    height: 74px;
    float: left;
    margin-top: 11px;
}

.guzhiAside li:not(.completion) {
    width: 175px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    background: #0461FC;
    cursor: pointer;
}

.guzhiAside li:not(.completion).liClicks {
    width: 176px;
    border: 0;
    margin-top: 0;
    background: #0077FF;
    height: 85px;
}

.diagnoseAside li:not(.completion) {
    width: 219px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    background: #0461FC;
    cursor: pointer;
}

.diagnoseAside li:not(.completion).liClicks {
    width: 219px;
    border: 0;
    margin-top: 0;
    background: #0077FF;
    height: 85px;
}

.guzhiAside li:not(.completion).liClicks:before {
    content: '';
    border-width: 0px 0 11px 11px;
    border-style: solid;
    border-color: transparent transparent #2123FF;
    top: 0;
    position: absolute;
    left: -11px;
}

.guzhiAside li:not(.completion).liClicks:after {
    content: '';
    border-width: 0 11px 11px 0;
    border-style: solid;
    border-color: transparent transparent #2123FF;
    position: absolute;
    top: 0;
    /*right: -12px;*/
    right: -11px;
}

.guzhiAside li:not(.completion).liClicks>span {
    width: 100%;
    left: -1px;
    background: #0077FF;
    padding-top: 11px;
}

.guzhiAside li:not(.completion)>span {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 74px;
    text-align: center;
    width: 100%;
    position: absolute;
}

.guzhiAside li.completion>div {
    padding-left: 50px;
    background: #0461FC;
    width: 270px;
}

.guzhiAside li.completion>div>span {
    line-height: 74px;
    color: #FFFFFF;
    font-size: 14px;
}

.guzhiAside li.completion>div>span.progress {
    width: 145px;
    height: 8px;
    border: 1px solid #4393FF;
    border-radius: 5px;
    position: relative;
}

.guzhiAside li.completion>div>span.progress>span {
    background: #4393FF;
    position: absolute;
    height: 100%;
    border-radius: 5px;
}

.guzhiAside li.liClick {
    background: #626262;
    color: #fff;
}

.guzhiAside li img {
    width: 42px;
    height: 42px;
    margin: 0 20px 0 55px;
    vertical-align: middle;
    display: none;
}

.guzhiAside .imgSisplayNone {
    display: none;
}


/* 新增上传数据的功能 */

.fillin_banner:not(.payPage) {
    width: 100%;
    height: 380px;
    background: url(../img/fillin/fillinBanner.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-size: cover;
}

.fillin_banner.flowInformation {
    height: 450px;
    background: url(../img/information/banner.jpg) center center no-repeat;
    background-size: cover;
}

.fillin_banner.fundsBanner {
    background: url(../img/fundsValuation/fillinBanner.jpg) center center no-repeat;
    background-size: cover;
}

.payPage {
    width: 100%;
    height: 380px;
    background: url(../img/fillin/payBanner.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fillin_banner>div,
.payPage>div {
    width: 1200px;
    margin: 0 auto;
}

.fillin_banner>div p,
.payPage>div p {
    font-size: 41px;
    font-weight: bold;
    color: #282828;
}

.fillin_banner>div>p::after,
.fillin_banner.flowInformation>div p::after {
    content: '';
    width: 56px;
    height: 4px;
    background: #282828;
    margin-top: 29px;
    display: block;
}

.fillin_banner>div .exam,
.fillin_banner>div span {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid var(--mainColor);
    margin-top: 50px;
    cursor: pointer;
}

.fillin_banner>div span {
    background: var(--mainColor);
    color: #FFFFFF;
    margin-right: 40px;
}

.fillin_banner>div .exam {
    color: var(--mainColor);
    background: #fff;
}

.fillPageNavigation {
    margin-top: 65px;
}

.fillPageNavigation>ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}

.fillPageNavigation li {
    width: 325px;
    height: 81px;
    line-height: 76px;
    font-size: 16px;
    color: #282828;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.fillPageNavigation:not(.surveyGuzhiAside) li span {
    position: relative;
}

.fillPageNavigation li img {
    height: 81px;
    position: absolute;
    top: 0;
    left: -8px;
}

.fillPageNavigation:not(.surveyGuzhiAside) li:nth-of-type(1) {
    left: -5px;
}

.fillPageNavigation:not(.surveyGuzhiAside) li:last-child {
    left: 6px;
}

.fillPageNavigation li:nth-of-type(1) img {
    left: -6px;
}

.fillPageNavigation li:last-child img {
    left: -16px;
}

.fillPageNavigation:not(.surveyGuzhiAside) li img:nth-of-type(2) {
    display: none;
}

.fillPageNavigation li.liClicks img:first-child {
    display: none;
}

.fillPageNavigation li.liClicks img:nth-of-type(2) {
    display: block;
}

.fillPageNavigation li.liClicks span {
    color: #fff;
}

.fillPageNavigation+div,
.guzhiAsideTrace+div {
    width: 1200px;
    background: #fff;
    margin: 35px auto 0;
}

.fillPageNavigation+div .moduleMain,
.guzhiAsideTrace+div .moduleMain {
    background: #fff;
    padding: 50px 40px;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
}

.fillPageNavigation.fundEvaluation li {
    width: 240px;
}

.fillPageNavigation.fundEvaluation li {
    width: 425px;
}

/*估值时左侧导航    结束*/


/* 咨询建议*/

.advice-container {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -250px;
    z-index: 98;
}

.advice-one {
    position: fixed;
    right: 10px;
    bottom: 250px;
    z-index: 1500;
    width: 42px;
    height: 130px;
    border: 1px solid #1459F4;
    background: #fff;
    cursor: pointer;
}

.advice-one:hover {
    background: #1459F4;
}

.advice-one:hover>p {
    color: #fff;
}

.advice-one>img {
    width: 24px;
    height: 20px;
    margin: 11px auto 0;
    display: block;
}

.advice-one>p {
    font-size: 14px;
    color: #1459F4;
    writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    margin: 7px auto 0;
    letter-spacing: 7px;
    text-align: center;
    position: relative;
    left: 50%;
    margin-left: -8px;
    height: 84px;
}


/*@media only screen and (max-width: 1366px) {
	.advice-container{
	    width: 50px;
	    position: fixed;
	    right: 0;
	    top: 59%;
	    margin-top: -250px;
	    z-index: 98;
	}
}*/

.advice-item {
    margin-bottom: 2px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 10px;
    bottom: 153px;
    z-index: 1000;
}

.advice>.advice-item:nth-child(2) {
    display: none;
}

.advice-item>img {
    display: block;
    width: 26px;
    height: 24px;
    margin: 12px auto 8px;
}

.advice-item>span {
    display: block;
    font-size: 14px;
    color: #FEFEFE;
    text-align: center;
}

.top {
    margin-top: 252px;
    display: none;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #1459F4;
}

.top>img {
    width: 18px;
    height: 23px;
    margin: 7.5px auto;
    /* padding: 7.5px 10px; */
}

.advice-content {
    width: 213px;
    height: 290px;
    background: #FDFDFD;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 66px;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    display: none;
}

.advice-content>div {
    height: 18px;
}

.advice-content>div:first-of-type {
    margin-bottom: 61px;
}

.advice-content>div>img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    float: left;
}

.advice-content>div>span {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}

.advice-content>.tel {
    width: 149px;
    margin: 29px auto 0;
}

.advice-content>.tel img {
    width: 24px;
    height: 24px;
}

.advice-content>.tel>p {
    margin-left: 38px;
    font-size: 14px;
    line-height: 22px;
}

.advice-content>p:last-child {
    color: #999999;
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}


/* .advice-content:after {
    content: "";
    border-left: 10px solid #626262;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 20px;
    right: -20px;
} */


/* .advice-content>div>span:last-of-type {
    float: right;
} */


/*.advice-container>div:hover .advice-content{
	display: block;
}*/

div.advice-one:hover .advice-content {
    display: block;
}

button.show-more {
    width: 150px;
    height: 50px;
}

a.show-more {
    width: 146px;
    text-align: center;
    height: 46px;
    line-height: 46px;
}


/* 估值答题*/

.information {
    overflow: hidden;
    width: 1120px;
    margin: 0 auto 178px;
}

.information>div.valTit>p.title,
.information>p.title {
    position: relative;
    height: 88px;
    line-height: 88px;
    background: #fff;
    /* border-bottom: 1px solid #F1F1F1; */
    border-bottom: 1px solid #CACACA;
    margin-top: 39px;
}

.information p.title>img {
    width: 38px;
    height: 38px;
    vertical-align: middle;
    margin-right: 13px;
}

.information p.title>span {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}

.information p.title>span.division {
    margin: 0 10px;
}

.moduleName {
    width: calc(100% - 62px);
    height: 38px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(98, 136, 200, 0.23);
    padding: 20px 31px;
    margin-bottom: 28px;
}

.moduleName img {
    height: 38px;
    vertical-align: middle;
    margin-right: 23px;
}

.moduleName span {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
}

.moduleMain>p {
    margin-bottom: 20px;
}


/*我的估值审核信息部分的标题*/

.information p.title>span.myValuationTitle {
    display: inline-block;
    margin-right: 10%;
}

.information .valTit {
    position: relative;
    overflow: hidden;
}

.information>div.saveBox {
    width: 406px;
    margin: 0 auto;
    font-size: 0;
}

.information>div.saveBox span {
    width: 158px;
    height: 48px;
    border: 1px solid #4393FF;
    border-radius: 6px;
    cursor: pointer;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
}

.information>div.saveBox span.last {
    color: #4393FF;
    margin-right: 86px;
}

.information>div.saveBox span.save {
    background: #4393FF;
    color: #FFFFFF;
}

.errorContent {
    height: 322px;
    position: absolute;
    left: 50%;
    margin-left: -174px;
    top: 20%;
}

.errorContent>p:first-of-type {
    font-size: 18px;
    color: #515F6B;
    margin: 23px 0 0 0;
}

.errorContent>p:last-of-type {
    font-size: 14px;
    color: #515F6B;
    margin: 16px 0 0 0;
}

.errorContent>a {
    height: 58px;
    width: 188px;
    border-radius: 30px;
    border: 1px solid #ECC641;
    text-align: center;
    line-height: 58px;
    font-size: 16px;
    color: #ECC641;
    display: block;
    margin: 43px auto 0;
}

.footer-container>p>a {
    color: #FEFEFE;
}


/*我的估值审核信息部分的标题*/

.information>div.title {
    padding-left: 6%;
    height: 145px;
    line-height: 125px;
    background: #fff;
    margin-top: 90px;
    border-top: 4px solid #ECC641;
    border-bottom: 16px solid #F1F1F1;
    box-sizing: border-box;
}

.information>div.title>span {
    display: inline-block;
    margin-right: 10%;
    color: #282828;
    font-size: 14px;
}

.information>div.title>span>img {
    vertical-align: middle;
    margin-right: 10px;
}

.information>div.title>span.division {
    width: 1px;
    height: 70px;
    background: #ECECEC;
    margin-right: 5%;
}

.information>div.title>span.companyShortName {
    margin-right: 5%;
}

.information>div.title>span.companyShortName>span {
    font-size: 16px;
    font-weight: bold;
}

.guzhiAside.online li:not(.completion) {
    width: 200px;
    box-sizing: border-box;
}

.guzhiAside.online li:not(.completion).liClicks {
    width: 200px;
}


/* 价值追踪 */

.guzhiAsideTrace {
    width: 520px !important;
    margin: 10px auto 0 !important;
    display: flex;
    justify-content: space-between;
}

.guzhiAsideTrace>span {
    line-height: 80px;
    font-size: 18px;
    color: #282828;
}

ul.year-container {
    overflow: hidden;
}

ul.year-container li {
    width: 126px;
    height: 74px;
    padding: 12px 0;
    border: none;
    margin-top: 0;
    box-sizing: border-box;
    float: left;
    cursor: pointer;
}

ul.year-container li>span {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 51px;
    position: relative;
}

ul.year-container li.show-container>span {
    background: url(../img/trace/year_show@2x.png) no-repeat;
}

ul.year-container li:not(.show-container)>span {
    background: url(../img/trace/year_no@2x.png) no-repeat;
}

.guzhiAsideTrace ul.year-container li>p {
    margin-top: 13px;
    text-align: center;
    line-height: 1;
}

.guzhiAsideTrace ul.year-container li>p>span:first-of-type {
    color: #282828;
    font-size: 14px;
}

.guzhiAsideTrace ul.year-container li.show-container>p>span.show {
    font-size: 14px;
    color: #1459F4;
}

.guzhiAsideTrace ul.year-container li:not(.show-container)>p>span.show {
    font-size: 14px;
    color: #282828;
}

.guzhiAsideTrace ul.year-container li>span:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    right: 24px;
    top: 12px;
    width: 53px;
    background: #306DF5;
}

.guzhiAsideTrace ul.year-container li>span:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 24px;
    top: 12px;
    width: 53px;
    background: #306DF5;
}

.guzhiAsideTrace ul.year-container li:first-of-type>span:before {
    display: none;
}

.guzhiAsideTrace ul.year-container li:last-of-type>span:after {
    display: none;
}


/* 价值演示 */

.guzhiAside.demonstration li.completion {
    width: 496px;
    background: #0461FC;
}

.guzhiAside.demonstration li.completion>div {
    width: 272px;
    margin-left: 174px;
}

.guzhiAside.demonstration li.completion>div>span.progress {
    margin-top: 31px;
}

.guzhiAside.demonstration li.completion>div>span.progress>span {
    left: 0;
}

.demonstration-nav>p {
    width: 1000px;
    color: red;
    font-size: 14px;
    /* border-top: solid 1px #CACACA; */
    padding-top: 22px;
    padding-left: 120px;
}

.moduleMain .demonstration-nav>p {
    padding-top: 0;
    margin-bottom: 15px;
}


/*按钮添加鼠标划入效果*/

button#toGuzhi:hover {
    background: #1D71E3 !important;
}

div.look-more:hover {
    background: #1D71E3;
}

label.toGuzhi:hover {
    background: #1D71E3 !important;
}

span.save:hover {
    background: #1D71E3 !important;
}

div.saveNext:hover,
div.save:hover {
    background: #1D71E3 !important;
}

div.btn.btn_left:hover {
    background: #1D71E3;
}

div.valuation-log span.close:hover {
    background: #1D71E3;
}

div.finace-valu a.chooseType:hover {
    background: #1D71E3 !important;
}

div.myModa .btn.sure:hover {
    background: #1D71E3;
}

button.btn-sure:hover {
    background: #1D71E3;
}

span.up-container:hover {
    background: #1D71E3;
}

input.btn.loginBtn:hover {
    background: #1D71E3;
}

input[type="button"]#stepOneBut:hover,
input[type="button"]#stepTwoBut:hover,
input[type="button"]#stepThreeBut:hover {
    background: #1D71E3;
}

div.forget-step.step-four>a:hover {
    background: #1D71E3;
}

.register div.btn:hover {
    background: #1D71E3;
}


/*div.trace.select-valuation-year input.unableSubmit:hover{
	background: #1D71E3;
}*/

span.btn.add-table:hover {
    background: #1D71E3;
}

div.btn button.save:hover {
    background: #1D71E3;
}


/* 盖章页 */

.stamp {
    width: 68%;
    line-height: 41px;
    margin: 10% auto;
    font-size: 20px;
    font-weight: 400;
    text-indent: 2em;
    margin-top: 31%;
    text-align: justify;
    color: #050407;
}

.stampNew {
    width: 68%;
    line-height: 41px;
    margin: 10% auto;
    font-size: 0;
    margin-top: 31%;
    text-align: justify;
    color: #050407;
}

.stampNew i {
    font-size: 20px;
    font-weight: 400;
    display: inline;
}

.stampNew i:first-child {
    margin-left: 2em;
}

.detail_result,
.detailResultNew {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 54px;
}

.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;
}

.detailResultNew h4 {
    float: left;
    height: 109px;
    line-height: 109px;
    margin-top: 6px;
    border-top: 3px solid #1459F4;
    border-bottom: 3px solid #1459F4;
    font-size: 52px;
    color: #1459F4;
    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;
}

span.tipRed {
    font-size: 12px;
    color: #ff4545;
    margin: 10px 0 4px;
    line-height: 20px;
}

span.tipRed>span {
    margin-top: -2px;
}


/* 报告编号 */

.reportNumber {
    position: absolute;
    top: 6.5%;
    right: 45px;
    font-size: 18px;
}

.baseRight div.showInput {
    position: absolute;
    height: 37px;
    width: 83%;
    padding-left: 4%;
    padding-right: 13%;
    top: 1px;
    background: #fff;
    left: 1px;
    display: none;
    line-height: 38px;
    font-size: 14px;
    border-radius: 4px;
}

.baseInformation li .companyRevenueRight {
    position: relative;
}


/* 底部波浪 */

.img-holder {
    background: #0478FC;
}

.guzhi-container {
    width: 100%;
    position: relative;
}


/* .guzhi-container h1 {
    font-size: 42px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin: 0 0 50px 0;
} */

.guzhi-container p.zengzhi {
    font-size: 42px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin: 0 0 50px 0;
}


/* 查看更多，立即估值 按钮*/

.show-more {
    margin: 0 auto 70px;
    display: block;
    border-radius: 6px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    margin-top: -22px
}

.wavebtn:hover {
    background: #1D71E3;
}


/* 波浪 */

.wave-list-box {
    float: left
}

.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1
}

.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none
}

.wave-box {
    position: relative;
    height: 60px;
    background: #fff
}

.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.marquee {
    width: 8000%;
    height: 60px
}


/* 新增底部样式 */

.footer-container {
    width: 1200px;
    margin: 0 auto;
    color: #d6d6d6;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}

.QR-code {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -77px;
}

.QR_code p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 14px;
    text-align: center;
}

.QR-code>div {
    float: left;
    width: 124px;
}

.app-code {
    margin-right: 42px;
}

.QR-code>div>img {
    width: 100%;
}

.footer-container .QR-code>div>p {
    width: 100%;
    margin: 12px 0 0 0;
    padding: 0;
    text-align: center;
}

.footer-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #D4D7DC;
}

.footer-logo>img {
    width: 186px;
    margin-bottom: 10px;
}

.footer-logo>ul {
    padding-right: 80px;
}

.footer-logo>ul li a {
    font-size: 14px;
    color: #282828;
}

.customerServiceInformation {
    padding: 0 64px 19px 75px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D4D7DC;
}

.serviceTel p img {
    vertical-align: middle;
    margin-right: 8px;
}

.serviceTel p {
    font-size: 14px;
    color: #282828;
}

.serviceTel p:first-child {
    margin-top: 29px;
    margin-bottom: 29px;
}

.serviceTel .flowAddress {
    width: 600px;
}

.QR_code {
    overflow: hidden;
}

.QR_code>div {
    width: 146px;
    float: left;
    text-align: center;
    margin-top: 15px;
}

.footer-floor2 {
    width: 1168px;
    margin: 0 auto;
    border-top: 1px solid rgb(255, 255, 255, .4);
    text-align: center;
    margin-bottom: 5px;
}

.footer-floor2 p {
    font-size: 12px;
    line-height: 66px;
    color: #1f1f1f;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-floor2 a {
    cursor: pointer;
    color: #1f1f1f;
}

.footer-floor2 .left20 {
    margin-left: 20px;
}

/* 遮罩层 */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
}


/* 并购方和被并购方选择 */

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 14px 20px;
    background: #fff;
    border-radius: 5px;
    width: 294px;
    height: 149px;
    box-sizing: content-box;
}

#choice-role {
    width: 294px;
    height: 149px;
    margin-top: -90px;
    margin-left: -164px;
    box-sizing: content-box;
}

.top-title {
    width: 100%;
    height: 18px;
    overflow: hidden;
}

.top-title>p {
    float: left;
    height: 18px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 18px;
    border-left: 4px solid rgba(67, 147, 255, 1);
    padding-left: 10px;
}

.top-title>img.closes {
    float: right;
    cursor: pointer;
}

.trace>.top-title {
    height: auto;
}

.trace>.top-title>h3 {
    float: left;
    width: 96%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: rgba(40, 40, 40, 1);
    line-height: 17px;
    margin-top: 10px;
}

.choiced-roles {
    margin-top: 33px;
    margin-left: 36px;
}

.choiced-roles>span {
    height: 26px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(40, 40, 40, 1);
    line-height: 22px;
}

.choice-role>.choiced-roles>input {
    display: inline-block;
    width: 88px;
    height: 26px;
    margin-right: 16px;
    line-height: 26px;
    border-radius: 5px;
    /* background: #fff; */
    /* border: 1px solid #4393ff; */
    box-sizing: border-box;
    /* color: #4393FF; */
    cursor: pointer;
}

.choice-role>.choiced-roles>input.noselected {
    color: #4393FF;
    background: #fff;
    border: 1px solid #4393ff;
}


/* .choice-role>.choiced-roles>input[checked="checked"] {
    color: #fff;
    background: rgba(109, 171, 255, 1);
    border: none;
} */

.choice-role>.choiced-roles>input.selected {
    color: #fff;
    background: #6dabff;
    border: none;
}

.btn-sure {
    display: block;
    width: 105px;
    height: 35px;
    margin: 0 auto;
    margin-top: 30px;
    background: rgba(67, 147, 255, 1);
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.logogFoot {
    width: 100%;
    height: 40px;
    background: #fff;
    font-size: 12px;
    color: #585858;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 0;
}

.logogFoot a {
    color: #585858;
    cursor: pointer;
}


/* 面包屑导航 */

ul.breadcrumb {
    width: 1200px;
    /* padding: 0 10px; */
    overflow: hidden;
    margin: 30px auto;
}

.clear {
    clear: both;
}

ul.breadcrumb>li {
    float: left;
    font-size: 14px;
    line-height: 20px;
}

ul.breadcrumb>li>a {
    font-size: 14px;
    color: #282828;
    margin-top: -2px;
}

ul.breadcrumb>li.active {
    color: #1459F4;
}

ul.breadcrumb>li:nth-child(n+3)+li::before {
    content: '>';
    color: #282828;
    font-size: 14px;
    padding: 0 5px;
    position: relative;
    top: -1px;
}

ul.breadcrumb>li:nth-of-type(2) {
    color: #999;
}

ul.breadcrumb>li:first-child img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}

.pageNum {
    width: 57px;
    position: absolute;
    color: #000;
    line-height: 100%;
    font-size: 22px;
    left: 50%;
    margin-left: -27px;
    bottom: 37px;
}

.pageNum p {
    color: #1459F4;
    display: inline;
    margin: 0 5px 0 0;
    font-size: 20px;
}

.tools>div {
    float: right;
    margin-right: 20px;
    font-size: 16px;
}

#banner {
    margin: 69px 0 0 0;
    height: 402px;
    background: url(../img/summaryPages/banner.jpg)no-repeat center center;
    background-size: 100% 100%;
    overflow: hidden;
}

#banner .logo_flow {
    width: 319px;
    height: 108px;
    margin: 80px auto 0;
}

#banner p {
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
}

#banner .banner_description {
    font-size: 18px;
    line-height: 66px;
    opacity: 0.7;
    letter-spacing: 2.6px;
}


/* 新版官网header */

.productList {
    height: 290px;
}

.productList ul {
    width: 185px;
    height: 320px;
    float: left;
    /* margin-right: 1.6%; */
}

.productList ul:nth-of-type(3),
.productList ul:nth-of-type(6),
.productList ul:nth-of-type(7) {
    width: 130px;
}

.productList ul:nth-child(1) {
    margin-left: 14px;
}

.productList ul li:nth-child(1) {
    height: 60px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1459F4;
    line-height: 78px;
}

.productList ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 16px;
}

.lines {
    width: 1200px;
    height: 1px;
    background: #D3D7DD;
    margin: 0 auto;
    opacity: 0.4;
}

.countryImgActive {
    background: url(../img/login/@2x.png) top no-repeat;
}

.statement-main div {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.statement-main div img {
    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;
    display: flex;
}

.statement-main div ul li span {
    text-indent: 0;
}

.statement-main div ul li span:first-child {
    width: 72px;
    display: flex;
    justify-content: space-between;
}

/* 股交所logo样式 */

.flowAndStock {
    margin-top: 62px;
    margin-left: 50px;
    overflow: hidden;
    margin-bottom: 100px;
}

.flowAndStockNew {
    margin-left: 50px;
}

.flowAndStock>div {
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.flowAndStock img.flow {
    width: 287px;
    margin-right: 20px;
}

.flowAndStock span.logoXian,
.flowAndStockNew .logoXian {
    width: 2px;
    height: 99px;
    background: #7F7F7F;
}

.flowAndStock img.stock,
.flowAndStockNew img.stock {
    height: 72px;
    margin-left: 20px;
}

img.newIcon {
    position: absolute;
    top: 15px;
    right: -2px;
}

.technical_ssistance {
    width: 568px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -284px;
}

.technical_ssistance img {
    width: 250px;
    vertical-align: middle;
}

.baseInformation p span.tooltipState {
    width: 692px;
    height: 50px;
    background: #ffc9c633;
    line-height: 50px;
    margin: -6px 0 0 200px;
    font-size: 14px;
    color: #ea403e;
    text-indent: 16px;
    border: 1px solid #c56d6d;
    border-radius: 10px;
    font-weight: normal;
}

.baseInformation p span.tooltipState img.cuowu {
    width: 18px;
    height: 18px;
    float: right;
    margin: 16px 18px 0 0;
    cursor: pointer;
}

.friendlyLink {
    margin: 20px auto;
    display: none;
}

.friendlyLink a {
    color: #000;
    margin-right: 20px;
    font-size: 12px;
}

.fYcoZV {
    bottom: 0 !important;
}

.ffQjry {
    bottom: 20px !important;
}

.initialValuation {
    width: 100%;
    height: 200px;
    background: url(../img/turing/turingValuation.png) center center no-repeat;
    background-size: 100% 100%;
}

.initialValuation>div {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.initialValuation>div p {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 57px;
    margin-bottom: 25px;
}

.initialValuation>div a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #fff;
}

.initialValuation>div img {
    position: absolute;
    right: 0;
    top: -129px;
}


/* 底部立即注册 */

.bottomRegisterNow {
    width: 100%;
    height: 160px;
    background: linear-gradient(-31deg, #2F6FF4 0%, #1E4FD9 100%);
    margin-top: 120px;
}

.bottomRegisterNow>div {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: transparent;
    overflow: initial;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.bottomRegisterNow p {
    padding-right: 412px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 100%;
    margin-bottom: 20px;
}

.bottomRegisterNow .registeringBtn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #fff;
    cursor: pointer;
}

.bottomRegisterNow img {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* 报告中空白背景 */

.interim {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    position: absolute;
    top: 0;
}


/* 报告中空白背景 */


/* 模糊查询下拉公司列表 */

#getCompanyNameList {
    width: 476px;
    max-height: 288px;
    background-color: #fff;
    border: 1px solid #f3f4f9;
    box-shadow: 0 2px 5px 0 #f3f4f9;
    position: absolute;
    z-index: 2;
    overflow-y: scroll;
}

#getCompanyNameList p {
    font-size: 14px;
    padding: 8px 1em;
    cursor: pointer;
}

#getCompanyNameList p:hover {
    background-color: #f3f4f9;
    color: #0478fc;
}


/* 模糊查询下拉公司列表 */


/* 底部留言栏 */

.iBsond {
    right: 0 !important;
}


/* 底部留言栏 */