.login-reg-btn {
    width: 1004px;
    position: relative;
    margin: 0 auto;
}

.login-reg-btn .login,
.login-reg-btn .reg {
    display: block;
    width: 145px;
    height: 53px;
    line-height: 53px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
    background-image: url(../img/icon-btn.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 120px;
}

.login-reg-btn .login {
    right: 310px;
    background-position: 0 -236px;
}

.login-reg-btn .reg {
    right: 125px;
    background-position: -150px -236px;
}

.banner-list {
    width: 860px;
    margin: 88px auto 65px;
    padding-left: 50px;
    height: auto;
    overflow: hidden;
    clear: both;
}

.banner-list .img {
    float: left;
}

.banner-list .img.right {
    float: right;
}

.ba-info {
    float: left;
    width: 400px;
}

.ba-info.right {
    float: right;
}

.ba-info.small {
    width: 250px;
}

.ba-info h3.title {
    display: block;
    font-size: 43px;
    line-height: 62px;
    color: #000;
}

.ba-info .con {
    display: block;
    font-size: 22px;
    line-height: 42px;
    color: #848484;
    text-align: left;
}

.loginbox {
    width: 600px;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    margin: 71px auto 200px;
}

.loginbox .form-group {
    margin: 14px 0 28px;
}

.loginbox .label {
    width: 80px;
    margin-right: 9px;
    line-height: 53px;
    font-size: 18px;
    color: #626262;
}

.loginbox .form-text {
    width: 482px;
    height: 53px;
    line-height: 53px;
    font-size: 14px;
    color: #626262;
    border: 0;
    background: url(../img/icon-btn.png) 0 0 no-repeat;
}

.loginbox .tips {
    padding-left: 89px;
}

.remember {
    float: left;
    padding-left: 89px;
}

.forget {
    float: right;
}

.loginbox .checked {
    float: left;
}

.login-btn {
    display: block;
    width: 502px;
    height: 53px;
    font-size: 18px;
    color: #fff;
    line-height: 53px;
    letter-spacing: 10px;
    font-family: microsoft yahei;
    margin-left: 89px;
    border: 0;
    overflow: hidden;
    background-image: url(../img/icon-btn.png);
    background-repeat: no-repeat;
    background-position: 0 -58px;
    cursor: pointer;
}

.login-btn:focus {
    background-position: 0 -114px;
}

.loginbox .reg {
    padding-left: 89px;
    color: #626262;
}

.loginbox .reg a {
    color: #2872d8;
    text-decoration: underline;
}

.dangeralert {
    display: none;
    width: 100%;
    color: #f00;
    margin: 0 0 5px;
    line-height: 20px;
    text-align: center;
}

.pwd {
    text-align: left;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 4%;
}

.pwd .checked {
    float: left;
}

.pwd label {
    float: left;
    line-height: 20px;
}

.forgetpwd {
    float: right;
    text-decoration: none;
    color: #FF8F8F;
}

.regtips {
    display: block;
    width: 59.335%;
    min-width: 154px;
    height: 5%;
    padding: 2% 0;
    overflow: hidden;
    border-radius: 16px;
    background-color: #DAF4E8;
    background: rgba(218, 244, 232, 1);
    margin: 5% auto 5%;
    color: #596E64;
    color: rgba(89, 110, 100, 1);
    cursor: pointer;
    text-decoration: none;
}

.regtips:hover,
.regtips:active {
    background-color: #DAF4E8;
    color: #596E64;
    color: rgba(89, 110, 100, .8);
    background: rgba(218, 244, 232, .8);
}

.otherlogin {
    text-align: left;
}

h3.title,
.title {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 40px;
    font-weight: normal;
    margin-top: 20px;
    text-align: left;
    color: #2e2e2e;
    font-family: simhei;
}

.title.center {
    text-align: center;
    color: #5b5b5b;
    font-size: 22px;
    line-height: 40px;
}

.step-container {
    display: block;
    width: 974px;
    margin: 42px 0;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.step-container li {
    float: left;
    display: block;
    width: 177px;
    height: 95px;
    text-align: center;
    position: relative;
}

.step-container li.two,
.step-container li.three {
    width: 310px;
}

.step-container li span {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #414141;
    text-align: center;
}

.step-container .circle {
    display: block;
    width: 46px;
    height: 46px;
    background-image: url(../img/icon-btn.png);
    background-repeat: no-repeat;
    background-position: -420px -175px;
    position: absolute;
    top: 49px;
    z-index: 2;
}

.step-container .one span {
    text-align: left;
}

.step-container .four span {
    text-align: right;
}

.step-container .one .circle {
    left: 42px;
}

.step-container .four .circle {
    right: 0;
}

.step-container .two .circle,
.step-container .three .circle {
    left: 132px;
}

.step-container .line {
    display: block;
    position: absolute;
    left: 46px;
    top: 70px;
    z-index: 1;
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-color: #EAEFF4;
}

.step-container li.next span {
    color: #ff6687;
}

.step-container li.active .circle {
    background-position: -322px -175px;
}

.step-container li.next .circle {
    background-position: -371px -175px;
}

.reg-option {
    clear: both;
    width: 944px;
    padding: 0 30px;
    height: auto;
    overflow: hidden;
    margin: 43px 0 110px;
}

.reg-card {
    border-top: solid 5px #DBDCDD;
    background: #F6F7F8;
    width: 414px;
    padding: 37px 0 0 0;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.reg-card h3.title {
    color: #414141;
    font-size: 24px;
    text-align: center;
    margin: 0
}

.reg-card .tips {
    margin: 11px auto 30px;
}

.reg-card .tips p {
    display: block;
    line-height: 30px;
    padding: 0 15px;
    color: #414141;
    margin-bottom: 0;
    text-align: left;
}

.reg-card .btn.default {
    padding: 0;
    border: 0;
    margin: 0 auto 25px;
    color: #fff;
    font-size: 18px;
    width: 145px;
    height: 53px;
    line-height: 53px;
    background-image: url(../img/icon-btn.png);
    background-repeat: no-repeat;
    background-position: -24px -175px;
    background-color: #F6F7F8;
}

.reg-card .btn.default:active,
.reg-card .btn.default:hover {
    background-position: -173px -175px;
}

.form h3.title {
    font-weight: bold;
}

.useritem {
    width: 904px;
    height: auto;
    overflow:hidden;
    padding: 20px;
    text-align: left;
}

.useritem h3.title {
    margin: 0;
    text-align:center;
    font-size:24px;
}
.useritem .detail h4{
    margin:10px 0;
    font-size:18px;
    font-weight:normal;
    font-family:simhei;
}
.useritem .detail p{
    display:block;
    line-height:30px;
    text-indent:28px;
    height:auto;
    overflow:hidden;
    margin-bottom:10px;
}
.useritem .c2f7c2f{
    color:#2f7c2f;
    border-bottom:dashed 1px #2f7c2f;
    margin-left:10px;
}
.email-activation,
.reg-done {
    text-align: center;
}

.email-activation .tips,
.reg-done .tips {
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 25px;
}

.email-activation .btn.default,
.reg-done .btn.default {
    margin: 20px;
}

.bread {
    text-align: left;
    padding-left: 15px;
    color: #000;
    line-height: 40px;
}

.bread span {
    margin: 0 5px;
}

.side-nav {
    float: left;
    width: 230px;
    height: auto;
    overflow: hidden;
    text-align: left;
    background: #F8F8F8;
    _position: absolute;
    left: 0;
    top: 40px;
}

.side-nav li .title {
    background: #98AEDE;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
}

.side-nav>h3.title span {
    float: left;
}

.side-nav .title {
    margin: 0;
    padding-left: 21px;
    width: 209px;
    line-height: 50px;
    cursor: pointer;
}

.side-nav>li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 1px;
}

.side-nav h3.name {
    padding-left: 55px;
    color: #191a1a;
    font-size: 16px;
    line-height: 42px;
    background-color: #EAE9F3;
    font-weight: normal;
    cursor: pointer;
}

.side-nav .t-nav a {
    display: block;
    padding-left: 50px;
    color: #484848;
    line-height: 40px;
    cursor: pointer;
}

.dot {
    float: left;
    display: block;
    margin: 10px 0 0;
    line-height: 40px;
    vertical-align: 3px;
    width: 18px;
    height: 20px;
    background: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -120px;
}

.side-nav .t-nav a:hover .dot {
    background-position: 0 -100px;
}

.side-nav .t-nav a:hover {
    color: #3b6cd0;
}

i.icon {
    float: left;
    display: block;
    width: 18px;
    height: 20px;
    margin: 7px 15px 0 0;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
}

.icon.icon1 {
    background-position: 0 0;
}

.icon.icon2 {
    background-position: 0 -20px;
}

.icon.icon3 {
    background-position: 0 -40px;
}

.icon.icon4 {
    background-position: 0 -60px;
}

.icon.icon5 {
    background-position: 0 -80px;
}

P .icon.icon6 {
    background-position: 0 -100px;
}

.main {
    margin-left: 255px;
    width: auto;
    height: auto;
    overflow: hidden;
}

.main .title {
    margin: 0 0 20px 0;
    padding-left: 20px;
    border-bottom: solid 3px #E6E6E6;
    color: #272636;
    font-size: 16px;
    line-height: 33px;
}

.main .form-container {
    margin-top: 100px;
}

.form-container.center,
.form-container.center .form-group {
    text-align: center;
}

.form-container.center .file {
    display: inline-block;
}

.stitle {
    text-align: left;
    padding-left: 20px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}

.uploading {
    width: 500px;
    margin: 50px auto;
    text-align: center;
}

.uploading .alert,
.uploading .bottom {
    text-align: center;
}

.uploading .btn {
    margin: 20px 10px;
}

.result {
    width: 500px;
    margin: 50px auto;
    text-align: center;
}

.result .detail {
    text-align: center;
    margin-bottom: 30px;
}

.tab .hd {
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-left: solid 1px #e0e0e0;
    padding: 0;
    margin: 0;
}

.tab .hd ul {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.tab .hd li {
    display: block;
    float: left;
    width: 14.2%;
    text-align: center;
    line-height: 38px;
    border-right: solid 1px #e0e0e0;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    cursor: pointer;
    box-sizing: border-box;
}

.tab .hd li.on {
    background: #3b6cd0;
    color: #fff;
}

.table {
    width: 100%;
    margin: 15px 0;
    border-top: solid 1px #e0e0e0;
    border-left: solid 1px #e0e0e0;
}

.table table {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.table th {
    line-height: 30px;
    padding: 5px;
    text-align: center;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

.table td {
	word-break: break-word;
    text-align: center;
    padding: 5px;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1004;
}

.mask.none {
    display: none;
}

.modal {
    width: 400px;
    height: auto;
    padding: 40px 20px;
    position: absolute;
    left: 50%;
    top: 25%;
    background: #fff;
    border: solid 1px #ddd;
    margin-left: -220px;
    border-radius: 6px;
}

.modal .text {
    border: 0;
    display: block;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #f00;
    font-size: 14px;
    text-align: center;
    margin: 5px 0;
}

.modal .btn {
    margin: 0 10px;
}

.modal .title {
    margin: 0 auto;
    text-align: center;
}

.detail-container {
    width: 400px;
    height: auto;
    overflow: hidden;
}

.detail-container h3.title {
    text-align: center;
    padding: 0;
    margin: 0;
}

.detail-container dl {
    height: auto;
    overflow: hidden;
}

dt.name {
    clear: both;
    float: left;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: right;
}

dd.con {
    float: left;
    width: 280px;
    margin: 0;
    text-align: center;
    line-height: 25px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.contact-container {
    padding: 10px 0;
    font-size: 16px;
    text-align: left;
    height: auto;
    overflow: hidden;
}

.contact-container ul {
    display: block;
    float: left;
    width: 390px;
    padding-top: 50px;
    height: auto;
    overflow: hidden;
    line-height: 40px;
}

.contact-container .map {
    display: block;
    float: left;
    width: 350px;
    height: auto;
    overflow: hidden;
}

.contact-container .map img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.forgetPassword,
.setPassword {
    width: 600px;
    height: auto;
    overflow: hidden;
    margin: 80px auto 130px;
}

.forgetPassword .title,
.setPassword .title {
    text-align: center;
    margin-bottom: 30px;
}

.loginbox .form-group .right {
    float: left;
    width: 500px;
    height: auto;
    overflow: hidden;
}

.loginbox .form-group .right .form-text {
    float: none;
}

.item-text {
    display:block;
    padding-top:10px;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.item-text a {
    color: #3b6cd0;
}
#notice{
	text-align: left;
	 background:#f8f8f8;
	 border:1px solid silver;
	 padding:1px;
}
#notice .notice-time{
	text-align: right;
}
.replay{
	text-align: right;
}