.details-wrap {
    width: 1200px;
    margin: 30px auto 50px auto;
}

.section1 {
    height: 400px;
    background: #fff;
    overflow: hidden;
}

.zhiShu.section1 {
    margin-bottom: 30px;
}

.section1 .left {
    width: 654px;
    height: 340px;
    border-right: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 30px;
    float: left;
}

.left .pager {
    height: 22px;
    font-size: 14px;
    margin: 20px 0 0 0;
    text-align: right;
}

.left .pager a,
.left .pager span.current {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e5e5e5;
    color: #666;
    text-align: center;
    margin: 0 0 0 14px;
    padding: 0 7px;
    border-radius: 3px;
}

.left .pager span {
    padding: 0 3px 0 8px;
}

.left .pager a:hover,
.left .pager span.current {
    background: #d69c50;
    color: #fff;
    border-color: #d69c50;
}

.section1 .left .tit {
    height: 30px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    color: #999;
    line-height: 28px;
}

.section1 .left .tit .small-num {
    height: 18px;
    vertical-align: bottom;
    line-height: 16px;
}

.section1 .left .tit h1 {
    font-size: 24px;
    color: #333;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 0 0;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 580px;
    overflow: hidden;
    padding-right: 10px;
}

.section1 .left .icon-box {
    height: 28px;
    margin: 16px 0 0 0;
}

.section1 .left .icon-box i {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    background: #d7c2b3;
    color: #fff;
    margin: 0 20px 0 0;
    float: left;
    font-style: normal;
}

.section1 .left .icon-box .btn-add {
    display: block;
    float: right;
    width: 84px;
    height: 28px;
    line-height: 28px;
    color: #d7c2b3;
    border: 1px solid #d7c2b3;
    background: url(../images/details/icon-add.png) no-repeat 16px center;
    text-indent: 33px;
    font-size: 16px;
}

.section1 .left .icon-box .btn-add:hover {
    background-color: #d3c9c3;
    color: #fff;
}

.section1 .left .icon-box .btn-add.added {
    text-align: center;
    background-image: none;
    text-indent: 0px;
}

.section1 .left .num-box {
    height: 130px;
    background: #f4f4f4;
    margin: 32px 0 0 0;
}

.section1 .left .num-box>div {
    width: 33.2%;
    float: left;
    text-align: center;
    color: #999;
}

.huobi .section1 .left .num-box>div {
    width: 49.9%;
}

.section1 .left .num-box .line {
    display: block;
    float: left;
    width: 1px;
    height: 48px;
    background: #dedede;
    margin: 44px 0 0 0;
}

.section1 .left .num-box .num {
    font-size: 35px;
    margin: 35px 0 10px 0;
    color: #6c6c6c;
    font-weight: bold;
}

.section1 .left .num-box .color-red {
    color: #f74c4c;
}

.section1 .left .num-box .color-green {
    color: #56b75d;
}

.section1 .left .num-box .num span {
    font-size: 18px;
}

.section1 .left .ft {
    height: 52px;
    line-height: 52px;
    margin: 40px 0 0 0;
    font-size: 16px;
}

.section1 .left .ft>div {
    float: left;
}

.section1 .left .ft .ui-btn {
    float: right;
    height: 52px;
    width: 220px;
    font-size: 22px;
    color: #fff;
    line-height: 52px;
}

.section1 .left .ft .sort1 {
    margin-right: 10px;
    height: 52px;
    overflow: hidden;
}

.section1 .left .ft .sort1 span {
    color: #f74c4c;
}

.section1 .left .ft .sort2 .past {
    text-decoration: line-through;
    margin: 0 5px 0 0;
}

.section1 .left .ft .sort2 .now {
    color: #f74c4c;
    margin: 0 5px 0 0;
}

.section1 .right {
    width: 485px;
    height: 100%;
    float: right;
}

.section1 .right .tab {
    height: 45px;
}

