@charset "utf-8";
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;

}
@media screen and (min-device-width: 1025px){
  body{
      width: 100vw;
  }
}
img{
  display: block;
}
.bottom{
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 5rem;
  padding-top: 0.6rem;
  background-color: #f0f0f0;
  border-top: 1px solid #d5d5d5;
}
.pictureList{
  padding-bottom: 5.6rem;
}

.oneButton{
  /*background-color: #4fcbcb;*/
  color:#ffffff;
  border-radius: 1.8rem;
  margin:  0 25%;
  text-align: center;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  transform: translateY(0.2rem)
/*  display: none;*/
}
.twoButton{
  width: 100%;
  position: relative;
}

.first_button{
     /* background-color: #4fcbcb;*/
  color:#fb6522;
  border-radius: 1.8rem;
  /*border: .1rem solid #dddddd;*/
  margin:  0 0rem;
  margin-left: 6.66%;
  text-align: center;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  width:41%;
  background: #fff;
  display: inline-block;
}

.second_button{
  /*background-color: #4fcbcb;*/
  color:#ffffff;
  border-radius: 1.8rem;
  margin:  0 0rem;
  margin-left: 4.44%;
  text-align: center;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.6rem;
  width:41%;
  display: inline-block;
}
.twoButton .button_style_newOrange{
  float: left;
}
.updateTips{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  height: 70%;
  align-items: center;
  justify-content: center;
}

.tagTip{
  width:7rem;
  height:7rem;
}

.updateTips p{
  color: #000000;
  opacity: 0.6;
}

.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.weixin-tip img {
    max-width: 100%;
    height: auto;
    width: 33rem;
    height: 24rem;
}

.weixin-tip p {
    width: 35rem;
    height: 24rem;
    margin-top: 10%;
    margin-left: 2.5rem
}
