html {
  font-size: 12px;
}

@media (max-width: 1600px) {
  html {
    font-size: 10px;
  }
}
body {
  background: #F2F3F5;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.iconfont {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
}

.layui-menu-body-title {
  font-size: 1.35rem;
}

.layer-msg-success {
  top: 10px !important;
  min-width: 150px;
  border: 1px solid #9ef4d2;
  box-shadow: none;
  background-color: #EDFAE9;
  border-radius: 2px;
  color: #16b777;
}
.layer-msg-success .layui-layer-padding {
  padding: 8px 8px 8px 50px;
  text-align: left;
}
.layer-msg-success .layui-layer-padding .layui-layer-face {
  top: 9px;
  left: 12px;
  font-size: 28px;
}

.layer-msg-danger {
  top: 10px !important;
  min-width: 150px;
  border: 1px solid #f3c3b5;
  box-shadow: none;
  background-color: #f7eae6;
  border-radius: 2px;
  color: #ff5722;
}
.layer-msg-danger .layui-layer-padding {
  padding: 8px 8px 8px 50px;
  text-align: left;
}
.layer-msg-danger .layui-layer-padding .layui-layer-face {
  top: 9px;
  left: 12px;
  font-size: 28px;
}

.layer-msg-warning {
  top: 10px !important;
  min-width: 150px;
  border: 1px solid #f6dbb3;
  box-shadow: none;
  background-color: #FDF6EC;
  border-radius: 2px;
  color: #E9AC51;
}
.layer-msg-warning .layui-layer-padding {
  padding: 8px 8px 8px 50px;
  text-align: left;
}
.layer-msg-warning .layui-layer-padding .layui-layer-face {
  top: 9px;
  left: 12px;
  font-size: 28px;
  color: #E9AC51;
}

.layer-prompt .layui-layer-content {
  padding: 16px;
}
.layer-prompt .layui-layer-input {
  display: block;
  width: 260px;
  height: 36px;
  margin: 0 auto;
  line-height: 30px;
  padding-left: 10px;
  border: 1px solid #e6e6e6;
  color: #333;
}
.layer-prompt .layui-layer-btn0 {
  border-color: #16b777;
  background-color: #16b777;
}

.layui-btn-disabled-green, .layui-btn-disabled-green:active, .layui-btn-disabled-green:hover {
  cursor: not-allowed !important;
  opacity: 0.6;
}

.opbtn {
  position: absolute;
  z-index: 100;
  color: #bbb;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.opbtn:hover {
  background-color: #16b777;
  color: #fff;
}

.opbtn2:hover {
  color: #16b777 !important;
}

.sortable {
  cursor: move !important;
}

.wallpaper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-attachment: fixed, fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}

