﻿ul,li{
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-box{
  width: 100%;
  padding: 20px 20px;
  padding-bottom: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(228, 228, 228);
}
.imgs-group{
  border: 1px solid rgb(228, 228, 228);
}
.detail-h1{
  color: #333;
  margin-bottom: 5px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
}
.detail-block p{
  margin: 0;
}
.promise{
  margin-top: 20px;
  background-color: #f6fcff;
  padding: 20px;
}
.promise h2{
  font-size: 17px;
  color: #333;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.promise-group input{
  width: 200px;
  outline: none;
  padding: 0 6px;
  font-size: 13px;
  height: 30px;
  max-width: 32.333333%;
  border: 1px solid #eee;
}
.promise-group textarea{
  margin-top: 10px;
  border: 1px solid #eee;
  width: 323px;
  outline: none;
  padding: 6px;
  font-size: 13px;
}
.promise-group a.link-btn{
  width: 150px;
  height: 40px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #ffa378;
  margin:10px 20px 0 0;
}
.detail-step {
      font-size: 18px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 20px;
    padding: 14px 20px;
    line-height: 52px;
    background: #fbfbfd;
    vertical-align: bottom;
    clear: both;
}
.detail-step p{
  margin-bottom: 0;
  border-right: 1px solid #ddd;
}
p.detail-step__title{
  display: inline-block;
  float: left;
  width: 130px;
}
.order-step__text--blue{
  color: #55a5e7;
}
.detail-step__ul{
  float: left;
  width: calc(100% - 130px)
}
.detail-step__li{
  font-size: 16px;
  float: left;
  width: 25%;
}
.detail-info__title{
    position: relative;
    display: inline-block;
    padding: 9px 20px 10px;
    vertical-align: bottom;
    text-align: center;
    color: #365873;
    font-size: 18px;
    border-bottom: 2px solid #ffffff;
}
.detail-info__tab {
    position: relative;
    padding-top: 20px;
    border-bottom: 1px solid #365873;
}
.detail-info__title.active {
    border-bottom: 2px solid rgb(60, 34, 170);
}
.detail-info__tab-m{
      padding: 30px 10px 0;
}