﻿@charset "utf-8";


*{ margin:0; padding:0; text-decoration:none; list-style-type:none; font-family:"微软雅黑";  font-family: "Microsoft YaHei";font-size:14px; border:0; outline:none;
    color:#333333; box-sizing: border-box!important;}
input[type=button], input[type=submit], input[type=file], button {
cursor: pointer;
-webkit-appearance: none;
}
*{transition: all .1s ease-in 0ms; }
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"]   {
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
/*select {  -webkit-appearance: none;}*/
img {
    border: 0;
    vertical-align: middle;
    /*max-width: 100%;*/
    height: auto;
}


/*文本框，文本域*/
 .inputtxt_memo{
    width: 80%;
    height: 120px;


   
     border: solid 1px #ccc;
   
    padding: 1px 2px;
  
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
  
    min-width: 80px;
    border-radius: 2px;
}