@charset "UTF-8";
.quote-aside {
    background-color: #fff;
    width: 160px;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #e0d4cb;
}

.quote-aside > div {
    border-bottom: 1px solid #ebe4df;
    padding: 20px 0;
}

.quote-aside > div:first-child {
    padding-top: 0;
    margin-top: -4px;
}

.quote-aside > div:last-child {
    border-bottom: 0;
}

.quote-aside .quote-aside--tit {
    font-size: 0;
}

.quote-aside .quote-aside--tit > i {
    font-size: 22px;
    float: left;
    color: #ff7e0b;
}



.quote-aside .quote-aside--tit span {
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-left: 8px;
    color: #ff7e0b;
    float: left;
}

.quote-nav--list {
    font-size: 14px;
    color: #666666;
    margin-left: 11px;
    margin-top: 15px;
}

.quote-nav--list li {
    margin-bottom: 13px;
}

.quote-nav--list li:last-child {
    margin-bottom: 0;
}

.quote-nav--list a {
    position: relative;
    display: block;
    cursor: pointer;
    padding-left: 15px;
    box-sizing: border-box;
}

.quote-nav--list a:before {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #999999;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.quote-nav--list a:hover {
    color: #ff7e0b;
}

.quote-nav--list a:hover:before {
    background-color: #ff7e0b;
}

