@charset "UTF-8";
/**
 * @desc jdl_style
 * @author Tven
 * @date 2022-1-16
 */

* { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; box-sizing: border-box;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; vertical-align: baseline; }
img { border: 0 none; vertical-align: top; }
i, em { font-style: normal; }
ol, ul { list-style: none; }
input, select, button, h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration: none; color: #666; }
body { 
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  height: 100%;
  font-size: 14px; 
  font-family: -apple-system, Helvetica,sans-serif; 
  line-height: 1.5; 
  color: #666; 
  -webkit-text-size-adjust: 100% !important; 
  text-size-adjust: 100% !important; 
}

input[type="text"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/* 真伪页面 样式
---------------------------------------------------------------- */
.sm_zhenwei{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  padding: 0 .54rem;
  background: url(../images/fwyz_bg.jpg) center no-repeat;
  background-size: cover;
}
.smzw_header{
  margin-top: auto;
  font-size: 1rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 .04rem .04rem #005e4e;
  font-weight: bold;
}
.smzw_body{
  margin: .3rem 0;
  padding: 0 .7rem;
  width: 100%;
  background: #d7fff8;
  border-radius: .6rem;
}
.sm_zhenwei button{
  display: block;
  width: 100%;
  padding: .3rem 0;
  border: none;
  border-radius: .2rem;
  background: rgba(255,255,255,0.85);
  color: #005e4e;
  font-size: .4rem;
  font-weight: bold;
}
.smzw_body h4{
  margin-top: .6rem;
  padding-bottom: .1rem;
  border-bottom: 1px solid #005e4e;
  color: #303d3b;
  font-size: .54rem;
  font-weight: normal;
}
.smzw_body p{
  margin-top: .25rem;
  margin-bottom: .6rem;
  line-height: 1.8;
  font-size: .34rem;
  color: #303d3b;
}
.smzw_footer{
  margin-bottom: .8rem;
  text-align: center;
}
.smzw_footer img{
  width: 3.6rem;
  display: block;
  margin: 0 auto;
}
.smzw_footer .smzw_ewm{
  font-size: .3rem;
  color: #fff;
  margin-bottom: .7rem;
}
.smzw_footer .smzw_ewm img{
  margin-top: .24rem;
  width: 1.46rem;
}

/* 窜货页面 样式
---------------------------------------------------------------- */
.smch_banner{
  width: calc(100% - .3rem);
  margin: .15rem auto;
  background: #0d8174;
}
.smch_banner img{
  width: 100%;
}
.smch_header{
  display: flex;
  background: #0d8174;
  padding: .3rem .5rem;
}
.smch_header input{
  width: calc(100% - 2.4rem);
  height: .7rem;
  padding: 0 .3rem;
  border: none;
  background: #fff;
  color: #0d8174;
  font-size: .3rem;
  border-top-left-radius: .1rem;
  border-bottom-left-radius: .1rem;
}
.smch_header button{
  width: 2.4rem;
  height: .7rem;
  color: #0d8174;
  font-size: .3rem;
  border: none;
  background: #fff;
  font-weight: bold;
  border-top-right-radius: .1rem;
  border-bottom-right-radius: .1rem;
  position: relative;
}
.smch_header button:after{
  content: '';
  width: 1px;
  height: 60%;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 2;
  background: #0d8174;
}
.smch_body{
  width: calc(100% - 1rem);
  margin: 0 auto;
  margin-top: .6rem;
  border: 1px solid #0d8174;
  border-radius: .1rem;
  overflow: hidden;
}
.smch_body h4{
  padding: .1rem 0;
  background: #0d8174;
  color: #fff;
  font-size: .3rem;
  text-align: center;
}
.smch_body p{
  padding: .4rem .3rem;
  font-size: .26rem;
  color: #333;
  line-height: 1.6;
}