﻿@charset "utf-8";

.rectPanel {
  position: relative;
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;
}



.rectPanel .rectPanelInner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* 
overflow-y: auto; 
-webkit-overflow-scrolling: touch; */
}
.rectPanelLeft .rectPanelInner {
  position: relative;
  z-index: 2;
  width: calc(100% - 12px);
  height: calc(100% - 58px);
  margin: 6px 6px 6px 6px;
  box-sizing: border-box;
}
.rectPanelRight .rectPanelInner {
  position: relative;
  z-index: 2;
  width: calc(100% - 12px);
  height: calc(100% - 58px);
  margin: 32px 6px 26px 6px;
  box-sizing: border-box;
}
.rectPanelLeft .feedback-title {
  position: relative;
  z-index: 2;
  width: calc(100% - 12px);
  height: 34px;
  padding: 8px 26px 6px 84px; /* 4 微调 title space */
  margin: 6px 6px 6px 6px;
  box-sizing: border-box;
  color: #d0e5f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rectPanelLeft {
  position: relative;
  box-sizing: border-box;
  border-image: url(left-panel2.png) 42 32 6 90 fill / 42px 32px 6px 90px round;
}
.rectPanelRight {
  position: relative;
  box-sizing: border-box;
	border-image: url(right-panel.png) 32 60 26 90 fill / 32px 60px 26px 90px round;
}

.rectPanel::before {
  content: " ";
  display: block;
  width: calc(100% - 56px);
  height: 100%;
  background: rgba(27, 94, 161, 0.6);
  border-top: 2px #2b8cdb solid;
  border-left: 2px #2b8cdb solid;
  border-bottom: 2px #2b8cdb solid;

  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 1;
}

.rectPanel::after {
  content: " ";
  display: block;
  width: 56px;
  height: 100%;
  background: url(../assets/panelBg.png) right bottom;
  border-top: 2px #2b8cdb solid;

  background-size: 56px auto;

  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  z-index: 1;
  background-repeat: no-repeat;
}

.rectPanel.noCorner::before {
  width: 100%;
  height: 100%;
  background: rgba(27, 94, 161, 0.6);
  border: 2px #2b8cdb solid;
}

.rectPanel.noCorner::after {
  display: none;
}



.global-content-wrap {
  position: absolute;
  /* border: 1px red solid; */
  left: 20px !important;
  width: calc(100vw - 40px);
  height: calc(100% - 210px);
  top: 120px !important;
  transform: none !important;
}

.form-content-wrap {
  position: absolute;
  left: 20px !important;
  width: calc(100vw - 40px);
  height: calc(100% - 240px);
  top: 120px !important;
  transform: none !important;

  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#profileWrap {
  height: calc(100% - 182px);
  top: 92px !important;
}

#calendar-wrap {
  height: calc(100% - 190px);
  top: 100px !important;
}


#radar-list {
  width: 240px;
  overflow: hidden;
  left: auto !important;
  right: 20px;
}

#profileWrap .profileInner {
  margin-left: 340px;
  position: relative;
  height: 100%;
}

#calendar-div,
#calendar-list {
  position: absolute;
  width: calc(50% - 10px) !important;
  height: 100% !important;
  transform: none !important;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#calendar-div {
  left: 0;
}

#calendar-list {
  left: auto !important;
  right: 0% !important;
}

#profile-div,
#history-div,
#cup-div {
  transform: none !important;
}

#history-div,
#cup-div {
  height: calc(50% - 50px);
  width: 100%;
}

#history-div {
  top: 90px;
}

#cup-div {
  bottom: 0;
  top: auto;
}

