.byz-home-container {
    width: 1200px;
    margin: 20px auto
}
.byz-home-main {
    display: flex;
    gap: 20px
}
	
.byz-home-left {
    width: 880px
}
.byz-home-right {
    width: 300px
}
.byz-home-card {
    background: #fff;
    border: 1px solid #eee
}
/* 焦点 */
.byz-home-focus-card {
    padding: 20px 0 20px 20px
}
.byz-home-focus-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}
.byz-home-logo-title {
    font-size: 23px;
    font-weight: 700
}
.byz-home-logo-title .byz-home-g {
    color: #08c26e;
    margin-right: 1px;
}
.byz-home-notice-wrap {
    margin-left: 20px;
    display: flex;
    align-items: center;
    height: 30px;
    overflow: hidden
}
.byz-home-notice-wrap i {
    color: #08c26e;
    font-size: 20px;
    margin-right: 8px
}
.byz-home-notice-box {
    height: 30px;
    overflow: hidden;
    position: relative
}
.byz-home-notice-item {
    height: 30px;
    line-height: 30px
}
.byz-home-notice-item a {
    color: #999;
    font-size: 14px;
}
.byz-home-notice-item a:hover {
    color: #08c26e
}
.byz-home-focus-body {
    display: flex
}
.byz-home-slider {
    width: 540px;
    height: 320px;
    position: relative;
    overflow: hidden
}
.byz-home-slide {
    position: absolute;
    inset: 0;
    display: none
}
.byz-home-slide.byz-home-active {
    display: block
}
.byz-home-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
/* 左右切换按钮 */
.byz-home-slider-prev,
.byz-home-slider-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:40px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(0,0,0,.35);
    color:#fff;

    cursor:pointer;

    z-index:10;

    opacity:0;

    transition:all .3s ease;
}

.byz-home-slider-prev{
    left:-42px;
    border-radius:0 4px 4px 0;
}

.byz-home-slider-next{
    right:-42px;
    border-radius:4px 0 0 4px;
}

.byz-home-slider-prev i,
.byz-home-slider-next i{
    font-size:20px;
}

/* hover显示 */
.byz-home-slider:hover .byz-home-slider-prev{
    left:0;
    opacity:1;
}

.byz-home-slider:hover .byz-home-slider-next{
    right:0;
    opacity:1;
}

