/* djsxx */
.container {
    margin: 26px auto;
    background: #fff;
}
.container .main-title {
    font-size: 18px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    padding: 0 20px;
}
.container .main {
    margin: 0 auto;
    overflow: hidden;
    padding: 30px;
    min-height: 200px;
}
.container .main .tab_query .tr_query{
	height:50px;
	line-height:50px;
}
.container .main .tab_query .tr_query .pdr2{
	padding-right:2%;
}

.download a{
    font-size: 16px;
    padding:0 20px;
}

/*字体图标样式*/
.Captcha-mark {
    position: absolute;
    cursor: pointer;
}

.sprite-index-icon-mark {
    background-position: -40px -44px;
    width: 16px;
    height: 16px;
}

.sprite-index-icon-delete {
    background-position: -22px -44px;
    width: 16px;
    height: 16px;
}

.sprite-index, [class*=sprite-index-] {
    background-image: url(../../images/captchamark.png);
    background-repeat: no-repeat;
}

#yzmID{
    border-width: 1px;
    padding: 0px;
    width: 80%;
    height: 30px;
    font-size: 16px;
    border: 1px solid #A9A9A9;
    padding-left: 10px;
    line-height: 30px;
}
#yzmID2{
    border-width: 1px;
    padding: 0px;
    width: 80%;
    height: 30px;
    font-size: 16px;
    border: 1px solid #A9A9A9;
    padding-left: 10px;
    line-height: 30px;
}
#yzmpic{
    display: none;
    position: absolute;
    width: 320px;
    height: 139px;
    top: -120px;
    left: 0px;
    z-index: 999;
}
#yzmpic2{
    display: none;
    position: absolute;
    width: 320px;
    height: 139px;
    top: -120px;
    left: 0px;
    z-index: 999;
}
.pic-ico{
    position: absolute;
    width: 34px;
    height: 34px;
    top: 2px;
    left: 267px;
    cursor: pointer;
    background-image: url('../../images/refresh.png');
    background-position: 0 -437px;
    background-size: 34px 471px;
}
.pic-ico:hover{
    background-image: url('../../images/refresh.png');
    background-position: 0 -400px;
    background-size: 34px 471px;
}

#clickTipCaptcha{
    border-radius: 4px;
}
#clickTipCaptcha2{
    border-radius: 4px;
}