@media screen and (max-width: 1200px) {
  .recommend-channel .channelList {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (max-width: 900px) {
  .rectPanel {
    padding-bottom: 10px;
  }

  #setting-div .rectPanel {
    padding: 0;
  }

  .rectPanel::before {
    width: calc(100% - 28px);
    border-top: 1px #2b8cdb solid;
    border-left: 1px #2b8cdb solid;
    border-bottom: 1px #2b8cdb solid;
  }

  .rectPanel::after {
    width: 28px;
    background: url(../assets/panelBg.png) right bottom;
    border-top: 1px #2b8cdb solid;
    background-size: 28px auto;
  }


  .rectPanel.noCorner::before {
    border: 1px #2b8cdb solid;
  }

  .recommend-channel .channelList,
  .recommend-list-container {
    padding: 0 10px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .recommend-list {
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
  }

  .recommend-roll {
    top: auto;
    bottom: 0;
  }

  .recommend-roll .btnRoll {
    transform: translate(10px, -40px);
  }

  .recommend-channel .channelList {
    /* grid-template-columns: repeat(6, 1fr);
		grid-template-rows: repeat(2, 1fr); */
  }
}

/* all 竖 */
@media screen and (orientation: portrait) {


  #radar-list {

    left: 15px !important;
    width: calc(100vw - 30px);
    height: 200px;
    top: auto !important;
    bottom: 80px;

    overflow: hidden;
    right: auto;
  }

  #profileWrap {
    height: calc(100% - 190px);
    top: 110px !important;
  }

  #profileWrap .profileInner {
    margin-left: 0px;
  }

  #calendar-div,
  #calendar-list {
    position: absolute;
    width: 100% !important;
    height: calc(50% - 10px) !important;

    box-sizing: border-box;
    transform: none !important;
  }

  #calendar-div {
    top: 0;
  }

  #calendar-list {
    top: auto !important;
    bottom: 0% !important;
  }

  #feedback-page .feedback-text .feedback-anime {
    height: 0;
    padding-top: 56%;
  }

  .page-control {
    inset: auto auto 55px 20px !important;
    width: calc(100% - 40px) !important;
  }

  #task-page {
    inset: auto auto -40px 20px !important;
  }

  .homepage-wrapper {
    width: 60%;
  }
}

