:root{
    --000000:#000000;
    --151b74:#151b74;
    --ffffff:#ffffff;
    --f59c50: #f59c50;
    --FF9046:#FF9046;
    --282828:#282828;
    --ffd733:#22243F;
    --040101:#040101;
    --3975c7: #3975c7;
    --a9a9a9:#a9a9a9;
    --1B1104:#1B1104;
    --E1AE64:#E1AE64;
    --E5B876:#E5B876;
    --ffd733:#ffd733;
    --edf2fa:#edf2fa;
    --F8FBFD: #F8FBFD;
    --999999:#999999;
    --2F7889:#2F7889;
}
body{
    line-height: 1.4;
    color: var(--282828);
    background-color: var(--F8FBFD);
}
.fz{
    font-size: 16px;
}
.highlight-keyword {
    color: var(--ffd733);
    font-weight: bold;
    padding: 0 2px;
    border-radius: 2px;
  }
#app{
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    font-size: .2rem;
}
.page{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
header{
    z-index: 2;
    overflow: hidden;
}
.banner{
    height: 70vh;
    min-height: 500px;
    max-height: 760px;
    background: url(../images/bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 5% 0;
    display: flex;
}
.banner .page{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.banner img{
    width: 100%;
    height: auto;
}
.banner p{
    font-size: 2.2em;
    color: var(--282828);
}
.banner h2{
    font-size: 4.5em;
    line-height: 1.2;
    font-style: italic;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}
.banner h2 span:nth-child(2){
    font-size: 1.3em;
}
.banner .b_l{
    width: 40%;
    height: auto;
}
.banner .b_l p{
    font-weight: 700;
    font-style: italic;
    padding-bottom: .3em;
}
.banner .b_r{
    width: 45%;
    height: auto;
}
.h_top{
    transform: translateY(-5em);
}
.h_txt{
    padding: 2em 3em;
    border-radius: 1em;
    background-color: var(--282828);
}
.h_tag h3{
    color: var(--ffd733);
    font-size: 1.7em;
    padding-bottom: .3em;
}
.h_tag:first-of-type{
    padding-bottom: 1em;
}
.h_tag p{
    color: var(--ffffff);
}
/*  */
.main{
    position: relative;
    min-height: 50em;
    transition: all 0.3s ease;
}
.search{
    width: 80%;
    height: auto;
    position: absolute;
    top: -2em;left: 10%;
}
.search .textbox{
    height: 3.5em;
    border: 1px solid var(--282828);
    font-size: 1em;
    border-radius: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.search .textbox input{
    width: calc(100% - 3em);
    padding: 0 1em;
    font-size: 1.5em;
    color: var(--282828);
    background-color: var(--F8FBFD);
    border-radius: 3em;
    outline: none;
    text-align: center;
}
.search .textbox input::placeholder{
    color: var(--288228);
    text-align: center;
}

.search .textbox a{
    background-color: var(--282828);
    color: var(--ffd733);
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    font-size: 2em;
    margin-right: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.m_tips{
    padding: 3em 0 0 1.5em;
    
}
.topic{
    font-size: 1.4em;
    padding-bottom: .8em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    display: none;
}
.topic span{
    font-size: .8em;
    padding: .5em 1em;
    cursor: pointer;
}
.m_tips .line{
    height: 1px;
    background-color: var(--282828);
    width: 100%;
    position: relative;
    display: none;
}
.m_tips .line:before{
    content: '';
    position: absolute;
    top: -2px;left: 0;
    width: 8em;
    height: 5px;
    background-color: var(--282828);
}
.m_views {
    margin-top: 1em;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.scroll-container {
  display: flex;
  overflow: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* 移动端滑动更流畅 */
}

.scroll-container::-webkit-scrollbar {
  width: 1em;
  height: .5em;
}
.scroll-content{
    width: 1200px;
}
.m_views ul{
    display: flex;
    flex-wrap: nowrap;
}
.m_views li{
    padding: .5em 1.4em;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 .4em rgba(0, 0, 0, .25);
    color: var(--999999);
    border-radius: .3em;
    margin: 1em .5em;
    cursor: pointer;
}

.m_views li.active{
    color: var(--282828);
    background-color: var(--ffd733);
    border: transparent;
}
/*  */
.m_sum{
    padding: 2em 0 1em;
    transition: all 0.3s ease;
}
.m_list{
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .5em;
    box-shadow: 0 0 .4em rgba(0, 0, 0, .15);
    padding: 1.5em;
    margin-bottom: 1.5em;
}

.m_l_up{
    display: flex;
    justify-content: space-between;
}
.m_l_l{
    width: 15%;
    height: auto;
}
.m_l_up .m_l_l{
    height: 10em;
}
.m_l_l img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m_l_r{
    width: 83%;
    padding: 1em;
    position: relative;
    overflow: hidden;
}
.r_top{
    display: flex;
    justify-content: space-between;
}
.m_l_r .icon img{
    width: 2em;
    height: auto;
}
.m_l_r .icon{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1em;
    max-width: 70%;
}
.m_l_r .icon span{
    margin-left: .5em;
    color: var(--282828);
}
.r_top .r_follow{
    min-width: 3em;
    color: var(--282828);
    background-color: var(--ffd733);
    padding: .3em 1em;
    border-radius: 2em;
}
.r_title{
    padding: 1em 0;
    font-size: 1.5em;
}

.r_des{
    line-height: 2;
}

.m_l_down{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m_l_down .m_l_r{
    display: flex;
    justify-content: flex-end;
    padding: .5em 1em;
}
.m_l_down .m_l_r .btn{
    margin-left: .5em;
    animation: throttle 1s step-end forwards;
}
.m_l_down .m_l_r .btn span:nth-child(2){
    color: var(--999999);
    font-size: .8em;
    padding: 0 .5em;
}

.load-more {
  text-align: center;
  margin: 1em auto;
}

.load-more button {
  padding: 0.8em 2em;
  color: var(--282828);
  background-color: var(--ffd733);
  border-radius: .3em;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: throttle 1s step-end forwards;
}

.load-more button:hover {
  opacity: 0.9;
}
@keyframes throttle {
	from {
		cursor: default;
		pointer-events: none;
		filter: grayscale(100%);
	}
	to{
		cursor: pointer;
		pointer-events: all;
	}
}
/*  */
.currentSize p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    flex-wrap: wrap;
}
.currentSize p span{
    font-weight: 350;
}
.currentSize p a img{
    width: 1.5em;
    height: auto;
    margin-left: 1em;
}
.currentSize p a{
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: var(--282828);
    font-weight: 500;
}


@media(max-width: 1320px){
    .page {
        padding: 0 5%;
    }
    .banner .page {
        padding: 0 10%;
    }
    .banner .b_l{
        width: 45%;
        height: auto;
    }
    .banner .b_r{
        width: 55%;
        padding-left: 2em;
    }
    .m_views {
        width: 100%;
        overflow: hidden;
    }
}
@media(max-width: 999px){
    .fz{
        font-size: 14px;
    }
}
@media(max-width: 860px){
    .fz{
        font-size: .32rem;
    }
    .banner {
        height: 50vh;
        min-height: 400px;
        max-height: 660px;
        padding: 20% 0;
        position: relative;
    }
    .banner .page {
        height: 100%;   
    }
    .banner .b_l {
        width: 60%;
        position: relative;
        z-index: 3;
    }
    .banner .b_r {
        width: 60%;
        padding-left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .banner h2{
        font-size: 2.5em;
    }
    .m_tips {
        padding: 3em 0 0 0;
    }
    .topic span {
        padding: .3em .5em;
    }
    .m_views {
        margin-top: .1em;
    }
    .m_views li {
        margin: .5em .5em;
    }
    .m_views li:first-of-type{
        margin: .5em .5em .5em 0;
    }
    .m_l_l{
        width: 28%;
    }
    .m_l_r {
        width: 70%;
        padding: 0;
    }
    .m_l_r .icon img {
        width: 1.2em;
    }
    .r_top .r_follow {
        padding: .2em 1em;
        font-size: .8em;
    }
    .r_title {
        padding: .5em 0;
        font-size: 1.2em;
    }
    .r_des {
        line-height: 1.4;
    }
    .scroll-container {
        -ms-overflow-style: none; /* IE 和 Edge */
        scrollbar-width: none; /* Firefox */
    }
    .scroll-container::-webkit-scrollbar {
        height: 0;
        border: 0;
        outline: none;
        display: none !important;
        opacity: 0;
        background-color: var(--F8FBFD);
    }

    .scroll-container::-webkit-scrollbar-thumb {
        background-color: var(--F8FBFD);
        opacity: 0;
        color: transparent;
    }
    .scroll-container::-webkit-scrollbar-track {
        background-color: transparent;
        border: none;
    }
    .currentSize p {
        font-size: 1.2em;
    }
}
/* sidebar */
.sidebar{
    position: fixed;
    right: 1em;
    bottom: 30%;
    z-index: 9;
}
.sr_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .2em;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    border: 1px solid var(--282828);
    box-sizing: border-box;
    margin-top: 1em;
    cursor: pointer;
}
.sr_box img{
    width: 2em;
    height: auto;
}
.sr_box span{
    font-size: .8em;
    text-align: center;
    line-height: 1.1;
    padding-top: .2em;
}
.sr_box1{
    background-color: var(--ffd733);
    color: var(--282828);
}
.sr_box2{
    background-color: var(--282828);
    color: var(--ffd733);
}
@media(max-width: 860px){
    .sr_box{
        width: 5em;
        height: 5em;
    }
    .sr_box span {
        font-size: .7em;
    }
}
/*  */
/* share */
.shares{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;left: 0%;
    background-color: rgba(0,0,0,.3);
    z-index: 99;
    display: none;
}
.shares .close{
    position: absolute;
    top: 1em;right: 1em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    color: var(--ffffff);
}
.she-cont{
    width: 90%;
    max-width: 800px;
    height: auto;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--282828);
    box-sizing: border-box;
    background-color: var(--ffffff);
    border-radius: 1em;
    overflow: auto;
    border: 1px solid var(--d4a46e);
}
.she-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 2em 0;
    width: 80%;
    margin: 0 auto;
}
.she-title img{
    width: .4rem;
    height: auto;
    transform: scaleX(-1);
}
.she-title h4{
    font-size: .4rem;
    padding-left: .5em;
    text-align: center;
}
.she-text{
    padding: 2em;
    display: flex;
    flex-direction: column;
    font-weight: 350;
    line-height: 1.6;
}
.she-text p:nth-child(1){
    padding-bottom: .4em;
    font-weight: 500;
}
.she-text p:nth-child(5){
    padding-top: .4em;
    font-weight: 500;
}
.she-text p:nth-child(2),
.she-text p:nth-child(3),
.she-text p:nth-child(4){
    color: var(--2F7889);
}
.she-text1 span{
    display: block;
    color: #ffd733;
}
.she-text1{
    padding-bottom: 2em;
    border-bottom: 1px solid var(--white);
}
.she-icons{
    padding: 2em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--ffd733);
}
.she-icons li{
    width: .6rem;
    height: .6rem;
    min-width: .6rem;
    margin-right: .2rem;
    cursor: pointer;
}
.she-icons li img{
    width: 100%;
    height: auto;
}
.she-icons li:last-child{
    margin-right: 0;
}
@media(max-width: 860px){
    .fz{
        font-size: .32rem;
    }
    .shares .close {
        width: 1.5em;
        height: 1.5em;
    }
    .she-cont{
        max-height: 90%;
        border-radius: .3rem;
    }
    .she-title h4 {
        font-size: .5rem;
    }
    .she-title img {
        width: .5rem;
    }
    .she-text {
        font-size: 1em;
    }
    .she-text1 {
        padding-bottom: 2em;
    }
    .she-icons li {
        width: 1rem;
        height: 1rem;
        min-width: 1rem;
        margin-right: .3rem;
        cursor: pointer;
    }
    .she-icons {
        padding: .5rem .25rem .3rem;
    }

}