a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.m-wrapper-1080 {
    width: 1024px;
    margin: 0 auto;
     overflow: hidden;
    padding: 50px 0;
}

.m-mb-header {
    padding-top: 45px;
    overflow: hidden;
}

.f-fl {
    float: left;
    *display: inline;
}

.f-fr {
    float: right;
    *display: inline;
}

body {
    background: #fff;
    font: 12px/1.5 'Helvetica Neue',Helvetica,Arial,Sans-serif;
}

#footer .illustration {
    background-color: #f3f2ee;
    display: none;
}

.side-panel {
    display: none !important;
}

.m-wrapper-1080 {
    width: 1080px;
    margin: 0 auto;
}

.btn-bbnormal {
    height: 30px;
    line-height:30px;
    width:130px;
    margin:0px;
    float:right;
    margin-right:10px;
    overflow:hidden;
    
}
.btn-bbnormal .l_Verificationchart{
      height: 28px;
    line-height:28px;
    width:80px;
    border:1px solid red;
     float:left;
}
.btn-bbnormal .l_Changeone{
    color:#FF8094;
     height: 30px;
    line-height:30px;
    margin-left:10px;
}
.m-mb-amscont {
    width: 500px;
    height: 354px;
    background: no-repeat url(/images/Registrationlogin.jpg);
    float:left;
}

    .m-mb-amscont .link-default {
        display: block;
        width: 100%;
        height: 100%;
    }

    .m-mb-amscont .link-ams {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
    }

.m-ipt-cont {
    color: #666;
    width: 400px;
    border: 1px solid #ececec;
    border-top: 2px solid #ff4965;
    float:right;
}

.m-ipt-area {
    padding: 50px 35px;
}

    .m-ipt-area .area-title {
        font-size: 14px;
        color: #000;
        font-weight: 700;
        margin-bottom: 30px;
    }
    .m-ipt-area .area-error {
        height: 22px;
        line-height: 20px;
        border: 1px solid #fe4b49;
        background: #fff6f6;
        color: #666;
    }

    .m-ipt-area .ipt-btn-area, .m-ipt-area .ipt-group, .m-ipt-area .ipt-quick, .m-ipt-area .ipt-tip {
        margin-top: 15px;
    }

    .m-ipt-area .group-label {
        display: block;
        padding-left: 32px;
        position: relative;
        *zoom: 1;
    }
     .m-ipt-area  .pwd-letter span{
         width:72px;
         background-color:#E6E6E6;
         float:left;
         text-align:center;
         margin-right:6px;
         color:#aaa;
         margin-top:10px;
     }
     
 .m-ipt-area .pwd-letter .off_pwd {
   background-color:#E6E6E6;
    color: #aaa;
}
      .m-ipt-area .group-label .on_pwd_1{
         background: red none repeat scroll 0 0;
         color: white;
     }
       .m-ipt-area .group-label .on_pwd_2{
           background: #f1d93a none repeat scroll 0 0;
           color: white;
     }
        .m-ipt-area .group-label .on_pwd_3{
               background: #63b418 none repeat scroll 0 0;
           color: white;
        }
    .m-ipt-area .identi {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #e6e6e6;
        background: #e6e6e6;
        color: #fff;
        text-align: center;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;

    }
   .ipt-group .l_sculpture{
       background-image:url(/images/sculpture.png);
       background-position:center center;
       background-repeat:no-repeat;
    }
    .ipt-group .l_Password{
       background-image:url(/images/lock.png);
       background-position:center center;
       background-repeat:no-repeat;
    }
    .ipt-group .l_Verificationcode{
       background-image:url(/images/Verificationcode.png);
       background-position:center center;
       background-repeat:no-repeat;
    }
    .ipt-group .l_Prompt{
        color:red;
        margin-top:3px;
        /*display:none;*/
    }
    .ipt-group .color{
        color:#000;
    }
    .m-ipt-area .ipt-input {
        height: 30px;
        font-size: 12px;
        width: 276px;
        color: #666;
        line-height: 30px;
        border: 1px solid #e6e6e6;
        -webkit-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
        outline: 0;
        padding: 0 10px;
        background: 0 0;
        position: relative;
        *top: -1px;
        _top: -2px;
    }

    .m-ipt-area .ipt-input-checkcode {
        width: 164px;
    }

    .m-ipt-area .checkcode-img {
        height: 32px;
        width: 97px;
    }

    .m-ipt-area .checkcode-tip {
        height: 32px;
        line-height: 32px;
    }

    .m-ipt-area .ipt-quick .u-hp-target, .m-ipt-area .ipt-tip a {
        color: #ff4965;
        -webkit-transition: color .3s;
        -moz-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }

        .m-ipt-area .ipt-quick .u-hp-target:hover, .m-ipt-area .ipt-tip a:hover {
            color: #ff8094;
        }

    .m-ipt-area .ipt-btn {
        color: #fff;
        background: #ff4965;
        display: block;
        height: 32px;
        line-height: 32px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        letter-spacing: 6px;
        -webkit-transition: background .3s;
        -moz-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
    }

        .m-ipt-area .ipt-btn:hover {
            background: #ff8094;
            color: #fff;
        }

    .m-ipt-area .ipt-quick {
        overflow: hidden;
        height: 24px;
        line-height: 24px;
    }


    .m-ipt-area .ipt-quick .ipt-quick-tb {
        width: 26px;
        background-position: -59px 0;
    }


    .m-ipt-area .ipt-quick .ipt-quick-tb:hover {
        background-position: -89px 0;
    }

    .m-ipt-area .group-label .u-hp-pwd-placeholder {
        position: absolute;
        height: 32px;
        line-height: 32px;
        color: #666;
        top: 0;
        left: 42px;
        font-style: normal;
        *z-index: -1;
    }

    .m-ipt-area .z-error-label .identi {
        border-color: #fe4b49;
        background: #fe4b49;
    }

    .m-ipt-area .z-error-label .ipt-input {
        border-color: #fe4b49;
    }

    .m-ipt-area .ipt-input-phonecode {
        width: 124px;

    }

    .m-ipt-area .z-hidden {
        display: none;
    }

    .m-ipt-area .z-btn-disabled, .m-ipt-area .z-btn-disabled:hover {
        color: #999;
        border-color: #e6e6e6;
        background: #e6e6e6;
    }

.u-nophonecode-msg {
    margin: 15px 0 -2px -32px;
    color: #fe4b49;
    display: none;
}

    .u-nophonecode-msg a {
        color: #fe4b49;
    }

        .u-nophonecode-msg a:hover {
            color: #ff8094;
        }

.u-phonecode-getting-msg {
    margin: 15px 0 -2px -32px;
    display: none;
    color: #999;
}
 .l_put  input{
     margin:0px;
     padding:0px;
 }
 .l_put p{
     margin-bottom:10px;
 }
.codeBtn {
border: 2px outset buttonface; height: 30px; font-weight: normal; font-size: 12px; float: left; margin-left: 10px; color: #666; width: 100px
}
