* {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,SimSun,sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    overflow: hidden;
}

a {
    text-decoration: none;
}

a:empty::after {
  content: ''; 
  display: inline-block;
  width: 30%;
  height: 30%;
  overflow: hidden;
}

ul {
    list-style: none;
}

input {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aaa;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #aaa;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1523241622985');
    /* IE9*/
    src: url('../fonts/iconfont.eot?t=1523241622985#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.ttf?t=1523241622985') format('truetype');
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.head {
    height: 50px;
    line-height: 50px;
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    padding: 0 20px;
    font-size: 16px;
    color: #555;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    min-width: 950px;
}


/*footer style*/

.footer {
    height: 40px;
    line-height: 40px;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    color: #888;
    font-size: 12px;
    min-width: 950px;
}

.icon_tuoli {
    background-image: url(../img/icon_logo_tuoli.png);
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ipaddr {
    position: absolute;
    right: 15px;
}

.floatfix:after {
    content: "";
    display: table;
    clear: both;
}
input[type='radio']{
	 -webkit-appearance: radio; width: 16px;height: 16px;margin-right: 4px;
}
input[type='checkbox']{
	 -webkit-appearance: checkbox;width: 16px;height: 16px !important;border: 1px solid #fff ;
}
textarea{
	padding:0 2px !important;
    font-size:13px !important;
    font-family: Consolas,sans-serif !important;
    line-height:18px  !important;
}