body {
    padding: 0px;
    margin: 0px;
}
input{
    outline:none;
}
.error{
    color: red;
}
#regForm{
    width: 300px;
}
/* 短信验证码css */
.pr {
    position: relative;
}
.input-text {
    width: 100%;
}
.code-btn {
    width: 100px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 222;
    color: #ef8466;
    font-size: 14px;
    border: none;
    border-left: 1px solid #bababa;
    padding-left: 10px;
    background-color: #fff;
    cursor: pointer;
}
.img_bian img{padding: 2px;width: 80px;cursor:pointer}
.ie8 .rot90_0 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
}
.ie8 .rot90_1 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.ie8 .rot90_2 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.ie8 .rot90_3 {
    filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.rot90_0 {
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
}
.rot90_1 {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.rot90_2 {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.rot90_3 {
    -moz-transform:rotate(270deg);
    -webkit-transform:rotate(270deg);
    transform:rotate(270deg);
}
.register .form-row .red{
    border: 1px solid #BA2636!important;
}
.img_red{
    color: #BA2636!important;background: url(../img/icon02.gif) no-repeat 40px center;
}
.img_green{
    color: #444!important;background: url(../img/icon01.gif) no-repeat 40px center;
}

.img_fanzhuan{
    font-size: 14px; text-align: center;
    background-color: aliceblue;
    padding: 2px 10px 2px 2px;
    margin-bottom: 0px;
}
.img_fanzhuan_red{
    color: #BA2636!important;
    background: url(../img/icon02.gif) no-repeat 70px center;
}
.txt_tips_ok {
    background: url(../img/icon01.gif) no-repeat 0 center;
    width: 40px;
    height: 21px;
    margin-left: 8px;
}
.txt_tips_error {
    background: url(../img/icon02.gif) no-repeat 0 center;
    width: 166px;
    padding-left: 24px;
    margin-left: 8px;
    color: #BA2636;
    visibility: hidden;
}
#show_img{
    width: 340px;
}
.form {
    width: 400px;
    margin-left: 30%;
    margin-top: 10%;
}
.msg-wrap {
    min-height: 23px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto!important;
    display: none;
}
.msg-error {
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #faccc6;
    padding: 3px 10px 3px 40px;
    line-height: 15px;
    height: auto;

}
.msg-error b {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(/img/icon02.gif) no-repeat center;
}

.code-close {
    z-index: 2147483647;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 25px;
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/img/x.png);
}
.register .code-close{
    right: -35px;
    top: 5px;
}

.anthcode{
    text-align: left;
    padding: 20px;
    width: 100%;
    top:80px;
    left: 80px;
    box-shadow: 0 0 2px 2px #eee;
    border: 1px solid #eee;
    background-color:#fff;
}
.form-item label {
    float: left;
    width: 60px !important;
    text-align: right;
    height: 30px;
    padding-top: 5px;
}

.form-item input {
    margin-left: 20px;
    width: 270px;
    height: 30px;
    line-height: 30px;
}

.btm {
    width: 120px !important;
    margin-left: 120px !important;
    background-color: #7ac23c;
    border: none;
    cursor: pointer;
}
/*yzm*/
.yzm {
    width: 100%;
    height: 108px;
    position: relative;
    margin-bottom: 10px;
}

#drag {
    position: relative;
    width: 100%;
    height: 43px;
    text-align: center;
}

