.w-m1920{
    max-width: 1920px;
    margin: 0 auto;
}
ul li {
    list-style-type: none;
    list-style-position: inside;
}
.pic-run-position{
    position: relative;
    width: 100%;
    height: 600px;
    background: url("/Content/images/reelPhoto/pic-run-bg.jpg") no-repeat center center;
    overflow: hidden;
}

.pic-run-title{
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -195px;
    width: 389px;
    height: 36px;
    background:url("/Content/images/reelPhoto/pic-run-title-text.png") no-repeat center center;
}

.pic-run-left-line{
    position: absolute;
    width: 32.8%;
    height: 1px;
    top: 42px;
    left: 120px;
    background-color: #875502;
}
.pic-run-right-line{
    position: absolute;
    width: 420px;
    height: 1px;
    top: 42px;
    right: 250px;
    background-color: #875502;
}
.pic-run-menu{
    position: absolute;
    left:100%;
    top: 32px;
    margin-left: -218px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    z-index: 101;
}
.pic-run-menu i{
    position: relative;
    display: inline-block;
    font-size: 26px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    cursor: pointer;
    color: #865401;
    border: 1px solid #865401;
    margin-left: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.pic-run-menu i:first-child{
    margin-left:0;
}
.pic-run-menu .icon-right-square::before,
.pic-run-menu .icon-play-square::before,
.pic-run-menu .icon-left-square::before{
    position: absolute;
    top: -6px;
    left: -5px;
}
.pic-run-menu .icon-play-square::before{
    font-size: 28px;
    top: -7px;
    left: -6px;
}
.pic-run-menu i:hover{
    background-color: #865401;
    color: #fff;
}
.icon-border{
    position: relative;
}

.pic-run-pause span{
    position: absolute;
    display: block;
    width: 3px;
    height: 8px;
    top: 4px;
    left: 5px;
    border-left: 2px solid #865401;
    border-right: 2px solid #865401;
    font-weight: bold;
    text-align: center;
}
.icon-play-square span{
     display: none;
 }
.pic-run-pause:hover span{
    border-color:#fff;
}
.pic-run-left-mask-pic{
    position: absolute;
    width: 960px;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    background:url("/Content/images/reelPhoto/pic-run-left-mask.jpg") no-repeat center center;
    z-index: 101;
}
.pic-run-left-mask-pic.run-after{
    background-image: url("/Content/images/reelPhoto/pic-run-left-mask.png");
}
.pic-run-right-mask-pic{
    position: absolute;
    width: 960px;
    height: 600px;
    top: 0;
    right: 50%;
    margin-right: -960px;
    background:url("/Content/images/reelPhoto/pic-run-right-mask.jpg") no-repeat center center;
    z-index: 101;
}
.pic-run-right-mask-pic.run-after{
    background-image: url("/Content/images/reelPhoto/pic-run-right-mask.png");
}
.pic-run-content-bg{
    margin: 68px 113px 0;
    padding: 60px 0 50px;
    background: url("/Content/images/reelPhoto/pic-run-content-bg.jpg") no-repeat center center;
}
.pic-run-content {
    position: relative;
    height: 358px;
    top: -10px;
    border: 1px solid #5b3420;
    overflow: hidden;
}

.content-img-container {
    position: relative;
    width: 1000000px;
    height: 100%;
    background-color: #fff;
    z-index: 100;
}

.pic-run-content .content-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.01;
    filter: alpha(opacity=1);
    background-color: #fff;
    z-index: 1000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: move;
}

.content-img-container > ul {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
}

.content-img-container > ul li {
    /*float: left;*/
    display: inline;
    font-size: 14px;
    position: relative;
    min-width: 1px;
    height: 100%;
}

.content-img-container > ul li img {
    height: 100%;
    width: auto;
    margin: 0;
    padding: 0;
}

.pic-run-bottom-text {
    display:block;
    width:83%;
    height:45px;
    position: relative;
    margin: 0 113px 0;
    top: -53px;
}

.pic-run-bottom-text a{

    color:#cc0000;
    display:inline-block;
    width:auto;
    position:absolute;
    left:40px;
    top:7px;
  
}
.pic-run-bottom-text a:hover{
    
    text-decoration:underline;
}

.pic-run-bottom-text img{
    
    width:22px;
    position:absolute;
    left:10px;
    top:7px;
}

.pic-run-load-pic{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0.01;
    filter: alpha(opacity=1);
    top: 0;
    left: 0;
}
.pic-run-load-pic img{
    display: block;
    width: 100%;
    height: 100%;
}