@charset "utf-8";

/*频道*/
.channel {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.channel table {
    width: 1198px;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 0 15px #ddd;
}

.channel table tr td {
    border: 1px solid #f3f3f3;
}

.channel table tr td.td1 {
    width: 120px;
    text-align: center;
}

.channel table tr td.td2 {
    overflow: hidden;
}

.channel-box {
    height: 28px;
    margin: 10px;
    overflow: hidden;
}

.channel-box .channel-content {
    width: 980px;
    float: left;
}

.channel-box .channel-content a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
}

.channel-box .channel-content a.current {
    border: 1px solid #ee3340;
    color: #ee3340;
}

.channel-box .channel-more {
    width: 60px;
    float: right;
    background: url("../images/more.png") no-repeat right center;
    color: #666;
    font-size: 14px;
    text-align: center;
}


/*主体*/
.order-bg {
    box-shadow: 0 0 15px #ddd;
}

.order-main {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.order-list {
    width: 100%;
}

.order-list ul {
    clear: both;
    overflow: hidden;
}

.order-list ul li {
    width: 580px;
    height: 90px;
    position: relative;
    margin: 5px;
    padding: 5px;
    float: left;
    background: #fff;
    overflow: hidden;
}

.order-list ul li:hover {
    background: #ee3340;
    color: #fff;
}

.order-list ul li .order-list-time {
    width: 90px;
    float: left;
    overflow: hidden;
    color: #ee3340;
    text-align: center;
}

.order-list ul li:hover .order-list-time{
    color: #fff;
}

.order-list ul li .order-list-time b {
    font-size: 50px;
    display: block;
}

.order-list ul li .order-list-txt {
    width: 470px;
    float: right;
}

.order-list ul li .order-list-txt .order-list-title {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
}

.order-list ul li .order-list-txt .order-list-title a {
    display: block;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-list ul li:hover .order-list-txt .order-list-title a {
    color: #fff;
}

.order-list ul li .order-list-txt .order-list-desc {
    height: 48px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.order-list ul li:hover .order-list-txt .order-list-desc {
    color: #fff;
}

/*order-detail*/
.order-detail {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.order-detail .order-detail-l {
    width: 870px;
    float: left;
}

.order-detail .order-detail-r {
    width: 320px;
    float: right;
    box-shadow: 0 0 15px #ddd;
}

/*order-left-box*/
.order-left-box {
    width: 850px;
    padding: 10px;
    color: #333;
    box-shadow: 0 0 15px #ddd;
}

.order-left-box .order-title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.order-left-box .order-title h1 {
    width: 100%;
    height: 64px;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-left-box .order-append {
    line-height: 40px;
    text-align: center;
}

.order-left-box .order-append span {
    margin-left: 10px;
    margin-right: 10px;
}

.order-left-box .order-append span em {
    color: #ee3340;
    font-style: normal;
}

.order-left-box .order-desc {
    line-height: 150%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.order-left-box .order-content {
    line-height: 150%;
    font-size: 14px;
    color: #333;
}

.order-left-box .order-content img {
    max-width: 100%;
    vertical-align: middle;
}

/*order-record*/
.order-record{
    width: 850px;
    margin-top: 10px;
    padding: 10px;
    color: #333;
    box-shadow: 0 0 15px #ddd;
}

/*order-record-list*/
.order-record-list {
    overflow: hidden;
}

.order-record-list ul {
    overflow: hidden;
}

.order-record-list ul li {
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    clear: both;
    overflow: hidden;
}

.order-record-list ul li:first-child {
    margin-top: 0;
}

.order-record-list ul li .order-record-list-l {
    width: 120px;
    float: left;
    text-align: center;
}

.order-record-list ul li .order-record-list-l img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.order-record-list ul li .order-record-list-l img:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.order-record-list ul li .order-record-list-l p {
    width: 100%;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.order-record-list ul li .order-record-list-r {
    width: 720px;
    float: right;
}

.order-record-list ul li .order-record-list-r p {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
}

/*order-record-form*/
.order-record-form {
    margin-top: 10px;
    color: #333;
    overflow: hidden;
}

.order-record-form textarea {
    width: 848px;
    height: 120px;
}

.order-record-form button {
    width: 120px;
    height: 38px;
    line-height: 38px;
    float: left;
    margin-top: 5px;
    background: #4d49e5;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #4d49e5;
    border-radius: 4px;
    outline: none;
}

/*order-right-box*/
.order-right-box {
    padding: 10px;
}

.order-right-box .hd {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #ee3340;
}

.order-right-box .hd span {
    font-weight: bold;
    color: #ee3340;
}

.order-right-box .bd {
    width: 100%;
    margin-top: 5px;
}

.order-right-box .bd ul {
    width: 100%;
}

.order-right-box .bd ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.order-right-box .bd ul li b {
    color: #ee3340;
    font-weight: bold;
    margin-right: 5px;
}

.order-right-box .bd ul li a {
    color: #666;
}

.order-right-box .bd ul li a:hover {
    color: #ee3340;
}

.order-map {
    width: 320px;
    height: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
}