body,
html {
    overflow: hidden;
}

ul,
li {
    list-style: none;
}

.page {
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: flex;
    overflow-y: auto;
}

.swiper-slide {
    overflow: hidden;
}

.page .c-scrollbar-thumb {
    background-color: #e4e4ef;
}

.page_main {
    position: relative;
    width: 100%;
    min-width: 1330px;
    min-height: 100%;
    background: #ffffff;
}

.page-box {
    position: relative;
    /* left: -10px; */
    width: 1330px;
    height: 100%;
    margin: 0 auto;
}

.logo {
    height: 40px;
    margin-right: 30px;
}

.menu-list {
    display: flex;
    align-items: center;
    margin-right: 23px;
}

.page_top .ivu-input{
    background-color: #ffffffb0;
}

.menu-list .item {
    position: relative;
    cursor: pointer;
    padding: 0 15px;
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
}

.menu-list .item p {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 0);
}

.menu-list .item:hover,
.menu-list .item.actived {
    color: #ac8458;
}

.page_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
    z-index: 2;
    background-color: #ffffffaa;
    box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 5%);
}

.page_top .page-box {
    display: flex;
    align-items: center;
}

.page_banner {
    width: 100%;
    height: 638px;
}

.page_bottom {
    width: 100%;
    height: 80px;
    background-color: #333333;
    box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.14);
}

.page_bottom .page-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 3px;
    color: #ffffff;
}


.page-main-title {
    position: relative;
    width: 100%;
    height: 63px;
    padding-bottom: 31px;
    display: flex;
    align-items: end;
}

.page-main-title .more {
    position: absolute;
    right: 0;
    top: 27px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

.page-main-title .cn-name {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #666666;
    margin-right: 8px;
}

.page-main-title .eu-name {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #999999;
}

.page-main-content {
    width: 100%;
    height: calc(100% - 63px);
}



























































































































.page_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #af090b;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page_title_text {
    max-width: calc(100% - 150px);
    font-weight: bold;
}

.page_title_line {
    flex: 1;
    margin: 0 20px;
    height: 1px;
    width: 0;
    background: #ccc;
}

.page_fieldset {
    padding: 6px 16px 16px;
    background: #fff;
}

.page_title_more {
    font-size: 14px;
    cursor: pointer;
    min-width: 50px;
    text-align: right;
}

.page_title_more:hover {
    opacity: 0.8;
}

.page_info {
    height: calc(100% - 40px);
    width: 100%;
    overflow: hidden;
}

.page_lists {
    width: 100%;
    height: 100%;
}

.page_lists li {
    font-size: 16px;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 36px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.page_lists.show_dot li {
    padding-left: 8px;
}

.page_lists.show_dot li:hover::before {
    background: #b40c01;
}

.page_lists li:hover span.time,
.page_lists li:hover {
    color: #b40c01;
}

.page_lists.show_dot li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 2px;
    background: #333;
}

.page_lists li span.time {
    color: #aaaaaa;
    font-size: 14px;
    padding-left: 8px;
    display: inline-block;
    white-space: nowrap;
}

.page_subtitle {
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #d0d0d0;
    color: #af090b;
    font-size: 20px;
    justify-content: space-between;
}

.page_subtitle p {
    padding-right: 8px;
    font-weight: bold;
}

.page_subtitle_more:hover {
    cursor: pointer;
    opacity: 0.8;
}

.page_subinfo {
    width: 100%;
    height: calc(100% - 60px);
    padding-top: 14px;
}

.page_switch {
    display: flex;
}

.page_switch_btn {
    height: 24px;
    padding: 0 8px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border-radius: 2px;
    background: #e3e3e3;
    margin-left: 8px;
    transition: all 0.2s ease;
}

.page_switch_btn:hover,
.page_switch_btn.active {
    background: #f5595b;
    color: #fff;
}

.layui-layer .layui-layer-ico {
    background: url(../img/layui_icon.png);
}

.page_user_info {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.page_user_info.active .page_user_arrow {
    transform: rotate(180deg);
}

.page_user_arrow {
    transition: all .2s ease-in-out;
    transform: rotate(0);
}

.page_operate_list::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border: 10px solid transparent;
    top: -6px;
    border-bottom-width: 10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    right: 40px;
}

.page_top_login {
    width: 100%;
    height: 100%;
    background: #b40c01;
}

.page_top_login:hover {
    opacity: 0.8;
}

.news-demo-more {
    height: 26px;
    font-size: 14px;
    color: #b40c01;
    line-height: 26px;
    cursor: pointer;
    margin-left: 5px;
}

.news-demo-more:hover {
    opacity: 0.8;
}

.page-bottom-menu {
    padding-top: 40px;
    width: 100%;
    height: 270px;
    background-color: #f3f3f3;
}

.page-bottom-menu .page-box {
    display: flex;
}

.page-bottom-menu .item {
    width: 169px;
    height: 100%;
}

.page-bottom-menu .item .title {
    height: 50px;
    font-size: 20px;
    color: #333333;
}

.page-bottom-menu .item .list-item {
    cursor: pointer;
    height: 39px;
    font-size: 14px;
    color: #666666;
}

.page-bottom-menu .code-box {
    width: 144px;
    height: 180px;
    position: absolute;
    right: 0;
    top: 0;
}

.page-bottom-menu .code-box .code {
    width: 144px;
    height: 144px;
    background-color: #fff;
    padding: 7px;
}

.page-bottom-menu .code-box .code img {
    width: 100%;
    height: 100%;
}

.page-bottom-menu .code-box .code-info {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.ivu-page-item-active,
.ivu-page-item:hover {
    border: unset;
    background-color: #ac8458;
}

.ivu-page-item:hover a,
.ivu-page-item-active:hover a,
.ivu-page-item-active a {
    color: #fff;
}
.ivu-page-options-elevator input:hover,
.ivu-page-next:hover,
.ivu-page-prev:hover {
    border-color: #ac8458;
}

.ivu-page-next:hover a,
.ivu-page-prev:hover a,
.ivu-page-item-jump-next a {
    color: #ac8458
}

.ivu-page-options-elevator input:focus {
    border-color: #ac8458;
    outline: 0;
    box-shadow: 0 0 0 2px #ac845833;
}