.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
body{
    color: #333;
    background: #fff;
}
.none{
    display: none;
}
.headerBox{
    background: #fff;
}
.header{
    height: 80px;
    width:1100px;
    margin: 0 auto;
    overflow: hidden;
}
.header .logo{
    height: 55px;
    background: url("../images/jc_logo.png") no-repeat;
    margin-top: 13px;
    padding-left: 174px;
    position: relative;
    width: 600px;
}
.header .logo h1{
    position: absolute;
    bottom: 2px;
    left: 184px;
    font-size: 20px;
    font-weight: normal;
    color: #999;
    margin: 0;
}
.mainBox{
    height:475px;
    background:#45deb5;
}
.mainBox .loginMain{
    width: 1100px;
    height: 475px;
    margin: 0 auto;
    background: url("../images/loginBg.png") no-repeat;
    position: relative;
}
.mainBox .loginMain .loginBox{
    width: 350px;
    /*height: 380px;*/
    background: #fff;
    position: absolute;
    right: 0;
    top: 48px;
}
.loginBox .loginHeader{
    line-height: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
}
.loginBox .loginHeader >div{
    float: left;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #d6d6d6;
}
.loginBox .loginHeader .loginType1{
    width: 174px;
    border-right: 1px solid #d6d6d6;
}
.loginBox .loginHeader .loginType2{
    width: 175px;
}
.loginBox .loginHeader .active{
    border-bottom: none;
    color: #46D3B4;
    font-weight: 500;
}
.loginBox .loginPrompt{
    width:300px;
    margin: 10px auto;
    font-size: 12px;
    padding: 5px 0 5px 30px;
    border: 1px solid #fdedad;
}
.loginBox .loginPrompt.remind {
    background: url("../images/remind.png") #fff6d2 no-repeat 10px center;
    color:#666;
}
.loginBox .loginPrompt.error{
    background: url("../images/error.png") #fff0f0 no-repeat 10px center;
    border: 1px solid #ffdada;
    color:#ff6d6f;
}
.loginBox .payType1Box,.loginBox .payType2Box{
    width: 300px;
    margin: 0 auto;
}
.loginBox .loginUserBox input ,.loginBox .loginUserPwd input{
    width: 300px;
    padding-left: 15px;
    height: 40px;
    border:1px solid #d6d6d6;
    font-size: 14px;
}
.loginBox .loginUserPwd{
    margin-top: 20px;
}
.loginBox .loginCheckBox{
    font-size: 14px;
    margin:10px 0;
}
.loginBox .rememberBox input,.loginBox .rememberBox label{
    cursor: pointer;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
}

