#retrospect {
    padding-bottom: 0;
}

#retrospect .searchBg {
    background-color: #e9eaea;
    padding: 20px 0;
}

#retrospect .searchArea {
    width: 700px;
    margin: 0 auto;
}

#retrospect .searchArea span {
    color: #333;
    font-weight: bold;
    display: block;
    line-height: 30px;
    float: left;
}

#retrospect .searchArea input {
    border: 2px solid #0f89df;
    height: 24px;
    width: 200px;
    padding: 2px 5px;
    font-size: 16px;
    color: #8e8c8c;
    display: block;
    float: left;
}

#retrospect .searchArea a {
    display: block;
    float: left;
    width: 80px;
    height: 32px;
    color: #fff;
    line-height: 30px;
    background-color: #0f89df;
    cursor: pointer;
}

#retrospect .searchArea a i {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    margin: 4px 6px 0 5px;
    background: url("../img/icon-title.png") -451px 0;
}

#retrospect .result {
    float: left;
    color: #897f81;
    font-size: 14px;
    width: 80%;
}

#retrospect .state {
    float: right;
    width: 20%;
    text-align: right;
    font-size: 14px;
}

/*** 状态图标 start ***/
#retrospect .stateIcon {
    width: 100%;
    padding-top: 70px;
    height: 74px;
    margin-top: 10px;
}

#retrospect .stateIcon li {
    display: block;
    float: left;
    width: 25%;
    border-top: 1px solid #699cd5;
    z-index: 1;
}

.stateArea {
    width: 144px;
    height: 144px;
    margin: -72px auto 0;
    position: relative;
}

.stateArea .stateBg {
    border: 2px solid #0033C4;
    border-radius: 55px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #fff;
    z-index: 10;
}

.stateArea .stateBg div {
    background-image: url("../img/icon-state.png");
    z-index: 10;
    height: 60px;
    width: 60px;
    margin: 15px auto;
}

.stateArea .stateBg div.state1 {
    background-position: -7px 0;
}

.stateArea .stateBg div.state2 {
    background-position: -76px -1px;
}

.stateArea .stateBg div.state3 {
    background-position: -150px -1px;
}

.stateArea .stateBg div.state4 {
    background-position: -215px -1px;
}

.stateArea .stateBg div.state5 {
    background-position: -281px -1px;
}

.stateArea .ripple div {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 25px;
    left: 25px;
    border: 2px solid #cee7fd;
    border-radius: 55px;
}

.stateArea span {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

/*** 状态图标 end ***/
/*** 左侧菜单 start ***/
#retrospect #menuArea {
    float: left;
}

#menu {
    margin-left: 50px;
    width: 130px;
}

#menu .barCode {
    background-color: #dfdddd;
    border-radius: 10px;
    width: 130px;
    height: 75px;
    padding-top: 10px;
    margin: 0 auto;
}

#menu .barCode .barCodeBg {
    width: 100px;
    height: 65px;
    margin: 0 auto;
    background-image: url("../img/icon-state2.png");
}

#menu .line {
    width: 60px;
    height: 20px;
    margin: 0 auto;
    border-left: 2px solid #dfdddd;
    border-right: 2px solid #dfdddd;
}

#menu .menuList {
    width: 110px;
    border-radius: 8px;
    background-color: #dfdddd;
    padding: 6px 10px;
}

#menu .menuList li {
    height: 30px;
    line-height: 30px;
    background-color: #0033C4;
    text-align: center;
    font-size: 14px;
    margin: 4px 0;
    cursor: pointer;
    border-radius: 2px;
    letter-spacing: 0.05em;
}

#menu .menuList li a {
    color: #fff;
}

#menu .menuList li.current, #menu .menuList li:hover {
    background-color: #ff9932;
}

/*** 左侧菜单 end ***/
/*** 右侧信息 start ***/
#retrospect #infoArea {
    float: right;
    width: 830px;
}

#infoArea .orderInfo {
    width: 100%;
    border-left: 3px solid #699cd5;
    padding-bottom: 50px;
}

/** 左侧图标树 start **/
.orderInfo .leftIcon {
    float: left;
    width: 36px;
    margin-left: -20px;
}

.orderInfo .leftIcon.bg {
    background-color: #fff;
}

.orderInfo .leftIcon .circle {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-color: #699cd5;
    margin-top: 18px;
}

.orderInfo .leftIcon .circle div {
    background-image: url("../img/icon-state2.png");
    width: 36px;
    height: 36px;
}

.orderInfo .leftIcon .circle div.state1 {
    background-position: -100px 3px;
}

.orderInfo .leftIcon .circle div.state2 {
    background-position: -132px 2px;
}

.orderInfo .leftIcon .circle div.state3 {
    background-position: -163px 0;
}

.orderInfo .leftIcon .circle div.state4 {
    background-position: -100px 33px;
}

.orderInfo .leftIcon .circle div.state5 {
    background-position: -132px 33px;
}

.orderInfo.current .leftIcon .circle {
    background-color: #ff9932;
}

/** 左侧图标树 end **/
/** 中间箭头 start **/
.orderInfo .arrowOut {
    float: left;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right: 16px solid #699cd5;
    margin-right: -2px;
    margin-top: 22px;
}

.orderInfo.current .arrowOut {
    border-right: 16px solid #ff9932;
}

.orderInfo .arrowOut .arrowIn {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right: 12px solid #f4f4f4;
    margin-left: -3px;
    margin-top: -7px;
    position: relative;
    z-index: 10;
}

/** 中间箭头 end **/
/** 右侧交易单信息 start **/
.orderInfo .rightInfo {
    position: relative;
    float: left;
    width: 730px;
    border: 1px solid #86b2e9;
    background-color: #f4f4f4;
    border-radius: 3px;
    padding: 10px 15px;
    min-height: 100px;
}

.orderInfo.current .rightInfo {
    border: 2px solid #ff9932;
}

.orderInfo .rightInfo .orderNo {
    font-weight: bold;
}

.mainInfo {
    width: 700px;
    margin-top: 25px;
    font-size: 13px;
    color: #918e8e;
}

.mainInfo li {
    width: 50%;
    line-height: 20px;
    float: left;
}

.dashedLine {
    height: 30px;
    border-bottom: 2px dashed #b2b2b2;
    margin-top: -20px;
}

.dashedLine .arrow {
    float: right;
    border: 1px solid #d3d3d4;
    background-color: #fff;
    width: 20px;
    height: 20px;
}

.dashedLine .arrow .arrowUpOut {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #99989b;
    margin: -2px 0 0 2px;
}

.dashedLine .arrow .arrowUpOut .arrowUpIn {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    margin-left: -8px;
    margin-top: -7px;
}

.dashedLine .arrow .arrowDownOut {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #99989b;
    margin: 7px 0 0 2px;
}

.dashedLine .arrow .arrowDownOut .arrowDownIn {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    margin-left: -8px;
    margin-top: -10px;
}

.orderList {
    width: 100%;
    font-size: 13px;
    margin-top: 8px;
    table-layout: fixed;
}

.orderList thead {
    background-color: #d6edfa;
    font-weight: bold;
}

.orderList tbody {
    color: #888383;
    width: 100%;
}

.orderList tr td {
    width: 20%;
    line-height: 25px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** 右侧交易单信息 end **/
/*** 右侧信息 end ***/