.section1 .right .tab a {
    display: block;
    float: left;
    width: 49.8%;
    height: 44px;
    line-height: 44px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.huobi .section1 .right .tab a {
    width: 49.7%;
}

.section1 .right .tab a.border-none {
    border-right: none;
}

.section1 .right .tab .active {
    color: #d69c50;
    border-top: 2px solid #d69c50;
    border-bottom: none
}

.section1 .right .tab-c3 a {
    width: 33.1%;
}

.section1 .right .tabCon {
    padding: 22px 25px 25px 25px;
    height: 305px;
}

.section1 .right .tabCon .time-box {
    font-size: 13px;
    color: #999;
    width: 420px;
    margin: -15px 0 0 30px;
    overflow: hidden;
}

.section1 .right .tabCon .time-box span {
    width: 25%;
    text-align: center;
    float: left;
}

.section1 .right .tabCon1 .hd>span {
    display: inline-block;
    vertical-align: middle;
}

.section1 .right .tabCon1 .hd .sort1 {
    width: 180px;
    overflow: hidden;
}

.section1 .right .tabCon1 .hd .sort1 {
    overflow: hidden;
}

.section1 .right .tabCon1 .hd .color-red {
    color: #f74c4c
}

.section1 .right .tabCon1 .hd .color-green {
    color: #56b75d
}

.section1 .right .tabCon1 .hd .time {
    color: #999;
    margin: 0 0 0 5px
}

.section1 .right .tabCon2 .hd,
.section1 .right .tabCon3 .hd {
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.section1 .right .tabCon2 .hd a,
.section1 .right .tabCon3 .hd a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
    height: 24px;
    margin: 0 9px;
}

.section1 .right .tabCon2 .hd a.active,
.section1 .right .tabCon3 .hd a.active {
    background: #d69c50;
    color: #fff;
}

.zhishu .section1 .right .tabCon2 .ft,
.zhishu .section1 .right .tabCon3 .ft {
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 0 0;
}

.huobi .section1 .right .tabCon .ft {
    color: #999;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 15px 0 0 0;
}

.huobi .section1 .right .tabCon .ft .num {
    font-size: 15px;
    padding: 0 10px 0 15px;
}

.huobi .section1 .right .tabCon .ft .color-red {
    color: #f74c4c
}

.huobi .section1 .right .tabCon .ft i {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 14px;
}

.huobi .section1 .right .tabCon .ft i.up {
    background: url(../images/details/icon-up.gif) no-repeat left top;
}

.zhishu .section1 .right .tabCon2 .ft>span,
.zhishu .section1 .right .tabCon3 .ft>span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
}

.zhishu .section1 .right .tabCon2 .ft i,
.zhishu .section1 .right .tabCon3 .ft i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 3px;
    margin: 10px;
    background: #fc615a;
}

.zhishu .section1 .right .tabCon2 .ft .sort2 i,
.zhishu .section1 .right .tabCon3 .ft i {
    background: #64a9e2;
}

.section2 {
    margin: 30px 0 0 0;
}

.section2 .left {
    width: 844px;
    float: left;
}

.section2 .right {
    width: 340px;
    float: right;
}

.section2 .left .nav {
    height: 50px;
    width: 844px;
    background: #fff;
    position: relative;
    z-index: 99999;
}

.section2 .left .nav.fixed {
    position: fixed;
    left: 50%;
    top: 0px;
    margin: 0 0 0 -600px;
    border-bottom: 1px solid #f0f0f0;
}

.section2 .left .nav ul {
    float: left;
    height: 100%;
    font-size: 16px;
}

.section2 .left .nav li {
    float: left;
}

.section2 .left .nav li a {
    display: block;
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #fff;
    padding: 0 18px;
}

.section2 .left .nav li a.active {
    border-color: #d69c50;
    color: #d69c50;
}

.section2 .left .nav .btn-buy {
    display: none;
    width: 36px;
    height: 58px;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 18px 0 18px;
    color: #fff;
    background: url(../images/details/btn-buy.png) no-repeat left top;
    float: right;
    margin: -4px 28px 0 0;
    text-align: center;
    cursor: pointer;
}

.section2 .left .nav .btn-buy.gray-bg {
    background: url(../images/details/btn-buy-no.png) no-repeat left top;
}

.section2 .left .nav .btn-buy.gray-bg:hover {
    background: url(../images/details/btn-buy-nohover.png) no-repeat left top;
}

.section2 .left .nav.fixed .btn-buy {
    display: block;
}

.section2 .left .nav .btn-buy:hover {
    background: url(../images/details/btn-buy-hover.png) no-repeat left top;
}

