﻿
/*------------------------ 通用样式 ------------------------*/

* {
margin: 0;
padding: 0;
list-style: none;
}

body {
font-size: 14px;
font-family: verdana, '宋体', arial, sans-serif;
}

a {
text-decoration: none;
}

a:hover {
/*text-decoration: underline;*/
}

input[type=button],input[type=submit],a{
    cursor: pointer;
}

/*------------------------ A标签颜色及hover样式 ------------------------*/

.aUnderline {text-decoration: underline;}
.aType:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aTypeNoLine:hover { color: #ff6600; transition: color .3s linear; }
.aType0 { color:#000; } .aType0:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType1 { color:#333; } .aType1:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType2 { color:#555; } .aType2:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType3 { color:#777; } .aType3:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType4 { color:#999; } .aType4:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType5 { color:#0000ff; } .aType5:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType6 { color:#59c4fc; } .aType6:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType7 { color:#5588fc; } .aType7:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType8 { color:#93aeed; } .aType8:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType9 { color:#00608d; } .aType9:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType10 { color:#c29937; } .aType10:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType11 { color:#6FADCE; } .aType11:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aType12 { color:#3288C8; } .aType12:hover { color: #ff6600; text-decoration: underline; transition: color .3s linear; }
.aGreen {color: #5cb43f;} .aGreen:hover {color: #ff6600;text-decoration: underline;transition: color .3s linear;}
.aPurple {color: #9170C9;} .aPurple:hover {color: #ff6600;text-decoration: underline;transition: color .3s linear;}
.aPink {color: #ff81d0;} .aPink:hover {color: #ff6600;text-decoration: underline;transition: color .3s linear;}
.aBrown {color: #2ccab6;} .aBrown:hover {color: #ff6600;text-decoration: underline;transition: color .3s linear;}
.aRed {color: #ff0000;} .aRed:hover {color: #ff6600;text-decoration: underline;transition: color .3s linear;}

/*------------------------ 输入框专用发光样式 ------------------------*/

.txtStyle {
border: 1px solid #bbb;
-webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
box-shadow: inset 1px 2px 2px #f2f2f2;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}

.txtStyle:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.txtStyle2 {
    border: 1px solid #bbb;
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.075);
    box-shadow: inset 1px 2px 2px #f2f2f2;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
		
.txtStyle2:focus {
	border-color: #f9c05d;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 192, 93, 0.8);
}
            
/*------------------------ 分页专用样式 ------------------------*/

.pageDiv {
overflow: hidden;
border-left: 1px solid #d3dde1;
}

.pageDiv a {
float: left;
padding: 5px 7px;
height: 20px;
line-height: 20px;
color: #2283c5;
font-size: 14px;
font-family: '宋体';
min-width: 20px;
text-align: center;
background-color: #fafafa;
border: 1px solid #d3dde1;
border-left: none;
}

.pageDiv a[disabled=disabled] {
cursor:not-allowed;
}

.pageDiv a:hover {
transition: background-color 0.1s ease-in 0s;
background-color: #e4eaee;
}
.pageDiv .pageLeft font {
letter-spacing: 2px; padding-left: 2px;
}
.pageDiv .pageLeft .more {
font-size:14px;font-weight:700;font-family: arial, sans-serif;
}

.pageDiv .currentPage {
cursor: text;
float: left;
padding: 5px 7px;
height: 20px;
line-height: 20px;
color: #fff;
font-size: 14px;
font-family: '宋体';
min-width: 20px;
text-align: center;
background-color: #6faed9;
border: 1px solid #d3dde1;
border-left: none;
}

.pageDiv select {
float: left;
padding: 2px;
height: 20px;
line-height: 20px;
border: 1px solid #d3dde1;
}

/*------------------------ 分页专用样式_风格2 ------------------------*/

.pageDiv2 {
overflow: hidden;
border-left: 1px solid #d3dde1;
}

.pageDiv2 a {
float: left;
padding: 5px;
height: 12px;
line-height: 12px;
color: #2283c5;
font-size: 12px;
font-family: '宋体';
min-width: 15px;
text-align: center;
background-color: #fafafa;
border: 1px solid #d3dde1;
border-left: none;
}

.pageDiv a[disabled=disabled] {
cursor:not-allowed;
}

.pageDiv2 a:hover {
transition: background-color 0.1s ease-in 0s;
background-color: #e4eaee;
}

.pageDiv2 .currentPage {
cursor: text;
float: left;
padding:5px 7px;
height: 12px;
line-height: 12px;
color: #777;
font-size: 12px;
font-family: '宋体';
min-width: 15px;
text-align: center;
background-color: #fff;
border: 1px solid #d3dde1;
border-left: none;
}

.pageDiv2 select {
float: left;
padding: 2px;
height: 20px;
line-height: 20px;
border: 1px solid #d3dde1;
}

/*------------------------ 当分页数量只有1页时的pageDiv的样式 ------------------------*/

.pone {
    border:none;
}
