html,
body {
    /* min-width: auto */
}

header {
    /* min-width: auto; */
}

header .flow-header-container {
    width: 100%;
    max-width: 1200px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-page .flow-headelines ul.headlines-sort {
    width: 100%;
    max-width: 1200px;
}

.index-news .news>ul {
    width: 1242px;
    padding: 10px 10px 0;
    margin: 0 auto;
}

a.btn {
    display: block;
    border: 1px solid #282828;
    border-radius: 0;
}

a.btn:hover {
    color: #fff;
}


/*线上产品*/

.product-sort {
    margin-bottom: 50px;
}

.products {
    /* margin-top: 20px; */
    margin-top: 60px;
}

.products.offlines {
    background: #F4F7FA;
    margin-top: 70px;
    padding-top: 70px;
}

.products-con {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.subheading {
    width: 100%;
    font-size: 18px;
    color: #6D6C6C;
    text-align: center;
    margin-top: -78px;
    padding-top: 22px;
}

.valuation-products {
    width: 100%;
}

.valuation-products,
.offlines-list {
    margin-top: 20px;
}

.products-tit {
    width: 274px;
    float: left;
    background: linear-gradient(-42deg, rgba(26, 57, 241, 1) 0%, rgba(4, 120, 252, 1) 100%);
    position: relative;
}

.valuation-products .products-tit {
    height: 487px;
}

.investment-products .products-tit {
    height: 244px;
}

.demonstration-products .products-tit,
.diagnose-products .products-tit {
    height: 244px;
}

.fund-products .products-tit {
    height: 487px;
}

.products-tit:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.valuation-products .products-tit:after {
    background: url(../image/b1.png) no-repeat;
    background-size: 100%;
}

.investment-products .products-tit:after {
    background: url(../image/b2.png) no-repeat;
    background-size: 100%;
}

.diagnose-products .products-tit:after {
    background: url(../image/b3.png) no-repeat;
    background-size: 100%;
}

.fund-products .products-tit:after {
    background: url(https://www.flcccc.com/stock/images/b4.png) no-repeat;
    background-size: 100%;
}

.demonstration-products .products-tit:after {
    background: url(../image/b5.png) no-repeat;
    background-size: 100%;
}

.products-tit>p {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-left: 28px;
    padding-top: 13px;
}

.valuation-container.products-list,
.products-list {
    width: 100%;
    /* padding-left: 274px; */
    overflow: inherit;
}

.products-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.products-list ul>li {
    height: 244px;
    /* float: left; */
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    position: relative;
}

.products-list ul>li.products-tit {
    display: none;
}

.valuation-products ul>li {
    /* width: 50%; */
    width: 33.333%;
}

.demonstration-products ul>li,
.diagnose-products ul>li {
    width: 33.333%;
}

.investment-products ul>li,
.fund-products ul>li {
    /* wangdi  修改宽度  33.33% */
    width: 33.3333%;
}

.valuation-products .products-list ul>li:nth-of-type(3n+1),
.demonstration-products .products-list ul>li:nth-of-type(3n+1),
.diagnose-products .products-list ul>li:nth-of-type(3n+1) {
    border-left-color: transparent;
}

.valuation-products .products-list ul>li:nth-of-type(3n),
.demonstration-products .products-list ul>li:nth-of-type(3n),
.diagnose-products .products-list ul>li:nth-of-type(3n) {
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
}

.valuation-products .products-list ul>li:nth-of-type(6n),
.demonstration-products .products-list ul>li:nth-of-type(6n),
.diagnose-products .products-list ul>li:nth-of-type(6n) {
    border-right: 1px solid #E5E5E5;
    border-top: none;
}

.investment-products .products-list ul>li:nth-of-type(2n+1),
.fund-products .products-list ul>li:nth-of-type(2n+1) {
    border-left-color: transparent;
}

.investment-products .products-list ul>li:nth-of-type(2n),
.fund-products .products-list ul>li:nth-of-type(2n) {
    border-right: 1px solid #E5E5E5;
}

.products-list ul>li:nth-of-type(-n+3),
.products-list ul>li:nth-of-type(-n+4) {
    border-top: 1px solid #E5E5E5;
}

.valuation-products ul>li:nth-of-type(3) {
    border-top: none;
}

.fund-products li:nth-of-type(3),
.fund-products li:nth-of-type(4) {
    background: url(https://www.flcccc.com/stock/img/index2020/jijinbj.png) right bottom no-repeat;
}


/* .products-list ul>li>div>p{
	position: relative;
	color: #282828;
	font-size: 20px;
	padding-left: 34px;
	line-height: 40px;
	margin-top: 30px;
} */

.products-list ul>li>div>span.tit {
    position: relative;
    color: #282828;
    font-size: 20px;
    padding-left: 34px;
    line-height: 40px;
    margin-top: 20px;
    padding-right: 0;
}


/* .products-list ul>li>div>p:after{
	content: '';
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 18px;
	background: url(../img/index2020/icontishiwenhao.svg) no-repeat;
    background-position: -3px -2px;
    background-size: 121%;
    position: absolute;
    top: 7px;
} */

.products-list ul>li>div>i {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -7px 0 0 10px;
    /* border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    text-indent: 3px; */
    background: url(../image/icontishiwenhao.svg) no-repeat;
    background-position: -3px -2px;
    background-size: 121%;
    position: absolute;
    top: 39px;
}

.products-list ul>li>div>span:not(.tit) {
    font-size: 12px;
    color: #6F6D6D;
    line-height: 27px;
    padding: 0 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    word-break: break-all;
    /* break-all(允许在单词内换行。) */
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3;
    /** 显示的行数 **/
    /* margin-top: 10px; */
}

.products-list ul>li>div>div.exam-con {
    position: absolute;
    bottom: 30px;
    /* bottom: 15px; */
    width: 100%;
    padding: 0 33px;
    /* height: 34px; */
}


/* .products-list ul>li:hover div>div.exam-con {
    bottom: 15px;
} */

.products-list ul>li>div div.explain-con {
    position: absolute;
    width: 101%;
    top: -1px;
    padding: 27px 20px;
    left: 100%;
    background: #fff;
    margin-right: -1px;
    z-index: 222;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
    box-shadow: 0 0 10px rgba(0, 117, 255, .1);
}


/* .products-list ul>li>div div.explain-con, */

.valuation-products .products-list ul>li:nth-child(2)>div div.explain-con,
.valuation-products .products-list ul>li:nth-child(3n)>div div.explain-con,
.valuation-products .products-list ul>li:nth-child(7n)>div div.explain-con,
.demonstration-products .products-list ul>li:nth-child(2n)>div div.explain-con,
.diagnose-products .products-list ul>li:nth-child(3n)>div div.explain-con {
    left: -101%;
}

.investment-products .products-list ul>li:nth-child(2n)>div div.explain-con,
.fund-products .products-list ul>li:nth-child(2n)>div div.explain-con {
    left: -101%;
}

.products-list ul>li div.exam-con a.exam:hover {
    color: var(--complementaryColors);
}

.products-list ul>li>div div>a.goto:hover {
    background: #1D71E3;
}


/* .products-list ul>li>div a{
	float: left;
	font-size: 12px;
	color: #0478FC;
} */

.products-list ul>li span a.exam {
    font-size: 12px;
    color: var(--mainColor);
    position: absolute;
    bottom: 70px;
    left: 36px;
    opacity: 1;
}

.products-list ul>li div.exam-con>a.exam {
    font-size: 12px;
    color: var(--mainColor);
    width: 110px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid var(--mainColor);
    line-height: 32px;
    text-align: center;
}

.products-list ul>li div.exam-con>span.upFile,
.products-list ul>li div.exam-con>span.fillin {
    width: 110px;
    height: 32px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    background: var(--mainColor);
    margin: 0 0 0 12px;
    cursor: pointer;
}

.products-list ul>li div.exam-con>span.fillin {
    margin-left: 0px;
}

.products-list ul>li div.exam-con>span.fillin:hover {
    background: var(--complementaryColors);
}

.products-list ul>li div.exam-con>span.upFile:hover {
    background: var(--complementaryColors);
}


/* .products-list ul>li:hover span>a.exam {
    opacity: 1;
}

.products-list ul>li:hover div.exam-con>a.exam {
    opacity: 0;
} */


/* .products-list ul>li>div a:hover {
    text-decoration: none;
} */

.products-list ul>li>div img {
    float: right;
    width: 50px;
    height: 6px;
    margin-top: 5px;
}


/* .products-list ul>li>div div.prices {
    display: none;
} */

div.btn-merger {
    position: absolute;
    bottom: 95px;
    left: 34px;
    z-index: 22;
}

div.btn-merger>div {
    display: inline-block;
    float: left;
}

div.btn-merger .checkboxes>input[type=checkbox].checkselected {
    vertical-align: middle;
    margin-right: 5px;
    background: url(../image/radio.svg) no-repeat left center;
    background-size: 115% 115%;
    border-color: transparent;
}

div.btn-merger .checkboxes>input[type=checkbox].checkselectedno {
    vertical-align: middle;
    margin-right: 5px;
    background: url(../image/radiono.svg) no-repeat left center;
    background-size: 110% 110%;
    border-color: transparent;
}

div.btn-merger .checkboxes {
    width: 120px;
}

.products-list ul>li>div div>span:nth-of-type(1) {
    font-size: 26px;
    height: 34px;
    color: var(--mainColor);
}

.products-list ul>li>div div>span:nth-of-type(1)>em {
    font-size: 18px;
    color: var(--mainColor);
}

.products-list ul>li>div div>span:nth-of-type(2) {
    width: 120px;
    height: 34px;
    background: #0478FC;
    color: #fff;
    line-height: 34px;
    text-align: center;
    float: right;
    cursor: pointer;
    font-size: 14px;
}

.products-list ul>li>div div>a.goto {
    width: 120px;
    height: 34px;
    background: #0478FC;
    color: #fff;
    line-height: 34px;
    text-align: center;
    float: right;
    cursor: pointer;
    font-size: 14px;
    display: block;
}

.products-list ul>li:not(.products-tit, .blank):before {
    content: '';
    display: block;
    width: 73px;
    height: 5px;
    transform: scaleX(0);
    background: var(--mainColor);
    position: absolute;
    top: -1px;
    left: 34px;
    transition: all .3s;
}

.products-list ul>li:not(.blank):hover {
    border-color: transparent !important;
    box-shadow: 0 0 10px rgba(0, 117, 255, .1);
}

.products-list ul>li:hover+li {
    border-left-color: transparent;
}

.products-list ul>li:hover::before {
    transform: scaleX(1);
}


/* .products-list ul>li:hover div.exam-con>img {
    display: none;
} */


/* .products-list ul>li:hover div.prices {
    display: block;
} */

.fund-products .products-tit ul {
    margin-left: 110px;
}

.fund-products .products-tit ul>li {
    width: 164px;
    height: 29px;
    background: #4175F8;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
}

.fund-products .products-tit ul>li.active {
    background: #fff;
    color: #0478FC;
    opacity: 1;
}


/*线下产品*/

.offlines-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2px;
    margin-top: 20px;
    position: relative;
}

.offlines-list>li {
    width: 20%;
    margin-bottom: 68px;
}

.offlines-list>li>div.offline-item-name>div {
    display: table;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    /* padding: 13px 15px; */
}

.offlines-list>li>div.offline-item-name>span {
    /*width: 100%;*/
    width: 96%;
    padding: 0 3%;
    text-align: center;
    /*line-height: 42px;*/
    line-height: 1.5;
    padding-top: 10px;
    font-size: 16px;
    color: #282828;
}

.offlines-list>li>div.offline-item-name>div>div {
    display: table-cell;
    vertical-align: middle;
}

.offlines-list>li>div.offline-item-name>div>div img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
}

.offlines-list>li>div.offline-item-brief {
    height: auto;
    /* min-height: 132px; */
    margin-top: 28px;
    display: none;
}

ul.offlines-list>li:nth-child(1) div.offline-item-brief {
    height: 134px;
}

ul.offlines-list>li:nth-child(2) div.offline-item-brief {
    height: 134px;
}

ul.offlines-list>li:nth-child(3) div.offline-item-brief {
    height: 168px;
}

ul.offlines-list>li:nth-child(4) div.offline-item-brief {
    height: 202px;
}

ul.offlines-list>li:nth-child(5) div.offline-item-brief {
    height: 134px;
}

ul.offlines-list>li:nth-child(6) div.offline-item-brief {
    height: 134px;
}

ul.offlines-list>li:nth-child(7) div.offline-item-brief {
    height: 304px;
}

ul.offlines-list>li:nth-child(8) div.offline-item-brief {
    height: 168px;
}

ul.offlines-list>li:nth-child(9) div.offline-item-brief {
    height: 134px;
}

ul.offlines-list>li:nth-child(10) div.offline-item-brief {
    height: 202px;
}


/* .offlines-list>li.active>div.offline-item-brief.clearfix:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.offlines-list>li.active>div.offline-item-brief.clearfix:after{
    zoom: 1;
} */

.offlines-list>li>div.offline-item-brief div {
    width: 100%;
    max-width: 1200px;
    background: #fff;
    padding: 33px 54px 33px;
    position: absolute;
    left: 0;
    transform: scaleY(0);
    transition: all .3s;
    overflow: hidden;
    box-shadow: 0 0 13px rgba(0, 80, 255, .04);
}


/* .offlines-list>li>div.offline-item-brief div ul{

} */

.offlines-list>li>div.offline-item-brief ul li,
.offlines-list>li>div.offline-item-brief p {
    font-size: 14px;
    color: #282828;
    line-height: 34px;
}

.offlines-list>li:nth-child(2) div.offline-item-brief ul li {
    float: left;
    padding-right: 190px;
}

.offlines-list>li:nth-child(2) div.offline-item-brief ul li:nth-child(3n) {
    padding-right: 0;
}

.offlines-list>li:nth-child(3) div.offline-item-brief ul li {
    float: left;
    width: 192px;
    margin-right: 77px;
}

.offlines-list>li:nth-child(5) div.offline-item-brief ul li {
    float: left;
    margin-right: 109px;
}

.offlines-list>li:nth-child(5) div.offline-item-brief ul li:nth-child(3n) {
    margin-right: 0;
}

.offlines-list>li:nth-child(5) div.offline-item-brief ul li:nth-child(3n+1) {
    width: 254px;
}

.offlines-list>li:nth-child(5) div.offline-item-brief ul li:nth-child(3n+2) {
    width: 400px;
}

.offlines-list>li:nth-child(6) div.offline-item-brief ul li {
    float: left;
    margin-right: 126px;
}

.offlines-list>li:nth-child(6) div.offline-item-brief ul li:nth-child(2n+1) {
    width: 460px;
}

.offlines-list>li:nth-child(8) div.offline-item-brief ul li {
    float: left;
    margin-right: 126px;
}

.offlines-list>li:nth-child(8) div.offline-item-brief ul li:nth-child(3n+1) {
    width: 289px;
}

.offlines-list>li:nth-child(8) div.offline-item-brief ul li:nth-child(3n+2) {
    width: 219px;
}

.offlines-list>li:nth-child(8) div.offline-item-brief ul li:nth-child(3n) {
    margin-right: 0;
}

.offlines-list>li:nth-child(9) div.offline-item-brief ul li {
    float: left;
    margin-right: 66px;
}

.offlines-list>li:nth-child(9) div.offline-item-brief ul li:nth-child(4n) {
    margin-right: 0;
}

.offlines-list>li:nth-child(9) div.offline-item-brief ul li:nth-child(4n+1) {
    width: 223px;
}

.offlines-list>li:nth-child(9) div.offline-item-brief ul li:nth-child(4n+2) {
    width: 219px;
}

.offlines-list>li:nth-child(9) div.offline-item-brief ul li:nth-child(4n+3) {
    width: 233px;
}


/* .offlines-list>li:hover div.offline-item-name>div {
    background: #fff;
}

.offlines-list>li:hover div.offline-item-brief {
    display: block;
}

.offlines-list>li:hover div.offline-item-brief p {
    transform: scaleY(1);
} */

.offlines-list>li.active div.offline-item-name>div {
    background: #fff;
    /* box-shadow: 0 0 10px rgba(0, 117, 255, .1); */
    box-shadow: 0 0 13px rgba(0, 80, 255, .06);
}

.offlines-list>li.active div.offline-item-brief {
    display: block;
}

.offlines-list>li.active div.offline-item-brief div {
    transform: scaleY(1);
}


/*为什么选择心流*/

.reasons {
    padding-top: 60px;
    height: 558px;
    background: url(../image/beijing.png) no-repeat center center;
}

p.headline {
    font-size: 28px;
    text-align: center;
    color: #282828;
    line-height: 1;
    margin-bottom: 53px;
}

.reason-con {
    width: 100%;
    max-width: 1204px;
    margin: 0 auto;
}

.reason-con>ul {
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
    position: relative;
    /* padding: 0 80px; */
}

.reason-con>ul:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #EAEEF1;
    top: 66px;
}

.reason-con>ul>li>span {
    font-size: 16px;
    padding: 13px 0;
    color: #282828;
    line-height: 40px;
    position: relative;
}

.reason-con>ul>li>span:after {
    content: '';
    height: 3px;
    width: 100%;
    background: var(--mainColor);
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transition: all .3s;
    z-index: 222;
}

.reason-detail {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    /*height: 368px;*/
}

.reason-detail-con {
    /*float: right;*/
}

.idea-detail>img {
    margin: 72px 0 0 58px;
}

.aim-detail>img {
    margin: 42px 0 0 80px;
}

.features-detail>img {
    margin: 64px 0 0 98px;
}

.data-detail>img {
    margin: 56px 0 0 94px;
}

.model-detail>img {
    margin: 42px 0 0 106px;
}

.purpose-detail>img {
    margin: 60px 0 0 90px;
}

.reason-con>ul>li>div.reason-detail>img {
    float: left;
}

.idea-con {
    margin-left: 452px;
    margin-top: 72px;
}

.aim-con {
    margin-left: 455px;
    margin-top: 40px;
}

.features-con {
    margin-left: 432px;
    margin-top: 0;
}

.data-con {
    margin-left: 406px;
}

.model-con {
    margin-left: 418px;
}

.purpose-con {
    margin-left: 402px;
}

.features-con>ul {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.idea-con>p {
    font-size: 16px;
    color: #282828;
    line-height: 40px;
    width: 100%;
    max-width: 678px;
}

.aim-con>p {
    font-size: 14px;
    color: #282828;
    line-height: 40px;
}

.reason-con>ul>li.active>span {
    color: var(--mainColor);
}

.reason-con>ul>li.active>span:after {
    transform: scaleX(1);
}

.reason-con>ul>li.active>div.reason-detail {
    display: block;
}

.features-con li>div {
    width: 110px;
    height: 110px;
    font-size: 14px;
    color: var(--mainColor);
    text-align: center;
    position: relative;
    line-height: 24px;
    margin: 0 auto;
}

.features-con li:nth-of-type(-n+2)>div {
    padding: 40px 0;
}

.features-con li:nth-of-type(n+3)>div {
    padding: 33px 0;
}

.features-con li>div:after {
    content: '';
    display: block;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    border-width: 6px;
    border-top-color: var(--mainColor);
    border-left-color: var(--mainColor);
    border-right-color: #E9EFF6;
    border-bottom-color: #E9EFF6;
    border-style: solid;
    position: absolute;
    top: 0;
}

.features-con li:nth-of-type(1)>div:after {
    transform: rotate(45deg);
}

.features-con li:nth-of-type(2)>div:after {
    transform: rotate(135deg);
}

.features-con li:nth-of-type(-n+2)>div:before {
    content: '＋';
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    right: -68px;
}

.features-con li:nth-of-type(3)>div:after {
    transform: rotate(225deg);
}

.features-con li:nth-of-type(3)>div:before {
    content: '＝';
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    right: -72px;
    top: 40px;
}

.features-con li:nth-of-type(4)>div:after {
    border-right-color: var(--mainColor);
    border-bottom-color: var(--mainColor);
}

.features-con li>p {
    font-size: 14px;
    color: #272727;
    line-height: 34px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: justify;
}

.features-con li:nth-of-type(-n+2)>p {
    width: 154px;
}

.features-con li:nth-of-type(n+3)>p {
    width: 168px;
}

.reason-detail-con label,
.model-con label {
    font-size: 14px;
    width: 70px;
    color: var(--mainColor);
    line-height: 40px;
    margin-right: 18px;
    float: left;
    margin-bottom: 0;
}

.data-con ul {
    margin-top: 12px;
    margin-left: 50px;
}

.model-con ul {
    margin-top: 20px;
    margin-left: 38px;
}

.data-con ul li {
    padding-top: 14px;
}

.model-con ul li {
    padding-top: 2px;
}

.data-con ul li span,
.model-con ul li span {
    display: inline-block;
    width: 536px;
    font-size: 14px;
    color: 14px;
    line-height: 40px;
}

.purpose-con ul {
    margin-left: 92px;
    margin-top: 60px;
}

.purpose-con ul li i {
    width: 22px;
    height: 22px;
    /*border: 1px solid #0377FB;*/
    /*border-radius: 50%;*/
}

.purpose-con ul li i>img {
    width: 100%;
    height: 100%;
}

.purpose-con ul li span {
    font-size: 14px;
    color: #272727;
    line-height: 40px;
    margin-left: 16px;
}

@media only screen and (min-width:1200px) {
    .products-con {
        width: 100%;
        max-width: 1204px;
    }

    .valuation-products .products-tit {
        height: 487px;
    }

    .investment-products .products-tit {
        height: 244px;
    }

    .diagnose-products .products-tit {
        height: 244px;
    }

    .demonstration-products .products-tit {
        height: 244px;
    }

    .fund-products .products-tit {
        height: 487px;
    }

    .fund-products .products-tit ul {
        margin-left: 110px;
        margin-top: 78px;
        position: absolute;
        z-index: 2;
    }

    .fund-products .products-tit ul>li {
        width: 164px;
        height: 29px;
        background: #4175F8;
        margin-bottom: 15px;
        color: #fff;
        text-align: center;
        line-height: 29px;
        cursor: pointer;
    }

    .fund-products .products-tit ul>li.active {
        background: #fff;
        color: #0478FC;
        opacity: 1;
    }

    .reason-con {
        width: 100%;
        max-width: 1204px;
    }
}


/* @media only screen and (max-width:1200px ) and (min-width:930px){
	.products-con{
		width: 930px;
	}
	.products .product-sort .products-tit{
		width: 100%;
		height: 60px;
	}
	.valuation-container.products-list, .products-list{
		padding-left: 0;
	}
	.valuation-products .products-list ul>li:nth-of-type(3n+1){
		border-left-color:#E5E5E5;
	}
	.products .fund-products.product-sort .products-tit{
		height: 98px;
	}
	.fund-products .products-tit ul{
		margin-left: 0;
		margin-bottom: 0;
		width: 100%;
		padding-left: 34px;
		position: absolute;
	    z-index: 2;
	    bottom: 0;
	}
	.fund-products .products-tit ul li {
		float: left;
		margin-bottom: 0;
	}

	.reason-con>ul{
		padding: 0 6px;
	}
	.offlines-list>li>div.offline-item-brief p{
		width: 100%;
		max-width: 1200px;
	}
} */

a.show {
    display: inline-block !important;
}

.valuation-log .close {
    opacity: 1;
}

.valuation-log>div>span {
    float: none;
    font-weight: 400;
    text-shadow: none;
}

.valuation-log>div>span.close:hover {
    color: #fff;
    opacity: 1;
}

.choice-role#choice-role {
    width: 334px;
    height: 178px;
}

.role.choice-acquired {
    width: 555px;
    height: 506px;
}

.role.choice-acquirer {
    width: 555px;
    height: 464px;
}

.selects>label {
    font-weight: 400;
}


/* .clearfix{

} */

.clearfix:after {
    clear: both;
}

.trace.select-company {
    width: 386px;
    height: 260px;
}

.trace.select-valuation-year {
    width: 665px;
    height: 420px;
}


/* 基金 */

.partner-hd {
    display: none;
}

.activeValuation {
    display: none;
}

.activeValuation ul {
    width: 465px;
}

.activeValuation ul li {
    width: 463px;
}

.features-con li {
    /* margin: 0 0 5rem 0; */
    height: 7rem;
}

.checkoutCont {
    margin-top: 120px;
    height: 500px;
}

.checkoutCont h4 {
    font-size: 32px;
    font-weight: 400;
    color: #282828;
    text-align: center;
}

.checkoutCont .toRecord {
    font-size: 16px;
    font-weight: 400;
    color: #0478FC;
    /* line-height: 64px; */
    text-align: center;
    cursor: pointer;
    margin: 24px 0;
}

.checkoutCont .toRecord:hover {
    text-decoration: underline;
}

.checkoutCont .reportStageList {
    height: 250px;
    margin: 12px 0 0 0;
}

.checkoutCont .reportStageAdvertisement {
    float: left;
}

.checkoutCont .reportStageAdvertisement .advertisementBg {
    width: 197px;
    height: 250px;
    background: url("../image/advertisement.jpg")no-repeat;
    background-size: cover;
    overflow: hidden;
}

.checkoutCont .reportStageAdvertisement .advertisementBg h6 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin: 100px 0 0 0px;
}

