* {
    margin: 0;
    padding: 0;
}

.index-main {
    padding-bottom: 0;
    min-width: 1200px;
    padding-top: 20px;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.questions-list {
    height: 540px;
}

.homepage-research {
    width: 100%;
    height: 124px;
    background-color: #fafafa;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto auto 10px;
}

.homepage-research .research-left {
    width: 516px;
    border-right: 1px solid #e5e6e5;
    box-sizing: border-box;
    position: relative;
}

.homepage-research .research-right {
    width: 663px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.homepage-research .research-left p {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    line-height: 19px;
}

.homepage-research .research-left p span {
    font-size: 26px;
    font-weight: 400;
    color: #ff7e0b;
    margin-left: 4px;
    margin-right: 4px;
    line-height: 30px;
}

.homepage-research .research-left .research-left_input {
    margin: 0;
    word-wrap: break-word;
    word-break: normal;
}

.homepage-research .research-left .research-left_input input:hover {
    border: 1px solid #ff7e0b;
}

.homepage-research .research-left .research-left_input input:focus {
    border: 1px solid #ff7e0b;
}

.homepage-research .research-left .research-left_input input {
    width: 475px;
    height: 44px;
    background-color: #fff;
    border-radius: 22px;
    border: 1px solid #e5e6e5;
    box-sizing: border-box;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 20px;
    color: #333;
}

.homepage-research .research-left .research-right_btn {
    width: 86px;
    height: 40px;
    background-color: #ff7e0b;
    border-radius: 20px;
    font-size: 14px;
    outline: none;
    border: none;
    color: #fff;
    line-height: 40px;
    position: absolute;
    text-align: center;
    right: 33px;
    bottom: 2px;
    cursor: pointer;
}

.homepage-research .research-left .research-right_btn[disabled] {
    background: rgb(226, 226, 226);
    cursor: not-allowed;
}

.research-left .research-left_input #searchList {
    width: 466px;
    background: #fff;
    box-shadow: 0 0 4px 0 #e8ebed;
    border-radius: 3px;
    position: absolute;
    z-index: 99;
    margin-top: 6px;
    display: none;
}

.research-left .research-left_input #searchList .research-content_company .research-company_title, .research-content_varieties .research-varieties_title {
    background: #ffe7d1;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    padding-left: 15px;
    box-sizing: border-box;

}

.research-left_input #searchList ul {
    background: #fff;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.research-left .research-left_input #searchList ul li {
    height: 19px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    line-height: 19px;
    font-size: 14px;
    color: #333;
}

.research-right {
    width: 663px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.research-right li:first-child {
    margin-left: 30px;
}

.research-right li {
    height: 84px;
    float: left;
    margin-left: 49px;
    text-align: center;
}

.homepage-research .research-right li a svg {
    width: 33px;
    height: 33px;
    color: #ff7e0b;
    margin: 15px 0;
}

.homepage-research .research-right li:hover a p {
    color: #ff7e0b;
}

.homepage-research .research-right li a p {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333;
    line-height: 19px;
}

.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;
    font-size: 0;
}

.quote .quote-item a {
    font-weight: 700;
    margin-bottom: 3px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    max-width: 52px;
}

.quote .quote-item a:hover {
    border-bottom: 1px solid #333;
}

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

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

.l {
    float: left;
}

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

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

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


.quote .quote-item .chart {
    width: 70px;
    height: 34px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
}

.r {
    float: right;
}

.top-adv--top {
    display: flex;
    box-sizing: border-box;
    background: #fff9f6;
}

.top-adv {
    border: 1px solid #ffe7d1;
    box-sizing: border-box;
}

.top-adv .top-adv--top > .l {
    width: 240px;
    height: 380px;
    position: relative;
}

.top-adv .top-adv--top > .r {
    width: calc(100% - 240px);
    height: 380px;
    background-color: #eee;
    overflow: hidden;
}

.top-adv .top-adv--top .r img {
    width: 100%;
    transition: all .3s;
}

.top-adv .top-adv--top .l-adv {
    position: relative;
    left: -20px;
    height: 130px;
    top: 20px;
    box-sizing: border-box;
}

.l-adv ul {
    position: absolute;
    width: 220px;
    height: 60px;
    background-color: #ff854d;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 20px 0 #f05f1c;
    padding: 13px 0;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    top: 60px;
    display: flex;
}

.l-adv ul li {
    width: 75px;
    border-right: 1px solid #f05f1c;
}

.l-adv ul li:last-child {
    border-right: none;
}

.l-adv ul p {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 6px;
}

.l-adv ul p img {
    display: inline;
    vertical-align: middle;
    margin-left: 5px;
}

.l-adv ul li span {
    font-size: 13px;
    line-height: 13px;
}

.top-adv-2 {
    display: inline-block;
    margin: 50px auto 30px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 199px;
}

