html {
  font-size: 20px;
}
html,
body {
  font-family: MicrosoftYaHei;
  position: relative;
  height: 100%;
}
body {
  background-color: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
html,
body,
button,
input,
li,
p,
ul {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  outline: none;
}

a {
  text-decoration: none;
  color: #333;
}

ul {
  list-style: none;
  text-align: left;
}

li {
  list-style: none;
}
* {
  -webkit-touch-callout: none; /*系统默认菜单被禁用*/
  -webkit-user-select: none; /*webkit浏览器*/
  -khtml-user-select: none; /*早期浏览器*/
  -moz-user-select: none; /*火狐*/
  -ms-user-select: none; /*IE10*/
  user-select: none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  -webkit-user-select: auto; /*webkit浏览器*/
  margin: 0px;
  padding: 0px;
  outline: none;
}
/*@font-face {*/
/*font-family: 'pictos';*/
/*src:url('/font/PangMenZhengDaoCuShuTi-2.ttf');*/
/*}*/
[v-clock] {
  display: none;
}
#pcApp {
  width: 100%;
  height: auto;
  background-color: #faf7f8;
}
.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
header {
  width: 100%;
  height: 452px;
  background-image: url("https://imgs0.zupu.cn/photos/common/20200401/68802580-dcf4-4eb9-a44f-0a662502381a.png");
  background-size: 100% 100%;
}
.center {
  width: 1280px;
  height: auto;
  margin: 0px auto 0;
  position: relative;
}
.centerTopBox {
  width: 100%;
  height: 130px;
}
.topBar {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.topBar a {
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.creatA {
  color: #ff0000 !important;
}
.topBar i {
  width: 2px;
  height: 14px;
  background-color: #000;
  display: inline-block;
  margin: 0 12px -2px;
}
footer {
  width: 100%;
  height: 200px;
  background-color: #171717;
}
.logo {
  width: 250px;
  height: 104px;
  cursor: pointer;
}
.centerCenBox {
  width: 100%;
  height: auto;
  padding-top: 12px;
}
.centerBar {
  width: 100%;
  height: 70px;
  background-color: #388801;
  box-shadow: 0px 4px 14px #70a94c;
  border-radius: 5px;
  z-index: 10;
  position: relative;
}
.centerBar > img {
  width: 188px;
  height: 150px;
  margin-top: -80px;
  float: left;
}
.barBox {
  width: auto;
  height: 100%;
  display: inline-block;
  line-height: 70px;
}
.barBox > a {
  display: inline-block;
  float: left;
  height: 100%;
  width: auto;
  cursor: pointer;
}
.barBox > a:hover {
  background-color: #3c7b10;
}
.active {
  background-color: #3c7b10;
}
.active > span {
  border: none !important;
}
.barBox > a > span {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0 26px;
  border-right: 1px solid #326a0c;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
.barBox > a:last-child span {
  border-right: none;
}
.centerContent {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 14px #cbcbc9;
}
.contentCent {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.cTop {
  width: 100%;
  height: 540px;
  background-image: url("https://hsy1.jibai.com/static/jibai/images/index/wmjb.png");
  background-size: 100% 100%;
  text-align: center;
  padding-top: 450px;
  box-sizing: border-box;
}
.ksCreate {
  display: inline-block;
  width: 262px;
  height: 66px;
  background-color: #fa890c;
  border-radius: 33px;
  text-align: center;
  line-height: 66px;
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
}

.cl1 {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
.clTitle {
  width: 100%;
  height: 60px;
}
.clTitle > span {
  text-align: center;
  display: inline-block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  padding: 4px;
  background-color: #049519;
}
.cl1 > p {
  color: #000;
  font-size: 26px;
  margin: 30px auto;
}
.swiperBox {
  width: 90%;
  height: 384px;
  margin: 0 auto;
}
.swiper1 {
  width: 100%;
  height: 100%;
}
.swiper-slide > img {
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiperBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.swiperBox .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.jngNavber {
  width: 100%;
  height: 32px;
  margin: 18px 0;
}
.jngNavber ul li {
  width: 86px;
  height: 32px;
  float: left;
  background-color: #eaeaea;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 6px;
  margin-right: 10px;
}
.jngNavber ul li:first-child {
  display: none;
}
.jngActive {
  background-color: #388801 !important;
  color: #fff !important;
}
.jngActive > a {
  color: #fff !important;
}
.jngBox {
  width: 100%;
  height: 330px;
}
.jngBox2 {
  width: 100%;
  height: 700px !important;
  margin-top: 30px;
}
.jngBox3 {
  margin-top: 30px;
}
.jngBox > ul {
  width: 100%;
  height: 100%;
}
.jngBox > ul li {
  width: 22%;
  height: 310px;
  background-color: #ffffff;
  box-shadow: 1px 1px 6px #d7d8d8;
  float: left;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 2.5%;
  position: relative;
  overflow: hidden;
}
.mask {
  width: 100%;
  height: 60%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  display: none;
  font-size: 16px;
  color: #ffffff;
  top: 0;
  text-align: center;
}
.mask img {
  position: absolute;
  top: 15px;
  left: 64px;
  display: block;
}
.mask p {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  margin-top: 160px;
  text-align: center;
  color: #333333;
}
.jngTop {
  width: 100%;
  height: 176px;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jngTopBjBox {
  width: 100%;
  height: 176px;
  position: relative;
  overflow: hidden;
}
.jngTopBj {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  text-align: center;
}
.jngTop .txImg {
  width: auto;
  height: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.jtFoot {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  padding-left: 9px;
  box-sizing: border-box;
}
.jngCenter {
  width: 100%;
  height: 120px;
  margin: 0 auto;
}
.jc1 {
  width: 100%;
  height: 26px;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  text-align: center;
}
.jngName {
  color: #242424;
  font-size: 20px;
}
.jngAddress {
  color: #999999;
  font-size: 18px;
  float: right;
}
.jngFire {
  text-align: left;
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  padding-left: 72px;
  box-sizing: border-box;
}
.jngFire > img {
  width: 16px !important;
  height: 20px;
  padding: 0 !important;
  margin-bottom: -3px !important;
}
.jngLove > img {
  width: 20px !important;
  height: 17px;
  padding: 0 !important;
  margin-bottom: -3px !important;
}
.jngFire > span {
  font-size: 16px;
  color: #626262;
  margin-left: 5px;
}
.jngFoot {
  width: 100%;
  height: 45px;
  display: flex;
  padding: 0 10px;
  box-sizing: border-box;
}
.jngFoot > div {
  flex: 1;
  height: 100%;
  line-height: 45px;
  border-radius: 5px;
  margin: 0 6px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.zyBtn {
  border: 2px solid #ff8800;
  color: #ff8800;
}
.jbBtn {
  border: 2px solid #388801;
  color: #388801;
}
.jbBtn:hover {
  background-color: #388801;
  color: #ffffff;
}
.zyBtn:hover {
  background-color: #ff8800;
  color: #ffffff;
}
.mapBox {
  width: 100%;
  height: 380px;
  margin-top: 20px;
}
.lyBox {
  width: 100%;
  height: 262px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.lyLi {
  width: 95%;
  height: 260px;
  background-size: 100% 100%;
  padding: 50px 26px 0 30px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 1%;
  float: left;
}
.lyLi:nth-child(3n) {
  background-image: url("https://imgs0.zupu.cn/photos/common/20200316/532ac40f-beff-409b-9a8a-a9d9e5f048e0.png");
}
.lyLi:nth-child(3n-1) {
  background-image: url("https://imgs0.zupu.cn/photos/common/20200316/1e6d6184-71f0-4a32-9322-cd04abcecbcd.png");
}
.lyLi:nth-child(3n-2) {
  background-image: url("https://imgs0.zupu.cn/photos/common/20200316/892c3a88-443e-4eb5-a90c-9671f8cee7f2.png");
}
.lyTop > img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  margin-bottom: -12px;
  margin-right: 10px;
}
.lyTop > span {
  font-size: 20px;
  color: #388801;
}
.lyContent {
  color: #242424;
  font-size: 18px;
  margin-top: 20px;
}
.cl3 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.tjlyBox {
  width: 23%;
  height: 260px;
  display: inline-block;
  margin: 0 0.5%;
}
.lyBoxTop {
  width: 100%;
  height: 220px;
  border-radius: 5px;
}
.lyBoxTop > img {
  width: 100%;
  height: 100%;
}
.lyBoxName {
  font-size: 20px;
  color: #242424;
  text-align: center;
  margin-top: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right1 {
  width: 100%;
  height: 400px;
  background-image: url("https://imgs0.zupu.cn/photos/common/20200316/27d368e2-22ba-4bad-b7f8-bf790c94cdc0.png");
  background-size: 100% 100%;
  padding-top: 18px;
  box-sizing: border-box;
}
.right1Top {
  width: 150px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff8800;
  margin: 0 auto;
}
.right1Box {
  width: 88%;
  margin: 0 auto;
  height: 326px;
}
.right2Box {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}
.right1Li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f2f2f2;
}
.right1LiName {
  color: #151515;
  font-size: 16px;
}
.right1LiTime {
  color: #bdbdbd;
  font-size: 16px;
  float: right;
}
.right2 {
  width: 100%;
  height: 410px;
  margin-top: 40px;
  box-shadow: 0px 0px 5px #cbcbc9;
  border-radius: 5px;
}
.right2Top {
  width: 100%;
  height: 30px;
  background-color: #388801;
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
  padding-left: 11px;
  box-sizing: border-box;
}
.zxwy {
  width: 100%;
  height: 90px;
}
.zxwy > ul {
  width: 240px;
  height: 35px;
  margin: 15px auto 0;
}
.zxwy > ul li {
  border: 2px solid #d2d2d2;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #388801;
  font-size: 22px;
  margin: 0 2.5px;
  float: left;
}
.zxwy > div {
  font-size: 21px;
  color: #151515;
  text-align: center;
  margin-top: 10px;
}
.right2Li {
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.jbLeft {
  width: 60px;
  height: 100%;
  float: left;
}
.jbLeft > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-top: 5px;
}
.jbRight {
  width: 255px;
  height: 100%;
  border-bottom: 1px solid #f2f2f2;
  color: #151515;
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jbRightTop {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 32px;
  width: 100%;
}
.jbName {
  font-size: 18px;
}
.jbSite {
  font-size: 16px;
}
.jbRoule {
  color: #ff0000;
  font-size: 16px;
}
.jbTime {
  color: #bdbdbd;
  font-size: 14px;
}
.right3 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  box-shadow: 0px 0px 5px #cbcbc9;
  border-radius: 5px;
}
.right3Box {
  width: 100%;
  height: auto;
}
.right3Box ul {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.right3Box ul li {
  color: #151515;
  font-size: 16px;
  text-align: left;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.right3Box ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.right3Box ul li i {
  color: #353636;
  font-size: 30px;
  margin-right: 10px;
  margin-top: 0;
  float: left;
}
.more {
  font-size: 15px;
  color: #ffffff;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}
.right4 {
  width: 100%;
  height: auto;
  margin-top: 40px;
  box-shadow: 0px 0px 5px #cbcbc9;
  border-radius: 5px;
}
.right4Box {
  width: 100%;
  height: 350px;
}
.right4Box > ul {
  width: 100%;
  height: 300px;
  margin-top: 16px;
}
.con5Ul li {
  width: 30%;
  height: 110px;
  box-sizing: border-box;
  background-image: url("https://imgs0.zupu.cn/photos/common/20200316/3669c8e7-ef70-4b05-ba4d-e57ee9e67078.png");
  background-size: 100% 100%;
  float: left;
  margin-right: 2%;
  margin-bottom: 6px;
}
.con5Ul li:nth-child(3n + 1) {
  margin-left: 3%;
}
.con5liTop {
  height: 64%;
  text-align: center;
}
.con5liTop p {
  width: 65px;
  height: 65px;
  background-image: url("https://imgs0.zupu.cn/photos/common/20200316/e6c308fa-5a83-4999-b61e-0c57d4caef7f.png");
  background-size: 100% 100%;
  line-height: 65px;
  text-align: center;
  font-family: pictos;
  display: inline-block;
  font-size: 32px;
  color: #f5f1dc;
  margin-top: 8px;
  cursor: pointer;
}
.con5lifoot {
  width: 100%;
  height: 36%;
  display: flex;
  flex-direction: column;
  padding-top: 7px;
  box-sizing: content-box;
}
.con5lifoot p {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #141313;
  flex: 1;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
}
.right5 {
  width: 100%;
  height: 340px;
  margin-top: 40px;
  box-shadow: 0px 0px 5px #cbcbc9;
  border-radius: 5px;
}

.right5 li {
  width: 30%;
  height: 126px;
  text-align: center;
  float: left;
  margin-right: 3%;
  margin-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.right5 li:nth-child(3n-2) {
  margin-left: 2%;
}
.right5 li:nth-child(3n) {
  margin-right: 0;
}
.right5 li a {
  width: 100%;
}
.info_img {
  width: 13px;
  height: 15px;
  float: left;
  margin-left: 10px;
}
.addressBox {
  width: 108px;
  text-align: left;
}
.addressSpan {
  width: 78px !important;
  float: left;
  margin-left: 6px;
}
.addressSpan1 {
  width: 70% !important;
}
.contentWrap {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  /* background: antiquewhite; */
  position: absolute;
  left: 0;
  bottom: 0;
}

.right5 li > img {
  display: block;
  width: 142px;
  height: 194px;
  object-fit: cover;
  margin: 30px auto;
  margin-bottom: 0;
}
.right5 li .m {
  width: 100%;
  padding-top: 2px;
  /* padding-bottom: 7px; */
  box-sizing: border-box;
  font-family: MicrosoftYaHei;
  color: #333;
  text-align: left;
}
.right5 li .m .bookName {
  height: 20px;
  line-height: 20px;
  padding-left: 12px;
  padding-right: 20px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(255, 253, 252, 1);
  margin: 0;
}
.right5 li .m .viewTimes {
  margin-top: 5px;
  height: 13px;
  font-size: 12px;
  line-height: 13px;
}
.right5 li .m .viewTimes .eye {
  width: 16px;
  height: 12px;
}
.right5 li .info {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(186, 186, 186, 1);
  text-align: center;
  overflow: hidden;
}

.right5 li .info span {
  width: 100%;
  height: 16px;
  line-height: 18px;
  display: inline-block;
  background-size: 13px 15px;
  background-repeat: no-repeat;
  overflow: hidden;
  float: left;
}
.info_img {
  width: 13px;
  height: 15px;
  float: left;
  margin-left: 10px;
}
.right6 {
  width: 100%;
  height: 280px;
  margin-top: 40px;
  box-shadow: 0px 0px 5px #cbcbc9;
  border-radius: 5px;
}
.right6Box {
  width: 100%;
  height: 255px;
  margin: 0 auto;
  background-image: url("https://imgs0.zupu.cn/photos/common/20191115/34085401-071c-4393-b00b-95d4fafb3973.png");
  background-size: 100%;
}
.right6Box > img {
  width: 100%;
  height: 100%;
}
.contentFoot {
  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;
}
.footTop label {
  color: #666666;
  margin-top: 25px;
  float: left;
}
.footTop ul {
  display: inline-block;
  margin-top: 25px;
}
.footTop ul li {
  float: left;
  color: #bcbdbc;
  cursor: pointer;
}
.footTop ul li a {
  color: #bcbdbc;
  padding: 0 10px;
}
.footTop ul li i {
  width: 1px;
  display: inline-block;
  height: 12px;
  background-color: #bcbdbc;
  float: right;
  margin-top: 4px;
}
.yqljBox {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.foot1 {
  color: #66666b;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.foot1 > span {
  color: #388801;
}
.imgModel {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 13;
}
.imgModel .bsImg {
  width: 400px;
  height: 400px;
  margin: 150px auto;
}
.close {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  top: 120px;
}
.createBox {
  display: inline-block;
  width: 420px;
  height: auto;
  background-color: #ffffff;
  margin: 150px auto;
  border-radius: 5px;
  padding: 20px 50px;
  box-sizing: border-box;
  position: relative;
}
.createBox .close {
  right: -50px;
  top: -50px;
}
.ewmBox .close {
  right: -50px;
  top: -50px;
}
.createTit {
  font-size: 22px;
  color: #000;
  margin-bottom: 16px;
}
.layui-input-block {
  margin-left: 0;
  height: 44px;
  min-height: 44px;
}
.layui-input-block input {
  display: inline-block;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
}
.layui-form-item {
  margin-bottom: 10px;
}
.layui-form-radio > i:hover,
.layui-form-radioed > i {
  color: #e60214;
}
.codeItem {
  display: inline-block;
  width: 50%;
  float: left;
}
.ewmBox {
  display: inline-block;
  width: 420px;
  height: 372px;
  background-image: url("https://imgs0.zupu.cn/photos/common/20200317/6276ce1f-24c1-44c1-b00f-ba3d5325ce14.png");
  background-size: 100% 100%;
  margin: 100px auto;
  border-radius: 5px;
  padding: 20px 50px;
  box-sizing: border-box;
  position: relative;
}
.ewmTit {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 16px;
}
.ewmCen {
  display: inline-block;
  width: 240px;
  height: 245px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.ewmCen > img {
  margin-top: 35px;
}
.qrcode {
  width: 80%;
  height: 74%;
  margin-top: 10%;
  margin-bottom: 3%;
}
.ewmCen > p {
  font-size: 18px;
  position: absolute;
  bottom: 18px;
  width: 100%;
}
.vCode1 {
  width: 160px !important;
  height: 44px !important;
  background: rgba(240, 240, 240, 1) !important;
  border-radius: 4px !important;
  border: none !important;
  outline: none !important;
  float: left !important;
}
.switch {
  width: 22px;
  height: 20px;
  float: right;
  margin-top: 13px;
  cursor: pointer;
}
#fhdb {
  display: none;
}
.yamBtn {
  display: inline-block;
  width: 34% !important;
  height: 44px;
  line-height: 44px;
  background-color: #fb2e41;
  border: none;
  text-align: center !important;
  padding: 0 !important;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.codeBtn {
  width: 100%;
  height: 3rem;
  background-color: #fb2e41;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.count {
  display: inline-block;
  height: 100%;
  width: 38%;
  background-color: #fb2e41;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-size: 12px;
  line-height: 44px;
}

/*弹窗*/
.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: 511px;
  font-size: 0;
  display: flex;
  align-content: center;
}

.quick-box .img-box {
  float: left;
  width: 360px;
  height: 511px;
}

.quick-box .img-box .img {
  width: 100%;
  height: 100%;
}

.quick-box .right {
  float: right;
  width: 507px;
  height: 511px;
  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: 56px;
  width: 100%;
  background-color: #f4f4f4;
}

.quick-box .right .sex-box {
  margin-top: 18px;
}

.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;
}
