body {
	min-width: unset;
	max-width: 450px;
	margin: 0 auto;
}
:root {
	--wrap-width: 100%;
}
#header {
	display: none;
}
.swiper-container {
	padding: 0;
}
.swiper .swiper-slide {
	border-radius: 0;
}
.swiper-pc{
	display: none;
}
.swiper-mobile{
	display: block;
}
#tool, #footer {
	display: none;
}
/*
 */
.project-wrap {
	padding: 0 10px;
	box-sizing: border-box;
}
.project-list .project-item,
.project-list .project-item.col-4{
	width: 100%;
	box-shadow: 0 0 4px #cccccc;
	margin: 0 0 10px;
}
.project-list .project-item.col-6{
	width: calc(100% - 20px);
}
/* tabbar
 */
#tabbar {
	display: flex;
	width: 100%;
	height: 70px;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	box-shadow: 0 0 12px #ccc;
	z-index: 99;
	justify-content: space-around;
	max-width: 450px;
	margin: 0 auto;
}
#tabbar .tabbar-item {
	width: 70px;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
	line-height: 24px;
	font-size: 15px;
}
#tabbar .tabbar-item.active {
	color: #003366;
}
#tabbar .tabbar-item img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 3px auto;
}
#tabbar .tabbar-item img:last-of-type {
	display: none;
}
#tabbar .tabbar-item.active img:last-of-type {
	display: block;
}
#tabbar .tabbar-item.active img:first-child {
	display: none;
}
/* login
 */
.login-box {
	width: calc(100% - 30px);
	height: 470px;
}
.login-box .pull-left {
	display: none;
}
.login-box .pull-right {
	width: 100%;
}
/* show
 */
.stream {
	padding: 0;
}
.stream-wrap {
	width: 100%;
	border-radius: 0;
	--video-width: 100vw;
	--sidebar-width: 100vw;
	background-color: transparent;
	box-shadow: unset;
}
.stream-wrap .stream-container {
	width: 100%;
	border-radius: 0;
}
.video-container {
	width: 100%;
	min-height: 200px;
}
.stream-sidebar {
	height: calc(100vh - (100vw * 0.5625) - 80px - 70px);
	border-radius: 0;
}
.stream-sidebar .camera-container {
	display: none;
}
.stream-sidebar .stream-tab {
	height: 100%;
}
.invisibility-wrap {
	display: none;
}
/*  专题
 */
.subject {
	padding: 0;
}
.subject-wrap {
	flex-wrap: wrap;
	--subject-pic: 100%;
	--subject-info: 100%;
	height: auto;
	border-radius: 0;
}
/* user
 */
