@charset "GBK";
/* CSS Document */
body {  color: #252525;background: #fff;}
.fl{ float:left;}
.fr{ float:right;}
.flex{display: flex; flex-direction: row; flex-wrap: wrap;justify-content: space-between;}
.clear{clear:both;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix{*zoom:1;}
.mar30 {margin: 3% auto;}
.wrap {padding: 0 1%;}
.p {
  text-indent: 2em;
  line-height: 2em;
}
.img100{width: 100%;}

.title_main {
  text-align: center;

}
.title_main .line{
  display: inline-block;
  width: 4rem;
  border-top: 1px solid #cccccc;
  vertical-align: 5px;
}
.title_main span.wenzi{
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: red;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    margin: 0.6rem;
  }
.zxbtn{
    width: 44%;
    line-height: 3.2rem;
    background: #1e3a62;
    text-align: center;
    display: block;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
}
.ul_list1{
  background: #f5f5f5;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.ul_list1 li a{
  border: 1px solid #ec6941;
  line-height: 2rem;
  border-radius: 30px;
  padding: 0.2rem 1.2rem;
  color: #ee7800;
}
.ul_list2 li{
  width: 33.2%;
  background: #0972c9;
  line-height: 2.2rem;
  color: #fff;
  margin: 0.6rem 0 0 0;
  text-align: center;
  border-radius: 12px;
  font-size: 0.8rem;
}
.ul_list2 li a{
  display: block;
  color: #fff;
}
.div1 .div1_l{
  width: 21%;
  margin-left: 1rem;
}
.div1 .div1_l span{
  background: red;
  color: #fff;
  padding: 0.1rem 0.8rem;
}
.div1 .div1_r{
  width: 70%;
  margin-right: 1.4rem;
}
.div1_r a{
  margin: 0.2rem;
}
.div1{
  margin: 1rem auto;
}



/*·Â¶Ô»°´°¿Ú*/
.duihua {
  width:100%;
  max-width: 640px;
  height: 190px;
  position: fixed;
  bottom: 0;
  background: #fff;
  z-index: 9999;
}
body {margin-bottom: 20rem;}
.wt-con li {
  display: table;
  margin: 10px;
  opacity: 0;
  animation: mt 1s ease 1 normal forwards;
  -moz-animation: mt 1s ease 1 normal forwards; /* Firefox */
  -webkit-animation: mt 1s ease 1 normal forwards; /* Safari and Chrome */
  -o-animation: mt 1s ease 1 normal forwards; /* Opera */
}
.wt-con li:first-child {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
}
.wt-con li:last-child {
  animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
}

@keyframes mt
{
  from {opacity: 0;}
  to {opacity: 1;}
}
/* Firefox */
@-moz-keyframes mt
{
  from {opacity: 0;}
  to {opacity: 1;}
}
/* Safari and Chrome */
@-webkit-keyframes mt
{
  from {opacity: 0;}
  to {opacity: 1;}
}
/* Opera */
@-o-keyframes mt
{
  from {opacity: 0;}
  to {opacity: 1;}
}

.wt-con li img {
  vertical-align: middle;
  margin-right: 10px;
}
.wt-con li span {
  display: table-cell;
  width: 94%;
  padding: 0 3%;
  margin-right: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.wt-con li span font {color: #fe060c;}
.LR_User_Icon0 img {width: 10%;}
#LR_User_Icon0 {
  overflow: hidden;
  padding: 10px 2%;
}
#LR_text1 {
  width: 60%;
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  border: 1px solid #999;
}
#LR_button1 {
  width: 25%;
  height: 38px;
  line-height: 38px;
  background: #45c01a;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  -webkit-appearance:none;
  float: right;
}
.dh-close {
  height: 20px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: right;
  background: #ccc;
  cursor: pointer;
}