html {
  background: #0C0D0F;
}
main {
  width: 100%;
  background: #0C0D0F;
  display: flex;
  min-height: calc(100vh - 81px);
  position: relative;
}
main .template {
  width: 100%;
  height: 100%;
}
main .template .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
main .template .container .content {
  position: relative;
  height: 810px;
  width: 100%;
}
main .template .container .content .navslist {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -200px;
  border-bottom: 1px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .template .container .content .navslist .list {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  margin-bottom: 30px;
  height: 24px;
  line-height: 24px;
  width: 100%;
  text-align: center;
}
main .template .container .content .navslist .list.active {
  font-size: 18px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}
main .template .container .content .navslist .list.active::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #D55838;
}
main .template .container .content .navslist .list:last-child {
  margin-bottom: 0;
}
main .template .container .content .navslist .last {
  position: relative;
}
main .template .container .content .navslist .last i {
  font-size: 24px;
  font-weight: 700;
}
main .template .container .content .navslist .last .search_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 409px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 33px 33px 33px 33px;
  overflow: hidden;
  z-index: 99;
  display: none;
}
main .template .container .content .navslist .last .search_box.show {
  display: block;
}
main .template .container .content .navslist .last .search_box i {
  position: absolute;
  top: 13px;
  left: 20px;
  height: 24px;
  font-weight: 400;
  font-size: 20px;
}
main .template .container .content .navslist .last .search_box input {
  width: 100%;
  height: 100%;
  text-indent: 50px;
  font-size: 18px;
}
main .template .container .content .right_box {
  width: 100%;
  height: 100%;
  position: relative;
}
main .template .container .content .right_box .outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
main .template .container .content .right_box .outer div.active {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 350px;
  height: 100%;
  z-index: 0;
}
main .template .container .content .right_box .outer div.active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 125px;
  height: 125px;
  background: url("../image/template/oneicon.png") no-repeat;
}
main .template .container .content .right_box .outer .case_lists {
  height: 100%;
  display: flex;
  transition: all 0.5s;
}
main .template .container .content .right_box .outer .case_lists .empty {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
main .template .container .content .right_box .outer .case_lists div.item {
  flex-shrink: 0;
  width: 350px;
  height: 100%;
  border-left: 1px solid rgba(51, 51, 51, 0.3);
  box-sizing: border-box;
  padding: 0 50px;
  padding-top: 150px;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
main .template .container .content .right_box .outer .case_lists div.item .tem_img {
  font-size: 0;
}
main .template .container .content .right_box .outer .case_lists div.item .tem_img img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
main .template .container .content .right_box .outer .case_lists div.item a.name {
  display: inline-block;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-top: 20px;
  cursor: pointer;
  color: #CCCCCC;
}
main .template .container .content .right_box .left_right_button {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 40px;
  justify-content: space-between;
  z-index: 20;
}
main .template .container .content .right_box .left_right_button > div {
  width: 38px;
  height: 38px;
  cursor: pointer;
}
main .template .container .content .right_box .left_right_button > div.leftbutton {
  background: url("../image/template/leftbutton.png") no-repeat;
  background-size: 100%;
}
main .template .container .content .right_box .left_right_button > div.leftbutton:hover {
  background: url("../image/template/leftbutton2.png") no-repeat;
  background-size: 100%;
}
main .template .container .content .right_box .left_right_button > div.rightbutton {
  background: url("../image/template/rightbutton.png") no-repeat;
  background-size: 100%;
}
main .template .container .content .right_box .left_right_button > div.rightbutton:hover {
  background: url("../image/template/rightbutton2.png") no-repeat;
  background-size: 100%;
}
main .template .container .content .right_box .right_lodding {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #0C0D0F;
  display: none;
}
main .template .container .content .right_box .right_lodding.show {
  display: block !important;
}
main .template .container .content .right_box .right_lodding .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fFF;
}
main .template .container .content .right_box .right_lodding .tips .iconfont {
  font-size: 36px;
}
main .moudle {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #0C0D0F;
  display: none;
}
main .moudle.show {
  display: block !important;
}
main .moudle .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #fff;
}
main .moudle .tips .iconfont {
  font-size: 36px;
}
