/*图片居中公共样式*/
.ui-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ui-flex, .ui-flex *, .ui-flex :after, .ui-flex :before {
    box-sizing: border-box
}

.ui-flex.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.ui-flex.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

/*banner*/
.bannerBox {
    width: 100%;
    height: 445px;
}

.bannerBox img {
    width: 100%;
    height: 445px;
}

/*广告区*/
.adv {
    margin-top: 15px;
    overflow: hidden;
}

.adv .advBox {
    width: 98%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 100px;
}

.adv .advBox i {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    background: url("./../images/advIcon.png") no-repeat;
    display: block;
    width: 64px;
    height: 44px;
}

.adv .advBox img {
    width: 100%;
    height: 100px;
}

/*标题*/
.titleHead {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    margin: 30px 0 20px 0;
    color: #333333;
}

.btnListBox {
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

/*图片*/
.imgBox .picBox {
    width: 284px;
    height: 159px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background: url("./../images/listBg.png") 100% 100% no-repeat;
}

.imgBox .picBox:nth-child(4n) {
    margin-right: 0;
}

.imgBox .picBox:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.imgBox .picBox img:hover {
    transition: all .3s ease;
}

.hengTuBox .pic-image {
    width: 100%;
}

.imgBox .picBox p {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #ffff;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 90%;
    height: 30px;
    padding: 0 5%;
}

.image-box-div {
    line-height: 0px;
    width: 100%;
    height: 159px;
    margin: 0 auto;
    padding: 1px;
    border-radius: 4px;
}

.pic-image {
    width: auto;
    height: auto;
    max-width: 284px;
    max-height: 159px;
}

/*弹窗*/
.loginDialog .el-button {
    width: 100%;
}

.loginDialog .btnBox {
    overflow: hidden;
    text-align: justify;
    width: 100%;
}

.loginDialog .btnBox span {
    cursor: pointer;
}

.loginDialog .btnBox span:first-child {
    float: left;
}

.loginDialog .btnBox span:last-child {
    float: right;
}

/*登录盒子*/
.loginBox, .registerBox, .forgotPassBox {
    width: 35%;
    margin: 0 auto;
    padding: 30px 10% 0;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #f2f2f2;

}

.loginBox > h5, .registerBox > h5, .forgotPassBox > h5 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.m-hd {
    width: 100%;
    background: #444444;
    color: #a9d1ff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    font-size: 15px;
}

.m-nav a, .m-nav span {
    float: left;
    line-height: 40px;
    margin-right: 30px;
    color: #ffffff;
}

.m-nav a:hover {
    color: #fff;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

#app {
    padding-top: 40px;
}
.el-button--primary span{
    color: #fff;
}