.color_p{
  color: red;margin-right: 5px;
  }
  .codeBtn{
    width: 100px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 5px;
    background-color: #FFF;
    border: 1px solid #BBBBBB;
    height: 22px;
  }
  .tr{
     height:35px;
  }
  .main_p{
      width: 425px;
    margin: 0px auto;
    text-align: center;
    padding-top: 44px;
    border: 1px solid #EBF2F9;
    padding-bottom: 65px;
    margin-top: 56px;
    box-shadow: 5px 5px 17px #958BE4;
    background-color: #EEE;
  }
  .saveBtn{
    margin-top:15px;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
      display: inline-block;
    font-family: microsoft yahei;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-left: 5px;
    background: #ec6517;
    border: 1px solid #d65c15;
    color: #FFF!important;
    cursor: pointer;
  }
  .saveBtn:hover{
      background: #dd3e00;
  }
  .r_icon{
     display: block;
    font: 0/0 "ËÎÌå";
    border: 14px solid;
    border-color: #DCCDCA #D6CBCA #fff #fff;
    margin-top: 0px;
    float: right;
    margin-top: -45px;
    margin-right: -1px;
    border-radius: 0px 2px 0px 2px;
  }