.wallpaperLayer .head {
  height: 5rem;
  padding: 0 1rem;
  border-bottom: 3px solid #F0F1F4;
  box-sizing: border-box;
}
.wallpaperLayer .head .name {
  display: inline-block;
  font-weight: 600;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.6rem;
  color: #000;
}
.wallpaperLayer .head .nav {
  display: inline-block;
  margin-left: 5rem;
}
.wallpaperLayer .head .nav span {
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  background-color: #eee;
  transition: 0.25s;
}
.wallpaperLayer .head .nav span.curr {
  background-color: #666666;
  color: #fff;
}
.wallpaperLayer .head .closeBtn {
  float: right;
  font-size: 1.8rem;
  cursor: pointer;
  color: #999;
  height: 5rem;
  line-height: 5rem;
}
.wallpaperLayer .head .closeBtn:hover {
  color: #333;
}
.wallpaperLayer .wallpaperBox {
  width: 85rem;
  height: 50.8rem;
  margin: 2px 0 0;
  box-sizing: border-box;
  display: none;
  background-color: #F0F1F4;
}
.wallpaperLayer .wallpaperBox.curr {
  display: flex;
}
.wallpaperLayer .wallpaperBox1 .left {
  background-color: #fff;
  margin-right: 0.3rem;
  width: 13.7rem;
  height: 100%;
  float: left;
  text-align: center;
  padding: 15px 1%;
  box-sizing: border-box;
}
.wallpaperLayer .wallpaperBox1 .left .item {
  float: left;
  display: inline-block;
  cursor: pointer;
  width: 40%;
  height: 2.8rem;
  line-height: 2.8rem;
  margin: 0.6rem 5%;
  border-radius: 0.4rem;
  font-size: 1.3rem;
  background-color: #eee;
}
.wallpaperLayer .wallpaperBox1 .left .item.curr {
  background-color: #666666;
  color: #fff;
}
.wallpaperLayer .wallpaperBox1 .right {
  background-color: #fff;
  width: 71rem;
  height: 100%;
  overflow-y: scroll;
  float: right;
  box-sizing: border-box;
  padding: 0.5rem 0.2% 0.5rem 1%;
}
.wallpaperLayer .wallpaperBox1 .right .list {
  height: auto;
  overflow: hidden;
}
.wallpaperLayer .wallpaperBox1 .right .item {
  width: 23%;
  height: 9rem;
  margin: 1rem 1%;
  border-radius: 0.4rem;
  float: left;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.wallpaperLayer .wallpaperBox1 .right .item .ceng {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: hsla(0, 0%, 100%, 0.2);
  transition: all 0.25s;
}
.wallpaperLayer .wallpaperBox1 .right .item .ceng .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.wallpaperLayer .wallpaperBox1 .right .item .wpimg {
  width: 100%;
  height: 100%;
}
.wallpaperLayer .wallpaperBox1 .right .item:hover .ceng {
  z-index: 2;
}
.wallpaperLayer .wallpaperBox1 .right .more {
  clear: both;
  width: 100%;
  font-size: 1.3rem;
  text-align: center;
  padding: 1rem 0 1rem;
  color: #666666;
}
.wallpaperLayer .wallpaperBox4 {
  background-color: #fff;
  flex-direction: column;
}
.wallpaperLayer .wallpaperBox4 .updiv {
  display: flex;
  padding: 5rem 2.2% 3rem;
}
.wallpaperLayer .wallpaperBox4 .updiv .up {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 28.8rem;
  height: 16.2rem;
  margin-right: 2rem;
}
.wallpaperLayer .wallpaperBox4 .updiv .tip {
  flex: 1;
  color: #666666;
  font-size: 1.25rem;
  padding: 2rem 0;
}
.wallpaperLayer .wallpaperBox4 .updiv .tip a {
  color: rgb(0, 132, 255);
}
.wallpaperLayer .wallpaperBox4 .list {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 3rem 0.2% 0.5rem 1%;
}
.wallpaperLayer .wallpaperBox4 .list .item {
  width: 23%;
  height: 11.25rem;
  margin: 1rem 1%;
  border-radius: 0.4rem;
  float: left;
  overflow: hidden;
  position: relative;
}
.wallpaperLayer .wallpaperBox4 .list .item .ceng {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: hsla(0, 0%, 100%, 0.2);
  transition: all 0.25s;
}
.wallpaperLayer .wallpaperBox4 .list .item .ceng .btn {
  position: absolute;
  width: 30%;
  height: 2.6rem;
  line-height: 2.6rem;
  border-radius: 0.5rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  cursor: pointer;
  top: 50%;
  margin-top: -1.3rem;
}
.wallpaperLayer .wallpaperBox4 .list .item .ceng .usebtn {
  left: 15%;
  color: #f2f5f5;
}
.wallpaperLayer .wallpaperBox4 .list .item .ceng .delbtn {
  left: 55%;
  color: #f54e4e;
}
.wallpaperLayer .wallpaperBox4 .list .item .wpimg {
  width: 100%;
  height: 100%;
}
.wallpaperLayer .wallpaperBox4 .list .item:hover .ceng {
  z-index: 2;
}
.wallpaperLayer .wallpaperBox6 {
  background-color: #fff;
}
.wallpaperLayer .wallpaperBox6 form {
  padding: 2rem 0 0;
}
.wallpaperLayer .wallpaperBox6 .layui-input-block {
  width: 70rem;
}
.wallpaperLayer .wallpaperBox6 .tip {
  padding-top: 0.6rem;
  color: #888888;
  font-size: 1.25rem;
}
.wallpaperLayer .wallpaperBox6 .subbtn {
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5rem;
  padding: 0.83rem 2.5rem;
  box-sizing: border-box;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(25, 25, 25, 0.1);
  z-index: 200;
}
header .logo {
  display: inline-block;
  float: left;
  height: 3.33rem;
}
header .logo img {
  height: 3.33rem;
}
header .navul {
  display: inline-block;
  float: left;
  margin-left: 1.67rem;
  height: 3.33rem;
  line-height: 3.33rem;
}
header .navul a {
  display: inline-block;
  height: 100%;
  padding: 0 0.83rem;
  font-size: 1.25rem;
}
@media (max-width: 1600px) {
  header .navul a {
    font-size: 1.35rem !important;
  }
}
header .navul a.curr, header .navul a:hover {
  color: #16b777;
}
header .auth {
  float: right;
  margin-top: 0.3rem;
}
header .user {
  float: right;
  height: 3.33rem;
  line-height: 3.33rem;
  position: relative;
}
header .user .avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  cursor: pointer;
}
header .user .menu {
  display: none;
  position: absolute;
  top: 3.75rem;
  right: 0;
  z-index: 999;
  min-height: 8.33rem;
  background-color: rgb(255, 255, 255);
  width: 15rem;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e4e6eb;
  box-shadow: 0 0 2rem rgba(81, 87, 103, 0.16);
  transition: 0.2s;
}
header .user .menu .info {
  border-bottom: 1px solid #f2f5f5;
  padding: 0.83rem 1.25rem;
  cursor: pointer;
}
header .user .menu .info .avatar2 {
  width: 2.92rem;
  height: 2.92rem;
  border-radius: 50%;
  margin-top: -0.25rem;
}
header .user .menu .info .name {
  padding-left: 0.83rem;
  color: #333;
  font-size: 1.25rem;
}
header .user .menu .li {
  display: block;
  padding: 0 1.25rem;
  height: 3.33rem;
  line-height: 3.33rem;
  cursor: pointer;
  color: #555;
}
header .user .menu .li.line {
  border-top: 1px solid #f2f5f5;
}
header .user .menu .li:hover {
  background: #f2f5f5;
}
header .nav2 {
  float: right;
  height: 3.33rem;
  line-height: 3.33rem;
  position: relative;
  margin-right: 1rem;
}
header .nav2 .item {
  display: inline-block;
  height: 100%;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
  padding-right: 1rem;
  margin-right: 0.3rem;
}
header .nav2 .item .iconfont {
  position: absolute;
  font-size: 1.4rem;
  left: 0;
}
header .nav2 .item.curr, header .nav2 .item:hover {
  color: #16b777;
}

