* {
	margin: 0px;
	padding: 0px;
}

html,body {
	height: 100%;
}

body {
    font-size: 14px;
    font-family: arial, "Microsoft YaHei";
    color: #333;
    background: #fff;
}

a, a:hover, a:focus {
    text-decoration: none;
}

a {
	color: #333;
}

a:hover {
	color: #1f5abe;
}

img { 
	max-width: 100%;
}


/********** 信息验证 **********/
.page {
	box-sizing: border-box;
	min-height: 100%;
	position: relative;
	padding-bottom:90px;
}

.header {
	width: 100%;
	height: 110px;
	background: #fff;
}

.header img {
	float: left;
	margin: 18px 0px 0px 50px;
	max-width: 80%;
}


/********** 小屏幕样式 **********/
@media screen and (max-width: 800px) {
	.header {
		width: 100%;
		height: auto;
		background: #fff;
	}
	
	.header img {
		float: left;
		margin: 8px 0px 8px 16px;
	}
}

.content {
    width:100%;
    height: 450px;
    color: #fff;
    overflow: hidden;
    background: url(../images/con_bg.png) repeat-x;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.content_verify_ico {
	width: 285px;
	height: 252px;
	/* background: url(../images/verify_ico.png) no-repeat; */
	margin: 40px auto;
}
.content_form {
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.content_form_tit {
	float: left;
	font-size: 18px;
	line-height: 48px;
	text-align: left;
	margin-right: 2px;
}
.content_form input {
	border: 1px solid #0c50ae;
    border-radius: 2px;
    height: 46px;
    line-height: 46px;
    width: 400px;
    color: #666;
    font-size: 16px;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    box-shadow: 0px 0px 0px 1px rgba(76,141,235,1);
    margin-top: 1px;
}
.content_form input:focus{ /* 文本框输入样式 */
	border-color: #013273;                     
	outline: 0;                     
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);                     
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.content_form input.content_form_input_error{ /* 文本框错误提示，边框样式 */
	border-color: #e21616;                     
	outline: 0;                     
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,168,168,.6);                     
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(233,168,168,.6)
}
.content_form_btn a {
	width: 102px;
	height: 48px;
	float: right;
	background: url(../images/submit_btn.png) no-repeat;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #231a17;
	margin-left: 10px;
}
.content_form_btn a:hover {
	background: url(../images/submit_btn.png) -102px 0px no-repeat;
}
.content_form_btn a:active {
	color: #423c39;
	background: url(../images/submit_btn.png) -204px 0px no-repeat;
}
.content_form_error {
	width: 400px;
    height: auto;
    float: left;
    background: #ffc9c9;
    border: 1px solid #bc5858;
    color: #b91c1c;
    font-size: 14px;
    line-height: 30px;
    margin: 4px 0px 14px 74px;
    border-radius: 2px;
    padding-top: 3px;
    box-shadow: 0px 0px 0px 1px rgba(76,141,235,1);
    box-sizing: border-box;
}
.content_form_error_ico {
    float: left;
    margin: 3px 5px 0px 8px;
}

/********** 小屏幕样式 **********/
@media screen and (max-width: 800px) {
	.content_verify_ico {
		width: 190px;
		height: 168px;
		margin: 60px auto 35px auto;
	}
	.content_form {
		width: 364px;
		height: auto;
		margin: 0 auto;
	}
	.content_form_tit {
		display: block;
		float: left;
		font-size: 16px;
		line-height: 48px;
		text-align: left;
		margin-right: 2px;
	}
	.content_form input {
		border: 1px solid #0c50ae;
		border-radius: 2px;
		height: 36px;
		line-height: 36px;
		width: 280px;
		color: #666;
		font-size: 14px;
		padding: 0 10px;
		box-sizing: border-box;
		float: left;
		box-shadow: 0px 0px 0px 1px rgba(76,141,235,1);
		margin-top: 1px;
	}
	.content_form_btn a {
		width: 80px;
		height: 36px;
		float: left;
		background: url(../images/submit_btn.png) no-repeat;
		background-size: 400%;
		text-align: center;
		line-height: 36px;
		font-size: 16px;
		color: #231a17;
		margin-left: 4px;
	}
	.content_form_btn a:hover {
		background: url(../images/submit_btn.png) -80px 0px no-repeat;
		background-size: 400%;
	}
	.content_form_btn a:active {
		color: #423c39;
		background: url(../images/submit_btn.png) -160px 0px no-repeat;
		background-size: 400%;
	}
	.content_form_error {
		width: 280px;
		height: auto;
		float: left;
		background: #ffc9c9;
		border: 1px solid #bc5858;
		color: #b91c1c;
		font-size: 14px;
		line-height: 30px;
		margin: 4px 0px 14px 0px;
		border-radius: 2px;
		padding-top: 3px;
		box-shadow: 0px 0px 0px 1px rgba(76,141,235,1);
		box-sizing: border-box;
	}
	.inputbtn {
		clear: both;
	}
}

/********** 最小屏幕样式 **********/
@media screen and (max-width: 370px) {
	.content_verify_ico {
		width: 190px;
		height: 168px;
		margin: 60px auto 25px auto;
	}
	.content_form {
		width: 280px;
		height: auto;
		margin: 0 auto;
	}
	.content_form_btn a {
		clear: both;
		width: 80px;
		height: 36px;
		float: left;
		background: url(../images/submit_btn.png) no-repeat;
		background-size: 400%;
		text-align: center;
		line-height: 36px;
		font-size: 16px;
		color: #231a17;
		margin: 4px auto;
	}
	.content_form_error {
		width: 196px;
		height: auto;
		float: left;
		background: #ffc9c9;
		border: 1px solid #bc5858;
		color: #b91c1c;
		font-size: 14px;
		line-height: 30px;
		margin: 4px 0px 14px 4px;
		border-radius: 2px;
		padding-top: 3px;
		box-shadow: 0px 0px 0px 1px rgba(76,141,235,1);
		box-sizing: border-box;
	}
}

.footer {
	width: 100%;
	height: 90px;
	line-height: 90px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/footer_bg.png) repeat-x;
	color: #fff;
	text-align: center;
}

