.dz_line1{
  height: 2px;
  width: 100%;
  background-color: rgb(219,116,114);
  margin: 30px 0;
}
#dz_wrap{
  width:1200px;
  margin: 0 auto; 
}
#banner_box{
  height: 630px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner_box img{
  width: 100%;
}
.dz_main_box{
  background-color: rgb(250,250,250);
  box-sizing: border-box;
  padding: 70px 50px;
}
.dz_main_box h4{
  font-size: 20px;
  font-weight: 600;
  color: rgb(190,5,2);
}
.dz_main_box h4 span{
  font-size: 17px;
}
.dz_main_box .dz_line1{
  margin-bottom: 10px;
}
.msgList li{
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px dashed  rgb(216, 216, 216);
}
.creTime{
  color:rgb(168,168,168);
}
.dz_li_top{margin-bottom: 20px;}
.dz_li_bot{
  display:-webkit-box;            
  overflow: hidden;
  -webkit-box-orient:vertical;   

  -webkit-line-clamp:2;         

  font-size: .9375rem;
}
.skip_box{
  cursor: pointer;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  bottom: 0;
  color: #fff;
  position: absolute;
  background-color: rgb(190,5,2);
  right: 0%;
}
.skip_box img{
  max-width: 20px;
  vertical-align: sub;
}
#verify {
  height: 27px;
  border: 1px solid rgb(210,210,210);
  vertical-align: top;
  width: 200px;
  font-size: 16px;
  margin-left: -5px;
}
.dz_codehint{
  color: rgb(154,154,154);
}
#code_img {
  width: 90px;
  height: 30px;
  cursor: pointer;
  vertical-align: top;
}
.from_font{
  text-align: right;
  width: 90px;
  display: inline-block;
  vertical-align: top;

}
#submit{
  width: 120px;
  display: inline-block;
  margin-left: 13%;
  margin-top: 30px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  background-color: rgb(190,5,2);
}
.dz_from_code{
  line-height: 34px;
}
.dz_from{
  margin-top: 25px;
}
.dz_from_name,.dz_from_text{
  margin: 10px 0;
}
#from_name{
  width: 200px;
  height: 27px;
  border: 1px solid rgb(210,210,210);
}
.interval_br{
  display: none;
}
#from_text{
  width: 400px;
  border: 1px solid rgb(210,210,210);
  height: 110px; 
}
#dz_hint_box{
  display: none;
  padding: 25px 45px;
  box-sizing: border-box;
  width:500px ;
  background-color: #fff;
  height: 200px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  border: 1px solid rgb(200,200,200);
  margin-top: -100px;
}
.hint_img_box{
  width: 50px;
  margin-top: 30px;
  height: 50px;
  background-color: rgb(190,5,2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.hint_img_box img{
  width: 84%;
  margin-left: 8%;
  margin-top: 8%;
}
.hint_left,.hint_rig{
  display: inline-block;
  vertical-align: top;
}
.dz_hint_text{
  padding: 15px 0;
  margin-left: 15px;
  border-bottom: 1px dashed rgb(156, 156, 156);
}
.dz_hint_text:nth-child(1){
  font-size: 17px;
}
.dz_hint_text:nth-child(2){
  font-size: 15px;
}
.hint_close{
  width: 85px;
  height: 34px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 34px;
  color: #fff;
  background-color: rgb(165,2,0);
  cursor: pointer;
}
@media screen and (max-width:1400px){
  
}
@media screen and (max-width:1000px ){
  #dz_wrap{
    width:94%;
    margin: 0 3%;
  }
  #banner_box {
    height: auto;
  }
  .dz_main_box{
    padding: 30px 5px;
  }
  .interval_br{
    display: block;
  }
}
@media screen and (max-width:414px ){
  .creTime{
   font-size: 12px;
  }
  .dz_main_box h4 span {
    font-size: 15px;
  }
  #from_text{
    width: 270px;
    height: 105px;
  }
  .from_font{
    width: 70px;
  }
  #code_img{
    margin-left: 70px;
  }
  #submit{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .skip_box {
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 15px;
    bottom: 0%;
    right:0;
  }
}
@media screen and (max-width:320px ){
  #from_text {
    width: 200px;
    height: 90px;
  }
  .skip_box {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    bottom: 11%;
  }
  .dz_li_bot {
    font-size: 12px;
  }
}