footer {
  width: 100rem;
  margin: 0 auto;
  text-align: center;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.2rem;
  color: #666;
  clear: both;
}
footer a {
  color: #666;
  padding: 2px 5px;
}

.totop {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: -50px;
  right: 10px;
  cursor: pointer;
  transition: 0.6s;
}
.totop .layui-icon {
  font-size: 23px;
  color: #888888;
}
.totop:hover {
  width: 43px;
  height: 43px;
}
.totop:hover .layui-icon {
  color: #555555;
}

.loginLayer {
  background-color: #fff;
}
.loginLayer .layerMain {
  padding: 1rem;
}
.loginLayer .emailLoginBox {
  display: none;
  padding: 0 2rem 0;
  box-sizing: border-box;
}
.loginLayer .emailLoginBox .changeBtn .btn {
  display: inline-block;
  font-size: 1.3rem;
  cursor: pointer;
}
.loginLayer .emailLoginBox .changeBtn .fleft {
  color: #16b777;
}
.loginLayer .emailLoginBox .changeBtn .fright {
  color: #666;
}
.loginLayer .emailLoginBox .layui-input {
  height: 3.5rem;
}
.loginLayer .emailLoginBox .layui-input::-moz-placeholder {
  color: #888888;
}
.loginLayer .emailLoginBox .layui-input::placeholder {
  color: #888888;
}
.loginLayer .emailLoginBox .sendcodeBtn {
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
}
.loginLayer .emailLoginBox .sendcodeBtn.disabled {
  cursor: not-allowed;
  background-color: #5cdbcf;
}
.loginLayer .weixinTip {
  text-align: center;
}
.loginLayer .weixinTip img {
  width: 2.6rem;
}
.loginLayer .weixinTip .scene {
  color: #1f5fde;
  font-weight: 700;
}
.loginLayer .weixinQrcodeBox {
  width: 20rem;
  height: 20rem;
  margin: 1rem auto;
  border: 1px solid #ddd;
  border-radius: 2px;
  position: relative;
}
.loginLayer .weixinQrcodeBox .weixinQrcode {
  width: 100%;
  height: 100%;
}
.loginLayer .weixinQrcodeBox .expiry {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #eeeeee;
  cursor: pointer;
  border-radius: 2px;
}
.loginLayer .moreLine {
  display: flex;
  justify-content: center;
  margin: 1.5rem 0 0;
}
.loginLayer .moreLine .line {
  display: inline-block;
  width: 9rem;
  height: 1px;
  background-color: #eee;
  margin: 0.8rem 1rem;
}
.loginLayer .moreLine .text {
  display: inline-block;
  font-size: 1.3rem;
  color: #888;
}
.loginLayer .moreLogin {
  display: flex;
  justify-content: center;
}
.loginLayer .moreLogin .item {
  margin: 1rem;
  padding: 0.8rem;
  text-align: center;
  cursor: pointer;
  background: #f2f5f5;
  border-radius: 50%;
  transition: 0.2s;
}
.loginLayer .moreLogin .item img {
  width: 2.4rem;
  height: 2.4rem;
}
.loginLayer .moreLogin .item .name {
  font-size: 1.3rem;
  color: #888;
}
.loginLayer .moreLogin .item.curr, .loginLayer .moreLogin .item:hover {
  background: #eee;
}
.loginLayer .foot {
  height: 4rem;
  line-height: 4rem;
  background-color: #F8F8FB;
  padding: 0 2rem;
  font-size: 1.2rem;
}
.loginLayer .foot .fleft {
  color: #888;
}
.loginLayer .foot .fleft a {
  color: #666;
  text-decoration: underline;
}
.loginLayer .foot .fright {
  color: #16b777;
  cursor: pointer;
}

