.body{
    padding-top: 120px;
    font-size: 0;
}
.left{
    width: 456px;
    height: 512px;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px rgba(237, 237, 237, 0.5);
    background-color: #ffffff;
    vertical-align: top;
    margin-left: 80px;
    font-size: 14px;
}
.right{
    width: 466px;
    height: 512px;
    display: inline-block;
    box-shadow: 0px 0px 6px 0px rgba(237, 237, 237, 0.5);
    background-color: #ffffff;
    vertical-align: top;
    box-sizing: border-box;
    padding: 52px 74px 0;
    font-size: 14px;
}
.right_title{
    border-bottom: 1px solid #dadada;
    height: 34px;
    text-align: center;
    margin-bottom: 18px;
    color: #6bc955;
}
.right_input{
    width: 308px;
    height: 38px;
    border: 1px solid #cccccc;
    text-indent: 6px;
    margin-top: 18px;
    text-indent: 6px;
}
.right_btn{
    width: 307px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #6bc955;
    color: #ffffff;
    margin-top: 26px;
    margin-bottom: 26px;
}
.agree_text{
    text-align: center;
}
.agree_text span{
    vertical-align: top;
    display: inline-block;
}
.agree_text_box{
    width: 14px;
    height: 14px;
    border: 1px solid #b3b3b3;
}
.agree_text_text{
    color: #6bc955;
    cursor: pointer;
}
.right_btn:active{
    position: relative;
    top: 1px;
}
.mlres{
    margin-left: 148px;
}
.right_login{
    text-align: center;
}
right_login a{
    color: #6bc955;
}
.right_code{
    width: 178px;
}
.right_get_code{
    width: 118px;
    height: 40px;
    background-color: #e6e6e6;
    color: #666666;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-left: 8px;
}
.right_get_code:active{
    position: relative;
    top: 1px;
}
.h60{
    height: 60px;
}
.username_tips,.password_tips,.login_tips,.code_tips{
    color:red;
    font-size: 12px;
    height: 16px;
}
.register_tips_box{
    width: 752px;
    height: 822px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    z-index: 2001;
    top: 68px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    padding: 18px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 0px rgba(200, 200, 200, 0.8);
}
.register_tips_title{
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #6bc955;
    font-size: 18px;
}
.register_tips_content{
    height: 610px;
    overflow-y: scroll;
}
.register_tips_btns{
    text-align: center;
    margin-top: 10px;
}
.register_tips_btn{
    width: 236px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #cccccc;
    color: #4d4d4d;
    display: inline-block;
    line-height: 50px;
    text-align: center;
}
.register_tips_agree{
    border-color: #6bc955;
    color: #6bc955;
    cursor: pointer;
}
