@import url(./font/iconfont.css);

:root {
    --content-width: 1200px;
    --main-color: #126fd8;
}

.container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 页面头部样式 start */

.header-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #fff;
}

.login-box {
    border: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
}

.login-content {
    width: var(--content-width);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.login-content > .datetime {
    margin-right: 16px;
}

.login-register > span {
    margin: 0 5px;
}

.search-box {
    display: flex;
    justify-content: center;
}

.search-content {
    width: var(--content-width);
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

/* .search-left {
} */

.search-left > p:first-child {
    font-size: 40px;
    font-weight: 400;
    color: #024ea2;
    line-height: 46px;
    font-weight: 600;
    margin-top: 34px;
}

.search-left > p:nth-child(2) {
    color: #969a9e;
    line-height: 20px;
    margin-top: 10px;
}

.search-right {
    width: 450px;
    height: 45px;
    margin-top: 54px;
    display: flex;
}

.search-right > input {
    outline: none;
    border: 1px solid #d8d8d8;
    border-right: none;
    height: 45px;
    width: 324px;
    padding-left: 15px;
}

.search-right .layui-icon-search {
    color: #fff;
    font-size: 24px;
}

.search-right button {
    width: 126px;
    height: 45px;
    background: var(--main-color);
}

.main-menu-box {
    background: #024ea2;
    display: flex;
    justify-content: center;
}

.menu-box {
    display: flex;
    color: #fff;
    width: var(--content-width);
}

.menu-box > .menu-item {
    height: 46px;
    width: 133px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.menu-item.selected {
    background: var(--main-color);
}

.menu-box > .menu-item:hover {
    background: var(--main-color);
}

/* 页面头部样式 end */

/* 页面底部样式 start */

.footer-box {
    background-color: #fff;
}

.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 31px 0;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 20px;
}

.top-body,
.btm-body {
    width: var(--content-width);
}

.top-body {
    display: flex;
}

.top-body > a {
    color: var(--main-color);
}

.top-body > a:first-of-type {
    margin-left: 59px;
}

.top-body > span {
    padding: 0 12px;
}

.footer-btm {
    padding: 14px 0 9px 0;
}

.btm-body {
    margin: 0 auto;
    display: flex;
}

.btm-left {
    flex-grow: 1;
}

.btm-left > div {
    display: flex;
    justify-content: center;
    color: #969a9e;
    line-height: 20px;
}

.btm-left > div:first-of-type {
    margin-top: 30px;
}

.btm-left > div > p:first-of-type {
    margin-right: 30px;
}

.btm-left > div:not(:first-of-type) {
    margin-top: 10px;
}

.btm-right > img {
    width: 104px;
    height: 104px;
}

.btm-right > p {
    margin-top: 6px;
    text-align: center;
}

/* 页面底部样式 end */

.h-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding-left: 12px;
    border-left: 2px solid var(--main-color);
}

.content-box {
    width: var(--content-width);
    margin: 20px auto 0;
}

.notice-box {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff;
}

.display-box {
    position: relative;
    padding: 20px 0 20px 20px;
}

#home-carousel img {
    width: 590px;
    height: 370px;
}

.display-box > p {
    position: absolute;
    bottom: 20px;
    width: 590px;
    height: 42px;
    line-height: 42px;
    opacity: 0.5;
    background: #000;
    color: #fff;
    padding-left: 12px;
}

.notice-list {
    width: 590px;
}

.list-box {
    padding: 20px;
}

.list-head {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 7px;
    display: flex;
    justify-content: space-between;
}

.head-left {
    display: flex;
    border-left: 2px solid var(--main-color);
    padding-left: 12px;
}

.title-selected {
    color: var(--main-color);
}

.head-left > .left-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-right: 30px;
}

#notice-head > .left-title {
    cursor: pointer;
}

.list-head .head-right > a {
    color: #969a9e;
}

.list-item {
    display: flex;
    margin-top: 20px;
    cursor: pointer;
}

.list-item > p {
    line-height: 20px;
    white-space: nowrap;
}