.container {
  width: 100rem;
  margin: 8rem auto 2rem;
}

.settingLayer {
  background-color: #eee;
  height: auto;
  overflow: hidden;
}
.settingLayer .block {
  width: 96%;
  margin: 10px 2%;
  background-color: #fff;
  padding: 0.6rem 0.6rem 1rem;
  box-sizing: border-box;
}
.settingLayer .block .title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
}
.settingLayer .block .content {
  margin-top: 0rem;
}
.settingLayer .block .content .item {
  display: flex;
  padding: 0.3rem 0;
  align-items: center;
}
.settingLayer .block .content .item .left {
  flex: 5;
  color: #333;
  font-size: 1.35rem;
}
.settingLayer .block .content .item .right {
  flex: 1;
  text-align: right;
}
.settingLayer .block .content .item .right .layui-form-switch {
  margin-top: 0;
  height: 20px;
  line-height: 18px;
  min-width: 38px;
}
.settingLayer .block .content .item .right .layui-form-switch i {
  top: 2px;
  width: 14px;
  height: 14px;
}
.settingLayer .block .content .item .right .layui-form-onswitch i {
  margin-left: -18px;
}
.settingLayer .block .content .item .right .link {
  font-size: 1.25rem;
  color: #1f5fde;
  cursor: pointer;
}
.settingLayer .block .desc {
  color: #666;
  font-size: 1.25rem;
  margin-top: 0.6rem;
}
.settingLayer .block .flex-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.settingLayer .block .flex-content .flex {
  flex: 1;
  text-align: center;
  color: #666;
  font-size: 1.35rem;
}
.settingLayer .block .flex-content .flex img {
  width: 16rem;
  height: 16rem;
  border-radius: 4px;
}
.settingLayer .block .flex-content .flex p {
  padding: 0.2rem 0;
}
.settingLayer .tipblock {
  padding-top: 2rem;
  background-color: #fff;
  text-align: center;
  color: #888;
  font-size: 1.25rem;
}

.toolWeatherWeather {
  width: 100%;
  height: 7rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  cursor: pointer;
}
.toolWeatherWeather .degree {
  opacity: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
}
.toolWeatherWeather .info {
  opacity: 0;
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
  color: #333;
  position: relative;
}
.toolWeatherWeather .info .a {
  padding: 0.5rem 0 0.5rem;
}
.toolWeatherWeather .info .a .city {
  font-weight: 600;
  font-size: 1.3rem;
}
.toolWeatherWeather .info .b {
  font-size: 1.2rem;
}
.toolWeatherWeather .info .icon {
  position: absolute;
  top: 0.3rem;
  right: 0.5rem;
  width: 4rem;
  height: 4rem;
}

