main {
  background: #fff;
  padding: 0 0 20px 0;
}

.shashuStep {
  margin: 0 0 5px 0;
  padding: 0 10px;
}
.shashuStep img {
  width: 100%;
}

.wheelDetail {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 10px 0 10px;
}
.wheelDetail dl {
  width: calc(100% - 300px);
}
.wheelDetail dl dt {
  display: inline-block;
  width: 120px;
  margin: 0 0 0 10px 0;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 0.85em;
  background-color: #323232;
}
.wheelDetail dl dd {
  width: 100%;
  /* margin: 0 0 20px 0; */
  padding: 10px 0;
}

.wheelDetail .border {
  border-bottom: 1px solid #7e7e7e;
}
.wheelDetail-left {
  max-width: 300px;
}
.wheelCheck {
  padding: 0 10px 10px 10px;
  margin: 0 0 0 auto;
}
.wheelCheck .prices {
  padding: 5px 0 5px 20px;
  border-bottom: 1px solid #9e4362;
}
.wheelCheck .prices .label {
  font-size: 1.14em;
  font-weight: bold;
  margin: 0px 20px 0 5px;
}
.wheelCheck .prices .price {
  color: #ff1166;
  font-size: 2.3em;
  font-weight: bold;
  font-style: italic;
}
.wheelCheck .prices .unit {
  margin: 0 0 0 10px;
  color: #ff1166;
  font-size: 1.15em;
  font-weight: bold;
  font-style: normal;
}
.wheelCheck .attention {
  margin: 5px 60px 0 0;
  text-align: right;
  font-size: .75em;
}

.optionItem {
  margin: 20px 0 0 0;
  padding: 10px 10px 20px 10px;
}
.optionItem p {
  margin: 5px 0 10px 20px;
  font-weight: bold;
}
.optionItem h3 {
  border: 1px solid #ccd8fe;
  border-radius: 5px 5px 0 0;
  background-color: #ccd8fe;
  padding: 10px 0 10px 20px;
  font-weight: bold;
}
.optionItem h3 span:before {
  content: '\f013';
  margin: 0 5px 0 0;
  font-size: 1.41em;
  font-family: 'typicalo';
  vertical-align: middle;
}
.optionItem ul {
  border: 1px solid #ccd8fe;
}
.optionItem ul li label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 20px;
}
.optionItem ul li label input {
  margin: 0 10px 0 0;
}
.optionItem ul li label img {
  width: 50px;
  margin: 0 10px 0 0;
}
.optionItem ul li label .price {
  display: block;
  margin: 0 0 0 auto;
  color: #ff1166;
  font-weight: bold;
}
.optionItem ul li.selected {
  background-color: #ffe4b2;
}
.optionItem .addCartBtn {
  margin: 20px auto 0 auto;
}
.wheelDetail .slider {
  width: 300px;
}
.wheelDetail .slider li img {
  width: 100%;
}
.wheelDetail .slider .slide-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 30px);
  text-align: center;
}
.wheelDetail .slider .slide-dots li {
  margin: 0 30px 0 0;
}
.wheelDetail .slider .slide-dots li:last-child {
  margin: 0;
}
.wheelDetail .slider .slide-dots li button {
  position: relative;
  cursor: pointer;
  color: #fff;
  background: none;
}
.wheelDetail .slider .slide-dots li button:before {
  content: '●';
  font-size: .71em;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  color: #000;
}
.wheelDetail .slider .slide-dots li.slick-active button:before {
  content: '●';
  opacity: 1;
}
#rimWidth .wheelTip{
  width: 410px;
}
#bolt_bearing_surface_name .wheelTip{
  width: 410px;
}
#wheel_standard_cd .wheelTip{
  width: 410px;
}

.wheelDetail .brand {
  border-collapse: collapse;
  display: table;
  margin: 5px 0 0 10px;
}

.wheelDetail .brand tbody tr {
  display: block;
  margin: 0 0 6px 0;
  width: auto;
}

.wheelDetail .brand tbody tr th {
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  display: table-cell;
  font-size: 0.78em;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 100px;
}

.wheelDetail .brand tbody tr td {
  border-bottom: 1px solid #ddd;
  color: #333;
  display: table-cell;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 5px 0;
  padding: 1px 20px 0 20px;
  vertical-align: middle;
}
