:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #606060;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #606060;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #606060;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #606060;
    opacity: 1;
}

.color-basic{
  color:#464646;
}

.color-des{
  color:#B2B2B2;
}

.color-basic-on{
  color:#99cc33;
}

.color-F{
  color:#FFFFFF;
}

.bg-F{
  background-color: #FFFFFF;
}

.bg-F7{
  background-color: #F7F7F7;
}

.font1{
  font-size:1.5em;
}

.font2{
  font-size:1.2em;
}

.font3{
  font-size:1em;
}

.font4{
  font-size:0.9em;
}

.font5{
  font-size:0.8em;
}

.font6{
  font-size:0.7em;
}

.line-h105{
  line-height: 1.5em;
}

.line-h2{
  line-height: 2em;
}

.mar-t05{
  margin-top: 0.5em;
}

.mar-t1{
  margin-top: 1em;
}

.mar-t2{
  margin-top: 2em;
}

.mar-t3{
  margin-top: 3em;
}

.mar-b1{
  margin-bottom: 1em;
}

.mar-b2{
  margin-bottom: 2em;
}

.mar-b3{
  margin-bottom: 3em;
}

.mar-l1{
  margin-left: 1em;
}

.mar-l2{
  margin-left: 2em;
}

.mar-l3{
  margin-left: 3em;
}

.hand-act1{}

.hand-act2{}

.hand-act1:hover{
  cursor:pointer;
}

.hand-act2:hover{
  cursor:pointer;
  color:#99cc33;
}

.text-end{
    text-align: end;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}
.height-50{
  height:50%;
}

/*动态显示vue操作绑定区域*/
[v-cloak]{
    display:none !important;
}
