/* 全局基础样式 */
html,
body {
  padding: 0;
  margin: 0;
  color: #333333;
  background: #fafafa;
}
h1,
h2,
h3,
h4,
h5,
ul,
li,
strong {
  padding: 0;
  margin: 0;
  font-weight: normal;
}
ul,
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
*:focus {
  outline: none;
}
* {
  font-size: 16px;
  line-height: 1;
  -webkit-user-drag: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333333;
}
.isMobile {
  display: none!important;
}
.isPad {
  display: none!important;
}
/* 一些通用样式 */
.shadow-1 {
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
}
.shadow-2 {
  box-shadow: 2px 6px 4px #00000014;
}
.noTip {
  color: #666666;
  text-align: center;
  padding: 50px 0;
  width: 100%!important;
}
.noTip i {
  color: #cccccc;
  display: block;
  font-size: 60px;
  margin-bottom: 30px;
}
.max_1280 {
  max-width: 1280px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
.max_1280 .logo {
  margin-left: 0!important;
}
.max_1280 .logo img {
  margin-left: 0!important;
}
.max_1400 {
  max-width: 1280px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
.max_1400 .logo {
  margin-left: 0!important;
}
.max_1400 .logo img {
  margin-left: 0!important;
}
.bodyDiv {
  max-width: 1920px;
  min-width: 980px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.itemTitle {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px 0;
  display: flex;
}
.itemTitle span {
  flex: 1;
  font-size: 22px;
  font-weight: bold;
}
.itemTitle .tipInfo {
  color: #333333;
}
.itemTitle .favorites {
  margin: -12px 10px 0 20px;
  padding: 0 20px;
  cursor: pointer;
  background: #e2e2e2;
  border-radius: 5px;
  height: 38px;
  color: #333333;
  line-height: 38px;
}
.itemTitle .favoritesed {
  background: #27bfcf;
  color: #ffffff;
}
.itemTitle::before {
  content: ' ';
  float: left;
  width: 10px;
  height: 26px;
  background: #27bfcf;
  border-radius: 3px;
  margin: -2px 10px 0 0;
}
/* 按钮 */
.layButton {
  height: 42px;
  background: #27bfcf;
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  border: 0;
}
.layLink {
  color: #1e9fff;
}
.layInfo {
  border-left: 5px solid #27bfcf;
  padding: 20px;
  background: #ffffff;
  margin: 20px 0;
  line-height: 1.6;
  text-align: justify;
}
/* 表单 */
.layForm ul li {
  display: flex;
  margin-bottom: 15px;
}
.layForm .name {
  width: 80px;
  text-align: right;
  line-height: 42px;
}
.layForm .input {
  width: 200px;
  display: flex;
}
.layForm .input input[type=text],
.layForm .input input[type=password] {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 42px;
  border-radius: 5px;
}
.layForm .input input[disabled] {
  color: #888888;
  background: #fafafa;
}
.layForm .input.iconfont {
  position: relative;
}
.layForm .input.iconfont input[type=text],
.layForm .input.iconfont input[type=password] {
  padding-left: 37px;
}
.layForm .input.iconfont:before {
  position: absolute;
  left: 10px;
  top: 13px;
  color: #cccccc;
}
.layForm .input .checkbox {
  display: flex;
}
.layForm .input .checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #eeeeee;
  background: #e2f7fa;
}
.layForm .input .checkbox span {
  line-height: 22px;
  font-size: 14px;
}
.layForm .input .showPassword {
  width: 40px;
  height: 40px;
  margin-left: -40px;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 20px;
  text-align: center;
  color: #cccccc;
  cursor: pointer;
}
.layForm .input input[type=file] {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 5px;
}
.layForm .buttons {
  margin: 10px 0 0 80px;
}
.layForm button {
  background: #27bfcf;
  border: 0;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 5px;
}
.layForm strong {
  font-weight: bold;
}
/* 登录/注册窗口 */
.loginForm {
  padding: 20px;
}
.loginForm .resetPasswordLink {
  flex: 1;
  line-height: 22px;
  text-align: right;
  font-size: 14px;
}
.loginForm .regPasswordLink {
  display: block;
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
/* 次级导航 */
.secondaryNav {
  display: flex;
}
.secondaryNav ul {
  display: flex;
}
.secondaryNav ul li {
  background: #eeeeee;
  margin-right: 20px;
  border-radius: 5px;
}
.secondaryNav ul li a {
  display: block;
  padding: 13px 25px;
}
.secondaryNav ul li.cur {
  background: #27bfcf;
}
.secondaryNav ul li.cur a {
  color: #ffffff;
}
.secondaryNav .orders {
  flex: 1;
  text-align: right;
  margin-top: 13px;
}
.secondaryNav .orders a {
  padding: 13px 0;
  margin-left: 20px;
}
.secondaryNav .orders a:first-child {
  margin-left: 0;
}
.secondaryNav .orders a.cur {
  font-weight: bold;
  color: #27bfcf;
}
.secondaryNav.big ul {
  background: none;
}
.secondaryNav.big ul li {
  margin-top: 10px;
  background: none;
}
.secondaryNav.big ul li a {
  border-radius: 12px;
  width: 180px;
  height: 55px;
  background-color: #eeeeee;
}
.secondaryNav.big ul li a strong {
  display: block;
  font-size: 18px;
  margin-top: 6px;
}
.secondaryNav.big ul li a span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #aaaaaa;
}
.secondaryNav.big ul li a em {
  display: block;
  float: right;
  margin-top: -35px;
  font-size: 14px;
  color: #aaaaaa;
}
.secondaryNav.big ul li a em i {
  font-size: 22px;
  font-weight: bold;
  margin-right: 5px;
  color: #333333;
}
.secondaryNav.big ul li.cur a {
  background-color: #e2f7fa;
}
.secondaryNav.big ul li.cur a * {
  color: #27bfcf;
}
.secondaryNav.big ul li.cur a strong {
  font-weight: bold;
}
/* 重写layer样式 */
.layui-layer {
  border-radius: 8px;
}
.layui-layer .layui-layer-setwin {
  top: 18px;
  right: 25px;
}
.layui-layer .layui-layer-setwin .layui-layer-close:before {
  font-size: 22px;
}
.layui-layer .layui-layer-title {
  padding-left: 20px;
  height: 38px;
  line-height: 55px;
  border: 0;
  font-size: 16px!important;
  font-weight: bold;
}
.layui-layer .layui-layer-btn a {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
}
.layui-layer .layui-layer-content {
  font-size: 16px!important;
  line-height: 1.7;
}
.layui-layer .layui-layer-dialog .layui-layer-content {
  margin: 5px;
  line-height: 30px;
}
.layui-layer .layui-layer-dialog .layui-layer-btn {
  padding-bottom: 20px;
}
.layui-layer .layui-layer-content ul li input {
  background: #fafafa;
}
/* 顶部 */
.headDiv {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.03);
}
.headDiv .main {
  max-width: 1920px;
  min-width: 980px;
  margin: auto;
  display: flex;
}
.headDiv .logo {
  width: 220px;
  margin-left: 10px;
}
.headDiv .logo img {
  width: 180px;
  margin-top: 20px;
  margin-left: 10px;
}
.headDiv .nav {
  flex: 1;
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 0;
}
.headDiv .nav ul {
  display: flex;
  max-width: 400px;
}
.headDiv .nav ul li {
  margin-right: 20px;
}
.headDiv .nav ul li:first-child {
  flex: 0.7;
}
.headDiv .nav ul li:nth-child(2) {
  flex: 0.8;
}
.headDiv .nav ul li a {
  flex: 1;
  display: block;
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 20px;
  white-space: nowrap;
}
.headDiv .nav ul li:hover a {
  background: #e2f7fa;
  border-radius: 10px;
  color: #27bfcf;
}
.headDiv .nav ul li.cur a {
  background: #27bfcf;
  color: #ffffff;
}
.headDiv .search {
  float: right;
  margin-top: 13px;
  margin-right: 40px;
  margin-top: 20px;
}
.headDiv .search form {
  white-space: nowrap;
}
.headDiv .search form input,
.headDiv .search form button {
  border: 0;
  border-radius: 10px;
  height: 38px;
  line-height: 35px;
  padding: 0 10px;
}
.headDiv .search form input {
  background: #f7f7f7;
  width: 200px;
}
.headDiv .search form button {
  color: #ffffff;
  padding: 0 18px;
  background: #27bfcf;
  margin-left: 10px;
  cursor: pointer;
}
.headDiv .user {
  display: flex;
  margin-right: 20px;
  margin-top: 10px;
}
.headDiv .user a {
  line-height: 20px;
  height: 20px;
  margin-top: 20px;
}
.headDiv .user a:hover {
  color: #27bfcf;
}
.headDiv .user .userInfo {
  display: flex;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e2e2e2;
  padding-left: 30px;
}
.headDiv .user .userInfo img {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin: -5px 0 0 -40px;
}
.headDiv .user .userInfo span {
  line-height: 20px;
}
.headDiv .user .userInfo i {
  display: inline-block;
  background: #ff5722;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
}
/* 面包屑导航条 */
.crumb {
  margin: 25px 0 20px 0;
}
.crumb i {
  color: #aaaaaa;
}
.crumb strong {
  color: #23292e;
}
.crumb a {
  color: #666666;
}
.crumb a i {
  color: #27bfcf;
}
.crumb span {
  color: #666666;
  font-weight: bold;
}
/* 专辑列表 */
.albumList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
}
.albumList ul li {
  position: relative;
  width: calc(25% - 67px);
  padding: 20px;
  margin: 0 30px 30px 0;
  cursor: pointer;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 2px 6px 4px #00000014;
}
.albumList ul li:nth-child(4n) {
  margin-right: 0;
}
.albumList ul li .cover {
  position: relative;
  height: 0;
  padding-top: 100%;
}
.albumList ul li .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.albumList ul li .title {
  margin-top: 20px;
  font-weight: bold;
}
.albumList ul li .title em {
  float: right;
  color: #666666;
  margin-right: 5px;
}
.albumList ul li .sideBut {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
}
.albumList ul li .sideBut i {
  display: block;
  padding: 10px;
  border-radius: 5px;
  font-size: 24px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
.albumList ul li .sideBut.checked i {
  color: #27bfcf;
}
.albumList ul li:hover .sideBut {
  opacity: 1;
}
.albumList.column3 ul li {
  width: calc(33.3% - 67px);
}
.albumList.column3 ul li:nth-child(3n) {
  margin-right: 0!important;
}
.albumList.column3 ul li:nth-child(4n) {
  margin-right: 30px;
}
@media (min-width: 1400px) and (max-width: 1849px) {
  .albumList ul li {
    width: calc(19.9% - 67px);
  }
  .albumList ul li:nth-child(5n) {
    margin-right: 0!important;
  }
  .albumList ul li:nth-child(4n) {
    margin-right: 30px;
  }
}
@media (min-width: 1850px) {
  .albumList ul li {
    width: calc(16.5% - 67px);
  }
  .albumList ul li:nth-child(6n) {
    margin-right: 0!important;
  }
  .albumList ul li:nth-child(4n) {
    margin-right: 30px;
  }
}
/* 图片列表 */
.pictureList {
  margin-top: 20px;
  display: table;
  width: 100%;
}
.pictureList ul {
  width: 100%;
}
.pictureList ul .column {
  display: flex;
  flex-direction: column;
  width: calc((100% - 90px) / 4);
}
.pictureList ul .column li {
  width: 100%;
}
.pictureList ul li {
  margin-bottom: 30px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 10px;
  width: 1px;
  float: left;
  margin-right: 30px;
  box-shadow: 2px 6px 4px #00000014;
}
.pictureList ul li:nth-child(4n) {
  margin-right: 0;
}
.pictureList ul li .cover {
  position: relative;
  width: 90%;
  margin: 5%;
  overflow: hidden;
}
.pictureList ul li .cover a {
  display: block;
  position: relative;
}
.pictureList ul li .cover a .placeholder {
  display: block;
  padding-top: 50%;
}
.pictureList ul li .cover a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pictureList ul li .cover:hover .menu {
  top: 0;
  opacity: 1;
}
.pictureList .menu {
  opacity: 0;
  top: -100%;
  transition: opacity .5s;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.pictureList .menu .links {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 120px;
  transform: translate(-50%, -50%);
}
.pictureList .menu .links a {
  display: block;
  margin: auto;
  padding: 0 20px;
  background: #e2f7fa;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  color: #333333;
}
.pictureList .menu .links a:first-child {
  margin-bottom: 10px;
}
.pictureList .menu .links a.continue {
  background: #1fb076;
  color: #ffffff;
}
.pictureList .menu .links a:hover {
  background: #27bfcf;
  color: #ffffff;
}
.pictureList .menu .sideBut {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  cursor: pointer;
}
.pictureList .menu .sideBut i {
  display: block;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 24px;
}
.pictureList .menu .sideBut.checked i {
  color: #27bfcf;
}
.pictureList .progressBar {
  background: #f4f4f4;
  width: calc(100% - 30px);
  height: 20px;
  margin: 0 15px 15px 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  display: none;
}
.pictureList .progressBar i {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  background: #27bfcf;
}
.pictureList .progressBar span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: left;
  margin-left: 10px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
}
.pictureList .userInfo {
  padding: 2px 15px 15px 15px;
  display: flex;
  justify-content: flex-end;
}
.pictureList .userInfo .count {
  flex: 1;
  display: flex;
}
.pictureList .userInfo .count div {
  color: #666666;
}
.pictureList .userInfo .count div:first-child {
  margin-right: 15px;
}
.pictureList .userInfo .username {
  display: flex;
}
.pictureList .userInfo .username img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: -3px 7px 0 7px;
}
.pictureList .userInfo .username span {
  color: #333333;
}
.pictureList .userInfo .username span:hover {
  color: #27bfcf;
}
@media (min-width: 1441px) {
  .pictureList ul .column {
    width: calc((100% - 150px) / 6);
  }
  .pictureList ul .column li:nth-child(5n) {
    margin-right: 30px;
  }
  .pictureList ul .column li:nth-child(4n) {
    margin-right: 0!important;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .pictureList ul .column {
    width: calc((100% - 120px) / 5);
  }
  .pictureList ul .column li:nth-child(5n) {
    margin-right: 30px;
  }
  .pictureList ul .column li:nth-child(4n) {
    margin-right: 0!important;
  }
}
/* 图片详细页 */
.pictureView .itemTitle {
  margin-bottom: 30px;
}
.pictureView .main {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.pictureView .main .picture {
  width: calc(65% - 20px);
  margin-right: 20px;
  background: #ffffff;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  box-shadow: 2px 6px 4px #00000014;
}
.pictureView .main .picture img {
  width: 100%;
  box-sizing: border-box;
}
.pictureView .main .picture .statement {
  margin-top: 20px;
  color: #aaaaaa;
  line-height: 1.7;
}
.pictureView .main .picture .like {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 0 0 0 10px;
}
.pictureView .main .picture .like span,
.pictureView .main .picture .like i {
  font-size: 28px;
}
.pictureView .main .picture .like.liked span,
.pictureView .main .picture .like.liked i {
  color: #ff5722;
}
.pictureView .side {
  width: 35%;
}
.pictureView .side .card {
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 2px 6px 4px #00000014;
}
.pictureView .side .card .title {
  font-weight: bold;
  margin-bottom: 20px;
}
.pictureView .side .info .buts {
  margin-bottom: 20px;
  display: flex;
}
.pictureView .side .info .buts a {
  flex: 1;
  background: #27bfcf;
  text-align: center;
  border-radius: 5px;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
}
.pictureView .side .info .buts a:first-child {
  margin-right: 10px;
}
.pictureView .side .info .buts a:last-child {
  margin-left: 10px;
}
.pictureView .side .info .buts a:nth-child(3) {
  flex: .7;
}
.pictureView .side .info .buts a.favoritesed {
  background: #ff5722;
}
.pictureView .side .info .item {
  padding-top: 10px;
}
.pictureView .side .info .item li {
  margin-bottom: 18px;
  display: flex;
  color: #23292e;
  height: 20px;
}
.pictureView .side .info .item li span {
  width: 100px;
  text-align: right;
  line-height: 20px;
}
.pictureView .side .info .item li i {
  margin-left: 20px;
  line-height: 20px;
}
.pictureView .side .info .starLine {
  height: 20px;
  width: calc(20px * 5);
  background: url(/static/css/img/star.png);
  background-size: 20px;
  background-position: 0 -20px;
}
.pictureView .side .info .starLine em {
  height: 20px;
  width: calc(20px * 5);
  background: url(/static/css/img/star.png);
  background-size: 20px;
  display: block;
  filter: grayscale(0%);
}
.pictureView .side .album .body {
  display: flex;
}
.pictureView .side .album .body .cover img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 5px;
}
.pictureView .side .album .body .content .name {
  font-weight: bold;
  margin-bottom: 10px;
}
.pictureView .side .album .body .content .introduction {
  font-size: 14px;
  line-height: 1.38;
  height: 75px;
  overflow: hidden;
  color: #aaaaaa;
}
.pictureView .side .tags ul {
  display: table;
  padding: 10px 0;
}
.pictureView .side .tags ul li {
  float: left;
  margin-right: 10px;
}
.pictureView .side .tags ul li a {
  background: #e2f7fa;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 14px;
  color: #333333;
}
.pictureView .side .user .body {
  display: flex;
}
.pictureView .side .user .body .avatar {
  margin: 5px 15px 5px 0;
}
.pictureView .side .user .body .avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.pictureView .side .user .body .userInfo {
  margin: 10px 0 10px 0;
}
.pictureView .side .user .body .userInfo .nickname {
  margin-bottom: 10px;
}
.pictureView .side .user .body .userInfo .nickname a {
  font-size: 22px;
}
.pictureView .side .user .body .userInfo .count {
  display: flex;
}
.pictureView .side .user .body .userInfo .count span {
  padding-right: 20px;
  color: #888888;
}
.pictureView .side .user .body .userInfo .count span i {
  font-weight: bold;
  color: #27bfcf;
}
.pictureView .side .comment .add {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.pictureView .side .comment .add textarea {
  flex: 1;
  height: 40px;
  padding: 5px;
  border: 1px solid #f4f4f4;
  resize: none;
  border-radius: 5px;
  line-height: 20px;
  font-size: 14px;
}
.pictureView .side .comment .add .tip {
  flex: 1;
  height: 40px;
  padding: 5px;
  border: 1px solid #f4f4f4;
  resize: none;
  border-radius: 5px;
  line-height: 40px;
  color: #aaaaaa;
  text-align: center;
}
.pictureView .side .comment .add .tip a {
  color: #1e9fff;
  font-weight: bold;
}
.pictureView .side .comment .add button {
  margin-left: 10px;
  border: 0;
  background: #27bfcf;
  width: 50px;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
  line-height: 17px;
}
.pictureView .side .comment .notip {
  padding: 10px 0;
  color: #888888;
  text-align: center;
}
.pictureView .side .comment .notip i {
  font-size: 38px;
  margin-right: 10px;
  vertical-align: middle;
}
.pictureView .side .comment .list {
  max-height: 190px;
  overflow: hidden;
  overflow-y: scroll;
}
.pictureView .side .comment .list li {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px 0;
}
.pictureView .side .comment .list li .userInfo {
  display: flex;
}
.pictureView .side .comment .list li .userInfo .avatar img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.pictureView .side .comment .list li .userInfo .nickname {
  line-height: 24px;
  margin-left: 10px;
}
.pictureView .side .comment .list li .userInfo .time {
  line-height: 24px;
  margin-left: 10px;
  font-size: 12px;
  color: #aaaaaa;
}
.pictureView .side .comment .list li .content {
  padding: 5px 0 0 33px;
  font-size: 14px;
}
/* 用户中心顶部 */
.userCenterTop {
  display: table;
  width: 100%;
  background-color: #e2f7fa;
  border-radius: 10px;
  margin-top: 20px;
}
.userCenterTop .avatar {
  float: left;
  padding: 30px;
}
.userCenterTop .avatar img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.userCenterTop .userInfo {
  margin-top: 50px;
}
.userCenterTop .userInfo .nickname {
  font-size: 24px;
  margin-bottom: 20px;
  color: #27bfcf;
}
.userCenterTop .userInfo .nickname span {
  font-size: 16px;
  color: #666666;
  margin-left: 10px;
}
.userCenterTop .count {
  display: flex;
}
.userCenterTop .count span {
  padding-right: 20px;
  color: #666666;
}
.userCenterTop .count span i {
  font-weight: bold;
}
/* 用户中心菜单 */
.userMenu ul {
  width: 180px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 6px 4px #00000014;
  padding: 20px 10px;
  margin-right: 20px;
}
.userMenu ul li {
  display: flex;
  margin-bottom: 15px;
}
.userMenu ul li i {
  margin-right: 5px;
}
.userMenu ul li i,
.userMenu ul li a {
  padding: 10px 0 0 10px;
  color: #333333;
}
.userMenu ul li.cur a,
.userMenu ul li.cur i {
  color: #27bfcf;
  font-weight: bold;
}
.userMenu ul li .remind {
  display: inline-block;
  padding: 0;
  margin-left: 5px;
  background: #ff5722;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
}
.userBody {
  display: flex;
  margin-top: 20px;
}
.userBody .main {
  flex: 1;
}
.userBody .main h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 25px 0;
}
.userBody .main h3::after {
  content: ' ';
  float: left;
  width: 8px;
  height: 30px;
  background: #27bfcf;
  border-radius: 3px;
  margin: -5px 10px 0 0;
}
.userBody .main h3 .nav {
  float: right;
  margin-top: -10px;
}
.userBody .main h3 .nav ul {
  display: flex;
  background-color: #e2e2e2;
  border-radius: 20px;
  overflow: hidden;
}
.userBody .main h3 .nav ul li {
  padding: 10px 20px;
}
.userBody .main h3 .nav ul li a {
  font-size: 14px;
}
.userBody .main h3 .nav ul li.cur {
  background-color: #27bfcf;
}
.userBody .main h3 .nav ul li.cur a {
  color: #ffffff;
}
.userBody .commentList {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 6px 4px #00000014;
}
.userBody .commentList ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.userBody .commentList ul li:first-child {
  padding-top: 0;
}
.userBody .commentList ul li .target {
  margin-bottom: 10px;
  color: #666666;
}
.userBody .commentList ul li .target a {
  color: #1e9fff;
  font-weight: bold;
}
.userBody .commentList ul li .content span {
  display: block;
  background: #f4f4f4;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.5;
}
.userBody .commentList ul li .content i {
  display: block;
  margin-top: 10px;
  color: #888888;
  font-size: 13px;
}
.userBody .remindList {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 6px 4px #00000014;
}
.userBody .remindList ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
}
.userBody .remindList ul li:first-child {
  padding-top: 0;
}
.userBody .remindList ul li .time {
  margin-bottom: 10px;
  color: #888888;
}
.userBody .remindList ul li .content {
  display: block;
  background: #f4f4f4;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.5;
}
.userBody .remindList ul li .content .new {
  background-color: #e2f7fa;
}
.userBody .remindList ul li .content a {
  color: #1e9fff;
  font-weight: bold;
}
.userBody .userEditForm {
  background: #ffffff;
  padding: 20px 40px;
  border-radius: 10px;
  box-shadow: 2px 6px 4px #00000014;
}
.userBody .userEditForm ul li {
  margin-top: 10px;
}
.userBody .userEditForm ul li .input {
  width: 220px;
}
.userBody .userEditForm ul li .tip {
  line-height: 40px;
  margin-left: 10px;
  color: #aaaaaa;
}
/* 分页条 */
.page {
  display: table;
  margin: 20px auto;
}
.page a,
.page span {
  float: left;
  margin: 0 4px;
  background: #eeeeee;
  color: #333333;
  padding: 8px 10px;
  border-radius: 5px;
}
.page .current {
  background: #27bfcf;
  color: #ffffff;
}
.page .info {
  background-color: transparent!important;
  color: #aaaaaa !important;
}
/* 底部 */
.footDiv {
  width: 100%;
  background-color: #e2e2e2;
  box-sizing: border-box;
  margin-top: 30px;
}
.footDiv .main {
  max-width: 1920px;
  min-width: 980px;
  margin: auto;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.footDiv .main a {
  color: #1e9fff;
  font-size: 14px;
}
/* 填色页 */
.coloringPage {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.coloringPage .coloringIframe {
  width: 100%;
  height: calc(100% - 50px);
  border: 0;
  margin-top: 50px;
}
.coloringPage .menuBar {
  display: flex;
  height: 50px;
  background: #ffffff;
  color: #333333;
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #e2e2e2;
}
.coloringPage .menuBar .back {
  display: flex;
  display: none;
}
.coloringPage .menuBar .back a {
  line-height: 50px;
  color: #333333;
  margin-left: 10px;
}
.coloringPage .menuBar .title {
  display: flex;
  justify-content: left;
}
.coloringPage .menuBar .title img {
  width: 27px;
  height: 22px;
  margin: 12px;
  margin-right: 5px;
}
.coloringPage .menuBar .title span {
  line-height: 48px;
  color: #333333;
}
.coloringPage .menuBar .menu {
  flex: 1;
  margin-right: 30px;
}
.coloringPage .menuBar .menu .exportBut {
  height: 30px;
  margin: 10px 0 0 20px;
  float: left;
  line-height: 30px;
  background: #27bfcf;
  padding: 0 20px;
  border-radius: 5px;
  color: #ffffff;
}
.coloringPage .menuBar .user {
  display: flex;
  margin-right: 20px;
}
.coloringPage .menuBar .user a {
  line-height: 20px;
  height: 20px;
  margin-top: 15px;
  color: #333333;
}
.coloringPage .menuBar .user a:hover {
  color: #27bfcf;
}
.coloringPage .menuBar .user .userInfo {
  display: flex;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #dddddd;
  padding-left: 30px;
}
.coloringPage .menuBar .user .userInfo img {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin: -5px 0 0 -45px;
}
.coloringPage .menuBar .user .userInfo span {
  line-height: 20px;
}
.coloringPage .menuBar .statusBar {
  display: none;
  height: 30px;
  background-color: #333333;
  color: #333333;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.coloringPage .menuBar .statusBar .tip {
  flex: 1;
  color: #333333;
  line-height: 28px;
  font-size: 14px;
  margin-left: 10px;
}
.coloringPage .menuBar .statusBar .systemInfo {
  color: #333333;
  line-height: 28px;
  font-size: 14px;
  margin-right: 10px;
}
.coloringPage .coloring-export-win {
  background-color: #ffffff;
}
.coloringPage .coloring-export-win .export {
  padding: 20px;
  display: flex;
}
.coloringPage .coloring-export-win .export h3 {
  margin: 5px 0 20px 10px;
  font-weight: bold;
  font-size: 16px;
}
.coloringPage .coloring-export-win .export .image {
  width: 245px;
  height: 245px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.coloringPage .coloring-export-win .export .panel {
  margin-left: 10px;
}
.coloringPage .coloring-export-win .export .panel .buts {
  display: flex;
  margin-bottom: 20px;
}
.coloringPage .coloring-export-win .export .panel .buts a {
  display: flex;
  width: 210px;
  height: 50px;
  background: #27bfcf;
  border-radius: 10px;
  margin: 2px 0 0 10px;
  line-height: 50px;
}
.coloringPage .coloring-export-win .export .panel .buts a i {
  height: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
  padding: 0 15px;
  line-height: 40px;
  font-size: 30px;
  margin: 5px 10px 0 0;
}
.coloringPage .coloring-export-win .export .panel .buts a div {
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
}
.coloringPage .coloring-export-win .export .panel .buts a div.muliline {
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  padding-top: 9px;
}
.coloringPage .coloring-export-win .export .panel .buts a div.muliline span {
  display: block;
  margin-top: 5px;
  color: #e2f7fa;
  font-weight: normal;
  font-size: 14px;
}
.coloringPage .coloring-export-win .export .panel .buts a.down {
  width: 160px;
}
.coloringPage .coloring-export-win .export .panel .buts a.preview {
  width: 160px;
}
.coloringPage .coloring-export-win .export .shareWin {
  width: 100%;
  padding: 0 0 0 10px;
}
.coloringPage .coloring-export-win .export .shareWin .input {
  width: 420px;
}
.coloringPage .coloring-export-win .export .shareWin .url {
  margin-bottom: 15px;
}
.coloringPage .coloring-export-win .export .shareWin .buttons {
  margin-right: 10px;
  margin-top: 0;
  justify-content: flex-start;
}
.coloringPage .coloring-export-win .export .shareWin .buttons button {
  width: 137px;
}
/* 全屏预览页面 */
.previewPage {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.previewPage iframe {
  width: 100vw;
  height: 100vh;
  border: 0;
  padding: 0;
  margin: 0;
}
.previewPage .author {
  position: absolute;
  background: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  bottom: 20px;
  right: 20px;
}
.previewPage .author .body {
  display: flex;
}
.previewPage .author .body .title {
  font-weight: bold;
  margin: 10px;
}
.previewPage .author .body .avatar {
  margin: 5px 15px 5px 0;
}
.previewPage .author .body .avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.previewPage .author .body .userInfo {
  margin: 10px 0 10px 0;
}
.previewPage .author .body .userInfo .nickname {
  margin-bottom: 10px;
}
.previewPage .author .body .userInfo .nickname a {
  font-size: 22px;
}
.previewPage .author .body .userInfo .count {
  display: flex;
}
.previewPage .author .body .userInfo .count span {
  padding-right: 20px;
  color: #333333;
}
.previewPage .author .body .userInfo .count span i {
  font-weight: bold;
}
.previewPage .author .body .iconfont {
  text-align: right;
  width: 50px;
  line-height: 70px;
  font-size: 40px;
  color: #666666;
}
/* 分享窗口 */
.shareWin {
  width: 500px;
  height: 110px;
  padding: 20px;
}
.shareWin .url {
  margin-bottom: 20px;
}
.shareWin .url .input {
  float: left;
  width: 370px;
  margin-right: 10px;
}
.shareWin .buttons {
  display: flex;
  margin: 20px 0 0 0;
  justify-content: space-between;
}
.shareWin .buttons button {
  margin-left: 10px;
}
.shareWin .buttons button:first-child {
  margin-left: 0;
}
.shareWin button {
  opacity: .9;
  cursor: pointer;
}
.shareWin button:hover {
  opacity: 1;
}
.shareWin button.wechat {
  background-color: #28a10a;
}
.shareWin button.weibo {
  background-color: #c41818;
}
.shareWin button.qzone {
  background-color: #0f63e2;
}
@media (max-width: 600px) {
  * {
    font-size: 4vw;
  }
  .isPc {
    display: none!important;
  }
  .isPad {
    display: none!important;
  }
  .isMobile {
    display: block!important;
  }
  .iconfont {
    font-size: 4.5vw;
  }
  /* 一些通用样式 */
  .noTip {
    padding: 5vw 0;
  }
  .noTip i {
    font-size: 20vw;
    margin-bottom: 10vw;
  }
  /* 重写layer样式 */
  .layui-layer {
    border-radius: 2vw;
  }
  .layui-layer-setwin {
    top: 18px;
    right: 25px;
  }
  .layui-layer-title {
    padding-left: 20px;
    height: 38px;
    line-height: 55px;
    border: 0;
    font-size: 16px!important;
    font-weight: bold;
  }
  .layui-layer-setwin .layui-layer-close:before {
    font-size: 22px;
  }
  .layui-layer-btn a {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
  }
  .layui-layer-content {
    font-size: 16px!important;
    line-height: 1.7;
  }
  .layui-layer-dialog .layui-layer-content {
    margin: 5px;
    line-height: 30px;
  }
  .layui-layer-dialog .layui-layer-btn {
    padding-bottom: 20px;
  }
  /* 主要内容 */
  .bodyDiv {
    max-width: auto;
    min-width: auto;
    margin: auto;
    padding: 0 3vw;
    box-sizing: border-box;
  }
  /* 顶部 */
  .headDiv {
    height: auto;
    height: calc(26vw + 1px);
    box-shadow: none;
  }
  .headDiv .main {
    max-width: auto;
    min-width: auto;
  }
  .headDiv .main {
    display: flex;
  }
  .headDiv .logo {
    flex: 1;
    width: 20vw;
    height: 10vw;
    margin-left: 0;
  }
  .headDiv .logo img {
    width: 35vw;
    margin-top: 4.3vw;
    margin-left: 3vw;
  }
  .headDiv .user {
    display: flex;
    margin-right: 3vw;
  }
  .headDiv .user a {
    line-height: 6vw;
    height: 6vw;
    margin-top: 3vw;
  }
  .headDiv .userInfo {
    padding-right: 3vw;
    margin-right: 3vw;
  }
  .headDiv .userInfo {
    padding-left: 0;
  }
  .headDiv .userInfo img {
    width: 7vw;
    height: 7vw;
    margin-right: 3vw;
  }
  .headDiv .userInfo img {
    margin: -0.5vw 0 0 -10vw;
  }
  .headDiv .userInfo span {
    line-height: 6vw;
  }
  .headDiv .userInfo i {
    width: 5vw;
    height: 5vw;
  }
  .headDiv .userInfo i {
    line-height: 5vw;
  }
  .headDiv .nav {
    position: absolute;
    width: 100vw;
    top: 10vw;
    background: #fafafa;
  }
  .headDiv .nav {
    background: #f4f4f4;
  }
  .headDiv .nav ul {
    display: flex;
    max-width: auto;
  }
  .headDiv .nav ul li {
    flex: 1;
    padding: 0 0;
    margin-top: 0;
    text-align: center;
    margin-right: 0;
  }
  .headDiv .nav ul li:first-child {
    flex: 0.7;
  }
  .headDiv .nav ul li a {
    display: block;
    height: 11vw;
    line-height: 12vw;
    padding: 0;
    border-radius: 0;
    font-size: 4.5vw;
  }
  .headDiv .nav ul li:hover a {
    color: var(--primary-shaded-15);
  }
  .headDiv .nav ul li.cur {
    background-color: var(--primary-light-80);
  }
  .headDiv .nav ul li.cur a {
    border-bottom-width: 1vw;
    padding: 0;
  }
  .page {
    display: table;
    margin: 20px auto;
  }
  .page a,
  .pageDiv .page span {
    float: left;
    margin: 0 4px;
    background: var(--body-shaded-40);
    color: var(--text-light-all);
    padding: 8px 10px;
    border-radius: 5px;
  }
  .page .current {
    background: var(--primary);
    color: var(--text-light-all);
  }
  .page .info {
    background-color: transparent!important;
    color: var(--text-light-30) !important;
  }
  /* 面包屑导航条 */
  .crumb {
    margin: 3vw 0;
    display: none;
  }
  .crumb strong {
    display: none;
  }
  /* 搜索条 */
  .searchBar {
    height: 16vw;
    border: 0;
    display: none;
  }
  .searchBar .main {
    max-width: auto;
    min-width: auto;
  }
  .searchBar .main {
    padding: 3vw 0;
  }
  .searchBar form input,
  .searchBar form button {
    border-radius: 3vw;
    height: 10vw;
    line-height: 10vw;
    padding: 0 3vw;
  }
  .searchBar form input {
    background: var(--body);
    width: calc(100vw - 36vw);
    margin: 0 3vw;
  }
  .searchBar form button {
    width: 20vw;
    padding: 0 3vw;
    margin-left: 0;
  }
  .searchBar .tags {
    display: none;
  }
  /* 次级导航 */
  .secondaryNav {
    display: block;
    margin-bottom: 3vw;
  }
  .secondaryNav ul {
    margin-top: 3vw;
  }
  .secondaryNav ul li {
    flex: 1;
    margin-right: 1vw;
    border-radius: 3vw;
  }
  .secondaryNav ul li:last-child {
    margin-right: 0;
  }
  .secondaryNav ul li a {
    padding: 0 2vw;
    line-height: 10vw;
    text-align: center;
  }
  .secondaryNav.worksNav ul a {
    font-size: 3.5vw;
  }
  .secondaryNav.worksNav ul li:first-child {
    flex: 0.8;
  }
  .secondaryNav .orders {
    display: table;
    text-align: left;
    margin-top: 5vw;
  }
  .secondaryNav .orders a {
    flex: 1;
    padding: 3vw 0;
    margin: 0vw 5vw 0 0;
  }
  .secondaryNav .orders a:last-child {
    margin-right: 0;
  }
  .secondaryNav.big ul li {
    margin-top: 0;
    background: var(--body-shaded-20);
  }
  .secondaryNav.big ul li a {
    border: 0;
    border-radius: 3vw;
    width: auto;
    height: auto;
    background: none;
  }
  .secondaryNav.big ul li a strong {
    margin-top: 0;
    font-size: 3.5vw;
    line-height: 10vw;
  }
  .secondaryNav.big ul li a span {
    display: none;
  }
  .secondaryNav.big ul li a em {
    display: none;
  }
  .secondaryNav.big ul li.cur a {
    border: 0;
    background: #27bfcf;
    font-size: 3.5vw;
  }
  .secondaryNav.big ul li.cur a strong {
    color: #ffffff;
    font-weight: normal;
  }
  /* 底部 */
  .footDiv {
    width: 100%;
    background-color: var(--body-shaded-10);
    box-sizing: border-box;
    margin-top: 30px;
  }
  .footDiv .main {
    max-width: auto;
    min-width: auto;
    margin: auto;
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .footDiv .main {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
  }
  .footDiv .main a {
    color: var(--link);
    font-size: 14px;
  }
  .itemTitle {
    font-size: 5vw;
    font-weight: bold;
    margin: 5vw 0 3vw 0;
  }
  .itemTitle::before {
    width: 2.5vw;
    height: 8vw;
  }
  .itemTitle::before {
    border-radius: 2vw;
    margin: -1vw 2vw 0 0;
  }
  .itemTitle span {
    flex: 1;
    font-size: 5vw;
    line-height: 6vw;
  }
  .itemTitle .tipInfo {
    display: none;
  }
  .itemTitle .favorites {
    margin: -1vw 2vw 0 3vw;
    padding: 0 3vw;
  }
  .itemTitle .favorites {
    border-radius: 3vw;
    height: 9vw;
  }
  .itemTitle .favorites {
    line-height: 9vw;
  }
  /* 专辑列表 */
  .albumList ul {
    margin-top: 0;
  }
  .albumList ul li {
    width: calc(50% - 5vw - 5px);
    padding: 2vw;
    margin: 0 3vw 3vw 0;
  }
  .albumList ul li:nth-child(2n) {
    margin-right: 0;
  }
  .albumList ul li .title {
    margin-top: 3vw;
    font-weight: normal;
  }
  .albumList ul li .title em {
    margin-right: 0;
  }
  .albumList ul li .sideBut {
    opacity: 1;
    top: 2.5vw;
    right: 2.5vw;
  }
  .albumList ul li .sideBut i {
    padding: 2.5vw;
    border-radius: 1vw;
    opacity: 0.8;
    font-size: 5vw;
  }
  .categoryItemTitle {
    display: none;
  }
  /* 图片列表 */
  .pictureList {
    margin-top: 5vw;
  }
  .pictureList ul li {
    margin-bottom: 3vw;
  }
  .pictureList ul li {
    width: calc((100% - 3vw) / 2);
    margin-right: 5vw;
  }
  .pictureList ul .column {
    width: calc((100% - 3vw) / 2);
  }
  /* 删除按钮 */
  /* 悬停菜单 */
  .pictureList .menu {
    display: none;
  }
  /* 进度条 */
  .pictureList .progressBar {
    display: none;
  }
  /* 用户信息 */
  .pictureList .userInfo {
    padding: 1vw 3vw 3vw 3vw;
  }
  .pictureList .userInfo .count div:first-child {
    display: none;
  }
  .pictureList .userInfo .username img {
    width: 6vw;
    height: 6vw;
    margin: -1vw 1vw 0 1vw;
  }
  /* 登录/注册窗口 */
  .loginForm {
    padding: 20px;
  }
  .loginForm .resetPasswordLink {
    flex: 1;
    line-height: 22px;
    text-align: right;
    font-size: 14px;
  }
  .loginForm .regPasswordLink {
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  /* 按钮 */
  .layButton {
    height: 42px;
    border-radius: 2vw;
  }
  /* 链接 */
  .layLink {
    color: var(--link);
  }
  .layInfo {
    border-left-width: 1.5vw;
    padding: 3vw;
    margin: 4vw 0;
  }
  /* 表单 */
  .layForm ul li {
    margin-bottom: 3vw;
  }
  .layForm ul li .name {
    width: 25vw;
    line-height: 10vw;
  }
  .layForm ul li .input {
    width: 60vw;
  }
  .layForm ul li .input input[type=text],
  .layForm ul li .input input[type=password] {
    height: 10vw;
    padding: 0 2vw;
  }
  .layForm ul li .input input[type=text],
  .layForm ul li .input input[type=password] {
    font-size: 4vw;
    line-height: 10vw;
    border-radius: 2vw;
  }
  .layForm ul li .input.iconfont input[type=text],
  .layForm ul li .input.iconfont input[type=password] {
    padding-left: 8vw;
  }
  .layForm ul li .input .checkbox input[type=checkbox] {
    width: 5vw;
    height: 5vw;
  }
  .layForm ul li .input .checkbox span {
    line-height: 7vw;
    font-size: 3.5vw;
  }
  .layForm ul li .input.iconfont:before {
    left: 2vw;
    top: 3vw;
  }
  .layForm ul li .input .showPassword {
    width: 8vw;
    height: 8vw;
    margin-left: -10vw;
    padding-top: 2vw;
  }
  .layForm ul li .input .showPassword {
    font-size: 6vw;
  }
  .layForm ul li .input input[type=file] {
    height: 10vw;
    padding: 1.5vw;
    border-radius: 2vw;
  }
  .layForm .buttons {
    margin: 5vw 0 0 25vw;
  }
  .layForm .buttons button {
    padding: 2vw 4vw;
    border-radius: 2vw;
  }
  /* 填色页 */
  .coloringPage .coloringIframe {
    height: calc(100% - 50px);
    margin-top: 50px;
  }
  .coloringPage .menuBar {
    height: 50px;
  }
  .coloringPage .menuBar .back a {
    line-height: 50px;
    margin-left: 10px;
  }
  .coloringPage .menuBar .title img {
    width: 27px;
    height: 22px;
    margin: 14px;
    margin-right: 5px;
  }
  .coloringPage .menuBar .title span {
    display: none;
  }
  .coloringPage .menuBar .menu {
    flex: 1;
    margin-right: 0;
  }
  .coloringPage .menuBar .menu .exportBut {
    height: 30px;
    margin: 10px 0 0 10px;
    float: left;
  }
  .coloringPage .menuBar .menu .exportBut {
    line-height: 30px;
  }
  .coloringPage .menuBar .menu .exportBut {
    padding: 0 10px;
    border-radius: 5px;
  }
  .coloringPage .menuBar .user {
    display: flex;
    margin-right: 20px;
  }
  .coloringPage .menuBar .user a {
    line-height: 20px;
    height: 20px;
    margin-top: 15px;
  }
  .coloringPage .menuBar .userInfo {
    display: flex;
    padding-right: 10px;
    margin-right: 10px;
  }
  .coloringPage .menuBar .userInfo {
    padding-left: 30px;
  }
  .coloringPage .menuBar .userInfo img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .coloringPage .menuBar .userInfo img {
    margin: -5px 0 0 -45px;
  }
  .coloringPage .menuBar .userInfo span {
    line-height: 20px;
  }
  .coloringPage .statusBar {
    height: 30px;
    display: none;
  }
  .coloringPage .statusBar {
    width: 100%;
    bottom: 0;
  }
  .coloringPage .statusBar .tip {
    line-height: 28px;
    font-size: 14px;
    margin-left: 10px;
  }
  .coloringPage .statusBar .systemInfo {
    display: none;
  }
  /* 填色导出窗口 */
  .coloringPage .coloring-export-win .export {
    padding: 4vw;
    display: block;
    margin: 0 5vw;
  }
  .coloringPage .coloring-export-win .export h3 {
    display: none;
  }
  .coloringPage .coloring-export-win .export .image {
    width: 50vw;
    height: 50vw;
    border-radius: 2vw;
    margin: auto;
  }
  .coloringPage .coloring-export-win .export .image {
    background-color: var(--body);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .coloringPage .coloring-export-win .export .panel {
    margin: 0;
  }
  .coloringPage .coloring-export-win .export .panel .buts {
    display: block;
  }
  .coloringPage .coloring-export-win .export .panel .buts a {
    display: flex;
    width: 60vw;
    height: 15vw;
    border-radius: 3vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a {
    margin: 4vw auto 0 auto;
    line-height: 15vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a i {
    height: 12vw;
    padding: 0 4vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a i {
    line-height: 11vw;
    font-size: 6vw;
    margin: 2vw 4vw 0 0;
  }
  .coloringPage .coloring-export-win .export .panel .buts a div {
    line-height: 15vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a div.muliline {
    line-height: 1;
    padding-top: 3.5vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a div.muliline span {
    margin-top: 1vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a div.muliline span {
    font-size: 3.5vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a.down {
    width: 60vw;
  }
  .coloringPage .coloring-export-win .export .panel .buts a.preview {
    display: none;
  }
  .coloringPage .export .shareWin {
    display: none;
  }
  /* 用户中心顶部 */
  .userCenterTop {
    border-radius: 2vw;
    margin-top: 3vw;
  }
  .userCenterTop .avatar {
    padding: 5vw;
  }
  .userCenterTop .avatar img {
    width: 15vw;
    height: 15vw;
  }
  .userCenterTop .userInfo {
    margin-top: 6vw;
  }
  .userCenterTop .userInfo .nickname {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .userCenterTop .userInfo .nickname span {
    display: none;
  }
  .userCenterTop .userInfo .count span {
    padding-right: 3vw;
  }
  .userBody {
    display: block;
    margin-top: 4vw;
  }
  .userBody .main {
    flex: 1;
  }
  .userBody .main h3 {
    font-size: 5vw;
    font-weight: bold;
    margin: 5vw 0 3vw 0;
  }
  .userBody .main h3::before {
    width: 2.5vw;
    height: 8vw;
  }
  .userBody .main h3::before {
    border-radius: 2vw;
    margin: -1vw 2vw 0 0;
  }
  .userBody .main h3 span {
    flex: 1;
    font-size: 5vw;
    line-height: 6vw;
  }
  .userBody .main h3 .nav {
    margin-top: -2vw;
  }
  .userBody .main h3 .nav ul {
    border-radius: 5vw;
  }
  .userBody .main h3 .nav ul li {
    padding: 2vw 4vw;
  }
  .userBody .main h3 .nav ul li a {
    font-size: 3.5vw;
  }
  .userBody .commentList ul li {
    padding: 4vw 0;
  }
  .userBody .commentList ul li .target {
    margin-bottom: 2vw;
  }
  .userBody .commentList ul li .content span {
    padding: 3vw;
    border-radius: 1vw;
  }
  .userBody .commentList ul li .content i {
    margin-top: 2vw;
    font-size: 3vw;
  }
  .userBody .remindList ul li {
    padding: 4vw 0;
  }
  .userBody .remindList ul li .time {
    margin-bottom: 2vw;
  }
  .userBody .remindList ul li .content {
    padding: 3vw;
    border-radius: 1vw;
  }
  .userBody .pictureList .cover .menu {
    display: table;
    top: 0;
    opacity: 1;
    width: auto;
    height: auto;
  }
  .userBody .pictureList .cover .menu {
    right: 0;
    background: transparent;
  }
  .userBody .pictureList .cover .menu .links {
    display: none;
  }
  .userBody .pictureList .cover .menu .sideBut {
    position: initial;
    top: 0;
    left: 0;
    right: auto;
  }
  .userBody .pictureList .menu .sideBut i {
    padding: 2.5vw;
    font-size: 5vw;
    opacity: .8;
  }
  /* 用户中心菜单 */
  .userMenu ul {
    width: 84vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5vw;
    margin: 0;
  }
  .userMenu ul li {
    width: 25%;
    margin-bottom: 3vw;
  }
  .userMenu ul li a {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .userMenu ul li a i {
    display: block;
    margin: 1vw 0 2vw 0;
    font-size: 6vw;
    padding: 0;
  }
  .userMenu ul li a span {
    display: block;
    width: 100%;
    font-size: 3.5vw;
  }
  .userMenu ul li .remind {
    padding: 0;
    margin: 0 0 0 1vw;
    width: 4.5vw;
    height: 4.5vw;
  }
  .userMenu ul li .remind {
    font-size: 3.5vw;
    line-height: 5vw;
  }
  /* 编辑资料 */
  .userBody .userEditForm {
    margin-top: 7vw;
    padding: 5vw 5vw 5vw 5vw;
  }
  .userBody .userEditForm ul li {
    margin-top: 4vw;
  }
  .userBody .userEditForm ul li .tip {
    display: none;
  }
  /* 图片详细页 */
  .pictureView .main {
    display: block;
    margin-top: 5vw;
  }
  .pictureView .main .picture {
    width: 100%;
    margin: 0;
    padding: 4vw;
    border-radius: 1vw;
    box-sizing: border-box;
  }
  .pictureView .main .picture {
    position: relative;
  }
  .pictureView .main .picture img {
    width: 100%;
  }
  .pictureView .main .picture .statement {
    margin-top: 4vw;
  }
  .pictureView .main .picture .like {
    position: absolute;
    top: 4vw;
    right: 4vw;
  }
  .pictureView .main .picture .like {
    padding: 2vw 3vw;
    border-radius: 0 0 0 2vw;
  }
  .pictureView .main .picture .like i {
    font-size: 6vw;
  }
  .pictureView .main .picture .like span {
    font-size: 6vw;
  }
  /* 侧边栏 */
  .pictureView .side {
    width: 100%;
    margin-top: 5vw;
  }
  .pictureView .card {
    margin-bottom: 5vw;
    border-radius: 2vw;
    padding: 5vw;
  }
  .pictureView .card .title {
    margin-bottom: 4vw;
  }
  .pictureView .info .buts {
    margin-bottom: 5vw;
  }
  .pictureView .info .buts a {
    border-radius: 2vw;
  }
  .pictureView .info .buts a {
    height: 12vw;
    line-height: 12vw;
  }
  .pictureView .info .buts a:first-child {
    margin-right: 4vw;
  }
  .pictureView .info .buts a:last-child {
    margin-left: 1vw;
  }
  .pictureView .info .buts a.share {
    display: none;
  }
  .pictureView .info .item {
    padding-top: 5vw;
  }
  .pictureView .info .item li {
    margin-bottom: 4vw;
    height: 5vw;
  }
  .pictureView .info .item li span {
    width: 25vw;
    line-height: 5vw;
  }
  .pictureView .info .item li i {
    margin-left: 4vw;
    line-height: 5vw;
  }
  .pictureView .info .starLine,
  .pictureView .starLine em {
    height: 5.5vw;
    width: calc(5.5vw * 5);
    background-size: 5.5vw;
  }
  .pictureView .info .starLine {
    background-position: 0 -5.5vw;
  }
  .pictureView .album .cover img {
    width: 28vw;
    height: 28vw;
    margin-right: 4vw;
    border-radius: 3vw;
  }
  .pictureView .album .content .name {
    margin-bottom: 3vw;
  }
  .pictureView .album .content .introduction {
    font-size: 3.5vw;
    line-height: 1.38;
    height: 20vw;
  }
  .pictureView .tags ul {
    display: table;
    padding: 3vw 0;
  }
  .pictureView .tags ul li {
    float: left;
    margin-right: 3vw;
  }
  .pictureView .tags ul li a {
    padding: 2vw 3vw;
    border-radius: 1vw;
    font-size: 3.5vw;
  }
  .pictureView .itemTitle {
    margin-bottom: 3vw;
  }
  .pictureView .user .body {
    display: flex;
  }
  .pictureView .user .avatar {
    margin: 2vw 4vw 0vw 0;
  }
  .pictureView .user .avatar img {
    width: 15vw;
    height: 15vw;
  }
  .pictureView .user .userInfo {
    margin: 3vw 0 0vw 0;
  }
  .pictureView .user .userInfo .nickname {
    margin-bottom: 2vw;
  }
  .pictureView .user .userInfo .nickname a {
    font-size: 5vw;
  }
  .pictureView .user .userInfo .count span {
    padding-right: 3vw;
  }
  /* 评论 */
  .pictureView .comment .add {
    margin-bottom: 3vw;
    padding-bottom: 5vw;
  }
  .pictureView .comment .add textarea {
    height: 12vw;
    padding: 2vw;
    border-radius: 1vw;
  }
  .pictureView .comment .add textarea {
    line-height: 4vw;
    font-size: 3.5vw;
  }
  .pictureView .comment .add .tip {
    flex: 1;
    height: 12vw;
    padding: 1vw;
    border-radius: 1vw ;
  }
  .pictureView .comment .add .tip {
    line-height: 12vw;
  }
  .pictureView .comment .add button {
    margin-left: 2vw;
    width: 20vw;
    border-radius: 2vw;
  }
  .pictureView .comment .add button {
    font-size: 4vw;
    line-height: 6vw;
    letter-spacing: 1vw;
  }
  .pictureView .comment .notip {
    padding: 5vw 0;
  }
  .pictureView .comment .notip i {
    font-size: 10vw;
    margin-right: 5vw;
  }
  .pictureView .comment .list {
    max-height: 70vw;
  }
  .pictureView .comment .list li {
    padding: 3vw 0;
  }
  .pictureView .comment .list .userInfo .avatar img {
    width: 6vw;
    height: 6vw;
  }
  .pictureView .comment .list .userInfo .nickname {
    line-height: 6vw;
    margin-left: 2vw;
  }
  .pictureView .comment .list .userInfo .time {
    line-height: 6vw;
    margin-left: 2vw;
    font-size: 3vw;
  }
  .pictureView .comment .list .content {
    padding: 2vw 0 0 8vw;
    font-size: 3.5vw;
  }
  /* 全屏预览页面 */
  .previewPage {
    width: 100vw;
    height: 100vh;
  }
  .previewPage iframe {
    width: 100vw;
    height: calc(100vh - 22vw);
  }
  .previewPage .author {
    border-radius: 0;
    padding: 3vw;
    width: 100vw;
    height: 22vw;
    top: calc(100vh - 22vw);
    left: 0;
  }
  .previewPage .author .body {
    display: flex;
  }
  .previewPage .author .avatar {
    margin: 1vw 5vw 1vw 0;
  }
  .previewPage .author .avatar img {
    width: 15vw;
    height: 15vw;
  }
  .previewPage .author .userInfo {
    margin: 2vw 0 2vw 0;
  }
  .previewPage .author .userInfo .nickname {
    margin-bottom: 3vw;
  }
  .previewPage .author .userInfo .nickname a {
    font-size: 5.5vw;
  }
  .previewPage .author .userInfo .count span {
    padding-right: 5vw;
  }
  .previewPage .author .iconfont {
    flex: 1;
    width: 10vw;
    line-height: 16vw;
    font-size: 10vw;
    margin-right: 10vw;
  }
}