.checkoutCont .reportStageAdvertisement .advertisementBg span {
    width: 34px;
    height: 2px;
    background: #FFFFFF;
    margin: 14px 0 0 81px;
}

.checkoutCont .reportStageAdvertisement .advertisementBg p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    margin: 12px 0 0 0px;
}

.checkoutCont .reportStageContent {
    width: calc(100% - 197px);
    height: 250px;
    float: left;
}

.checkoutCont .reportStageContent ul {
    height: 100%;
}

.checkoutCont .reportStageContent ul li {
    width: 33.333%;
    height: 100%;
    border: 1px solid #eaeaea;
    border-left: none;
    float: left;
}

.icon_1 {
    width: 43px;
    height: 43px;
    margin: 29px 0 0 142px;
}

.icon_2 {
    width: 42px;
    height: 40px;
    margin: 32px 0 0 150px;
}

.icon_3 {
    width: 43px;
    height: 38px;
    margin: 32px 0 0 144px;
}

.checkoutCont .reportStageContent ul li>h6 {
    font-size: 22px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin: 17px 0;
    line-height: 100%;
}

.checkoutCont .reportStageContent ul li>p {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    padding: 0 20px;
}

.checkoutCont .reportStageContent ul li .reportTypeList {
    margin: 30px 0 0 0;
    padding: 0 27px;
    display: flex;
    justify-content: space-between;
}

