html, body, h1, h2, h3, h4, h5, h6, blockquote, p, pre, dl, dd, ol, ul, li, a, span, caption, th, td, form, fieldset, legend, input, button, textarea, address {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ol, ul {
    list-style: none
}

li {
    list-style: none
}

fieldset, img {
    border: 0
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

input, button, textarea, select {
    font-size: 100%
}

input, button, select, textarea {
    outline: 0
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit
}

abbr[title] {
    border-bottom: 1px dotted;
    cursor: help
}

a, a:hover {
    text-decoration: none
}

a, label, :focus {
    outline: none;
}

a, img, input {
    border: none;
}

s {
    font-style: normal;
    text-decoration: none
}

body {
    font-size: 12px;
    font-family: arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #3b3b3b;
    font-weight: normal
}

::-webkit-input-placeholder {
    color: #3b3b3b;
    font-weight: normal
}

input:-ms-input-placeholder {
    color: #3b3b3b;
    font-weight: normal
}

::-ms-clear {
    display: none
}

::-ms-reveal {
    display: none
}

.clearfix:after {
    display: block;
    content: "\20";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    a {
        background-color: transparent
    }
}

input {
    background: none;
    border: none;
}

input[type="button"], input[type="submit"], input[type="reset"], a {
    -webkit-appearance: none;
    appearance: none
}

input[type="text"], input[type="password"] {
    border: none;
}

.fl {
    float: left
}

.fr {
    float: right
}

.nbg {
    background: none !important
}

.t_l {
    text-align: left
}

.t_c {
    text-align: center
}

.t_r {
    text-align: right
}

.c_b:before, .c_b:after {
    content: "";
    display: block
}

.c_b:after {
    clear: both
}

.c_b {
    zoom: 1
}

.hidden, .hide {
    display: none
}

.hideimportant {
    display: none !important
}

.underline {
    text-decoration: underline
}

input[type=text]::-ms-clear, input[type=password]::-ms-reveal {
    display: none
}

input {
    color: #333
}

input:required, input:invalid {
    -moz-box-shadow: none;
    box-shadow: none
}

input::-moz-focus-inner {
    border: 0;
}

html, body {
    height: 100%
}

body {
    background: #f5f5f5;
    color: #757575;
}

a {
    color: #757575;
}

input {
    color: #333;
}

::-webkit-input-placeholder {
    color: #9d9d9d;
}

input:-ms-input-placeholder {
    color: #9d9d9d;
}

.wrapper {
    width: 100%;
    background-image: url('../images/bg-01.svg');
    background-repeat: repeat-y;
    background-size: 100%;
    min-height: 100%;
    height: auto;
    display: -webkit-box;
    display: box;
    display: -moz-box;
    display: -o-box;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    box-pack: center
}

.wrap {
    padding-bottom: 80px;
    padding-top: 100px \9
}


.layout {
    background-color:rgba(255,255,255,1);
    width: 560px;
    margin: 0 auto 20px;
    position: relative;
    min-height: 560px;
    border-radius: 10px;
}

.mainbox {
    padding-bottom: 30px
}

.header_tit {
    padding: 50px 0 22px
}

.milogo {
    height: 120px;
    margin: 0 auto;
    display: block
}

.header_tit_txt {
    font-size: 30px;
    color: #424242;
    font-weight: normal;
    padding-top: 22px
}

.lgn_inputbg {
    position: relative
}

.login_area {
    width: 358px;
    margin: 0 auto;
    padding-bottom: 20px
}

.labelbox {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    text-align: center;
}

.labelbox input {
    width: 325px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 16px 6px 14px;
    text-align: center;
}

.labelbox input.input_box_verify_code{
    width:216px;
    display:inline-block;
}

.labelbox img{
    /*border-radius: 1px;*/
    /*opacity:0.4;*/
}

#label_email_confirm{
    display: none;
}

.placehld {
    width: 326px;
    padding: 13px 16px 13px 14px
}

.item_account {
    float: left
}

.divflex .item_account {
    width: 270px
}

.lgncode {
    padding-bottom: 14px
}

.lgncode .chkcode_img {
    *vertical-align: top;
}

.code_label .code {
    width: 190px
}

.code_label .placehld {
    width: 190px
}

.btnadpt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.btn_green {
    background-color: #18943b;
}

.btn_orange {
    background-color: #f56700;
}

.btn_green:hover,.btn_orange:hover{
    color: #eee;
}


@media screen and (min-width: 0\0
) {

}

.n_links_area {
    padding-top: 30px;
    text-align: center;
    color: #e0e0e0
}

.n_links_area a {
    padding: 0 9px;
    font-size: 14px
}

.n_links_area a:hover {
    color: #ff6700
}

.n-footer {
    height: 80px;
    margin-top: -80px;
    text-align: center
}

.nf-intro {
    padding: 10px
}
.nf-intro span{
    color:#fff;
}

.nf-link-area {
    text-align: center
}

.nf-link-area li {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.nf-link-area a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px;
    color: #757575
}

.nf-link-area a:hover, .nf-link-area a.current {
    color: #333
}

.faq_link a {
    padding: 0 10px
}

@-moz-document url-prefix() {

}

.err_tip {
    margin-bottom: 5px;
    line-height: 20px;
    color: #f56700;
    display: none
}

#lblLoginMessage {
    color: #f56700;
    text-align: center;
    line-height: 1.5em;
}

.icon_error {
    background-position: 0 -69px
}

.icon_error {
    width: 14px;
    height: 14px;
    margin: -1px 5px 0 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle
}

.err_tip span {
    vertical-align: middle
}


.tabs_con {
    display: none
}

.tabs_con.now {
    display: block
}

.bgiframe {
    display: none
}



@media only screen and (max-width: 768px) {
    .layout {
        width: 100%;
        min-width: 400px;
        min-height: 480px;
        border-radius: 10px
    }

    .mainbox {
        padding-bottom: 15px
    }

    .header_tit {
        padding: 25px 0 0
    }

    .header_tit_txt {
        font-size: 22px;
        padding-top: 15px
    }

    .n_links_area {
        padding-top: 0
    }

    .login_area {
        width:258px;
    }
    .labelbox input {
        width: 216px;
    }

    .labelbox input.input_box_verify_code{
        width:100px;
    }


}