﻿.userLeft {
    width: 14%;
    float: left;
    background-color: #e9f4f5;
    padding:30px 2%;
    border-radius:10px;
    margin:10px 2% 10px 0;
}
.userLeft li{
    width:100%;
    height:40px;line-height:40px;
    overflow:hidden;
    background-color:#fff;
    border-radius:10px;
    margin-bottom:10px;
    text-align:center;
    transition:all 0.5s;
}
    .userLeft .active{
        background-color:#199ba2;
        color:#fff;
    }
        .userLeft .active:hover{
            background-color:#49c1c7;
        }
        .userLeft .active a {
            color: #fff;
        }
    .userLeft li:hover {
        background-color: #199ba2;
    }
    .userLeft li:hover  a{color:#fff;}
.userRight{
    width:72%;float:left;
    box-shadow:0 0 10px #ccc;
    margin:10px 1%;
    border-radius:10px;
    padding:40px 3%;
}


.userCenterTitle{
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    font-size:24px;
    font-weight:bold;
}
.userCenterList{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto;
}
.userCenterList li{
    width:200px;float:left;
    height:auto;overflow:hidden;
    margin:10px 20px;
    box-shadow:0 0 10px #ccc;
    padding:30px 0;
    border-radius:10px;
    transition:all 0.5s;
}
    .userCenterList li:hover{
        box-shadow:0 0 10px #a5d6d8;
    }
    .userCenterList li div {
        width: 60px;
        height: 60px;
        text-align: center;
        border-radius: 50%;
        background: linear-gradient(45deg,#199ba2,#49c1c7);
        padding: 20px 20px;
        margin: 0 auto;
    }
    .userCenterList li div img{
        max-width:100%;
    }
    .userCenterList li h2{
        width:100%;
        height:40px;line-height:40px;
        text-align:center;
    }

/*预约行程*/
.userTravelList{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto;
}
.userTravelList li{
    width:90%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #eee;
    margin:20px auto;
    padding:20px 0;
    transition:all 0.5s;
}
.userTravelList li:hover{
    box-shadow:0 0 10px #ccc;
    padding:20px 2%;
}
.userTravelPic{
    width:25%;float:left;
}
.userTravelPic img{
    width:100%;
    max-height:180px;
}
.userTravelWord{
    width:70%;float:left;
    margin-left:5%;
}
    .userTravelWord h2 {
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 18px;
        color: #199ba2;
        margin-bottom: 10px;
    }

    .userTravelWord h3 {
        width: 100%;
        height: auto;
        line-height: 30px;
        font-size: 15px;
        color:#666;
    }

    .userTravelWord h4 {
        width: 100%;
        height: 50px;
        overflow: hidden;
        line-height: 25px;
        font-size: 12px;
        color: #999;
        margin: 10px auto;
    }
.userTravelPayLog {
    width: 70%;
    float: left;
    margin-left: 5%;
}
.userTravelPayLog dd{
    width:100%;
}
    .userTravelPayLog dt {
        width: 100%;
        height:auto;overflow:hidden;
        line-height:30px;
        color:#666;
        border-bottom:1px dotted #Eee;
    }

.userForm{
    width:50%;
    margin:30px 50% 30px 0;
    height:300px;
}

@media(max-width:720px){


    .userLeft {
        width: 96%;
        padding: 20px 2%;
        margin: 10px 0 10px 0;
    }

        .userLeft li {
            width: 48%;float:left;
            margin-right:1%;
            margin-left:1%;
        }

    .userRight {
        width: 92%;
    }


    .userCenterTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        font-size: 24px;
        font-weight: bold;
    }

        .userCenterList li {
            width: 40%;
            margin: 10px 4%;
        }
            .userCenterList li div {
                width: 50px;
                height: 50px;
                padding: 10px 10px;
            }


    /*预约行程*/
    .userTravelPic {
        width: 25%;
        float: left;
    }
    .userTravelWord {
        width: 70%;
        float: left;
        margin-left: 5%;
    }

        .userTravelWord h2 {
            width: 100%;
            height: 30px;overflow:hidden;
            line-height: 30px;
            font-size: 16px;
            margin-bottom:0;
        }

        .userTravelWord h3 {
            height:25px;overflow:hidden;
            line-height: 25px;
            font-size: 13px;
        }

        .userTravelWord h4 {
            height: 40px;
            line-height: 20px;
            font-size: 12px;
            margin:5px auto;
        }

    .userForm {
        width: 90%;
        margin: 30px 5% 30px 5%;
        height: 300px;
    }



}