html, body, h1, h2, h3, h4, h5, h6, ul, ol, li, div, p, span, strong, a, img, em, i, dl, dt, dd, input, button,
article, aside, details, dialog, footer, header, mark, nav, section, time {
    border: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a, a:hover {
    text-decoration: none;
}

ul li, dl, dt, dd {
    list-style: none;
}

body {
    text-align: center;
    background: #fff;
}

.wrap {
    width: 1300px;
    min-width: 1300px;
    padding-left: 50px!important;
    padding-right: 50px!important;
    margin: 0 auto;
    text-align: left;
    font: normal 12px/18px "Microsoft YaHei";
}

.wrapContent {
    width: 1300px;
    min-width: 1300px;
    padding-left: 50px!important;
    padding-right: 50px!important;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 40px;
}
.wrapContentIn {
    width: 1000px;
}
/* .wrapContentIn img{
    max-width: 830px;
} */

body#bodycon {
    background: #F5F5F5;
}

.wrap img {
    width: 100%;
    height: 100%;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px !important;
}

.font20 {
    font-size: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
}
.clearOnly{
    clear: both;
}

.disBlock {
    display: block !important;
}

.disNone {
    display: none;
}
.disNoneIm {
    display: none!important;
}

.disInBlock {
    display: inline-block;
}

.visBlock {
    visibility: visible;
}

.visNone {
    visibility: hidden;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexCenterV {
    display: flex;
    align-items: center;
}

.flexCenterBet {
    display: flex;
    justify-content: space-between;
}

.flexCenterC {
    display: flex;
    justify-content: center;
}

.flexColBet {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.mt24 {
    margin-top: 24px;
}

.mt05 {
    margin-top: 5px;
}

.mr15 {
    margin-right: 15px;
}

.mr24 {
    margin-right: 24px;
}

.mr30 {
    margin-right: 30px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb24 {
    margin-bottom: 24px;
}

.ml15 {
    margin-left: 15px;
}

.ml24 {
    margin-left: 24px;
}

.h02 {
    width: 100%;
    height: 2px;
}

.h10 {
    width: 100%;
    height: 10px;
}

.h30 {
    width: 100%;
    height: 30px;
}

.h40 {
    width: 100%;
    height: 40px;
}

.h55 {
    width: 100%;
    height: 55px;
}

.cor666 {
    color: #666666 !important;
}

.corblue {
    color: #008CD6 !important;
}

.cor333 {
    color: #333333;
}

.cor999 {
    color: #999999;
}
.corsupplier {
    color: #EF8200 !important;
}
.corschool {
    color: #FDD000 !important;
}
.coredu {
    color: #AACD06 !important;
}
.btnsupplier {
    background-color: #EF8200 !important;
}
.btnschool {
    background-color: #FDD000 !important;
}
.btnedu {
    background-color: #AACD06 !important;
}

.btnCommon{
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btnBlue {
    background: #008CD6;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ke-dialog-content img {
    width: auto !important;
    height: auto !important;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.modalBg {
    background: rgba(0, 0, 0, 0.6);
}

.modalDialog570 {
    width: 570px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-header {
    height: 64px !important;
    padding: 24px !important;
    border-bottom: 1px solid #E5E5E5 !important;
}

.modal-title {
    font-size: 16px !important;
    color: #333 !important;
}

.close {
    font-size: 15px !important;
}

.Mbody {
    padding: 24px;
}

.Mfooter {
    height: 73px;
    border-top: 1px solid #E5E5E5;
    padding: 18px 24px 18px 0;
    text-align: right;
}

.Mbtn {
    width: 86px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    margin-left: 12px;
    display: inline-block;
    cursor: pointer;
}

.MbtnC {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #999;
}

.MbtnS {
    background: #008CD6;
    color: #fff;
}

#mForm .form-group {
    margin-bottom: 20px;
}

#mForm .col-sm-2 {
    padding-right: 0;
}

#mForm .col-sm-10 {
    padding-left: 6px;
}

#mForm label {
    font-size: 14px !important;
    color: #333333;
    text-align: right;
}

#mForm label.form-check-label {
    color: #666;
}

#mForm .form-control {
    border-radius: 0 !important;
    color: #666 !important;
    border-color: rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

#mForm .form-control:focus {
    color: #666 !important;
    border-color: #008CD6 !important;
    box-shadow: none !important;
}

#mForm .form-control::-webkit-input-placeholder {
    color: #CCCCCC;
}

#mForm .form-control::-moz-placeholder {
    color: #CCCCCC;
}

#mForm .form-control:-ms-input-placeholder {
    color: #CCCCCC;
}

