@charset "utf-8";
/* CSS Document */



/*  ***--背景-颜色--***  */
.bg-f {	background-color: #ffffff;}


/*  ***--框架--***  */
.box {}


.top_title {
	width: 100%;
	line-height: 70px;
	padding: 10px 0;
	color: #ff7900;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.main_title1 {
	margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 5;
    padding-top: 38px;
    background: url("../images/title_bg1.png") no-repeat center top;
}
.main_title1 em {
    color: #333333;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 0;
    margin-top: 0;
	font-style: normal;
	font-weight: bold;
    position: relative;
    display: block;
    font-family: 'BarlowCondensed bold';
    z-index: 2;
    margin-bottom: 8px;
}
.main_title1 .line1 {
    width: 50px;
    height: 5px;
    background: url("../images/title_tex_i.png") no-repeat center center;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.main_title1 .text1 {
    color: #808080;
    font-size: 13px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    max-width: 65%;
    margin: auto;
    margin-top: 20px;
}
.main_title1 .text1 > span {
	font-size: 16px;
}





.fwcx_case {
	display: block;
	width: 100%;
	padding: 30px 0;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-image: -webkit-linear-gradient(bottom, #ff7700, #ffb300);
	background-image: -o-linear-gradient(bottom, #ff7700, #ffb300);
	background-image: linear-gradient(to top, #ff7700, #ffb300);
}
.fwcx_case p {
	margin: auto;
}
.fwcx_cont {
	display: flex;
	justify-content: center;
	align-items: center;
}
.fwcx_logo {
	flex: none;
	width: 230px;
	margin-bottom: 20px;
	margin-right: 40px;
}
.fwcx_tex {
	flex: none;
	display: inline-block;
	width: auto;
	margin-right: 15px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	word-break: keep-all;
	word-wrap: normal;
	white-space: nowrap;
}
.fwcx_inp {
	width: 200px;
	height: 36px;
	margin-right: 15px;
	padding: 0 10px;
	color: #333333;
	font-size: 15px;
	outline: none;
	border: 1px solid #eeeeee;
}
.fwcx_btn {
	width: auto;
	padding: 0 10px;
	font-size: 15px;
	outline: none;
	border: none;
	border-radius: 4px;
	background-color: #fbe600;
	box-shadow: 3px 3px 1px #fe6400; 
}
.fwcx_btn:active {
	transform: scale(0.96);
}


.result_case {
	position: relative;
	width: 100%;
/*	margin-bottom: 30px;*/
	padding: 50px 0;
	background: url("../images/result_bg.png") bottom left no-repeat #f7f7f7;
}
.fw_result {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 30px;
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	background-color: #ffffff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.fw_result > li {
	width: 100%;
	padding: 5px 0;
	list-style: none;
}
.fw_result > li > span {
	display: inline;
	white-space: pre-wrap;
	word-break: break-all;
/*	word-break: normal;*/
	word-wrap: normal;
/*	word-wrap: break-word;*/
}

#lblNumber, #divResult {
    color: #ed7020;
}


.footer-bottom {
    text-align: center;
    position: relative;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
}
.footer-bottom .copy {
    color: #666666;
    font-size: 12px;
}
.footer-bottom .copy a {
    color: #666666;
    font-size: 12px;
}
.footer-bottom .fot_link {
    padding-top: 5px;
}
.footer-bottom .foot_ipv6 {
    display: inline-block;
    color: #666666;
    font-size: 12px;
}
.footer-bottom .foot_ipv6 img {
    max-width: 24px;
    margin-left: 5px;
}

