
.imgslist{max-width: 800px;}
.imgslist .item{display: block;}
.imgslist .swiper-button-prev,.imgslist .swiper-button-next{width: 40px;height: 40px;border-radius: 50%;background-color: rgba(0,0,0,0.5);background-size: 12px;color: #fff;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.imgslist .swiper-button-next{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.img-album {
    display: flex;
    margin-top: 20px;
    max-width: 800px;margin: 20px auto;
    overflow: auto;
}
.img-album .album {
    background: rgba(0, 0, 0, .08);
    cursor: pointer;
    display: flex;
    height: 90px;
    justify-content: center;
    position: relative;
    width: 120px;flex: 0 0 auto;
}
.img-album .album:not(:last-child) {
    margin-right: 20px;
}
.img-album .album .tag {
    background: rgba(0, 0, 0, .6);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    padding: 1px 4px;
    position: absolute;
    right: 8px;
    top: 8px;
    text-indent: 0;
}
.img-album .album img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tip-container {
    float: left;
    align-items: center;
    /*background: #fff;*/
    /*border: 1px solid rgba(0, 0, 0, .08);*/
    border-radius: 2px;
    color: rgba(25, 35, 46, .6);
    display: flex;
    height: 24px;
    margin-left: 16px;
    padding: 0px 6px;
    position: relative;
}
.tip-container>img {
    height: 16px;
    margin-right: 4px;
    width: 16px;
}
.tip-container>span {
    margin-right: 6px;
}
.tip-container .tag {
    color: #426fc4;
    cursor: pointer;
}
.tip-container .tag:hover .pop-container{display: block;}
 .tip-container .pop-container {
    cursor: auto;
    display: none;
    left: 0;
    padding-top: 22px;
    position: absolute;
    top: 14px;
    z-index: 10;
}
.tip-container .pop-container .tip-pop {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 2px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .04);
    color: rgba(25, 35, 46, .6);
    display: flex;
    font-size: 12px;
    padding: 20px;
    position: relative;
    width: 380px;
}
.tip-container .pop-container .tip-pop .arrow {
    border-color: transparent transparent rgba(0, 0, 0, .05);
    border-style: solid;
    border-width: 0 6px 6px;
    height: 0;
    left: 8px;
    position: absolute;
    top: -6px;
    width: 0;
}
.tip-container .pop-container .tip-pop>p {
    color: rgba(25, 35, 46, .6);
    font-size: 12px;
    line-height: 18px;
}
 .tip-container>i {
    background: rgba(0, 0, 0, .08);
    display: block;
    height: 8px;
    margin: 0 8px;
    width: 1px;
}
.right-part {
    float: left;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    position: relative;
}
.right-part svg {
    width: 24px;height: 24px;
    font-size: 20px;
    margin-right: 4px;
}
.right-part:hover{}
.right-part:hover .qrcode{display: block;}
.right-part .qrcode {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
    display: none;
    flex-direction: column;
    justify-content: center;
    left: -50px;
    padding: 20px 0;
    position: absolute;
    top: 30px;
    width: 160px;
    z-index: 10;
    text-align: center;
}
.right-part .qrcode img {
    height: 120px;
    margin: 0 auto 12px;
    width: 120px;
}
.right-part .qrcode span {
    color: #19232e;
    font-size: 12px;
    text-align: center;
}
.circuit-footer {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .08);
    display: flex;
    height: 68px;
    justify-content: space-between;
    padding: 0 20px;
}
.circuit-footer .footer-left{display: flex;}
.circuit-footer .footer-left .download {
    float: left;
    color: #fff;
	background: #ff0000;
    padding: 4px 12px;
    font-size: 14px;
}
.circuit-footer .footer-left .share {
    position: relative;
    align-items: center;
    color: rgba(25, 35, 46, .6);
    cursor: pointer;
    display: flex;
    font-size: 12px;
    margin-right: 24px;
    z-index: 99;
}
.circuit-footer .footer-left .share svg{width: 24px;height: 24px;margin-right: 5px;}
.circuit-footer .footer-left .share:hover .float-box{display: block;}
.circuit-footer .footer-left .float-box {
    background: transparent;
    bottom: 18px;
    display: none;
    padding: 10px;
    position: absolute;
    left: 0;
}
.share-panel {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
    display: flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    width: 136px;
    padding: 10px 20px;
}
.share-panel .share-link {
    align-items: center;
    background: rgba(17, 0, 255, 0);
    color: rgba(25, 35, 46, .6);
    cursor: auto;
    display: inline-flex;
    font-size: 12px;
    height: 32px;
    margin-bottom: 4px;
    padding: 7px 16px;
    width: 136px;
    cursor: pointer;
}
.share-panel img{width: 120px;height: 120px;}

@media screen  and  (max-width:1200px){
    
    
}

 @media screen and (max-width:850px) {
    .editinfo{font-size: 14px!important;}
    .tip-container{margin-left: 0;margin-top: 5px;font-size: 14px;}
    .tip-container .pop-container .tip-pop{width: 100%;}
    .img-album .album{width: 100px;height: 80px;}
    .img-album .album:not(:last-child){margin-right: 10px;}
} 

@media screen and (max-width:500px) {
    
}