.loginBox .loginCheckBox a{
    color: #333;
    text-decoration: none;
}
.loginBox .submit{
    width: 300px;
    border: none;
    background: #46D3B4;
    height: 40px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.loginBox .regLink{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.loginBox .regLink a{
    color: #46D3B4;
}
.loginBox .loginImgCode,.loginBox .loginTourCode{
    margin-top: 15px;
}
.loginBox .loginImgCode input,.loginBox .loginTourCode input{
    width: 180px;
    padding-left: 15px;
    height: 40px;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    display: block;
}
.loginBox .loginImgCode img{
    height: 40px;
    display: block;
    cursor: pointer;
    width: 100px;
}
.loginBox .loginTourCode .tourCodeBtn{
    height: 40px;
    width: 102px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: rgb(70,221,180);
    cursor: pointer;
}


.copyRight{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}



/*注册*/
.toLogin{
    line-height: 30px;
    color: #999;
    font-size: 12px;
    margin-top: 40px;
}
.toLogin a{
    display: block;
    height: 28px;
    width: 60px;
    border: 1px solid #e9e9e9;
    background: #fff;
    text-align: center;
    color:#999;
    text-decoration: none;
}
.toLogin a:hover{
    background: #f7f7f7;
}
.regStepBox{
    position: relative;
    width: 1100px;
    margin:43px auto 60px auto;
}
.regStepBox .line{
    position:absolute;
    top:15px;
    width: 100%;
    height: 2px;
    background: #e9e9e9;
}
.regStepBox .step1,.regStepBox .step3 {
    width: 250px;
    height: 40px;
    position: relative;
}
.regStepBox .stepLine{
    height: 2px;
    width: 100%;
    top: 15px;
    position: absolute;
}
.regStepBox .stepNum{
    position: relative;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #ccc;
}
.regStepBox .stepInfo{
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
    color: #666;
}
.regStepBox .step2{
    width: 250px;
    position: absolute;
    left: 250px;
    top:0;
}
.regStepBox .step3{
    width: 250px;
    position: absolute;
    right: 0;
    top:0;
}
.regStepBox .active .stepLine,.regStepBox .active .stepNum{
    background:#46D3B4;
}
.regStepBox .active .stepInfo{
    color:#46D3B4;
}
.regForm{
    width: 780px;
    height: 380px;
    margin-left: 310px;
}
.regInputBox{
    margin-top: 20px;
}
.regInputBox .item{
    width: 80px;
    text-align: right;
    color: #333333;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
}
.regInputBox .inputBox{

}
.regInputBox .inputBox input{
    display: block;
    width: 300px;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #d6d6d6;
}
.regInputBox .validation{
    margin-left: 20px;
}

.regInputBox .validation.error{
    background: url("../images/error.png") #fff0f0 no-repeat 10px center;
    border: 1px solid #ffdada;
    color:#ff6d6f;
    height: 40px;
    line-height: 40px;
    padding:0 10px 0 30px;
    font-size: 14px;
}
.regInputBox .validation.success{
    background: url("../images/regVSuccess.png") no-repeat 0px center;
    height: 40px;
    width: 40px;
}
.regInputBox .inputBox{
    width: 300px;
    height: 40px;
}
.regInputBox .imgCode input{
    width: 175px;
    float: left;
}
.regInputBox .imgCode img{
    display: block;
    float: right;
    height: 40px;
    cursor: pointer;
    width: 100px;
}
.regInputBox .imgCode div{
    width: 102px;
    height: 40px;
    line-height: 40px;
    background: #45deb5;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.regInputBox .argumentBox{
    width: 300px;
    font-size: 14px;
}
.regInputBox .imgCode button{
    width: 102px;
    height: 40px;
    line-height: 40px;
    background: #45deb5;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    border:none;
}
.regInputBox .argumentBox a{
    color: #45deb5;
    text-decoration: none;
}
.regInputBox.arguments{
    margin-top: 10px;
}
.regInputBox .itemFull{
    height: 1px;
    width: 100px;
}
.regInputBox input[type=submit]{
    width: 300px;
    height: 40px;
    background: #45deb5;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.center{
    width: 1100px;
    margin: 0 auto;
}
.regCopyRight{
    width: 1200px;   
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
    margin:100px auto;
}
.regInputBox .areaSelect select{
    display: block;
    border: 1px solid #d6d6d6;
    float: left;
    height: 40px;
    width: 90px;
}
.mr15{
    margin-right: 15px;
}
.regInputBox .areaBox textarea{
    width: 300px;
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.regInputBox .textAreaItem{
    line-height: 32px;
}
.stepCenter{
    width: 750px;
    position: relative;
    margin: 0 auto;
}
.stepForm3.regForm{
    margin: 0 auto;
}
.stepForm3 .regSuccess{
    height: 52px;
    line-height: 52px;
    padding-left: 60px;
    background: url("../images/regSueecess.png") no-repeat;
    margin: 0 auto;
    width: 185px;
}
.stepForm3 a{
    display: block;
    width: 300px;
    border: none;
    background: #46D3B4;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin:50px auto;
}
.retVTitle{
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #d6d6d6;
}
.regVBox .regAdminCode input{
    border: 1px solid #d6d6d6;
    height: 40px;
    width: 200px;
    padding-left: 15px;
}
.regVBox button{
    height: 40px;
    line-height: 40px;
    border: none;
}
.regVBox .complete{
    margin: 20px auto;
    display: block;
}

/*忘记密码*/
.headerRight a{
    border: none;
    width: 36px;
}
.forgetBox{
    margin-top: 100px;
}
.bb1{
    border-bottom: 1px solid #d6d6d6;
}