/*超级插件-横向
    用于摄影师页面，景点页面
*/
/*superplugin*/
.photo--list-title{
    position: relative;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 50px;
    color: #333;
}

.title--block {
    position: absolute;
    top: 16px;
    left: 0;
    width: 5px;
    height: 20px;
    background: #ff7385;
}

.title--en {
    font-size: 20px;
    color: #4d4b4b;
    text-transform: capitalize;
}

.photo--plugin{
    position: relative;
    z-index: 0;
    height: 140px;
    background-color: #fff;
    border:1px solid #e6e6e6;
}

.photo--plugin-block{
    display: block;
    position: relative;
    float: left;
    height: 100%;
    padding: 30px 20px 27px 30px;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.photo--plugin-block:hover{
    box-shadow: 0 0 20px 0 #ccc;
    z-index: 1;
}

.photo--plugin-block:hover .plugin--block-line{
    display: none;
}

.photo--plugin-block0{
    width: 190px;
}

.photo--plugin-block1{
    width: 320px;
    padding-left: 20px;
}

.photo--plugin-block2,
.photo--plugin-block3{
    width: 185px;
}

.photo--plugin-block3{
    padding-right: 30px;
}

.photo--plugin-block4{
    height: 100%;
    width: 298px;
    background-color: #f7f9fa;
}

.photo--plugin-block4.photo--plugin-block:hover{
    box-shadow: none;
    cursor: default;
}

.photo--plugin-item1{
    font-size: 14px;
    color: #666464;
}

.photo--plugin-item2{
    position: absolute;
    top: 30px;
    right: 20px;
    width: 50%;
    color: #ff7385;
    text-align: right;
}

.photo--plugin-item3{
    margin-top: 7px;
    font-size: 20px;
    color: #4d4b4b;
}

.plugin-item3-gray{
    color: #aaa;
}

.photo--plugin-item4{
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #ccc;
}

.plugin--block-line{
    position: absolute;
    top: 50%;
    right: 0;
    height: 80px;
    margin-top: -40px;
    border-right:1px solid #e6e6e6;
}

.photo--plugin-item1 span{
    font-size: 20px;
    color: #ff7385;
}

.photo--plugin-app{
    margin-top: 5px;
}

.photo--pluginapp-title{
    background-color: #ffb63f;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
}

.photo--pluginapp-price{
    font-size: 14px;
    color: #666464;
}

.plugin--block4-text{
    margin-top: 12px;
    font-size: 14px;
    color: #ccc;
}

.plugin--div-btn{
    position: absolute;
    top: 30px;
    right: 20px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #ff7385;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.plugin--div-btn:hover {
    background-color: #ff596f;
}

.plugin--div-btn:active{
    background-color: #ff4059;
}

.plugin--package-btn{
    position: absolute;
    right: 12px;
    bottom: 25px;
    padding-right: 18px;
    font-size: 14px;
    color: #999696;
    cursor: pointer;
}