/*由于多处设计到ie8以下需要弹窗，将此部分样式抽离出来*/
.lte-ie8-tips,
.forbidden-ie8-tips{
	position: fixed;
	top:50%;
	left:50%;
	margin-left: -220px;
	margin-top: -140px;
	width: 440px;
	background: #fffced;
	z-index: 1000;
	padding: 30px 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	text-align: center;
	display: none;
}
.close-button,
.forbidden-close-button {
	position: absolute;
	display: block;
	top:10px;
	right:10px;
	cursor:pointer;
}
.count-down {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #999999;
	top:10px;
	right:10px;
	cursor:pointer;
}
.lte-ie8-title {
	color:#ff4000;
	font-size: 20px;
	font-weight: bold;
	margin:0;
	margin-bottom:15px;
	text-align: center;
}
.lte-ie8-title img {
	width: 24px;
	margin-right: 10px;
	height: auto;
	display: inline-block;
	position: relative;
	top:2px;
}
.lte-ie8-detail p {
	font-size: 16px;
	color:#333333;
	padding:0;
	margin:0;
	margin-bottom:25px;
}
.lte-ie8-recommand > p {
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	margin:0;
	margin-bottom:10px;
}
.lte-ie8-recommand .info {
	font-size: 12px;
	color:#999999;
	margin:0;
	margin-bottom:20px;
}
.lte-browser-container p,
.forbidden-browser-container p {
	font-size: 14px;
	color:#333333;
	margin:0;
	margin-top:10px;
}
.lte-browser-container img,
.forbidden-browser-container img {
	width:50px;
	height:auto;
}
.lte-browser-container a,
.forbidden-browser-container a {
	padding:0 20px;
	display: inline-block;
	text-decoration: none !important;
}
.dark-cover,
.forbidden-dark-cover {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: rgb(0,0,0);
	/* works for IE 5+. */
	filter:alpha(opacity=40); 
	/* works for IE 8. */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	/* works for old school versions of the Mozilla browsers like Netscape Navigator. */
	-moz-opacity:0.4; 
	/* This is for old versions of Safari (1.x) with KHTML rendering engine */
	-khtml-opacity: 0.4; 
	/* This is the "most important" one because it's the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. */  
	opacity: 0.4; 
	z-index:999;
}
.notshow {
	display: none;
}
/* .lte-ie8-tips p{
	text-align: center;
	font-size: 14px
	color:#333;
}
.lte-ie8-tips a{
	padding:0 0 0 20px;
	color: #ff8420;
} *//*覆盖公共样式*/
.forbidden-ie8-tips{
    background: #fff;
}

/*原因反馈弹窗*/
.reason-feedback-box{
    position: fixed;
    top:50%;
    left:50%;
    margin-left: -355px;
    margin-top: -255px;
    width: 710px;
    height: 420px;
    background: #fff;
    z-index: 1000;
    padding: 30px 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    text-align: center;
    display: none;
}
.reason-feedback-title{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    color:#6a9ce8;
}
.question-part{
    margin:0 30px 30px;
    padding-bottom: 15px;
    text-align: left;
    border-bottom:1px solid #e9e9e9;
}
.question-part i{
    margin-right: 5px;
    color: #f40;
    vertical-align:middle;
    font-style: normal;
}
.error-msg{
    display: none;
    margin-left: 10px;
    color: #f40;
}
.reason-browser-container{
    margin-top: 10px;
}
.reason-browser-container p {
    margin:10px 0 0 0;
    font-size: 14px;
    color:#333333;
    text-align: center;
}
.reason-browser-container img {
    width:50px;
    height:auto;
}
.reason-browser-container a {
    display: inline-block;
    padding:0 20px;
    text-decoration: none !important;
}
.question-part label{
    display: inline-block;
    margin: 15px 0 0 26px;
}
.question-part label input{
    margin-right: 5px;
}
.unclear-reason{
    margin: 15px 0 0 16px;
    padding: 5px 10px;
    border:1px solid #e9e9e9;
}
.unclear-reason label{
    margin: 0;
}
.specific-reason{
    margin-left: 5px;
}
.submit-btn{
    margin:0;
}/*DNS劫持检测样式请勿修改，如果修改请同时修改判断js代码*/
#ajk-dnscheck-include{
    width:1px;
    position:absolute;
    background-color:rgb(110,110,110);
}
.ui-header{
    position: relative;
    z-index: 500;
    width:100%;
    background: #F57D00;
    color:#fff;
    box-shadow:0px 0 5px #5c6168;
}
.ui-header-inner{
    width:1180px;
    line-height: 46px;
    height:46px;
    margin:0 auto;
}
.ui-header-logo{
    float:left;
    height:46px;
    overflow:hidden;
    padding-left: 4px;
}
.ui-header-logo a{
    display: inline-block;
    *display: inline;
    *zoom:1;
    color:#fff;
    font-size: 20px;
    text-decoration: none;
    height: 46px;
    line-height:46px;
    overflow: hidden;
}
.ui-header-logo a:hover{
    text-decoration: none;
    color:#fff;
}
.ui-header-logo .iconfont{
    float:left;
    margin-right:16px;
    -webkit-font-smoothing: auto;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: auto;
    font-size: 20px;
}