.section2 .left .analysis {
    margin: 12px 0 0 0;
    background: #fff;
    padding: 23px;
}

.section2 .left h2 {
    font-size: 18px;
    margin: 0 0 14px 0;
}

.section2 .left .analysis .chartsBox {
    background: #f4f4f4;
    height: 190px;
    margin: 0 0 25px 0;
    padding: 20px 0 0 0;
    position: relative;
}

.section2 .left .analysis .chartsBox .explain {
    float: left;
    width: 140px;
    margin: 25px 0 0 55px;
}

.section2 .left .analysis .chartsBox .explain li {
    height: 40px;
    line-height: 40px;
}

.section2 .left .analysis .chartsBox .explain li i {
    width: 13px;
    height: 13px;
    border-radius: 7px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    background: #caaa81;
}

.section2 .left .analysis .chartsBox .explain li i.icon2 {
    background: #6a5d5a;
}

.section2 .left .analysis .chartsBox .explain li i.icon3 {
    background: #d7c2b3;
}

.section2 .left .analysis .chartsBox .explain li .name {
    margin: 0 20px 0 0;
}

.section2 .left .analysis .chartsBox .explain li .num {
    color: #999;
}

.section2 .left .analysis .chartsBox .text {
    display: block;
    position: absolute;
    left: 225px;
    top: 84px;
    width: 100px;
    text-align: center;
    line-height: 24px;
    z-index: 99;
}

.section2 .left .analysis .chartsBox .text .num {
    font-size: 20px;
}

.section2 .left .analysis .tableList {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    width: 797px;
    margin: 0 0 20px 0;
}

.section2 .left .analysis .tableList li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f0f0f0;
}

.section2 .left .analysis .tableList li.th {
    background: #fffcf8;
}

