
/*上传图片轮播和放大--201811*/
.owl-one-cover .owl-stage,.owl-two-big .owl-stage {
    display:block;
    width:140px;
    height:150px;
}
.owl-one-cover .owl-item,.owl-one-cover .img-thumbnail{
    width:130px;
    height:150px;
}
.owl-one-cover .owl-stage img{
    height:150px;
    width:auto;
    margin:0 auto;
}
.owl-two-big .owl-item,.owl-two-big .img-thumbnail {
    width:360px;
    height:280px;
    border-radius:0;
}
.owl-two-big .owl-stage img {
    height:272px;
    width:auto;
    margin:0 auto;
}

.owl-two-big .owl-next{
    right:5px !important;
}

.owl-three-small .img-thumbnail{
    border-radius:0;
}
.owl-three-small .owl-stage {
    height:124px;
    display:flex;
}

.owl-three-small .owl-item{
    margin-right:20px !important;
    margin-left: 2px;
}

.owl-three-small .owl-hover,.owl-three-small .img-thumbnail {
    width:100%;
    height:114px;
    overflow: hidden;
}

.owl-three-small .owl-stage img {
    height:auto;
    width:auto;
    margin:0 auto;
}

.owl-three-small .owl-nav .owl-prev{
    left:-19px !important;
}

.owl-four-task .owl-stage,.owl-four-task .thumb-info-wrapper {
    display:block;
    width:184px;
    height:124px;
}

.owl-four-task .owl-stage img {
    height:124px;
    width:auto;
    margin:0 auto;
}
.owl-hover .img-thumbnail{
    border: 4px solid #fff;
}
.owl-hover .img-thumbnail:hover {
    border: 4px solid #e62129;
}

.photo-enlarge-mask {
    z-index:100!important;
}

.photo-enlarge-panel {
    z-index:101!important;
    height:calc(100vh - 118px)!important;
}

.photo-enlarge-panel .photo-div {
    width:100%!important;
    height:auto!important;
    overflow:hidden;
    position:static!important;
}

.photo-enlarge-panel .photo-left,.photo-enlarge-panel .photo-right {
    position:absolute;
    top:50%;
    margin-top:-60px!important;
}

.photo-enlarge-panel .photo-left {
    left:10px;
}

.photo-enlarge-panel .photo-right {
    right:10px;
}

.photo-enlarge-panel .photo-img {
    background:transparent!important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:auto!important;
}

.photo-enlarge-panel .photo-close {
    background:none!important;
    cursor:pointer;
    right:10px;
    top:-10px;
    width:auto!important;
    height:auto!important;
    font-family:"Open Sans", Arial, sans-serif;
    font-weight:600;
    font-size:22px;
    color:#838383;
}

.photo-enlarge-panel .photo-view-w,.photo-enlarge-panel .photo-view-h,.photo-enlarge-panel .photo-img {
    width:auto!important;
    height:auto!important;
}

.photo-enlarge-panel img {
    width:auto!important;
    max-width:100%!important;
    cursor: pointer;
    height:auto !important;
    max-height:calc(100vh - 300px)!important;
}

.owl-one-cover-scheme .owl-stage,
.owl-one-cover-scheme .owl-stage img{
    height: 164px !important;
}
