﻿body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin: 0;padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
strong{font-weight: 700;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea,
select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;	font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {*font-size: 100%;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] input[type="button"]::-moz-focus-inner{border:none;padding:0;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption{text-align: left;}
sup, sub {font-size: 100%;}
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
.clearfix,.form-group,.container{ *clear: both; *zoom: 1;}
.clearfix:after,.clearfix:before,.container:after,.container:before,.form-group:after,.form-group:before{ display:table;content:" ";}
.clearfix:after,.container:after,.form-group:after{content:".";clear:both;display:block;height:0;overflow:hidden;visibility:hidden;}
.hidden{display:none!important;}
.show{display:block!important;}
.hide{display:none;}
.pull-left,.pull-right{display:inline;}
.pull-left{float:left;}
.pull-right{float:right;}
 button,input,textarea,select{ font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
*,
:after,
:before{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

/* hidden & visible */
.visible-xs{ display: none; }
@media (max-width: 767px) {
    .visible-xs{ display: block !important; }
}
@media (max-width: 767px) {
    .hidden-xs { display: none !important; }
}
html {
    height: 100%;
    scroll-behavior:smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   
}

body{	
	color: #181818;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;	
    min-width: 1240px;
    scroll-behavior:smooth;
    -webkit-font-smoothing: antialiased; 
}
a{ color: #444; text-decoration: none; transition: color .3s, background-color .3s; }
a:hover{ color: #ff5c38; text-decoration: none;}
a.link { color: #007dfe; }
a.link:hover{ text-decoration: underline;}

/* Hx */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-weight: 400; }
.h1,h1{ font-size: 32px; }
.h2,h2{ font-size: 22px; }
.h3,h3{ font-size: 18px; }
.h4,h4{ font-size: 16px; }
.h5,h5{ font-size: 14px; }
.h6,h6{ font-size: 12px; }
.small,small{ font-size: 85%; }

/* sep */
.sep{ padding: 0 10px; opacity: .5; filter: alpha(opacity=50); font-family: Simsun; }

/* gt */
.gt{ font-style: normal; padding-left: 2px; font-family: Simsun;}

/* icopy */
.icopy{ cursor: pointer; }

/* disabled */
.disabled{ 
    cursor: not-allowed; 
    filter: alpha(opacity=50); 
    opacity: .5; 
    pointer-events: none; 
}

/* text-align */
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-justify { text-align: justify; }
.text-nowrap  { white-space: nowrap; }
.text-break   { word-wrap: break-word; white-space: normal; }

/* text-color */
.text-light  { color: #999;}
.text-muted  { color: #777;}
.text-primary{ color: #ff5c38!important; }
.text-success{ color: #0cc741!important; }
.text-info   { color: #007dfe!important; }
.text-warning{ color: #ff9000!important; }
.text-danger { color: #f76260!important; }

/* container */
.container{
    margin-left: auto;
    margin-right: auto;
    min-width: 1240px;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}

/* fixed */
.fixed{ position: fixed; z-index: 20; }

/* backdrop */
.backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 99;
    width: 100%;
    height: 100%;
    pointer-events: none;
    backface-visibility: hidden;
    background-color: #000;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .3s;
}
    .backdrop.in{ opacity: .5; filter: alpha(opacity=50); pointer-events: auto; }

/* matte */
.matte{
    z-index: 1000;
    transition: all .3s;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}
    .matte.in{ pointer-events: auto; opacity: 1; filter: alpha(opacity=100); display: block; }

/* iconimg */
.iconimg{
	display: inline-block;
	overflow: hidden;
    vertical-align: middle;
	font-size: 0;
	line-height: 0;
	text-indent: -999px;
    background-repeat: no-repeat;
    background-image: url(../images/iconimg.png);
}

/* loader */
.loader{
	display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(../images/loader.gif) 0 0 no-repeat;
}

/* caret */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: transform .25s;
}

/* form-control */
.form-control{
    display: block;
    width: 100%;   
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    transition: border linear .2s, box-shadow linear .2s;  
    border-radius: 100px;
}
    .input-lg{ height: 42px; font-size: 16px; padding: 10px 13px; }
    .input-sm{ height: 30px; font-size: 13px; padding: 4px 8px; }
    .form-control:hover{ border-color: #ccc; }
    .form-control:focus{ border-color: #aaa; color: #333; }
    .form-control-error{ border-color: #f76260; }
    .form-control-succeed{ border-color: #0cc741; }

    .form-control::-moz-placeholder { color: #ccc; opacity: 1; }
    .form-control:-ms-input-placeholder {color: #ccc;}
    .form-control::-webkit-input-placeholder {color: #ccc;}
    .form-control[readonly]{ color: #666; border-color: #e5e5e5; box-shadow: none; background-color: #f9f9f9; }
    .form-control[disabled],
    .form-control.disabled{ color: #999; border-color: #eee; background-color: #f9f9f9; filter: alpha(opacity=100); opacity: 1; }
     textarea.form-control{ line-height: 1.42857143; padding: 5px 10px; overflow-y: auto; overflow-x: hidden; border-radius: 6px; }
     select.form-control{ color: #555; } 
   
/* help-block */
.help-block{
    color: #999;
    padding: 5px 0 0 0;
}

/* radio&checkbox  */
.radio,.checkbox{ position: relative; display: block; font-size: 14px; line-height: 20px; }
.radio input,.checkbox input{float: left; margin: 4px 7px 0 0;  }
.radio + .radio,.checkbox + .checkbox{ margin-top: 10px; }
.radio-inline,.checkbox-inline{ display: inline-block; vertical-align: middle; }
.radio-inline + .radio-inline,.checkbox-inline + checkbox-inline{ margin: 0 0 0 15px; }

/* IE9+ checkbox Beauty */
input[type="checkbox"].icheck:enabled,
input[type="checkbox"].icheck:disabled{ opacity: 0; position: absolute; }
input[type="checkbox"].icheck:enabled + .icheck-text,
input[type="checkbox"].icheck:disabled + .icheck-text{
    position: relative;
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding-left: 28px;
    color: #666;
    cursor: pointer;
}
    input[type="checkbox"].icheck:disabled + .icheck-text::before,
    input[type="checkbox"].icheck:enabled + .icheck-text::before{
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        z-index: 2;
        width: 18px;
        height: 18px;
        overflow: hidden;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 4px;
        transition: .3s;
        box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
    }
    input[type="checkbox"].icheck:disabled + .icheck-text::after,
    input[type="checkbox"].icheck:enabled + .icheck-text::after{
        content: "";
        position: absolute;
        top: 3px;
        left: 6px;
        z-index: 3;
        width: 6px;
        height: 10px;
        overflow: hidden;
        border-right: 2px solid #eee;
        border-bottom: 2px solid #eee;
        background-color: transparent;
        opacity: 0;
        transition: .3s;
        -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
    }
        input[type="checkbox"].icheck:enabled + .icheck-text:hover{ color: #333; }
        input[type="checkbox"].icheck:enabled + .icheck-text:hover::before{ border-color: #bbb; }
        input[type="checkbox"].icheck:enabled + .icheck-text:hover::after{ opacity: 1; }
        input[type="checkbox"].icheck:enabled:checked + .icheck-text{ color: #333; }
        input[type="checkbox"].icheck:enabled:checked + .icheck-text::before{ border-color: #ff5c38; background-color: #ff5c38; box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
        input[type="checkbox"].icheck:enabled:checked + .icheck-text::after{ opacity: 1; border-color: #fff;}
        input[type="checkbox"].icheck:enabled:checked + .icheck-text:hover::before{ border-color: #ff7152; background-color: #ff7152; }
        
        input[type="checkbox"].icheck:disabled + .icheck-text{ cursor: default; opacity: .5;}
        input[type="checkbox"].icheck:disabled + .icheck-text::before{ cursor: not-allowed; background-color: #f0f0f0; box-shadow: none; }
        input[type="checkbox"].icheck:disabled + .icheck-text::after { cursor: not-allowed; }
        input[type="checkbox"].icheck:disabled:checked + .icheck-text::before{ border-color: #ff5c38; background-color: #ff5c38; opacity: .5;}
        input[type="checkbox"].icheck:disabled:checked + .icheck-text::after { opacity: .8; border-color: #fff;}
   
/* IE9+ radio Beauty */
input[type="radio"].iradio:enabled,
input[type="radio"].iradio:disabled{ opacity: 0; position: absolute; }
input[type="radio"].iradio:enabled + .iradio-text,
input[type="radio"].iradio:disabled + .iradio-text{
    position: relative;
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding-left: 28px;
    color: #666;
    cursor: pointer;
}
    input[type="radio"].iradio:disabled + .iradio-text::before,
    input[type="radio"].iradio:enabled + .iradio-text::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 18px;
        height: 18px;
        overflow: hidden;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 50%;
        transition: .3s;
        box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
    }
    input[type="radio"].iradio:disabled + .iradio-text::after,
    input[type="radio"].iradio:enabled + .iradio-text::after{
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 3;
        width: 8px;
        height: 8px;
        overflow: hidden;
        background-color: #eee;
        opacity: 0;
		border-radius: 50%;
        transition: .3s;
    }
        input[type="radio"].iradio:enabled + .iradio-text:hover{ color: #333; }
        input[type="radio"].iradio:enabled + .iradio-text:hover::before{ border-color: #bbb; }
        input[type="radio"].iradio:enabled + .iradio-text:hover::after{ opacity: 1; }
        input[type="radio"].iradio:enabled:checked + .iradio-text{ color: #333; }
        input[type="radio"].iradio:enabled:checked + .iradio-text::before{ border-color: #198bfc; box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
        input[type="radio"].iradio:enabled:checked + .iradio-text::after{ opacity: 1; background-color: #198bfc; }
        input[type="radio"].iradio:enabled:checked + .iradio-text:hover::before{ border-color: #198bfc; }
        
        input[type="radio"].iradio:disabled + .iradio-text{ cursor: default; opacity: .7;}
        input[type="radio"].iradio:disabled + .iradio-text::before{ cursor: not-allowed; background-color: #f0f0f0; box-shadow: none; }
        input[type="radio"].iradio:disabled + .iradio-text::after { cursor: not-allowed; }
        input[type="radio"].iradio:disabled:checked + .iradio-text::before{ border-color: #198bfc; background-color: #fff; opacity: .5;}
        input[type="radio"].iradio:disabled:checked + .iradio-text::after{ opacity: .5; background-color: #198bfc;}


/* sr-only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/* control-label */
.control-label{ 
    display: inline-block; 
    max-width: 100%; 
    line-height: 20px; 
    padding: 10px 0;
    font-size: 14px;
}
/* control-addon */
.control-addon img{ display: block; width: 16px; height: 16px; }
.control-addon + .form-control{ padding-left: 35px; }
.control-addon{
    position: absolute;
    top: 0;
    left: 13px;
    z-index: 2;
    font-size: 16px;
    color: #999;
    line-height: 20px; 
    padding-top: 12px;
    pointer-events: none;
}

/* form-group */
.form-row + .form-row{ margin: 15px 0 0 0; }
.form-group{ position: relative; }
.form-group + .form-group{ margin: 15px 0 0 0;}
.form-inline{ margin-bottom: 20px; }
.form-inline .form-control{ display: inline-block; vertical-align: middle; width: auto; }
.form-inline .control-label{ padding-right: 10px; }
.form-inline .form-group > *{ display: inline-block; vertical-align: middle; }
.form-inline .form-group{ display: inline-block; vertical-align: middle; }
.form-inline .form-group + .form-group{ margin: 0 0 0 10px;}
.form-inline .form-group + .btn{ margin: 0 0 0 10px;}
.form-inline .btn + .btn{ margin: 0 0 0 10px;}
.form-inline .form-datetime{ max-width: 151px; }
.form-inline .form-text{ margin: 0 -9px 0 2px!important; padding: 0; color: #999; }
.form-text{ font-size: 14px; line-height: 20px; padding: 10px 0; color: #666; }

/* btn */
.btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #4c5161;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 100px;
    transition: .3s;
}    
    .btn:hover{ text-decoration: none; }
    .btn:active{ background-color: #f6f6f7; box-shadow: none!important;}
    .btn .iconfont{ font-size: 15px;}

    .btn.disabled{ cursor: not-allowed; filter: alpha(opacity=50); opacity: .5; pointer-events: none; box-shadow: none; }
    .btn-block{ display: block; width: 100%; }  
    .btn-square{ border-radius: 6px; }  
     button.btn-block,input.btn-block{ width: 100%; }

	.btn-lg{ font-size: 15px; padding: 13px 50px; } 
    .btn-sm{ font-size: 13px; padding: 4px 15px; } 
    .btn-xs{ font-size: 12px; padding: 1px 13px; } 
    .btn-link{ color: #007dfe; }

    .btn-primary{ color: #fff; border-color: #198bfc; background-color: #198bfc; box-shadow: 1px 3px 10px rgba(25,139,252,.2); }
    .btn-primary:hover { color: #fff!important; border-color: #369afe; background-color: #369afe;}
    .btn-primary:active{ color: #fff!important; border-color: #007dfe; background-color: #007dfe; } 

    .btn-info{ color: #fff; border-color: #198bfc; background-color: #198bfc; box-shadow: 1px 3px 10px rgba(25,139,252,.2); }
    .btn-info:hover { color: #fff!important; border-color: #369afe; background-color: #369afe;}
    .btn-info:active{ color: #fff!important; border-color: #007dfe; background-color: #007dfe; } 

    .btn-success{ color: #fff; border-color: #01cf75; background-color: #01cf75; box-shadow: 1px 3px 10px rgba(1,207,117,.21);  }
    .btn-success:hover { color: #fff!important; border-color: #0ed980; background-color: #0ed980; }
    .btn-success:active{ color: #fff!important; border-color: #08c07d; background-color: #08c07d; }

    .btn-warning{ color: #fff; border-color: #ffa219; background-color: #ffa219; box-shadow: 1px 3px 10px rgba(255,162,25,.25); }
    .btn-warning:hover { color: #fff!important; border-color: #ffbb19; background-color: #ffbb19; }
    .btn-warning:active{ color: #fff!important; border-color: #ff9900; background-color: #ff9900; }

    .btn-danger{ color: #fff; border-color: #f76260; background-color: #f76260; box-shadow: 1px 3px 10px rgba(247,98,96,.25); }
    .btn-danger:hover { color: #fff!important; border-color: #ff807e; background-color: #ff807e; }
    .btn-danger:active{ color: #fff!important; border-color: #f74b48; background-color: #f74b48; }
  
    .btn-default{ color: #666; border-color: #e5e5e5; background-color: #fafafa; box-shadow: 1px 3px 10px rgba(200,200,200,.2); }
    .btn-default:hover { color: #333!important; border-color: #ccc; background-color: #f9f9f9; }    
    .btn-default:active{ color: #333!important; border-color: #ccc; background-color: #f3f3f3; }
    
    .btn-white{ color: #fff; border-color: #fff; background-color: #fff; }
    .btn-white:hover { color: #fff!important; border-color: #fff!important; background-color: rgba(255,255,255,.2); }
    .btn-white:active{ color: #fff!important; border-color: #fff!important; background-color: rgba(255,255,255,.2);}
    
    .btn-outline{ background-color: transparent; box-shadow: none; } 
    .btn-outline.btn-primary{ color: #ff5c38; }   
    .btn-outline.btn-info   { color: #007dfe; }      
    .btn-outline.btn-success{ color: #08c07d; }      
    .btn-outline.btn-warning{ color: #ff9900; }      
    .btn-outline.btn-danger { color: #f74b48; }      
    .btn-outline.btn-default{ color: #444444; }      
    .btn-outline.btn-white  { color: #fff; }      
 

/* navbar */
.header{ height: 70px; min-width: 1240px; }
.navbar .container{ position: relative; height: 70px; }
.navbar{  
    position: fixed;
    top: 0;
    left: 0;
    right: 0;    
    z-index: 100;
    min-width: 1240px;
    background-color: #2b303b;
}
    /* navbar-brand */
    .navbar-brand{ position: absolute; left: 20px; top: 0; padding-top: 20px; }
    .navbar-brand img{ display: block; height: 25px; }

    /* navbar-primary */
    .navbar-primary{ margin: 0 240px 0 160px; }
    .navbar-nav{ font-size: 0; text-align: center; white-space: nowrap; }
    .navbar-nav > li{ display: inline-block; vertical-align: middle; padding: 0 15px; }
    .navbar-nav > li > a{
        display: block;
        height: 69px;
        line-height: 68px;
        padding: 0 20px;
        font-size: 16px;
        color: #fff;
    }
        .navbar-nav > li > a:hover{ color: #198bfc; }
        .navbar-nav > li.active > a{ color: #198bfc; }
    
    /* navbar-account */
    .navbar-account{ position: absolute; top: 0; right: 20px; }
	.navbar-account > .btn{ margin: 14px 0 0 15px; }

	/* navbar-matte */
	.navbar-matte{ pointer-events: auto; opacity: 1; filter: alpha(opacity=100); display: block;  }
	.navbar-toggle{ position: absolute; top: 0; right: 0; height: 50px; display: none; }
	.navbar-toggle > .btn{ 
		width: 50px;
		height: 50px;
		padding: 0;
		border-radius: 0;
		opacity: .75;
	}
		.navbar-toggle > .btn img{ display: block; width: 24px; height: 24px; margin: auto; } 
		.navbar-toggle > .btn.owl{ opacity: 1; } 
	

/* footer */
.footer{ 
    margin-top: 20px; 
    padding: 40px 0;
    text-align: center; 
	color: #999;
    background-color: #2b303b;
}

/* banner */
.banner{ text-align: center; }
.banner > a > img{ display: none; } 
.banner > a{ 
	display: block;
	overflow: hidden;
	height: 320px;
	background: url(../images/banner.jpg) center center no-repeat #24272c; 
}

/* search-primary */
.search-primary{
	padding: 150px 0;
    background: url(../images/bigsize-bg.png) center right #49505f;
    background-size: cover;
}
.search-caption{ color: #fff; text-align: center; }
.search-caption .title{ font-size: 48px; }
.search-caption .subtitle{ font-size: 16px; margin-top: 10px; opacity: .75; }
.search-form{ width: 860px; max-width: 100%; margin: auto; }
.search-radio{ text-align: center; font-size: 0; padding: 50px 0 20px 0; }
.search-radio .radio{ display: inline-block; vertical-align: middle; text-align: left;  margin-top: 20px;}
.search-radio .radio + .radio{ margin: 20px 0 0 30px; }
.search-radio input[type="radio"].iradio:enabled + .iradio-text,
.search-radio input[type="radio"].iradio:disabled + .iradio-text{ color: rgba(255,255,255,.7); font-size: 16px;}
.search-radio input[type="radio"].iradio:enabled + .iradio-text:hover{ color: #fff; }
.search-radio input[type="radio"].iradio:enabled:checked + .iradio-text{ color: #fff; }
.search-area{ position: relative; }
.search-area .search-input{
	display: block;
    height: 50px;
    width: 100%;
    padding: 4px 170px 4px 25px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 50px;
	border: 0 none;
}
.search-area .search-btn{
	position: absolute;
	top: 0;
	right: -1px;
	width: 150px;
	height: 50px;
	padding: 0;
	font-size: 16px;
}

/* usage-group */
.usage-group{ margin-top: 20px; }
.usage-group > li{ float: left; width: 25%; overflow: hidden; padding: 20px; }
.usage-box{ padding: 50px 30px; text-align: center; }
.usage-box h5{ font-size: 18px; font-weight: 700; }
.usage-box p { color: #666; margin-top: 10px; line-height: 24px; height: 72px; }
.usage-box img{ 
	display: block;
	width: 120px;
	margin: auto;
	margin-bottom: 30px;
}

/* charges-notice */
.charges-notice{ margin: 50px; text-align: center; }
.charges-notice h5{ padding-bottom: 50px; }
.charges-notice h5 span{ font-size: 36px; padding-bottom: 15px; border-bottom: 2px solid #f60; }
.charges-notice p{ display: inline-block; font-size: 16px; max-width: 800px; }

/* detection-content */
.detection-content{ padding: 30px 0; margin-bottom: -20px; background-color: #f5f5f5; }
.detection{ background-color: #fff; overflow: hidden; border-radius: 6px; box-shadow: 0 5px 25px rgba(111,111,111,.1); }
.detection-item{ padding: 30px; }
.detection-header{ position: relative; line-height: 40px; padding-left: 20px; font-size: 0; margin-bottom: 20px; }
.detection-header:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 20px;
	margin-top: -10px;
	background-color: #f60;
	border-radius: 10px;
}	
	.detection-header h2{ display: inline-block; vertical-align: middle; margin-right: 10px; }
	.detection-header .tips{ display: inline-block; vertical-align: middle; font-size: 14px; color: #ff3900; }
	.detection-header .res-tips{ font-size: 20px; color: #666; }
	.detection-header .res-tips a { color: #ff3900; }

/* form-control */
.detection-btn{ text-align: center; padding-top: 20px; }
.detection-btn .btn{ font-size: 18px; padding: 15px; min-width: 300px; }
.detection-item .form-control{ 
    padding: 15px; 
    line-height: 24px; 
    height: 318px; 
	border-width: 2px;
	background-attachment: local;
}

/* detection-out */
.detection-out{ background-color: #f9fafc; }
.detection-out .list a{ color: #333; display: block; width: 100%; } 
.detection-out .list .error a{ color: #ff3900; }
.detection-out .list{ 
	width: 100%;
	padding: 15px;
	line-height: 24px;
	height: 318px;
	overflow: auto;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	border-radius: 6px;
}

/* sign-content */
.sign-content{ background-color: #f5f5f5; padding: 40px 0; margin-bottom: -20px;}
.sign-former{ padding: 50px 0; border-radius: 6px; background-color: #fff; box-shadow: 0 1px 8px -3px rgba(1,1,1,.04); }
.sign-former h2 span{ font-size: 16px; color: #999; margin-left: 30px; }
.sign-former h2{
	height: 45px;
	line-height: 45px;
	font-size: 28px;
	font-weight: 400;
	color: #000;
}
.sign-former .form-group{ margin: 0 0 20px 0; }
.sign-former .control-label{ float: left; width: 280px; line-height: 40px; text-align: right; color: #666; padding: 0 20px 0 0; }
.sign-former .referee-checkbox{ margin: 10px 15px 10px 0; }
.sign-former .form-control { float: left; width: 280px; margin-right: 15px; }
.sign-former .form-control-short{ width: 142px; }
.sign-former .btn-success{ float: left; margin-right: 15px; }
.sign-former .btn-lg{ float: left; width: 278px; }
.sign-former .help-block{ float: left; position: relative; width: 500px; height: 40px; line-height: 40px; padding: 0; margin: 0; white-space: nowrap; }
.sign-former .help-block .onshow{ position: relative; display: inline-block; padding: 0 15px; font-size: 14px; color: #666; background-color: #f7f8f9; border-radius: 6px; }
.sign-former .help-block .onshow .iconfont{ margin-right: 7px; vertical-align: -1px; color: #ccc; font-size: 16px; }
.sign-former .help-block .onshow:before{ content: ""; position: absolute; top: 50%; margin-top: -6px; color: #f7f8f9; left: -6px; border-right: 6px dashed; border-right: 6px solid \9; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }
.sign-former .form-control-error ~ .help-block .onshow{ color: #f83232; background-color: #fff2f2;}
.sign-former .form-control-error ~ .help-block .onshow:before{ color: #fff2f2; }
.sign-former .form-control-error ~ .help-block .onshow .iconfont{ color: #f83232; }
.sign-former .form-control:focus ~ .help-block .onshow{ color: #1076dc; background-color: #ecf6ff;}
.sign-former .form-control:focus ~ .help-block .onshow:before{ color: #ecf6ff; }
.sign-former .form-control:focus ~ .help-block .onshow .iconfont{ color: #1076dc; }
.sign-former .form-error{ color: #f30; font-size: 14px;  }

/* resetpassword-former */
.resetpassword-former{ width: 780px;  margin: auto; }

/* login-content */
.login-content{ 
    width: 100%;
    min-height: 85vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
	text-align: center;
	background-color: #2b303b;
	margin-bottom: -20px;
}
	.login-former{ width: 420px; margin: auto; padding-bottom: 100px; }
	.login-former .form-group{ margin: 30px 0 0 0; }
	.login-former .avatar-img img{ display: block; margin: auto; width: 120px; height: 120px; overflow: hidden; border-radius: 50%; }
	.login-former .avatar-title{ color: #fff; font-size: 36px; margin-top: 20px; margin-bottom: 30px; }
	.login-former .form-control { padding: 10px 15px 10px 60px; line-height: 36px; font-size: 16px; border: 0 none; }
	.login-former .control-addon img{ width: 20px; height: 20px; margin: 6px 0 0 10px; }
	.login-former .btn{ display: block; width: 100%; font-size: 16px; padding: 17px; }
	.login-former a.link{ font-size: 16px; color: #fff; margin: 0 20px; }


@media (max-width: 767px) {
	body,.container,.header,.navbar{ min-width: 320px; }
	.header,.navbar{ height: 50px; }
	.navbar-brand{ padding-top: 12px; left: 15px; }
	.navbar-toggle{ display: block; }
	.navbar-matte{
		position: fixed;
		top: 50px;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 0;
		display: block;
		width: 100%;
		background-color: #fff;
		z-index: 1000;
		transition: all .3s;
		pointer-events: none;
		opacity: 0;
		transform: translate3d(100%,0,0);
	}
	.navbar-matte.in{ pointer-events: auto; opacity: 1; transform: translate3D(0,0,0); }
    .navbar-matte .navbar-nav > li{ display: block; padding: 0; }
    .navbar-matte .navbar-nav > li + li{ border-top: 1px solid #eee; }
    .navbar-matte .navbar-nav > li > a{ color: #333; text-align: left; }
    .navbar-matte .navbar-nav > li > a:active{ background-color: #f9f9f9; }
	.navbar-matte.navbar-account{ padding: 20px; }
	.navbar-matte > .btn{ margin: 0; display: block; }
	.navbar-matte > .btn-white{ margin-top: 20px; color: #333!important; border-color: #ddd!important; }
	.banner > a{ height: auto; background: #24272c; }
	.banner > a > img{ display: block; width: 180%; } 
	.search-primary{ padding: 50px 0; }
	.search-caption .title{ font-size: 32px; }
	.search-caption .subtitle{ font-size: 14px; }
	.search-area{ position: relative; }
	.search-area .search-input{ padding-right: 120px; }
	.search-area .search-btn{ width: 100px; }
	.search-radio{ padding: 30px 0 20px 0; }
	.search-radio .radio{ width: 50%; padding-left: 15px; }
	.search-radio .radio + .radio{ margin: 20px 0 0 0; }
	.usage-group{ margin-top: 0; }
	.usage-group > li{ float: none; width: auto; border-top: 1px solid #f5f5f5; }
	.usage-box p { height: auto; }
	.charges-notice{ margin: 30px 0; }
	.charges-notice h5{ padding-bottom: 40px; }
	.charges-notice h5 span{ font-size: 24px; }
	
	.detection-content{ padding: 0; background-color: #fff; }
	.detection-content .container{ padding: 0; }
	.detection{ border-radius: 0; box-shadow: none; }
	.detection-item{ padding: 20px; }
	.detection-header{ line-height: 24px; margin-bottom: 15px; padding-left: 0; }
	.detection-header:before{ top: 2px; margin-top: 0; }
	.detection-header h2{ display: block; margin: 0 0 10px 0; padding-left: 15px; }
	.detection-header .tips{ display: block; font-size: 14px; line-height: 1.5; }
	.detection-btn .btn{ display: block; min-width: 100%; }
	.detection-item .form-control,
	.detection-out .list{ height: 270px; }
	
	/* sign-content */
	.sign-content{ padding: 0; margin-bottom: 0; background-color: #fff;}
	.sign-content .container{ padding: 0; }
	.sign-former{ padding: 20px; width: auto; }
	.sign-former h2 span{ font-size: 16px; color: #999; margin-left: 30px; }
	.sign-former h2{ height: 30px; line-height: 30px; font-size: 22px; }
	.sign-former .form-group{ margin: 0 0 10px 0; }
	.sign-former .form-group:first-child .control-label,.sign-former .form-group:last-child .control-label{ display: none; }
	.sign-former .control-label{ float: none; display: block; width: 100%; width: auto; line-height: 30px; text-align: left; padding: 0 0 5px 10px; }
	.sign-former .form-control { float: none; width: 100%; margin-right: 0; }
	.sign-former .form-control-short{ width: 50%; float: left; }
	.sign-former .btn-success{ width: 45%; float: right; margin-right: 0; }
	.sign-former .btn-lg{ float: none; width: 100%; }
	.sign-former .help-block{ float: none; width: 100%; white-space: normal; clear: both; }
	.sign-former .help-block .onshow{ display: block; padding: 0 10px;  background-color: #fff;  color: #999; }
	.sign-former .help-block .onshow:before{ display: none; }
	.sign-former .form-control-error ~ .help-block .onshow{ background-color: #fff;}
	.sign-former .form-control:focus ~ .help-block .onshow{ background-color: #fff;}
	
	.login-former{ width: 100%; padding: 20px; }
	.login-former .form-group{ margin: 0 0 20px 0; }
	.login-former .avatar-img img{ width: 96px; height: 96px; }
	.login-former .avatar-title{ font-size: 28px; margin-top: 15px; margin-bottom: 10px; }
	.login-former .form-control { padding: 10px 15px 10px 60px; line-height: 36px; font-size: 16px; border: 0 none; }
	.login-former .control-addon img{ width: 20px; height: 20px; margin: 6px 0 0 10px; }
	.login-former .btn{ display: block; width: 100%; font-size: 16px; padding: 17px; }
	.login-former a.link{ font-size: 16px; color: #fff; margin: 0 20px; }

}