.top-adv-2 div:first-child {
    margin-bottom: 20px;
    width: 199px;
    height: 62px;
}

.top-adv-2 div h5 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    width: 100px;
}

.top-adv-2 div button {
    width: 54px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #333;
    color: #fff;
    border: none;
    margin-top: 33px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.top-adv-2 headerImg {
    width: 199px;
    height: 80px;
    display: flex;
}

.top-adv-2 div .pic {
    width: 80px;
    height: 80px;
}

.top-adv-2 div .pic img {
    width: 100%;
    border-radius: 50%;
}

.top-adv-2 .msg {
    margin-left: 10px;
    width: calc(100% - 90px);
}

.top-adv-2 .msg p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.top-adv-2 .msg b {
    font-size: 14px;
    display: block;
    color: #666;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
}

.top-adv .bannerKx {
    height: 50px;
    box-sizing: border-box;
    border-top: 1px solid #ffe7d1;
    padding: 15px;
}

.top-adv .bannerKx > a {
    vertical-align: top;
    margin-right: 15px;
    position: relative;
    display: inline-block;
    top: 1px;
    width: 45px;
    height: 15px;
    overflow: hidden;
}

.top-adv .bannerKx > a svg {
    width: 55px;
    height: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.top-adv .bannerKx .bannerKx-container {
    display: inline-block;
    width: calc(100% - 65px);
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

.top-adv .bannerKx .bannerKx-item {
    height: 100%;
    color: #333;
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    padding-right: 20px;
    white-space: nowrap;
}

.top-adv .bannerKx .bannerKx-item em {
    position: relative;
    top: 1px;
    vertical-align: top;
    display: inline-block;
    font-style: normal;
    background: #53514e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    width: 38px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    margin-right: 8px;
    color: #fff;
}

.top-adv .bannerKx .bannerKx-item span {
    height: 18px;
    font-size: 14px;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-adv .bannerKx .bannerKx-container .bannerKx-text {
    height: 100%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.padding {
    padding-right: 5px;
}

.homepage-advertisement {
    width: 100%;
    height: 136px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.homepage-advertisement > div {
    width: 1200px;
    height: 136px;
    margin: auto;
    background: #fff7f8;
    padding: 20px 20px 20px 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.homepage-advertisement > div #lightSlider li {
    width: 152px !important;
    background: #fff;
    float: left;
    margin-left: 15px;
    border: 1px solid #e8ebed;
    overflow: hidden;
    box-sizing: border-box;
}

.homepage-advertisement > div #lightSlider li > a > img {
    display: inline-block;
    width: 152px !important;
    height: 95px !important;
    border-radius: 3px;
    box-sizing: border-box;
    object-fit: scale-down;
}

.homepage-advertisement > div #lightSlider li:hover {
    border: 1px solid #ff7e0b;
    box-sizing: border-box;
}

.homepage-advertisement > div #lightSlider li > a > p {
    width: 80px !important;
    height: 18px !important;
    background: #ff7e0b;
    border-radius: 14px 0 3px 0;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    padding: 0 7px 2px 13px;
    box-sizing: border-box;
    position: absolute;
    right: -1px;
    bottom: -2px;
}

.analysis {
    padding: 40px 0;
    border-bottom: 1px solid #ccc0b8;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}


.questions, .strategy {
    height: 582.7px;
    overflow: hidden;
}

.questions {
    width: 420px;
    margin: 0 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #ccc0b8;
    border-right: 1px solid #ccc0b8;
}

.statistics, .strategy {
    height: 582.7px;
    overflow: hidden !important;
}

.strategy-item .item-detail {
    margin-top: 10px;
    display: block;
}

.strategy-item .item-detail .type {
    width: 34px;
    height: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
}

.strategy-item .item-detail p {
    width: calc(100% - 45px);
    line-height: 20px;
    color: #333;
    font-size: 14px;
    margin-top: -2px;
}

.strategy-item .item-detail p em {
    position: relative;
    top: -1px;
}

.strategy-item .item-detail p em:first-child {
    margin-right: 2px;
}

#strategy, #guide {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 44px);
    scrollbar-width: none; /* 隐藏滚动条（Firefox） */
    -ms-overflow-style: none; /* 隐藏滚动条（IE 和 Edge） */
}

#strategy::-webkit-scrollbar,
#guide::-webkit-scrollbar {
    display: none;
}

.index-main .main-bg {
    padding: 40px 0;
    border-bottom: 1px solid #ccc0b8;
}

.course {
    border-top: 1px solid #ccc0b8;
}

.course .course-container {
    display: grid;
    grid-template-columns: 1fr repeat(3, minmax(0, 1fr)) 1fr;
    /*grid-template-columns: repeat(5,1fr);*/
}

.course .course-item {
    box-sizing: border-box;
    padding: 15px 10px 10px 10px;
    border-left: 1px solid #ebe4df;
}

.course .course-item:nth-child(-n+5) {
    border-bottom: 1px solid #ebe4df;
    padding-top: 0;
}

.course .course-item:nth-child(1), .course .course-item:nth-child(6) {
    border-left: none;
}

.course-item .name {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin: 4px 0;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.course-item > div {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course-item > div a {
    margin-right: 10px;
}

.course-item > div a, .course-item > div span {
    color: #b1b2b2;
    font-size: 12px;
    display: block;
    margin-top: 4px;
}

.course-item > div p {
    color: #ff5763;
    font-size: 20px;
}

.course-item > div em {
    font-size: 12px;
    display: inline-block;
}

.news {
    width: 810px;
    border-right: 1px solid #ccc0b8;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 462.7px;
}

.kx, .quoteIdx_trends {
    width: 390px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-item {
    float: left;
    padding-top: 15px;
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
}

.news-item:first-child, .news-item:nth-child(2) {
    padding-top: 0;
}

.news-item .cover {
    width: 120px;
    height: 72px;
    overflow: hidden;
    margin-right: 10px;
    box-sizing: border-box;
    background-color: #eee;
}

.course-item .cover {
    display: block;
    height: 134px;
    overflow: hidden;
    border: 1px solid #e9e5de;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-item .news-tit {
    width: calc(100% - 130px);
    height: 72px;
}

.news-item .cover img {
    width: 100%;
    height: 100%;
    font-size: 0;
}

.news-item .news-tit > a {
    color: #333;
    font-size: 14px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: -3px;
    margin-bottom: 11px;
    transition: all 0.2s;
}

.news-item .news-tit > a:hover,
.kx-container a > p:hover {
    color: #ff7e0b;
}

.news-item .news-tit > div {
    color: #999;
    font-size: 12px;
}

.news-item .news-tit > div > a {
    color: #999;
    line-height: 10px;
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #999;
    margin-right: 10px;
}

.kx-container {
    height: 420px;
    overflow: hidden;
}

.kx-item {
    font-size: 0;
    display: block;
    margin-bottom: 17.8px;
    height: 19px;
    overflow: hidden;
}

.kx-item em {
    width: 38px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    display: block;
    background: #53514e;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.news-item:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 20px;
}

.kx-item p {
    width: calc(100% - 48px);
    color: #333;
    line-height: 22px;
    font-size: 14px;
    margin-top: -3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .2s;
}

.course .course-container .course-item img {
    width: 100%;
    height: 100%;
}

.index-main .b0 {
    border: none;
}

.quote-chart {
    height: 430px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    border-right: 1px solid #ccc0b8;
    width: 390px;
}

.crude-chart {
    height: 430px;
    overflow: hidden;
    padding: 0 20px;
    width: 420px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc0b8;
}

.quoteIdx_trends {
    height: 430px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.footer {
    margin-top: 0;
}

.quote-chart .chart-container {
    height: 230px;
    max-width: 369px;
    background-color: #faf9f7;
}

.quote-chart .explain {
    height: 140px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #faf9f7;
    padding: 10px 15px;
    overflow: hidden;
    border: 1px solid #faf3ed;
}

.quote-chart .explain p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.crude-chart .crude-invent--chart {
    height: 157px;
    width: 100%;
}

.crude-chart ul {
    margin-top: 5px;
    box-sizing: border-box;
}

.crude-chart li:first-child {
    border-top: 1px solid #faf3ed;
}

.crude-chart li {
    padding: 10px 0 9px;
    cursor: pointer;
    box-sizing: border-box;
    border-bottom: 1px solid #faf3ed;
}

.crudeActived {
    background: #fff9f6;
}

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

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

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

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

.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 tr td:nth-child(-n+2) {
    color: #333;
}

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

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

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

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

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

.crude-chart li > p a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.crude-chart li > .bot b {
    font-weight: 700;
    color: #333;
}

.crude-chart li .top {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.crude-chart li.crudeActived .top > p {
    color: #fff;
    background-color: #ff7e0b;
}

.crude-chart li > p {
    margin: 5px 0;
    font-size: 13px;
    padding: 0 10px;
    box-sizing: border-box;
}

.crude-chart li > .bot {
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
}

.crude-chart li > .bot span {
    flex: 1;
}

.crude-chart li .top > p {
    width: auto;
    float: left;
    color: #333;
    padding: 0 10px;
}

.crude-chart li a:hover {
    color: #333333;
}

.crude-chart .common-tit {
    margin-bottom: 0;
}

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

.index_alert {
    position: fixed;
    width: 962px;
    height: 382px;
    top: 50%;
    left: 50%;
    margin: auto;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.index_alert img {
    position: absolute;
    top: 0;
    display: block;
    box-sizing: border-box;
    box-shadow: 2px 2px 14px #333;
}

.index_alert .close_adv {
    cursor: pointer;
    position: absolute;
    left: 912px;
    bottom: 352px;
    font-size: 16px;
    color: #333;
}
