.header-container {
    width: 100%;
    background-color: #fff;
    color: #464646;
}

.header {
    height: 90px !important;
    padding: 0 30px;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 60px !important;
    width: 60px !important;
}

.header .name {
    margin: 0 16px;
    font-weight: 700;
    font-size: 24px;
}

.header .nav {
    max-width: 863px;
    margin-left: 300px;
    align-self: flex-end;
    margin-bottom: 16px;
}

.header .nav li a {
    margin-left: 30px;
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 16px;
}

.header .nav li a .line {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    display: none;
    background-color: #000;
}

.header .nav li a.active .line {
    display: block;
}

.header .user {
    margin-left: auto;
}

.header .user .area {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.header .user .area .name {
    margin: 0 5px;
    font-size: .875rem;
    color: #464646;
    text-decoration: none solid #464646;
    font-weight: bold;
}

.header .user .area .name:hover {
    color: #d93954;
    text-decoration-color: #d93954 !important;
}

.header .user .userinfo {
    margin-left: 16px;
}

.header .user .userinfo img {
    width: 50px;
    height: 50px;
    margin-top: 10px;
}

.banner-container {
    width: 100%;
    position: relative;
}

.banner a {
    display: none;
}

.banner a.active {
    display: block;
}

.banner a img {
    height: 659px;
    width: 100%;
    object-fit: cover;
}

.tab-list {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tab-list .tab {
    padding: 20px 50px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 0 1px;
    min-height: 80px;
    color: #fff;
    background: #2d2d2d;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    border: none;
    text-align: left;
    cursor: default;
    font-size: 20px;
}

.tab-list .active {
    background: #e0301e;
}

.tab-list .tab .desc span {
    /*display: none;*/
    color: #fff;
    font-size: 16px;
}

.tab-list .active .desc span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}

.tab-list .tab .desc::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 10px;
    width: 24px;
    height: 24px;
    background-image: url("/static/new/images/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.section-container {
    width: 100%;
    background: #f2f2f2;
}

.section {
    padding: 40px 0;
    margin: 0 auto;
    width: 1370px;
    display: flex;
    flex-wrap: wrap;
}

.section a {
    padding-left: 15px;
    padding-right: 15px;
}

.section a:hover span {
    color: #d93954;
    text-decoration: underline;
}

.section a img {
    width: 425px;
    height: 320px;
}

.section a span {
    padding: 20px 0;
    display: block;
    font-size: 2.125rem;
    color: #2d2d2d;
}

.section-container .more {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 200px;
    font-size: 20px;
    text-align: center;
    color: #ccc;
}

.section-container .more a {
    color: #ccc;
}

.section-container .more a:hover {
    color: #d93954;
    text-decoration: underline;
}

.section-container .more::after {
    content: "";
    display: inline-block;
    margin: 0 0 0 10px;
    width: 24px;
    height: 24px;
    background-image: url("/static/new/images/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.section-container .page ul {
    padding-bottom: 40px;
    margin: 0 auto;
    width: 1350px;
    display: flex;
    justify-content: center;
}

.section-container .page ul li {
    padding: 10px;
    background: #fff;
    margin-right: 10px;
}

.footer-container {
    width: 100%;
    background: #464646;
}

.footer {
    padding: 40px 0;
    margin: 0 auto;
    width: 1370px;
    display: flex;
}

.footer img {
    width: 60px;
    height: 60px;
    margin-right: 48px;
}

.footer .content p, .footer .content p a, .footer ul li a {
    color: #fff;
    font-size: .857rem;
}

.footer ul {
    margin-top: 40px;
    display: flex;
}

.footer ul li {
    margin-right: 30px;
}

.channel-banner {
    width: 100%;
    position: relative;
}

.channel a {
    display: none;
}

.channel a.active {
    display: block;
}

.channel a img {
    height: 659px;
    width: 100%;
    object-fit: cover;
}

.channel-banner .channel-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.channel-banner .channel-list li {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-right: 5px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 120px;
    color: #fff;
    background: #2d2d2d;
    cursor: default;
    border-radius: 10px;
}

.channel-banner .channel-list li.active {
    background: #e0301e;
}

.channel-banner .channel-list li a {
    font-size: 20px;
    color: #fff;
}

.channel-info {
    padding: 40px;
    margin: 0 auto 40px;
    width: 1290px;
    background: #fff;
}

.detail-info {
    display: none;
    padding: 40px;
    margin: 0 auto;
    width: 1290px;
    background: #fff;
}

.detail-info span {
    text-wrap-mode: wrap !important;
}

.detail-active {
    display: block;
}

.channel-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    background: #2d2d2d;
    color: #fff;
    font-size: 2.125rem;
}

.crumbs {
    padding: 20px 0;
    margin: 0 auto;
    width: 1370px;
    display: flex;
    justify-content: space-between;
}

.right-fixed {
    position: fixed;
    right: 0;
    top: 25%;
}

.right-fixed .close {
    width: 70px;
    height: 44px;
    opacity: 1;
    border-radius: 16px 0px 0px 16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}

.right-fixed .close .open-btn {
    width: 8px;
    height: 8px;
    margin-left: 10px;
    margin-top: 18px;
}

.right-fixed .close .content {
    width: 44px;
    height: 166px;
    border-radius: 8px 0px 0px 16px;
    background: linear-gradient(90deg, rgba(255, 111, 38, 1) 0%, rgba(255, 169, 20, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-fixed .close .content .logo {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 221, 176, 1);
    box-shadow: 0px 2px 8px rgba(255, 145, 27, 0.5);
    border-radius: 5px;
    margin: 4px 0 10px;
}

.right-fixed .close .content .lianxi {
    width: 16px;
    height: 96px;
}

.right-fixed .open {
    display: none;
    flex-direction: column;
}

.right-fixed .open .top {
    width: 500px;
    height: 44px;
    opacity: 1;
    border-radius: 16px 0px 0px 16px;
    background: linear-gradient(90deg, rgba(255, 111, 38, 1) 0%, rgba(255, 169, 20, 1) 100%);
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.right-fixed .open .top .open-btn {
    width: 8px;
    height: 8px;
}

.right-fixed .open .top .logo {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(255, 221, 176, 1);
    box-shadow: 0px 2px 8px rgba(255, 145, 27, 0.5);
    border-radius: 5px;
    margin: 0 10px;
}

.right-fixed .open .top .title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.right-fixed .open .top .close-btn {
    width: 16px;
    height: 16px;
    margin-left: auto;
}

.right-fixed .open .container {
    width: 468px;
    height: 372px;
    border-radius: 0px 0px 0px 12.16px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    padding: 8px;
    position: relative;
}

.right-fixed .open .container .list {
    display: flex;
    flex-direction: column;
    height: 270px;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.right-fixed .open .container .list::-webkit-scrollbar {
    display: none;
}

.right-fixed .open .container .item {
    margin-top: 8px;
    margin-bottom: 16px;
    display: flex;
}

.right-fixed .open .container .item .content {
    display: flex;
    flex-direction: column;
}

.right-fixed .open .container .item .avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 6px;
}

.right-fixed .open .container .item .name {
    font-size: 10px;
    color: rgba(153, 153, 153, 1);
}

.right-fixed .open .container .item .name-right {
    margin-left: auto;
}

.right-fixed .open .container .item .weixin {
    width: 70px;
    height: 70px;
}

.right-fixed .open .container .item .desc {
    margin: 6px 0;
    padding: 8px;
    border-radius: 4px;
    background: rgba(245, 245, 245, 1);
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 24px;
}

.right-fixed .open .container .item .user-desc {
    padding: 8px;
    border-radius: 4px;
    background: rgba(42, 130, 228, 1);
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 24px;
}

.right-fixed .open .container .item-right {
    margin-left: auto;
}

.right-fixed .open .container .input {
    position: absolute;
    bottom: 8px;
    width: 100%
}

.right-fixed .open .container .input textarea {
    width: calc(100% - 40px);
    height: 66px;
    border-radius: 4px;
    background: rgba(245, 245, 245, 1);
    border: none;
    padding: 12px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.right-fixed .open .container .input .button {
    position: absolute;
    bottom: 8px;
    right: 24px;
    width: 48px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(90deg, rgba(255, 111, 38, 1) 0%, rgba(255, 169, 20, 1) 100%);
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}