.jcaptcha-wrap-messagecode-box,.jcaptcha-wrap-emailcode-box{
	height: 28px;
	width: 300px;
}

.jcaptcha-wrap-imagecode-box{
	width: 500px;
	height: 40px;
}
.jcaptcha-voicecode{
	vertical-align: top;
	cursor: pointer;
	display: inline;
	padding-top: 6px;
	margin-left: 10px;
}

.jcaptcha-wrap-anglecode-box,.jcaptcha-wrap-textcode-box{
	margin-top: 5px;
	overflow: hidden;
}

/** �ı������� X  **/input::-ms-clear{display: none;}
/** ���������� X  **/input::-ms-reveal{display: none;}



.jcaptcha-wrap-anglecode-box{
	height: 42px;
	width: 378px;
}


.jcaptcha-wrap-textcode-box{
	height: 40px;
	width: 379px;
}

.jcaptcha-textcode-image-wrap{
	height: 173px;
	width: 100%; 
	display: none;
	position: absolute;
	margin-top:-135px;
}

.jcaptcha-textcode-image-box{
	width: 100%;
	height: 135px;

}

.jcaptcha-textcode-tip-box{
	width: 376px;
	height: 38px;
	text-align: center;
	border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
}




.jcaptcha-textcode-image-click{
	position: absolute;
	background:rgba(33, 150,243,0.5);
	border-radius: 50%;
	border: 1px solid white;
	color: white;
	text-align: center;
	vertical-align: middle;
	width:20px;
	height: 20px;
}

.jcaptcha-textcode-update-icon{
	width: 18px;
	height: 18px;
	background-image: url("../img/update.png");
	position: absolute;
	right: 2px;
	top:2px;
}



.jcaptcha-textcode-tip-text{
	margin-top:7px;
	float: left;
	font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1677FF;
    line-height: 22px;
    font-weight: 400;
}

.jcaptcha-true-textcode-span{
	margin-top:7px;
	float: left;
}

.jcaptcha-false-textcode-span{
	margin-top:7px;
	float: left;
}

.jcaptcha-textcode-click-icon{
	width:24px;
	height:23px;
	margin-top:7px;
	margin-left:116px;
	background-image: url("../img/click.png");
	float: left;
}

input::-webkit-input-placeholder { /* WebKit browsers */
color: #CCCCCC;
}

.jcaptcha-true-textcode-icon{
	width:24px;
	height:23px;
	margin-top:7px;
	margin-left:116px;
	background-image: url("../img/right.png");
	float: left;
}

.jcaptcha-false-textcode-icon{
	width:24px;
	height:23px;
	margin-top:7px;
	margin-left:100px;
	background-image: url("../img/error.png");
	float: left;
}

.jcaptcha-textcode-false-tip-box{
	border-color: #d9534f;
	background-color: #FCE1E1;
	color:#d9534f;
}

.jcaptcha-textcode-true-tip-box{
	border-color: #1CC7AD;
	background-color: #D2F4EF;
	color:#1CC7AD;
}

.jcaptcha-wrap-messagecode-box,.jcaptcha-wrap-emailcode-box{
	border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
	position:relative;
	width: 376px;
	text-align: center;
	height:40px;
}

.jcaptcha-imagecode-input-text{
	width: 260px;
	height: 37px;
	border: 1px solid rgba(221,221,221,1);
    border-radius: 4px;
	outline: 0;
	padding: 2px 4px;
	padding-left: 19px;
}


.jcaptcha-messagecode-input-text,.jcaptcha-emailcode-input-text{
	vertical-align: middle;
	height: 75%;
	border: 0px solid #DDD;
    padding: 0 5px;
    outline: 0;
	width: 58%;
	position: absolute;
	bottom: 3px;
	left:13px;
}


.jcaptcha-imagecode{
	vertical-align: middle;
	cursor: pointer;
	width: 92px;
	height: 39px;
	display:inline;
	margin-left: 10px;
	background: rgba(22,119,255,0.06);
    border: 1px solid rgba(22,119,255,1);
    border-radius: 4px;
}

.jcaptcha-send-message-box,.jcaptcha-send-email-box{
	border-left: 1px solid #DDD;
	position: absolute;
	bottom: 0px;
	right:0px;
	color:#333;
	text-align:center;
	font-size: 14px;
	height: 30px;
	cursor: pointer;
	width: 92px;
	padding-top: 11px;
	font-family: PingFangSC-Regular;
	vertical-align: middle;
	color: #1677FF;
}
.jcaptcha-clear{
	display:none;
	position: absolute;
	right: 105px;
	bottom: 11px;
}
.jcaptcha-change-time{
	color: #A9A4A4;
	cursor: default;
}

.jcaptcha-mouse-over-message-code{
	color: #FB0;
}

.jcaptcha-check-code-true{
	border-width: 0.2px;
	border-color: #59A91D;
}

.jcaptcha-check-code-false{
	border-width: 0.2px;
	border-color: red;
}


.jcaptcha-anglecode-spin-img-wrap{
	background-color: white;
	height: 220px;
	width: 100%; 
	display: none;
	position: absolute;
	margin-top:-173px;
}
.jcaptcha-anglecode-spin-img{
	border-radius: 50%;
}


.jcaptcha-anglecode-spin-img-box{
	width: 100%;
	height: 170px;
	text-align: center;
}


.jcaptcha-textcode-tip-box-unhover{
	background: #F7F8FA;
}



.verify-left-bar :hover{
	cursor: pointer;
}
.verify-msg{
	font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

html{
    touch-action:none;
    touch-action:pan-y;
}