@charset "utf-8";
a:hover{
	text-decoration:none;
}
.top{
    border-bottom: 1px solid #F1F1F1;
    padding-right: 25px;
    background: #FBFBFB;
    color: #666666;
}
.top li{
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}
.top li:hover,.top li:hover a{
    color: #5aa5f0;
}
.top li a{
	color: #666666;
}
.top .iconfont{
    margin: 3px 10px;
}
.top .qr_code{
    position: absolute;
    top: 40px;
    background: #fff;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    left: -2px;
}
.head{
    background: #fff;
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
}
.logo{
      margin-top: 2px;
    height: 90px;
    width: 112px;
}
.logo img{
    height: 75px;
    width: 220px;
}
.menu li{
    margin: 15px 0;
    padding: 10px 25px;
    border-radius: 4px;
}
.menu li.active{
    background: #f1f1f1;
}
.menu li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 18px;
}
.menu li.active a{
    color: #5aa5f0;
}

div.three_trav{
    height: 4px;
}
.three_trav .tn_text,.three_trav .tn_phone{
    color: transparent;
}
/*登录*/
div.modal-dialog{
    top: 50%;
    margin-top: -204px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    position:relative;
}
div.modal-body{
    padding: 0;
    width: 680px;
    color: #333;
    border: 8px solid #E7E7E7;
    background-color: #E6F3FF;
}
.skip_login{
	position:absolute;
	top:50%;
	right:50px;
	margin-top:-35px;
}
.login_type{
	margin:15px 0 15px;
}
.login_type label{
	font-weight:500;
	font-size:16px;
	cursor:pointer;
}
.login_type label:last-child{
	margin-left:15px;
}
.login_type input{
	position:relative;
	top:2px;
	cursor:pointer;
}

.form-forget-tit{
	font-size:15px;
    color: #528C01;
    border-bottom:1px solid #E5E5E5;
    padding:0 10px 10px;
}
.form-forget-tit i{
	color:#30AF00;
}
.form-tit{
    border-bottom: 2px solid #E9E9F1;
    height: 50px;
}
.form-tit-t{
    padding: 0;
    top: -3px;
    width: 50%;
}
.form-tit li.form-tit-t a{
    color: #C8C8C8;
    font-size: 20px;
    background: transparent;
    font-weight: 700;
    border: none;
}
.form-tit .form-tit-t a:hover{
    background: transparent;
}
.form-tit-t.active{
    border-bottom: 4px solid #5aa5f0;
}
.form-login .form-tit .form-tit-t.active a{
    color: #5aa5f0;
    border: none;
}

.tab-content{
    padding: 20px 30px 30px;
    background:#fff;
}

.tab-content_new{
    padding: 20px 30px 30px;
    background:#fff;
}
.form-ipt{
    margin-bottom: 15px;
    position: relative;
}
.form-ipt input{
    padding: 5px 10px;
    width: 230px;
}
.form-ipt-tit{
	width:60px;
	line-height:34px;
}
.affirm_btn{
    margin-bottom: 15px;
    margin-left:60px;
    width:230px;
    position:relative;
}
.affirm_btn .go{
	position:absolute;
	right:-60px;
	top:10px;
}
.affirm_btn .btn{
    width: 100%;
}
.login_error{
    height: 20px;
    position: relative;
    top: -10px;
}
.form-ipt button{
    position: absolute;
    top: 5px;
    right: 5px;
}
.l-agreement label{
    margin: 0;
    color: #666;
    font-weight: 500;
}
.l-agreement input{
    height: 14px;
    width: 14px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.verifyCode{
	display:inline-block;
	width:105px;
	margin-left:10px;
	border:1px solid #8FBBE5;
	background:#E6F3FF;
	color:#0066CC;
	height:34px;
	line-height:34px;
	text-align:center;
}
.verifyCode:hover{
	background:#185A96;
	color:#fff;
}
/*侧边栏*/
.m_sidebar{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 40px;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}
.sidebar_box{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}
.sidebar_box li{
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    position: relative;
}
.sidebar_box li:hover{
    color: #5AA5F0;
}
.sidebar_box .iconfont{
    font-size: 24px;
}
.sidebar_pop{
    position: absolute;
    right: 40px;
    top: 15px;
    background: #fff;
    box-shadow: 0 0 8px #96D2FF;
    color: #333;
    padding: 10px;
    line-height: 16px;
    display: none;
}
div.qq_service{
    width: 130px;
    padding: 0;
}
.qq_service .QQ{
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.qq_service .QQ:last-child{
    border: none;
}
.qq_service img{
    width: 16px;
}
.qq_tit{
    margin-left: 10px;
}
