.channelBox {
    z-index: 1;
}

/*图片信息*/
.imgMess {
    padding-top: 40px;
}

.imgMess .w h1 {
    line-height: 40px;
    margin-top: 5px;
    font-weight: normal;
}

.title {
    overflow: hidden;
}

.title .el-col-24 img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
}

.title .el-col-12 > div > span {
    line-height: 60px;
    margin-right: 20px;
    margin-left: 10px;
}

.title .el-col-12 .el-button {
    border: 1px solid #C00000;
    color: #C00000;
}

.imgMess .w > p:last-child {
    font-size: 14px;
    margin-bottom: 14px;
}

/*图片内容*/
.imgContent .center {
    margin: 0 auto;
    border: 1px solid transparent;
    overflow: hidden;
    padding: 25px 0;
}

.imgContent .imgListBox {
    overflow: hidden;
    margin-bottom: 35px;
}

.imgContent .imgBox {

}

.imgContent .imgBox li {
    float: left;
    margin: 0 10px;
}

.imgContent .imgBox li img {
    width: 110px;
    border: 1px solid #BBC8D1;
    height: 77px;
}

.imgContent .imgListBox .el-col-3 span {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #CCCCCC;
    display: block;
    margin: 20px auto 0;
}

.imgContent .imgCon {
    overflow: hidden;
    margin-bottom: 35px;
}

.imgContent .imgCon img {
    width: 100%;
}

.imgContent .btnBox {
    overflow: hidden;
    padding: 15px 30px;
    height: 650px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    margin-left: 20px;
}

.imgContent .btnBox .el-col-17 {
    height: 50px;
}

.imgContent .btnBox .el-col-17 span {
    line-height: 25px;
    font-size: 14px;
    height: 67px;
    overflow: scroll;
    display: block;
}

.imgContent .btnBox .el-col-2 .el-button {
    width: 100%;
}

/*标题*/
.titleHead {
    text-align: left;
    font-size: 20px;
    line-height: 35px;
    margin: 30px 0 20px 0;
}

.recommend .imgBox {
    width: 386px;
    float: left;
    height: 288px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.recommend .imgBox:nth-child(3n) {
    margin-right: 0;
}

/*swiper*/
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    height: 550px;
}

.gallery-top {
    height: 80%;
    width: 100%;
    position: relative;
}

.el-image {
    position: absolute;
    left: 62px;
    top: 25px;
    z-index: 10;
}

.el-image > img {
    opacity: 0;
}

.gallery-thumbs {
    height: 17%;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 1.5% 2%;
    width: 96%;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.suoLuePic {
    width: 112px;
    height: 78px;
    display: block;
    margin: 0 auto;
}

/*swiper*/
/*大图预览*/
.seeImg .el-dialog {
    margin: 0 auto;
    height: 96%;
}

.seeImg .el-dialog--center .el-dialog__header {
    padding-top: 15px;
}

.seeImg .el-dialog--center .el-dialog__body {
    padding: 1%;
    height: 92%;
}

.seeImgBox {
    text-align: center;
    width: 100%;
    height: 100%;
}

.seeImgBox img {
    max-height: 100%;
    max-width: 100%;
}

/*二维码框*/
.payErBox {
    width: 100%;
    height: 330px;
}

.payErBox #qrcode {
    width: 256px;
    height: 256px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

#downLoadBtn {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #d8dce5;
    color: #5a5e66;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    padding: 12px 18px;
    border-radius: 4px;
    background: #409EFF;
    border-color: #409EFF;
    color: #fff;
    font-size: 14px;
}

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

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

.radioGroupBox {
    margin: 20px 0;
}

.radioGroupBox img {
    vertical-align: middle;
    height: 50px;
}

.summaryBox {
    margin-bottom: 20px;
}

.summaryBox p {
    line-height: 28px;
    overflow: hidden;
    text-align: justify;
    margin-bottom: 18px;
    max-height: 305px;
    overflow-y: auto;
    padding-right: 10px;
    box-sizing: border-box;
}

.summaryBox p::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

/*定义滚动条轨道*/
.summaryBox p::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.summaryBox p::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
}

.bugBtn {
    flex: 1;
    margin-right: 15px;
    background: #FA0603;
}

.bugBtn i {
    color: #FFFFFF;
    font-size: 20px;
    vertical-align: middle;
}

.bugBtn span {
    color: #FFFFFF;
    vertical-align: middle;
}

.collectBtn {
    padding: 20px;
    background: #F6F6F6;
    border-radius: 50%;
    border: none;
}

.collectBtn:hover,
.collectBtn:focus,
.collectBtn:active {
    background: #e2ebff;
    border: none;
}

.collectBtn i {
    color: #005EB8;
    font-size: 26px;
}

.el-button + .el-button {
    margin-left: 30px;
}

#maskIDBox {
    position: absolute;
    left: 37px;
    right: 37px;
    z-index: 9999999;
    top: 0;
    height: 75%;
}

.el-dialog__wrapper, .el-message-box__wrapper {
    z-index: 99999999 !important;
}

.el-radio__label {
    padding-left: 0;
}

.aloneDialog .el-dialog {
    margin-top: 5vh;
}

.el-button--primary {
    color: #FFF;
    background-color: #005EB8;
    border-color: #005EB8;
}

.swiper-container {
    position: relative;
}

.swiper-container > p {
    width: 180px;
    height: 45px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0, 0, 0, .2);
}

.el-image-viewer__mask {
    opacity: .8;
}

.swiper-button-next,
.swiper-button-prev {
    background: transparent;
}

.swiper-button-next, .swiper-button-prev {
    width: 30px;
}

.swiper-button-next i,
.swiper-button-prev i {
    background: rgba(0, 0, 0, .3);
    font-size: 20px;
    color: #ffffff;
    width: 30px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}