.guo_comwidth{width:1200px;margin:0px auto;overflow: hidden;}
.guo_comwidth_box{ width:1198px; padding:20px 0; border:#ddd solid 1px; height:auto; overflow:auto;}
/***********公共宽度*********************/
.guo_headerTop{width:100%;}
.sx_teln{color:#ff546a;font-size:20px;font-weight:bold;margin-left:129px;margin-top:15px;}
.guo_navTop{
   width:100%;
   background:#fcfcfc;min-width:1200px;
   height:100px; border-top:#d7d7d7 solid 1px; margin:0 auto;
}
.guo_navTop_logo{
   padding-top:10px;
}
.guo_input{
  width:115px;
  height:23px;
  background:#fff;
  border:1px solid #e6e6e6;
  padding-left:10px;
  color:#999;
  margin-right:10px;
  }
.guo_navTop_right_list{
  padding:35px 20px 0 0;
  width:600px; overflow:hidden;
  }
  .guo_navTop_right_txt{
     float:left;
  }
.guo_btn{
  background:#0098c2;
  color:#fff; border:none; font-size:14px; padding:0 10px;
  }
.zhuce{ background:#0098c2;
  color:#fff; border:none; font-size:14px; padding:0 10px;}
  .guo_btn01{
  background:#0098c2;
  color:#fff; border:none; font-size:14px; padding:0 10px;
  }
  .guo_third-party{
    float:right;
	margin:2px 30px 0 0;
  }
 .guo_third-party li{
     float:right;
	 margin-right:5px;
	 color:#999;
 }
 .guo_forget_password{
     margin-left:20px;
 }
/*************导航上方的logo和输入框***************************/
.guo_nav{
    width:100%;min-width:1200px;
	height:50px;
	line-height:50px;
	 background:#fcfcfc; border-bottom:#a8a8a8 solid 1px; margin-bottom:5px;
}
.guo_nav_list{
     margin-left:0px;
}
.guo_nav_list li{ /*width:109px;*/padding:0 18px;
	 float:left;
	 font-size:16px; text-align:center; height:36px; line-height:36px;margin-top:15px;
	 
}
.guo_nav_list li a{ display:block;padding:0 10px;}
.active a ,.active a:hover{background:#ff546a;color:#fff;/*padding:10px;*/}
.active {
    background: #ff546a none repeat scroll 0 0;
    color: #fff;
}
@charset "utf-8";
/* CSS Document */


#wrapper {
	background:#fff;
	position:relative;
}

a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;
}

a:focus , a:link, a:active {
	outline:none;
}

a:hover {
	color:#444;
}

.sss img{width:256px;height:139px;}
.aaa img{width:172px;height:157px;}
.fullwidthbanner-container{
	width:100% !important;
	position:relative;min-width:1200px;
	padding:0;
	max-height:416px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:450px !important;
	position:relative;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	  .banner, .bannercontainer			{	width:768px; height:309px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	   .banner, .bannercontainer		{	width:480px; height:193px;	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
		.banner, .bannercontainer		{	width:320px;height:129px;	}
}

@media only screen and (max-width: 319px) {
		.banner, .bannercontainer		{	width:240px;height:97px;	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {	
	background:#e1472f !important; 
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {	
	background-color:#e1472f !important;
 }
/** BULLETS 
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}
**/
.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: #fff;
    width: 188px;
    height: 6px;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}


p-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
/*	background: #393939 url(../images/slider-left-arrow.png) no-Repeat;*/
	width: 42px;
	height: 43px;
	margin-left: 0px;
	margin-top: -21px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
/*    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;*/
    width: 0;
    height:0;
    margin-left: 0;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);/*增加阴影*/
	/*
	**打开注释，按钮变成圆形的
	border-radius: 20px;  所有角都使用半径为5px的圆角，此属性为CSS3标准属性 
	-moz-border-radius: 20px;  Mozilla浏览器的私有属性 
	-webkit-border-radius: 20px;  Webkit浏览器的私有属性 
	border-radius: 20px 20px 20px 20px; 四个半径值分别是左上角、右上角、右下角和左下角 
	*/
}



.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}


.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background: url(../images/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wrapper-position{
	display: none;
    width: 407px;
    height: 375px;
    position: absolute;
    left: 50%;
    margin-left: 147px;
    top: 40px;
    background:#fff;
    z-index: 9998;
	webkit-box-shadow:0 0 20px rgba(0, 0, 0, .5);  
  -moz-box-shadow:0 0 20px rgba(0, 0, 0, .5);  
  box-shadow:0 0 20px rgba(0, 0, 0, .5);  
}

.wrapper-position h3{ width:100%; font-size:22px; color:#959090; line-height:300%; text-align:center;}
.wrapper-position ul{ width:347px; padding:10px; margin:0 20px; border-top:#dedede solid 1px; height:auto;}
.wrapper-position ul li{ line-height:40px; font-size:14px; color:#333; }
.wrapper-position ul li input{border:#aeadad solid 1px;}




body {
	font-size:14px;
	line-height:1.5;
	color:#333;
	font-family:"Microsoft Yahei"
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, form, input, p, img, h6 {
	padding:0;
	margin:0
}
img {
	border:0;
	vertical-align: top;
}
ul, li {
	list-style:none
}
.f12px {
	font-size:12px
}
.f21px {
	font-size:21px
}
a {
	text-decoration:none;
	color:#333
}
a:hover {
	color:#c00;
	text-decoration:underline
}
.cMGray, .cMGray a, .cMGray a:hover {
	color:#9C9C9C
}
.cBlue, .cBlue a, .cBlue a:hover {
	color:#4167A5
}
.cRed, .cRed a, .cRed a:hover {
	color:#BE0002
}
.fB {
	font-weight:700
}
input, a, textarea {
	outline:0
}
textarea {
	resize:vertical
}
em {
	font-style:normal
}
.left {
	float:left
}
.right {
	float:right
}
.clear {
	clear:both;
	height:0;
	overflow:hidden
}
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.clearfix {
	display:inline-block
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9f9f9f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #9f9f9f;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #9f9f9f;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #9f9f9f;
}
html[xmlns] .clearfix {
	display:block
}
* html .clearfix {
	height:1%
}
.mt10 {
	margin-top:10px
}
.mt25 {
	margin-top:25px
}
body {
	background-color:#f2f2f2;
}
.header {
	background-color:#fff;
	border-bottom: 1px solid #703987;
	margin-bottom: 13px;
	box-shadow: 0 1px 0 #fff;
}
.frameW{width:1190px;margin:0 auto;}
.header .frameW {
	position: relative;
	height:97px;
	zoom:1;
}
.header .logo{ width:100px; float:left; height:100%; background:url(#/zhenai3/zhenai2015/img/myhome/logo.png) center left no-repeat;}
.header .ad-word{ float:left; width:296px; height:100%; background:url(#/zhenai3/zhenai2015/img/myhome/ad-word.png?v=20160302) center left no-repeat; text-indent:-9999px;}
.header .logo a {
	display:block;
	height:100%;
	overflow:hidden
}
.header .tools{ float:right; width: 415px; height:100%; background:url(#/zhenai3/zhenai2015/img/reg/top-bg.png) top center no-repeat;}
.header .tools .login{ float: right; width: 90px; height: 36px; line-height: 36px; margin-top: 30px; background-color: #b7aeda; border-radius: 1px; color: #fff; transition:background-color .3s; text-align: center; font-size: 16px; text-decoration: none;}
.header .tools .login:hover{ background-color: #ada2d8; text-decoration: none;}
.col-left {
	width:880px;
	float:left;
	position:relative;
	zoom:1;
}
.wrapper{ padding-bottom: 100px;}
.col-left .border-top {
	height:10px;
	overflow:hidden;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/col-left-border-top.png")
}
.col-left .border-bottom {
	height:10px;
	overflow:hidden;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/col-right-border-bottom.png")
}
.col-left .in {
	border:1px solid #e6e6e6;
	padding:0 19px 140px 19px;
	border-radius: 3px;
	overflow: hidden;
	background:#fff url(#/zhenai3/zhenai2015/img/reg/bg.png) no-repeat left bottom;
}
.col-left .pic-2 {
	display:block;
	width:125px;
	height:138px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/pic-2.png");
	position:absolute;
	bottom:10px;
	right:-115px;
	z-index:1;
}
.col-left .pic-3 {
	display:block;
	width:92px;
	height:182px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/pic-3.png");
	position:absolute;
	bottom:120px;
	left:-82px
}
.col-left .pic-4 {
	display:block;
	width:127px;
	height:29px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/pic-4.png");
	position:absolute;
	bottom:-25px;
	left:-30px
}
.col-right {
	width:290px;
	float:right;
	position:relative
}
.col-right .pic-1 {
	display:block;
	width:235px;
	height:124px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/pic-1.png");
	position:absolute;
	left:-60px;
	top:-80px;
	_background:0;
	z-index:1;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#/zhenai3/zhenai2012/img/layer/entry/pic-1.png', sizingMethod='scale')
}
.title-bar {
	border-bottom:1px solid #D2D2D2;
	height:46px;
	line-height: 46px;
	margin-bottom:20px;
}
.title-bar h2 {
	font-weight:400;
	color:#333;
	float:left;
	padding-left: 25px;
	background: url(#/zhenai3/zhenai2015/img/public/icon/small/icon-4-a.png) no-repeat left center;
	font-size: 18px;
}
.title-bar p {
	font-size:12px;
	padding-top:5px
}
.title-bar p span, .title-bar p a {
	height:23px;
	line-height:23px;
	display:inline-block;
	float:right
}
.title-bar .login {
	width:64px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/login-btn.png");
	border-radius:3px;
	box-shadow:1px 1px 1px rgba(0, 0, 0, .2);
	margin-left:5px;
	position:relative;
	z-index:10
}
.title-bar .login:hover {
	background-position:100% 0
}
.col-form {
	margin:0 15px;
	height:36px;
	line-height:36px;
	margin-bottom:14px
}
.col-form label {
	text-align:right;
	display:inline-block;
	float:left;
	margin-right:10px; color:#333;
}
.col-form .input-text {
	height:34px;
	border:1px solid #C9C9C9;
	background-repeat:repeat-x;
	float:left;
	padding-left:5px;
	font-size:14px;
	width:223px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height:34px
}
.za-radio {
	float:left; width:287px;
}
.za-radio a {
	display:inline-block;
	float:left;
	height:36px;
	margin-right:8px;
	cursor:pointer
}
.za-radio a:hover {
	color:#333;
	text-decoration:none
}
.za-radio a:hover i {
	background-position:-14px 50%
}
.za-radio a:hover.select i {
	background-position:-28px 50%
}
.za-radio a.select i {
	background-position:-28px 50%
}
.za-radio i {
	height:36px;
	display:inline-block;
	width:14px;
	overflow:hidden;
	float:left;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/radio.png?v=20130904");
	background-repeat:no-repeat;
	background-position:0 50%;
	margin-right:8px
}
.za-radio b {
	font-weight:400;
	display:inline-block;
	float:left
}
.za-selector {
	width:106px;
	height:36px;
	font-size:14px;
	float:left;
	background-color:#fff;
	background-repeat:repeat-x
}
.za-selector dt {
	border:1px solid #C9C9C9;
	height:34px;
	line-height:34px;
	padding-left:5px;
	background:url(#/zhenai3/zhenai2015/img/reg/arrow.gif) no-repeat right 50%;
}
.za-selector dd a {
	display:block;
	text-decoration:none;
	padding-left:5px;
	height:22px;
	line-height:22px;
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9
}
.za-selector dd a:hover {
	border-left:1px solid #00A5DB;
	border-right:1px solid #00A5DB;
	background:#00A5DB;
	color:#fff;
	text-decoration:none
}
.za-selector dd {
	border-bottom:1px solid #C9C9C9;
	box-shadow:0 1px 0 rgba(0, 0, 0, .2);
	width:100%;
	background:#fff;
	position:absolute;
	left:0;
	top:36px;
	display:none
}
.za-item-selector {
	font-size:14px;
	height:36px;
	line-height:36px;
	float:left
}
.za-item-selector dl {
	float:left;
	width:80px;
	line-height:34px;
	height:36px;
	/*background-image:url("#/zhenai3/zhenai2012/img/layer/entry/input-shadow.png");*/
	background-color:#fff;
	background-repeat:repeat-x;
	z-index:10
}
.za-item-selector dt {
	border:1px solid #C9C9C9;
	height:34px;
	padding-left:5px;
	overflow:hidden
}
.za-item-selector span {
	display:inline-block;
	height:36px;
	float:left;
}
.za-item-selector dd {
	width:415px;
	display:none;
	border:1px solid #C9C9C9;
	padding:5px;
	position:absolute;
	left:0;
	top:35px;
	z-index:1;
	/*box-shadow:1px 1px 1px rgba(0, 0, 0, .2);*/
	background:#fff;
}
.za-item-selector dd a {
	display:inline;
	border:0;
	text-decoration:none;
	padding:1px 2px;
	text-align:center;
	border-radius:2px;
	white-space:nowrap
}
.za-item-selector dd a:hover {
	background:#b7aeda;
	text-decoration:none;
	color:#fff
}
.za-item-selector dd p {
	padding-left:7px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:26px
}
.za-item-selector dd p i {
	font-style:normal;
	font-weight:700
}
.za-item-selector .month-selector dd {
	left:-104px;
	width:276px;
	height:122px
}
.za-item-selector .day-selector dd {
	left:-208px;
	width:276px;
	height:122px;
	word-break:break-all;
	word-wrap:break-word
}
.za-item-selector .year-selector a {
	display:inline-block;
	width:33px
}
.za-item-selector .day-selector a {
	display:inline-block;
	width:22px
}
.za-item-selector .month-selector a {
	display:inline-block;
	width:18px
}
.za-item-selector-hover dt {
	position:relative;
	border-bottom:0;
	z-index:2;
	height:35px;
	background:#fff;
}
.za-item-selector-hover {
	position:relative
}
.za-item-selector-hover dd {
	display:block;
	background:#fff;
}
.za-item-selector .province-selector span {
	display:inline-block;
	width:46px;
	text-align:left
}
.za-item-selector .city-selector dd {
	left:-104px;
	min-height:150px;
	
	
}
.za-item-selector .county-selector dd {
	left:-208px;
	min-height:150px;
	
	
}
.za-item-selector .border {
	height:1px;
	overflow:hidden;
	border-bottom:1px dashed #ccc;
	clear:both
}
.za-item-selector .label {
	display:block;
	overflow:hidden;
	width:1px
}
.height-ruler {
	cursor: pointer;
	width:445px;
	height:36px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/height-ruler.png");
	float:left;
	position:relative;
	z-index:1
}
.height-ruler .ruler {
	height:9px;
	overflow:hidden;
	width:425px;
	position:absolute;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/ruler.png");
	left:10px;
	top:11px;
	width:0
}
.height-ruler .cur-height {
	display:block;
	width:8px;
	height:20px;
	overflow:hidden;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/cur-height.png");
	position:absolute;
	top:6px;
	left:10px;
	cursor:pointer
}
.height-ruler .cur-value {
	height:16px;
	width:70px;
	line-height:16px;
	position:absolute;
	top:-16px;
	left:-20px;
	text-align:center
}
.height-ruler .cur-value span {
	background:#000;
	font-size:12px;
	color:#fff;
	padding:0 3px;
	border-radius:2px
}
.height-ruler .cur-value i {
	overflow:hidden;
	display:block;
	width:7px;
	height:4px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/corner.png");
	left:50%;
	margin-left:-4px;
	bottom:-4px;
	position:absolute
}
.tody-reg-stutas {
	margin:0 15px 20px;
	padding-left:110px;
	color:#333;
	font-size:18px;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/border.png");
	background-repeat:repeat-x;
	padding-top:25px;
	background-position:0 5px;
	font-weight:700;
}
.tody-reg-stutas span {
	color:#ff5b5b;
}
.agreement {
	padding-top: 10px;
	padding-left:141px;
	font-size:12px;
	color:#666;
	font-family:sans-serif
}
.agreement input {
	height:12px;
	width:12px;
	position:relative;
	margin-right:2px;
	vertical-align:-2px;
	vertical-align:1px\9
}
.agreement a {
	color:#007BC2;
	text-decoration:underline
}
.agreement label {
	float:left;
	text-indent:-15px
}
.reg-btn {
	width:260px;
	height:41px;
	background-color:#ff6060;
	cursor:pointer;
	border:0;
	margin-left:75px;
	color: #fff;
	font-size: 20px;
	border-radius: 1px;
	font-family: 'Microsoft Yahei';
	border-radius: 1px;
	transition:background-color .3s;
}
.reg-btn:hover {
	background-color:#eb5858;
}
.sibe-bar{
	padding-bottom: 15px;
	border:1px solid #e6e6e6;
	background-color:#fff;
	border-radius: 3px;
	font-size:12px;
	overflow: hidden;
}
.sibe-bar .sibe-bar-about{ padding-bottom: 25px;}
.sibe-bar-about img{ width: 100%;}
.sibe-bar-about dl{ padding:15px 8% 0 10%; _padding:15px 30px 0 30px;}
.sibe-bar-about dl strong{ color: #b4bfe4; font-size: 28px; line-height: 36px; font-family: arial;}
.sibe-bar-about dt{font-size:18px;font-weight: 700; color: #636363;}
.sibe-bar-about dd{font-size:14px;color:#535353;}
.more-logins {
	margin: 0 18px;
	border-top: 1px dashed #dfdfdf;
	padding-left:7px;
	padding-top:15px;
}
.more-logins h2 {
	font-size:14px;
	padding-bottom:15px;
}
.more-logins ul:after{content:".";height:0;line-height:0;font-size:0;display:block;clear:both;visibility:hidden;}
.more-logins ul{display:inline-block;}
.more-logins .about_zfb {
	padding-right:8px;
}
.more-logins .about_zfb p {
	padding-bottom:3px;
}
.more-logins .about_zfb strong {
	font-weight:bold;
	color:#333;
}
.more-logins li {
	width:46%;
	float:left;
	height:18px;
	line-height: 18px;
	margin-bottom: 8px;
}
.more-logins img {
	width: 18px;
	height: 18px;
	margin-right:2px
}
.more-logins a:hover {
	color:#FF6000
}

.statecos_login { clear:both; padding:50px 0 0 20px;}
.statecos_login h2 {font-size:12px;padding-bottom:5px}
.statecos_login img { vertical-align:-3px; margin-right:5px}
.statecos_login a:hover { color:#FF6000; }

.footer {
	text-align:center;
	font-size:12px;
	padding:20px 0;
	margin-top:26px;
	border-top:1px dashed #B2B2B2;
	background:#F6F6F6;
	color:#989898
}
.check-form {
	display:none;
	float:left;
	font-size:12px;
	margin-left:15px;
	background:#DFDFDF;
	height:24px;
	line-height:24px;
	border:1px solid #CECECE;
	border-radius:2px;
	margin-top:4px;
	position:relative
}
.check-form i {
	display:inline-block;
	width:16px;
	height:24px;
	float:left;
	background-image:url("#/zhenai3/zhenai2012/img/layer/entry/check-icon.png");
	margin-left:5px
}
.check-form b, .check-form em {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	border-style:dashed solid dashed dashed;
	border-width:5px;
	position:absolute;
	top:7px
}
.check-form b {
	left:-10px;
	border-color:transparent #CECECE transparent transparent
}
.check-form em {
	left:-9px;
	border-color:transparent #DFDFDF transparent transparent
}
.check-form span {
	padding:0 10px 0 5px
}
.check-form-ok {
	background:#fff;
	border:1px solid #fff
}
.check-form-ok i {
	background-position:0 100%
}
.check-form-ok b, .check-form-ok em, .check-form-ok span {
	display:none
}
.check-code-img {
	float:left;
	width: 99px;
	height: 45px;
	margin-left: 4px;
	/*margin:7px 0 0 10px;*/
	cursor:pointer
}
#login_pop .reg_main {
	display:none
}
#login_pop .login_box {
	width:392px
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

/*20131214文旭*/
.newsite_layer1 {
	display:none;
	padding:20px 30px;
	width:500px;
	font-size:14px;
}
.newsite_layer1 p {
	text-indent:24px;
	padding-bottom:10px;
}
.newsite_layer1 .red {
	color:#f00;
}
.newsite_layer1 .action {
	padding-top:20px;
	text-align:center;
}
.newsite_layer2 {
	display:none;
	padding:20px 30px;
	width:500px;
	font-size:14px;
}
.newsite_layer2 p {
	padding-bottom:10px;
}
.newsite_layer2 .red {
	color:#f00;
}
.newsite_layer2 .action {
	padding-top:20px;
	text-align:center;
}
.newsite_layer2 .action a {
	margin:0 10px;
	padding:0 20px;
}
.btn_blue_L, .btn_orange_L, .btn_pink_L, .btn_gray_L, .btn_find {
	display:inline-block;
	vertical-align:middle;
	padding:0 40px 0;
	height:38px;
	line-height:38px;
	font-size:14px;
	font-family:"宋体";
	font-weight:bold;
	color:#fff;
	border-width:1px;
	border-style:solid;
	cursor:pointer;
}
.btn_blue_M, .btn_orange_M, .btn_pink_M, .btn_gray_M {
	display:inline-block;
	vertical-align:middle;
	padding:0 20px 0;
	height:26px;
	line-height:26px;
	font-size:14px;
	font-family:"宋体";
	color:#fff;
	border-width:1px;
	border-style:solid;
	cursor:pointer;
}
.btn_blue_L, .btn_blue_M, .btn_find {
	border-color:#acc3d6 #3f7297 #3f7297 #acc3d6;
	background:#7fa6c8;
	background:-webkit-linear-gradient(top, #7fa6c8, #6792b6);
	background:-moz-linear-gradient(top, #7fa6c8, #6792b6);
	background:-o-linear-gradient(top, #7fa6c8, #6792b6);
}
.btn_blue_L:hover, .btn_blue_M:hover, .btn_find:hover {
	color:#fff;
	text-decoration:none;
	background:#88afcf;
	background:-webkit-linear-gradient(top, #a1bfd8, #6792b6);
	background:-moz-linear-gradient(top, #a1bfd8, #6792b6);
	background:-o-linear-gradient(top, #a1bfd8, #6792b6);
}
.btn_orange_L, .btn_orange_M {
	border-color:#ffe5a1 #9f5200 #9f5200 #ffe5a1;
	background:#ffa000;
	background:-webkit-linear-gradient(top, #ffb800, #ff8900);
	background:-moz-linear-gradient(top, #ffb800, #ff8900);
	background:-o-linear-gradient(top, #ffb800, #ff8900);
}
.btn_orange_L:hover, .btn_orange_M:hover {
	color:#fff;
	text-decoration:none;
	background:#ffae26;
	background:-webkit-linear-gradient(top, #ffc83b, #ff900f);
	background:-moz-linear-gradient(top, #ffc83b, #ff900f);
	background:-o-linear-gradient(top, #ffc83b, #ff900f);
}



.tody-reg-stutas_02 {
	margin:0 15px 15px;
	padding-left:110px;
	color:#666;
	font-size:12px;

}
.tody-reg-stutas_02 span{
	color: #ff6000;
    font-size: 14px;
    font-weight: 700;
	}

.whqyz_ki_00{ width:135px; height:30px;  float:left; font-size:12px; line-height:30px; text-align:center; margin-left:10px;}
.whqyz_ki_00 p a{ color:#0000ff;}
.whqyz_ki_01{ width:95px; height:30px; border:#797979 1px solid; background:#d7d7d7; color:#333333; float:left; font-size:12px; line-height:30px; text-align:center; margin-left:10px; cursor:pointer;}
.whqyz_ki_02{ width:95px; height:30px; border:#9a9a9a 1px solid; background:#f6f6f6; color:#333; float:left; font-size:12px; line-height:30px; text-align:center; margin-left:10px;}
.phoneReg_04{ height:30px;}
.way_zcBox{ height: 36px; line-height: 36px; margin: 0 15px 14px;}
.way_zcBox label{ vertical-align:middle;}
.way_zcBox input{ vertical-align:middle; margin-right:5px;}
.way_zcBox .zcfsTxt{ text-align:right; width:100px; display:inline-block; margin-right:10px;}
.way_zcBox .sjregTxt{ margin-right:15px;}
.hqzyBox{ overflow:hidden; position:relative;}
.hqyzmBtn{ width:130px; height:36px; margin-left:109px; margin-top:5px;}
.phoneReg_03{ height:auto; overflow:hidden;}
.col-left .phoneReg{ overflow:hidden; clear:both;}
.phoneReg_06{ overflow:hidden; clear:both;}
.za-item-selector{ width:287px;}
#regSwitch{ clear:both;}


.tody-reg-stutas_03 {
	margin:0 15px 15px;
	padding-left:110px;
	color:#666;
	font-size:12px;
	background:none;
	background-repeat:repeat-x;
	padding-top:15px;
	background-position:0 5px
}
.tody-reg-stutas_03 span {
	font-weight:700;
	font-size:14px;
	color:#FF6000
}
.za-selector dd{ z-index:9;}
.za-selector{ z-index:9;}
.reg-btn_03{
	width:260px;
	height:41px;
	cursor:pointer;
	border:0;
	margin-top:14px;
	margin-left:125px
}
.reg-btn_03:hover{ background-position:0 100%;}
.col-form .checkPswBox{display: inline-block;width: 95px;height: 36px;margin-left: 20px;background: url(#/zhenai3/zhenai2012/img/layer/entry/checkPsw.png) 0 -74px no-repeat;}
.col-form .checkPswBox span{display: inline-block;width: 67px;height: 36px;margin-left: 28px;background: url(#/zhenai3/zhenai2012/img/layer/entry/checkPsw.png) 1px -37px no-repeat;
-moz-transition: margin-left .3s linear;
-webkit-transition: margin-left .3s linear;
-o-transition: margin-left .3s linear;
transition: margin-left .3s linear;}
.col-form .danger span{background-position: 1px 0;margin-left: 0;}

/*适配窄屏*/
.root1000 .frameW{ width: 990px;}
.root1000 .col-left{ width: 720px;}
.root1000 .col-right{ width: 250px;}
.root1000 .col-form label{ width: 88px; font-size: 13px;}
.root1000 .col-form{ margin-right: 0; margin-left: 0;}
.root1000 .agreement{ padding-left: 113px;}
.root1000 .reg-btn{ margin-left: 98px;}


/* 懒人图库 搜集整理 www.lanrentuku.com */

*{ margin:0; padding:0; list-style:none;}
.lrtk{ width:100%;min-width: 1200px; height:199px; margin:0 auto; overflow:hidden; display:none; background: url(../images/index_headTop.png) no-repeat center top #7B010B; text-align:center; position:relative;}
.lrtk .link{ width:100%; height:199px; display:block; z-index:10;}
.lrtk .up{ display:block; width:50px; height:5px; background:url(../images/arrow.jpg) no-repeat left bottom; position:absolute; left:50%; bottom:0; z-index:20; margin-left:-60px;}
.lrtk .down{ display:block; width:50px; height:5px; background:url(../images/arrow.jpg) no-repeat left top; position:absolute; left:50%; top:25px; z-index:20; margin-left:-60px;}



.guo_number_tab{
   width:1038px;
   margin-top:20px;
}
 .guo_number_tab_left li{
   float:left;
   margin-right:20px;
   font-size:18px;
    cursor: pointer;
}
  .tab{
   color:red;
  
   }
.guo_number_tab_right{
    float:right;
	font-size:18px;
}
.guo_number_list{
    width:1198px;
	margin:20px auto;
	border:1px solid #ddd;
}
.guo_number_list_left{
    width:800px;
	margin-top:30px;
	float:left;
	}
.guo_number_list_left li{
    float:left;
	margin-left:29px;
	margin-right:19px;
	margin-bottom:25px;
}
.guo_number_word{
	text-align:center;
    width:110px;
	height:25px;
    color:#ff6600; overflow:hidden;
	}

.guo_number_word a{ color:#f60;}
.guo_number_word img{ float:left; margin-top:5px;}
.guo_number_word2{
	text-align:center;
     color:#999;
	}
/*********右边的样式的start****************************/
.guo_number_list_right_cityname{
       width:396px;
	   float:right;
}
.guo_number_list_right_cityname li{
		text-align:center;
		border:1px solid #ddd;
		float:left;
		width:130px;
		height:55px;
		line-height: 55px;
        font-size:18px;
		text-align:center;
		border-right:none;
		border-top:none;
}
.guo_number_list_more ,.guo_number_list_more a{
        width:395px;
		text-align:center;
		font-size:18px;
		height: 100px;
    line-height: 100px;
	border-left:1px solid #ddd;
}
.guo_number_list_more a{border:none;}





/*************实体点认证会员的start***************************/

.guo_vip{
     height:40px;
	 line-height:40px;
	 margin-bottom:10px;font-size:18px;color:#333;
	 }
.guo_vip a{
	float:right;
	margin-right:20px; color:#333;
	}
.guo_img{
   border: 1px solid #c8c8c8; 
   padding: 2px;
   }
   .guo_img:hover{
   transition:border linear .5s,box-shadow linear .5s;
-moz-transition:border linear .5s,-moz-box-shadow linear .5s;
-webkit-transition:border linear .5s,-webkit-box-shadow linear .5s;
-o-transition:border linear .5s,-webkit-box-shadow linear .5s;
outline:none;border-color:rgba(241,39,242,1);
   }
.guo_vip_people{ width:1198px;border: 1px solid #ddd; height:auto; overflow:auto; padding:15px 0;}
.guo_vip_people li{
   float:left;
       padding: 5px 0 20px 23px;
   }
.guo_vip_people_bg{
  width:125px;
  height:30px;
  line-height:30px; color:#f63054;
  /*
  background:url("../images/icon_a.png")no-repeat 90px 5px;
  */
  }
.guo_vip_people_title{line-height:16px;}
.guo_vip_people_title span{margin-right:13px;}

/*************他们成功结婚了的start***************************/
.guo_marry_left{
   width:826px;
   float:left;
   margin-left:17px;
}
.guo_marry_left li{
    float:left;
	
}
.guo_marry_left li img{
   vertical-align:top;
}

.guo_marry_right{
    float:right; width:338px;
	margin-right:17px;
}

.guo_marry_left li a:hover ,.guo_marry_right li a :hover{
    -webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    -transform:scale(1.2,1.2);
    transition: width 2s, height 2s, transform 1s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    cursor:pointer;
	
}
.guo_marry_left li a, .guo_marry_right li a{
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    -transform:scale(1,1);
    transition: width 2s, height 2s, transform 1s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    cursor:pointer;
}

.guo_marry_top1, .guo_marry_top1 img{width:305px;height:211px;overflow:hidden;}
.guo_marry_top2, .guo_marry_top2 img{width:306px;height:211px;overflow:hidden;}
.guo_marry_top3, .guo_marry_top3 img{width:213px;height:211px;overflow:hidden;}
.guo_marry_bottom1, .guo_marry_bottom1 img{width:305px;height:309px;overflow:hidden;}
.guo_marry_bottom2, .guo_marry_bottom2 img{width:210px;height:309px;overflow:hidden;}
.guo_marry_bottom3, .guo_marry_bottom3 img{width:310px;height:309px;overflow:hidden;}
.guo_marry_right_top, .guo_marry_right_top img{width:339px;height:520px;overflow:hidden;}

/******************红娘团队的start***************************************************/
.guo_Matchmaker{
        width:1198px; height:auto; overflow:auto; border:#ddd solid 1px;
		height:390px;
		margin:0px auto;
		background:#fdf3f6;
		}
.guo_Matchmaker li{
          width:200px;    
		  margin-left: 27px;
		  margin-right:7px;
		  background:#f7e7ec;
		  float:left;
		  }
.guo_Matchmaker_title{
    font-size: 16px;
    text-align: center; color:#ff546a;
    padding-top: 5px; font-weight:normal;
}
.guo_Matchmaker_con{
    padding: 5px 14px;
    text-align: left;
	color:#444;height:62px; overflow:hidden;
}
.guo_Matchmaker_list{padding-top:26px;}


/*********************媒体关注的start************************************************************/
  .guo_focus{width:1198px;margin:10px auto; height:auto; overflow:auto; border:#ddd solid 1px; padding:20px 0;}
  .guo_focus li{
     width:145px;float:left;
  }
  .guo_focus li img{
     margin-left:25px;
  }
  .guo_focus_title{
    padding-left: 5px;
    font-size: 14px;
    padding-top: 6px;
	color:#444;
  }
  /**********************footer的start********************************************************************/

  .guo_footer{
      width:100%;
	  min-width:1200px;
	  height:220px;
	  color:#918d8d;
     

  }
  .guo_footer_list{
       width: 880px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;

  }
  .guo_footer_list li{
      float:left;
	  margin-left:30px;
	  margin-right:30px;
	  font-size:18px;
	  
  }
  .guo_footer_list2{
    width: 700px;
    margin: 20px auto;
    padding-bottom: 16px;
	   }
	.guo_footer_list2 li{
	    float:left;
		margin-right:20px;
	}

	 .guo_footer_list3{
	    width: 600px;
        margin: 9px auto;
        padding-bottom: 14px;
	   }

	   .guo_footer_list3 li{
	     float:left;
		 margin-right:20px;
	   }









html { height:100%;padding: 0;}
body { height:100%;padding: 0;}

.reg3 { position:relative; height:540px; background:none; z-index:2;}
.reg3_wrap { position:relative;}
.reg3_wrap .top_part { position:relative; height:160px;}
.reg3 .logo { float: left; display:block; margin:30px 0 0 0; width:114px; height:51px; background:url(../img/reg_channel/reg6/logo_24.png?v20150729) no-repeat; _background:url(../img/reg_channel/reg6/logo_8.png?v20150729) no-repeat; text-indent:-9999px; cursor:default;}
.login_panel { position:relative; float:right; width:460px; height:24px; margin:30px 0px 0 0;}
.login_panel .input_text { display:inline-block; zoom:1; vertical-align:middle; margin-right:8px; width:130px; padding:0 5px; height:22px; line-height:22px; background-color:#fff; border-radius:5px; border:1px solid #e3e2e1; color:#8d8d8d; font-family:"Microsoft Yahei" }
.login_panel .iptPwd { background-image:url(../img/reg_channel/reg6/lock.png); background-repeat:no-repeat; background-position:120px center;}
.login_panel .btnLogin { display:inline-block; zoom:1; vertical-align:middle;width:66px;height:24px; overflow:hidden;cursor:pointer; background:url(../img/reg_channel/reg6/btn1_24.png) no-repeat; _background:url(../img/reg_channel/reg6/btn1_8.png) no-repeat; border:none;}
.login_panel .forget { display:inline-block; zoom:1; display:inline; vertical-align:bottom; padding-left:5px; color:#767273; font-size:12px; text-decoration:underline;}
.login_panel .login-next{ padding-top:3px; padding-left: 155px;}
.login_panel .login-next input,.login_panel .login-next label{ vertical-align: middle;}
#fakeValue { position:absolute; left:160px; top:2px; _top:3px; color:#8d8d8d; font-family:"Microsoft Yahei" }
#errorTips { position:absolute; padding-left:20px; left:4px; top:28px; color:#f60; background:url(../img/reg_channel/reg6/a82.png) left 4px no-repeat;}
.top_part .ad-word{float: left;width: 300px;height:75px; margin-top: 20px; background: url(#/zhenai3/zhenai2015/img/myhome/ad-word.png?v=20141125) center left no-repeat;text-indent: -9999px;}
.top_part .ad-CCTV{ _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#/zhenai3/zhenai2015/img/myhome/cctv_logo.png',sizingMethod='crop');}

.reg3_wrap .middle_part { position:relative; min-height:370px; _height:370px; }
.txt_show { position:relative; float:right; margin-right:-40px; margin-top:60px; width:484px; height:182px; background:url(../img/reg_channel/reg6/t8_3.png?v=20160224) no-repeat;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='#/zhenai3/zhenai2012/img/reg_channel/reg6/t8_2.png',sizingMethod='image');_background:none;}
.txt_show p { text-indent:-9999px;}

.reg_box { position: absolute; left:0px; top:0px; width:408px; padding-bottom:30px; border-radius:4px; z-index:10; background:#fff;}
.reg_box h2 { margin:0 20px 10px; padding:30px 0 12px; text-align:center; font-size:22px; color:#aaa; border-bottom:1px solid #dedede;}
.col-form { height:28px; margin:0px 15px 14px; _margin:0px 15px 10px;}
.col-form label { width:80px; font-weight:normal;}
#SexRadio input { position:relative; display:inline-block; vertical-align:middle; margin-top:-2px; margin-right:3px;}
#SexRadio label { float:none; width:40px; background:url(../images/sex.jpg) no-repeat; font-weight:normal;}
#SexRadio label.label_w { background-position:3px -23px; margin-right:20px;}
#SexRadio label.label_m { background-position:3px 9px;}
.reg_box .meinv_01,.reg_box .meinv_02,.reg_box .shuaige_01,.reg_box .shuaige_02 { display:inline-block; vertical-align:middle; padding:0; width:150px; height:31px; }
.za-item-selector dt,.reg_box .meinv_01,.reg_box .meinv_02,.reg_box .shuaige_01,.reg_box .shuaige_02,.marry-radio a {background:url(../img/reg_channel/reg6/reg5_24.png) no-repeat; _background:url(../img/reg_channel/reg6/reg5_8.png) no-repeat;}
.reg_box .meinv_01{ background-position:0 0; margin-right:12px;}
.reg_box .meinv_02{ background-position:0 -71px;}
.reg_box .shuaige_01{ background-position:-163px 0px; margin-right:0;}
.reg_box .shuaige_02{ background-position:-163px -71px;}
.reg_box .meinv_01:hover{ background-position:0 -35px; }
.reg_box .meinv_02:hover { background-position:0 -71px;}
.reg_box .shuaige_01:hover { background-position:-163px -35px; }
.reg_box .shuaige_02:hover { background-position:-163px -71px;}
.za-item-selector { height:31px; width:287px; padding-top:4px;}
.za-item-selector dl { height:31px; width:79px; _display:inline; margin-right:11px; line-height:29px; border:none; background:none;}
.za-item-selector dt { position:relative; text-align:center; height:29px; width:77px; padding:0; background:#eff7ff; border:1px solid #c9c9c9; border-radius:4px; font-weight:bold; cursor:pointer;}
.za-item-selector dt .cData { display:block; float:none; width:100%; text-align:center; font-weight:normal;}
#BirthdaySelector.za-item-selector dt .cData { text-indent:-15px;}
.za-item-selector dt .iName { position:absolute; right:8px; top:0px; font-weight:normal;}
.za-item-selector dd { top:29px; background:#eff7ff; box-shadow:none;}
.reg_box .icon_01{ background: url(../img/reg_channel/reg6/b24.png) no-repeat;_background: url(../img/reg_channel/reg6/b82.png) no-repeat; display: inline-block; float: left; height: 16px; width: 16px; margin-top: 6px; margin-left:10px;}
.reg_box .icon_02{ /*background:url(../img/reg_channel/reg6/c24.png) no-repeat;_background:url(../img/reg_channel/reg6/c82.png) no-repeat; */display: inline-block; float: left; height: 16px; width: 16px; margin-top:6px; margin-left:10px;}
.reg_box .za-item-selector .icon_01,.reg_box .za-item-selector .icon_02 { margin-left:0; _margin-left:1px;}
.reg_box .icon_01,.reg_box .icon_02 { margin-left:0; _margin-left:1px;}
.za-item-selector-hover dt { border-color:#52a8f9; border-bottom:none; border-radius:4px 4px 0 0; z-index:2;}
.za-item-selector-hover dd { border-color:#52a8f9; z-index:1;}
.za-item-selector .year-selector dd { width:450px; left:-50px;}
.za-item-selector .month-selector dd { left:-116px; width:303px; height:74px;}
.za-item-selector .day-selector dd { left:-205px; width:303px; height:88px;}
.za-item-selector .province-selector dd { left:-50px;}
.za-item-selector .city-selector dd { left:-116px; width:303px;}
.za-item-selector .county-selector dd { left:-205px; width:303px;}
.za-item-selector .year-selector a { width:35px;}
.za-item-selector dd p i { padding:0 5px 0 4px;}
.za-item-selector .month-selector a { width:20px;}

.za-selector {height:27px; line-height:24px; border:none; background:none;}
.za-selector dt { text-align:left; height:26px; width:230px; text-indent:9px; padding:0; background:#f4ecee; border-top:1px solid #d8d2d2; border-radius:4px; line-height:24px;}
.za-selector dd { top:2px; background:#f4ecee; z-index:1;}
.reg-btn { margin:0px 0 0 106px; width:260px; height:41px;background:url(../images/btn_reg_24.png) no-repeat;}
.reg-btn:hover { background-position:0 -57px;}

.marry-radio input {display:inline-block; vertical-align:middle; margin-top:11px; margin-right:3px; float:left;}
.marry-radio label {float:left; width:32px; font-weight:normal;}


.youbing a {background-position:-213px -110px;}
.youbing a b {color:#999;}

.za-item-selector .label { display:none;}

.reg3_bot { position:fixed; _position:absolute;  left:0; bottom:0; width:100%; height:274px;}
.reg3_bot .user_box { position:relative; width:100%; height:125px; overflow:hidden;}
.reg3_bot .user_list { }
.reg3_bot .user_list li { float:left; position:relative; width:100px; height:125px; overflow:hidden; cursor:pointer;}
.reg3_bot .user_list li img { display:block; width:100px; height:125px;}
.reg3_bot .user_list li .info { position:absolute; left:0; bottom:0; width:100px; height:22px; line-height:22px; font-size:14px; color:#fff; text-align:center; font-family:"Microsoft Yahei"; z-index:2;}
.reg3_bot .user_list li .info .mask { position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:0.7; filter:alpha(opacity=70); z-index:-1;}

.reg3_bot .user_list li .info {-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear; bottom:-22px;}
.reg3_bot .user_list li.cur .info { bottom:0;}
.reg3_bot .user_list li img { display:block; -webkit-transition:all .25s linear .1s;-moz-transition:all .25s linear .1s;-o-transition:all .25s linear .1s;-ms-transition:all .25s linear .1s;transition:all .25s linear .1s;}
.reg3_bot .user_list li img:hover {-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.reg3_bot .user_box .arrow { position:absolute; top:0; width:26px; height:100%; cursor:pointer;}
.reg3_bot .user_box .page_pre { left:0; display:none; }
.reg3_bot .user_box .page_next { right:0; }
.reg3_bot .user_box .arrow i { position:absolute; left:5px; top:50px; width:16px; height:28px; background:url(../img/reg_channel/reg6/arrow_24.png) no-repeat;_background:url(../img/reg_channel/reg6/arrow_8.png) no-repeat;}
.reg3_bot .user_box .arrow em { position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000; opacity:0.5; filter:alpha(opacity=50); -webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;}
.reg3_bot .user_box .arrow:hover em { opacity:0.7; filter:alpha(opacity=70);}
.reg3_bot .user_box .page_pre i { background-position:0 0;}
.reg3_bot .user_box .page_next i { background-position:100% 0;}

.reg3_bot .user_num { padding:10px 0 15px; height:20px; line-height:20px; text-align:center; font-family:"Microsoft Yahei"; font-size:18px; color:#3a9efb; font-weight:bold; background:url(../img/reg_channel/reg6/line.png) center 16px no-repeat; text-indent:-8px;}
.reg3_bot .copyright { padding:25px 0; text-align:center; font-size:12px; color:#929292; font-family:"Microsoft Yahei";}



@charset "utf-8";
/* CSS Document */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "微软雅黑";}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;border:none;background:none;}
textarea{resize:none;}
a{text-decoration:none;color:#000;outline:none;}
/*清除浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
.md20{margin-top:20px;}
.md40{margin-top:40px;}
.md80{margin-top:80px;}

/*登录box*/

table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show
}

button, input {
	border:1px solid;
	outline:none;
	line-height:normal;
*overflow:visible
}

/* btn */
.btn {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	width: 30px;
	height:60px;
	text-align:center;
	line-height: 27px;
	min-width: 52px;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px;
	
	color: #666;
	
}
input.btn {
	height: 29px;
}
.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:660px;
	height:480px;
	margin:-180px 0 0 -330px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-poptit {
	border-bottom:1px solid #ddd;
	padding:6px;

	position: relative;
	background-color:#FF5168;
}

.theme-popbod {
	padding:10px 15px;
	color:#444;
	height: 380px;
	overflow:hidden;
}
.theme-popbom {
	padding:15px;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-radius:0 0 5px 5px;
	color:#666
}

.theme-poptit .close {
	width:40px;
	float:right;
	color:#999;
	padding:5px;
	margin:4px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color:#444;
}
.theme-poptit .nick a {
	padding-left:0px;
	color:#444;
}

.btn.theme-reg {
	position: absolute;
	top: 8px;
	left: 43%;
	display: none
}

.dform {
	padding:10px 60px 40px;
	text-align: center;
}
.dform .ipt_error {
	
	border-color:#FFCC66
}
.dform-tip {
	display:none;	
	line-height:42px;
	margin-top:10px;
	font-size: 14px;
}

}
.dform-tip a {
	display: inline-block;
	padding: 0 20px;
	margin-left:10px;
	background-color: #FFE924;
	color: #CF301A;
}
.dform-login {
	padding:0;
	height: 270px;
	overflow: hidden;
}
.dform-login iframe {
	height: 470px;
	margin-top: -180px;
}
/*登录box结束*/

.study_pic img{width:270px;height:136px;}


/*首页增加地区选择05.14 sxf**/
.si_area{ background: #f1f1f1;overflow: hidden;position: absolute;width: 100%; z-index: 999999; display:none;}
.si_area ul{ height: 170px; margin: 0 auto; position: relative; top: 0; width: 1200px; z-index: 99999;}
.si_area ul li{float: left; margin: 10px 0; text-align: center;  width: 10%;}
.si_area ul li a{font-size:12px;}
#si_chan{margin-top:15px;font-size:18px;color:#ff00e4;cursor:pointer;}
/*end**/


.mb_hfu{ width:1200px; margin:0 auto;height: auto; overflow:auto; padding-bottom:20px;}
.mb_hfu img{width:1200px;margin:40px auto;}

.mb_foot{ width:1200px; margin:0 auto; height:auto; overflow:auto; padding:30px 0;}
.mb_foot p{ width:100%; /*padding:10px 0;*/ line-height:26px; text-align:center; font-size:12px; color:#666;}
.mb_foot p span{ font-size:14px;padding:0 1%;}
.mb_foot p em{ font-size:16px; font-weight:normal;}
.mb_foot p a{ padding:0 2%; font-size:16px; color:#666;}
.mb_foot p a:hover{ text-decoration:underline; color:#333;}
.mb_xhaq{ width:1200px; margin:0 auto;height: auto; overflow: hidden; }
.mb_xhaq img{width:1200px;}
.mb_foot p#youlian{border-top:1px solid #ddd;padding:10px 0;margin-top:10px;}
.mb_foot p#youlian a{font-size:12px;padding:0 10px;}











