html, body {
    margin: 0;
    font-size: 15px;
    font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    line-height: 1.6;
    color: var(--theme-color);
    background-color: var(--theme-background);
    word-wrap: break-word;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}
.headBg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .3;
    background-repeat: repeat-x;
    background-size: 100% auto;
}

form, input, textarea {
    border: 0;
    outline: 0;
}

input, button, textarea, select {
    border: 0;
    outline: 0;
    resize: none;
}

a {
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}

a:hover {
  color: var(--theme-theme);
}

[v-cloak] {
   display: none;
}

#app{
    position: relative;
    z-index: 9;
}


/* 导航栏 */
.headerBox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    z-index: 99;
}
.headerKox{
    height: 68px;
}
.headerBox .bg{
    position: absolute;
    inset: 0;
    box-shadow: 0 3px 5px rgba(214, 214, 214, .22);
    background-color: var(--theme-other_background);
    transition: 'opacity 0.2s';
}

.headerBox .box{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    overflow: hidden;
    width: 1200px;
}

.headerBox .box .logoBox{
    display: inline-flex;
    align-items: center;
    transition: 'opacity 0.2s';
}

.headerBox .box .logoBox .logo{
    height: 43px;
}
.headerBox .box .logoBox .title{
    margin-left: 18px;
    font-size: 20px;
    font-weight: bold;
}

.headerBox .box .navs{
    display: inline-flex;
    align-items: center;
}
.headerBox .box .navs .iconfont{
    display: none;
}

.headerBox .box .navs .item,.headerBox .box .navs a{
    padding: 4px 0;
    margin-left: 25px;
    cursor: pointer;
    white-space: nowrap;
}
.headerBox .box .navs .item:hover{
    color: var(--theme-theme);
}


