html,
body {
  font-size: 14px;
  background: #fcfcfc;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  color: #333;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

[v-cloak] {
  display: none;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  outline: none;
  border: none;
  background-color: transparent;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.bg {
  width: 100%;
  height: 900px;
  position: absolute;
  top: 0;
  left: 0;
}

header {
  position: relative;
  width: 100%;
  height: 52px;
}

header .top {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top .left {
  display: flex;
  align-items: center;
}

header .top .left a {
  width: 101px;
  height: 42px;
  margin-right: 70px;
}

header .top .left a .icon {
  width: 101px;
  height: 42px;
}

header .top .left .tabs {
  display: flex;
  align-items: center;
}
header .top .left .tabs a {
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  display: inline-block;
  font-size: 16px;
  line-height: 42px;
  color: #333;
  margin-right: 50px;
  cursor: pointer;
}

header .top .left .tabs a:last-child {
  margin-right: 0;
}

header .top .info {
  font-size: 16px;
  color: #111;
  font-weight: 400;
  cursor: pointer;
}

header .top .logged {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  min-width: 121px;
  cursor: pointer;
}

header .top .logged .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

header .top .logged .name {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  padding: 0 6px;
}

header .top .logged .arrow-down {
  width: 10px;
  height: 7px;
}

header .top .logged .logged-fixed {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 100;
  min-width: 121px;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

header .top .logged .logged-fixed .origin-box {
  min-width: 121px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .top .logged .logged-fixed .origin-box .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

header .top .logged .logged-fixed .origin-box .name {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  padding: 0 6px;
}

header .top .logged .logged-fixed .origin-box .arrow-top {
  width: 10px;
  height: 7px;
}

header .top .logged .logged-fixed .fixed-name {
  display: inline-block;
  min-width: 121px;
  height: 32px;
  background: #ffffff;
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 4px;
}

header .top .logged .logged-fixed .fixed-name:last-child {
  margin-bottom: 0;
}

header .top .logged .logged-fixed .fixed-name:hover {
  background-color: #009f54;
  color: #ffffff;
}

.primary-header {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 76px;
}

.primary-header .primary .avatar {
  position: relative;
  width: 148px;
  height: 193px;
  border-radius: 3px;
  border: 4px solid rgba(255, 255, 255, 0.8);
}

.primary-header .primary .name {
  font-size: 33px;
  line-height: 33px;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
}

.primary-header .primary .desc-box {
  margin-top: 10px;
}

.primary-header .primary .desc-box span {
  display: inline-block;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}

.primary-header .primary .desc-box .span-2 {
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 10px;
}

.primary-header .primary .desc-box .span-2 .icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
}

.primary-header .primary .desc-box span:last-child {
  margin: 0;
}

.primary-header .primary .state {
  margin-top: 13px;
}

.primary-header .primary .state p {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  color: #333;
  margin-right: 25px;
}

.primary-header .primary .state p:last-child {
  margin: 0;
}

.primary-header .primary .state p .icon {
  width: 13px;
  height: 16px;
  margin-right: 4px;
}

.primary-header .primary .state p .icon1 {
  width: 14px;
  height: 13px;
  margin-right: 4px;
}

.primary-header .primary .state p .icon2 {
  width: 16px;
  height: 12px;
  margin-right: 4px;
}

.primary-header .primary .btn-box {
  margin-top: 20px;
}

.primary-header .primary .btn-box .upgrade {
  display: inline-flex;
  align-items: center;
  font-size: 19px;
  line-height: 19px;
  color: #f5c164;
  width: 187px;
  height: 41px;
  background: #2f2f2f;
  border-radius: 3px;
  justify-content: center;
  cursor: pointer;
}

.primary-header .primary .btn-box .upgrade .up-icon {
  width: 27px;
  height: 17px;
}

.primary-header .primary .btn-box .jb {
  display: inline-block;
  width: 84px;
  height: 41px;
  background: #ffcd42;
  border-radius: 3px;
  text-align: center;
  line-height: 41px;
  color: #00572e;
  font-size: 19px;
  margin-left: 8px;
  cursor: pointer;
}

.primary-header .primary .btn-box .dot:after {
  position: absolute;
  top: 6px;
  right: 6px;
  content: " ";
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 100%;
}

.fixed-header-box {
  position: absolute;
  top: 603px;
  left: 0;
  width: 100%;
}

.fixed-header-box.fixed {
  background-color: #009f54;
  position: fixed;
  left: 0;
  top: 0;
  height: 66px;
  z-index: 1000;
}

.fixed-header {
  position: relative;
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #009f54;
}

.fixed-header .tabs {
  display: flex;
  align-items: center;
  float: left;
}

.fixed-header .tabs li {
  height: 66px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 66px;
  padding: 0 20px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  font-size: 19px;
  float: left;
}

.fixed-header .tabs li a {
  color: #ffffff;
}

.fixed-header .tabs li.active a {
  color: #ffcd42;
}

.fixed-header .tabs li.active::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ffcd42;
}

.fixed-header .creator {
  float: right;
  width: 177px;
  height: 41px;
  background: #ffcd42;
  border-radius: 3px;
  margin-left: 49px;
  line-height: 41px;
  font-size: 19px;
  color: #00572e;
  text-align: center;
  cursor: pointer;
  margin-right: 25px;
}

.container {
  width: 100%;
  margin-top: 113px;
  position: relative;
}

.container .content {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.container .content .content-left {
  width: 1002px;
  float: left;
}

.container .content .content-right {
  width: 226px;
  float: right;
}

.article {
  width: 1002px;
  min-height: 259px;
  box-sizing: border-box;
  padding: 20px 20px 20px 20px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: auto 0;
}

.article .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article .title {
  font-size: 19px;
  line-height: 19px;
  color: #333;
  font-weight: bold;
}

.article .title span {
  font-size: 14px;
  color: red;
}

.article .title-box .right-box {
  display: flex;
  align-items: center;
}

.article .title-box .btnupload .el-button--primary {
  width: 84px;
  height: 33px;
  background: #009f54;
  color: #fff;
  border-color: #009f54;
  margin-right: 10px;
}

.article .title-box .btn3 span {
  color: #fff;
  font-size: 16px;
}
.article .title-box .btn3 input {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.article .title-box a {
  font-size: 14px;
  line-height: 14px;
  float: right;
  color: #333333;
}

.article .title-box a:hover {
  color: #009f54;
}

.article .title-box .btn1 {
  width: 84px;
  height: 33px;
  border-radius: 3px;
  border: 1px solid #e02020;
  color: #e02020;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

.article .title-box .btn2 {
  width: 84px;
  height: 33px;
  border-radius: 3px;
  border: 1px solid #009f54;
  color: #009f54;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
}

.article ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.article ul .li {
  float: left;
  width: 149px;
  margin-right: 12px;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.article ul .li:nth-of-type(6n + 6) {
  margin-right: 0;
}

.article ul .li .bg-box {
  width: 149px;
  height: 149px;
  position: relative;
  overflow: hidden;
}

.article ul .li .pic-box {
  width: 149px;
  height: 149px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(16px);
  -moz-filter: blur(16px);
  -o-filter: blur(16px);
  -ms-filter: blur(16px);
  filter: blur(16px);
}

.article ul .li .model {
  position: absolute;
  top: 0;
  left: 0;
  width: 149px;
  height: 149px;
  text-align: center;
}

.article ul .li .model .img {
  width: auto;
  height: auto;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container .content .qrcode-box {
  width: 226px;
  height: 259px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  float: right;
  margin-left: 25px;
  box-sizing: border-box;
  padding: 20px;
}

.container .content .qrcode-box .qrcode {
  margin: 0 auto;
  width: 144px;
  height: 144px;
}

.container .content .qrcode-box p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #333;
  margin-top: 10px;
}

.container .content .qrcode-box p:nth-of-type(1) {
  margin-top: 20px;
}

.box {
  width: 100%;
  height: 647px;
  position: relative;
}

.box .img {
  width: 100%;
  height: 647px;
}

.box .upgradeqr {
  position: absolute;
  top: 222px;
  left: 326px;
  width: 175px;
  height: 175px;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
}

.qrbox {
  width: 250px;
  margin: 0 auto;
}

.qrbox .wxqr {
  width: 250px;
  height: 250px;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}

.qrbox .desc {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.contentFoot {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 50px;
  background-color: #f8f8f6;
}

.footTop {
  width: 95%;
  height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 auto 25px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  text-align: center;
}

.foot1 {
  color: #66666b;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.foot1 > span {
  color: #388801;
}

.outClass {
  background: #009f54 !important;
  border-color: #009f54 !important;
}

.noData {
  width: 100%;
  height: 300px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.noData .icon {
  width: 63px;
  height: 66px;
  margin-bottom: 10px;
}

.noData p {
  font-size: 14px;
  line-height: 14px;
  color: #cccccc;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
  /*z-index: 10px!important;*/
}
.content .content-left .article .pagegation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.content .content-left .article .pagegation .pages {
  display: flex;
  align-items: center;
}

.content .content-left .article .pagegation .pages .head,
.content .content-left .article .pagegation .pages .prev,
.content .content-left .article .pagegation .pages .next,
.content .content-left .article .pagegation .pages .end {
  font-size: 16px;
  color: #666666;
  margin-right: 16px;
  cursor: pointer;
}

.content .content-left .article .pagegation .pages .num {
  width: 44px;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-right: 8px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.content .content-left .article .pagegation .pages .num a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.content .content-left .article .pagegation .pages .num.active {
  border-color: #009f54;
  color: #009f54;
}

.content .content-left .article .pagegation .pages .num:last-child {
  margin-right: 16px;
}

/*弹窗*/
.v-dialog .el-dialog__header {
  padding: 0;
}

.v-dialog .el-dialog__body {
  padding: 0;
}

.v-dialog .el-input__inner {
  background-color: #f4f4f4;
}

.quick-box {
  width: 100%;
  height: 667px;
  font-size: 0;
  display: flex;
  align-content: center;
}

.quick-box .img-box {
  float: left;
  width: 863px;
  height: 100%;
}
.quick-box .img-box .img {
  width: 100%;
  height: 100%;
}

.quick-box .right {
  float: right;
  width: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 70px 50px;
  text-align: center;
}

.quick-box .right .title {
  font-size: 27px;
  line-height: 27px;
  color: #333;
  font-weight: bold;
}

.quick-box .right .title-desc {
  font-size: 16px;
  line-height: 16px;
  color: #999;
  margin-top: 14px;
}

.quick-box .right .input {
  margin-top: 6px;
  width: 100%;
  background-color: #f4f4f4;
}

.quick-box .right .sex-box {
  margin: 9px 0px 17px;
}

.quick-box .right .btn {
  width: 100%;
  height: 48px;
  background: #489f55;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 17px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.btn2a {
  width: 100%;
}
.quick-box .right .btn-2 {
  width: 100%;
  height: 48px;
  background: #ffffff;
  text-align: center;
  line-height: 48px;
  color: #489f55;
  font-size: 16px;
  margin-top: 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #489f55;
}
/*绑定*/
.b-dialog .el-dialog__header {
  padding: 0;
}

.b-dialog .el-dialog__body {
  padding: 0;
}

.b-dialog .el-input__inner {
  background-color: #f4f4f4;
  height: 46px;
  line-height: 46px;
}

.b-quick-box {
  width: 100%;
  height: 508px;
  font-size: 0;
  display: flex;
  align-content: center;
}

.b-quick-box .img-box {
  float: left;
  width: 360px;
  height: 508px;
  position: relative;
}

.b-quick-box .img-box .img {
  width: 100%;
  height: 100%;
}

.b-quick-box .img-box .name {
  position: absolute;
  top: 87px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #fff;
  line-height: 25px;
}

.b-quick-box .img-box .name-link {
  position: absolute;
  top: 137px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 19px;
  line-height: 19px;
  color: #fff;
}

.b-quick-box .right {
  float: right;
  width: 507px;
  height: 508px;
  box-sizing: border-box;
  padding: 70px 64px;
  text-align: center;
}

.b-quick-box .right .title {
  font-size: 27px;
  line-height: 27px;
  color: #333;
  font-weight: bold;
}

.b-quick-box .right .title-desc {
  font-size: 16px;
  line-height: 16px;
  color: #999;
  margin-top: 14px;
}

.b-quick-box .right .input {
  margin-top: 56px;
  width: 100%;
  background-color: #f4f4f4;
}

.b-quick-box .right .b-box {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 14px;
}

.b-quick-box .right .b-box .yzcode {
  width: 210px;
  float: left;
}

.b-quick-box .right .b-box .yz {
  width: 155px;
  height: 46px;
  float: right;
  cursor: pointer;
}

.b-quick-box .right .b-box .yx-btn {
  width: 155px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #f2873b;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
}

.b-quick-box .right .btn {
  width: 100%;
  height: 46px;
  background: #f2873b;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
  border-radius: 4px;
  cursor: pointer;
}

.b-quick-box .right .serve {
  display: flex;
  align-content: center;
  font-size: 16px;
  color: #999;
  margin-top: 20px;
  justify-content: center;
  cursor: pointer;
}

.b-quick-box .right .serve .icon {
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 4px;
}

.b-quick-box .right .serve a {
  color: #009f54;
  text-decoration: none;
}
.createp .createtwo {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #009f54;
  cursor: pointer;
}
.createp {
  margin-top: 37px;
  text-align: right;
}
.primary-header .primary .ptimg {
  width: 148px;
  height: 193px;
  background-size: 128px 176px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 12px 9px;
}
.primary-header .primary .bkstyle {
  width: 148px;
  height: 193px;
}
.primary-header .primary .er .ptimg {
  width: 148px;
  height: 193px;
  background-size: 128px 176px;
  margin: 0px 17.5px;
  background-repeat: no-repeat;
  background-position: 12px 9px;
}
.levetag .tag {
  width: 100px;
  height: 40px;
  background: #f6d4b6;
  border-radius: 3px;
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #c85a19;
  line-height: 30px;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
  margin-right: 3px;
}
.levetag .tagimg {
  width: 50px;
  height: 40px;
}
.ionic-list {
  margin: 20px 0px;
}
