
/*以下代码是我新增的*/
.content-wrap{
    padding-top: 100px;
}
.clear-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.clear-wrap .clear-info-box {
  width: 350px;
  padding: 28px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 300px;
  margin-left: -175px;
}
.clear-wrap .clear-info-box .Ticonfont {
  font-size: 20px;
  color: #FAAD14;
  width: 30px;
  text-align: left;
  min-width: 30px;
  display: block;
}
.clear-wrap .clear-info-box .clear-info{
    width: 100%;
    text-align: left;
}
.clear-wrap .clear-info-box .clear-info .title {
  font-size: 16px;
  padding-bottom: 15px;
  color: #222;
}
.clear-wrap .clear-info-box .clear-info .info {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.clear-wrap .clear-info-box .clear-info .btn-box {
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.clear-wrap .clear-info-box .clear-info .btn-box a {
  font-size: 14px;
  display: block;
  width: 65px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  margin-left: 8px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
.clear-wrap .clear-info-box .clear-info .btn-box .cancel {
  background-color: #fff;
  color: #666;
}
.clear-wrap .clear-info-box .clear-info .btn-box .confirm {
  background-color: #F5F7FA;
  color: #F5222D;
}


/*以上代码是我新增的*/

body,
div,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
.none_active {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 100px;
  width: 198px;
  height: 265px;
  background: #ffffff;
  box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.15);
}
.none_active .shizi_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 240px;
  border: 1px solid #666666;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
/* 主体内容 */
center {
  width: 1200px;
  margin: 13px auto;
  padding: 30px 36px;
  min-height: 700px;
  background: #ffffff;
  /* box-shadow:0px 4px 17px 1px rgba(0, 0, 0, 0.06); */
}
.top {
  display: flex;
}
.daohang_list {
  display: flex;
}
.top .tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-right: 40px;
}
.top .daohang_list .list_item {
  display: inline-block;
  width: 120px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  margin-right: 16px;
}
.top .daohang_list .list_item:hover,
.top .daohang_list .list_item.on {
  background: #456cf0;
  border-radius: 4px;
  color: #ffffff;
  border: 1px solid #456cf0;
}
.active_tit {
  text-align: left;
  line-height: 72px;
  color: #666666;
  margin-bottom: 20px;
}
.active_tit p {
  line-height: 0;
}
.active_tit p span {
  color: #da251d;
}
.active_list {
  display: flex;
  flex-wrap: wrap;
}
.active_list .active_item {
  width: 366px;
  height: 532px;
  margin-top: 40px;
  margin-right: 48px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: left;
  position: relative;
}
.active_list .active_item:nth-child(3n) {
  margin-right: 0;
}
.active_name {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin: 19px 6px 0;
}
.active_time {
  width: 204px;
  height: 16px;
  margin: 10px 6px 0;
  overflow: hidden;
  /*超出部分隐藏*/
  text-overflow: ellipsis;
  /*超出部分显示省略号*/
  white-space: nowrap;
  /*规定段落中的文本不进行换行 */
  color: #666666;
}
.cjshijian {
  display: flex;
  width: 97%;
  box-sizing: border-box;
  margin: 14px 6px 5px;
  justify-content: space-between;
}
.handle-box {
  position: absolute;
  top: 20px;
  right: 10px;
  text-align: center;
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C0C4CC;
  z-index: 1;
}
.handle-box:hover .handle-wrap {
  display: block;
}
.handle-box p {
  width: 100%;
  height: 100%;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.handle-box p:hover .iconshangla {
  display: none;
}
.handle-box p:hover .iconxiala {
  display: block;
}
.handle-box p img {
  display: block;
  width: 17px;
  height: 19px;
  margin-right: 4px;
}
.handle-box p .Ticonfont {
  font-size: 12px;
  color: #666;
  margin-left: 4px;
}
.handle-box p .iconxiala {
  display: none;
}
.handle-box .handle-wrap {
  display: none;
  position: absolute;
  right: -10px;
  width: 136px;
  height: 187px;
  background: url(/static/index/img/clear_bg.png) no-repeat left top;
  background-size: cover;
  box-sizing: border-box;
  padding: 17px 8px 8px;
}
.handle-box .handle-wrap a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  color: #666;
}
.handle-box .handle-wrap a:last-child{
    border-bottom: none;
}
.handle-box .handle-wrap a:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.8);
}
.img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 247px;
  border-radius: 6px;
  background-color: black;
  position: relative;
}
.img_box:hover {
  cursor: pointer;
}
.img_box:hover .gjsz {
  display: block;
}
.img_box > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 6px;
}
.img_box .active_status {
  width: 97px;
  position: absolute;
  top: 0;
  left: 0;
}
.img_box .active_status img {
  width: 100%;
}
.img_box .guanbi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.78;
  text-align: center;
  line-height: 247px;
  color: #ffffff;
  font-size: 24px;
}
.img_box:hover .gaoji {
  display: block;
}
.img_box .gaoji {
  display: none;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 120px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.78);
  border-radius: 6px 0px 0px 6px;
  color: #FFFEFE;
  font-size: 28px;
  cursor: pointer;
}
.img_box .gaoji img {
  width: 28px;
  height: 28px;
  margin: -3px 10px 0 0;
}
.img_box .shijianqujian {
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.active_info {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.btn_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin-top: 26px; */
  margin-bottom: 20px;
}
.btn_box a {
  display: block;
  width: 88px;
  /*height: 28px;*/
  border: 1px solid #666666;
  border-radius: 4px;
  color: #666666;
  text-align: center;
  line-height: 28px;
}
.btn_box a:nth-child(1) {
  background: #456CF0;
  color: #fff;
  border: 1px solid #456CF0;
}
.gjsz {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
}
.gjsz a {
  width: 120px;
  height: 36px;
  background: #eb0000;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn_box a img {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.long {
  width: 333px;
  height: 32px;
  background: #456CF0;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
}
/*活动开关样式*/
.switch_active span {
  display: inline-block;
  padding: 0 10px;
  /*	width: 50px;*/
  height: 25px;
  background-color: #e3e3e3;
  text-align: center;
  line-height: 25px;
  border-radius: 6px;
  font-size: 12px;
  color: #010101;
  cursor: pointer;
  margin-right: -7px;
  font-weight: normal;
}
.switch_active span:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.switch_active span:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.switch_active .off:hover {
  border-color: #6F8CF0;
  color: #FFFFFF;
}
.switch_active .on {
  color: #FFF;
  background-color: #6F8CF0;
}
/* 弹窗样式 */
.shade {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 3;
}
.wxshade {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 3;
}
.fuzhi {
  width: 87px;
  height: 33px;
  margin: 10px auto;
  text-align: center;
  line-height: 33px;
  color: #ffffff;
  font-size: 20px;
  background: #00a0e9;
  border-radius: 6px;
  cursor: pointer;
}
.alert_con {
  margin: 150px auto 50px;
  position: relative;
}
.alert_tit {
  width: 100%;
  /*height: 64px;*/
  background-color: #4caeff;
  color: #fff;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
}
.close {
  color: #FFFFFF;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}
.alert_con .con {
  background-color: #ffffff;
  padding-bottom: 30px;
  text-align: center;
}
.con_tit {
  padding: 20px 0;
}
.layui-form-item {
  margin: 10px auto;
}
.line_height {
  line-height: 38px;
}
.change_btn {
  width: 130px;
  height: 44px;
  margin: 10px auto 0;
  line-height: 44px;
  font-size: 24px;
  padding: 0px 20px;
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}
.wxshade .con p {
  font-size: 24px;
  line-height: 60px;
}
.wxshade .con img {
  height: 187px;
  width: 187px;
}
.wxshade .con input {
  width: 380px;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
}
.page ul {
  margin-top: 10px;
  font-size: 0;
}
.page ul li {
  display: inline-block;
  margin: 0px 5px;
  height: 28px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 28px;
}
.page ul li a,
.page ul li span {
  display: block;
  padding: 0 15px;
}
.page ul li.disabled {
  color: #d2d2d2;
}
.page ul li.active {
  border: 1px solid #456CF0;
  background-color: #456CF0;
  color: #fff;
}
/* 高级设置样式 */
.gaojishezhi {
  width: 895px;
  height: 399px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: left;
}
.gaoji_tit {
  padding-left: 20px;
  font-size: 22px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 82px;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}
.guanzhu {
  padding-left: 20px;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #333333;
  line-height: 73px;
}
.guanzhu span {
  display: inline-block;
  margin-left: 100px;
}
.jihuo_box {
  width: 246px;
  height: 212px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  text-align: center;
  margin-left: 20px;
  position: relative;
}
.jihuo_box p {
  /* height: 20px; */
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  margin-top: 18px;
  color: #333333;
  margin-top: 0px;
}
.jihuo_box p:nth-child(1) {
  padding-top: 40px;
}
.jihuo_btn {
  width: 128px;
  height: 38px;
  /* margin: 20px auto 0;
	 */
  margin: 0px auto;
  margin-top: 44px;
  background: #538ffc;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.jihuo_btn a {
  color: #fff;
}
.guanzhu_btnbox {
  margin-top: 51px;
  font-size: 20px;
  text-align: center;
}
.guanzhu_btnbox span {
  display: inline-block;
  width: 98px;
  height: 38px;
  margin-left: 10px;
  border: 1px solid #538ffc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #538FFC;
  line-height: 38px;
  cursor: pointer;
}
.guanzhu_btnbox .yulan {
  background-color: #538FFC;
  color: #FFFFFF;
}
.liuliangbao {
  width: 897px;
  height: 246px;
  margin-top: 30px;
  margin-bottom: 100px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: left;
}
.llye {
  margin: 20px 0 0 40px;
  font-size: 18px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #8a8a8a;
}
.chongzhi {
  float: right;
  width: 90px;
  height: 38px;
  margin-right: 40px;
  background: #da251d;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
}
.alert_con {
  width: 546px;
  height: 450px;
}
.con .tijiao_btn {
  width: 360px;
  height: 48px;
  margin-top: 37px;
  background: #538ffc;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.nav_list .list_item {
  width: 100%;
  height: 53px;
  line-height: 52px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.8);
  text-align: center;
  font-size: 22px;
}
.nav_list .on a {
  color: #fff;
}
.nav_list .list_item img {
  margin-right: 10px;
}
.nav_list .on {
  background: #538ffc;
  color: #fff;
}
.leftitem {
  float: left;
}
