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

.jcaptcha-wrap-imagecode-box{
	width: 270px;
	height: 40px;
}
.jcaptcha-voicecode{
	vertical-align: top;
	cursor: pointer;
	display: inline;
	padding-top: 9px;
    height: 25px;
}

.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-textcode-box{
	height: 40px;
	width: 274px;
	margin-bottom:5px;
}

.jcaptcha-wrap-anglecode-box{
	height: 42px;
	width: 233px;
	margin-bottom: 5px;
}

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

.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;
}

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

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



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

}

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

.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:61px;
	background-image: url("../img/click.png");
	float: left;
}

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

.jcaptcha-false-textcode-icon{
	width:24px;
	height:23px;
	margin-top:7px;
	margin-left:27px;
	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 ;
    border-radius: 4px;
	position:relative;
	width: 254px;
	text-align: center;
	height:46px;
}

.jcaptcha-imagecode-input-text{
	width: 139px;
	height: 16px;
	border: 1px ;
	outline: 0;
	font-size: 16px;
    margin-top: 12px;
    border-right: 1px solid #DDD;
    margin-left: 1px;
}


.jcaptcha-messagecode-input-text,.jcaptcha-emailcode-input-text{
	vertical-align: middle;
	height: 38%;
	border: 0px solid #DDD;
    padding: 0 5px;
    outline: 0;
	width: 52%;
	position: absolute;
	bottom:9px;
	left:3px;
	margin-bottom: 4px;
    font-size: 16px;
    border-right: 1px solid #DDD;
    margin-left: -5px;
    color: #CCCCCC;
}


.jcaptcha-imagecode{
	vertical-align: middle;
	cursor: pointer;
	width: 59px;
	height: 37px;
	display:inline;
	margin-left: 10px;
}

.jcaptcha-send-message-box,.jcaptcha-send-email-box{
	position: absolute;
	bottom: 0px;
	right:0px;
	color:#333;
	text-align:center;
	font-size: 16px;
	height: 31px;
	cursor: pointer;
	width: 121px;
	font-family: PingFangSC-Regular;
	vertical-align: middle;
	color: #1677FF;
	margin-bottom: 6px;
}

.jcaptcha-sender-message-box,.jcaptcha-sender-email-box{
	position: absolute;
	bottom: 0px;
	right:0px;
	color:#333;
	text-align:center;
	font-size: 16px;
	height: 31px;
	cursor: pointer;
	width: 121px;
	font-family: PingFangSC-Regular;
	vertical-align: middle;
	color: #1677FF;
	margin-bottom: 3px;
}


.jcaptcha-clear{
	display:none;
	position: absolute;
	right: 119px;
	bottom: 15px;
}
.jcaptcha-change-time{
	color: #A9A4A4;
	cursor: default;
	margin-bottom: 3px;
}

.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;
}
.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: 13px;
    color: #333333;
    font-weight: 400;
    margin-left: 35px;
}

.input-text{
	width: 170px;
	height: 31px;
	border: 1px ;
	outline: 0;
	font-size: 16px;
    margin-top: 5px;
}

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