#drag .handler {
    position: absolute;
    top: -6px;
    left: -8px;
    width: 55px;
    height: 55px;
    cursor: move;
    transition-property:width,height,border-radius;
        transition-duration: 1s;
        transition-timing-function:ease-in;
        transition-delay:1s;
}
.slide-left {
    position: absolute;
    float: left;
    width: 40px;
    height: 40px;
    top: 0px;
    left: 0px;
    background: url(/img/slide-left-icon2.png) no-repeat;
}
.slide-right {
    width: 40px;
    height: 40px;
    background: url(/img/slide-right-icon2.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.slide-bar-left {
    background: url(/img/slide-bar-left2.png)  0px 0px no-repeat;
    width: 24px;
    height: 40px;
    float: left;
}
.slide-bar-center {
    background: url(/img/slide-bar-bg.png)  0px 0px repeat-x;
    margin-left: 24px;
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.drag_bg_err .slide-bar-left {
    background: url(/img/slide-bar-left2.png)  0px -40px no-repeat;
    width: 24px;
    height: 40px;
    float: left;
}
.drag_bg_err .slide-bar-center {
    background: url(/img/slide-bar-bg.png)  0px -40px repeat-x;
    margin-left: 24px;
    color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notSelect {
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.handler_bg {
    background:url(/img/slide-btn.png) no-repeat center; height: 55px;
    width: 55px;
}

.handler_ok_bg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center;
}

.handler_err_bg {
    background: url("../img/erricon.png");
}

#drag .drag_bg {
    top: 0px;
    height: 43px;
    width: 0px;
    position: absolute;
    overflow: hidden;
}

#drag .drag_err {
    background-color: darkred;
    height: 40px;
    width: 0px;
}



.yzm_image_source {
    position:absolute;
    left:0px; top:0px;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border: 0px;
    padding: 0 !important;
    /*background-image: url("test1.png");*/
}

.yzm_image_source:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 0, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg)
}

.run:before {
    left: 70%;
    transition: left 2s ease 0s;
}

.yzm_image_cut_big {
    position:absolute;
    left:0px; top:0px;
    float: left;
    width: 260px;
    height: 108px;
    margin: 0 !important;
    border: 0px;
    padding: 0 !important;
}

.yzm_image_cut_loading {
    float: left;
    width: 278px;
    height: 108px;
    margin: 0 !important;
    border: 0px;
    padding: 0 !important;
    background: url(/img/loading.png) no-repeat center center;
    background-color: #f6f6f6;
}
.register .yzm_image_cut_loading{
    width: 364px;
    height: 141.556px;
}


.progress-bar {
    position: relative;
    width: 400px;
    height: 90px;
}
.progress-bar .pro-step {
    float: left;
    text-align: center;
}
.progress-bar .person-pro-line1 {
    left: 55px;
}
.progress-bar .person-pro-step2 {
    margin-left: 86px;
}
.progress-bar .person-pro-line2 {
    left: 228px;
}
.progress-bar .person-pro-step3 {
    margin-left: 112px;
}
.progress-bar .pro-line, .progress-bar .pro-step .step-index {
    background: url(/images/btn_bg_r.png) no-repeat;
}
.progress-bar .pro-line, .progress-bar .pro-step .step-index {
    background: url(/images/btn_bg_r.png) no-repeat;
}

.progress-bar .pro-step .step-index {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-position: -45px -200px;
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
}
.progress-bar .cur-step .step-index {
    background-position: 0 -200px;
    color: #fff;
}

.progress-bar .person-pro-line {
    width: 124px;
    background-position: 0 -100px;
}
.progress-bar .pro-step .step-desc {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.progress-bar .person-pro-line {
    width: 124px;
    background-position: 0 -100px;
}
.progress-bar .pro-line {
    position: absolute;
    top: 7px;
    width: 74px;
    height: 10px;
    background-position: 0 -40px;
}
.getCode {
    display: inline-block;
    width: 100%;
    height: 36px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    cursor: pointer;
    color: #003366;
    background: url(../images/btn_bg_r.png) repeat-x 0;
}

.anthcode .arrow {
    display: block;
    position: absolute;
    background-image: url(/img/tips.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 8px;
    background-position: 0 -8px;
    overflow: hidden;
    bottom: -7px;
    left: 190px;
}
img {
    border: 0;
    vertical-align: middle;
}
.input-text:hover{
    border: 1px solid #aaa;
}