#mForm .form-control::-ms-input-placeholder {
    color: #CCCCCC;
}

#mForm .form-control::placeholder {
    color: #CCCCCC;
}

.uploadF {
    width: 106px;
    height: 32px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 9px;
    cursor: pointer;
}

.uploadF svg {
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px;
}

.uploadFText {
    color: rgba(0, 0, 0, 0.65);
}

#mForm input[type="radio"] {
    position: absolute;
    opacity: 0;
}

#mForm input[type="radio"] + .form-check-label:before {
    content: '';
    background: #fff;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 0;
    margin-right: 3px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}

#mForm input[type="radio"]:checked + .form-check-label:before {
    background-color: #008CD6;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

#mForm input[type="radio"]:focus + .form-check-label:before {
    outline: none;
    border-color: #008CD6;
}

#mForm input[type="radio"]:disabled + .form-check-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

#mForm input[type="radio"] + .form-check-label:empty:before {
    margin-right: 0;
}

.uploadP {
    width: 104px;
    height: 104px;
    background: rgba(204, 204, 204, 0.04);
    border: 1px dashed rgba(0, 0, 0, 0.14901960784313725);
    opacity: 1;
    border-radius: 2px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 10px;
}

#toastWrap {
    position: fixed;
    z-index: 1099;
    width: 60vw;
    left: 20vw;
    top: 20px;
    max-width: 100vw;
    text-align: center;
    background: none;
    border: none;
    box-shadow: none;
}

#toastDiv {
    max-width: 500px !important;
    text-align: left !important;
    margin: 0 auto !important;
    /* background-color: rgba(255,255,255,1)!important; */
}

.hqyzmCss {
    color: #ccc !important;
}


.was-validated .valid-tooltip,
.is-valid ~ .valid-tooltip {
    display: block;
}

.bgWhite {
    background-color: #fff;
    min-width: 1300px;
}

.bgBlack {
    background-color: #000;
}

/* 臻美空间列表部分 */
.zmkjBotWrap {
    display: flex;
    flex-wrap: wrap;
}

.iconTopText{
    width: 45px!important;
    height: 24px!important;
    margin-left: 10px;
}
.iconTopImg{
    width: 64px!important;
    height: 69px!important;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 39;
}
.iconTopImgSmall{
    width: 55px!important;
    height: 59px!important;
}

.zmkjBotWrap .zmkjBot {
    width: 285px;
    height: 287px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 19px;
    position: relative;
}

.xyjsList {
    margin-bottom: 0 !important;
    margin-top: 20px;
}

.mxlbList {
    margin-bottom: 0 !important;
    margin-top: 20px;
    height: 358px !important;
}

.ppgList {
    margin-bottom: 0 !important;
    margin-top: 20px;
    height: 334px !important;
}

.mxglList {
    margin-bottom: 0 !important;
    margin-top: 20px;
    width: 174px !important;
    height: 217px !important;
}

.wrap .mxlbList .zmkjBotImg, .wrap .ppgList .zmkjBotImg {
    height: 285px;
}

.wrap .mxglList .zmkjBotImg {
    width: 174px;
    height: 174px;
}

.zmkjBotWrap .zmkjBot:nth-child(4n), .zmkjBotWrap .zmkjBot.mxglList:nth-child(5n) {
    margin-right: 0 !important;
}

.zmkjBotWrap .zmkjBot.mxglList:nth-child(4n) {
    margin-right: 20px !important;
}

.zmkjBotWrap .zmkjBot.mxglList:nth-child(20n) {
    margin-right: 0 !important;
}

.wrap .zmkjBotImg {
    width: 285px;
    height: 214px;
    border-radius: 8px 8px 0 0;
    display: block;
    overflow: hidden;
    position: relative;
}

.zmkjBotImg a img {
    border-radius: 8px 8px 0 0;
    -webkit-transition: transform .7s ease, opacity .7s ease;
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.zmkjBotImg a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: opacity .7s ease;
    transition: opacity .7s ease;
}

.zmkjBot:hover .zmkjBotImg a img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.zmkjBot:hover .zmkjBotImg a:after {
    opacity: 1;
}

.zmkjBot:hover .zmkjBotImg a {
    -webkit-transform: none;
    transform: none;
}

.zmkjBot:hover .imgMask:after, .zmkjBot:hover .imgMask:before, .zmkjBot:hover .imgMask span {
    opacity: 1;
    -webkit-animation: fadeInLeft 0.3s ease;
    animation: fadeInLeft 0.3s ease;
}

