﻿@charset "utf-8";
/* login */
.body_login{
	background:#f2f2f2;
}
.login_wrap{
	width:900px;
	margin:0 auto;
}
.login_logo{
	margin-top:45px;
	padding:34px 0 39px 0;
	position:relative;
}
.login_logo span{
	font-size:20px;
	color:#333;
	font-family:"微软雅黑";
	vertical-align:middle;
	margin-left:10px;
}
.login_main{
	background:url(../images/login_box1.jpg) no-repeat;
	height:327px;
	padding:6px;
	position:relative;
}
.login_main .free_regist{
	position:absolute;
	bottom:12px;
	right:62px;
}
.login_main .free_regist a{
	color:#FFF;
	font-size:14px;
	text-align:center;
}
.login_area{
	width:308px;
	position:absolute;
	left:546px;
	top:30px;
}
.login_input1{
	width:271px;
	padding:0 5px;
	padding-right:30px;
	height:32px;
	line-height:32px;
	border:1px solid #cccccc;
	font-size:14px;
}
.login_area .item {
    height:65px;
    line-height: 26px;
    overflow: visible;
    position: relative;
    width: 320px;
}

.login_area .item p {
    color: #999999;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 1px;
	z-index:1
}
.login_area .fore1{
	z-index:10;
}
.login_area .fore2{
	z-index:8;
}
.item_ifo{
	position:relative;
}
.i_name{
	background:url(../images/one4.jpg) no-repeat;
	position:absolute;
	top:9px;
	right:20px;
	width:16px;
	height:16px;
}
.i_pass{
	background:url(../images/one5.jpg) no-repeat;
	position:absolute;
	top:9px;
	right:20px;
	width:14px;
	height:19px;	
}
.pass_ifo{
	height:35px;
	padding-top:10px;
}
.pass_ifo input{
	vertical-align:middle;
	margin-right:3px;
}
.pass_ifo label{
	margin-right:12px;
}
.login_btn{
	height:50px;
}
.login_btn input{
	background:url(../images/btn_icon.jpg) no-repeat 0 -429px;
	height:34px;
	width:307px;
	border:0;
	cursor:pointer;
}
.login_btn input:hover{
	background:url(../images/btn_icon.jpg) no-repeat 0 -466px;
}
.in_login input{
	background:url(../images/btn_icon.jpg) no-repeat 0 -670px;
	height:34px;
	width:307px;
	border:0;
	cursor:pointer;
}
.login_more{
	line-height:16px;
}
.login_more span{
	vertical-align:middle;
}
.login_more .sina_login{
	background:url(../images/soupu_icon.png) no-repeat 0 -703px;
	width:16px;
	height:16px;
	line-height:16px;
	display:inline-block;
	vertical-align:middle;
}
.login_main .error{
	background:#FFEBEC;
    border:1px solid #FFBDBF;
    color:#E6393D;
    float:none;
    left:0;
    line-height:16px;
    padding:2px 0 2px 3px;
    position:absolute;
    top:34px;
    width:303px;
    z-index:100;
}
.tap_wrap{
	background:url(../images/login_box2.jpg) no-repeat;
	height:260px;
	position:relative;
	margin-top:30px;
}
.tap_wrap .tit{
	background:url(../images/login_box2_title.jpg) no-repeat;
	width:289px;
	height:56px;
	position:absolute;
	top:-56px;
	left:0;
}
.tap_area{
	width:888px;
	height:248px;
	margin:6px;
	overflow:hidden;
	position:relative;
}
.tap_area ul{
	position:absolute;
	left:0;
	top:0;
	margin-top:23px;
}
.tap_area ul li .tap_box{
	float:left;
	width:245px;
	height:165px;
	border-right:1px dashed #cccccc;
	padding:25px;
}

.tap_area ul li{
	display:inline-block;
	float:left;
	width:888px;
}
.tap_area ul li .last{
	border:none;
}
.tap_area ul li p{
	color:#666;
	line-height:20px;
}
.tap_area ul li .line1{
	text-indent:2em;
}
.tap_area ul li .line1_box{
	height:130px;
	overflow:hidden;
}
.tap_area ul li .line2{
	text-align:center;
	font-size:14px;
	color:#eb5515;
}
.tap_area ul li .line3{
	text-align:center;
}
#focus .preNext { width:45px; height:260px; position: absolute; top: 0px; cursor: pointer; }
#focus .pre { left:0; background: url(../images/sprite.png) no-repeat left center;}
#focus .next { right:0; background: url(../images/sprite1.png) no-repeat right center; }


