/*首页*/
body,
div,
ul,
ol,
li,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
html {
  height: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  height: 100%;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
  line-height: 1.5;
  height: 100%;
  color: #656566;
}
html,body{
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 0.34rem;
} /*26px*/
h2 {
  font-size: 0.32rem;
} /*24px*/
h3 {
  font-size: 0.26rem;
} /*20px*/
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #08c;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
  width: 100%;
  pointer-events: none;
}
input,
img {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
input[type="search"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
/*去除iphone默认样式（input的圆角）*/
.tt-name h1 {
  font-size: 16px;
  line-height: 44px;
}
.op-nav .btn-menu-p span {
  font-size: 16px;
}
.menu-nav-n a {
  font-size: 16px;
  text-decoration: none;
}
.footer15 .opt-change a {
  font-size: 14px;
  text-decoration: none;
}
.footer15 .foot-contact {
  font-size: 12px;
}
.footer15 .foot-contact a {
  font-size: 14px;
  text-decoration: none;
}
.footer15 .foot-copyright {
  font-size: 12px;
}
/*.m-s-box input[type="submit"] {border-top-left-radius:0;border-bottom-left-radius:0;}
.m-s-box input[type="search"] {border-top-right-radius:0;border-bottom-right-radius:0;}
*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.v-align {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.content {
  /* width: 7.5rem; */
  margin: 0 auto;
}
.page-wrapper {
  /* max-width: 750px; */
  margin: 0 auto;
}
/*头图*/
.head {
  text-align: center;
  background: #999;
  position: relative;
}

.wrapper {
  /* max-width: 750px; */
  margin: 0 auto;
  position: relative;
}
.part {
  background: #fff;
  position: relative;
}
#app_download {
  display: none;
}
@media screen and (min-width: 601px) {
  html.npage {
    font-size: 100%;
  }
}
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.show {
  -webkit-animation: rippleDrop 0.6s linear;
  animation: rippleDrop 0.6s linear;
}
@-webkit-keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes rippleDrop {
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}



/* 易车APP直播中出现返回按钮 */
.back_live {
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  bottom: 2rem;
  right: 0.2rem;
  display: none;
  z-index: 10000;
}

.back_live img {
  display: block;
  width: 100%;
}

/* 页面css开始 */

.btn_tan{
  width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;

  border-radius: 0.1rem;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0px;
  cursor: pointer;
}
.tan_box{
  width: 6.1rem;
  height: 7.4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%,-50%, 0);
  z-index: 100;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem;
  box-sizing: border-box;
  display: none;
}
.tan_box .tan-tit{
  font-weight: bold;
  font-size: 0.32rem;
  text-align: center;
  line-height: 2.5;
}
.tan_box .tan_con{
  width: 5.4rem;
  height: 5.7rem;
  overflow: auto;
  font-size: 0.24rem;
  color: #111;
  line-height: 1.5;
  text-align: justify;
  position: absolute;
  top: 1.2rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%,0, 0);

}

.tan_box .tan_con h2{
  font-weight: bold;
  line-height: 2;
  font-size: 0.28rem;
}
.close{
  width: 0.65rem;
  height: 0.65rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%,0, 0);
  cursor: pointer;
}
.mask{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: url(https://www.yiche.com/zhuanti/adtopic/include/pc/images/mask.png);
  display: none;
}

.link {
  position: absolute;
  width: 7.5rem;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%,0, 0);
}
.link a {
  z-index: 1;
  float: left;
  width: 3.75rem;
  height: 5.5rem;
  /* border-bottom: 1px solid #000;
  background-color: aqua;
  opacity: .2; */
  ;
}