﻿
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"PingFang SC","Source Sans Pro","Helvetica Neue", "Arial","Microsoft Yahei","WenQuanYi Micro Hei","sans-serif";background-color: #fff}
a{color: #444;}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"PingFang SC","Microsoft Yahei";max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

select::-ms-expand { display: none;}
input::-webkit-outer-spin-button,  
input::-webkit-inner-spin-button {  
    -webkit-appearance: none;  
} 

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face{
    font-family:Bold;
    src:url(../fonts/Poppins-Bold.ttf);
}
@font-face{
    font-family:SemiBold;
    src:url(../fonts/Poppins-SemiBold.ttf);
}
@font-face{
    font-family:Regular;
    src:url(../fonts/Poppins-Regular.ttf);
}

/*******************************
  -------[=头部]-------
********************************/


/*******************************
    -------[=导航]-------
********************************/


/*******************************
  -------[=banner]-------
*******************************/



/*******************************
  -------[=底部]-------
********************************/


/*******************************
    -------[=正文]-------
********************************/




