.layui-fluid{
    padding: 0;
}

body{
    background: white;
}
.layui-textarea{ border:0px;}
.tack-right{
    background-image:url(../images/track/trace-banner.jpg);
    background-repeat: no-repeat;
    background-size:760px 250px;
    height: 250px;
}

.layui-btn-lg{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    background-color: #1E9EFF;
}

.xc-container{
    padding: 10px;
    background-color: #EFEFEF;
}

.layui-textarea{
    min-height: 180px;
}

.xc-left {
    width: 90%;
    padding-top: 2px;
    float: left;
}

.xc-right {
    width: 22px;
    float: right;
    cursor: pointer;
    height: 20px;
    margin-top: 25px;

}

.result-table{
    width: 750px;
}

.front-down{
    background:url(../images/track/track-03.png) no-repeat;
}

.front-up{
    background:url(../images/track/track-01.png) no-repeat;
}

.xc-hide{
    display: none;
}

.layui-card {
    border: 1px solid #EEEEEE;
}

.xc-left table {
    width: 100%;
    font-size: 14px;
}

.xc-left table tr {
    height: 24px;
}

.layui-card-header {
    height: 77px;
    line-height: 0;
    background-color: white;
    border-bottom: none;
}

.layui-card{
    margin-bottom: 8px;
}

.xc-timeline li{
    width: 100%;
    background-repeat: no-repeat;
}

.track-first{
    height:54px;
    background-image: url("../images/track/track-first.png");
    background-position: 0px 0px;
}

.track-second{
    margin-top: -5px;
    height: 49px;
    background-image: url("../images/track/track-second.png");
    background-position:0px -1px;
}

.track-desc01,.track-time01{ 
   position: relative;
	left:25px;
	line-height:18px;}




.track-first .track-time{
    width: 200px;
    height: 107px;
    position: relative;
    background-image: url("../images/track/track-04.png");
    background-repeat: no-repeat;
    background-position: 45px 100px;
}

.track-time label{
    position: absolute;
    bottom: 5px;
    right: 12px;
}

.track-second .track-time{
    width: 200px;
    height: 88px;
    position: relative;
    background-image: url("../images/track/track-04.png");
    background-repeat: no-repeat;
    background-position: 45px 80px;
}

.track-first .track-desc{
    position: relative;
    height: 115px;
    width: 480px;
    float: left;
    margin-left: 30px;
    word-wrap:break-word;
}

.track-second .track-desc{
    position: relative;
    height: 94px;
    width: 480px;
    float: left;
    margin-left: 30px;
    word-wrap:break-word;
}

.track-desc label{
    position: absolute;
    bottom: 0px;
    left: 0;
}

.layui-card-body{
    padding: 15px 15px 30px 15px;
    background-color: #EEEEEE;
}