/* 导航条 */

#common_nav {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #e86790;
    position: relative;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}
#common_nav .return i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
}

#common_nav .return {
    position: absolute;
    left: 0;
    width: 50px;
    height: 100%;
    text-align: center;
}


/* 通用角标样式（>） */

.i-left {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-left: 1px solid;
    border-top: 1px solid;
    transform: rotate(-45deg);
}

.i-right {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 1px solid;
    border-top: 1px solid;
    transform: rotate(45deg);
}


/* 通用P头 */
.p-title {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.p-title img {
    height: 25px;
    position: relative;
    top: -3px;
    margin-right: 3px;

}

.p-title a {
    color: #999999;
    float: right;
    margin-right: 10px;

}