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/20200315/ba6819a7-0948-421a-855c-12b5c26da29f.png");
    background-size: 100% 100%;
}
.center {
    width: 1280px;
    height: auto;
    margin: -427px 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;
}
.centerCenBox {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.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: 804px;*/
    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;
}
.contentTop {
    width: 1205px;
    /*width: 1080px;*/
    height: 60px;
    margin: 0 auto 30px;
    padding-top: 30px;
}
.contentTop > div {
    float: left;
}
.searchBox {
    width: 740px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border: 2px solid #388801;
    border-radius: 5px;
    position: relative;
}
.searchJg {
    width: 500px;
    height: auto;
    min-height: 400px;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #B8B8B8;
    top: 60px;
    left: 60px;
    padding-left: 24px;
    z-index: 2;
}
.searchJg ul {
    width: 100%;
    height: auto;
    padding-top: 8px;
}
.searchJg ul li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
}
.searchJg ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.searchJg ul li:hover a {
    color: #DC323F;
}
.searchBox > img {
    width: 22px;
    height: 22px;
    float: left;
    margin: 20px;
}
.searchBox > input {
    width: 500px;
    height: 100%;
    border: none;
    outline: none;
    font-size: 18px;
}
.searchBtn {
    width: 128px;
    height: 100%;
    text-align: center;
    color: #388801;
    float: right;
    font-size: 22px;
    cursor: pointer;
}
.searchBox i {
    display: inline-block;
    width: 2px;
    height: 21px;
    background-color: #388801;
    position: absolute;
    top: 20px;
    right: 132px;
}
.ygzgBtn {
    width: 140px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background-color: #388801;
    margin-left: 30px;
    cursor: pointer;
}
.ygzgBtn img {
    width: 24px;
    height: 21px;
    float: left;
    margin: 20px 10px;
}
.ygzgBtn span, .createBtn span {
    color: #FFFFFF;
    font-size: 20px;
}
.createBtn {
    background-color: #FF8800;
    border-radius: 5px;
    width: 260px;
    height: 60px;
    line-height: 60px;
    margin-left: 30px;
    cursor: pointer;
    box-shadow: 1px 4px 14px #FF8800;
}
.createBtn img {
    width: 24px;
    height: 21px;
    float: left;
    margin: 20px 12px 20px 38px;
}
.contentCent {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding: 0 20px;
    box-sizing: border-box;
}
.conLeft {
    width: 848px;
    height: auto;
    padding-bottom: 32px;
}
.conRight {
    flex: 1;
    width: 0;
    height: auto;
    margin-left: 42px;
}
.clTop {
    width: 100%;
    height: 350px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide a img {
    width: 100%;
    height: 100%;
}
.cl1 {
    width: 100%;
    height: auto;
}
.clTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #388801;
}
.clTitle > span {
    color: #388801;
    font-size: 20px;
    border-bottom: 3px solid #388801;
    font-weight: bold;
    padding: 4px;
}
.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: 1180px;
}
.jngBox > ul {
    width: 100%;
    height: 100%;
}
.jngBox > ul li {
    width: 31%;
    height: 380px;
    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: 50%;
    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: 62px;
    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;
}
.jngBox > ul li:nth-child(3n) {
    margin-right: 0;
}
.jngBox > ul li:nth-child(3n+1) {
    margin-left: 1%;
}
.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;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 12px;
    cursor: pointer;
}
.jngName {
    color: #242424;
    font-size: 20px;
    float: left;
}
.jngAddress {
    color: #999999;
    font-size: 18px;
    float: right;
}
.jngFire {
    text-align: left;
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    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: 31%;
    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;
}
.model {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 13;
}
.model #code, #code1 {
    width: 250px;
    height: 250px;
    margin: 260px auto 10px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 5px;
}
.lyUrl {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}
.model #code img {
    margin: 0 auto;
    width: 250px;
    height: 250px;
}
.overFlow {
    overflow: hidden;
}
.wzPage {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.wzPage ul {
    width: auto;
    height: 100%;
    display: inline-block;
}
.wzPage ul li {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #cccccc;
    color: #999999;
    font-size: 16px;
    border-radius: 2px;
    margin-right: 8px;
    cursor: pointer;
}
.wzPage ul li a {
    color: #999999;
}
.pageActive {
    background-color: #388801;
    border: 1px solid #388801!important;
}
.pageActive a {
    color: #ffffff!important;
}
.wzFbBox {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 4px 0px 20px #D7D8D8;
    margin-top: 20px;
}