.checkoutCont .reportStageContent ul li .reportTypeList>div {
    position: relative;
}

.checkoutCont .reportStageContent ul li .reportTypeList>div>p {
    width: 77px;
    background: #e45557 !important;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.oddLineLeft,
.oddLineRight {
    width: 436px;
    height: 45px;
    border: 1px solid #e45557;
    position: absolute;
    top: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 19px;
}

.oddLineLeft {
    right: 0;
}

.oddLineLeft>span,
.oddLineLeft>a,
.oddLineRight>span,
.oddLineRight>a {
    line-height: 45px;
    color: #e45557;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.oddLineLeft>a:hover,
.oddLineLeft>span:hover,
.oddLineRight>a:hover,
.oddLineRight>span:hover {
    text-decoration: underline;
}

.oddLineRight:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -20px;
    ;
    left: 31px;
    padding: 0;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.oddLineRight:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -22px;
    ;
    left: 30px;
    padding: 0;
    border-bottom: 11px solid #e45557;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    display: block;
    content: '';
    z-index: 10
}

.oddLineLeft:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -20px;
    ;
    right: 31px;
    padding: 0;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.oddLineLeft:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -22px;
    ;
    right: 30px;
    padding: 0;
    border-bottom: 11px solid #e45557;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    display: block;
    content: '';
    z-index: 10
}

