*{
    margin: 0;
    padding: 0;
}
html{
    width: 100%;
    height: 100%;
}
body{
    font-family: "微软雅黑";
    /*background-color: #f5f5f5;*/
}
body*{
    font-family: helvetica;
}
a{
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}
li{
    list-style: none;
    float: left;
}
img{
    vertical-align: top;
    border: none;
}
input,textarea{
     border: none;
     background: transparent;
     outline: none;
     -webkit-appearance: none;//ios圆角问题
    border-radius: 0;
}
button{
    outline: none;
}
.ksqy{
    width: 1200px;
    margin: 0 auto;
}

.FontColor1 {
  color: #4A6DFF !important;
}
.BgColor1 {
  background-color: #4A6DFF !important;
}
.BorderColor1 {
  border-color: #4A6DFF !important;
}

.FontColor2{
  color: #EE2F15 !important;  
}
.BgColor2{
  background-color: #EE2F15 !important; 
}
.BorderColor2{
  border-color: #EE2F15 !important;  
}

/* 文字排列 */
.textC {
  text-align: center !important;
}
.textR {
  text-align: right !important;
}
.textL {
  text-align: left !important;
}
/* 浮动 */
.floatL {
  float: left !important;
}
.floatR {
  float: right !important;
}
.borno {
  border: none !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}