/* 手机竖屏 */
@media screen and (orientation: portrait) and (max-width: 620px) {

  .global-content-wrap {
    /* border: 1px yellow solid; */
    left: 15px !important;
    width: calc(100vw - 30px);
    height: calc(100% - 200px);
    top: 110px !important;
  }

  .task-stat-chart,
  .results-stat-chart {
    width: 100% !important;
  }

  .form-content-wrap {
    /* border: 1px yellow solid; */
    left: 15px !important;
    width: calc(100vw - 30px);
    height: calc(100% - 100px);
    top: 50px !important;
  }

  .form-clear-row input,
  .form-row input {
    min-height: 36px !important;
  }

  .form-clear-row select,
  .form-row select {
    min-height: 36px !important;
  }

  .form-register-radio-row label {
    min-height: 36px;
  }

  .form-item-label {
    width: 80px;
    line-height: 36px;
  }

  .form-item-control {
    height: 36px;
  }

  .form-item-control .placeholder {
    height: 36px;
    line-height: 36px;
  }

  .form-item-control .semi-width-wrapper:not(.nowrap) {
    width: 100%;
  }

  .form .button.primary {
    min-height: 36px;
  }

  .btnPrimary {
    min-height: 32px;
  }

  #radar-list {
    height: 140px;
  }

  #calendar-div,
  #calendar-list {
    /* font-size: 12px; */
  }

  .task-type-button {
    border-radius: 18px;
    height: 34px;
    line-height: 34px;
  }

  .task-type-switch {
    border-radius: 18px;
    height: 36px;
  }

  .task-type-icon {
    width: 20px;
    height: 20px;
    margin: 0px 2px;
  }

  .task-entry {
    height: 36px;
  }

  .form.common {
    min-width: 240px !important;
  }

  .guide-info {
    max-width: 70vw;
    font-size: 15px;
    padding: 6px;
  }

  #radar-tag ul.ring-tag a {
    width: 60px;
    height: 60px;
    border: 2px solid #1c609e;
    padding: 6px;
  }


  #feedback-div {
    right: 0px;
    transform: none !important;
  }

  #tools-div {
    right: 10px;
  }

  .tool-search .input {
    width: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .tool-search .input.expand {
    width: 120px;
  }



  .form-multi-3col .col-main.f-third {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-multi-3col .col-sub.f-third {
    width: 50%;
  }

  #profile-div .avatar {
    width: 56px;
    height: 56px;
  }

  #feedback-tip {
    width: 100% !important;
  }

  ul.feedback-list li {
    right: auto !important;
    min-width: 160px;
  }

  #trophy-image {
    width: 226px;
    height: 207px;
  }

  #taskitem-problem-extend {
    width: 56px;
    margin-left: 2px;
    margin-right: 2px;
  }

  #taskitem-problem-insert {
    width: 80px;
  }

  #taskitem-problem-type {
    width: calc(100% - 140px);
  }

  .feedback-quiz-imagebox {
    max-width: 100%;
  }

  /* 7 手机端侧边栏样式 */
  #feedback-playlist {
    position: absolute;
    right: 0;
    top: 40px;
    width: 50%;
    left: auto;
    right: -50%;
    display: block;
    top: 0;
    z-index: 9;
    background: rgba(9, 51, 89, 0.87);
    transition: all 0.3s;
  }

  #feedback-playlist.expand {
    right: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  }

	#feedback-playlist .btnToggle{
    position: absolute;
    width: 40px;
    height: 60px;
    right: 100%;
    display: block;
    top: 30%;
    border-radius: 20px 0 0 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
		background: rgba(9, 51, 89, 0.87) url('../assets/iconMenuOpen.svg') no-repeat center/24px;
		background-color: rgba(9,143,204,0.9);
		border: 1px #64DAF1 solid;
  }

	#feedback-playlist.expand .btnToggle{
		background-image: url('../assets/iconMenuClose.svg') ;
  }

  div.feedback-reader-controls {
    display: none;
  }
  #feedback-page .feedback-wiki-list {
    width: 43%;
  }
  #feedback-page .feedback-wiki-detail {
    width: 55%;
  }

  #setting-div .set-page .form-item-label {
    width: 90px;
    white-space: nowrap;
  }

  div.layout-horz {
    height: calc(100% - 60px);
    justify-content: space-between;
    padding: 0;
  }

  #task-page {
    width: 140px !important;
    z-index: 2;
    inset: 100px 10px auto auto !important;
  }

  #frameControl {
    display: block;
    height: 36px;
  }

  #framecontainer {
    margin: 0px;
    max-width: 100%;
    flex-shrink: 0; /* 确保视频size */
  }

  #resselector {
    width: 100%;
    height: 242px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
  }

  #topSearchCategory {
    width: 100%;
    padding-left: 190px;
    box-sizing: border-box;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  #topSearchCategory .category {
    height: 100%;
    display: block;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: nowrap;
  }

  #topSearchCategory .category .cateItem {
    padding: 2px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
  }

  #topSearchCategory .category .cateItem.active {
    color: #fff;
  }

  #rescategory {
    flex-direction: row;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
  }

  #ressearch {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
  }

  #resident {
    width: 100%;
    float: left;
  }

  .restype.selected {
    margin-right: 8px;
  }

  /* 原来的分类toggle隐藏 */
  .restoggle {
    display: none;
  }

  #reslist {
    width: 100%;
  }

  #reslist.shorter {
    width: 100%;
  }

  #reslist.frameTime {
    width: 100%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 160px;
  }

  #reslist.frameTime .resprop {
    height: 32px;
    width: 100%;
    box-sizing: border-box;
  }

  #reslist.frameTime .resprop .name {
    height: auto;
    text-align: left;
  }

  #reslist.frameTime .resprop input {
    width: 100px;
    right: 4px;
  }

  #reslist.frameTime .resprop .slider-box {
    width: 102px;
  }



  /* 手机隐藏原来的 下一步 */
  div#post-control {
    display: none !important;
  }

  div#post-control-2 {
    display: none;
    height: auto;
    margin: 0;
  }

  .post-text {
    height: 36px;
  }

  .post-button {
    width: 100%;
    height: 36px;
  }

  .post-text-button {
    width: 24px;
    height: 24px;
    margin: 6px;
  }

  .text-style {
    min-width: 32px;
    font-size: 15px;
    line-height: 36px;
  }

  .text-style:hover {
    border-bottom: 2px solid white;
  }

  .text-style.selected {
    border-bottom: 2px solid #30f5f7;
  }

  .text-style.selected:hover {
    border-bottom: 2px solid #30f5f7;
  }

  .text-style-input {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-style-item {
    margin-top: 2px;
    font-size: 16px;
  }

  .text-style-input input[type="range"] + span {
    height: 36px;
    line-height: 36px;
  }

  .homepage-wrapper {
    width: 100%;
		height: auto;
  }
	.top_ul{
		overflow: hidden;
	}

  .top_ul li {
    font-size: calc((100vw - 30px) * 0.225 / 6 * 1);
  }

  /* 手机端 答题背景缩小一点*/
  .rectPanelLeft {
		border-image: url(left-panel2.png) 80 40 6 112 fill / 42px 26px 6px 90px round
  }

  /* 456 手机端答题结构调整 */
	.rectPanelLeft .feedback-title{
    width: calc(100% - 4px);
    padding: 8px 26px 6px 64px;
  }

	.rectPanelLeft .feedback-title h3{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }
  #feedback-page .hidden {
    /* opacity: 0; */
    display: none !important;
  }
  #feedback-page .quest-wrapper {
    min-height: 100%;
		height: auto;
  }
	#feedback-page .video-wrapper{
		height: auto!important;
  }

	#feedback-page .feedback-maxvideo{
    position: relative;
    bottom: auto;
  }
	#feedback-page .video-overlay{
    position: relative;
    height: auto;
  }
	#feedback-page .quest-box{
    position: relative;
    height: auto;
    left: auto;
    top: auto;
    transform: none;
  }

  #feedback-page .quest-box .overlay-quest-top,
  /* #feedback-page .quest-box .overlay-quest-header, */
  /* #feedback-page .quest-box .overlay-quest-options, */
  #feedback-page .quest-box .overlay-quest-controls,
  #feedback-page .quest-box .overlay-quest-reward,
  #feedback-page .quest-box .wizardHint {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }

	#feedback-page .quest-box .overlay-quest-reward{
    width: 100%;
  }
	#feedback-page .quest-box .overlay-quest-content{
    width: 100%;
  }
	/* #feedback-page .overlay-quest-options {
    width: 100%;
  } */

	#feedback-page .wizardHint{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

	#feedback-page .overlay-quest-wizard{
    max-width: 30%;
  }

	#feedback-page .overlay-quest-hint{
    position: relative;
    flex: 1;
    width: auto;
    left: auto;
  }

	#feedback-page .wizardHint.victory{
    aspect-ratio: auto;
    height: auto;
    width: auto;
    transform: none;
    margin-top: 30px;
  }
	#feedback-page .wizardHint.victory .overlay-quest-wizard{
    max-width: 50%;
  }
	#feedback-page .wizardHint.victory .overlay-quest-hint{
    transform: none;
  }
	/* #feedback-page .overlay-quest-header{
    width: 100%;
  } */

  /* 答题单行 */
	#feedback-page .overlay-quest-option.half{
    width: 100%;
  }

  /* 答题配对单独处理*/
	#feedback-page .overlay-quest-option.option-pair{
    width: 48%;
    height: auto;
    line-height: 1.3;
    padding: 6px 10px;
    margin: 0px;
  }

	#galaxyList{
    width: calc(100% - 20px);
  }
	#galaxyList.expand .galaxyListInner{
    padding: 10px;
  }

	#galaxy-page .hintBox{
    left: auto;
    right: 10px;
    width: 120px;
    height: 120px;
    bottom: 20px;
  }

  #galaxy-page .hintBox .hintBoxInfo {
    right: 0;
    left: auto;
    width: 140px;
  }

  #galaxy-page .hintBox .hintBoxInfo:after {
    background-image: url("../assets/helperPoint.png");
    /* left: 60%; */
  }

	.top_ul .btnMiddle{
		padding: 0;
		height: 280px;
		min-height: 280px;
	}
	.top_ul .btnCorner{
		width: 36%;
		margin: 0 7%;
		margin-bottom: 16px;
	}
  .renwu_box li .rw_top_div {
    display: block;
    padding-left: 60px;
    position: relative;
  }

  .renwu_box .sectionTop {
    flex-flow: column nowrap;
		/* 对齐 */
		margin: 10px 0 0 0;
    float: right;
    width: 100%;
  }
  .renwu_box .sectionBtm {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    display: block;
  }
  .category_box,
	.absolute_box,
	.schedule_box{
    order: inherit;
  }
	.renwu_box li .rw_top_div .schedule_box{
		height: 12px;
		padding: 2px;
		border-radius: 20px;
		flex: auto;
	}

  .renwu_box li .rw_top_div .schedule_box .percent {
    height: auto;
		transform: translate(0, -100%);
  }
  .renwu_box .sectionRight,
  .renwu_box .sectionLeft {
    width: 100%;
  }

	/* // 微调 */
	.renwu_box li .rw_top_div .absolute_box{
		height: 100%;
    background-size: 60%;
	}

	.rili_box .date_text {
    font-size: 220% !important;
		line-height: 1;
  }

	div.feedback-text .feedback-script {
    font-size: 16px;
    line-height: 1.1;
		padding: 4px 8px;
    background: rgba(0, 0, 0, 0.4);
	}

	.pageTaskAi .btmActionBar {
		margin: 0 10px;
	}
	.questList .title {
    padding-left: 80px;
	}
	.formItem .label{
		flex: 0 1 80px;
	}
	.pageTaskAi .btmActionBar .actionsLeft {
		position: static;
	}

}

