/*常规验证码*/
.verify-code {
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 5px;
	border: 1px solid #ddd;}

.cerify-code-panel {
	height:100%;
	overflow:hidden;}

.verify-code-area {
	float:left;}

.verify-input-area {
	float: left;
	width: 60%;
	padding-right: 10px;}

.verify-change-area {
	line-height: 30px;
	float: left;}

.varify-input-code {
	display:inline-block; 
	width: 100%;
	height: 25px;}

.verify-change-code {
	color: #337AB7;
	cursor: pointer;}

.verify-btn {
	width: 200px;
	height: 30px;
	background-color: #337AB7;
	color:#FFFFFF;
	border:none;
	margin-top: 10px;}






/*滑动验证码*/
.verify-bar-area {
    position: relative;
    background: url(../images-ys/down_show_bg.jpg) center no-repeat;
   	text-align: center;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
   	-webkit-border-radius: 4px;}
 
.verify-bar-area .verify-move-block {
	width: 60px !important;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(../images-ys/down_show_btn.jpg) center no-repeat !important;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 1px;}

.verify-bar-area .verify-move-block:hover {
    background-color: #337ab7;
    color: #FFFFFF;}

.verify-bar-area .verify-left-bar {
    position: absolute;
    top: -1px;
    left: -1px;
   	background: none !important;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid #fff !important;}

.verify-img-panel {
	margin:0;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	position: relative;}

.verify-img-panel .verify-refresh {
	width: 60px;
	height: 25px;
	text-align:right;
	cursor: pointer;
	position: absolute;
	top: -40px;
	font-size: 0.9rem;
	color: #333;
	right: 0;
	z-index: 2;}

.verify-img-panel .icon-refresh {
	font-size: 20px;
	color: #fff;}

.verify-img-panel .verify-gap {
	background-color: #fff;
	position: relative;
	z-index: 2;
	border:1px solid #fff;}

.verify-bar-area .verify-move-block .verify-sub-block {
	position: absolute;
    text-align: center;
	z-index: 3;
	box-shadow: 0 0 3px #000;}

.verify-bar-area .verify-move-block .verify-icon {
	font-size: 18px;}

.verify-bar-area .verify-msg {
	z-index : 3;}

/*字体图标的css*/
@font-face {font-family: "iconfont";
src: url(../fonts/iconfont.eot?t=150822919.jpg); /* ie9*/
  src: url('../fonts/iconfont.eot?t=1508229193188#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('data:application/x-font-woff;}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

.icon-check:before { content: "\e645";}

.icon-close:before { content: "\e646";}

.icon-right:before { content: "\e6a3";}

.icon-refresh:before { content: "\e6a4";}
