.ticket-body{

}
.my-ticket-one{
    width: 280px;
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;
    background: #f5f5f5;
    padding: 10px 15px;
    margin-right: 25px;
    border-radius: 5px;
    color: #000;
}
.my-ticket-title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
}
.my-blue{
    color: #06449b;
    font-weight: bolder;
}
.my-red{
    color: #e60416;
    font-weight: bolder;
}
.my-ticket-title img{
    float: right;
    width: 7px;
    margin-top: 9px;
    margin-right: 8px;
}
.my-ticket-num{
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-top: 5px;
}
.my-ticket-num span{
    font-size: 20px;
    margin-right: 10px;
}
.my-ticket-time{
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
}
.my-ticket-time span{
    font-size: 20px;
    margin-right: 10px;
    color: #e80416;
}
.my-ticket-address{

}
.my-ticket-address span{
    font-size: 20px;
    margin-right: 10px;
    color: #06449b;
}
.my-ticket-one:hover {
    box-shadow: 0px 0px 10px #d2d2d2;
}
.my-ticket-one a{
    color: #000;
}
.my-ticket-one:nth-child(3n){
    margin-right: 0;
}
.my-ticket-info{

    margin-top: 20px;
}
.wtfk-title{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #8a8a8a;
}
.wtfk-textarea{
    margin-top: 20px;
}
.wtfk-textarea textarea{
    width: 100% !important;
    height: 220px;
    padding: 10px;
}
.my-submit{

    background: #ff2b44;

    margin-top: 20px;
}
.my-submit:hover{
    background: #ff2b44;
}
.wtfk-input{

    margin-top: 20px;
}
.my-conllection-one{
    width: 280px;
    background: #f3f3f3;
    padding-bottom: 10px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.conllection-img{

}
.conllection-img img{
    width: 100%;
    height: 220px;
}
.conllection-title{
    height: 32px;
    overflow: hidden;
    padding: 5px;
    font-size: 14px;
    color: #5e5e5e;
    margin-left: 5px;
    font-weight: bold;
}
.conllection-tag{
    margin-top: 0px;
    padding: 5px;
}
.conllection-time{
    float: left;
    color: #747474;
    margin-left: 5px;
    font-size: 12px;
}
.conllection-del{
    float: right;
    color: #fc3e3e;
    font-size: 14px;
}
.conllection-del img{
    width: 14px;
    vertical-align: middle;
    display: inline;
    margin-right: 5px;
}
.my-conllection-one:nth-child(3n){
    margin-right: 0;
}
.my-conllection-one:hover{
    box-shadow: 0px 0px 10px #d2d2d2;
}
.ticket-body{

}
.ticket-body table{
    text-align: center;
}
.users_info{
}
.ticket-body table tr{

}
.ticket-body table tr td{
    padding: 5px 15px;
}
.users_info td:first-child{
    display: none;
}
.download a{
    color: #d43027;
}

