/* 窄屏 */
@media screen and (orientation: landscape) and (max-height: 720px) {
  div.feedback-text {
    line-height: 1.2;
  }
}

@media screen and (orientation: landscape) and (max-height: 1080px) {
  div.feedback-text {
    line-height: 1.5;
  }
  #feedback-page .overlay-quest-editor {
    line-height: 1.2;
  }
}


/* 手机横 */
@media screen and (orientation: landscape) and (max-width:900px) {

  .global-content-wrap {
    /* border: 1px pink solid; */
    left: 15px !important;
    width: calc(100vw - 30px);
    height: calc(100% - 200px);
    top: 110px !important;
    /* top: 80px!important; */
  }

  .form-content-wrap {
    /* border: 1px pink solid; */
    left: 15px !important;
    width: calc(100vw - 30px);
    height: calc(100% - 100px);
    top: 50px !important;
  }

  .form-clear-row input,
  .form-row input {
    min-height: 36px !important;
  }

  .form-clear-row select,
  .form-row select {
    min-height: 36px !important;
  }

  .form-item-control {
    height: 36px;
  }

  .form-item-label {
    width: 80px;
    line-height: 36px;
  }

  .form-item-control .placeholder {
    height: 36px;
    line-height: 36px;
  }

  .form .button.primary {
    min-height: 36px;
  }

  .task-type-button {
    border-radius: 18px;
    height: 34px;
    line-height: 34px;
  }

  .task-type-switch {
    border-radius: 18px;
    height: 36px;
  }

  .task-type-icon {
    width: 20px;
    height: 20px;
    margin: 0px 2px;
  }

  .task-entry {
    height: 36px;
  }


  #profile-div .avatar {
    width: 56px;
    height: 56px;
  }

  #history-div {
    left: 0px;
  }

  #cup-div {
    right: 0px;
    left: auto !important;
  }

  #radar-list {
    width: 230px;
    height: calc(100% - 170px);
  }

  #radar-tag ul.ring-tag a {
    width: 60px;
    height: 60px;
    border: 2px solid #1c609e;
    padding: 6px;
  }

  #trophy-image {
    width: 226px;
    height: 207px;
  }
}