/* reg */
.reg_main{
	height:625px;
	border:1px solid #dddddd;
	background:#FFF;
	margin-bottom:65px;
	position:relative;
}
.reg_area{
	width:670px;
	position:absolute;
	top:45px;
	
}
.reg_area .item {
    height:65px;
    line-height: 26px;
    overflow: visible;
    position: relative;
	clear:both;
}
.reg_area span{
	width:120px;
	line-height:32px;
	text-align:right;
	display:inline-block;
	margin-right:5px;
	float:left;
	color:#999;
}
.reg_area span em{
	font-size:14px;
	color:#F00;
	vertical-align:middle;
}
.reg_area input{
	float:left;
}
.reg_area .error{
	width:220px;
	height:32px;
	line-height:32px;
	border:1px solid #ffbdbe;
	background:#ffebeb;
	padding:0 5px;
	float:left;
	margin-left:5px;
	color:#333;
    display:none;
}
.reg_area .i_name{
	right:250px;
}
.reg_area .i_pass{
	right:250px;
}
.reg_area .i_nickname{
	background:url(../images/one6.jpg) no-repeat;
	width:16px;
	height:13px;
	position:absolute;
	top:10px;
	right:250px;
}
.reg_area .reg_yzm{
	line-height:32px;
	vertical-align:middle;
	margin:0 13px;
}
.reg_xy{
	padding-left:125px;
	height:40px;
	line-height:12px;
}
.reg_xy input{
	vertical-align:middle;
	margin-right:5px;
}
.reg_btn{
	padding-left:125px;
}
.reg_btn input{
	background:url(../images/btn_icon.jpg) no-repeat 0 -1322px;
	width:270px;
	height:34px;
	border:0;
	cursor:pointer;
}
.reg_btn input:hover{
	background:url(../images/btn_icon.jpg) no-repeat 0 -1359px;
}
.reg_hint{
	position:absolute;
	right:40px;
	top:45px;
	width:180px;
	background:url(../images/hint_tit.jpg) no-repeat top center;
}
.reg_hint .content{
	border:1px solid #cfe4c3;
	border-top:0;
	padding:15px 20px;
	background:#fdfffa;
	margin-top:55px;
	text-align:center;
	line-height:20px;
	color:#666;
}


.thickdiv{
	background:#000000;
    border:0 none;
    height:100%;
    opacity:0.15;
    position:fixed;
    top:0;
	left:0;
    width:100%;
    z-index:10000001;
	_display:none;
}
.thickbox{
	width:900px;
	height:500px;
	border:4px solid #999;
	background:#FFF;
    overflow:hidden;
    padding:0;
    position:absolute;
	margin:-220px 0 0 -454px;
	left:50%;
	top:50%;
    z-index:10000002;
}
.thicktitle{
	background:#F3F3F3;
	border-bottom:1px solid #C4C4C4;
	height:28px;
	line-height:28px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
.thickcon{
	height:400px;
	overflow-y:scroll;
	padding:10px;
	line-height:20px;
}
.thickbtn{
	text-align:center;
	padding-top:10px;
}
.thickbtn input{
	background:url(../images/btn_icon.jpg) no-repeat 0 -590px;
	width:270px;
	height:34px;
	border:0;
	cursor:pointer;
}
.thickbtn input:hover{
	background:url(../images/btn_icon.jpg) no-repeat 0 -627px;
}

.thickclose:link, .thickclose:visited {
    background:url(../images/bg_thickbox.gif) no-repeat scroll 0 -18px rgba(0, 0, 0, 0);
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 100px;
    overflow: hidden;
    position: absolute;
    right: 12px;
    top: 7px;
    width: 15px;
    z-index: 100000;
}

.SR-tlogo{
	position:absolute;
	left:170px;
	top:55px;
}
.SR-tlogo p{
	line-height:20px;
	font-size:16px;
	color:#666;
	font-weight:bold;
}
.SR-tit1{
	background:url(../images/SR-tit1.png) no-repeat;
	height:41px;
}
.SR-tit1 h2{
	font-size:16px;
	color:#FFF;
	padding:7px 0 0 25px;
}
.SR-reg-r{
	position:absolute;
	right:0;
	top:0;
	width:223px;
	background:#f6f6f6;
	border-left:1px solid #dfdfdf;
	height:100%;
}
.SR-reg-r p{
	border-top:1px dotted #dfdfdf;
	margin:0 15px;
	font-size:14px;
	color:#666;
	line-height:26px;
	padding:17px 5px;
}
.SR-reg-r .link{
	position:absolute;
	bottom:0;
	left:0;
}
.SR-reg-r .link a{
	display:block;
	background:url(../images/btn_icon.jpg) no-repeat 0 -983px;
	height:90px;
	width:223px;
}
.SR-reg-r .link a:hover{
	background:url(../images/btn_icon.jpg) no-repeat 0 -1085px;
}
.RS-reg-yzm img.yzm{
	border:1px solid #ccc;
	margin-left:5px;
}
.RS-re{
	display:block;
	background:url(../images/soupu_icon.png) no-repeat 5px -895px;
	display:block;
	width:26px;
	cursor:pointer;
	height:34px;
}
.SMS-yz input{
	background:url(../images/btn_icon.jpg) no-repeat 0 -1202px;
	height:34px;
	line-height:34px;
	width:133px;
	border:0;
	cursor:pointer;
	margin-left:18px;
}