.user-page {
	padding: 0;
}
.user-wrap{
	--user-main: 100%;
}
.mobile-hidden,
.user-wrap .sidebar{
	display: none;
}
.user-center {
	display: block;
}
.personal {
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 20px;
	background-color: #003366;
}
.personal .avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}
.personal .avatar img {
	width: 100%;
	height: 100%;
}
.personal .personal-info {
	height: 60px;
}
.personal .personal-info a {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.personal .personal-info p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.personal .right-conp {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.2);
	padding: 4px 8px;
	border-radius: 4px;
	width: max-content;
	color: #fff;
}
.personal .right-conp img {
	display: block;
	width: 12px;
	height: 12px;
}
.my-menu {
	background-color: #FFFFFF;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 13px;
}
.my-menu .my-menu-title-bar {
	display: flex;
	align-items: center;
}
.my-menu .my-menu-title-bar>.my-menu-title {
	flex: 1;
}
.my-menu .my-menu-title-bar input[name=date] {
	display: block;
	width: 120px;
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	background: url("/public/app/img/pulldown.png") no-repeat right 10px center/15px;
}
.my-menu .my-menu-title {
	font-size: 18px;
	line-height: 56px;
	color: #333;
}
.my-menu li {
	height: 46px;
	border-bottom: 1px solid #f5f5f5;
	padding: 5px 0;
}
.my-menu li:last-child {
	border: none;
}
.my-menu li a {
	color: #666666;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.my-menu li .img {
	display: block;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 8px;
	margin-right: 10px;
}
.my-menu li .img img {
	width: 100%;
	height: 100%;
}
.my-menu .text {
	flex: 1;
	color: #000;
	font-size: 14px;
}
.my-menu .status {
	font-size: 12px;
	color: #ff9014;
	width: 60px;
	text-align: center;
}
.my-menu .status.success {
	color: #003366;
}
.my-menu .value {
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 14px;
}
.my-menu .rise {
	color: #dc002e;
}
.my-menu .value img {
	display: block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
}
.my-menu .icon-right {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url("../images/right-black.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px 18px;
}
button.exit {
	display: block;
	width: 90%;
	height: 40px;
	margin: 20px auto;
	background-color: #ff9014;
	color: #FFFFFF;
	border-radius: 4px;
	border: none;
}
button.exit a {
	color: white;
	display: block;
	line-height: 40px;
	width: 100%;
	text-align: center;
}
.info-show{
	width: 100%;
	box-sizing: border-box;
}

.info-show .val input{
	width: 100%;
	box-sizing: border-box;
}
.info-show .info-item{
	flex-wrap: wrap;
}
.info-show .info-item .attr{
	width: 5em;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 0;
	margin-right: 0;
}
.info-show .val{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 15px;
	white-space: nowrap;
}
.info-show .val input[type='text'],
.info-show .val select{
	width: 100%;
}

/* news
 */
.news {
	margin: 0;
}
.news .news-wrap .news-list {
	padding: 10px;
}
.news .news-wrap .news-list .news-item {
	padding: 10px;
	border: 1px solid #ececec;
	margin-bottom: 15px;
	border-radius: 4px;
}
.news .news-wrap .news-list .news-item a {
	flex-wrap: wrap;
}
.news .news-wrap .news-list .news-item img {
	width: 100%;
	margin: 0;
}
.news .news-wrap .news-list .news-item .txt-wrap {
	flex: unset;
	width: 100%;
	padding: 0;
}
.news .news-wrap .news-list .news-item .txt-wrap .news-title {
	font-size: 16px;
	line-height: 28px;
	height: unset;
}
.news .news-wrap .news-list .news-item .txt-wrap .descr {
	margin-top: 0;
	font-size: 14px;
	line-height: 24px;
	height: 72px;
}
/* publisher
 */
.common-wrap {
	margin: 0;
}
.select-options {
	margin-top: 0;
}
.select-options dl {
	flex-wrap: wrap;
}
.select-options dl dd {
	margin-left: 1em;
}
.crumbs {
	margin-top: 0;
	display: none;
}
.common-wrap {
	--sidebar-width: 100%;
}
.publisher-sidebar {
	width: 100%;
	padding: 0 10px;
}
.publish-main-wrap {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

/* main-content-title
 */
.main-content-title{
  height: 55px;
  border-bottom: 1px solid #eee;
  display: grid;
  font-size: 18px;
  padding: 0;
  grid-template-columns: 100px auto 100px;
  grid-template-rows: 100%;
  justify-items: center;

}
.reback{
	display: block;
	justify-self: start;
}
.headbar-login{
	display: flex;
}
.teletext-list .teletext-item{
	margin-bottom: 20px;
}
.teletext-list .teletext-item a{
	flex-wrap: wrap;
}
.teletext-list .teletext-item a img{
	width: 100%;
	height: auto;
	margin-right: 0;
}
.teletext-list .teletext-item .txt-wrap{
	width: 100%;
	overflow: unset;
}

/*  project/detail
 */
.activityDetail{
	margin: 0;
}
.detail-container{
	border-radius: 0;
}
.detail-container .title{
	padding: 0 10px;
}
.detail-container .content{
	padding: 0;
}
.form-box{
	width: 100%;
}
.form-box .form-group{
	padding: 0;
}
.activityDetail .activityDetail-wrap .activityDetail-titleAndImg .title{
	display: none;
}
.activityDetail .activityDetail-wrap .activityDetail-titleAndImg .img-container{
	width: 100%;
	padding: 0;
	float: unset;
	clear: both;
}
.activityDetail .activityDetail-wrap .activityDetail-titleAndImg .img-container img{
	border-radius: 0;
}
.activityDetail .activityDetail-wrap .activityDetail-titleAndImg .activity-info{
	padding: 0;
	width: 100%;
	float: unset;
	clear: both;
	padding:10px;
}
.detail-container .detail-table{
	width: calc(100% - 30px);
	margin: 15px auto;
}
.table-btn-group{
	padding: 10px 15px;
	justify-content: center;
}
.detail-table tr th{
	width: 120px;
}
.active_nums{
	display: none;
}

.upload-body{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	min-width: initial;
}

.publisher-banner{
	margin-top: 0;
	border-radius: 0;
	height: unset;
	aspect-ratio: 16 / 9;
}

.apply-table{
	padding: 10px;
	overflow: hidden;
}

.apply-table table{
	min-width: unset;
	font-size: 14px;
}

.apply-table table th:first-child{
	width: 5em;
}

.apply-table table th:nth-child(2){
	min-width: 2em;
	max-width: 4em;
}

.mobile-hidden{
	display: none;
}

.apply{
	justify-content: center !important;
	margin-top: unset;
}


.apply span{
	position: absolute;
	left: calc(50% + 35px);
}

.changeInfo .info-show{
	width: 100%;
}

.changeInfo .info-show .info-item .attr{
	width: 5em;
}


/* btn-group */
.btn-group{
	width: calc(100% - 20px);
	height: 68px;
	margin: 10px auto;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
}
.btn-group a{
	flex: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.btn-group a:first-child{
	background-color: #ff9014;
}
.btn-group a:last-child{
	background-color: #003366;
}
.btn-group .word{
	flex: 1;
	text-align: center;
	padding-right: 0;
}
.btn-group a img{
	display: block;
	width: 30px;
	height: 30px;
	padding: 10px;
}

.setIndex .teletext-list{
	display: grid;
	grid: auto / 1fr; gap: 10px;
}

.setIndex .teletext-item .txt-wrap{
	margin-left: 0px;
	height: auto;
	padding: 10px !important;
}

.myCert{
	width: calc(100% - 40px);
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin: 20px auto;
	box-shadow: 0 0 4px #cccccc;
	border-radius: 8px;
	padding: 20px;
	background-color: #ffffff;
}

.certificate-container{
	min-height: calc(100vh - 150px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.myCert .qrcode-box{
	margin-top: 0;
}

.certificate-item{
	width: 100%;
	margin: 5px 0;
}
.myCert .match-info{
	margin-top: 0;
}
.myCert .user,
.myCert .match-info{
	padding: 10px 0;
	font-size: 14px;
	color: #333333;
}
.myCert .user .user-info{
	font-size: 14px;
}
.myCert .match-info .title{
	font-size: 17px;
	margin-bottom: 10px;
}
.user-wrap .main-content{
	box-shadow: unset;
}
.applyInfo{
	width: 100%;
}
.applyInfo .info-item{
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.applyInfo .info-item .attr{
	width: 100%;
	text-align: left;
	font-size: 15px;
	margin-bottom: 5px;
	padding-left: 0;
}
.applyInfo .info-item .val{
	width: 100%;
	flex: unset;
	padding: 0;
}
.aIn{
	padding: 0 10px 20px !important;
}
.project-list-custom .project-item .pro-link{
	font-size: 18px;
}







