  
   .trailInfo{
        width: 100%;
        /*height: 1000px;*/
        border: 1px solid rgba(228, 228, 228, 1);
        margin-bottom: 30px;
    }

    .left-panel{
        float: left;
        width: 13%;
    }
    .trailSpecial{
        float: left;
        height: 71px;
        width: 79px;
        color: white;
        text-align: center;
        margin-top: 20px;
        top: 15px;
        padding-top: 25px;
    }
    .right-panel{
        float: left;
        width: 83%;
        margin:0 20px ;
        padding: 20px 0;

    }
    .right-panel p{
        font-size: 14px;
        color: #999999;
        line-height: 24px;
    }
    .firstDay{
        padding-left: 43px;
        float: left;
        /*margin-top: 20px;*/
        border-left: 1px solid #E4E4E4;
    }
    .back-image{
        /*margin-right: 16px;*/
        height: 30px;

        width: 30px;
        float: left;
        /*margin-top: 7px;*/
        margin-left: -58px;
    }
    .back-image3{
        float: right;
        width: 30px;
        height:30px;
        margin-bottom: -20px;
        margin-right: 102%;
    }

    .title{
        width:100%;
        float: left;

        font-family: 'Arial';
        font-weight: 405;
        font-style: normal;
        font-size: 18px;
        color: #434343;
        margin-bottom:20px;
    }
    .dayContent{
        float: left;
    }
    .specificContent{
        float: left;
    }
    .specificImages{
        margin: 20px 0;
        float: left;
    }
    .tipInfo{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #FF6600;
        margin-top: 20px;
    }
    .secondDay{
        float: left;
    }
    .thirdDay{
        float: left;
    }
    .hr{
        width: 100%;
        float: left;
        border-top: 1px solid lightgray;
        margin-bottom: 20px;
        margin-top: 10px;
    }