@charset "UTF-8";
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;
}

.searchBox {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 0 1rem;
  box-sizing: border-box;
  margin-bottom: 0;
}
.searchBox .searchTab {
  max-width: 70rem;
  height: 2.6rem;
  margin: 1rem auto 1rem;
  position: relative;
}
.searchBox .searchTab .item {
  float: left;
  border-radius: 1.3rem;
  font-size: 1.4rem;
  width: 6.6rem;
  height: 100%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.searchBox .searchTab .item img {
  background: rgba(255, 255, 255, 0.4);
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.4rem;
  padding: 0.2rem;
  border-radius: 0.2rem;
}
.searchBox .searchTab .item:hover {
  background-color: rgb(228, 241, 228);
  color: #16b777;
}
.searchBox .searchTab .item.curr {
  background-color: #54cc9c;
  color: #fff;
}
.searchBox .enginList {
  display: none;
  position: absolute;
  z-index: 20;
  top: 4.4rem;
  padding: 0.5rem 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0.8rem 0.2rem rgba(0, 0, 0, 0.15);
  border-radius: 0.6rem;
  box-sizing: border-box;
  flex-wrap: wrap;
  transition: 0.2s;
}
.searchBox .enginList .item {
  position: relative;
  max-width: 7rem;
  text-align: center;
  padding: 1.5rem 0 0.5rem;
  width: 10%;
  height: auto;
  cursor: pointer;
  text-decoration: none;
}
.searchBox .enginList .item .img {
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  margin: 0 auto;
  background-color: #eee;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchBox .enginList .item .img img {
  width: 50%;
  height: 50%;
}
.searchBox .enginList .item .name {
  color: #444;
  transition: color 0.5s;
  font-size: 1.3rem;
  line-height: 3rem;
}
.searchBox .enginList .item:hover {
  background-color: #f2f5f5;
}
.searchBox .enginList .additem {
  position: relative;
  max-width: 7rem;
  text-align: center;
  padding: 1.5rem 0 0.5rem;
  width: 10%;
  height: auto;
  cursor: pointer;
  text-decoration: none;
}
.searchBox .enginList .additem .img {
  width: 4rem;
  height: 4rem;
  border-radius: 4px;
  margin: 0 auto;
  background-color: #eee;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchBox .enginList .additem .img i {
  font-size: 2.2rem;
  color: #888;
}
.searchBox .enginList .additem .name {
  color: #444;
  transition: color 0.5s;
  font-size: 1.3rem;
  line-height: 3rem;
}
.searchBox .enginList .additem:hover {
  background-color: #f2f5f5;
}
.searchBox .suList {
  display: none;
  position: absolute;
  left: 4.6rem;
  top: 4.4rem;
  width: 75rem;
  height: auto;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 100;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.searchBox .suList .item {
  width: 100%;
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 1.2rem;
  box-sizing: border-box;
  color: #363636;
  font-size: 1.4rem;
}
.searchBox .suList .item.curr {
  cursor: pointer;
  background-color: #F1F1F1;
}
@media (max-width: 1600px) {
  .searchBox .suList {
    left: 5rem;
  }
  .searchBox .suList .item {
    height: 3.5rem;
    line-height: 3.5rem;
    padding-left: 1.5rem;
    font-size: 1.5rem;
  }
}
.searchBox .searchInput {
  clear: both;
  max-width: 70rem;
  height: 4.2rem;
  margin: 1rem auto 0;
  font-size: 1.35rem;
}
.searchBox .searchInput .layui-input {
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #ccc;
  border-radius: 0.4rem;
  height: 4.2rem;
  padding-left: 5.5rem;
  padding-right: 4rem;
}
.searchBox .searchInput .layui-input-prefix,
.searchBox .searchInput .layui-input-suffix {
  line-height: 4.2rem;
  cursor: pointer;
  pointer-events: auto;
}
.searchBox .searchInput .layui-input-prefix {
  width: 4rem;
}
.searchBox .searchInput .layui-input-prefix img {
  width: 2rem;
  height: 2rem;
}
.searchBox .searchInput .layui-input-prefix .sanjiao {
  position: absolute;
  top: 2rem;
  margin-left: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.5rem 0;
  border-color: #ddd transparent transparent transparent;
}
.searchBox .searchInput .layui-input-suffix {
  width: 4.2rem;
}
.searchBox .searchInput .layui-input-suffix img {
  width: 1.9rem;
  height: 1.9rem;
}

.searchBox.tplA {
  background: transparent;
  padding: 0 0 1rem;
}
.searchBox.tplA .enginList {
  top: 5.2rem;
}
.searchBox.tplA .searchInput {
  max-width: 100%;
  height: 5rem;
}
.searchBox.tplA .searchInput .layui-input {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3rem;
  height: 5rem;
}
.searchBox.tplA .searchInput .layui-input.engine-list-show {
  border-radius: 0.5rem;
}
.searchBox.tplA .searchInput .layui-input ::-moz-placeholder {
  color: red;
}
.searchBox.tplA .searchInput .layui-input ::placeholder {
  color: red;
}
.searchBox.tplA .searchInput .layui-input-prefix,
.searchBox.tplA .searchInput .layui-input-suffix {
  line-height: 4.8rem;
}
.searchBox.tplA .searchInput .layui-input-prefix {
  width: 4.6rem;
}
.searchBox.tplA .searchInput .layui-input-prefix img {
  margin-top: -0.1rem;
  width: 2.2rem;
  height: 2.2rem;
}
.searchBox.tplA .searchInput .layui-input-prefix .sanjiao {
  top: 2.2rem;
  border-width: 0.55rem 0.55rem 0;
  border-color: #ccc transparent transparent transparent;
}
.searchBox.tplB {
  background: transparent;
}
.searchBox.tplB .searchInput .layui-input {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3rem;
}
.searchBox.tplB .searchInput .layui-input.engine-list-show {
  border-radius: 0.5rem;
}
.searchBox.tplB .searchInput .layui-input-prefix .sanjiao {
  border-width: 0.55rem 0.55rem 0;
  border-color: #ccc transparent transparent transparent;
}
.engineLayer {
  background-color: #fff;
}
.engineLayer .layerMain {
  padding: 10px;
}
.engineLayer .siteBox {
  padding: 0 20px 0;
  box-sizing: border-box;
}
.engineLayer .siteBox .layui-input::-moz-placeholder {
  color: #888888;
}
.engineLayer .siteBox .layui-input::placeholder {
  color: #888888;
}
.engineLayer .layui-form-select dl {
  max-height: 280px; /* 这里根据实际情况设置相应的下拉弹出选项框的最大高度 */
}
.engineLayer .iconItem {
  margin-top: 20px;
}
.engineLayer .iconItem .icondiv {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  color: #ffffff;
  border-radius: 2px;
}
.engineLayer .iconItem .icondiv i {
  color: #cccccc;
  font-size: 26px;
}
.engineLayer .iconItem .icondiv img.full {
  width: 100%;
  height: 100%;
}
.engineLayer .iconItem .icondiv img.inner {
  width: 60%;
  height: 60%;
}
.engineLayer .iconItem .icondiv img.inner2 {
  width: 80%;
  height: 80%;
}
.engineLayer .iconItem .icontip {
  display: inline-block;
  float: left;
  margin-left: 20px;
  color: #888888;
  line-height: 50px;
}
.engineLayer .btnItem {
  text-align: right;
  margin-top: 50px;
}

.commonBox {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(25, 25, 25, 0.1);
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
}
.commonBox .common-opbtn {
  display: block;
  top: -4rem;
  right: 0.5rem;
  transform: rotate(90deg);
}
.commonBox .common-opbtn i {
  font-size: 1.8rem;
}
.commonBox .commonBoxIn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.commonBox .item, .commonBox .itemno {
  position: relative;
  max-width: 7.33rem;
  text-align: center;
  padding: 1.2rem 0 0.5rem;
  margin: 0 0.5rem 0;
  width: 10%;
  height: auto;
  cursor: pointer;
  text-decoration: none;
}
.commonBox .item .site-opbtn, .commonBox .itemno .site-opbtn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0rem;
  right: 0.3rem;
  color: #ccc;
  font-size: 1.5rem;
}
.commonBox .item .img, .commonBox .itemno .img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 0.4rem;
  margin: 0 auto;
  background-color: #eee;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, 0.3019607843);
  box-sizing: border-box;
}
.commonBox .item .img img, .commonBox .itemno .img img {
  width: 60%;
  height: 60%;
}
.commonBox .item .img .layui-icon-website, .commonBox .itemno .img .layui-icon-website {
  font-size: 30px;
}
.commonBox .item .name, .commonBox .itemno .name {
  color: #353535;
  transition: color 0.5s;
  font-size: 1.35rem;
  line-height: 3rem;
  white-space: nowrap;
}
.commonBox .item:hover, .commonBox .itemno:hover {
  background-color: #f2f5f5;
}
.commonBox .item:hover .site-opbtn, .commonBox .itemno:hover .site-opbtn {
  display: inline;
}