.evenLineLeft,
.evenLineRight {
    width: 436px;
    height: 90px;
    border: 1px solid #e45557;
    position: absolute;
    top: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 19px;
    flex-wrap: wrap;
}

.evenLineLeft {
    right: 0;
}

.evenLineLeft>a,
.evenLineLeft>span,
.evenLineRight>span,
.evenLineRight>a {
    line-height: 45px;
    color: #e45557;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.evenLineLeft>a:hover,
.evenLineLeft>span:hover,
.evenLineRight>a:hover,
.evenLineRight>span:hover {
    text-decoration: underline;
}

.evenLineRight:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -20px;
    ;
    left: 31px;
    padding: 0;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.evenLineRight:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -22px;
    ;
    left: 30px;
    padding: 0;
    border-bottom: 11px solid #e45557;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    display: block;
    content: '';
    z-index: 10
}

.evenLineLeft:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -20px;
    ;
    right: 31px;
    padding: 0;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.evenLineLeft:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -22px;
    ;
    right: 30px;
    padding: 0;
    border-bottom: 11px solid #e45557;
    border-top: 11px solid transparent;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    display: block;
    content: '';
    z-index: 10
}


/* 宁夏股交所 */

.go-valuation-ningxia .companyIntroduction {
    width: 1200px;
    height: 388px;
    margin: 50px auto 67px;
    position: relative;
}