.list-item > p:first-of-type {
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice-list-body > .list-item-box > .list-item > p:first-of-type {
    width: 85%;
    margin-right: 57px;
}

/* 广告横幅 start */

.ad-banner {
    text-align: center;
    margin-top: 20px;
}

.ad-banner > img {
    height: 90px;
}

/* 广告横幅 end */

.rule-box {
    margin-top: 20px;
    height: 276px;
    display: flex;
}

.rule-left {
    width: 840px;
    display: flex;
    background-color: #fff;
}

.rule-list-body > .list-item-box > .list-item > p:first-of-type {
    width: 370px;
}

.news-list-body > .list-item-box > .list-item > p:first-of-type {
    width: 258px;
    margin-right: 40px;
}

.rule-right {
    width: 340px;
    margin-left: 20px;
    background-color: #fff;
    padding: 20px 40px 16px;
}

.rule-right > div > span {
    margin-left: 6px;
}

.rule-right > div {
    width: 260px;
    height: 56px;
    line-height: 36px;
}

/*.rule-right > div:not(:nth-of-type(1), :nth-of-type(2)) {*/
/*    padding-left: 34px;*/
/*}*/

.rule-right > div:not(:nth-of-type(1)) {
    color: #fff;
}

.rule-right > div.join {
    background-color: #e6a542;
    margin-top: 20px;
    /*text-align: center;*/
}

.rule-right > div.trade-enter {
    background: #39548f;
    margin-top: 20px;
}

.rule-right > div.expert-login {
    background: #5ebfb8;
    margin-top: 10px;
}

.rule-right > div.expert-select {
    background: #4392d5;
    margin-top: 10px;
}

.login-btn,
.reg-btn {
    width: 120px;
    height: 36px;
}

.login-btn {
    color: #fff;
    background-color: var(--main-color);
    border: 1px solid #126fd8;
    border-radius: 2px;
}

.reg-btn {
    border: 1px solid #126fd8;
    border-radius: 2px;
    background-color: #fff;
    color: var(--main-color);
}

.login-reg {
    display: flex;
    justify-content: space-between;
}

.buy-box {
    height: 302px;
    margin-top: 20px;
    display: flex;
}

.buy-left,
.learn-left {
    width: 840px;
    background-color: #fff;
}

.buy-right,
.learn-right {
    width: 340px;
    background-color: #fff;
    margin-left: 20px;
}

.assess-list-body > .list-item-box > .list-item > p:first-of-type {
    width: 300px;
}

/* layui组件库样式 start */

.layui-carousel-ind {
    top: -70px;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: var(--main-color);
}

.layui-tab-brief {
    margin: 0;
    box-sizing: border-box;
}

.layui-tab-title {
    height: 22px;
    border-bottom: none;
}

.layui-tab-title li {
    line-height: 22px;
    padding: 0;
    margin: 0 15px;
}

.layui-tab-content {
    padding: 0;
}

.layui-tab-title li:first-of-type {
    margin-left: 0;
}

/* .layui-tab-brief > .layui-tab-title .layui-this {
} */

.layui-tab-brief > .layui-tab-title .layui-this:after {
    height: 27px;
    border-bottom: 2px solid var(--main-color);
}

/* layui组件库样式 end */

.buy-tabs-btn li {
    font-size: 16px;
    color: #000000;
}

.buy-tabs-btn {
    margin-top: 10px;
}

.buy-list-body > .list-item-box > .list-item > p:first-of-type {
    width: 633px;
    margin-right: 47px;
}

.buy-tabs-box {
    height: 232px;
}

.vip-box {
    margin-top: 20px;
    background-color: #fff;
    padding: 20px;
    height: 242px;
}

#vip-tab.layui-tab-title li {
    display: list-item;
}

.vip-tabs-box.layui-tab-brief > .layui-tab-title .layui-this:after {
    height: 0;
    border-bottom: none;
}

.vip-tabs-box.layui-tab-brief > .layui-tab-title .layui-this {
    color: #fff;
    background-color: var(--main-color);
}

.vip-tabs-btn.layui-tab-title li {
    margin: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #e9f1fa;
    color: var(--main-color);
}

.vip-tabs-btn.layui-tab-title li:not(:first-of-type) {
    margin-top: 4px;
}

.vip-tabs-box {
    display: flex;
}

.vip-body {
    margin-top: 20px;
}

.vip-tab-content {
    margin-left: 30px;
}

.logo-list {
    display: flex;
}

.logo-item {
    display: flex;
    flex-direction: column;
}

.logo-item > img {
    width: 170px;
    height: 90px;
    padding: 5px;
    border: 1px solid #e8ebf0;
}

.logo-item > p {
    margin-top: 10px;
    width: 180px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logo-item:not(:first-of-type) {
    margin-left: 25px;
}

.member-line {
    display: flex;
    width: 1000px;
    justify-content: space-between;
}

.member-line > a {
    width: 224px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--main-color);
}

.member-line:not(:first-of-type) {
    margin-top: 14px;
}

.core-list {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.core-list-body {
    display: flex;
    margin-top: 20px;
}

.core-list-body > img {
    width: 120px;
    height: 150px;
}

.core-list-body > img:not(:first-of-type) {
    margin-left: 26px;
}

.learn-box {
    height: 310px;
    margin-top: 20px;
    display: flex;
}

.download-list-body > .list-item-box > .list-item > p:first-of-type {
    width: 168px;
    margin-right: 47px;
}

.learn-list-body {
    display: flex;
    margin-top: 20px;
}

.learn-img > img {
    width: 352px;
    height: 220px;
}

.learn-tabs-box {
    margin-left: 20px;
}

#learn-tab.layui-tab-title li {
    margin: 0 10px;
}

#learn-tab.layui-tab-title li:first-of-type {
    margin-left: 0;
}

#learn-item > .list-item-box > .list-item > p {
    width: 400px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.learn-head-left {
    position: relative;
}

.score-search-btn {
    width: 80px;
    height: 32px;
    background: #126fd8;
    border-radius: 2px;
    box-shadow: 0px 2px 4px 0px rgba(18, 111, 216, 0.52);
    text-align: center;
    color: #fff;
    line-height: 20px;
    position: absolute;
    bottom: 0px;
    left: 96px;
}

.teach-box {
    display: flex;
    margin-top: 20px;
}

.teach-left {
    width: 390px;
    height: 310px;
    background: #fff;
    padding: 20px;
}

.teach-right {
    width: 790px;
    height: 310px;
    background: #fff;
    margin-left: 20px;
    padding: 20px;
}

.teach-list-body > video {
    margin-top: 20px;
}

.expert-list-body {
    margin-top: 24px;
    display: flex;
}

.expert-item {
    margin-left: 26px;
}

.expert-item:first-of-type {
    margin-left: 8px;
}

.expert-item > img {
    width: 120px;
    height: 150px;
}

.expert-item > p {
    line-height: 20px;
    text-align: center;
}

.expert-item > p:first-of-type {
    font-weight: 600;
    margin-top: 10px;
}
