* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/* transition: all 0.2s; */
}
body {
	color: #000;
	font-size: 12px;
    background: #f0f0f0;
    font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.display-b{
	display: block;
	
}
a, a:hover, a:active, a:target{
	text-decoration: none;
}
.text-a-c{
	text-align: center;
}
.text-a-l{
	text-align: left;
}
.text-a-r{
	text-align: right;
}
@keyframes BianColor1 {
    0% { color: #fff; }
    100% { color: burlywood; }
}
@keyframes BianColor2 {
    0% { color: #fff; }
    100% { color: coral; }
}
@keyframes BianColor3 {
    0% { color: #fff; }
    100% { color: #9de0f6; }
}
.navbar {
    height: 28vw;
    max-height: 179.2px;
    margin: 0 auto;
    max-width: 640px;
    padding: 0px;
    margin-bottom: 76px;
}
.navbar .container{
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: #17a2b8;
    position: absolute;
    top: 0vw;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 99;
    /* transition: top 0.2s ease-in-out; */
}
.navbar .container a{
	display: block;
	height: 100%;
	color: #eee;
}
.navbar .container .head{
	width: 100%;
	margin: 0px;
    padding: 0px 6px 2px 6px;
}
.navbar .container .navbar-left{
    width: 55%;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    float: left;
}
.navbar .container .navbar-left .menu_button {
	display: block;
	height: 100%;
	float: left;
}
.navbar .container .navbar-left .menu_button img{
	height: 24px;
}
.navbar .container .navbar-left .menu_logo {
	display: block;
	height: 100%;
	float: left;
	margin-left: 6px;
}
.navbar .container .navbar-left .menu_logo img{
	height: 100%;
}
.navbar .container .navbar-left .menutype a{
	display: inline;
    line-height: 56px;
    margin-left: 24px;
    font-size: 12px;
    font-weight: 700;
    border: 2px solid #ffffff;
    padding: 3px 9px;
    border-radius: 10px;
    background: linear-gradient(to right, #8f41e9, #578aef);
}
.navbar .container .navbar-right{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
    padding-right: 6px;
}
.navbar .container .navbar-right .search{
    width: 80px;
    text-align: right;
    background: #19b1c9;
    border-radius: 30px;
    height: 30px !important;
    margin-top: 10px;
    line-height: 18px;
}
.navbar .container .navbar-right .search b{
    border-radius: 10px;
    background: #17a2b8;
    padding: 2px 6px;
    float: right;
    height: 20px;
    line-height: 18px;
    margin-top: 5px;
    margin-right: 6px;
    font-size: 10px;
}
.navbar .container .navbar-right .menu_item{
	display: block;
	height: 100%;
	float: right;
}
.navbar .container .navbar-right .menu_item span{
    display: block;
    width: 34px;
    height: 100%;
    background-image: url(/images/ico.gif);
    background-repeat: no-repeat;
    background-size: 220px;
    float: left;
}
.navbar .container .navbar-list{
	line-height: 34px;
    padding: 0px 6px;
}
.navbar .container .navbar-list a{
	margin: 0px 4px;
	display: inline;
	font-size: 15px;
}
.navbar .container .navbar-list a:active{
	color: #fff;
    font-size: 15px;
    border-bottom: 4px solid #ffffff;
    border-radius: 6px;
    padding-bottom: 1px;
}
.navbar .container .navbar-list .action{
    color: #fff;
    font-size: 15px;
    border-bottom: 4px solid #ffffff;
    border-radius: 6px;
    padding-bottom: 1px;
}
.navbar .container .navbar-list .category{
    width: 100%;
    margin-top: 0px;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
	padding: 0px;
}
.navbar .container .navbar-list .category::-webkit-scrollbar{
	display: none;
}
.navbar .container .navbar-list .category .category-item {
	float: left;
    text-decoration: none;
    width: fit-content;
    display: contents;
}
.navbar .container .navbar-list .category-tag{
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
    position: relative;
    box-sizing: border-box;
	padding: 0px;
}
.navbar .container .navbar-list .category-tag::-webkit-scrollbar{
	display: none;
}
.navbar .container .navbar-list .category-tag .category-item {
	float: left;
    text-decoration: none;
    width: fit-content;
    display: contents;
}
.navbar .container .navbar-list .category-tag .category-item a{
	background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 14px;
}
.navbar .container .banner{
    height: 28vw;
    max-height: 179.2px;
    background: #fff;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.navbar .container .banner .banner-item{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    height: 28vw;
    max-height: 179.2px;
}
.navbar .container .banner span{
    position: absolute;
    width: 100%;
    margin-top: -18px;
    text-align: center;
    color: #fff;
    background: url(/images/opacity60.png);
    opacity: 0.5px;
    font-size: 13px;
    line-height: 18px;
}
.notice{
	width: 100%;
	max-width: 640px;
	padding: 0px 0px;
	margin: 0 auto;
}
.notice .container{
    background: #ced4da;
    background-image: url(/images/ico.gif);
    background-repeat: no-repeat;
    background-position: -192px -1px;
    width: 100%;
    max-width: 1200px;
    line-height: 30px;
    padding-left: 40px;
}
.notice .container .notice-content{
	overflow: hidden;
}
.notice .container .notice-text {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: notice_text 15s linear infinite;
	color: #34a1a8;
	font-size: 14px;
	font-weight: 400;
    display: table-cell;
}
@keyframes notice_text {
    0% {
        transform: translateX(40%);
    }
    100% {
        transform: translateX(-90%);
    }
}
.zhezhao_new{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.50);
	display: block;
    z-index: 214748364;
}
#tanchuang1 .zhezhao{
	background: rgba(0, 0, 0, 0.70);
}
.zhezhao{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
    z-index: 214748374;
}
#new_url{
    display: none;
}
.new_url{
    position: fixed;
    width: 85%;
    max-width: 512px;
    top: 17%;
    background: #fff;
    z-index: 214748364;
    font-size: 14px;
    color: #34a1a8;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border-radius: 10px;
    background: #d8e8e9;
    display: block;
}
.new_url .title-linear{
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, #34a1a8, #d8e8e9);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.new_url .close{
    margin-bottom: -30px;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 1;
    padding: 0px;
    background: #000;
    border-radius: 45px;
    position: relative;
    top: -6px;
    right: 12px;
    color: #fff;
    line-height: 30px;
}
.new_url .close img{
    width: 100%;
}
.new_url .title{
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
}
.new_url .title b{
    font-size: 20px;
    font-weight: 700;
}
.new_url .content{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 1px;
}
.new_url .content .img{
    width: 90px;
    float: right;
    font-size: 12px;
    margin-left: 10px;
}
.new_url .content .img img{
    width: 90px;
    height: 90px;
    margin-bottom: 6px;
}
.new_url .content .button{
    width: 100%;
    margin: 0 auto;
    background: #34a1a8;
    color: #fff;
    text-align: center;
    padding: 4px 0px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.new_url .content .bot{
    font-size: 11px;
    color: #fff;
    padding: 0px 0px;
    border-radius: 6px;
    border: 1px solid #34a1a8;
    padding: 2px 8px;
    background: #34a1a8;
    white-space: nowrap;
}
.new_url .content .bot:active{
    border: 1px solid #287f85;
    background: #287f85;
}
.new_url .bottom{
    width: 88%;
    margin: 0 auto;
    color: #34a1a8;
    text-align: center;
    padding: 4px 0px;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 2px solid #34a1a8;
    margin-top: 15px;
}
#tanchuang1{
    display: none;
}
#tanchuang2{
    display: none;
}
#tanchuang3{
    display: none;
}
.tanchuang{
    display: block;
    width: 85%;
    max-width: 512px;
    position: fixed;
    left: 0;
    right: 0;
    top: 15%;
    height: auto;
    margin: 0 auto;
    z-index: 2147483647;
    min-height: 400px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.tanchuang img{
    width: 100%;
}
.tanchuang .close{
    margin-bottom: -26px;
    display: block;
    float: right;
    width: 26px;
    height: 26px;
    text-align: center;
    opacity: 1;
    padding: 0px;
    background: #000;
    border-radius: 45px;
    position: relative;
    top: 6px;
    right: 6px;
    color: #fff;
}
.container{
	width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0px;
}
.container .content-list{
	margin: 0px;
    padding: 0px;
	width: 100%;
	max-width: 1200px;
}
.container .content-list .item-lists{
	overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    margin-top: 1px;
}
.container .content-list .item-lists .item-list{
	width: 50%;
    padding: 5px;
    float: left;
}
.container .content-list .item-lists .item-list a{
	color: #000;
    font-weight: 400;
}
.container .content-list .item-lists .item-list a:active{
    font-weight: 700;
}
.container .content-list .item-lists .item-list .item-image{
	width: 100%;
    height: 30vw;
    max-height: 192px;
	overflow: hidden;
}
.container .content-list .item-lists .item-list .item-image img{
	width: 100%;
    height: 100%;
    border-radius: 6px;
    vertical-align: middle;
    border-style: none;
    object-fit: cover;
    filter: brightness(90%) contrast(110%);
}
.container .content-list .item-lists .item-list .item-title{
    font-size: 13px;
    height: 46px;
    line-height: 23px;
    margin-top: 4px;
    overflow: hidden;
    margin: 4px 0px;
}
.container .content-list .item-lists .item-list .item-tag{
    overflow: hidden;
    margin-top: 4px;
    color: #ffffff;
    font-size: 12px;
    margin-top: -19px;
    position: relative;
    padding: 0px 4px;
    background: url(/images/opacity60.png);
    border-radius: 2px;
    width: 40%;
    text-align: center;
    float: right;
    display: grid
}
.container .content-list .item-type{
    overflow: hidden;
    background: #fff;
    padding: 2px 0px;
    line-height: 30px;
    border-bottom: 2px solid #fff;
}
.container .content-list .item-type .type-name{
	font-size: 15px;
    color: #000;
    padding: 0px 6px;
    float: left;
    width: 22%;
    font-weight: 700;
}
.container .content-list .item-type .type-more{
	font-size: 13px;
    padding: 0px 6px;
    text-align: right;
    float: right;
    width: 16%;
}
.container .content-list .item-type .type-more a{
    color: #000;
}
#top-float .top-float-wrap {
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 99;
    max-width: 640px;
    margin: 0 auto;
    display: none;
    background: #fff;
}
#top-float .top-float-wrap a{
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    color: #000;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
}
#top-float .top-float-wrap a img{
    border-radius: 4px;
    width: 13.5vw;
    height: 12vw;
    max-width: 76.8px;
    max-height: 76.8px;
}
/* 
#bottom-float .bottom-float-wrap .float-img{
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 4px;
}
#bottom-float .bottom-float-des {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
#bottom-float .bottom-float-button {
    background: #ffad33;
    color: #000;
    border-radius: 3px;
    line-height: 26px;
    height: 26px;
    font-size: 12px;
    padding: 0 8px
}
#bottom-float .van-icon-clear {
    width: 24px;
    height: 24px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    bottom: -24px;
    text-align: center;
    padding: 4px 4px;
    line-height: 14px;
}
#bottom-float .van-icon-clear img{
    width: 100%;
    height: 100%;
    margin: 0px;
} */
.right-float-wrap {
    display: block;
    position: fixed;
    top: 24%;
    width: 18vw;
    height: 18vw;
    z-index: 999;
    right: 2px;
    max-width: 115.2px;
    max-height: 115.2px;
    transition: top 1s ease-in-out;
}
.right-float-close{
    position: absolute;
    top: -8px;
    width: 34px;
    height: 34px;
    left: -8px;
    text-align: right;
    padding: 4px;
}
.right-float-close .float-close{
    width: 100%;
    height: 100%;
    padding: 4px;
    border-radius: 17px;
    right: 0px;
    background-color: rgb(0 0 0 / 90%);
    line-height: 9px;
}
footer{
	width: 100%;
    max-width: 640px;
    border-top: 1px solid #17a2b8;
    margin: 0 auto;
    color: #17a2b8;
}
footer .container{
	width: 100%;
	max-width: 1200;
	padding: 20px 10px;
    text-align: center;
}
footer .container p{
	margin: 0px;
    padding: 0px;
}
footer .container a{
	color: #17a2b8;
}
.container .video-content{
	padding: 8px;
    width: 100%;
    max-width: 1200px;
}
.container .video-content .video-item-box2{
    display: flex;
    flex: auto;
    padding: 5px 0px;
    padding-top: 0px;
    gap: 10px;
}
.container .video-content .video-item-box2 a{
    display: block;
    width: 50%;
    border-radius: 8px;
    overflow: hidden;
}
.container .video-content .video-item-box2 a img{
    width: 100%;
    height: 26vw;
    max-height: 166.4px;
    border-radius: 8px;
}
.container .video-content .video-item-box2 a span{
    width: 100%;
    display: block;
    margin-top: -20px;
    line-height: 20px;
    background: url(/images/opacity60.png);
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.container .video-content .video-play{
	width: 100%;
    height: 60vw;
    background: #000;
    overflow: hidden;
    padding-bottom: 10px;
    max-height: 384px;
    position: relative;
}
.container .video-content .video-play video{
	position:absolute; width:100%; height:100%; left:0px; top:0px; outline: none;
}
.container .video-content .operate{
	width: 100%;
    text-align: center;
    height: auto;
    margin-top: -10px;
    background: #000;
    padding-top: 11px;
    padding-bottom: 8px;
}
.container .video-content .operate .but{
    padding: 0px 5px;
    border-radius: 10px;
    border: 1px solid #fff;
    line-height: 25px;
    padding: 2px 6px;
    font-size: 10px;
    color: #fff;
}
.container .video-content .title{
    font-size: 15px;
    line-height: 24px;
    display: block;
    width: 100%;
    margin: 0px;
    color: #000000;
    padding-bottom: 6px;
    font-weight: 400;
}
.container .video-content .flex{
    text-align: center;
	margin: 0px;
    margin-top: 10px;
}
.container .video-content .flex .flex-tag{
	padding: 0px 6px;
	color: #57dae2;
}
.container .video-content .infor{
	width: 100%;
	margin: 0px;
	margin-top: 10px
}
.container .video-content .infor .infor-title{
    width: 100%;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    color: #fff;
    position: relative;
}
.container .video-content .infor .infor-title .text{
	float: left;
    padding: 8px;
}
.container .video-content .label{
	padding: 0px 10px;
    padding-top: 12px;
    text-align: center;
}
.container .video-content .label a{
    padding: 0px 8px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin: 0px 3px;
    display: inline-block;
    overflow: hidden;
    line-height: 24px;
    border: 1px solid #fff;
    background: #fff;
    color: #000000;
    border-radius: 6px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.container .video-content .infor .infor-content{
	padding: 10px 0px;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}
.page{
	width: 100%;
    margin-top: 20px;
}
.page-link{
    padding: 10px 4px;
    color: #4fc2c9;
    border: 1px solid #4fc2c9;
    min-width: 12vw;
}
.page-link:active{
    color: #fff;
    background-color: #4abbc2;
    border-color: #4abbc2;
}
.page-link:hover{
    color: #fff;
    background-color: #4abbc2;
    border-color: #4abbc2;
}
.page-item.active .page-link{
    background-color: #4abbc2;
    border-color: #4abbc2;
}
.skpage{margin: 0 auto;width: 50%;height: 30px;color: #4fc2c9;border: 1px solid #4fc2c9;padding: 0px;border-radius: 4px;}
.skpage input[type=text]{width: 80%;border: 0px;height: 96%;padding: 0px 10px;}
.skpage input[type=submit]{width: 18%;border: 1px;height: 98%;color: #4fc2c9;font-size: 13px;border-left: 1px solid #4fc2c9;padding: 0px;margin: 0px;}
.icon-list{
    display: block;
    background: #fff;
}
.icon-list .container{
    display: block;
    padding-top: 2px;
}
.icon-list .container .lists{
    display: block;
    padding: 0px 4px;
    overflow: hidden;
}
.icon-list .container .lists .item{
    display: block;
    float: left;
    width: 16.66666666%;
    padding: 0.3vw;
}
.icon-list .container .lists .item .item-img{
    display: block;
    border-radius: 10px;
}
.icon-list .container .lists .item .item-img a{
    display: block;
    width: 100%;
    height: 15vw;
    max-height: 108.8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 1vw;
}
.icon-list .container .lists .item .item-name{
    display: block;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    margin-bottom: 4px;
}
.infor_flow{
    display: block;
    text-align: center;
    padding: 0px 6px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 640px;
    margin: 4px auto;
    height: 22vw;
    max-height: 140.8px;
    background: #efefef;
    border-radius: 8px;
}
.infor_flow a{
    display: block;
    width: 100%;
    height: 22vw;
    max-height: 140.8px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    overflow: hidden;
}
.infor_flow a img{
    width: 100%;
    height: 100%;
}
.title-labels{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0px;
    max-width: 640px;
    margin: 0px auto;
    float: left;
    width: 60%;
}
.title-labels .item{
    display: block;
    float: left;
    width: 33.33333%;
    height: 30px;
    padding: 2px;
}
.title-labels .item a{
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    border-radius: 5px;
}
.men-labels{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 6px;
    padding-bottom: 0px;
    max-width: 640px;
    margin: 0px auto;
}
.men-labels .item{
    display: block;
    float: left;
    width: 20%;
    height: 30px;
    padding: 2px;
}
.men-labels .item a{
    display: block;
    width: 100%;
    height: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    border-radius: 5px;
}
.labels{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 6px;
    max-width: 640px;
    margin: 0px auto;
}
.labels .item{
    display: block;
    float: left;
    width: 20%;
    height: 30px;
    padding: 2px;
}
.labels .item a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-size: 12.5px;
    border-radius: 2px;
    border: 1px solid #ffffff;
    background: #ffffff;
    line-height: 24px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.labels .item:nth-child(odd) a{
    color: #dd0606;
}
#loading{
    display: block;
    text-align: center;
    position: fixed;
    background: #000;
    left: 0px;
    right: 0px;
    z-index: 100;
    background: #fdfdfd;
    height: 100%;
    padding-top: 45%;
    line-height: 40px;
    font-size: 14px;
}
.top{
    position: fixed;
    right: -100px;
    bottom: 30%;
    font-size: 24px;
    background: #000;
    padding: 6px 5px;
    border-radius: 4px;
    opacity: 0.7;
    transition: right 0.5s ease-in-out;
    color: #fff;
    z-index: 9999999;
}
.yp-content{
    background: #fff;
    padding-top: 10px;
}
.yp-content .yp-menus{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1px;
    border-radius: 13px;
    overflow: hidden;
    margin: 0px 15px;
}
.yp-content .yp-menus .item{
    flex:1;
    padding: 10px 20px;
    background: #f2f2f2;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #000;
}
.yp-content .yp-menus .active{
    background-color: burlywood;
    font-weight: bold;
}
.yp_labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #252526;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    margin: 10px 0px;
}
.yp_labels a {
    color: inherit;
    font-size: 16px;
}
.yp_labels a>div {
    position: relative;
    z-index: 9
}
.yp_labels .active {
    position: relative;
    font-weight: bold;
    font-size: 18px;
}
.yp_labels .active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    width: 110%;
    transform: translateX(-50%);
    height: 10px;
    border-radius: 4px;
    background: #fada51
}
.yp_lists {
    width: 100%;
    color: #fff;
    padding: 10px;
}
.yp_lists a {
    color: inherit !important;
    text-decoration: none
}
.yp_lists .s-img-item {
    border-radius: 6px;
    overflow: hidden;
}
.yp_lists .s-img-item img {
    object-fit: cover
}
.yp_lists .s-item {
    padding: 8.64px;
    margin-bottom: 12.96px;
    border-radius: 8.64px;
    background: #393939;
    font-size: 12.96px;
    color: #fff;
    margin-bottom: 10px;
}
.yp_lists .s-item dt {
    display: flex;
    align-items: center;
    margin-bottom: 5.4px;
    font-size: 14.04px
}
.yp_lists .s-item .avatar {
    width: 31px;
    height: 31px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden
}
.yp_lists .s-item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.yp_lists .s-item .s-tips {
    font-weight: normal;
    font-size: 14px;
    color: #84898c
}
.yp_lists .s-item dd:last-child {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px
}
.yp_lists .s-item dd:last-child img {
    width: 100%;
}
.yp_lists p {
    margin-bottom: 0
}
.yp_lists .s-main {
    font-size: 17.28px;
}
.yp_lists .s-sub {
    margin-top: 2.7px
}

.yp_lists_2 {
    width: 100%;
    padding: 10px 10px;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.yp_lists_2 a {
    display: block;
    text-decoration: none;
}
.yp_lists_2 dl {
    margin-bottom: 0;
    background: #393939;
    color: #fff;
    border-radius: 10px;
    font-size: 12.5px;
    overflow: hidden;
    display: grid;
}
.yp_lists_2 dd {
    padding: 0 5.4px 0 10.8px;
    margin-bottom: 2.7px;
}
.yp_lists_2 dt {
    position: relative;
    margin-bottom: 6px;
}
.yp_lists_2 dt::after {
    position: absolute;
    right: 10.8px;
    top: 10.8px;
    content: "";
    display: block;
    width: 37.8px;
    height: 16.2px;
    background: url(/images/icon-vip.png) center / 100% 100% no-repeat;
}
.yp_lists_2 .s-title {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.yp_lists_2 .s-sub {
    font-size: 14px;
    color: #979797;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yp_lists_2 dt img {
    width: 100%;
    object-fit: cover;
}
.yp-detail {
    width: 100%;
    margin-bottom: 24px;
    padding: 10px;
}
.yp-detail .images{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    height: 120vw;
    max-height: 768px;
}
.yp-detail .detail-title{
    line-height: 40px;
    background: #000;
    color: #fff;
    height: 40px;
    display: flex;
    font-size: 16px;
}
.yp-detail .detail-title a{
    line-height: 40px;
    height: 100%;
    display: block;
    font-size: 24px;
    padding: 7px;
}
.yp-detail .s-header {
    padding: 4px 0;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background: #000;
    margin:0 15px;
}
.yp-detail .s-title {
    flex: 1;
    text-align: center
}
.yp-detail .s-item-box {
    padding: 10px 12px;
    background: #ffffff;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
    margin: 8px 0px;
    background: #393939;
    border-radius: 10px;
}
.yp-detail .s-concat{
    display: block;
    overflow: hidden;
    line-height: 22px;
    display: flex;
    justify-content: space-between !important;
    font-size: 12px;
}
.yp-detail .s-concat .botton{
    border: 1px solid #ff4f6b;
    color: #ff4f6b;
    height: 40px;
    line-height: 36px;
    padding: 0px 10px;
    border-radius: 10px;
    line-height: 40px;
    margin: 2px 0px;
    margin-right: 20px;
}
.yp-download{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: url(/images/opacity60.png);
    z-index: 9999;
    bottom: 0px;
    display: none;
}
.yp-download .download-content{
    width: 55%;
    margin: 0 auto;
    position: absolute;
    top: 14%;
    left: 0px;
    right: 0px;
}
.yp-download .download-content .close{
    background: #000000;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 6px;
    padding: 0px 6px;
    border-radius: 35px;
    overflow: hidden;
    color: #fff;
    top: 6px;
    line-height: 30px;
}
.yp-download .download-content .download-but{
    width: 85%;
    height: 42px;
    background: url(/images/concat-btn.png);
    background-position: 100% 100%;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.novel-list .item-list a{display: flex;line-height: 20px;font-size: 15px;color: #000; padding: 10px 0px;border-bottom: 1px solid #fff; background: #efefef;}
.novel-list .item-list a:active{background: #efefef;}
.novel-list .item-list a .item-title{width: 82%;padding-left: 13px;}
.novel-list .item-list a .item-title i{font-size: 13px;color: #666;}
.novel-list .item-list a .item-read{font-size:12px; color:#666;}
.novel .container .content-list .item-type .type-name{width: 28%;}
.novel .title-labels{width: 55%;}
.novel .container .video-content{font-size: 14px;}
.novel .container .video-content .novel_type{font-size: 12px;color: #000;padding: 10px;background: #eee;border-radius: 10px;}
.novel .container .video-content .novel_type a{color: #000; padding: 0px 5px;}
.novel .container .video-content .title{font-size: 18px; margin-top: 10px;border-bottom: 2px solid #eee; padding-left: 10px; color: inherit;}
.novel .container .video-content .operate{background: no-repeat;margin-top: 10px;}
.novel .container .video-content .operate .but{padding: 5px 9px; font-size: 12px; margin-left: 5px; margin-right: 5px; color: inherit; border: 1px solid #17a2b8;}
.novel .container .video-content .content{display: block;line-height: 28px;min-height: 400px; margin-top: 10px;}
.novel .container .video-content .content p{text-indent: 2em;text-indent: 2em;margin: 0px;padding: 0px;margin-bottom: 6px;}