.go-valuation-ningxia .companyIntroduction>div {
    width: 638px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    text-align: justify;
    padding: 51px 46px 48px 26px;
    background: #F2F3F7;
    position: relative;
    top: 46px;
}

.go-valuation-ningxia .companyIntroduction>img {
    position: absolute;
    top: 0;
    left: 50%;
}

.productPresentation {
    width: 100%;
    height: 458px;
    padding-top: 74px;
    background: url(../image/productPresentation.jpg) center center no-repeat;
}

.productPresentation>div {
    width: 1200px;
    height: 300px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    padding: 60px 43px 0 43px;
}

.productPresentation>div p:first-child {
    text-align: center;
    font-size: 28px;
    color: #333333;
    margin-bottom: 25px;
}

.productPresentation>div p:last-child {
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    text-align: justify;
}

.appraisementBtn {
    width: 1200px;
    overflow: hidden;
    margin: 35px auto 29px;
}

.appraisementBtn p {
    float: right;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background: #0478FC;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    font-size: 16px;
    cursor: pointer;
}

.appraisementBtn p img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 3px;
}

.productDisplay>div {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    background-size: 100% 100%;
}

.productDisplay>div:first-child {
    margin-bottom: 54px;
    background: url(../image/product.png) center center no-repeat;
}