.zmkjBot:hover .imgMask:before {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.zmkjBot:hover .imgMask span {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.imgMask {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -22px;
    text-align: center;
    font-size: 0;
}

.imgMask:after, .imgMask:before {
    content: "";
}

.imgMask:after, .imgMask:before, .imgMask span {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-animation: fadeOutRight 0.3s ease;
    animation: fadeOutRight 0.3s ease;
    animation: fadeOutRight 0.3s ease;
}

.imgMask:after {
    margin-right: 0px;
}

.imgMask span {
    transition-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}

.imgMask:before {
    transition-delay: 0.15s;
    animation-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}

.zmkjBotCon {
    width: 285px;
    height: 72px;
    padding: 0 20px;
}

.zmkjBotCon01 {
    height: 38px;
    width: 245px;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    opacity: 1;
    padding-top: 8px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.ppgList .zmkjBotCon {
    height: 49px;
}

.ppgList .zmkjBotCon01 {
    height: 49px;
    line-height: 49px;
    padding-top: 0;
}

.mxglList .zmkjBotCon {
    width: 174px;
    height: 43px;
    padding: 0 12px;
}

.mxglList .zmkjBotCon01 {
    height: 43px;
    line-height: 41px;
    padding-top: 0;
    font-size: 16px;
}

.zmkjBotCon02 {
    display: flex;
}

.zmkjBotCon02 span {
    font-size: 12px;
    font-family: Segoe UI;
    line-height: 14px;
    color: #7F818C;
}

.zmkjBotCon02 span.zmkjname {
    min-width: 24px;
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    line-height: 14px;
    color: #666666;
    opacity: 1;

}

.wrap .zmkjBotCon02 img {
    width: 15px;
    height: 15px;
    margin: 0 2px 0 20px;
}

#planGuide {
    height: 60px;
    font-size: 14px;
    color: #999999;
    text-align: left;
    line-height: 60px;
}

#planGuide a {
    color: #999999;
}

.cor666#planGuide, .cor666#planGuide a {
    color: #666666;
}

button, .swiper-button-prev, .swiper-button-next {
    outline: none;
}

/* 品牌馆 */
.ppg {
    width: 386px;
    height: 248px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 8px;
    margin-bottom: 6px;
}

.wrap .ppgImg {
    width: 386px;
    height: 152px;
    border-radius: 8px 8px 0 0;
}

.ppgCon {
    display: block;
    width: 386px;
    height: 96px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.wrap .ppgConImg {
    width: 98px;
    height: 32px;
    margin: 16px auto 8px;
}

/* 品牌馆列表 */
#ppgWrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

#ppgWrap .ppg:nth-child(3n) {
    margin-right: 0 !important;
}

#ppgWrap .ppg {
    margin-bottom: 0;
    margin-top: 20px;
    margin-right: 20px;
    position: relative;
}

/* checkBox改写代码 */
.checkToggle {
    /* text-align: center;
    vertical-align: middle; */
    border: none;
    appearance: none; /*关键代码*/
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.checkToggle::after {
    margin-top: 2px;
    content: url('../images/checkBg.png');
}

.checkToggle:checked::after {
    content: url('../images/checkOn.png');
}

#loadWrap {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: hidden;
    font-weight: bold;
    display: none;
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}


@-webkit-keyframes fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px !important;
    }
}

.carousel-control-next, .carousel-control-prev {
    z-index: 4 !important;
    top: 365px !important;
    align-items: flex-start !important;
}

.imgView {
    -webkit-transition: transform .7s ease, opacity .7s ease;
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: transform .7s ease, opacity .7s ease;
    transition: transform .7s ease, opacity .7s ease, -webkit-transform .7s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    display: block;
    position: relative;
}

.imgView i {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
    background: #000000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    opacity: 0.1;
}
.imgView:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.imgView:hover i {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    opacity: 0.3;
}

.zmkjTopImg.imgView i {
    width: 590px;
    height: 250px;
    opacity: 0.34;
}

.zmkjTopImg.imgView:hover i {
    opacity: 0.5;
}

.zjxy .imgView i {
    width: 386px;
    height: 248px;
}

.kjhwLTop .imgView i {
    width: 822px;
    height: 284px;
}

.ljhwList .imgView i {
    width: 82px;
    height: 82px;
}

.kjhwR01 .imgView i {
    width: 174px;
    height: 188px;
}

#ppgSwiper .imgView i {
    width: 386px;
    height: 152px;
}

#zxhdSwiper .imgView i {
    width: 590px;
    height: 343px;
}

.hdList .imgView i {
    width: 590px;
    height: 343px;
}


#planR .table td {
    vertical-align: center!important;
}
#planR .tableImg44 td {
    vertical-align: center!important;
    line-height: 44px;
}