.weatherCityLayer {
  background-color: #fff;
  padding: 0 2rem 1rem;
  box-sizing: border-box;
}
.weatherCityLayer .ss {
  color: #17B778;
  font-weight: 600;
  font-size: 1.35rem;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.weatherCityLayer .ss span {
  cursor: pointer;
}
.weatherCityLayer .area .tip {
  text-align: center;
}
.weatherCityLayer .area .list {
  height: auto;
  overflow: hidden;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.weatherCityLayer .area .list .i {
  display: inline-block;
  float: left;
  cursor: pointer;
  padding: 0.5rem 1rem;
  margin: 0 0.3rem 0.6rem;
  border-radius: 2px;
  background-color: #eee;
}
.weatherCityLayer .area .list .i.curr {
  color: #fff;
  background-color: #17B778;
}
.weatherCityLayer .area .list .i:hover {
  color: #17B778;
  background-color: #befae2;
}
.weatherCityLayer .weather-city-submit {
  padding: 0 5rem;
  margin: 3rem auto 0;
  display: block;
}

.toolCalendarCalendar {
  margin-top: 1rem;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 0.8rem 0.4rem 0.5rem;
  box-sizing: border-box;
}
.toolCalendarCalendar .opdiv {
  width: 100%;
  float: left;
  padding: 0 0.5rem 1rem;
  box-sizing: border-box;
}
.toolCalendarCalendar .opdiv .year {
  float: left;
  padding: 3px 10px 3px 0;
  font-size: 1.3rem;
}
.toolCalendarCalendar .opdiv .month {
  float: left;
  padding: 3px 10px 3px 0;
  font-size: 1.3rem;
}
.toolCalendarCalendar .opdiv .tonow {
  float: right;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 3px 10px;
}
.toolCalendarCalendar .weekdiv {
  width: 100%;
  float: left;
}
.toolCalendarCalendar .weekdiv .i {
  width: 14.2857142857%;
  text-align: center;
  float: left;
  color: #f11;
}
.toolCalendarCalendar .daydiv {
  width: 100%;
  float: left;
  margin-top: 0.5rem;
}
.toolCalendarCalendar .daydiv .i {
  width: calc(14.2857142857% - 0.2rem);
  margin: 0 0.1rem;
  height: 4rem;
  text-align: center;
  float: left;
  padding: 0.2rem 0;
  border-radius: 0.2rem;
  box-sizing: border-box;
  position: relative;
}
.toolCalendarCalendar .daydiv .i .yangli {
  color: #999;
  font-size: 1.4rem;
}
.toolCalendarCalendar .daydiv .i .yinli {
  font-size: 0.9rem;
  color: #999;
}
.toolCalendarCalendar .daydiv .i .jiaqi {
  display: none;
  position: absolute;
  z-index: 99;
  top: -0.2rem;
  right: -0.5rem;
  border-radius: 2px;
  font-size: 0.8rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
}
.toolCalendarCalendar .daydiv .i .jiaqi.ban, .toolCalendarCalendar .daydiv .i .jiaqi.xiu {
  display: inline;
}
.toolCalendarCalendar .daydiv .i .jiaqi.xiu {
  background-color: #EB3333;
}
.toolCalendarCalendar .daydiv .i .jiaqi.ban {
  background-color: #4E5877;
}
.toolCalendarCalendar .daydiv .i .today {
  display: none;
  position: absolute;
  z-index: 99;
  top: -0.2rem;
  right: -0.5rem;
  border-radius: 2px;
  font-size: 0.8rem;
  padding: 0.1rem 0.2rem;
  color: #fff;
  background-color: #17B778;
}
.toolCalendarCalendar .daydiv .i .today.show {
  display: inline;
}
.toolCalendarCalendar .daydiv .i.ismonth .yangli {
  color: #111;
}
.toolCalendarCalendar .daydiv .i.ismonth .yinli {
  color: #666;
}
.toolCalendarCalendar .daydiv .i.jiaqixiu {
  background-color: #fce8e8;
  color: #EB3333;
}
.toolCalendarCalendar .daydiv .i.curr .yangli, .toolCalendarCalendar .daydiv .i.todaydiv .yangli {
  color: #17B778;
}
.toolCalendarCalendar .daydiv .i.curr .yinli, .toolCalendarCalendar .daydiv .i.todaydiv .yinli {
  color: #17B778;
}
.toolCalendarCalendar .daydiv .i.curr {
  border: 1px dashed #17B778;
}

.calendarYearSelect {
  padding-top: 0.2rem;
  height: 100%;
  overflow-y: scroll;
}
.calendarYearSelect .i {
  width: calc(25% - 6px);
  margin: 5px 3px;
  padding: 3px 0;
  float: left;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  transition: 0.25s;
}
.calendarYearSelect .i:hover {
  color: #fff;
  background-color: #17B778;
}

.calendarMonthSelect {
  padding-top: 1rem;
}
.calendarMonthSelect .i {
  width: calc(33.33% - 10px);
  margin: 10px 5px;
  padding: 8px 0;
  background-color: #E1E4E3;
  float: left;
  text-align: center;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  color: #333;
  transition: 0.25s;
}
.calendarMonthSelect .i:hover {
  color: #fff;
  background-color: #17B778;
}

.userProfilePage .main {
  width: 100%;
  max-width: 80rem;
  min-height: 20rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  box-sizing: border-box;
}
.userProfilePage h2 {
  padding-bottom: 1.5rem;
}
.userProfilePage .list .item {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  display: flex;
}
.userProfilePage .list .item .a {
  flex: 1;
  font-size: 1.35rem;
  display: flex;
  justify-content: left;
  align-items: center;
}
.userProfilePage .list .item .b {
  flex: 6;
  color: #666666;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
}
.userProfilePage .list .item .b .avatartip {
  display: inline-block;
  color: #999;
  margin-left: 2rem;
}
.userProfilePage .list .item .b.nobind {
  color: #aaaaaa;
}
.userProfilePage .list .item .c {
  flex: 1;
  font-size: 1.4rem;
  color: #16b777;
  cursor: pointer;
  font-size: 1.35rem;
  display: flex;
  justify-content: right;
  align-items: center;
}
.userProfilePage .list .item.avatarItem {
  border-top: 1px solid rgba(170, 170, 170, 0.2);
}
.userProfilePage .list .item.avatarItem .avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.userProfilePageBindWxLayer {
  background-color: #fff;
  padding: 1rem 0 2rem;
}
.userProfilePageBindWxLayer .layerMain {
  padding: 1rem;
}
.userProfilePageBindWxLayer .weixinTip {
  text-align: center;
}
.userProfilePageBindWxLayer .weixinTip img {
  width: 2.6rem;
}
.userProfilePageBindWxLayer .weixinTip .scene {
  color: #1f5fde;
  font-weight: 700;
}
.userProfilePageBindWxLayer .weixinQrcodeBox {
  width: 20rem;
  height: 20rem;
  margin: 1rem auto;
  border: 1px solid #ddd;
  border-radius: 2px;
  position: relative;
}
.userProfilePageBindWxLayer .weixinQrcodeBox .weixinQrcode {
  width: 100%;
  height: 100%;
}
.userProfilePageBindWxLayer .weixinQrcodeBox .expiry {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #eeeeee;
  cursor: pointer;
  border-radius: 2px;
}

.productPage {
  width: 100rem;
  margin: 0 auto;
  height: auto;
  margin: 8rem auto 2rem;
}

.leftBox {
  width: 75rem;
  height: auto;
  float: left;
}

.divBox {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.rightBox {
  width: 24rem;
  height: auto;
  float: right;
}
.rightBox .addBox {
  display: block;
  border-radius: 0.4rem;
  text-align: center;
  padding: 1rem 0;
  color: #16B777;
  cursor: pointer;
}
.rightBox .addBox:hover {
  color: #16B777;
  background-color: #d2e3dc;
}
.rightBox .tagBox {
  margin-top: 1rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.4rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.rightBox .tagBox .head {
  height: 4rem;
  line-height: 4rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.rightBox .tagBox .head a {
  color: #666;
  font-size: 1.3rem;
}
.rightBox .tagBox .list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 0 15px;
}
.rightBox .tagBox .list .item {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 10px;
  font-size: 14px;
  color: #555;
  transition: all 0.25s;
}
.rightBox .tagBox .list .item:hover {
  border-color: #16B777;
  color: #16B777;
}
.rightBox .todayBox {
  margin-top: 1rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.4rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.rightBox .todayBox .head {
  height: 4rem;
  line-height: 4rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
}
.rightBox .todayBox .list .item {
  border-top: 1px solid rgba(170, 170, 170, 0.2);
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.rightBox .todayBox .list .item img {
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
}
.rightBox .todayBox .list .item .info {
  padding-left: 0.5rem;
}
.rightBox .todayBox .list .item .info .name {
  font-size: 1.3rem;
  line-height: 2rem;
}
.rightBox .todayBox .list .item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.productListPage .navBox {
  padding: 1.5rem 1rem;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  border-radius: 0.4rem 0.4rem 0 0;
  position: relative;
}
.productListPage .navBox .list {
  width: 80%;
  float: left;
}
.productListPage .navBox .list .item {
  padding: 0.3rem 0.6rem;
  border-radius: 0.4rem;
  margin-right: 1rem;
  color: #555;
}
.productListPage .navBox .list .item.curr, .productListPage .navBox .list .item.curr:hover {
  background-color: #333333;
  color: #fff;
}
.productListPage .navBox .list .item:hover {
  background-color: #cdcdcd;
  color: #222;
}
.productListPage .navBox .tag a {
  margin-right: 1.2rem;
  color: #888;
  font-size: 1.3rem;
}
.productListPage .navBox .tag a:hover {
  text-decoration: underline;
}
.productListPage .navBox .search {
  position: absolute;
  right: 1rem;
  top: 0.8rem;
  height: 3.2rem;
  border: 1px solid #bbb;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  transition: all 0.25s;
}
.productListPage .navBox .search input {
  width: 15rem;
  height: 100%;
  border: none;
  background: none;
  padding-left: 1rem;
  box-sizing: border-box;
  color: #666;
  transition: all 0.25s;
  font-size: 1.3rem;
}
.productListPage .navBox .search img {
  cursor: pointer;
  width: 2.2rem;
  height: 2.2rem;
}
.productListPage .navBox .search:focus-within {
  border-radius: 0.6rem;
}
.productListPage .navBox .search:focus-within input {
  width: 17rem;
}
.productListPage .listBox {
  padding: 1rem 1rem;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0 0 0.4rem 0.4rem;
}
.productListPage .listBox .item {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}
.productListPage .listBox .item .logo {
  display: block;
  width: 5rem;
  margin-right: 1rem;
}
.productListPage .listBox .item .logo img {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
}
.productListPage .listBox .item .main {
  flex: 1;
}
.productListPage .listBox .item .main .title {
  font-size: 1.4rem;
  color: #333;
}
.productListPage .listBox .item .main .title:hover {
  text-decoration: underline;
}
.productListPage .listBox .item .main .tags {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
.productListPage .listBox .item .main .tags .date {
  color: #999;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.productListPage .listBox .item .main .tags .tag {
  color: #888;
  font-size: 1.3rem;
}
.productListPage .listBox .item .main .tags .tag:hover {
  text-decoration: underline;
}
.productListPage .listBox .item .main .tags .dian {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #888;
  margin: 0.5rem;
}
.productListPage .listBox .item .main .shenhe {
  margin-top: 0.5rem;
  font-size: 1.3rem;
}
.productListPage .listBox .item .main .shenhe .edit {
  color: blue;
  margin-right: 1rem;
}
.productListPage .listBox .item .main .shenhe .wait {
  color: rgb(50, 154, 218);
}
.productListPage .listBox .item .main .shenhe .refuse {
  color: orangered;
}
.productListPage .listBox .item .op {
  width: 5rem;
}
.productListPage .listBox .item .op .view {
  display: block;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  border: 1px solid #cdcdcd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  font-weight: 400;
  color: #666;
  font-size: 1.2rem;
}
.productListPage .listBox .item .op .view:hover {
  border: 1px solid #16B777;
  background-color: #d2e3dc;
}
.productListPage .listBox .item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.productListPage .loadBox {
  text-align: center;
  color: #ddd;
  font-size: 1.3rem;
  padding: 1rem 0 0;
}

.productDetailPage .permissiontip {
  padding: 2rem 0;
  text-align: center;
  color: #fa5e5e;
  font-size: 1.5rem;
}
.productDetailPage .headBox {
  padding: 1.5rem 1rem;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  border-radius: 0.4rem 0.4rem 0 0;
}
.productDetailPage .headBox .title {
  font-size: 1.6rem;
  color: #333;
}
.productDetailPage .headBox .info {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  font-size: 1.3rem;
  color: #888;
}
.productDetailPage .headBox .info .author {
  margin-right: 1rem;
}
.productDetailPage .headBox .info .date {
  margin-right: 1rem;
}
.productDetailPage .headBox .info a {
  color: #888;
}
.productDetailPage .headBox .info a:hover {
  text-decoration: underline;
}
.productDetailPage .mainBox {
  padding: 0.5rem 1rem 1.5rem;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #333;
}
.productDetailPage .mainBox .imgbox {
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
}
.productDetailPage .mainBox .imgbox .list {
  display: flex;
  transition: all 0.25s;
}
.productDetailPage .mainBox .imgbox .list img {
  height: 40rem;
  border-radius: 4px;
  margin-right: 1rem;
}
.productDetailPage .mainBox .imgbox .plist {
  margin-top: 0.6rem;
  display: flex;
}
.productDetailPage .mainBox .imgbox .plist img {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 2px;
  margin-right: 0.5rem;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #888;
}
.productDetailPage .footBox {
  padding: 1rem 1rem;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0 0 0.4rem 0.4rem;
  border-top: 1px solid rgba(170, 170, 170, 0.2);
  display: flex;
  justify-content: space-between;
}
.productDetailPage .footBox .tags {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
.productDetailPage .footBox .tags .t, .productDetailPage .footBox .tags .tag {
  color: #888;
  font-size: 1.3rem;
}
.productDetailPage .footBox .tags .tag:hover {
  text-decoration: underline;
}
.productDetailPage .footBox .tags .dian {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #888;
  margin: 0.5rem;
}
.productDetailPage .footBox a {
  color: #888;
  font-size: 1.3rem;
}
.productDetailPage .aboutBox {
  padding: 0 1rem;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0 0 0.4rem 0.4rem;
  margin-top: 1rem;
}
.productDetailPage .aboutBox .head {
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  line-height: 4rem;
}
.productDetailPage .aboutBox .list .item {
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem 1rem 0;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}
.productDetailPage .aboutBox .list .item .logo {
  display: block;
  width: 5rem;
  margin-right: 1rem;
}
.productDetailPage .aboutBox .list .item .logo img {
  width: 5rem;
  height: 5rem;
  border-radius: 1rem;
}
.productDetailPage .aboutBox .list .item .main {
  flex: 1;
}
.productDetailPage .aboutBox .list .item .main .title {
  font-size: 1.4rem;
  color: #333;
}
.productDetailPage .aboutBox .list .item .main .title:hover {
  text-decoration: underline;
}
.productDetailPage .aboutBox .list .item .main .tags {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
.productDetailPage .aboutBox .list .item .main .tags .date {
  color: #999;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.productDetailPage .aboutBox .list .item .main .tags .tag {
  color: #888;
  font-size: 1.3rem;
}
.productDetailPage .aboutBox .list .item .main .tags .tag:hover {
  text-decoration: underline;
}
.productDetailPage .aboutBox .list .item .main .tags .dian {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #888;
  margin: 0.5rem;
}
.productDetailPage .aboutBox .list .item .op {
  width: 5rem;
}
.productDetailPage .aboutBox .list .item .op .view {
  display: block;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
  border: 1px solid #cdcdcd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  font-weight: 400;
  color: #666;
  font-size: 1.2rem;
}
.productDetailPage .aboutBox .list .item .op .view:hover {
  border: 1px solid #16B777;
  background-color: #d2e3dc;
}
.productDetailPage .aboutBox .list .item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.productAddPage .addBox {
  background-color: #fff;
  width: 80rem;
  margin: 0 auto;
  border-radius: 0.4rem;
  padding: 1rem 1rem;
}
.productAddPage .addBox .tip {
  padding: 2rem 0;
  text-align: center;
  color: #fa5e5e;
  font-size: 1.5rem;
}
.productAddPage .addBox form {
  padding: 1rem 0;
}
.productAddPage .addBox form .layui-form-label {
  width: 6rem;
}
.productAddPage .addBox form ::-moz-placeholder {
  color: #bbb;
  font-size: 1.3rem;
}
.productAddPage .addBox form ::placeholder {
  color: #bbb;
  font-size: 1.3rem;
}
.productAddPage .addBox form .updiv {
  margin-top: -0.6rem;
  border: 1px dashed #aaa;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #aaa;
  cursor: pointer;
}
.productAddPage .addBox form .updiv .icon {
  font-size: 1.6rem;
}
.productAddPage .addBox form .updiv .t {
  font-size: 1.2rem;
}
.productAddPage .addBox form .updiv1 {
  width: 5rem;
  height: 5rem;
}
.productAddPage .addBox form .updiv2 {
  width: 8rem;
  height: 8rem;
}
.productAddPage .addBox form .uptip {
  font-size: 1.3rem;
}
.productAddPage .addBox form .main-item {
  border: 1px solid #ddd;
  height: auto;
  overflow: hidden;
  min-height: 10rem;
  margin-top: 2rem;
}
.productAddPage .addBox form .main-item .content-tip {
  color: #ccc;
  text-align: center;
  font-size: 4rem;
  font-weight: 300;
  line-height: 10rem;
}
.productAddPage .addBox form #upicon img {
  width: 100%;
  height: 100%;
}
.productAddPage .addBox form #imglist {
  float: left;
  margin-top: -0.6rem;
  display: inline-block;
}
.productAddPage .addBox form #imglist .img {
  display: inline-block;
  float: left;
  height: 8rem;
  width: auto;
  margin-right: 0.8rem;
  position: relative;
}
.productAddPage .addBox form #imglist .img img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.productAddPage .addBox form #imglist .img .del {
  position: absolute;
  z-index: 999;
  top: -0.5rem;
  right: -0.5rem;
  font-size: 2rem;
  color: #f34430;
  cursor: pointer;
}/*# sourceMappingURL=product.css.map */