.commonBox.tplA {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(25, 25, 25, 0.1);
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
}
.commonBox.tplA .common-opbtn {
  display: none;
}
.commonBox.tplA .commonBoxIn {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 25px;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.commonBox.tplA .item, .commonBox.tplA .itemno {
  position: relative;
  text-align: center;
  padding: 1.2rem 0 0.5rem;
  margin: 3px 0 3px 0;
  padding: 0 3px 0 8px;
  border-top: 1px solid transparent;
  border-radius: 1rem;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.commonBox.tplA .item .site-opbtn, .commonBox.tplA .itemno .site-opbtn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0rem;
  right: 0.3rem;
  color: #ccc;
  font-size: 1.5rem;
  transform: rotate(90deg);
}
.commonBox.tplA .item .img, .commonBox.tplA .itemno .img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  margin: 0 0.5rem 0 0;
  background-color: transparent;
  transition: background-color 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(234, 234, 234, 0.3019607843);
  box-sizing: border-box;
}
.commonBox.tplA .item .img span, .commonBox.tplA .itemno .img span {
  font-size: 0.6rem;
}
.commonBox.tplA .item .img span .layui-icon-website, .commonBox.tplA .itemno .img span .layui-icon-website {
  font-size: 20px;
}
.commonBox.tplA .item .name, .commonBox.tplA .itemno .name {
  display: inline;
  color: #353535;
  transition: color 0.5s;
  font-size: 1.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 2.5rem);
}
.commonBox.tplA .item:hover, .commonBox.tplA .itemno:hover {
  background-color: transparent;
  box-shadow: 0px 1px 2px #999;
  border-top: 1px solid #dfdfdf;
}
.commonBox.tplA .item:hover .site-opbtn, .commonBox.tplA .itemno:hover .site-opbtn {
  display: inline;
}
.commonBox.tplA .item.sortable, .commonBox.tplA .itemno.sortable {
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.commonBox.tplA .item.sortable:hover, .commonBox.tplA .itemno.sortable:hover {
  box-shadow: none;
  border-top: 1px dashed rgba(0, 0, 0, 0.5333333333);
  border-color: rgba(0, 0, 0, 0.5333333333);
}

.sort-op {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  box-sizing: border-box;
  background-color: #e5f5dc;
  color: #16b777;
  transition: 0.2s;
}

.siteLayer {
  background-color: #fff;
}
.siteLayer .layerMain {
  padding: 10px;
}
.siteLayer .siteBox {
  padding: 0 20px 0;
  box-sizing: border-box;
}
.siteLayer .siteBox .layui-input::-moz-placeholder {
  color: #888888;
}
.siteLayer .siteBox .layui-input::placeholder {
  color: #888888;
}
.siteLayer .layui-form-select dl {
  max-height: 280px; /* 这里根据实际情况设置相应的下拉弹出选项框的最大高度 */
}
.siteLayer .iconItem {
  margin-top: 20px;
}
.siteLayer .iconItem .icondiv {
  display: inline-block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  color: #ffffff;
  border-radius: 2px;
}
.siteLayer .iconItem .icondiv i {
  color: #cccccc;
  font-size: 26px;
}
.siteLayer .iconItem .icondiv img.full {
  width: 100%;
  height: 100%;
}
.siteLayer .iconItem .icondiv img.inner {
  width: 60%;
  height: 60%;
}
.siteLayer .iconItem .icondiv img.inner2 {
  width: 80%;
  height: 80%;
}
.siteLayer .iconItem .icontip {
  display: inline-block;
  float: left;
  margin-left: 20px;
  color: #888888;
  line-height: 50px;
}
.siteLayer .btnItem {
  text-align: right;
  margin-top: 50px;
}

.siteCateLayer {
  background-color: #fff;
}
.siteCateLayer .layerMain {
  padding: 10px;
}
.siteCateLayer .cateBox {
  padding: 0 20px 0;
  box-sizing: border-box;
}
.siteCateLayer .cateBox .layui-input::-moz-placeholder {
  color: #888888;
}
.siteCateLayer .cateBox .layui-input::placeholder {
  color: #888888;
}
.siteCateLayer .cateBox .icondiv .t {
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
}
.siteCateLayer .cateBox .icondiv .list {
  max-height: 340px;
  overflow-y: scroll;
}
.siteCateLayer .cateBox .icondiv .list .li {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  border: 1px dashed #ddd;
  margin: 3px;
  cursor: pointer;
  position: relative;
}
.siteCateLayer .cateBox .icondiv .list .li .iconfont {
  font-size: 1.3em;
}
.siteCateLayer .cateBox .icondiv .list .li:hover {
  border: 1px dashed #888;
}
.siteCateLayer .cateBox .icondiv .list .li.curr {
  border: 1px dashed #16b777;
}
.siteCateLayer .cateBox .icondiv .list .li.curr::before {
  content: url(/static/web/img/success-14px.svg);
  position: absolute;
  z-index: 90;
  width: 10px;
  height: 10px;
  right: -3px;
  top: -10px;
}
.siteCateLayer .btnItem {
  text-align: center;
  margin-top: 30px;
}

.subBox.box1 {
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 1rem;
}
.subBox.box1 .left {
  align-self: flex-start;
  width: 10rem;
  margin-right: 1rem;
  height: auto;
  overflow: hidden;
}
.subBox.box1 .left #cateBoxIn {
  width: 10rem;
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 0;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
  border-radius: 2px;
  /* 滚动条轨道（背景） */
  /* 滚动条滑块（可拖动部分） */
  /* 滚动条滑块悬停状态 */
  /* Firefox */
}
.subBox.box1 .left #cateBoxIn::-webkit-scrollbar {
  width: 5px; /* 垂直滚动条宽度 */
  height: 5px; /* 水平滚动条高度 */
}
.subBox.box1 .left #cateBoxIn::-webkit-scrollbar-track {
  background: transparent;
}
.subBox.box1 .left #cateBoxIn::-webkit-scrollbar-thumb {
  background: transparent;
}
.subBox.box1 .left #cateBoxIn::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.subBox.box1 .left #cateBoxIn html {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.subBox.box1 .left #cateBoxIn.fix {
  position: fixed;
  top: 5.5rem;
}
.subBox.box1 .left #cateBoxIn:hover {
  /* 滚动条轨道（背景） */
  /* 滚动条滑块（可拖动部分） */
  /* 滚动条滑块悬停状态 */
  /* Firefox */
}
.subBox.box1 .left #cateBoxIn:hover::-webkit-scrollbar {
  width: 5px; /* 垂直滚动条宽度 */
  height: 5px; /* 水平滚动条高度 */
}
.subBox.box1 .left #cateBoxIn:hover::-webkit-scrollbar-track {
  border-radius: 0.2rem;
}
.subBox.box1 .left #cateBoxIn:hover::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 5px;
}
.subBox.box1 .left #cateBoxIn:hover::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.subBox.box1 .left #cateBoxIn:hover html {
  scrollbar-width: thin;
  scrollbar-color: #999 #f1f1f1;
}
.subBox.box1 .left .cate {
  width: 100%;
  height: 3.5rem;
  margin: 0 auto 0.5rem;
  line-height: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.subBox.box1 .left .cate:hover {
  background: #f7f7f7;
}
.subBox.box1 .left .cate:hover .opbtn {
  display: inline;
  background-color: transparent !important;
  color: #ccc;
}
.subBox.box1 .left .cate:hover .opbtn:hover {
  color: #16b777;
}
.subBox.box1 .left .cate .cateicon {
  margin: 0 1.2rem;
}
.subBox.box1 .left .cate .cateicon .iconfont {
  margin-bottom: -0.1rem;
  width: 1.1em;
  height: 1.1em;
}
.subBox.box1 .left .cate .catename {
  color: #555555;
  font-size: 1.5rem;
}
.subBox.box1 .left .cate .opbtn {
  display: none;
  transform: rotate(90deg);
  position: absolute;
  right: 0rem;
}
.subBox.box1 .left .cate.sortable {
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.subBox.box1 .left .cate:last-child {
  margin-bottom: 0;
}
.subBox.box1 .left .opdiv {
  text-align: center;
  color: #999;
  width: 80%;
  margin: 0 auto;
  padding: 2px 0;
  border-radius: 15px;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.8s;
}
.subBox.box1 .left .opdiv:hover {
  color: #777;
}
.subBox.box1 .right {
  flex: 1;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.subBox.box1 .right .block {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
  border-radius: 2px;
  padding: 0 1.2rem;
}
.subBox.box1 .right .block .head {
  height: 5rem;
  line-height: 5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0666666667);
}
.subBox.box1 .right .block .head .catename {
  display: inline-block;
  color: #555555;
  font-size: 1.5rem;
}
.subBox.box1 .right .block .head .addSiteBtn {
  float: right;
  display: inline-block;
  cursor: pointer;
}
.subBox.box1 .right .block .head .addSiteBtn .layui-icon {
  font-size: 1rem;
  color: #aaa;
}
.subBox.box1 .right .block .head .addSiteBtn .layui-icon:hover {
  color: #888;
}
.subBox.box1 .right .block .site {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
  padding: 5px 0;
}
.subBox.box1 .right .block .site .li {
  width: calc(25% - 3px);
  float: left;
  overflow: hidden;
  padding: 0.8rem 1rem 0.8rem;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0 4px 4px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.subBox.box1 .right .block .site .li:nth-child(4n) {
  margin-right: 0;
}
.subBox.box1 .right .block .site .li.sortable {
  border: 1px dashed rgba(0, 0, 0, 0.4);
}
.subBox.box1 .right .block .site .li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.subBox.box1 .right .block .site .li:hover .t .desc {
  color: #555;
}
.subBox.box1 .right .block .site .li:hover .opbtn2 {
  display: inline;
  background-color: transparent !important;
  color: #ccc;
}
.subBox.box1 .right .block .site .li:hover .opbtn2:hover {
  color: #16b777;
}
.subBox.box1 .right .block .site .li .icon {
  float: left;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0.4rem;
  margin-right: 1rem;
}
.subBox.box1 .right .block .site .li .t {
  float: left;
  display: inline-block;
  width: calc(100% - 4.9rem);
}
.subBox.box1 .right .block .site .li .t .name {
  font-size: 1.3rem;
  color: #333;
}
@media (max-width: 1600px) {
  .subBox.box1 .right .block .site .li .t .name {
    font-size: 1.4rem;
  }
}
.subBox.box1 .right .block .site .li .t .desc {
  margin-top: -2px;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #999999;
}
.subBox.box1 .right .block .site .li .opbtn2 {
  display: none;
  position: absolute;
  right: 1rem;
  top: 0rem;
}

.subBox.box2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 1rem;
}
.subBox.box2 .moduleBox {
  flex: 1;
  box-sizing: border-box;
  position: relative;
}
.subBox.box2 .moduleBox .head {
  display: flex;
  height: auto;
  min-height: 4.5rem;
  line-height: 4.5rem;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.subBox.box2 .moduleBox .head .mlist {
  flex: 1;
}
.subBox.box2 .moduleBox .head .mlist .li {
  display: inline-block;
  float: left;
  padding: 0 1.1rem;
  margin: 0 0rem;
  cursor: pointer;
  position: relative;
}
.subBox.box2 .moduleBox .head .mlist .li .navcon {
  padding: 0 0.2rem;
  color: #666;
  font-size: 1.4rem;
}
.subBox.box2 .moduleBox .head .mlist .li .navcon .iconfont {
  font-size: 1.6rem;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.subBox.box2 .moduleBox .head .mlist .li .navcon .name {
  margin-left: 0.2rem;
  padding: 1.2rem 0;
}
.subBox.box2 .moduleBox .head .mlist .li .moduleli-opbtn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0.1rem;
  color: #ccc;
  font-size: 1.4rem;
  line-height: 1;
}
.subBox.box2 .moduleBox .head .mlist .li:hover .iconfont, .subBox.box2 .moduleBox .head .mlist .li.curr .iconfont {
  font-size: 1.6rem;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}
.subBox.box2 .moduleBox .head .mlist .li:hover .name, .subBox.box2 .moduleBox .head .mlist .li.curr .name {
  color: #555;
}
.subBox.box2 .moduleBox .head .mlist .li:hover {
  background: #f5f5f5;
}
.subBox.box2 .moduleBox .head .mlist .li:hover .moduleli-opbtn {
  display: inline;
}
.subBox.box2 .moduleBox .head .mlist .li.curr .navcon {
  border-bottom: 0.2rem solid #16b777;
}
.subBox.box2 .moduleBox .head .moudle-opbtn {
  right: 0.5rem;
  top: 1rem;
}
.subBox.box2 .moduleBox .main {
  height: auto;
}
.subBox.box2 .moduleBox .main .module {
  display: none;
}
.subBox.box2 .moduleBox .main .module .nocate {
  margin-top: 3rem;
  padding: 3rem 0;
  text-align: center;
}
.subBox.box2 .moduleBox .main .module .nocate .iconfont {
  color: rgba(136, 136, 136, 0.5);
  font-size: 8rem;
}
.subBox.box2 .moduleBox .main .module .nocate .tip {
  color: rgba(51, 51, 51, 0.5);
  line-height: 3rem;
}
.subBox.box2 .moduleBox .main .module .nocate button {
  margin-top: 1rem;
}
.subBox.box2 .moduleBox .main .module.curr {
  display: block;
}
.subBox.box2 .moduleBox .main .block {
  display: flex;
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.subBox.box2 .moduleBox .main .block .cate-opbtn {
  display: none;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  background-color: #eee;
}
.subBox.box2 .moduleBox .main .block .cate-opbtn:hover {
  background-color: #16b777;
}
.subBox.box2 .moduleBox .main .block .cate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  border-right: 1px solid rgba(170, 170, 170, 0.2);
  position: relative;
  padding: 0.7rem 0;
}
.subBox.box2 .moduleBox .main .block .cate .iconfont {
  font-size: 2rem;
}
.subBox.box2 .moduleBox .main .block .cate .catename {
  color: #888;
  line-height: 2.6rem;
  font-size: 1.35rem;
}
.subBox.box2 .moduleBox .main .block .cate .cate-opbtn {
  right: -1rem;
}
.subBox.box2 .moduleBox .main .block .cate:hover .cate-opbtn {
  display: block;
}
.subBox.box2 .moduleBox .main .block .cate:hover .catename {
  color: #666;
}
.subBox.box2 .moduleBox .main .block .site {
  flex: 1;
  padding: 1rem 0.2rem 1rem 0.8rem;
  box-sizing: border-box;
  position: relative;
}
.subBox.box2 .moduleBox .main .block .site .li {
  position: relative;
  float: left;
  display: inline-block;
  width: calc(16.6666666667% - 0.4rem);
  height: 3.4rem;
  padding: 0.8rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  margin: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subBox.box2 .moduleBox .main .block .site .li .site-opbtn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0.2rem;
  right: 0.3rem;
  color: #ccc;
  font-size: 1.5rem;
}
.subBox.box2 .moduleBox .main .block .site .li .icon {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
  border-radius: 0.2rem;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.subBox.box2 .moduleBox .main .block .site .li .icon img {
  width: 50%;
  height: 50%;
}
.subBox.box2 .moduleBox .main .block .site .li .icon .text {
  color: #fff;
  font-size: 0.6rem;
}
.subBox.box2 .moduleBox .main .block .site .li .t {
  flex: 1;
}
.subBox.box2 .moduleBox .main .block .site .li .t .name {
  font-size: 1.35rem;
}
.subBox.box2 .moduleBox .main .block .site .li .t .desc {
  display: none;
}
.subBox.box2 .moduleBox .main .block .site .li:hover {
  background-color: #f5f5f5;
}
.subBox.box2 .moduleBox .main .block .site .li:hover .site-opbtn {
  display: inline;
}
.subBox.box2 .moduleBox .main .block .site .cate-opbtn {
  left: -1rem;
  top: 50%;
  margin-top: -1rem;
}
.subBox.box2 .moduleBox .main .block .site:hover .cate-opbtn {
  display: block;
}
.subBox.box2 .moduleBox .main .block:last-child {
  border-bottom: 0px;
}
.subBox.box2 .moduleBox .main .opdiv {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1rem 0;
}
.subBox.box2 .moduleBox .main .opdiv button {
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 0.8rem;
  border-color: #999999;
  color: #999999;
}
.subBox.box2 .moduleBox .main .opdiv button:hover {
  border-color: #16b777;
  color: #16b777 !important;
}
.subBox.box2 .moduleBox .main .opdiv button:hover .layui-icon {
  color: #16b777 !important;
}
.subBox.box2 .moduleBox .main .opdiv .addSiteBtn .layui-icon {
  font-size: 1rem !important;
  color: #999;
  margin-right: 0.1rem;
}
.subBox.box2 .sideBox {
  width: 23rem;
  margin-left: 0.8rem;
}/*# sourceMappingURL=common.css.map */