﻿/*运费查询*/
.fm-list { background-color: #fff; }
.fm-list .fm-item { padding: 5px 15px 5px 115px; border-bottom: #ddd 1px solid; position: relative; z-index: 0; min-height: 45px; }
.fm-list .fm-item label { font-size: 14px; display: block; width: 100px; text-align: right; position: absolute; top: 5px; left: 5px; line-height: 35px; height: 35px; padding-right: 10px; color: #787878; border-right: 1px solid #ccc; }
.fm-list .fm-item input, .fm-list .fm-item select { width: 100%; font-size: 14px; font-family: "microsoft yahei"; border: 0; outline: none; height: 35px; line-height: 33px; }
.fm-list .fm-item select { }
.fm-list .fm-item-more { padding: 0 0 0 60px; }
.fm-list .fm-item-more label { width: 50px; border: 0; }
.fm-list .fm-item-more .label-content { }
.fm-list .fm-item-more .label-cols { float: left; display: inline-block; width: 33.3333333%; border-left: #ddd 1px solid; }
.fm-list .fm-item-more .label-box { display: inline-block; padding: 5px 35px 5px 30px; position: relative; z-index: 0; }
.fm-list .fm-item-more .label-box label { width: 20px; border: 0; }
.fm-list .fm-item-more .label-box .unit { display: inline-block; position: absolute; top: 5px; right: 10px; color: #ccc; line-height: 35px; font-size: 12px; }
.grid-btn { padding: 0 0.6em; }
/*运费查询结果*/
.express-list { border-top: #ddd 1px solid; margin-bottom: 30px; }
.express-list table { width: 100%; white-space-collapse: collapse; background-color: #fff; font-size: 14px; }
.express-list table th { background-color: #eee; border-bottom: #ddd 1px solid; height: 40px; line-height: 40px; text-align: center; }
.express-list table td { border-bottom: #ddd 1px solid; height: 40px; line-height: 40px; text-align: center; color: #444; }
.express-list table td span { color: #f00; }
.express-list table td i { font-size: 12px; color: #999; margin-left: 2px; }

/*自提点查询*/
.DP-box { margin-top: 10px; background: #FFF; border-top: 1px solid #c8c7cc; border-bottom: 1px solid #c8c7cc; display: inline-block; width: 100%; }
.DP-width { color: #707070; font-size: 14px; margin: 0 10px; }
.DP-width p { min-height: 30px; line-height: 25px; text-align: left; vertical-align: bottom; }
.DP-width .DP-name { margin-top: 5px; border-bottom: 1px solid #e4e4e4; color: #e60012; }
.DP-width .DP-name span { color: #333; }
.DP-addr { margin-top: 5px; margin-bottom: 5px; }
.DP-addr i { width: 12px; height: 18px; background-image: url(../images/tp-sprites.png); display: inline-block; background-size: 200px 385px; background-position: -150px -30px; vertical-align: middle; margin-right: 8px; }
