﻿*,html,body {padding:0;margin:0;font-family:"微软雅黑","宋体",Arial;}
ul,ol,li {list-style:none}
table {border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;color:#333333;}
a:hover {color:#677bc4;}
h3 {font-size:14px;}
em,i {font-style:normal;}
html {width:100%;height:100%;}
body {width:100%;height:100%;font-size:12px;color:#666;background:#fff;}
ul {margin-bottom:0px;}
.flex {/* 设置弹性布局 */    display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-1 {/* 子元素自动占据剩余的空间 */    -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-2 {/* 子元素自动占据剩余的空间 */    -webkit-box-flex:2;-webkit-flex:2;-ms-flex:2;flex:2;}
.flex-pack-center {/* 水平布局下的子元素 水平居中 */    -webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.flex-align-center {/* 水平布局下的子元素 垂直居中 */    -webkit-box-align:center;/* android 2.1-3.0,ios 3.2-4.3 */    -webkit-align-items:center;/* Chrome 21+ */    -ms-flex-align:center;/* WP IE 10 */    align-items:center;/* android 4.4 */}
.flex-pack-justify {/* 水平布局下的子元素 2端对齐 */    -webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
input {outline:none;}
/*input:hover {outline:none;border:none;box-shadow:0 0 5px rgba(255,0,0,.5);border:1px solid #dc303c;}*/
.icon_bg {background:url(../../images/view_new/iconImgs.png) no-repeat;}
.inputcheckbox {background:url(../../images/view_new/iconImgs.png) no-repeat;background-position:-140px -818px;outline:none;-webkit-appearance:none;-moz-appearance:none;display:inline-block;height:16px;width:16px;position:relative;top:8px !important;cursor:pointer;box-shadow:none !important;}
.inputcheckbox:checked {background:url(../../images/view_new/iconImgs.png) no-repeat;background-position:-140px -772px;}