@media screen and (max-width: 620px) {
  .global-html-page .page-pagination {
    right: 0px;
  }
  .form-clear-row-narrow {
    margin-bottom: 10px;
  }

  .form-clear-row .col-lg-6 {
    margin-bottom: 10px;
  }

  .col-lg-6 {
    width: 100%;
  }

  .col-lg-4 {
    width: 50%;
  }

  #pass-reset-question {
    margin-top: 10px;
  }
	

  #galaxy-pop {
    min-width: calc(100vw - 24px);
    bottom: 90px;
  }

  #tools-div {
    top: 36px;
  }


  #radar-tag {
    /* display: none!important; */
  }

  #setting-div {
    left: 15px !important;
    width: calc(100vw - 30px) !important;
  }


  .form.common {
    width: 100% !important;
  }

  .center-cont {
    /* padding-left: 10px;
	padding-right: 10px; */

    padding: 0;
    box-sizing: border-box;
  }

  .message-tag {
    width: 100% !important;
    float: none !important;
  }

  .message-tag li {
    width: 30%;
    float: left;
  }

  .message-tag li.active {
    margin-left: 10px !important;
  }

  .message-block {
    margin-left: 0px !important;
    height: calc(100% - 50px) !important;
  }



  .form.common .fixed {
    width: 80px !important;
  }


  .checkbox-col-4 .checkbox-label {
    width: 50%;
  }

  .col-a {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .col-b {
    width: 60% !important;
  }

  .col-c {
    width: 40% !important;
  }

  .form-narrow label {
    padding: 0 6px 0 0;
    font-size-adjust: 12px;
  }


  .form-content-wrap .form-auto-v-content {
    width: 100%;
  }

  .checkbox-col-3 .checkbox-label {
    width: 50%;
  }

  #trophy-image {
    width: 226px;
    height: 207px;
  }

  #taskitem-problem-extend {
    width: 66px;
    margin-left: 2px;
    margin-right: 2px;
  }

  #taskitem-problem-insert {
    width: 90px;
  }

  #taskitem-problem-type {
    width: calc(100% - 160px);
  }

  .recommend-list {
    grid-gap: 10px;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
  }

  .recommend-main-container {
    width: 100%;
    /* padding-top: 70%; */
  }

  .recommend-channel .channelList {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  #moments-page .momentContainer {
    padding: 12px 20px;
  }

  #moments-page .momentCreateWrap {
    position: fixed;
    width: 100%;
    left: 0;
  }

  #moments-page .btnShowMomentCreate {
    display: block;
    position: fixed;
    right: 10px;
    margin-top: -20px;
    z-index: 2;
  }

  #moments-page .momentCreateInner.expand .btnShowMomentCreate {
    transform: rotate(45deg);
  }

  #moments-page .momentCreateBox {
    margin: 0 16px;
    display: none;
    box-sizing: border-box;
    background: rgba(27, 94, 161, 0.9);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  }
  .moment-list .momentBox .left {
    flex: 0 1 48px;
  }
  #moments-page .avatar {
    width: 32px;
    height: 32px;
  }
  .moment-list .item .momentComment {
    margin-left: 48px;
  }

  .messageWrapBorder {
    height: calc(100% - 45px);
  }

  .messageWrapBorder .messageList {
    padding: 10px;
  }

  .messageWrap .message-tag li.active {
    margin-left: 0;
  }
  .messageWrap .message-tag li {
    width: calc(25% - 10px);
  }
}

/* 手机竖屏中 */
@media screen and (orientation: portrait) and (max-width: 420px) {

	.top_ul{
		overflow: hidden;
		width: 90%;
		margin: 0 5%;
	}
	.top_ul .btnCorner{
		aspect-ratio: 16 / 16;
		margin-bottom: 6px;
	}

	.top_ul .btnMiddle{
		height: 56vw;
		min-height: 220px;
		max-height: 280px;
		margin-bottom: -6px;
	}

	.top_ul .btnCorner .title{
		font-size: 16px;
	}
	.rili {
		height: 70%;
		top: 6%;
	}

}