.up-arrow, .down-arrow, .stable-arrow {
    position: absolute;
    font-size: 12px !important;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.up-arrow {
    color: #ff5763;
}

.down-arrow {
    color: #26b07d;
}

.iconxiajiantou {
    font-size: 12px;
    margin-left: 3px;
}

.quoteIdx-main > .w720 {
    width: 721px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    border-left: 1px solid #e0d4cb;
    border-right: 1px solid #e0d4cb;
    margin-left: -1px;
}

.quoteIdx-main > .w320 {
    width: 320px;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.quoteIdx-main .bg1 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0d4cb;
}

.quoteIdx-main .bg1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.quoteIdx_table {
    text-align: center;
    margin-top: -10px;
}

.quoteIdx_table .up-arrow, .quoteIdx_table .down-arrow, .quoteIdx_table .stable-arrow {
    margin-top: -1px;
}

.quoteIdx_table thead tr {
    height: 34px;
    font-weight: normal;
}

.quoteIdx_table tbody > tr {
    border-top: 1px solid #ebe4df;
    cursor: pointer;
}

.quoteIdx_table tbody > tr td:first-child {
    padding-left: 20px;
    position: relative;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quoteIdx_table th {
    color: #ff7e0b;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    width: 75px;
    font-weight: normal;
    text-align: right;
}

.quoteIdx_table td {
    font-size: 13px;
    height: 33px;
    width: 75px;
    line-height: 33px;
    text-align: right;
    font-weight: normal;
}

.quoteIdx_table th:first-child, .quoteIdx_table tr > td:first-child {
    width: 110px;
    text-align: left;
    padding-left: 10px;
}

.quoteIdx_table th:last-child, .quoteIdx_table tr > td:last-child {
    width: 170px;
    text-align: center;
}

.quoteIdx_table th:last-child {
    text-align: right;
    padding-right: 10px;
}

.quoteIdx_table.table-1 th:first-child,
.quoteIdx_table.table-1 tr td:first-child {
    width: 120px !important;
}

.quoteIdx_table.table-1 th:last-child,
.quoteIdx_table.table-1 tr td:last-child {
    width: 85px !important;
    text-align: right !important;
    padding-right: 10px;
}

/*---------------------汇率换算---------------------------*/
.quoteIdx_rate .item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebe4df;
}

.quoteIdx_rate .item:first-child {
    padding-top: 0;
}

.quoteIdx_rate .item > p {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 15px;
}

.quoteIdx_rate-main {
    width: 100%;
    height: 20px;
}

.quoteIdx_rate-main > .l {
    width: 94px;
    border-right: 1px solid #ebe4df;
    position: relative;
}

.quoteIdx_rate-main > .l ul {
    display: none;
    width: 158px;
    height: 205px;
    overflow-y: scroll;
    border: 1px solid #eee;
    background-color: #fff;
    z-index: 99;
    position: absolute;
    top: 35px;
    left: 0;
}

.quoteIdx_rate-main > .l ul li {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px dashed #eee;
    cursor: pointer;
}

.quoteIdx_rate-main > .l ul li:hover {
    background-color: #f5f5f5;
}

.quoteIdx_rate-main > .l ul li:last-child {
    border-bottom: 0;
}

.quoteIdx_rate-main > .l ul li img {
    margin-left: 9px;
    width: 28px;
    height: 18px;
    vertical-align: -5px;
    border: 1px solid #ebebeb;
}

.quoteIdx_rate-main > .l ul li span {
    color: #666;
    font-size: 12px;
}

.quoteIdx_rate-main > .l ul li em {
    margin-right: 9px;
    color: #333;
    font-size: 12px;
}

.quoteIdx_rate-main > .r {
    width: 152px;
}

.quoteIdx_rate-main > .r input {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    text-align: right;
    background-color: #fff;
}

.quoteIdx_rate-top {
    cursor: pointer;
    height: 20px;
}

.quoteIdx_rate-top .img1 {
    width: 22px;
    height: 14px;
    vertical-align: -3px;
    border: 1px solid #ebebeb;
}

.quoteIdx_rate-top > span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.quoteIdx_rate-top .img2 {
    margin: 2px 10px 0 0;
}

/*---------------------汇率换算结束---------------------------*/
/*---------------------行情图表---------------------------*/
.quote {
    background: #fff9f6;
    margin-bottom: 10px;
    border: 1px solid #ffe7d1;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.quote .quote-item {
    float: left;
    border-right: 1px solid #ebe4df;
    padding-right: 15px;
    margin-right: 15px;
    width: 170px;
}

.quote .quote-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.quote .quote-item a, .quote .quote-item em, .quote .quote-item b {
    color: #333;
    font-size: 13px;
    font-style: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quote .quote-item a {
    font-weight: bold;
    line-height: 20px;
}

.quote .quote-item em {
    font-size: 12px;
}

.quote .quote-item b {
    line-height: 20px;
}

.quote .quote-item .msg {
    display: inline-block;
    width: calc(100% - 80px);
}

.quote .quote-item .chart {
    width: 70px;
    height: 34px;
    margin-left: 10px;
}

/*---------------------行情图表结束---------------------------*/
/*---------------------热门行情走势---------------------------*/
.quoteIdx_trends {
    background-color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebe4df;
    margin-bottom: 40px;
}

.quoteIdx_trends .quoteIdx_trends--tit {
    margin-top: -5px;
    border-collapse: collapse;
    height: 34px;
}

.quoteIdx_trends .quoteIdx_trends--tit .active {
    color: #ff7e0b;
    position: relative;
}

.quoteIdx_trends .quoteIdx_trends--tit .active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: #ff7e0b;
}

.quoteIdx_trends .quoteIdx_trends--tit th {
    font-weight: normal;
    float: left;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    text-align: center;
    padding-bottom: 3px;
    margin-right: 24px;
}

.quoteIdx_trends .quoteIdx_trends--tit th:first-child {
    text-align: left;
}

.quoteIdx_trends .quoteIdx_trends--tit th:last-child {
    text-align: right;
    margin-right: 0;
}

.quoteIdx_trends .quoteIdx_trends--chart {
    height: 180px;
    background-color: #faf9f7;
}

.quoteIdx_trends .quoteIdx_list--container {
    height: 181px;
    overflow: hidden;
}

.quoteIdx_trends .quote-price-list {
    text-align: center;
    border-collapse: collapse;
}

.quoteIdx_trends .quote-price-list th {
    height: 25px;
    font-weight: normal;
    color: #8b8c8c;
    line-height: 30px;
    font-size: 14px;
}

.quoteIdx_trends .quote-price-list th:first-child {
    text-align: left;
}

.quoteIdx_trends .quote-price-list tbody tr {
    cursor: pointer;
}

.quoteIdx_trends .quote-price-list tbody tr:hover, .quoteIdx_trends .quote-price-list tbody tr.active {
    background-color: #faf9f7;
}

.quoteIdx_trends .quote-price-list th, .quoteIdx_trends .quote-price-list tr > td {
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    width: 80px;
}

.quoteIdx_trends .quote-price-list tr > td:first-child {
    display: block;
    width: 130px;
    text-align: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quoteIdx_trends .iconhongzhang, .quoteIdx_trends .iconlvdie {
    font-size: 12px !important;
}

/*---------------------热门行情走势结束---------------------------*/
/*-----------------------------------------------------------*/
.market-overview {
    margin-left: 25px;
    width: 120px;
    height: 10px;
    background-color: #26b07d;
    position: relative;
}

.img-red {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 2px solid #ffffff;
    width: 55px;
    background-color: #ff5763;
    float: left;
}

.market-overview1 {
    width: 120px;
    height: 10px;
    background-color: #dddddd;
    position: relative;
    float: right;
}

.img-blue {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 2px solid #ffffff;
    width: 55px;
    background-color: #ff7e0b;
    float: left;
}

.img-green {
    width: 63px;
    background-color: #26b07d;
    float: right;
}

.alt-bg {
    background-color: #fafcff;
    border-bottom: 1px solid #ebe4df;
    border-top: 1px solid #ebe4df;
}

.analysis-container .analysis-item {
    width: 198px;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ebe4df;
    margin-right: 19px;
}

.analysis-item:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

.analysis-item .pic {
    width: 25px;
    height: 25px;
    float: left;
}

.analysis-item .nick_name {
    display: block;
    max-width: 65px;
    margin: 0 3px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 25px;
}

.analysis-item .ask_btn {
    display: block;
    width: 50px;
    margin-top: 2.5px;
    line-height: 20px;
    text-align: center;
    background-color: #ff7e0b;
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.analysis-item .iconfont {
    float: left;
    line-height: 25px;
}

.analysis-item ul {
    margin-top: 13px;
}

.analysis-item li {
    text-align: center;
    float: left;
    box-sizing: border-box;
}

.analysis-item li:first-child, .analysis-item li:last-child {
    width: calc(50% - 37px);
}

.analysis-item li:nth-child(2) {
    border-right: 1px solid #faf3ed;
    border-left: 1px solid #faf3ed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 65px;
    margin: 0 4px;
}

.analysis-item li p {
    line-height: 16px;
    margin-bottom: 2px;
    font-weight: bold;
}

.analysis-item li p img {
    display: inline-block;
    vertical-align: middle;
}

.analysis-item li span {
    display: block;
    color: #8b8c8c;
    font-size: 12px;
}

.exchange-container, .symbol-container {
    height: auto;
    width: 1041px;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #e0d4cb;
    margin: -1px;
    padding-left: 20px;
}

.recommendAnalysis {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0d4cb;
}