/********** 小屏幕样式 **********/
@media screen and (max-width: 800px) {
	.footer {
		font-size: 10px;
	}
}

/********** 最小屏幕样式 **********/
@media screen and (max-width: 400px) {
	.footer {
		font-size: 8px;
		height: 80px;
		line-height: 40px;
	}
}

.footer a{
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}


/********** 验证结果 **********/
.con_verifyresult_tips {
	width: 100%;
	height: 50px;
	background-color: rgba(42,82,182,0.9);
	border-bottom: 1px solid #2b4b94;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}

/********** 小屏幕样式 **********/
@media screen and (max-width: 800px) {
	.con_verifyresult_tips {
		width: 100%;
		height: 50px;
		background-color: rgba(42,82,182,0.9);
		border-bottom: 1px solid #2b4b94;
		color: #fff;
		font-size: 14px;
		line-height: 50px;
		text-align: center;
	}
}

.verifyresult_main_pic {
	width: 98.5%;
	height: auto;
	margin: 10px auto;
}

.con_verifyresult_table {
    position: relative;
	width: 640px;
	height: auto;
	margin: 30px auto;
	padding-top: 25px;
}

.con_verifyresult_table table {
	width: 640px;
	border-width: 1px;
    border-color: #bfd7f4;
	border-collapse: collapse;	
	background: #fff;
	color: #333;
	font-size: 16px;

}

.con_verifyresult_table table tr td .con_verifyresult_table_tit {
	color: #004bc8;
	text-align: right;
	float: right;
}

.con_verifyresult_table table tr, .con_verifyresult_table table td {
	border-width: 1px;
    padding: 10px;
    border-style: solid;
    border-color: #bfd7f4;
}

.con_verifyresult_table_drak {
	background: #e7f0fb;
}

.con_verifyresult_table_drak a {
	width: 100px;
	height: 29px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 29px;
	background: url(../images/down_btn.png) no-repeat;
	text-align: center;
}

.con_verifyresult_table_drak a:hover {
	background: url(../images/down_btn.png) -100px 0px no-repeat;
}

.con_verifyresult_table_drak a:active {
	color: #d7f6ca;
	background: url(../images/down_btn.png) -200px 0px no-repeat;
}

.con_verifyresult_recheck_btn a {
	width: 132px;
	height: 48px;
	margin: 0 auto;
	background: url(../images/recheck_btn.png) no-repeat;
	line-height: 48px;
	text-align: center;
	color: #231a17;
	font-size: 18px;
	display: block;
}

.con_verifyresult_recheck_btn a:hover {
	background: url(../images/recheck_btn.png) -132px 0px no-repeat;
}

.con_verifyresult_recheck_btn a:active {
	color: #423c39;
	background: url(../images/recheck_btn.png) -264px 0px no-repeat;
}

.tips_text {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0;
    font-weight: bold;
    color: #367ae2;
    background: #e0ecff;
    border-top: 1px dashed #b4d1ff;
    border-bottom: 1px dashed #b4d1ff;
    box-sizing: border-box;
    padding: 12px 0;
}

    .tips_text a {
        color: #d91403;
    }

    .tips_text a:hover {
        text-decoration: underline;
    }

.con_verifyresult_table .topware_postmark {
    right: 8px;
    top: 32px;
}



/************ 公用邮戳 *************/
.topware_postmark {
    width: 163px;
    height: 126px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: #333;
    text-align: center;
    line-height: 126px;
    opacity: .8;
}

    .topware_postmark b {
        display: inline-block;
        transform: rotate( -30deg );
    }

    .topware_postmark .postmark_orange {
        width: 100%;
        height: 100%;
        background: url(../images/i_postmark.png) no-repeat;
        display: block;
    }

        .topware_postmark .postmark_orange b {
            color: #fa9c17;
        }

    .topware_postmark .postmark_green {
        width: 100%;
        height: 100%;
        background: url(../images/i_postmark.png) -163px 0 no-repeat;
        display: block;
    }

        .topware_postmark .postmark_green b {
            color: #0faa2f;
        }

    .topware_postmark .postmark_red {
        width: 100%;
        height: 100%;
        background: url(../images/i_postmark.png) -326px 0 no-repeat;
        display: block;
    }

        .topware_postmark .postmark_red b {
            color: #ef534a;
        }

    .topware_postmark .postmark_blue {
        width: 100%;
        height: 100%;
        background: url(../images/i_postmark.png) -489px 0 no-repeat;
        display: block;
    }

        .topware_postmark .postmark_blue b {
            color: #4783f1;
        }