/* 20200908新增 */
.important_tips_layers {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.important_tips_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.8rem;
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0 0.8rem 1rem;
  box-sizing: border-box;
}

.important_tips_title {
  padding: 0.84rem 0 0.64rem;
  text-align: center;
  font-size: 0.68rem;
  color: #333;
  font-weight: bold;
}

.important_tips_content {
  padding-bottom: 0.58rem;
  text-align: justify;
  font-size: 0.6rem;
  color: #666;
  line-height: 0.84rem;
}

.important_tips_confirm {
  padding: 0.48rem 0 0.52rem;
  width: 100%;
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
  line-height: 0.64rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #70ab49, #8bbc05);
  box-shadow: 0 0 0.08rem #8bbc05;
}

.read {
  position: fixed;
  left: 0;
  bottom: 2.32rem;
  padding: 0.64rem 0.1rem 0.64rem 0.6rem;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  z-index: 200;
}

.read i,
.read p {
  display: inline-block;
  vertical-align: top;
}

.read i {
  margin-right: 0.2rem;
  margin-top: 0.08rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 0.08rem;
/*   background-color: #e8a446; */
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.read i.active {
  background-image: url(../images/icon_tick.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.32rem 0.28rem;
  background-color: #f6a028;
  border: none;
}

.read p {
  width: 92%;
  font-size: 0.48rem;
  color: #666;
  line-height: 0.84rem;
}

.read a {
  color: #e8a446;
}

/* 20200908新增 */
.important_tips_layers2 {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
}

.important_tips_wrap2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11.8rem;
  background-color: #fff;
  border-radius: 0.12rem;
  padding: 0 0.8rem 1rem;
  box-sizing: border-box;
}

.important_tips_title2 {
  padding: 0.84rem 0 0.64rem;
  text-align: center;
  font-size: 0.68rem;
  color: #333;
  font-weight: bold;
}

.important_tips_content2 {
  padding-bottom: 0.58rem;
  text-align: justify;
  font-size: 0.6rem;
  color: #666;
  line-height: 0.84rem;
}

.important_tips_confirm2 {
  padding: 0.48rem 0 0.52rem;
  width: 100%;
  font-size: 0.64rem;
  color: #fff;
  text-align: center;
  line-height: 0.64rem;
  border-radius: 0.8rem;
  background: linear-gradient(90deg, #d9492f, #bf3523);
  box-shadow: 0 0 0.08rem #d5462e;
}

.read2 {
  position: fixed;
  left: 0;
  bottom: 2.32rem;
  padding: 0.64rem 0.1rem 0.64rem 0.6rem;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  z-index: 200;
}

.read2 i,
.read2 p {
  display: inline-block;
  vertical-align: top;
}

.read2 i {
  margin-right: 0.2rem;
  margin-top: 0.08rem;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 0.08rem;
/*   background-color: #a73130; */
  border: 1px solid #d2d2d2;
  box-sizing: border-box;
}

.read2 i.active {
  background-image: url(../images/icon_tick.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.32rem 0.28rem;
    background-color: #a73130;
  border: none;
}

.read2 p {
  width: 92%;
  font-size: 0.48rem;
  color: #666;
  line-height: 0.84rem;
}

.read2 a {
  color: #a73130;
}
/* 2020-09-28 新增*/
/* 弹框样式*/
.warning_notices {
  top: 50%;
  left: 50%;
  color: #fff;
  display: block;
  font-size: 0.72rem;
  width: 8.84rem;
  text-align: center;
  position: fixed;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem;
  background: #615f5f;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 0.44rem 0.8rem;
  line-height: 0.96rem;
  z-index: 999;
}

#service{
	width:60px;
	height:60px;
	position:fixed;
	margin-top: 200px;
    margin-left: 20px;
    z-index:1000;
}


.introduce_notice{
    width: 14rem;
    border-radius: 0.18rem;
    position: relative;
    background-color: white;
    margin-top: 0.4rem;
    box-shadow:0px 16px 6px -4px #99cffd; 
}
.introduce_notice::before{
    display: table;
    content: "";
}
.introduce_notice::after{
    display: table;
    content: "";
}
.introduce_notice_title{
    width: 6.64rem;
    height: 1.38rem;
    background-image: url(../images/icon_title.png);
    background-size: 6.64rem 1.38rem;
    position: absolute;
    top: -0.4rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 1.38rem;
    color: white;
    font-size: 0.72rem;
}
.introduvce_content{
    width: 12.6rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    letter-spacing: 0.01rem;
    margin-bottom: 1rem;
}
.introduvce_content li{
    position: relative;
    margin-bottom: 0.4rem;
}
.introduvce_content li div{
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    background-color: #f8a102;
    color: white;
    text-align: center;
    line-height: 0.88rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.introduvce_content li p{
    width: 11.5rem;
    display: inline-block;
    font-size: 0.52rem;
    color: #333;
    letter-spacing: 0.01rem;
    margin-left: 1.15rem;
}
.introduvce_msg{
    width: 12.6rem;
    margin: 0 auto;
    margin-top: 1.5rem;
    letter-spacing: 0.01rem;
    margin-bottom: 1rem;
}
.introduvce_msg li{
    position: relative;
    margin-bottom: 0.4rem;
}
.introduvce_msg li div{
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    background-color: #f8a102;
    color: white;
    text-align: center;
    line-height: 0.88rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.introduvce_msg li p{
    width: 11rem;
    display: inline-block;
    font-size: 0.52rem;
    color: #333;
    letter-spacing: 0.01rem;
    margin-left: 1.15rem;
}
.introduce_notice_footer{
    width: 12.2rem;
    border-top: 1px solid #ddd;
     padding: 0.4rem 0.6rem 0.8rem 0.6rem;
     margin: 0 auto;
     font-size: 0.52rem;
     color: #999;
     text-align: justify;
     margin-top: 0.7rem;
     letter-spacing: 0.02rem;
}
.introduce_notice_footer a{
    color: #f8a102;
}
.introduce_claim{
    width: 12.1rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.introduce_claim li{
    margin-bottom: 0.45rem;
    position: relative;
}
.introduce_claim li div{
    height: 1.2rem;
    background-size: 1.2rem 1.2rem;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 1.7rem;
    color: #f8a102;
    font-weight: bold;
    line-height: 1.2rem;
}
.introduce_claim_phone{
    background-image: url(../images/icon_phone_yellow.png);
}
.introduce_claim_write{
    background-image: url(../images/icon_write.png);
}
.introduce_claim_list{
    background-image: url(../images/icon_list.png);
}
.introduce_claim_money{
    background-image: url(../images/icon_money.png);
}
.introduce_claim li p{
    padding-left: 1.7rem;
    color: #666; 
    font-size: 0.52rem;
}

.count_down{
    width: 100%;
    text-align: center;
    /*background-image: linear-gradient(to right,#82a859,#94b849 60%);*/
    background-color: #c2c2c2;
    bottom: -0.5px;
    font-size: 0.64rem;
    color:#fff;
    padding: 0.48rem 0 0.52rem;
    line-height: 0.64rem;
    border-radius: 0.8rem;
}





