/*
explain.css  for car.html and goods.html
author: heyuyan
*/
* {
   padding: 0;
   margin:0;
}
ul,li,ol,h2 {
   font-style: normal;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
input[type="number"] {
   -moz-appearance: textfield;
}
body, html, div, p, img {
   margin: 0;
   padding: 0;
}
html {
   font-size: 62.5%;
}
body {
   font-family: Helvetica;
}

a {
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
}
p {
   width: 100%;
}
.cf:after {
   display: block;
   content: '';
   clear: both;
}
.cf {
   zoom: 1;
}
.fl {
   float: left;
}
.fr {
   float: right;
}
#explainBox {
   width: 100%;
}
#explainBox .explainItem {
   padding: 0.26rem 0.24rem 0.2rem 0;
   box-sizing: border-box;
   border-bottom: 1px solid #e7e7e7;
   margin-left: 0.5rem;
}
#explainBox .explainItem:last-child {
   border-bottom: none 0;
}
#explainBox h4 {
   font-size: 0.34rem;
   color: #333;
   font-weight: 600;
   margin: 0 0 0.06rem 0;
   text-indent: -0.26rem;
}
#explainBox p {
   font-size: 0.30rem;
   color: #666;
   line-height: 0.5rem;
}


h2 {
   font: normal 2.6rem Arial, 'Microsoft Yahei', Verdana, Geneva, sans-serif;
   text-align: center;
   margin-bottom: 0.3rem;
   font-size: 0.4rem;
   color: #999;
}
h3 {
   font: normal 1.6rem/1.5em Arial, 'Microsoft Yahei', Verdana, Geneva, sans-serif;
   margin: 0;
   font-size: 0.36rem;
   color: #999;
}
h4 {
   font: normal 1.6rem/1.5em Arial, 'Microsoft Yahei', Verdana, Geneva, sans-serif;
   margin: 0;
   font-weight: 600;
   font-size: 0.34rem;
   color: #999;
}
.agreement {
   width: 100%;
   background: #fafafa;
   box-sizing: border-box;
   padding: 0.2rem 0.2rem 1rem;
   position: relative;
}
.agreement p {
   padding: 0.2rem 0;
   font: normal 1.6rem/1.5em Arial, 'Microsoft Yahei', Verdana, Geneva, sans-serif;
   text-align: justify;
   font-size: 0.3rem;
   box-sizing: border-box;
}
.indent {
   text-indent: 0.6rem;
   color: #999;
}
.underline {
   text-decoration: underline;
}
.oblique {
   font-style: oblique;
}
.to-void-bg {
   width: 100%;
   height: 100%;
   position: fixed;
   right: 0;
   top: 0;
   left: 0;
   bottom: 0;
   z-index: 10;
   background: #ccc;
   opacity: 0.5;
}
.to-void-icon {
   width: 2.84rem;
   height: 2.28rem;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 20;
}