.ui-header-logo .logo-58{
    margin-top:0;
    font-size: 24px;
}
.ui-header-logo .logo-ajk{
    font-size: 19px;
}
.ui-header-logo .logo-ajk,
.ui-header-logo .logo-gj{
    line-height: 48px;
    line-height: 45px\0;
}

.ui-header-logo .broker-text{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.ui-header-logo .logo-line{
    float:left;
    border-left:1px solid #eee;
    display:inline-block;
    height:16px;
    margin:16px 14px 0 0;
}

.ui-header-link{
    font-size: 12px;
    float:right;
    text-align: right;
    display: flex;
    align-items: center;
    height: 46px;
}
.ui-header-link a {
    color:#fff;
    font-size: 12px;
    margin:0 5px;
}
.ui-header-link span{
    margin:0 5px;
}

.ui-tips i {
    height: 20px;
    display: inline-block;
    width: 20px;
    margin-right: 4px;
}

.ui-header-link > a, .ui-header-link > span {
    height: 24px;
    line-height: 24px;
}
.ui-header-link .use-new-layout {
    text-decoration: unset;
}
.ui-header-link .use-new-layout > span {
    display: flex;
    font-size: 12px;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 10%);
    border-radius: 12px;
    padding: 0 10px;
}
.ui-header-link .use-new-layout i {
    margin-right: 4px;
    font-size: 14px;
}.ui-footer{
    padding:40px 0;
    color:#fff;
    text-align: center;
}
.ui-footer a{
    color: #fff;
    font-size:12px;
    margin:0 12px;
}
.ui-footer .ui-footer-link{
    font-size: 14px;
    margin: 0 0 15px;
}
.ui-footer .ui-footer-link a{
    font-size:inherit;
}
.ui-footer p{
    font-size: 12px;
    line-height: 22px;
}
#error_report{
    color: #ff8420;
}
.com-result {
    width: 100%;
    text-align: center;
}
.com-result .result-title {
    font-size: 26px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
}
.com-result .result-title .result-icon {
    font-size: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.result-suc {
    color: #59b200;
}
.result-fail {
    color: #ff3e00;
}
.result-dts p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 22px;
}
.result-dts {
    margin-bottom: 15px;

    /* margin-left: 10px; */
}
.result-dts .red {
    color: #f00;
}
.ui-button-red {
    height: 38px;
    line-height: 38px;
    background: #fff2e3;
    color: #ff8400;
    border: solid 1px #ff8400;
}
.result-discount-tips {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 22px;
    margin-top: 7px;
}
#result-btn2, #result-btn {
    min-width: 90px;
    margin-left: 10px;
}
.question-guide {
    margin-top: 14px;
}
body{
    background:#fff;
}
.clearfix:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden;}
.clearfix{*zoom:1;}
.container{
    clear:both;
    width:1180px;
    margin:0 auto;
    overflow: hidden;
}

.ui-footer{
    color:#999;
}
.ui-footer a{
    color:#999;
}

.ui-form .auto-ul li span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.iconfont-wb {
    font-family: "icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
@charset "utf-8";
.result-tips{padding: 60px 0 0 115px;*zoom:1;}
.result-tips:after{clear:both;content:".";display:block;font-size:0;height:0;visibility:hidden;}
.house-icon{float: left; background: url(//pages.anjukestatic.com/img/b_ajk/common/houseicon-tips.png) no-repeat;}
.result-tips .sucessicon{width: 126px; height: 104px; background-position: -170px 0;}
.result-tips .failicon{width: 162px; height: 104px; background-position: 0 0;}
.result-tips dl{float: left;padding-left: 28px;}
.fail-tips dl{padding-top: 4px;}
.sucess-tips dl{padding-top: 18px;}
.result-tips dt{font-size: 16px; font-weight: 700; line-height: 36px;}
.fail-tips dt{color: #f00;}
.result-tips dd{font-size: 14px; line-height: 28px;}
.result-tips dd a{margin-left: 4px;}