/* hover按钮变深 */
.byz-home-slider-prev:hover,
.byz-home-slider-next:hover{
    background:rgba(0,0,0,.55);
}
.byz-home-dots {
    position: absolute;
    right: 15px;
    bottom: 15px
}
.byz-home-dots span {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #999;
    margin-left: 4px;
    cursor: pointer
}
.byz-home-dots .byz-home-active {
    background: #08c26e
}
.byz-home-focus-items {
    width: 319px
}
.byz-home-focus-item {
    display: block;
    padding: 12px 18px;
}
.byz-home-focus-item.byz-home-active {
    background: #f2f2f2;
}
.byz-home-fi-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    margin-right: 10px;
    transform: translateY(-2px);
}
.byz-home-focus-item.byz-home-active .byz-home-fi-dot {
    background: #08c26e
}
.byz-home-fi-title {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.byz-home-fi-desc {
    font-size: 12px;
    color: #999;
    padding-left: 18px;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* 资讯 */
.byz-home-bottom-card {
    display: flex;
    margin-top: 20px
}
.byz-home-news-area {
    width: 580px;
    padding: 25px
}
.byz-home-news-headline {
    margin-bottom: 15px
}
.byz-home-headline-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.byz-home-headline-title:hover {
    color: #08c26e
}
.byz-home-headline-desc {
    color: #888;
    line-height: 1.8;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.byz-home-news-list {
    list-style: none
}
.byz-home-news-list.list-one {
    padding-bottom: 20px;
    margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.byz-home-news-list li {
    padding: 10px 0;
    font-size: 15px
}
.byz-home-dot-circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #F76546;
    border-radius: 50%;
    margin-right: 10px
}
.byz-home-cate {
    margin-right: 10px
}
.byz-home-cate:hover, .byz-home-news-link:hover {
    color: #08c26e
}
.byz-home-news-link {
    color: #666
}
.byz-home-topic-area {
    width: 300px;
    border-left: 1px solid #eee;
    padding: 25px
}
.byz-home-topic-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.byz-home-module-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.byz-home-more {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
    font-size: 14px;
}
.byz-home-more:hover {
    color: #08c26e;
}
.byz-home-more i {
    font-size: 12px
}
.byz-home-topic-list {
    list-style: none;
}
.byz-home-topic-list li {
}
.byz-home-topic-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.byz-home-topic-list li:first-child .byz-home-topic-link {
    padding-top: 0;
}
.byz-home-topic-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.byz-home-rank {
    font-size: 14px;
    width: 8px;
    text-align: center;
    font-weight: 600;
}
.byz-home-rank1 {
    color: #ff5a36;
}
.byz-home-rank2 {
    color: #ff8a00;
}
.byz-home-rank3 {
    color: #ffb400;
}
.byz-home-rank-normal {
    color: #ddd;
}
.byz-home-topic-title {
    color: #333;
    font-size: 14px;
}
.byz-home-topic-link:hover .byz-home-topic-title {
    color: #08c26e;
}
.byz-home-topic-view {
    font-size: 12px;
    color: #999;
}
/* 工具 */
.byz-home-tools {
    padding: 20px;
}
.byz-home-tools h2 {
    font-size: 24px;
    margin-bottom: 20px
}
.byz-home-empty {
    height: 799px;
    border: 2px dashed #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb
}

/* 首屏右侧工具 */

/* 汇率 */
.byz-home-huilv {
	margin-bottom: 15px;
}

.byz-sidebar-exchange-widget {
    width: 100%;
    max-width: 260px;
    font-family: "Microsoft YaHei", sans-serif;
}
.byz-sidebar-exchange-box {
    height: 44px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}
.byz-sidebar-exchange-input {
    width: 105px;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    color: #333;
}
.byz-sidebar-exchange-input:focus {
    outline: none;
}
.byz-sidebar-exchange-currency {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
}
.byz-sidebar-exchange-flag {
    width: 24px;
    height: 18px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 2px;
}
.byz-sidebar-exchange-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
}
.byz-sidebar-exchange-middle-text {
    font-size: 15px;
    color: #444;
}
.byz-sidebar-exchange-switch {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fafafa;
    cursor: pointer;
    color: #666;
    font-size: 11px;
    transition: .2s;
}
.byz-sidebar-exchange-switch:hover {
    background: #f3f3f3;
}
.byz-sidebar-exchange-rate {
    margin-top: 16px;
}
.byz-sidebar-exchange-rate-text {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}
.byz-sidebar-exchange-note {
    margin-top: 6px;
    font-size: 11px;
    color: #888;
    line-height: 1.6;
}
.byz-sidebar-exchange-note i {
    margin-right: 4px;
}
/* 航班 */

.flight-widget {
    width: 100%;
    max-width: 260px;
}
.flight-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}
.flight-box {
}
.city-block {
    padding: 0 0 16px;
}
.flight-box .city-block:last-child {
    padding: 0 0 6px;
}
.city-name {
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.4;
}
.flight-links {
    display: flex;
    gap: 12px;
}
.flight-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    text-decoration: none;
    color: #444;
    font-size: 13px;
    transition: .2s;
}
.flight-link:hover {
    border-color: #2dbb63;
    color: #2dbb63;
}
.flight-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2dbb63;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    flex-shrink: 0;
}
/* 广告 */
.byz-home-adia {
    background: #e8f8e8;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #a9ffd8;
}

.byz-home-adia img {
    width: 100%;
    height: 100%;
}

.byz-home-adia a {
    color: #08c26e;
    font-size: 14px;
}

.byz-home-adia.adia1 {
    height: 148px;
    margin-top: 15px;
	border: none;
}
.byz-home-adia.adia2 {
    height: 140px;
    margin-top: 15px;
}
.byz-home-adia.adia3 {
    height: 140px;
    margin-top: 15px;
}
.byz-home-adia.adia4 {
    height: 250px;
    margin-bottom: 15px;
}
.byz-home-adia.adia5 {
    height: 148px;
    margin-top: 15px;
	border: none;
}