@charset "utf-8";
/* CSS Document */

body,html{height: 84.45%;}
/***************************************************************************************************************登录*/
.login_bg{
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    height: auto;
}
.login_main{
    width: 970px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
    height: auto;
    overflow: hidden;
    border: 1px solid #d4d4d4;
    padding: 50px 0;
}
.login_cont1{
    float: left;
    width: 412px;
    height: auto;
    overflow: hidden;
    padding-left: 42px;

}
.login_tit1{
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.login_tit1 i{float: left;}
.login_tit1 span{
    float: left;
    margin-left: 10px;
    font-size: 20px;
    color: #c5088c;
    line-height: 25px;
}
.login_list1{}
.login_list1 ul li{
    float: left;
    width: 100%;
    height: auto;
    line-height: 32px;
    overflow: hidden;
    color: #787878;
    position: relative;
    margin-top: 10px;
}
.login_list1 ul li em{
    position: absolute;
    z-index: 99;
    left: 10px;
    top: 4px;
}
.login_list1 ul li i{
    float: left;
    margin-left: 12px;
    margin-top: 3px;
    margin-right: 4px;
}
.login_list1 ul li span{float: left;}
.login_text1{
    float: left;
    width: 211px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding-left: 38px;
    padding-right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    background: #fdfdfd;
}
.login_text1::-webkit-input-placeholder{color: rgb(150, 150, 150);}
.login_text1::-ms-input-placeholder{color: rgb(150, 150, 150);}
.login_text1::-moz-placeholder{color: rgb(150, 150, 150);}
.login_text2{
    float: left;
    /*width: 85px;*/
	width:129px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    background: #fdfdfd;
	padding-left: 38px;
}
.login_text2::-webkit-input-placeholder{color: rgb(150, 150, 150);}
.login_text2::-ms-input-placeholder{color: rgb(150, 150, 150);}
.login_text2::-moz-placeholder{color: rgb(150, 150, 150);}
.login_text3{
    float: left;
    width: 129px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding-left: 38px;
    padding-right: 5px;
    border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    background: #fdfdfd;
}
.login_text3::-webkit-input-placeholder{color: rgb(150, 150, 150);}
.login_text3::-ms-input-placeholder{color: rgb(150, 150, 150);}
.login_text3::-moz-placeholder{color: rgb(150, 150, 150);}
.login_list1 .move-pwd{
	float: left;
	color: #fff;
	background: #c5088c;
	width:82px;
	height:32px;
	text-align:center;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	border: 0;
}
.login_list1 .move-pwd:hover{
	background: #af0a7d;
	text-decoration: none;
}
.login_list1 .move-pwd:disabled{
	color: #7d7d7d;
    background: #eeeeee;
	text-decoration: none;
}
.yzm{
    float: left;
    margin-left: 15px;
    border: 1px solid #9eb2cd;
}
.img-code{
    float: left;
	width:82px;
	height:30px;
    border: 1px solid #9eb2cd;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
}
.login_btn1{
    width: 256px;
    height: 38px;
    color: #ffffff;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 15px;
    border: 0;
    background: #c5088c;
    /*margin-top: 15px;*/
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
}
.login_btn1:hover{background: #af0a7d;}
.login_btn1:disabled{background: #d753af;}
.login_list1 ul li a{color: #b84796;}
.login_list1 ul li a:hover{text-decoration: underline;}
.login_cont2{
    float: left;
    padding-left: 35px;
    width: 440px;
    height: auto;
    overflow: hidden;
    border-left: 1px dashed #dddddd;
}
.login_tit2{
    height: auto;
    overflow: hidden;
}
.login_tit2 i{float: left;}
.login_tit2 span{
    float: left;
    margin-left: 10px;
    font-size: 14px;
    color: #454545;
    line-height: 15px;
}
.login_tit2 a{
    color: #f76e00;
    text-decoration: underline;
}
.login_tit2 a:hover{text-decoration: none;}
.login_list2{
    margin-top: 16px;
    height: auto;
    overflow: hidden;
}
.login_list2 h4{
    color: #c5088c;
    font-weight: normal;
}
.login_list2 ul{
    background: #f4f4f4;
    padding: 16px 0;
    height: auto;
    overflow: hidden;
    margin-top: 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.login_list2 ul li{
    float: left;
    width: 219px;
    text-align: center;
}
.login_txt1{
    width: 141px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #c5088c;
    color: #ffffff;
    display: table;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	cursor: pointer;
}
.login_txt1 span{padding-left: 10px;}
.login_txt2{
    color: #727272;
    margin-top: 10px;
}
.login_list3{
    margin-top: 18px;
    height: auto;
    overflow: hidden;
}
.login_list3 h4{margin-bottom: 10px;}
.login_list3 ul{
    width: 120%;
    overflow: hidden;
}
.login_list3 ul li{
    float: left;
    text-align: center;
    margin-right: 12px;
}
.login_list3 ul li p{
    font-size: 14px;
    color: #292828;
    line-height: 23px;
}
.login_list3 ul li p span{
    color: #c5088c;
    font-size: 15px;
    font-weight: bold;;
}

/****************************************************************************************************************注册*/
.reg_main{padding: 20px 0;}
.reg_tab1 li{
    float: left;
    width: 100%;
    height: auto;
    line-height: 32px;
    overflow: hidden;
    color: #787878;
    position: relative;
    margin-top: 10px;
}
.reg_tab1 li em{
	position: absolute;
	z-index: 99;
	left: 0px;
	font-size: 13px;
	height:30px;
	width:72px;
	text-align:center;
	background: #F4F4F4;
	border: 1px solid #dcdcdc;
	color: #727272;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
}
.reg_tab1 li span{
	margin-left:12px;
	padding-left:19px;
	height:17px;
	line-height: 17px;
	font-size: 12px;
	background: url("../images/login-icon3.png") no-repeat;
	background-size:15px;
}
.cc1{
    color: #ec1f78;
    padding-right: 3px;
    vertical-align: middle;
}
.cc2{
    text-align: left !important;
    color: #818181;
}
.cc2 a{color: #B84796;float: none;}
.cc2 a:hover{text-decoration: underline;}
.reg_text1{
	float: left;
	width: 170px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dcdcdc;
	padding-left: 80px;
	padding-right: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 12px;
	background: #fdfdfd;
}
.reg_text1::-webkit-input-placeholder{color: rgb(150, 150, 150);}
.reg_text1::-ms-input-placeholder{color: rgb(150, 150, 150);}
.reg_text1::-moz-placeholder{color: rgb(150, 150, 150);}
.reg_text2{
    float: left;
    background: #fdfdfd;
    width: 86px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
	padding-left: 80px;
	padding-right: 5px;
}
.reg_text2::-webkit-input-placeholder{color: rgb(150, 150, 150);}
.reg_text2::-ms-input-placeholder{color: rgb(150, 150, 150);}
.reg_text2::-moz-placeholder{color: rgb(150, 150, 150);}
.reg_text3{
    float: left;
    width: 86px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    background: #fdfdfd;
	padding-left: 80px;
}
.reg_text4{
    float: left;
    background: #fdfdfd;
    width: 86px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    padding: 0 5px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
	padding-right: 5px;
}
.reg_text4::-webkit-input-placeholder{color: rgb(150, 150, 150);}
.reg_text4::-ms-input-placeholder{color: rgb(150, 150, 150);}
.reg_text4::-moz-placeholder{color: rgb(150, 150, 150);}
.reg_btn1{
    float: left;
    border: 0;
    margin-left: 8px;
    width: 79px;
    height: 32px;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #7d7d7d;
    background: #eeeeee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;
}
.reg_btn1:hover{background: #ddd;}
.reg_btn2{
    float: left;
    border: 0;
    width: 84px;
    height: 32px;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #ffffff;
    background: #c5088c;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    cursor: pointer;
}
.reg_btn2:hover{background: #af0a7d;}
.reg_btn2:disabled{
	color: #7d7d7d;
    background: #eeeeee;
	text-decoration: none;
}
.reg_tab1 i{
    float: left;
    margin-left: 12px;
    margin-top: 3px;
    margin-right: 4px;
}
.reg_tab1 .login_btn1{margin-top: 5px;}
.reg_cont1{
    padding-top: 40px;
    padding-bottom: 30px;
}


/*************************************************************************************************************找回密码*/
.foad_main{
    padding-top: 20px;
    padding-bottom: 30px;
}
.foad_tit1{
    padding-left: 26px;
    height: auto;
    overflow: hidden;
}
.foad_tit1 i{
    float: left;
    margin-top: 2px;
}
.foad_tit1 span{
    float: left;
    color: #c5088c;
    font-size: 18px;
    padding-left: 15px;
}
.foad_cont1{
    /*display: table;
    margin: 0 auto;
    height: auto;
    overflow: hidden;*/
    margin-top: 38px;
}
.foad_list1{
    display: table;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    /*background: url("../images/step-bg1.png") no-repeat;*/
}
#step2 .foad_list1{background: url("../images/step-bg2.png") no-repeat;}
#step3 .foad_list1{background: url("../images/step-bg3.png") no-repeat;}
#step4 .foad_list1{background: url("../images/step-bg4.png") no-repeat;}
.foad_list1 ul li{
    float: left;
    background: url("../images/foad-icon1.png") repeat-x;
    width: 161px;
    text-align: center;
    font-family: Arial;
    color: #ffffff;
}
.foad_list1 ul li em{
    line-height: 27px;
    padding-right: 2px;
    font-size: 12px;
}
.foad_list1 ul li em img{margin-right: 3px;}
.foad_list1 ul li p{
    color: #cccccc;
    margin-top: 3px;
    font-family: "Microsoft YaHei", "微软雅黑";
}
.foad_list1 ul li.active{
    background: url("../images/foad-icon1-1.png") repeat-x;
}
.foad_list1 ul li.active em{
    padding-right:0;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.foad_list1 ul li.active p{
    color: #c5088c;
    margin-top: 6px;
}
.foad_list2{
    clear: both;
    display: table;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.foad_list2 ul li{
    clear: both;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
    color: #484848;
    line-height: 30px;
}
.foad_list2 ul li div{float: left;}
.foad_l1{width: 60px;text-align: right;}
.foad_text1{
    float: left;
    width: 175px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    padding: 0 5px;
}
.foad_txt1{line-height: 30px;}
.foad_txt1 i{
    float: left;
    margin: 0 20px;
    height: 30px;
}
.foad_txt1 span{float: left;}
.foad_txt1 span a{color: #c5088c;}
.foad_txt1 span a:hover{text-decoration: underline;}
.foad_btn1{
    padding: 0 15px;
    height: 27px;
    background: #c5088c;
    border: 0;
    color: #ffffff;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
}
.foad_btn1:hover{background: #af0a7d;}
.foad_btn1:disabled{background: #d753af;}
.foad_mess{
	padding-left:10px;
	color: #c5088c;
}
.foad_cont2{
    /*display: table;
    margin: 0 auto;*/
    margin-top: 36px;
    height: auto;
    overflow: hidden;
}
.foad_list3{
    height: auto;
    overflow: hidden;
    border-left: 1px solid #ebebeb;
    display: table;
    margin: 0 auto;
}
.foad_list3 ul li{
    float: left;
    width: 148px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ebebeb;
    border-left: 0;
    text-align: center;
    color: #828282;
    cursor: pointer;
    position: relative;
}
.foad_img1{
    position: absolute;
    z-index: 10;
    top:9px;
    left: 22px;
}
.foad_img1_1{
    position: absolute;
    z-index: 10;
    top:9px;
    left: 22px;
    display: none;
}
.foad_list3 ul li span{
    /*float: left;*/
    padding-left: 22px;
}
.foad_list3 ul li.active{
    background: #c5088c;
    border: 1px solid #c5088c;
    color: #ffffff;
}
/*手机验证*/
.ft1{
    display: inline;
    float: left;
    margin-left: 275px;
    margin-top: 30px;
}
.ft1 ul li,.ft2 ul li{line-height: 25px;}
.foad_list2 ul li strong{font-size: 14px;}
.ft1 ul li p{line-height: 30px;}
.foad_l3{width: 110px;text-align: right;}
/*邮箱验证*/
.ft2{
    display: none;
    margin-left: 340px;
    margin-top: 55px;
}
/*人工服务*/
.ft3{
    display: none;
    width: 500px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 45px;
}
.foad_txt3{
    color: #7e7e7e;
    font-size: 14px;
    line-height: 38px;
    height: auto;
    min-height: 145px;
}
.foad_txt3 p span{
    color: #c5088c;
    font-size: 28px;
    vertical-align: middle;
    font-weight: bold;
}
.foad_btn2{
    width: 114px;
    height: 30px;
    border: 1px solid #dddddd;
    background: url("../images/foad-btn-bg1.jpg") repeat-x;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #3e3e3e;
    cursor: pointer;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-left: 15px;
}
.cc3{color: #c5088c;margin: 0 3px;}
.foad_l4{width: 80px;text-align: right;}
.foad_txt2 {
    text-align: center;
    line-height: 35px;
    height: auto;
    overflow: hidden;
    display: table;
    margin: 40px auto;
    margin-bottom: 0;
    min-height: 90px;
    /*margin-top: 20px;*/
}
.foad_txt2 img {
    float: left;
}
.foad_txt2 span {
    float: left;
    font-size: 16px;
    color: #303030;
    margin-left: 20px;
}
.login_switch1{
    height: auto;
    overflow: hidden;
}
.login_switch1 span{
    margin-right: 60px;
	font-size: 14px;
	line-height: 16px;
}

/**/
.login_list1 .message{
	height:15px;
	line-height: 15px;
	color:#c5088c;
}