* {
  margin: 0;
  padding: 0;
  border: 0;
  user-select: none;
}

html,
body {
  font-weight: normal;
  font-family: "微软雅黑";
  /* overflow-x: hidden; */
}

body {
  width: 100vw;
  height: 100vh;
  overflow: auto;
  overflow-x: hidden;
}

/*滚动条的宽度*/
body::-webkit-scrollbar {
  width: 4px;
}

/*滚动条里面小方块*/
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

/*滚动条里面轨道*/
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input {
  outline: none;
}
em {
  font-style: normal;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  z-index: 9999;
}

.top-nav .logo {
  background: url(../img/logo.png) center center / contain no-repeat;
  cursor: inherit !important;
}

.top-nav .container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.form {
  width: 100%;
  height: 500px;
  max-height: 1080px;
  margin: auto;
  background-color: #f1f1f1;
  overflow: hidden;
  z-index: 999;
  position: absolute;
  top: 80px;
  transform: translateY(-580px);
  transition: 0.6s;
}
.form.active {
  transform: translateY(0);
}
/* 表单遮罩层 */
.form_pop {
  width: 100%;
  height: calc(100vh - 580px);
  z-index: 100;
  display: none;
  position: absolute;
  top: 580px;
}
.form .center {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 1080px;
  min-width: 1200px;
  margin: auto;
  position: relative;
}
.center .close {
  position: absolute;
  top: 6%;
  right: 5%;
  cursor: pointer;
  opacity: 0.5;
}
.center .close:hover {
  opacity: 1;
}
.center .info_top,
.info_bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 108px;
}
.info_top .input {
  margin-top: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background-color: #e3e3e3;
  display: flex;
}
.info_bottom .input {
  margin-top: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  background-color: #e3e3e3;
  display: flex;
}
.input > input {
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #e3e3e3;
  font-size: 16px;
  color: #646363;
}
.input .placeholder {
  display: block;
  width: 80px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #646363;
}
.input .tip {
  display: block;
  width: 100px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  margin-right: 15px;
}
.form_textarea {
  margin-top: 26px;
  margin-bottom: 40px;
  padding: 0 108px;
  position: relative;
}
.form_textarea > i {
  position: absolute;
  bottom: 15px;
  right: 120px;
  color: #b3b3b3;
  font-size: 14px;
}
.form_textarea .count-change {
  color: #b3b3b3;
  font-size: 14px;
}
.form .form_textarea > textarea {
  width: 963px;
  height: 150px;
  padding-top: 10px;
  padding-left: 20px;
  outline: 0;
  border: 0;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #646363;
  border: 1px solid #d1d1d1;
  background-color: #e3e3e3;
  position: relative;
  /* 设置其不能改变长宽 */
  resize: none;
}
.form_textarea #msgReg {
  position: absolute;
}
textarea::-webkit-input-placeholder {
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: 400;
  color: #646363;
}
textarea::-moz-placeholder {
  font-family: "微软雅黑";
  font-size: 16px;
  font-weight: 400;
  color: #777;
}
.form .btn {
  display: block;
  width: 255px;
  height: 60px;
  background-color: #0077ff;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}
.top-nav .container .logo {
  width: 10%;
  height: 1.3rem;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-align: center;
  margin-left: 0;
  position: relative;
  color: #fff;
  cursor: pointer;
}
.top-nav .container .topnav-login-btn {
  width: 25%;
  height: 3.3rem;
  font-size: 1rem;
  line-height: 3.3rem;
  text-align: center;
  margin: auto;
  position: relative;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}
.top-nav .container .home {
  text-align: center;
  box-sizing: border-box;
  padding-left: 45px;
}
.top-nav .container > div {
  width: 11%;
  height: 3.3rem;
  font-size: 1rem;
  line-height: 3.3rem;
  text-align: center;
  margin: auto;
  position: relative;
  color: #b1b1b1;
  cursor: pointer;
}

.top-nav .container > div:hover {
  color: #fff;
}
.top-nav .container > .contact.active {
  color: #fff;
}

.Before-login {
  cursor: unset;
  /* display: none; */
}

.After-login-admin {
  width: 7rem;
  height: 4rem;
  line-height: 4rem;
  cursor: pointer;
  margin: auto;
}

.After-login-menu {
  width: 286px;
  height: 281px;
  position: absolute;
  top: 4rem;
  left: 4.5rem;
  background: url(../img/kuang.png) center center / contain no-repeat;
  box-sizing: border-box;
  display: none;
  z-index: 10;
}

.After-login-admin::before {
  content: "";
  background: url(../img/renyuantu.png) center center / contain no-repeat;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.menu_release {
  width: 245px;
  height: 47px;
  font-size: 12px;
  color: #1171cf;
  line-height: 47px;
  box-sizing: border-box;
  position: absolute;
  top: 99px;
  left: 50%;
  transform: translate(-50%);
  border-top: 1px solid #d2d2d7;
  border-bottom: 1px solid #d2d2d7;
  text-align: left;
  padding-left: 30px;
}
.menu_release > p::after {
  content: "";
  background: url(../img/1.png) center center / contain no-repeat;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu_drafts {
  width: 245px;
  height: 47px;
  font-size: 12px;
  color: #1171cf;
  line-height: 47px;
  box-sizing: border-box;
  position: absolute;
  top: 146px;
  left: 50%;
  transform: translate(-50%);
  border-bottom: 1px solid #d2d2d7;
  text-align: left;
  padding-left: 30px;
}
.menu_drafts > p::after {
  content: "";
  background: url(../img/2.png) center center / contain no-repeat;
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/* .menu_delete {
  width: 286px;
  height: 47px;
  position: absolute;
  top: 193px;
  text-align: left;
  color: #1171cf;
  box-sizing: border-box;
  padding-left: 50px;
  line-height: 47px;
  font-size: 12px;
}
.menu_delete::after {
  content: "";
  background: url(../img/3.png) center center / contain no-repeat;
  width: 15px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 40px;
} */
.menu_logout {
  width: 245px;
  height: 47px;
  font-size: 12px;
  color: #1171cf;
  line-height: 47px;
  box-sizing: border-box;
  position: absolute;
  top: 193px;
  left: 50%;
  transform: translate(-50%);
  border-bottom: 1px solid #d2d2d7;
  text-align: left;
  padding-left: 30px;
}
.menu_logout > p::after {
  content: "";
  background: url(../img/4.png) center center / contain no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.menu_release > p:hover {
  opacity: 0.4;
}
.menu_drafts > p:hover {
  opacity: 0.4;
}
.menu_delete > p:hover {
  opacity: 0.4;
}
.menu_logout > p:hover {
  opacity: 0.4;
}

.content {
  padding-top: 80px;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  box-sizing: border-box;
  min-height: 878px;
}

.topnav-login-btn {
  color: #fefefe;
  display: inline-block;
  vertical-align: middle;
}

.topnav-login-btn .is-not-login {
  display: block;
  font-size: 1rem;
  color: #b1b1b1;
  margin-right: -60px;
}
.topnav-login-btn .is-not-login:hover {
  color: #fff;
}

.topnav-login-btn.on .is-not-login {
  display: none;
}

.topnav-login-btn .is-login {
  display: none;
}

.topnav-login-btn.on .is-login {
  display: block;
  cursor: pointer;
  color: #b1b1b1;
  margin-right: -60px;
}
.topnav-login-btn.on .is-login:hover {
  color: #fff;
}

.topnav-login-btn .head-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #8e8e8e;
  background-image: url(../img/header.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.topnav-login-btn .head-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.topnav-login-btn .head-name.active {
  color: #fff;
}

.cont-top-bar {
  background-color: #f3f3fe;
  width: 100%;
  height: 85px;
  color: #000;
  position: fixed;
  z-index: 99;
}

.cont-top-bar-cont {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  /* padding: 0 22px; */
  position: relative;
  z-index: 2;
  text-align: center;
}

.cont-top-bar .page-tit {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  line-height: 40px;
  letter-spacing: 0.011em;
  cursor: default;
  padding-top: 20px;
}

.cont-top-bar .menu-list {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  display: block;
  padding-top: 28px;
  letter-spacing: 0.05em;
  display: none;
}

.cont-top-bar .menu-list .menu {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
  cursor: pointer;
  color: #000;
  line-height: 33px;
  white-space: nowrap;
  opacity: 0.88;
}

.cont-top-bar .menu-list .menu.curr {
  font-weight: 400;
  opacity: 1;
  font-size: 24px;
  line-height: 30px;
}

.cont-top-bar .menu-list .menu.tip {
  color: #009cff;
}

.cont-top-bar .menu-list .menu.tip:hover {
  text-decoration: underline;
}

.temp-list,
.drafts-list {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 30px;
  box-sizing: border-box;
}

.temp-list::after {
  content: "";
  width: 370px;
}
.drafts-list::after {
  content: "";
  width: 370px;
}

.temp-item,
.drafts-item {
  position: relative;
  width: 370px;
  margin-bottom: 30px;
}

.temp-item:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.drafts-item:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.temp-item .temp-item-cont {
  position: relative;
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.drafts-item .drafts-item-cont {
  position: relative;
  width: 100%;
  height: 240px;
  box-sizing: border-box;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.temp-item .temp-item-cont .img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.7s ease;
}
.temp-item .temp-item-cont .img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.drafts-item .drafts-item-cont .img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.7s ease;
}
.drafts-item .drafts-item-cont .img:hover {
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.drafts-item .drafts-item-cont .case_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.7s ease;
}
.drafts-item .drafts-item-cont .case_img:hover{
  transform: scale(1.1);
  transition: transform 0.7s ease;
}

.temp-item:hover .model_edit_btn {
  display: block;
}
.temp-item:hover .model_pre2 {
  display: block;
}
.temp-item:hover .model_QR {
  display: block;
}
.drafts-item:hover .model_edit_btn {
  display: block;
}
.drafts-item:hover .model_pre {
  display: block;
}
.drafts-item:hover .model_del {
  display: block;
}

.bottom-nav {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bottom-nav .model_name {
  font-size: 14px;
  color: #000;
  float: left;
}
.bottom-nav .model_size {
  font-size: 14px;
  color: #727272;
  position: relative;
  float: right;
}
.bottom-nav .model_size2 {
  font-size: 14px;
  color: #727272;
  position: relative;
  float: right;
}
.bottom-nav .model_size:before {
  content: "";
  position: absolute;
  top: 48%;
  left: -30%;
  transform: translate(-48%, -50%);
  display: block;
  height: 17px;
  width: 17px;
  background-image: url(../img/size.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.model_edit_btn {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 85px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
  letter-spacing: 2px;
  opacity: 0.8;
  display: none;
}
.model_edit_btn:hover {
  color: #009cff;
}
.model_pre {
  width: 34px;
  height: 34px;
  background-color: #e6e8e6;
  position: absolute;
  top: 15px;
  right: 54px;
  z-index: 99;
  border-radius: 4px;
  opacity: 0.8;
  display: none;
}
.model_pre2 {
  width: 34px;
  height: 34px;
  background-color: #e6e8e6;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 99;
  border-radius: 4px;
  opacity: 0.8;
  display: none;
}
.model_QR {
  width: 34px;
  height: 34px;
  background-color: #e6e8e6;
  position: absolute;
  top: 15px;
  right: 54px;
  z-index: 99;
  border-radius: 4px;
  opacity: 0.8;
  display: none;
}

.pre_icon {
  position: absolute;
  width: 23px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/eye.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.pre_icon_qr {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/qr.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
/* 二维码 */
.model_QR_pop {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 999;
  display: none;
}
.model_QR_pop > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  padding: 10px;
  background: #fff;
}
.model_QR:hover .pre_icon_qr {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/qr.png);
  background-repeat: no-repeat;
  background-position: 0 -17px;
  background-size: 100%;
  opacity: 1;
}
.model_pre:hover .pre_icon {
  position: absolute;
  width: 23px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/eye.png);
  background-repeat: no-repeat;
  background-position: 0 -15px;
  background-size: 100%;
  opacity: 1;
}

.model_pre2:hover .pre_icon {
  position: absolute;
  width: 23px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/eye.png);
  background-repeat: no-repeat;
  background-position: 0 -15px;
  background-size: 100%;
  opacity: 1;
}
.model_del {
  width: 34px;
  height: 34px;
  background-color: #e6e8e6;
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 99;
  border-radius: 4px;
  opacity: 0.8;
  display: none;
}
.del_icon {
  position: absolute;
  width: 15px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/model_del.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.model_del:hover .del_icon {
  position: absolute;
  width: 15px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/model_del.png);
  background-repeat: no-repeat;
  background-position: 0 -17px;
  background-size: 100%;
  opacity: 1;
}

.bottom-line {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.bottom-line .temp-tit {
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  font-weight: 600;
  color: #102f48;
}
.bottom-line .drafts-tit {
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  font-weight: 600;
  color: #102f48;
}

.bottom-line .area-text {
  display: inline-block;
  line-height: 35px;
  color: #8e8e8e;
}

.temp-item:hover .temp-cover,
.drafts-item:hover .drafts-cover {
  display: block;
}

.temp-cover .temp-cover-btn,
.drafts-cover .drafts-cover-btn {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}
.drafts-cover-btn:hover {
  color: #009cff;
}

.preview-btn .cover-btn-img {
  width: 60px;
  height: 60px;
  background: url(../img/icon_preview.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.edit-btn .cover-btn-img {
  width: 60px;
  height: 60px;
  background: url(../img/icon_create.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.plane-edit-btn .cover-btn-img {
  width: 60px;
  height: 60px;
  background: url(../img/icon_planeedit.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.temp-cover-btn .cover-btn-text,
.drafts-cover-btn .cover-btn-text {
  /* line-height: 2; */
  font-size: 14px;
}

/* 首页页面样式 */
.home-content {
  width: 100%;
  height: 93%;
  /* max-width: 1920px; */
  /* max-height: 1080px; */
  color: #fff;
  /* display: grid; */
  place-items: center;
  text-align: center;
}
.pc .home-content .mobile{
  display: none;
}
.mobile .home-content .pc{
  display: none;
}

.home-content-text-top {
  font-size: 2rem;
  margin-top: -6rem;
  letter-spacing: 7px;
}

.home-content-text-bottom {
  font-size: 1rem;
  margin-top: 1rem;
}

.home-content-text-bottom > span {
  margin: 0 1rem;
}

/* 个人页面 */
.Personal-page {
  width: 100%;
  height: 93%;
  /* max-width: 1920px;
  max-height: 1080px; */
  min-height: 49.1%;
  /* overflow: auto; */
}

/* .NewExhibitionHall {
  height: 100%;
} */

.content .NewExhibitionHall .container {
  height: 100%;
}

.content .container {
  width: 100%;
  /* height: 100%; */
}

.new-zhanting {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  text-align: center;
}

.new-zhanting-left,
.new-zhanting-right {
  width: 50%;
  height: 100%;
}

.new-zhanting-left-top,
.new-zhanting-right-top {
  margin-top: 30%;
  font-size: 30px;
  font-weight: bold;
  color: #a2adb9;
  transition: all 0.45s;
}

.new-zhanting-left-middle,
.new-zhanting-right-middle {
  margin-top: 44px;
  line-height: 3rem;
  color: #b9c2cb;
  text-align: center;
  transition: all 0.45s;
  /* opacity: 0; */
}

.new-zhanting-right-middle1 {
  color: red;
  margin-top: 4%;
}

.new-zhanting-left-btn {
  margin-top: 20%;
  width: 12rem;
  height: 3rem;
  display: inline-block;
  /* background-color: #0077ff; */
  background-color: #5c6065;
  border-radius: 5px;
  line-height: 3rem;
  font-size: 18px;
  color: #fff;
  transition: all 0.45s;
  opacity: 0;
}

.new-zhanting-right-btn {
  margin-top: 20%;
  width: 12rem;
  height: 3rem;
  display: inline-block;
  background-color: #0077ff;
  border-radius: 5px;
  line-height: 3rem;
  font-size: 18px;
  color: #fff;
  transition: all 0.45s;
  opacity: 0;
}
/* 建展页面 鼠标滑过 */
/* 遮罩层 */
.new-zhanting-left.active {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s;
}
.new-zhanting-right.active {
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s;
}
/* 按钮 */
.new-zhanting-left.active .new-zhanting-left-btn {
  transform: translateY(-100px);
  transition: all 0.45s ease;
  opacity: 1;
  cursor: pointer;
}
.new-zhanting-right.active .new-zhanting-right-btn {
  transform: translateY(-100px);
  transition: all 0.45s ease;
  opacity: 1;
  cursor: pointer;
}
/* 文字 */
.new-zhanting-left.active .new-zhanting-left-top {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: calc(30% - 74px);
  transition: all 0.45s;
}
.new-zhanting-right.active .new-zhanting-right-top {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: calc(30% - 74px);
  transition: all 0.45s;
}
.new-zhanting-left.active .new-zhanting-left-middle {
  color: #eee;
  font-size: 18px;
  opacity: 1;
  transition: all 0.45s;
}
.new-zhanting-right.active .new-zhanting-right-middle {
  color: #eee;
  font-size: 18px;
  opacity: 1;
  transition: all 0.45s;
}

.footer {
  padding: 20px 0;
  background: #333;
  height: 7%;
  box-sizing: border-box;
}

.icP > p {
  color: #a3a3a3;
  font-size: 15.28px;
  text-align: center;
  margin-top: 0px;
}

.icP > p > a {
  color: #a3a3a3;
  font-size: 15.28px;
}

.icP > p > a:hover {
  color: #fff;
  font-size: 15.28px;
  cursor: pointer;
}

.cont-nobody {
  padding-top: 220px;
  display: none;
}

/* 草稿箱 */
.cont-nobody p {
  text-align: center;
  font-size: 24px;
  color: #8dbdd1;
  letter-spacing: 3px;
}

.cont-nobody .newExhibition {
  width: 19rem;
  height: 4rem;
  font-size: 2rem;
  line-height: 4rem;
  border-radius: 35px;
  text-align: center;
  background-color: #009cff;
  margin: auto;
  margin-top: 6rem;
  color: #fff;
}

/* 已发布 */
.Personal-page .preview-btn .cover-btn-img {
  width: 50px;
  height: 50px;
  background: url(../img/icon_preview.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.Personal-page .edit-btn .cover-btn-img {
  width: 50px;
  height: 50px;
  margin: auto;
  background: url(../img/icon_create.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.Personal-page .delete-btn .cover-btn-img {
  width: 50px;
  height: 50px;
  background: url(../img/delete.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.Personal-page .release-btn .cover-btn-img {
  width: 50px;
  height: 50px;
  background: url(../img/release.png) no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

/* swiper */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet {
  background-color: #eee !important;
}
:root {
  --swiper-theme-color: #fff !important;
}

.Btn {
  width: 300px;
  height: 76px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/index_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.Btn:hover {
  background-image: url(../img/index_icon.png);
  background-repeat: no-repeat;
  background-position: 0 -76px;
  background-size: 100%;
}

/* 联系方式 */
.pop_win {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 572px;
  height: 284px;
  padding: 10px;
  border-radius: 10px;
  background-color: white;
  z-index: 99999;
  overflow: hidden;
  box-sizing: border-box;
}

.pop_win > img {
  float: right;
  top: 0;
  right: 0;
}

.pop_win .pop_tit {
  font-size: 18px;
  font-weight: normal;
  color: #444;
  text-align: center;
  margin-top: 25px;
}

.pop_win .pop_subtit {
  font-size: 50px;
  font-weight: bolder;
  color: #444;
  margin-top: 60px;
  text-align: center;
}

.topnav-login-btn > img {
  position: relative;
  left: 25px;
  top: 2px;
  width: 14px;
  height: 18px;
  margin-right: 5px;
  cursor: pointer;
}

.topnav-login-btn .cell-phone {
  font-size: 1rem;
  color: #b1b1b1;
  cursor: auto;
}

.hide {
  display: none;
}

/* 移动端 */
.pc .mob-nav {
  display: none;
}
.mobile .top-nav {
  display: none;
}
.mobile .mob-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #000;
  box-sizing: border-box;
  z-index: 9999;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.mob-nav .logo {
  position: absolute;
  width: 26%;
  height: 1.3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/logo.png) center center / contain no-repeat;
}
.mob-nav .mob-home {
  font-size: 1rem;
  color: #fff;
}

.mob-nav .mob-home::before {
  content: "";
  position: absolute;
  left: 10px;
  display: block;
  height: 23px;
  width: 23px;
  background-image: url(https://base.bjprs.com/meta/images/nav/menu_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile .content {
  padding-top: 60px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  min-height: 0px;
}
.mobile .home-content {
  height: 100%;
}
.mobile .footer {
  padding: 15px 0;
  background: #333;
  height: auto;
  box-sizing: border-box;
}
.mobile .Btn {
  width: 200px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../img/mob_index_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.mobile .Btn {
  display: none;
}
/* .mobile .Btn:hover {
  background-image: url(../img/index_icon.png);
  background-repeat: no-repeat;
  background-position: 0 -63px;
  background-size: 100%;
} */
.mobile .icP > p {
  font-size: 12.28px;
}
.mobile .icP > p > a {
  display: block;
  font-size: 12.28px;
}
.pc .left-nav {
  display: none;
}
.pc .right-nav {
  display: none;
}
.mobile .left-nav {
  margin-top: 60px;
  width: 75%;
  height: 100%;
  transition-property: left;
  background-color: rgba(0, 0, 0, 0.9);
  transition: 0.5s;
  position: fixed;
  overflow: hidden;
  z-index: 999;
  box-sizing: border-box;
  left: -100%;
}
.mobile .right-nav {
  margin-top: 60px;
  width: 25%;
  height: 100%;
  transition-property: left;
  transition: 0.5s;
  position: fixed;
  overflow: hidden;
  left: -25%;
  z-index: 999;
}
.mobile .left-nav > ul {
  width: 100%;
  padding-top: 30%;
  text-align: center;
}
.mobile .left-nav > ul > li {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: #aaa;
  font-family: "微软雅黑";
}
.mobile .left-nav > ul > li.active {
  color: #fff;
}

.mobile .temp-list {
  width: 100%;
  padding: 20px 10px 0px 10px;
  /* justify-content: space-around; */
}
.mobile .temp-item {
  width: 45%;
}
.mobile .temp-item .temp-item-cont {
  height: 100px;
}
.mobile .drafts-list {
  width: 100%;
  padding: 20px 10px 0px 10px;
  /* justify-content: space-around; */
}
.mobile .drafts-item {
  width: 45%;
}
.mobile .drafts-item .drafts-item-cont {
  height: 100px;
}


.mobile .cont-top-bar {
  height: 60px;
}
.mobile .cont-top-bar .page-tit {
  line-height: 60px;
  letter-spacing: 2px;
  padding-top: 0;
}
.mobile .cont-top-bar .page-tit {
  font-size: 1rem;
}
/* 移动表单 */
.mobile .form {
  position: fixed;
  top: 60px;
  height: auto;
  transform: translateY(-1000px);
}
.mobile .form .center {
  min-width: 0;
}
.mobile .form .center .info_top,
.info_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 10px;
}
.mobile .form_textarea {
  padding: 0 10px;
  margin-bottom: 20px;
}
.mobile .form .form_textarea > textarea {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
.mobile .form.active {
  transform: translateY(0);
}
.mobile .info_top .phone {
  margin-top: 50px;
}
.mobile .center .close {
  top: 2%;
  right: 3%;
}
.mobile .form .btn {
  margin: 20px auto;
}
.mobile .form_textarea > i {
  position: unset;
  right: 1rem;
}
.mobile .info_top .input {
  width: 100%;
}
.mobile .info_bottom .input {
  width: 100%;
}
.mobile .form_textarea #msgReg {
  position: unset;
}
.mobile .temp-item:hover .model_edit_btn {
  display: none;
}
.mobile .temp-item:hover .model_pre2 {
  display: none;
}
.mobile .temp-item:hover .model_QR {
  display: none;
}
/* 移动端一行文字省略 */
.mobile .bottom-nav .model_name {
  font-size: 12px;
  color: #000;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50%;
}
.mobile .bottom-nav .model_size2 {
  font-size: 12px;
  color: #727272;
  position: relative;
  float: right;
}
.mobile .bottom-nav{
  padding: 0 3px;
}