.productDisplay>div:last-child {
    background: url(../image/reportInterpretation.png) center center no-repeat;
}

.productContent {
    margin-left: 329px;
    padding-top: 61px;
}

.productContent p:first-child {
    margin-bottom: 21px;
}

.productContent p.describe span {
    width: 774px;
    font-size: 18px;
    color: #282828;
    margin-left: 22px;
}

.productContent p img {
    vertical-align: top;
}

.productDisplay>div:first-child .productContent p:first-child img {
    vertical-align: middle;
}

.productContent p span i {
    display: block;
    color: #282828;
}

.productContent p span i:first-child {
    margin-top: 3px;
}

.productContent p span i:last-child {
    font-size: 18px;
    color: #585858;
    line-height: 32px;
    margin-top: 10px;
}

.productContent p:nth-of-type(3) {
    margin-top: 25px;
}

.productContent p:nth-of-type(3) span:first-child {
    font-weight: bold;
    font-size: 22px;
    color: #D0413E;
    margin-right: 19px;
}

.productContent p:nth-of-type(3) del {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    position: relative;
    top: 5px;
}

.operation {
    overflow: hidden;
    margin-top: 26px;
}

.operation p {
    float: left;
}

.operation p span {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
}

.operation p button,
.operation p a {
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #EEB955;
    cursor: pointer;
    color: #fff;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.operation p a {
    margin: 0 16px 0 31px;
    background: #0478FC;
}

.operation p:last-child {
    margin-left: 67px;
}

.productContent .contactWay {
    margin-top: 24px;
    font-size: 18px;
}

.productContent .contactWay i:first-child {
    color: #282828;
}

.productContent .contactWay i:last-child {
    color: #0478FC;
}