/**表单标题**/
.cp2-formtitle{
    text-align: center;
    font-family: Microsoft YaHei;
    width: 100%;
    height: 1px;
    position: relative;
    top: 26px;
}
.cp2-formtitle-center{
    position: relative;
    z-index: 4;
    margin: 0 auto;
    display: inline-block;
    .top_title_div{
        min-width: 180px;
        font-size: 16px;
        border-top: 44px solid #ffffff;
        border-top-color: #ffffff;
        padding:0px 10px;
        margin-top: -15px;
        float: left;
        z-index:8;
        -webkit-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow:0px 1px 10px rgba(0, 0, 0, 0.2);
        box-shadow:0px 0px 10px 1px rgba(0, 0, 0, 0.2);
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .top_title_div span{
        display: block;
        margin-top: -35px;
        margin-left: 5px;
        color:#333333;
    }
    .triangle-bottomleft {
        float: left;
        width: 0;
        height: 0;
        margin-top: -16px;
        margin-left: -10px;
        border-bottom: 10px solid rgba(0,0,0,0.1);
        border-left: 10px solid transparent;
    }
    .triangle-bottomright {
        float: left;
        width: 10px;
        height: 10px;
        margin-top: -16px;
        border-bottom: 10px solid rgba(0,0,0,0.1);
        border-right: 10px solid transparent;
    }
}