.section2 .left .analysis .tableList li span {
    display: block;
    float: left;
    height: 100%;
    width: 69px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section2 .left .analysis .tableList li span i {
    font-style: normal;
}

.section2 .left .analysis .tableList .sort1 {
    text-align: left;
    padding: 0 0 0 10px;
    width: 86px;
    color: #999;
}

.section2 .left .analysis .tableList li.th .sort1 {
    color: #333;
}

.section2 .left .color-red {
    color: #f74c4c
}

.section2 .left .color-green {
    color: #07bc13
}

.section2 .left .color-gray {
    color: #999
}

.section2 .left .stageIncrease {
    margin: 12px 0 0 0;
    background: #fff;
    padding: 23px;
}

.section2 .left .stageIncrease .tableList {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    width: 797px;
}

.section2 .left .stageIncrease .tableList li {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #f0f0f0;
}

.section2 .left .stageIncrease .tableList li span {
    display: block;
    float: left;
    height: 100%;
    width: 198px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

.section2 .left .stageIncrease .tableList li.th {
    background: #fffcf8
}

.section2 .left .stageIncrease .tableList li .sort1 {
    width: 159px;
    padding: 0 0 0 40px;
    text-align: left;
    color: #999;
}

.section2 .left .stageIncrease .tableList li.th .sort1 {
    width: 159px;
    padding: 0 0 0 40px;
    text-align: left;
    color: #333;
}

.section2 .left .fundManager {
    margin: 12px 0 0 0;
    background: #fff;
    padding: 23px;
}

.section2 .left .fundManager .list {
    width: 760px;
    margin: 0 auto;
}

.section2 .left .fundManager .list li {
    width: 100%;
    float: left;
    padding: 35px 0;
    border-bottom: 1px solid #f0f0f0;
}

.section2 .left .fundManager .list li:last-of-type {
    border-bottom: none;
    padding: 35px 0px 12px 0px;
}

.section2 .left .fundManager .list .img-box {
    width: 120px;
    height: 129px;
    background: url(../images/details/fundManager-pic2.gif) no-repeat left top;
    padding: 7px 0 0 9px;
}

.section2 .left .fundManager .list .img-box img {
    display: block;
    width: 112px;
    height: 112px;
    border-radius: 56px;
}

.section2 .left .fundManager .list .btn-box {
    margin: 23px 0 0 0;
    color: #999;
}

.section2 .left .fundManager .list .btn-box>span {
    display: block;
    height: 17px;
    line-height: 17px;
}

.section2 .left .fundManager .list .btn-box>span em {
    font-style: normal;
}

.section2 .left .fundManager .list .btn-box .pull-right {
    text-align: right;
}

.section2 .left .fundManager .list .btn-box a {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    margin: 0 10px 0 0;
}

.section2 .left .fundManager .list .btn-box .btn-good {
    background: url(../images/btn-good-17.png) no-repeat 0px 0px;
}

.section2 .left .fundManager .list .btn-box .btn-good:hover,
.section2 .left .fundManager .list .btn-box .btn-good.active {
    background-position: -18px 0px;
}

.section2 .left .fundManager .list .btn-box .btn-bad {
    background: url(../images/btn-bad-17.png) no-repeat 0px 0px;
}

.section2 .left .fundManager .list .btn-box .btn-bad:hover,
.section2 .left .fundManager .list .btn-box .active {
    background-position: -18px 0px;
}

.section2 .left .fundManager .main {
    width: 580px;
    position: relative;
    float: right;
}

.section2 .left .fundManager .hd {
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0 0 12px 0;
}

.section2 .left .fundManager .hd h3 {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px 0 0;
}

.section2 .left .fundManager .hd>span {
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}

.section2 .left .fundManager .bd {
    height: 108px;
    line-height: 26px;
    overflow: hidden;
    text-indent: 2em;
}

.section2 .left .fundManager .more,
.moreZhuTi {
    color: #d69c50;
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0 17px 0 20px;
    position: absolute;
    right: 9px;
    bottom: -20px;
    background: #fff url(../images/details/icon-more.png) no-repeat right center;
    text-indent: 0;
}

.section2 .left .fundManager .more.active {
    background: #fff url(../images/details/icon-more-hover.png) no-repeat right center;
}

.section2 .left .transactionRate {
    margin: 12px 0 0 0;
    background: #fff;
    padding: 23px;
}

.section2 .left .transactionRate .box {
    background: #f4f4f4;
    display: table;
}

.section2 .left .transactionRate .box2 {
    margin: 30px 0;
}

.section2 .left .transactionRate .box>span {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: center;
    font-size: 16px;
}

.section2 .left .transactionRate .box>div {
    float: right;
    background: #fff;
    width: 693px;
    padding: 0 0 0 5px;
}

.section2 .left .transactionRate .box .main {
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.section2 .left .transactionRate .box .main>div {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.section2 .left .transactionRate .box .main .tit {
    background: #fffcf8;
}

.section2 .left .transactionRate .box .main span {
    display: inline-block;
    vertical-align: middle;
    width: 229px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 29px;
}

.section2 .left .transactionRate .box2 .main span {
    width: 344px;
}

.section2 .left .transactionRate .text {
    margin: 25px 0 0 0;
    text-align: right;
    color: #999;
}

.section2 .left .basicData {
    padding: 23px 23px 35px 23px;
    margin: 12px 0 0 0;
    background: #fff;
}

.section2 .left .basicData ul {
    width: 796px;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.section2 .left .basicData ul li {
    width: 100%;
    float: left;
    height: 35px;
    border-bottom: 1px solid #f0f0f0;
}

.section2 .left .basicData li>span {
    display: block;
    float: left;
    height: 100%;
    line-height: 35px;
    text-align: left;
    border-right: 1px solid #f0f0f0;
    width: 276px;
    text-indent: 40px;
}

.section2 .left .basicData li>span.width-auto {
    width: 674px
}

.section2 .left .basicData li>span.tit {
    text-align: left;
    width: 120px;
    text-indent: 22px;
    background: #fffcf8;
}

.section2 .left .historyPrice {
    margin: 12px 0 0 0;
    padding: 23px 23px 40px 23px;
    background: #fff;
}

.section2 .left .historyPrice .priceList {
    width: 796px;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.section2 .left .historyPrice .priceList li {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f0f0f0;
}

.section2 .left .historyPrice .priceList li.th {
    background: #fffcf8;
}

.section2 .left .historyPrice .priceList li>span {
    display: block;
    float: left;
    height: 100%;
    width: 198px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

.section2 .left .historyPrice .profitList {
    width: 798px;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.section2 .left .historyPrice .profitList li {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #f0f0f0;
}

.section2 .left .historyPrice .profitList li.th {
    background: #fffcf8;
}

.section2 .left .historyPrice .profitList li>span {
    display: block;
    float: left;
    height: 100%;
    width: 265px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

.section2 .left .fundBonus {
    margin-top: 24px;
}

.section2 .left .historyPrice .bonusList {
    width: 797px;
    border-left: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

.section2 .left .historyPrice .bonusList.no-border {
    border: none;
    margin-top: 15px;
}

.section2 .left .historyPrice .bonusList li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f0f0f0;
    height: 35px;
    line-height: 35px;
}

.section2 .left .historyPrice .bonusList li.th {
    background: #fffcf8
}

.section2 .left .historyPrice .bonusList li.no-pund {
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: #f4f4f4;
    color: #666;
    border-bottom: none;
}

.section2 .left .historyPrice .bonusList li>span {
    width: 158px;
    height: 100%;
    display: block;
    float: left;
    border-right: 1px solid #f0f0f0;
    text-align: center;
}

.section2 .left .fundNotice {
    margin: 12px 0 0 0;
    background: #fff;
    padding: 23px;
}

.section2 .left .fundNotice ul {
    width: 100%;
}

.section2 .left .fundNotice ul li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    height: 34px;
    line-height: 34px;
}

.section2 .left .fundNotice li span {
    display: inline-block;
    width: 593px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.section2 .left .fundNotice li a {
    width: 650px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.section2 .left .fundNotice li .time {
    display: inline-block;
    height: 34px;
    width: 80px;
    color: #999;
    padding-left: 36px;
    float: right;
}

.section2 .right .rankingList {
    background: #fff;
    padding: 0 0 15px 0;
}

.section2 .right .rankingList .tit {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 26px 0 30px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.section2 .right .rankingList .tit a {
    font-size: 14px;
    color: #999;
    float: right;
    background: url(../images/icon-more.png) no-repeat right center;
    padding: 0 14px 0 0;
}

.section2 .right .rankingList .tit a:hover {
    background: url(../../zixun/images/icon-more-hover.png) no-repeat right center;
    color: #d69c50;
}

.section2 .right .rankingList .tit i {
    display: block;
    width: 22px;
    height: 4px;
    background: #f0f0f0;
    position: absolute;
    left: -2px;
    top: 23px;
}

.section2 .right .rankingList .listTit {
    padding: 0 15px 0 30px;
    height: 32px;
    line-height: 32px;
    color: #999;
    margin: 9px 0 0 0;
    position: relative;
}

.section2 .right .rankingList .listTit .sort1 {
    width: 55px;
    float: left;
}

.section2 .right .rankingList .listTit .sort2 {
    width: 150px;
    float: left;
}

.section2 .right .rankingList .listTit .sort3 {
    float: left;
    width: 85px;
    text-align: right;
    position: absolute;
    right: 18px;
}

.section2 .right .rankingList .listTit .sort3.active {
    top: -5px;
}

.section2 .right .rankingList .listTit.sort3 a {
    color: #999;
}

.section2 .right .rankingList .listTit .sort3 .selected {
    display: block;
    height: 30px;
    line-height: 30px;
    background: #fff url(../images/icon-triangle.png) no-repeat 69px center;
    border: 1px solid #fff;
    padding: 0 19px 0 0;
    color: #999;
}

.section2 .right .rankingList .listTit .sort3.active .selected {
    border-color: #f0f0f0;
    background: #fff url(../images/icon-triangle-hover.png) no-repeat 69px center;
    padding-top: 5px;
    background-position-y: 17px;
}

.section2 .right .rankingList .listTit .sort3 .hidden {
    width: 83px;
    position: absolute;
    top: 30px;
    left: 0px;
    border: 1px solid #f0f0f0;
    border-top: none;
    background: #fff;
    z-index: 9;
    padding-bottom: 4px;
}

.section2 .right .rankingList .listTit .sort3.active .hidden {
    display: block;
    padding-top: 3px;
}

.section2 .right .rankingList .listTit .sort3 .hidden li {
    width: 100%;
    height: 32px;
}

.section2 .right .rankingList .listTit .sort3 .hidden li a {
    display: block;
    padding: 0 19px 0 0;
    height: 32px;
    line-height: 32px;
    text-align: right;
    color: #999;
}

.section2 .right .rankingList .listTit .sort3 .hidden li a:hover {
    background: #f5f5f6;
}

.section2 .right .rankingList .list {
    width: 310px;
    margin: 2px 0 0 30px;
}

.section2 .right .rankingList .list li {
    width: 100%;
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 0 1px 0;
}

.section2 .right .rankingList .list li i {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 100%;
    background: #d2d2d2;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 36px 0 0;
    font-style: normal;
}

.section2 .right .rankingList .list li .name {
    width: 150px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section2 .right .rankingList .list li .num {
    width: 81px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section2 .right .rankingList .list li.first i {
    background: #6a5d5a;
}

.section2 .right .rankingList .list li.second i {
    background: #caaa81;
}

.section2 .right .rankingList .list li.third i {
    background: #d7c2b3;
}

.section2 .right .fundRecommend {
    margin: 12px 0 0 0;
    background: #fff;
}

.section2 .right .fundRecommend .tit {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 26px 0 30px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.section2 .right .fundRecommend .tit i {
    display: block;
    width: 22px;
    height: 4px;
    background: #f0f0f0;
    position: absolute;
    left: -2px;
    top: 23px;
}

.section2 .right .fundRecommend ul {
    width: 100%;
}

.section2 .right .fundRecommend ul a:hover {
    color: #d69c50;
}

.section2 .right .fundRecommend ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0px;
    width: 100%;
    float: left;
    color: #999;
}

.section2 .right .fundRecommend ul li a {
    color: #999;
}

.section2 .right .fundRecommend ul li.border-none {
    border: none;
}

.section2 .right .fundRecommend li .sort1 {
    float: left;
    width: 196px;
    padding: 0 10px 0 30px;
}

.section2 .right .fundRecommend li .sort2 {
    float: left;
    width: 100px;
}

.section2 .right .fundRecommend li .name {
    color: #333;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section2 .right .fundRecommend li a:hover {
    color: #999;
}

.section2 .right .fundRecommend li a .name:hover {
    color: #d69c50;
}

.section2 .right .fundRecommend li .num {
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.section2 .right .fundRecommend li .num span {
    font-size: 16px;
}

.section2 .right .expertOperation {
    margin: 12px 0 0 0;
    background: #fff;
}

.section2 .right .expertOperation .tit {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 26px 0 30px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.section2 .right .expertOperation .tit i {
    display: block;
    width: 22px;
    height: 4px;
    background: #f0f0f0;
    position: absolute;
    left: -2px;
    top: 23px;
}

.section2 .right .expertOperation ul {
    width: 100%;
}

.section2 .right .expertOperation ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f0f0f0;
    padding: 26px 0;
}

.section2 .right .expertOperation ul li.border-none {
    border: none;
}

.section2 .right .expertOperation li img {
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    margin: 0 0 0 30px;
}

.section2 .right .expertOperation li>div {
    padding: 0 0 0 104px;
}

.section2 .right .expertOperation li .sort1 span {
    margin: 0 10px 0 0;
}

.section2 .right .expertOperation li .sort2 {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

.section2 .right .expertOperation li .sort3 {
    color: #999;
}

.section2 .right .expertOperation li .sort3 .num {
    color: #f74c4c;
    font-size: 20px;
    margin: 0 0 0 10px;
}

.section2 .right .expertOperation li .sort3 .num span {
    font-size: 14px;
}

.layui-layer-btn {
    text-align: center;
}

.layui-layer-btn a {
    background: #f74c4c;
    color: #fff;
    border-radius: 15px;
    border: none;
    height: 30px;
    line-height: 30px;
}

.layui-layer-btn .layui-layer-btn0 {
    background: #fff;
    border: 1px solid #ddd;
    color: #999;
    height: 28px;
    margin-right: 20px;
    line-height: 28px;
}

.clearFont {
    font-style: normal !important;
}

.section2 .left .pd-risk-tip {
    background: transparent;
    padding: 10px 23px;
}

.pd-risk-tip p {
    line-height: 1.4;
    color: #c7c5c5;
    font-size: 12px;
}

.prompt-r5 {
    padding: 16px 25px;
    font-size: 16px;
    color: #333333;
    background-color: #fff;
    line-height: 24px;
}

.r5-fei {
    margin-top: -18px;
}

.r5-huo {
    margin-top: 12px;
}

.section2 {
    margin-top: 12px;
}