@media screen and (max-width: 500px) {
	/* 头部 */
	.movie-header .h-main {
		width: 100%;
		justify-content: space-between;
	}

	.movie-header .h-main .h-link {
		margin-left: 10px;
		margin-right: 22px;
	}

	.movie-header .h-main .h-link .h-icon {
		height: 22px;
	}

	.movie-header .h-main .h-nav{
		width:55%;
		justify-content: space-between;
		margin-right:12px;
	}

	.movie-header .h-main .h-nav li {
		margin-right: 0;
		flex-shrink: 0;
	}

	.movie-header .h-main .h-nav li .title {
		font-size: 14px;
		padding: 0 8px;
	}

	.h-search {
		display: none;
	}

	.movie-header .h-main .wap-search {
		display: block;
		width: 44px;
		height: 24px;
		border-radius: 6px;
		background: #FFFFFF;
		font-size: 13px;
		line-height: 24px;
		color: #333;
		text-align: center;
		margin-left: auto;
	}

	.h-function {
		display: none;
	}

	.movie-header .h-main .wap-message {
		display: block;
		width: 44px;
		height: 24px;
		border-radius: 6px;
		background: #241C14;
		font-size: 13px;
		line-height: 24px;
		color: #F5D294;
		text-align: center;
		margin-left: 5px;
		margin-right: 10px;
	}

	.wap-box-search {
		width: 60%;
		height: 26px;
		border-radius: 6px;
		background: #FFFFFF;
		display: none;
	}

	.wap-box-search .wap-box-search-form {
		height: 100%;
		padding: 0 10px;
	}

	.wap-box-search .wap-box-search-form .inp {
		border: none;
		background: none;
		font-size: 13px;
	}

	.wap-box-search .wap-box-search-form .btn {
		border: none;
		background: none;
		font-size: 13px;
		color: #FFA868;
	}

	.wap-header{
		margin:16px auto;
		padding:0 12px;
	}

	.wap-header .wap-message {
		display: block;
		width: auto;
		height: 30px;
		border-radius: 6px;
		background: #241C14;
		font-size: 13px;
		line-height: 30px;
		color: #F5D294;
		text-align: center;
		margin-left: 16px;
		padding:0 10px;
	}

	.wap-header .wap-box-search {
		flex:1;
		height: 32px;
		border-radius: 6px;
		background: #fff;
		display: block;
	}

	.wap-header .wap-box-search .wap-box-search-form {
		width:100%;
		height: 32px;
		padding: 0 10px;
	}

	.wap-header .wap-box-search .wap-box-search-form .inp {
		border: none;
		background: none;
		font-size: 13px;
		width:80%;
	}

	.wap-header .wap-box-search .wap-box-search-form .btn {
		border: none;
		background: none;
		font-size: 13px;
		color: #FF7C1C;
	}

	/* 底部 */
	.movie-foot {
		height: fit-content;
	}

	.movie-foot .tips {
		height: fit-content;
		font-size: 12px;
		line-height: 22px;
		padding: 0 40px 20px;
	}

	.movie-foot .icon {
		right: 5%;
		width: 40px;
		height: 40px;
	}

	/* 分页 */
	.page-box {
		margin: 30px auto;
	}

	.page-box li a {
		font-size: 10px;
		padding: 0 9px;
	}

	/* 首页 */
	.movie-main {
		width: auto;
		padding: 0 10px;
		margin: 10px auto;
		min-height: calc(100vh - 223px);
	}

	/* 首页 推荐 */
	.recommend {
		display: none;
	}

	.wap-recommend {
		width: 100%;
		display: flex;
		gap: 12px 2%;
		padding:0 10px;
	}

	.wap-recommend .swiper {
		width: 100%;
	}

	.wap-recommend .r-item {
		width: 32%;
		border-radius: 12px;
		padding: 5px;
		cursor: pointer;
	}

	.wap-recommend .r-item:hover .r-title {
		color: #FFA868;
	}

	.wap-recommend .r-item .r-poster {
		display: block;
		padding-top: 120%;
		border-radius: 12px;
		background-position: 50% 50%;
		background-size: cover;
	}

	.wap-recommend .r-item .r-poster .text {
		border-radius: 5px;
		background: rgba(32, 32, 32, 0.6);
		backdrop-filter: blur(9.38px);
		font-size: 11px;
		text-align: center;
		color: #F5D294;
	}

	.wap-recommend .r-item .r-title {
		font-size: 12px;
		font-weight: 600;
		line-height: 16px;
		color: #111;
		text-align: center;
		margin-top: 16px;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.lists {
		margin: 10px auto;
		padding: 0;
		background: transparent;
	}

	.lists .l-header .title {
		display: none;
	}

	.lists .l-header .nav {
		margin: 0 auto 20px;
		height: auto;
		overflow-x: scroll;
		width: 95%;
	}

	.lists .l-body {
		width: auto;
		gap: 16px 0;
		padding: 0 12px 12px;
		justify-content: space-between;
		margin-top: 0;
	}

	.lists .l-body .item {
		width: 100%;
		padding: 11px 20px;
		border-radius: 10px;
	}

	.lists .l-body .item .header .title {
		font-size: 12px;
		font-weight: 600;
	}

	.lists .l-body .item .author {
		width: 100%;
	}

	.lists .l-body .item .header .text {
		white-space: nowrap;
	}

	/* 列表页 */
	.category {
		margin: 16px auto 0;
		flex-wrap: wrap;
	}
    
    .category li{
        margin-right:6px;
        margin-bottom:12px;
    }

	.category li .label {
		padding: 5px 12px;
		font-size: 12px;
	}

	.sort {
		margin: 10px auto 16px;
		padding: 12px 15px 0 15px;
	}

	.sort li a {
		font-size: 13px;
		line-height: 15px;
	}

	.sort .active .line {
		width: 14px;
		height: 3px;
		margin-top: 10px;
	}

	.sort li .line {
		width: 14px;
		height: 3px;
		margin-top: 10px;
	}

	.sort li {
		margin-right: 15px;
	}

	.tList {
		margin: 16px auto;
	}

	.tList .item {
		padding: 16px 12px;
		margin-bottom: 16px;
	}

	.tList .item>a {
		flex-shrink: 0;
	}

	.tList .item .poster {
		width: 90px;
		height: 120px;
		border-radius: 6px;
	}

	.tList .item .info {
		margin-left: 11px;
	}


	.tList .item .info .title::after {
		width: 13px;
		height: 2px;
		margin-top: 5px;
	}

	.tList .item .info .tab-box {
		margin: 10px 0 0;
	}

	.tList .item .info .tab-box .tab {
		font-size: 12px;
		border-radius: 2px;
		margin-bottom: 0;
	}

	.tList .item .info .content {
		display: none;
	}

	/* 详情页 */
	.detail-header {
		padding: 16px 12px;
		margin: 16px auto !important;
	}

	.detail-header .poster {
		width: 100px;
		height: 130px;
		border-radius: 8px;
		padding: 6px;
	}

	.detail-header .poster .icon {
		border-radius: 8px;
	}

	.detail-header .score-box {
		display: none;
	}

	.detail-header .info {
		margin-left: 12px;
		flex: 1;
	}

	.detail-header .info .title,
	.detail-header .info .title a {
		font-size: 14px;
		margin-top:5px;
	}

	.detail-header .info .title::after {
		margin-top: 5px;
	}

	.detail-header .info .item{
		width: 100%;
		margin:10px 0;
	}
	
	.detail-header .info .item1{
		width: 100%;
		margin:10px 0 0;
	}

    .detail-header .info .item .tab-box{
        margin-right:0;
    }

	.detail-header .info .tab-box {
		width:100%;
		font-size: 12px;
	}
	
	.detail-header .info .tab-box a{
		font-size: 12px;
	}
	
	.detail-header .info .tab-box .tab {
		font-size: 12px;
		border-radius: 2px;
		padding:0 6px;
	}

	.detail-header .info .tab-box .tab a {
		font-size: 12px;
	}

	.detail-header .info .author-box {
		margin-top: 8px;
		font-size:12px;
		flex-wrap:wrap;
	}

	.detail-header .info .author-box a{
		font-size:12px;
	}

	.detail-header .info .author-box .tab {
		font-size: 12px;
		border-radius: 2px;
		padding:0 6px;
	}
	
	.detail-header .info .download-text{
		display: none;
	}

	.detail-header .info .thing-text{
		display: none;
	}
	
	.movie-detail-box{
		padding:16px 10px;
	}
	
	.movie-detail-box .title{
		margin-bottom:12px;
	} 
	
	.movie-detail-box .title::before{
	    width:15px;
	    height:3px;
	}
	
	.movie-detail-box .content{
		padding:0 12px;
	}

	/* 播放通道 */
	.movie-channel {
		padding: 16px 12px;
		margin: 16px auto;
	}

	.movie-channel .channel-box-header {
		margin-bottom: 15px;
	}

	.movie-channel .channel-box-header .channel-button .item {
		width: 20px;
		height: 20px;
	}

	.movie-channel .channel-box-header .channel-button .item .icon {
		width: 14px;
		height: 14px;
		margin-right:0;
	}

	.movie-channel .channel-box-header .channel-button .item .text {
		font-size: 10px;
		display: none;
	}

	.movie-channel .channel-set li{
		flex: 0 0 calc((100% / 4) - (3 * 2% / 4));
	}

	/* 猜你喜欢 */
	.movie-box-like {
		padding-top: 16px;
	}

	.movie-like-title {
		margin-bottom: 12px;
		margin-left: 10px;
	}

	.movie-like-title::before {
		width: 15px;
		height: 3px;
	}

	/* 留言 */
	.movie-message {
		margin: 12px auto;
	}

	.movie-message .title {
		display: none;
	}

	.movie-message .gbook_form .message-form {
		padding: 16px;
	}

	.movie-message .gbook_form .message-button {
		margin-top: 12px;
	}

	.movie-message .gbook_form .message-button a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.movie-message .gbook_form .message-button .reset-btn {
		width: 50%;
		margin-right: 27px;
	}

	.movie-message .gbook_form .message-button .submit-btn {
		width: 50%;
	}

	/* 搜索页 */
	.search-tips {
		margin: 12px auto;
		font-size: 10px;
	}

	.search-title {
		margin-top: 0;
	}

	/* 播放页 */
	.viewing-play .play {
		width: 100%;
	}

	.play-button {
		width: 100%;
	}
	
	.play-button .play-title, .play-button .play-title a{
		font-size:14px;
	}
    
    .play-button .info{
        margin-left:0;
    }

	.play-button .info .download-text {
		width: 84px;
		height: 24px;
		font-size: 11px;
		line-height:24px;
	}

	.play-button .info .item-text {
		width: 46px;
		height: 24px;
		font-size: 11px;
		line-height: 24px;
	}
}

@media (min-width: 500px) and (max-width: 767px) {
	/* 头部 */
	.movie-header .h-main {
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.movie-header .h-main .h-link {
		margin-left: 12px;
		margin-right: 22px;
	}

	.movie-header .h-main .h-link .h-icon{
		height:25px;
	}

	.movie-header .h-main .h-nav{
		width:55%;
		justify-content: space-between;
		margin-right:12px;
	}

	.movie-header .h-main .h-nav li {
		margin-right: 0;
		flex-shrink: 0;
	}

	.movie-header .h-main .h-nav li .title {
		font-size: 15px;
		padding: 0 8px;
	}

	.h-search {
		display: none;
	}

	.movie-header .h-main .wap-search {
		display: block;
		width: 56px;
		height: 26px;
		border-radius: 6px;
		background: #FFFFFF;
		font-size: 13px;
		line-height: 26px;
		color: #333;
		text-align: center;
		margin-left: auto;
	}

	.h-function {
		display: none;
	}

	.movie-header .h-main .wap-message {
		display: block;
		width: 56px;
		height: 26px;
		border-radius: 6px;
		background: #241C14;
		font-size: 13px;
		line-height: 26px;
		color: #F5D294;
		text-align: center;
		margin-left: 15px;
		margin-right: 10px;
	}

	.wap-box-search {
		width: 60%;
		height: 26px;
		border-radius: 6px;
		background: #FFFFFF;
		display: none;
	}

	.wap-box-search .wap-box-search-form {
		height: 100%;
		padding: 0 10px;
	}

	.wap-box-search .wap-box-search-form .inp {
		border: none;
		background: none;
		font-size: 13px;
	}

	.wap-box-search .wap-box-search-form .btn {
		border: none;
		background: none;
		font-size: 13px;
		color: #FFA868;
	}

	.wap-header{
		margin:16px auto;
		padding:0 12px;
	}

	.wap-header .wap-message {
		display: block;
		width: auto;
		height: 34px;
		border-radius: 6px;
		background: #241C14;
		font-size: 13px;
		line-height: 34px;
		color: #F5D294;
		text-align: center;
		margin-left: 20px;
		padding:0 10px;
	}

	.wap-header .wap-box-search {
		flex:1;
		height: 36px;
		border-radius: 6px;
		background: #fff;
		display: block;
	}

	.wap-header .wap-box-search .wap-box-search-form {
		width:100%;
		height: 36px;
		padding: 0 10px;
	}

	.wap-header .wap-box-search .wap-box-search-form .inp {
		border: none;
		background: none;
		font-size: 13px;
		flex:1;
	}

	.wap-header .wap-box-search .wap-box-search-form .btn {
		border: none;
		background: none;
		font-size: 13px;
		color: #FF7C1C;
	}

	/* 底部 */
	.movie-foot {
		height: fit-content;
	}

	.movie-foot .tips {
		height: fit-content;
		font-size: 12px;
		line-height: 22px;
		padding: 0 40px 20px;
	}

	.movie-foot .icon {
		right: 5%;
		width: 40px;
		height: 40px;
	}

	/* 分页 */
	.page-box {
		margin: 30px auto;
	}

	.page-box li a {
		font-size: 12px;
		padding: 0 9px;
	}

	/* 首页 */
	.movie-main {
		width: auto;
		padding: 0 10px;
		margin: 16px auto;
	}

	/* 推荐 */
	.recommend {
		display: none;
	}

	.wap-recommend {
		width: 100%;
		display: flex;
		gap: 12px 2%;
	}

	.wap-recommend .swiper {
		width: 100%;
	}

	.wap-recommend .r-item {
		width: 32%;
		border-radius: 12px;
		padding: 5px;
		cursor: pointer;
	}

	.wap-recommend .r-item:hover .r-title {
		color: #FFA868;
	}

	.wap-recommend .r-item .r-poster {
		display: block;
		padding-top: 120%;
		border-radius: 12px;
		background-position: 50% 50%;
		background-size: cover;
	}

	.wap-recommend .r-item .r-poster .text {
		border-radius: 5px;
		background: rgba(32, 32, 32, 0.6);
		backdrop-filter: blur(9.38px);
		font-size: 11px;
		text-align: center;
		color: #F5D294;
	}

	.wap-recommend .r-item .r-title {
		font-size: 12px;
		font-weight: 600;
		line-height: 16px;
		color: #111;
		text-align: center;
		margin-top: 16px;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
	}

	.lists {
		margin: 10px auto;
		padding: 0;
		background: transparent;
	}

	.lists .l-header .title {
		display: none;
	}

	.lists .l-header .nav {
		margin: 0 auto 20px;
		height: auto;
		overflow-x: scroll;
		width: 95%;
	}

	.lists .l-body {
		gap: 16px 0;
		padding: 0 12px 12px;
		justify-content: space-between;
		margin-top: 0;
	}

	.lists .l-body .item {
		width: 100%;
		padding: 11px 20px;
		border-radius: 10px;
	}

	.lists .l-body .item .header .title {
		font-size: 14px;
	}

	.lists .l-body .item .author {
		width: 100%;
	}

	/* 列表页 */
	.category {
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.category li .label {
		padding: 6px 12px;
		font-size: 14px;
	}

	.sort {
		margin: 16px auto;
		padding: 12px 15px 0 15px;
	}

	.sort li {
		margin-right: 20px;
	}

	.sort li a {
		font-size: 14px;
		line-height: 15px;
	}

	.sort .active .line {
		width: 14px;
		height: 3px;
		margin-top: 10px;
	}

	.sort li .line {
		width: 14px;
		height: 3px;
		margin-top: 10px;
	}

	.tList {
		margin: 16px auto;
	}

	.tList .item {
		padding: 16px 12px;
		margin-bottom: 16px;
	}

	.tList .item>a {
		flex-shrink: 0;
	}

	.tList .item .poster {
		width: 110px;
		height: 140px;
		border-radius: 6px;
	}

	.tList .item .info {
		margin-left: 11px;
	}

	.tList .item .info .title {
		font-size: 14px;
	}

	.tList .item .info .title::after {
		width: 13px;
		height: 2px;
		margin-top: 8px;
	}

	.tList .item .info .tab-box {
		margin-top: 14px;
	}

	.tList .item .info .tab-box .tab {
		border-radius: 2px;
	}

	.tList .item .info .content {
		display: none;
	}

	/* 详情页 */
	.detail-header {
		padding: 16px 12px;
		margin: 16px auto !important;
	}

	.detail-header .poster {
		width: 130px;
		height: 160px;
		border-radius: 8px;
		padding: 4px;
	}

	.detail-header .poster .icon {
		border-radius: 8px;
	}

	.detail-header .score-box {
		display: none;
	}

	.detail-header .info {
		margin-left: 12px;
		flex: 1;
	}

	.detail-header .info .title{
		font-size: 14px;
		margin-top:5px;
	}

	.detail-header .info .title::after {
		margin-top: 5px;
	}
	
	.detail-header .info .item{
		width: 100%;
		margin:20px 0 0;
	}
	
	.detail-header .info .item1{
		width: 100%;
	}

	.detail-header .info .tab-box .tab {
		font-size: 12px;
		border-radius: 2px;
		padding:0 6px;
	}

	.detail-header .info .tab-box a{
		font-size: 12px;
	}

	.detail-header .info .tab-box .tab a {
		font-size: 12px;
	}

	.detail-header .info .author-box {
		margin-top: 8px;
		flex-wrap:wrap;
	}

	.detail-header .info .author-box a{
		font-size: 12px;
	}

	.detail-header .info .author-box .tab {
		font-size: 12px;
		border-radius: 2px;
		padding:0 6px;
	}

	.detail-header .info .download-text{
		width:86px;
		font-size:12px;
		margin-top:15px;
	}

	.detail-header .info .thing-text{
		width:86px;
		font-size:12px;
		margin-top:15px;
	}
	
	.movie-detail-box{
		padding:16px 5px;
	}
	
	.movie-detail-box .title{
		margin-bottom:12px;
	} 
	
	.movie-detail-box .content{
		padding:0 12px;
	}

	/* 播放通道 */
	.movie-channel {
		padding: 16px 12px;
		margin: 16px auto;
	}

	.movie-channel .channel-box-header {
		margin-bottom: 20px;
	}

	/* 猜你喜欢 */
	.movie-like-title {
		margin-bottom: 16px;
		margin-left:5px;
	}

	/* 留言 */
	.movie-message {
		width: 100%;
		margin: 12px auto;
	}

	.movie-message .title {
		display: none;
	}

	.movie-message .gbook_form {
		width: 100%;
	}

	.movie-message .gbook_form .message-form {
		padding: 16px;
	}

	.movie-message .gbook_form .message-button {
		margin-top: 12px;
	}

	.movie-message .gbook_form .message-button a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.movie-message .gbook_form .message-button .reset-btn {
		width: 50%;
		margin-right: 27px;
	}

	.movie-message .gbook_form .message-button .submit-btn {
		width: 50%;
	}

	/* 搜索页 */
	.search-tips {
		margin: 12px auto;
		font-size: 10px;
	}

	.search-title {
		margin-top: 0;
	}

	/* 播放页 */
	.viewing-play .play {
		width: 100%;
	}

	.play-button {
		width: 100%;
	}

	.play-button .play-title, .play-button .play-title a{
		font-size:14px;
	}

	.play-button .info .download-text {
		width: 96px;
		height: 30px;
		font-size:11px;
	}

	.play-button .info .item-text {
		width: 66px;
		height: 30px;
		font-size: 11px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {

	/* 头部 */
	.movie-header .h-main {
		width: 100%;
		margin: 0 auto;
		justify-content: space-between;
	}

	.movie-header .h-main .h-link {
		margin-left: 10px;
		margin-right: 22px;
	}

	.movie-header .h-main .h-nav{
		width:55%;
		justify-content: space-between;
		margin-right:10px;
	}

	.movie-header .h-main .h-nav li{
		flex-shrink: 0;
	}

	.movie-header .h-main .h-nav li .title {
		font-size: 15px;
		padding: 0 12px;
	}

	.h-search {
		display: none;
	}

	.movie-header .h-main .wap-search {
		display: block;
		width: 60px;
		height: 30px;
		border-radius: 6px;
		background: #FFFFFF;
		font-size: 14px;
		line-height: 30px;
		color: #333;
		text-align: center;
		margin-left: auto;
	}

	.h-function {
		display: none;
	}

	.movie-header .h-main .wap-message {
		display: block;
		width: 60px;
		height: 30px;
		border-radius: 6px;
		background: #241C14;
		font-size: 14px;
		line-height: 30px;
		color: #F5D294;
		text-align: center;
		margin-left: 15px;
		margin-right: 10px;
	}

	.wap-box-search {
		width: 60%;
		height: 30px;
		border-radius: 6px;
		background: #FFFFFF;
		display: none;
	}

	.wap-box-search .wap-box-search-form {
		height: 100%;
		padding: 0 10px;
	}

	.wap-box-search .wap-box-search-form .inp {
		border: none;
		background: none;
		font-size: 14px;
	}

	.wap-box-search .wap-box-search-form .btn {
		border: none;
		background: none;
		font-size: 14px;
		color: #FFA868;
	}

	.wap-header{
		margin:16px auto;
		padding:0 12px;
	}

	.wap-header .wap-message {
		display: block;
		width: auto;
		height: 36px;
		border-radius: 6px;
		background: #241C14;
		font-size: 13px;
		line-height: 36px;
		color: #F5D294;
		text-align: center;
		margin-left: 20px;
		padding:0 12px;
	}

	.wap-header .wap-box-search {
		flex:1;
		height: 38px;
		border-radius: 6px;
		background: #fff;
		display: block;
	}

	.wap-header .wap-box-search .wap-box-search-form {
		width:100%;
		height: 38px;
		padding: 0 10px;
	}

	.wap-header .wap-box-search .wap-box-search-form .inp {
		border: none;
		background: none;
		font-size: 13px;
	}

	.wap-header .wap-box-search .wap-box-search-form .btn {
		border: none;
		background: none;
		font-size: 13px;
		color: #FF7C1C;
	}

	/* 底部 */
	.movie-foot {
		height: fit-content;
	}

	.movie-foot .tips {
		height: fit-content;
		font-size: 12px;
		line-height: 22px;
		padding: 0 40px 20px;
	}

	.movie-foot .icon {
		right: 5%;
		width: 40px;
		height: 40px;
	}

	/* 分页 */
	.page-box {
		margin: 30px auto;
	}

	.page-box li a {
		font-size: 13px;
	}


	/* 首页 */
	.movie-main {
		width: auto;
		padding: 0 10px;
		margin: 16px auto;
	}

	/* 推荐 */
	.recommend {
		padding: 16px 12px;
	}

	.recommend .r-item {
		border-radius: 6px;
		padding: 7px;
	}

	.recommend .r-item .r-title {
		margin-top: 10px;
		font-size: 14px;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.recommend .r-item .r-poster {
		border-radius: 6px;
	}

	.recommend .r-item .r-poster .text {
		width: 100%;
		padding: 0 8px;
		font-size: 11px;
		position: static;
		border-radius: 6px;
	}

	.swiper-button-prev {
		width: 30px !important;
		height: 30px !important;
		background-size: 30px 30px !important;
	}

	.swiper-button-next {
		width: 30px !important;
		height: 30px !important;
		background-size: 30px 30px !important;
	}

	.lists {
		margin: 16px auto;
		padding: 0;
	}

	.lists .l-header .title {
		font-size: 15px;
		line-height: 15px;
		margin: 16px 12px;
	}

	.lists .l-header .title::before {
		width: 18px;
		height: 3px;
	}

	.lists .l-header .nav {
		display: none;
	}

	.lists .l-body {
		gap: 16px 0;
		padding: 0 12px 12px;
		justify-content: space-between;
		margin-top: 0;
	}

	.lists .l-body .item {
		width: 49%;
		padding: 11px 20px;
		border-radius: 10px;
	}


	.lists .l-body .item .author {
		width: 100%;
	}

	/* 列表页 */
	.category {
		margin: 0 auto;
	}

	.category li .label {
		padding: 6px 12px;
		font-size: 14px;
	}

	.sort {
		margin: 16px auto;
		padding: 12px 15px 0 15px;
	}

	.sort li {
		margin-right: 20px;
	}

	.sort li a {
		font-size: 14px;
		line-height: 15px;
	}

	.sort .active .line {
		width: 14px;
		height: 3px;
		margin-top: 10px;
	}

	.sort li .line {
		width: 14px;
		height: 3px;
		margin-top: 10px;
	}

	.tList {
		margin: 16px auto;
	}

	.tList .item {
		padding: 16px 12px;
		margin-bottom: 16px;
	}

	.tList .item>a {
		flex-shrink: 0;
	}

	.tList .item .poster {
		width: 100px;
		height: 130px;
		border-radius: 6px;
	}

	.tList .item .info {
		margin-left: 11px;
	}

	.tList .item .info .title {
		font-size: 14px;
	}

	.tList .item .info .title::after {
		width: 13px;
		height: 2px;
		margin-top: 8px;
	}

	.tList .item .info .tab-box {
		margin-top: 14px;
	}

	.tList .item .info .tab-box .tab {
		font-size: 12px;
		border-radius: 2px;
	}

	.tList .item .info .content {
		display: none;
	}

	/* 详情页 */
	.detail-header {
		padding: 16px 12px;
		margin: 16px auto !important;
	}

	.detail-header .poster {
		width: 130px;
		height: 170px;
		border-radius: 8px;
		padding: 8px;
	}

	.detail-header .poster .icon {
		border-radius: 8px;
	}

	.detail-header .score-box {
		margin-top: 16px;
		width:152px;
		height:152px;
	}

	.detail-header .score-box .title{
		font-size:40px;
	}

	.detail-header .score-box .like-box{
		margin-top:10px;
	}

	.detail-header .score-box .like-button{
		margin-top:10px;
	}

	.detail-header .info {
		width: auto;
		margin-left: 12px;
		flex: 1;
	}

	.detail-header .info .download-text{
		margin-top:12px;
		font-size:12px;
		width:86px;
	}

	.detail-header .info .thing-text{
		margin-top:12px;
		font-size:12px;
		width:86px;
	}



	.detail-header .info .title{
		font-size: 14px;
		margin-top:5px;
	}

	.detail-header .info .title::after {
		margin-top: 5px;
	}
	
	.detail-header .info .item{
		margin: 20px 0 17px;
	}

	.detail-header .info .tab-box .tab {
		font-size: 12px;
		border-radius: 2px;
		padding:0 6px;
	}

	.detail-header .info .tab-box .tab a {
		font-size: 12px;
	}

	.detail-header .info .item1 .tab-box,.detail-header .info .tab-box a{
		font-size:12px;
	}

	.detail-header .info .author-box {
		margin-top: 8px;
		font-size:12px;
	}

	.detail-header .info .author-box .tab {
		font-size: 12px;
		border-radius: 2px;
		padding:0 6px;
	}
	
	.movie-detail-box{
		padding:16px 10px;
	}
	
	.movie-detail-box .title{
		margin-bottom:12px;
	} 
	
	.movie-detail-box .content{
		padding:0 12px;
	}

	/* 播放通道 */
	.movie-channel {
		padding: 16px 12px;
		margin: 16px auto;
	}

	.movie-channel .channel-box-header {
		margin-bottom: 20px;
	}

	/* 猜你喜欢 */
	.movie-like-title {
		margin-bottom: 16px;
		margin-left: 10px;
	}

	/* 留言 */
	.movie-message {
		margin: 12px auto;
	}

	.movie-message .title {
		display: none;
	}

	.movie-message .gbook_form .message-form {
		padding: 16px;
	}

	.movie-message .gbook_form .message-button {
		margin-top: 12px;
	}

	.movie-message .gbook_form .message-button a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.movie-message .gbook_form .message-button .reset-btn {
		width: 50%;
		margin-right: 27px;
	}

	.movie-message .gbook_form .message-button .submit-btn {
		width: 50%;
	}

	/* 搜索页 */
	.search-tips {
		margin: 12px auto;
		font-size: 10px;
	}

	.search-title {
		margin-top: 0;
	}

	/* 播放页 */
	.viewing-play .play {
		width: 100%;
	}

	.play-button {
		width: 100%;
	}

	.play-button .play-title, .play-button .play-title a{
		font-size:14px;
	}

	.play-button .download-text {
		width: 96px;
		height: 30px;
		font-size: 11px;
	}

	.play-button .info .item-text {
		width: 66px;
		height: 30px;
		font-size: 11px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.movie-header .h-main {
		width: 100%;
	}

	.movie-header .h-main .h-link {
		margin-left: 20px;
		margin-right: auto;
	}

	.movie-header .h-main .h-function .history-box {
		margin-right: 20px;
	}

	.movie-header .h-main .h-nav li {
		margin-right: 10px;
	}

	/* 首页 */
	.movie-main {
		width: auto;
		padding: 0 20px;
		margin: 20px auto;
	}

	/* 首页 推荐 */
	.lists .l-body .item {
		width: 23%;
	}

	.category {
		margin: 20px auto;
	}

	.sort {
		margin: 20px auto;
	}
	
	.tList .item .info .content {
		width: 700px;
	}

	.detail-header {
		margin: 20px auto;
	}

	.viewing-play .play {
		width: 100%;
	}

	.play-button {
		width: 100%;
	}
}

@media (min-width: 1024px) and (max-width: 1100px) {
	.movie-header .h-main {
		width: 100%;
	}

	.movie-header .h-main .h-link {
		margin-left: 20px;
		margin-right: auto;
	}

	.movie-header .h-main .h-function{
		margin-right: 20px;
	}

	.movie-header .h-main .h-function .history-box {
		margin-right: 20px;
	}

	.movie-header .h-main .h-nav li {
		margin-right: 10px;
	}

	/* 首页 */
	.movie-main {
		width: auto;
		padding: 0 20px;
		margin: 20px auto;
	}

	/* 首页 推荐 */
	.lists .l-body .item {
		width: 23%;
	}

	.category {
		margin: 20px auto;
	}

	.sort {
		margin: 20px auto;
	}

	.tList .item .info .content {
		width: 700px;
	}

	.detail-header {
		margin: 20px auto;
	}

	.viewing-play .play {
		width: 100%;
	}

	.play-button {
		width: 100%;
	}
}