@charset "utf-8";
/* Global Reset */
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
}

html, body {
    max-width:100%;
    color: #333;
    outline: none;
    font: normal normal normal 14px Arial, Helvetica, 'Microsoft YaHei', 'Hiragino Sans GB','Helvetica Neue', '微软雅黑',sans-serif !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, pre, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
}

button,.radius,select,input, textarea{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
button{
	background-color: transparent;
}
.radio,.checkboxDfl{
	width: 14px;
    height: 14px;
}

.borderAdree{
	-moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}


.noneBorder{
	-moz-border-radius: 0;
    -webkit-border-radius:  0;
    -ms-border-radius:  0;
    -o-border-radius:  0;
    border-radius:  0;
}

.radius8{
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.abtn{
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}

hr {
    border: none;
    padding: 0px;
    margin: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
	line-height:1.4;
	cursor: pointer;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

strong {
    font-weight: bold;
}

ol, ul {
    margin-bottom: 0px;
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

button {
    border: none;
    color: #333;
}


i {
    font-style: normal;
}

a {
    color: #333333;
}
a:hover
{
	text-decoration: none;
	color: #0077d2;
}

input {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    outline: none;
    vertical-align: middle;
    color: #333;
}

textarea {
    background: none;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    /*cursor: pointer;*/
    outline: none;
    vertical-align: middle;
    -webkit-appearance: none;
    font-size: 14px;
    color: #333;
    overflow-y: visible;
    resize: vertical;
}

sup{
	color: red;
	font-size: 1rem;
	top: -.1em;
	margin-right: 3px;
	font-weight: bold;
}

mark {
	background-color: #e7e7e7;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #666666;
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666666;
    font-size: 14px;
}


.overflowEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sizeBold{
	font-size: 16px;
	font-weight: bold;
}
.opacity{
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
}

.opacity80{
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.opacity60{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.opacity10{
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.opacity{
	filter: alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
}

.opacity40{
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}


.shadow{
	background-color:white;
	-webkit-box-shadow: 0px 5px 5px -5px #706f6f;
   -moz-box-shadow: 0px 5px 5px -5px #706f6f;
   -o-box-shadow: 0px 5px 5px -5px #706f6f;
   -ms-box-shadow: 0px 5px 5px -5px #706f6f;
   box-shadow:0px 5px 5px -5px #706f6f;
}

.color666{
	color: #666666;
}
.color999{
	color: #999999;
}

.form-control{
	padding: 0 0 0 6px;
	line-height: 34px;
}



