
#main {
  width: 1200px;
  position: relative;
  margin: 0px auto 30px auto;
  min-height: 500px;
  padding: 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
}
#main .detail-title {
  width: 100%;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #333;
  font-size: 20px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main .detail-title i {
  width: 6px;
  height: 20px;
  background: #ff7700;
  position: absolute;
  left: 5px;
  display: block;
  z-index: 10;
  top: 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#main .detail-title span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #777;
  font-weight: normal;
  background: #fff;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  top: 0px;
}
#main .detail-title span b {
  color: #222;
}
.cbox {
  min-height: 200px;
}
.detail-btns {
  width: 100%;
  top: 140px;
  position: absolute;
  left: -16px;
  z-index: 999;
  width: 42px;
}
.detail-btns span {
  padding: 15px 10px;
  width: 40px;
  border: 1px solid #999;
  border-right: 0px;
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
  background: #999;
  color: #fff;
  border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
}
.detail-btns span:hover {
  background: #777;
  color: #fff;
}
.detail-btns span.active {
  background: #ff7700;
  color: #fff;
  border: 1px solid #ff7700;
}
.detail-btns span.active:hover {
  background: #ff8f00;
  border: 1px solid #ff8f00;
}
.detail-box {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ddd;
  margin-top: 25px;
}
.detail-box dl {
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 180%;
  font-size: 15px;
  background: #f0f0f0;
}
.detail-box dl dt {
  width: 140px;
  color: #666;
  float: left;
  padding: 10px ;
  text-align: right;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.detail-box dl dd {
  float: right;
  width: 1000px;
  padding: 10px 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-left: 1px solid #ddd;
  background: #fff;
}
.detail-box dl dd .item a {
  color: #33A0E5;
}
.detail-box dl dd .item a:hover {
  text-decoration: underline;
}
.detail-box dl dd span.status {
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  opacity: 0.85;
}
.detail-box dl dd span.status.inhand {
  background: #ff7700;
  color: #fff;
}
.detail-box dl dd span.status.tostart {
  background: #34c758;
  color: #fff;
}
.detail-box dl dd span.status.ending {
  background: #ddd;
  color: #fff;
}
.detail-box dl:nth-last-child(1) {
  border-bottom: none;
}
.detail-box dl:after {
  content: "";
  width: 100%;
  display: block;
  height: 0px;
  clear: both;
}
.submit-btn {
  width: 100%;
  text-align: center;
  height: 50px;
  display: block;
  margin-top: 20px;
}
.submit-btn a,
.submit-btn span {
  padding: 13px 50px;
  font-size: 14px;
  background: #999;
  color: #222;
  border-radius: 4px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  font-size: 16px;
}
.submit-btn a.inhand,
.submit-btn span.inhand {
  background: #ff7700;
  color: #fff;
}
.submit-btn a.ending,
.submit-btn span.ending {
  background: #f8f8f8;
}
.submit-btn a.tostart,
.submit-btn span.tostart {
  background: #34c758;
  color: #fff;
}
.submit-btn a:hover,
.submit-btn span:hover {
  opacity: 0.8;
}
.mbxnav {
  width: 1200px;
  margin: 0px auto;
}
.mbxnav ul {
  width: 100%;
  padding: 16px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mbxnav ul li {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: #999;
}
.mbxnav ul li a {
  display: block;
}
.mbxnav ul li a.hovCol {
  line-height: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mbxnav ul li a.hovCol i.iconfont {
  color: #007AFF;
  font-size: 18px;
  margin-right: 5px;
  line-height: 40px;
  height: 40px;
  padding: 0px;
  margin-top: -4px;
}
.mbxnav ul li i.iconfont {
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  padding: 0px 10px;
}
.mbxnav ul li.back {
  margin-left: auto;
}
.mbxnav ul li.back a {
  border: 1px solid #eee;
  padding: 0px 12px;
  background: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
  margin-top: 5px;
}
.mbxnav ul li.back a:hover {
  background: #007AFF;
  color: #fff;
  border: 1px solid #007AFF;
}
