textarea{
    resize: none;
}
.carousel{
    margin-bottom: 20px;
    position: relative;
}
.carousel .loading{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 40px;
    display: none;
}
.item{
    height: 300px;
    padding: 10px;
    position: relative;
}
.item>span{
    font-size: 25px;
    font-style: italic;
}
.item>.go-left{
    position: absolute;
    left: 0;
    bottom: 10px;
}
.item>.go-right{
    position: absolute;
    right: 0;
    bottom: 10px;
}
.form-input{
    width: 80%;
    height: 70%;
    margin-left: 10%;
}
#step1>.input-group:nth-child(1){
    margin-bottom: 20px;
}
#step2>.input-group, #step3>.input-group{
    padding-top: 34px;
}
.upImg{
    width: 49%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.upImg>input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 9999;
    cursor: pointer
}
.upImg>span{
    display: block;
    position: absolute;
    top: 35%;
    left: 30%;
    text-align: center;
}
.chooseColor{
    width: 49%;
    height: 100%;
    display: inline-block;
}
.color-list{
    width: 100%;
}
.color-list>tbody>tr{
    height: 88px;
}
.color-list>tfoot>tr>th{
    width: 50%;
}
.color-list td{
    border: 10px solid white;
    cursor: pointer;
}


.comment-container{
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}
.img-container{
    display: inline-block;
    width: 20%;
    padding-right: 10px;
    position: relative;
}
.img-container>img{
    max-width: 100%;
}
.comment{
    display: inline-block;
    width: 78%;
    padding-bottom: 14px;
    /*background: white;*/
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    vertical-align: top;
    position: relative;
}
.comment>.icon{
    width: 15px;
    height: 10px;
    position: absolute;
    left: -6px;
    top: -1px;
    background: #f7f7f7;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    border-top-left-radius: 1px;
    -webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    -o-transform: skew(45deg);
    transform: skew(45deg);
    z-index: 999;
}
.comment>.border{
    position: absolute;
    top: 0;
    left: -10px;
    width: 0;
    height: 1000%;
    border-left: 1px solid indigo;
}
.comment>h5{
    margin: 0;
    padding: 14px;
    background: #f7f7f7;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.comment>p{
    padding: 9px 14px;
    text-indent: 2em;
    word-break: break-all;
}
.comment-info, .comment-action{
    margin: 0;
    text-indent: 0 !important;
    font-size: 12px;
}
.comment-info >i.fa-map-marker{
    margin-left: 5px;
}
.replay form{
    position: relative;
}
.replay button{
    position: absolute;
    right: 5px;
    bottom: 5px;
    opacity: 0.5;
}
.well{
    margin: 0;
}

@media screen and (max-width: 768px){
    .navbar-brand::after{
        content: '留下你的足迹';
        font-size: 12px;
        font-style: italic;
        opacity: 0.8;
        position: relative;
        top: -5px;
        left: 10px;
    }

    .item{
        height: 200px;
    }
    #step1>.input-group:nth-child(1){
        margin-bottom: 0;
    }
    #step1>.input-group>textarea{
        height: 100px;
    }
    #step2>.input-group:nth-child(1), #step3>.input-group:nth-child(1){
        padding-top: 0;
    }
    .color-list>tbody>tr{
        height: 53px;
    }
}
