*{
  padding:0;
  margin:0;
}
body{
  background: #f2f2f2;
  color:#333;
  overflow-x: hidden;
}
.content{
  min-height: 100%;
  height: auto;
  background: #f2f2f2;
  padding-top: 90px;
  position: relative;
  /*padding-bottom: 90px;*/
}
.page-center{
  width: 100%;
  margin: 0 auto;
  padding: 0 0 3px 0;
}
.page-center>div{
  margin-top: -20px;
  position: relative;
  padding-bottom: 40px;
}
.font-container{
  background: #fff;
  width: 100%;
  /*padding:0 30px;*/
}
.font-container  .flex_Box {
  display: flex;
  justify-content: space-between;
}
.font-container .top_title {
  height: 60px;
  line-height: 60px;
  background-color: rgba(0,192,137,.03);
  padding: 0 30px;
  border-top: 3px solid #00C089;
}

.font-container .top_title .totalNum{
  color: #00C089;
}
.flex_Box .title {
   font-size: 24px;
   color: #000;
 }
.flex_Box .title .apply_label{
  display: inline-block;
  width: 78px;
  height: 25px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 2px;
  text-align: center;
  color:#fff;
  background-color: rgba(0, 162, 112, 1);
  margin-left: 25px;
}
.flex_Box .title .apply_label.active{
  background: #FF694E;
}

.apply_label img {
  width: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.flex_Box .title .end {
  background-color: rgba(255, 105, 78, 1);
}
.font-container  .top_title>div:last-child {
  font-size: 14px;
  color: #909399;
}
.policy_content {
  padding: 40px 30px 0;
}
.policy_content .left_content {
  width: 80%;
  border-bottom: 1px solid rgba(235, 238, 245, 1);
}
.left_content >.contents {
  margin-top: 14px;
  line-height: 28px;
  color: rgba(96, 98, 102, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  width: 91%;
}
.left_content .hot_num {
  margin: 40px 0 20px;
}
.hot_num >span:last-child {
  margin-left: 30px;
}

.left_content >p >span {
  left: 598px;
  top: 577px;
  width: 78px;
  height: 20px;
  color: rgba(144, 147, 153, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
}

.right_content {
  text-align: center;
  width: 230px;
}
.right_content > h3{
  height: 20px;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  margin: 52px auto 44px;
  font-weight: 600;
}
.right_content button{
  width: 190px;
  font-size: 18px;
}
.right_content .viewDetail {
  height: 28px;
  color: rgba(0, 192, 137, 1);
  font-size: 24px;
  font-family: DINAlternate-Bold;
  vertical-align: middle;
  display: inline-block;
  margin: 0 8px;
}
.font-container > p{
  text-indent:2em;
  font-size: 16px;
  color:#666;
  padding-bottom: 25px;
  margin: 0;
  line-height: 1.8;
}
.ldt_button{
    width: 100px;
    height: 44px;
    background: #00c089;
    border: 0;
    outline: none;
    line-height: 44px;
    text-align: center;
    color: #fff;
    transition: all .15s;
}
.ldt_button:hover{
    opacity: 0.8;
}
.ldt_button.big{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.ldt_button[disabled]{
    background: #ddd !important;
}
.ldt_select{
    height: 44px;
    margin-left: 200px;
}
.ldt_select button{
    height: 44px;
    border: 1px solid #ddd;
    outline: none;
    padding: 6px 10px;
    line-height: 30px;
    background: transparent;
    position: absolute;
    text-align: left;
    color: #ccc;
    right: 0;
    top: 0;
    width: 400px;
    z-index: 2;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ldt_select button.haveData{
    color: #444;
}
.ldt_select button.noData{
    border-color: #ff5b5b;
}
.ldt_select button.focus{
    border-color: #00c089;
}
.ldt_select ul{
    width: 400px;
    height: 0;
    overflow-y: auto;
    position: absolute;
    top: 44px;
    right: 0;
    border: 1px solid #ddd;
    line-height: 24px;
    background: #fff;
    opacity: 0;
    z-index: 5;

}
.ldt_select ul.active{
    opacity: 1;
    height: auto;
    max-height: 205px;
}
.ldt_select li{
    cursor: pointer;
    color: #00c089;
    font-size: 14px;
    padding: 8px 5px;
    text-align: center;
}
.ldt_select li:hover{
    background: #ddd;
    /*background: rgba(0, 192, 137, 0.5);*/
}
.ldt_select.small button{
    width: 150px;
}
.ldt_select.small ul{
    width: 150px;
}
.ldt_select.verySmall button{
     width: 120px;
 }
.ldt_select.verySmallAuth button{
    width: 80px;
}
.ldt_select.verySmallAuth ul{
    width: 80px;
}
.ldt_select.verySmall ul{
    width: 120px;
}
     /*radio样式*/
 .ldt_radio{
     width: 14px;
     height: 14px;
     float: left;
     top: 3px;
     background: #fff;
     border-radius: 100%;
     position: relative;
     border: 1px solid #00c089;
     /*	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
         -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
         box-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
 }