.headerBox .box .search{
    position: relative;
    flex: 1;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 15px 0 auto;
    background-color: var(--theme-background);
}
.headerBox .box .search:after{
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: 0 2px 4px var(--theme-theme);
    border-radius: 40px;
    border: 1px solid var(--theme-color);
    opacity: .05;
}
.headerBox .box .search input{
    position: relative;
    z-index: 9;
    flex: 1;
    height: 100%;
    border-radius: 54px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 24px;
    color: var(--theme-color);
    background-color: transparent;
}
.headerBox .box .search .btn{
    position: relative;
    z-index: 9;
    width: 64px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.headerBox .box .search .btn .iconfont{
    font-size: 26px;
    font-weight: bold;
    color: var(--theme-theme);
}


/* 首页 */
.homeBox{
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 180px);
    text-align: center;
    padding-top: 68px;
}
.homeBox .box{
    width: 680px;
    margin: auto;
}
.homeBox .logoBox{
    display: inline-flex;
    align-items: center;
}
.homeBox .logoBox .logo{
    height: 68px;
    margin: 0 8px;
}
.homeBox .logoBox .title{
    margin: 0 8px;
    font-size: 30px;
    font-weight: bold;
}
.homeBox .subTitle{
    padding: 10px 0 10px;
    opacity: .6;
}
.searchBox .search{
    position: relative;
    margin: auto;
    margin-top: 30px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    width: 100%;
    height: 54px;
    border-radius: 54px;
    display: flex;
    align-items: center;
}
.searchBox .search input{
    flex: 1;
    height: 100%;
    border-radius: 54px;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 24px;
    color: var(--theme-color);
    background-color: transparent;
}
.searchBox .search .btn{
    width: 64px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.searchBox .search .btn .iconfont{
    font-size: 26px;
    font-weight: bold;
    color: var(--theme-theme);
}

.footerBox{
    padding: 30px 15px 20px;
}


.footerBox .box{
    text-align: center;
    margin: auto;
    height: 100%;
    overflow: hidden;
    width: 1200px;
}

.footerBox .box p{
    opacity: .78;
    padding: 4px 0;
}

.home{
    margin-top: 78px;
    text-align: left;
}

.home .block{
    border-radius: 12px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    margin-bottom: 20px;
    padding-top: 20px;
}
/*.home .block:last-child{*/
/*    margin-bottom: 0;*/
/*}*/

.home .nav{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    padding: 0 20px 4px;
    display: flex;
    align-items: center;
}
.home .nav img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.home .content{
    min-height: 200px;
}


.home .content .list{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px 15px;
}

.home .content .list .item{
    position: relative;
    display: block;
    width: 130.8px;
    margin: 8px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    text-align: center;
    padding: 2px 0;
    transition: all .5s;
}
.home .content .list .item:hover{
    transform: translateY(-5px);
}
.home .content .list .item p{
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .content .list .item .img{
    position: relative;
    width: 100%;
    height: 192px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}
.home .content .list .item .img img{
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home .content .list .item .img span{
    position: absolute;
    inset: 0;
    font-size: 12px;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}


.home.homeNO{
    display: flex;
}
.home.homeNO .block{
    margin: 0 6px;
    flex: 1;
    width: 0;
}

.home.homeNO .content .list {
    padding: 10px;
}
.home.homeNO .content .list .item {
    width: 100%;
    margin: 0;
    border-radius: 0;
    text-align: left;
    max-width: 282px;
}
.home.homeNO .content .list .item p {
    margin-top: 0;
    padding: 4px 6px;
}
.home.homeNO .content .list .item:hover{
    transform: translateY(0);
}
.home.homeNO .content .list .item p span {
    color: #c4c7ce;
    margin-right: 6px;
}
.home.homeNO .content .list .item:nth-child(1) p span {
    color: #FE2D46;
}
.home.homeNO .content .list .item:nth-child(2) p span {
    color: #FF6600;
}
.home.homeNO .content .list .item:nth-child(3) p span {
    color: #FAA90E;
}


.el-dialog{
    background-color: var(--theme-other_background);
}

.layerBox .vname{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.layerBox .vbtn{
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.layerBox .el-textarea textarea{
    background-color: #f7f7f7;
	border-radius: 8px;
    width: 100%;
	height: 240px;
	margin: 15px auto 0;
	padding: 15px;
	box-sizing: border-box;
    box-shadow: none;
}

.layerBox .el-textarea__inner:focus{
    box-shadow: none;
}



.listBox{
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 180px);
    display: flex;
}
.listBox h3{
    position: relative;
    padding: 30px 0 15px 15px;
}
.listBox h3:after{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 4px;
    background-color: var(--theme-theme);
    height: 18px;
}
.listBox h3 span{
    color: var(--theme-theme);
}

.listBox .nav{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    padding: 30px 0 14px;
    display: flex;
    align-items: center;
}
.listBox .nav img{
    width: 22px;
    height: 22px;
    margin-right: 12px;
} 

.listBox .left{
    width: 0;
    flex: 1;
    overflow: hidden;
}
.listBox .left .list{
    padding: 0 15px;
    
}
.listBox .left .list .item{
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.listBox .left .list .item .title{
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 4px;
    color: var(--theme-theme);
}
.listBox .left .list .item .title p{
    color: var(--theme-color);
}
.listBox .left .list .item .title p span{
    color: var(--theme-theme);
}
.listBox .left .list .item .btns{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.listBox .left .list .item .btns .btn{
    position: relative;
    margin-right: 35px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
	color: var(--theme-color);
}
.listBox .left .list .item .btns .btn .iconfont{
    font-size: 18px;
    margin-right: 5px;
}

.listBox .left .list .item .btns .btn .icon{
    width: 20px;
    margin-right: 5px;
    flex: none;
}
.listBox .left .list .item .type{
	position: relative;
	color: #999;
	flex: none;
	padding-left: 25px;
	margin-top: 10px;
}

.listBox .left .list .item .type::after{
	content: "\e619";
	position: absolute;
	top: -3.4px;
	left: 0;
	font-family: 'iconfont';
	font-size: 20px;
}
.listBox .left .list .item .type span{
    margin-right: 35px;
}
.listBox .left .list .item .type span span{
    color: #FF3F3D;
}

.listBox .left .list .item .type.time::after{
	content: "\ebb1";
}
.listBox .left .list .item .type.cate::after{
	content: "\e65f";
}


.listBox .right{
    width: 300px;
    margin-left: 20px;
}
.listBox .box{
    border-radius: 12px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    min-height: calc(100% - 71px);
    padding: 15px;
}

.listBox .right .box{
    height: auto;
    min-height: auto;
}

.listBox .right .list .item {
    width: 100%;
    margin: 0;
    border-radius: 0;
    text-align: left;
}
.listBox .right .list .item p {
    margin-top: 0;
    padding: 4px 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listBox .right .list .item:hover{
    transform: translateY(0);
}
.listBox .right .list .item p span {
    color: #c4c7ce;
    margin-right: 6px;
}
.listBox .right .list .item:nth-child(1) p span {
    color: #FE2D46;
}
.listBox .right .list .item:nth-child(2) p span {
    color: #FF6600;
}
.listBox .right .list .item:nth-child(3) p span {
    color: #FAA90E;
}


.listBox .screen{
    width: 120px;
    margin-right: 20px;
}
.listBox .screen .fixed{
    position: fixed;
    width: 120px;
    z-index: 9;
}
.listBox .screen .box{
    height: auto;
    padding: 5px 15px;
}
.listBox .screen .box a{
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.listBox .screen .box a:last-child{
    border-bottom: none;
}
.listBox .screen .box a.active{
    font-weight: bold;
    color: var(--theme-theme);
}


.listBox .details{
    padding: 40px 50px;
    min-height: inherit;
}

.details .pic{
    width: 160px;
    height: 212px;
    border-radius: 8px;
    background-color: var(--theme-background);
    margin: 0 auto 30px;
}
.details .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.details .title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--theme-theme);
}
.details .cat{
    display: flex;
    font-size: 15px;
    padding: 8px 0;
}
.details .cat .l{
    flex: none;
    width: 80px;
    opacity: .5;
}
.details .cat .r{
    opacity: 1;
    flex: 1;
    width: 0;
}
.details .cat .r a{
    color: var(--theme-theme);
    word-wrap:break-word;
 	word-break:normal;
}
.details .cat .r .icon{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.details .cat .r span{
    vertical-align: middle;
}
.details .btns {
    display: flex;
    margin-top: 24px;
    justify-content: center;
}
.details .btns .btn {
    position: relative;
    width: 125px;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    background-color: var(--theme-other_background);
    margin: 0 2px;
    font-size: 14px;
    color: var(--theme-color);
    text-align: center;
    opacity: .88;
    cursor: pointer;
}
.details .btns .btn .iconfont{
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.details .btns .btn:after{
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: 0 2px 4px var(--theme-theme);
    border-radius: 38px;
    border: 1px solid var(--theme-color);
    opacity: .1;
}
.details .btns .btn.btnCol{
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
}
.details .btns .btn:hover{
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
}

.searchDetail{
    display: none;
}




.page{
    display: flex;
    padding: 20px 0 15px;
    justify-content: center;
}

.el-pagination.is-background .btn-next.is-disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.is-disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.is-disabled, .el-pagination.is-background .el-pager li:disabled {
    background-color: var(--theme-other_background);
    color: var(--theme-color);
}

.el-pagination.is-background .btn-next.is-active, .el-pagination.is-background .btn-prev.is-active, .el-pagination.is-background .el-pager li.is-active {
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
}
.el-pager li.is-active, .el-pager li:hover {
    color: var(--theme-theme);
}


.searchList{
    display: none;
}

.loader {
    margin: auto;
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 24px;
    background: radial-gradient(circle closest-side,var(--theme-theme) 94%,#0000) right/calc(200% - 1em) 100%;
    animation: l24 1s infinite alternate linear;
}
.loader::before {
    content: "全网检索中，请稍等...";
    line-height: 1em;
    color: #0000;
    background: inherit;
    background-image: radial-gradient(circle closest-side,#fff 94%,var(--theme-theme));
    -webkit-background-clip:text;
            background-clip:text;
}
  
@keyframes l24{
    100%{background-position: left}
}


.listBox .Ebox{
    border-radius: 12px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    padding: 15px;
    margin-bottom: 15px;
}
.listBox .left .Ebox .list .item:last-child{
    border-bottom: none;
}
.Qtips{
    text-align: center;
    font-size: 14px;
    color: #999;
}
.Qbtn{
    text-align: center;
    padding-top: 10px;
}
.Qbtn .btn{
    display: inline-block;
    color: #999999;
    cursor: pointer;
}



/*//相关资源*/
.listBox .details.samelistBox{
    padding: 25px 30px;
}
.samelist {
    display: flex;
    flex-wrap: wrap;
}
.samelist .item {
    width: 50%;
    margin: 0;
    border-radius: 0;
    text-align: left;
    padding: 3px 0;
}
.samelist .item p {
    margin-top: 0;
    padding: 4px 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.samelist .item:hover{
    transform: translateY(0);
}
.samelist .item p span {
    color: #c4c7ce;
    margin-right: 6px;
}
.samelist .item:nth-child(1) p span {
    color: #FE2D46;
}
.samelist .item:nth-child(2) p span {
    color: #FF6600;
}
.samelist .item:nth-child(3) p span {
    color: #FAA90E;
}


/*全网搜线路切换*/
.source-switch {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
}

.source-switch h3{
    margin-right: 6px;
}

.switch-items {
    display: flex;
    gap: 18px;
    padding-top: 16px;
}

.switch-items a {
    position: relative;
    padding: 5px 0;
    text-decoration: none;
    transition: all 0.3s;
}

.switch-items a:hover {
    color: var(--theme-theme);
}

.switch-items a.active {
    color: var(--theme-theme);
    font-weight: bold;
}

.switch-items a.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 4px;
    margin: auto;
    border-radius: 4px;
    background-color: var(--theme-theme);
}
.vtips{
    font-size: 14px;
    color: #999;
    padding: 10px 0 0;
}
.vtips a{
    font-weight: bold;
    color: var(--theme-theme);
}

.btns2{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    color: var(--theme-other_background);
    background-color: var(--theme-theme);
    font-size: 14px;
    width: 100px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.dialogUrlBox{
    width: 450px;
    border-radius: 18px;
}
.dialogUrlBox .dialogUrl{
    min-height: 100px;
}
.dialogUrlBox .dialogUrl .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.dialogUrlBox .dialogUrl .title span {
    color: var(--theme-theme);
}
.dialogUrlBox .dialogUrl .tips {
    margin-top: 12px;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.dialogUrlBox .dialogUrl .qrcode {
    margin: 24px auto 0;
    width: 200px;
    height: 200px;
    border: 1.5px solid #e5e6e8;
    border-radius: 4px;
}
.dialogUrlBox .dialogUrl .qrcode canvas{
    width: 100%;
    height: 100%;
    padding: 10px;
}
.dialogUrlBox .dialogUrl .nav{
    margin-top: 15px;
    font-size: 15px;
}
.dialogUrlBox .dialogUrl .nav .item{
    color: #333;
	text-align: center;
    margin-top: 5px;
}
.dialogUrlBox .dialogUrl .nav .item .t {
	font-weight: 600;
}
.dialogUrlBox .dialogUrl .nav .item a {
	color: var(--theme-theme);
}
.dialogUrlBox .dialogUrl .statement {
    margin-top: 24px;
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
    border-top: 1px dashed #e6e6e6;
}
.dialogUrlBox .dialogUrl .statement .content {
    margin-bottom: 8px;
    color: #666;
    line-height: 1.6;
}
.dialogUrlBox .dialogUrl .statement .content p{
    text-align: justify;
    margin-top: 5px;
}
.dialogUrlBox .el-icon{
    font-size: 20px;
}




@font-face {
  font-family: "iconfont"; /* Project id 4485496 */
  src: url('//at.alicdn.com/t/c/font_4485496_re46ysj9vba.woff2?t=1725422453573') format('woff2'),
       url('//at.alicdn.com/t/c/font_4485496_re46ysj9vba.woff?t=1725422453573') format('woff'),
       url('//at.alicdn.com/t/c/font_4485496_re46ysj9vba.ttf?t=1725422453573') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shijian_o:before {
  content: "\ebb1";
}

.icon-laiyuan1:before {
  content: "\e619";
}

.icon-laiyuan:before {
  content: "\e651";
}

.icon-yun_o:before {
  content: "\ebb3";
}

.icon-fenxiang1:before {
  content: "\e626";
}

.icon-fangwen:before {
  content: "\e6d5";
}

.icon-xiala:before {
  content: "\e65b";
}

.icon-caidan:before {
  content: "\e65d";
}

.icon-UC:before {
  content: "\e7cb";
}

.icon-xunlei:before {
  content: "\ea50";
}

.icon-baiduwangpan:before {
  content: "\e698";
}

.icon-aliyunpan:before {
  content: "\e615";
}

.icon-fenlei:before {
  content: "\e65f";
}

.icon-tiaozhuan:before {
  content: "\e658";
}

.icon--lianjie:before {
  content: "\e606";
}

.icon-fenxiang:before {
  content: "\e65c";
}

.icon-fuzhi:before {
  content: "\e60f";
}

.icon-date:before {
  content: "\e611";
}

.icon-kuake:before {
  content: "\e67d";
}

.icon-sousuo:before {
  content: "\e623";
}
/*广告样式 开始*/
.pwd-body {
    /* padding: 20px; */
    /* background: #ffeff0; */
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    margin: auto;
    /* border: 1px solid #f9c6ca; */
    margin-top: 10px;
}


.modal-message {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #444;
}

.important-notice {
    display: inline-block;
    background-color: #ffe4e6;
    color: #d6001c;
    border-radius: 8px;
    padding: 2px 6px;
    font-weight: normal;
    margin: 0 3px;
}

#closeModal {
    background-color: #fc9fbf;
    color: white;
    font-size: 0.99rem;
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #f9c6ca;
    margin-top: 10px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.homeBox .subTitle {
    opacity: .6;
    color: #10263e;
    /* background-color: #e6e6e6; */
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    50% {
        border-color: transparent;
    }
    100% {
        border-color: orange;
    }
}

.typewriter {
    overflow: hidden;
    border-right: .15em solid orange;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: .15em;
    animation: typing 5.5s steps(44, end) infinite 3s, blink-caret .75s step-end infinite;
}

.text-orange {
    color: #960202 !important;
}


.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-primary {
    color: #10263e;
    margin-top: 20px;
}

.text-danger {
    color: #c6303e !important;
}



.yp-detail-main-info-notice {
    border-radius: .55rem;
    display: flex
;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
    --tw-bg-opacity: 1;
    background-color: #FEFAFA;
    font-size: 12px;
    line-height: 17px;
    --tw-text-opacity: 1;
    border: 1px solid #FADFDF;
    box-sizing: border-box;
}

.relative {
    position: relative;
}
.flex {
    display: flex
;
}
.w-full {
    width: 100%;
}
.flex-row {
    flex-direction: row;
}
.items-start {
    align-items: flex-start;
}
.rounded-lg {
    border-radius: .5rem;
}
.border, .border-\[1px\] {
    border-width: 1px;
}
.border-notice-border {
    border-color: var(--color-notice-border);
}
.bg-notice-bg {
    background-color: var(--color-notice-bg);
}
.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.pl-4 {
    padding-left: 1rem;
}
.pr-\[22px\] {
    padding-right: 22px;
}
.text-center {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}
.leading-4 {
    line-height: 1rem;
}

.flex-grow {
    flex-grow: 1;
}
.pl-3 {
    padding-left: .75rem;
}
.text-left {
    text-align: left;
}
.text-notice-text {
    color: var(--color-notice-text);
}
.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}




.showQrCodetitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: var(--theme-theme);
}


.showQrCodeintro {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
}





#sidebar_fulishe {
    background: linear-gradient(to right bottom, #f9ecc4 0%, #eadfab 100%);
}


.sidebar-inner{
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
}

.sidebar-inner .sidebar-card {
    border-radius: 12px;
}
.sidebar-card, .block {
    box-shadow: none;
}
.sidebar-card, .block {
    background: #fff;
    border-width: 0;
    margin-bottom: 1rem;
    box-shadow: 0px 0px 20px -5px rgba(158, 158, 158, .2);
    transition: background-color .3s;
}
.sidebar-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, .125);
    border-radius: 12px;
   
}


.sidebar-inner .card-header {
    border: 0;
    padding: 20px 20px 15px;
}


.sidebar .card-header {
    position: relative;
    background-color: transparent;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    /*background-color: unset;*/
    border-bottom: 1px solid rgba(130, 130, 130, .1);
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    /*background-color: rgba(0, 0, 0, .03);*/
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}


.sidebar .card-header:after {
    background-color: transparent;
}
.sidebar .card-header:after {
    content: "";
    background-color: rgba(40, 53, 147, 1);
    left: 1.25rem;
    width: 50px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#sidebar_fulishe h4 {
    color: #6a3f00;
    padding: 0;
}
.text-md {
    font-size: 1.2rem !important;
}

#sidebar_fulishe h4:after {
    background: linear-gradient(to right bottom, #f9ecc4 0%, #eadfab 100%);
    z-index: -1;
}

/*#sidebar_fulishe h3:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 4px;
    height: 18px;
}*/
/*
.sidebar-inner h3 {
    font-weight: 700;
    margin: 0;
}
.page h1, .page h2, .page h3 {
    font-weight: 600;
}*/

/**/

body, input, button, select, optgroup, option, textarea, blockquote, dd, dl, figure, form, pre, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*
.h3, h3 {
    font-size: 1.75rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}*/




#sidebar_fulishe .yinghe_into {
    z-index: 1;
    margin-left: 10px;
    line-height: 21px;
    font-size: 12px;
    margin-top: 4px;
}
.yinghe_into {
    font-size: 13px;
    color: #fff2a2;
    line-height: 25px;
    margin-top: -1px;
    position: relative;
    padding: 0 10px;
}


.yinghe_into::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 3px;
    height: 15px;
    width: 15px;
    display: inline-block;
    background: #283593;
    border-radius: 2px;
    transform: rotate(45deg) skewX(-5deg);
    z-index: -1;
}

.yinghe_into::after {
    content: '';
    transform: skewX(-5deg);
    border-radius: 5px;
    background: #283593;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}






.sidebar-inner .card-body {
    padding-top: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.sidebar-style:first-child {
    border-radius: 5px 5px 0 0;
    border-top: none;
}
.sidebar-style {
    cursor: pointer;
    position: relative;
    background: #fff;
    padding: 12px 20px;
    border-top: 1px dashed #eadfab;
}

.sidebar-style:hover {
    background: linear-gradient(to left bottom, #b7ffac 0%, #fff 35%);
}


.sidebar-style-name {
    font-size: 16px;
    color: #283593;
}


.sidebar-style-logo {
    position: absolute;
    right: 20px;
    top: 19px;
    height: 32px;
    width: 32px;
    border-radius: 30px;
}
.sidebar-style-logo img {
    height: 80%;
}


.sidebar-style-name strong {
    color: #333;
}
.highlight-01 {
    position: relative;
    z-index: 1;
}
.sidebar-style-name.sim .highlight-01::after {
    background: #fff664;
}
.sidebar-style .highlight-01::after {
    bottom: 1px;
    height: 10px;
    background: #95ff88;
}
.highlight-01::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 15px;
    width: 100%;
    z-index: -1;
    background: #fff;
    opacity: .7;
}

.sidebar-style-name p {
    font-size: 13px;
    margin-top: 1px;
    color: #464646;
}

.sidebar .card-header:after {
    background-color: transparent;
}
.sidebar .card-header:after {
    content: "";
    background-color: rgba(40, 53, 147, 1);
    left: 1.25rem;
    width: 50px;
    height: 2px;
    bottom: -2px;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

















.yinghe-window.open {
    opacity: 1;
    pointer-events: auto;
}
.yinghe-window.open {
    align-content: center;
}

.yinghe-window {
    align-items: center;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.38);
}


.yinghe-window.open .yinghe-window-body {
    -webkit-animation-name: tips-open;
    animation-name: tips-open;
}
.yinghe-window-body {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.yinghe-window-body {
    margin: 0 auto;
    padding: 10px;
    width: 330px;
}

.yinghe-window-bg {
    background: #283593;
    padding: 20px 10px 10px;
    border-radius: 8px;
}



.yinghe-window-title {
    font-size: 20px;
    color: #ebb50a;
    text-align: center;
    padding: 0 0 15px;
    font-weight: 700;
}
.yinghe-window .slider_menu {
    margin-top: 5px;
    justify-content: center;
    bottom: 13px;
}
.slider_menu[sliderTab] {
    background: transparent;
    border: none;
    overflow: initial;
    border-radius: 0;
}


.slider_menu[sliderTab] {
    position: relative;
    transform: rotate(0deg);
}


.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
;
}

.slider_menu[sliderTab]>.menu {
    position: relative;
    white-space: nowrap;
    flex-wrap: initial;
}
.nav {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.yinghe-window .slider_menu.mini_tab[sliderTab]>.menu>li {
    margin: 0;
    padding: 0;
    bottom: 0;
}
.slider_menu.mini_tab[sliderTab]>.menu>li {
    margin: 0 3px;
    padding: 0 4px;
}
.slider_menu[sliderTab]>.menu>li {
    border-radius: 3px;
    bottom: 5px;
}
.slider_menu[sliderTab]>.menu>li {
    cursor: pointer;
    width: auto;
    height: auto;
}

.yinghe-window .slider_menu[sliderTab]>.menu>li>a.active {
    color: #283593 !important;
}
.yinghe-window .slider_menu[sliderTab]>.menu>li>a {
    -webkit-transition: initial !important;
    transition: initial !important;
    color: #fff !important;
    position: relative;
    margin: 0 3px;
    padding: 0 13px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 700;
}
.slider_menu[sliderTab]>.menu>li>a:hover, .slider_menu[sliderTab]>.menu>li>a.active {
    color: #283593;
    font-weight: 700;
}
.slider_menu.mini_tab[sliderTab]>.menu>li>a {
    padding: 0;
    line-height: 24px;
    color: #666;
}
.slider_menu.mini_tab[sliderTab]>.menu>li>a {
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
}
.slider_menu[sliderTab]>.menu>li>a.active {
    color: #fff;
}
.nav-pills.menu .nav-link.active, .nav-pills.menu .show>.nav-link {
    background: none;
}
.slider_menu[sliderTab]>.menu>li>a {
    display: block;
    text-decoration: none;
    position: relative;
    color: #888;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 16px;
    -webkit-transition: .25s;
    transition: .25s;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-pills .nav-link {
    border-radius: .25rem;
}
.nav-link {
    display: block;
    padding: .5rem 1rem;
}

.yinghe-window .slider_menu[sliderTab]>.menu>li>a.active::before {
    background: linear-gradient(to bottom left, #fff 0%, #9ff492 150%) !important;
}
.yinghe-window .slider_menu[sliderTab]>.menu>li>a::before {
    content: '';
    height: 100%;
    width: 100%;
    background: transparent !important;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.yinghe-window .slider_menu[sliderTab]>.menu>li>a.active::after {
    content: '';
    width: 14px;
    height: 14px;
    background: linear-gradient(to top left, #fff 0%, #fff 40%, #9ff492 100%);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 7px);
    bottom: -22px;
}

.yinghe-window-main {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}

.yinghe-window-pane.active {
    display: block;
}
.yinghe-window-pane {
    display: none;
}

.yinghe-window-img {
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.qrcode-logo {
    position: absolute;
    background: #fff;
    border-radius: 8px;
    padding: 5px;
    display: inline-block;
    width: 4%;
}

.yinghe-window-img img {
    width: 100%;
}

.yinghe-window-content {
    line-height: 1.7;
    margin: 20px -30px -30px;
    padding: 20px 25px;
    border-top: 1px dashed #283593;
    font-size: 13px;
    position: relative;
    color: rgba(0, 0, 0, 0.85);
}

.yinghe-window-content:before {
    left: 0px;
    top: -8px;
    background: #283593;
    border-radius: 0 50px 50px 0;
    box-shadow: inset -1px 0px 1px 1px #2c346d;
}
.yinghe-window-content:after, .yinghe-window-content:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 8px;
}

.highlight-01 {
    position: relative;
    z-index: 1;
}

.yinghe-window .highlight-01::after {
    background: #95ff88;
    bottom: 0;
    height: 10px;
}
.highlight-01::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 15px;
    width: 100%;
    z-index: -1;
    background: #fff;
    opacity: .7;

}


.btn-o.green {
    color: #fff !important;
}
.yinghe-window-content .btn-o {
    margin: 10px 0 5px;
    display: none;
}
.btn-o {
    display: inline-block;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #283593;
}

.yinghe-window-content:after {
    right: 0;
    top: -8px;
    background: #283593;
    border-radius: 50px 0 0 50px;
    box-shadow: inset 1px 0px 1px 1px #2c346d;
}
.yinghe-window-content:after, .yinghe-window-content:before {
    content: '';
    position: absolute;
    height: 16px;
    width: 8px;
}







.yinghe-window-title {
    position: relative; /* 设置父容器为相对定位 */
}
.close-btn {
    position: absolute; /* 使用绝对定位 */
    top: -10px; /* 靠上边 */
    right: 0; /* 靠右边 */
    font-size: 24px; /* 设定字体大小 */
    font-weight: bold; /* 加粗 */
    color: #ffffff; /* 设定按钮颜色 */
    cursor: pointer; /* 鼠标指针变成点击样式 */
    transition: all 0.3s ease; /* 平滑过渡效果 */
}

.close-btn:hover {
    color: #ebb50a; /* 鼠标悬停时改变颜色 */
    transform: rotate(90deg); /* 旋转 90 度 */
}
/*广告样式 结束*/
/*按钮广告样式 开始*/
.yz-content {
  margin: 0 0 10px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
.yz-content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 4vw;
}
.yz-content img{
    display:none;
}
}
.yz-content .tabs {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.yz-content .tabs .tab-item {
  align-items: center;
  border-radius: 1.1979166667vw;
  color: #000;
  display: flex;
  font-size: 14px;
  margin: 0 .78125vw;
  padding: .5729166667vw 1.7708333333vw;
}
.yz-content .tabs .tab-item .tab-item-icon {
  margin-right: .15625vw;
  width: 12px;
}
.yz-content .tabs a:hover .tab-item-active {
  background-color: #1977fd14;
}
/*按钮广告样式 结束*/