﻿﻿.visitor_login {
            width: 24.5em;
            height: 25.65em;
            background: white;
            position: fixed;
            z-index: 500;
            top: 50%;
            left: 50%;
            display: none;
            margin-left: -12.25em;
            margin-top: -12.825em;
        }
        
        * {
            margin: 0;
            padding: 0;
            border: 0;
        }
        
        a {
            text-decoration: none;
        }
        
        ul {
            list-style: none;
        }
        
        .fl {
            float: left;
        }
        
        .fr {
            float: right;
        }
        
        button {
            font-size: 1em;
        }
        
        body {
            font-family: "Microsoft Yahei";
    color: #999;
}

.login_top {
    width: 51.2em;
    min-width: 1024px;
    margin: 0 auto;
    overflow: auto;
}

.login_top .logo img {
    width: 17em;
}

.logo {
    float: left;
}

.tip {
    color: #999;
    float: right;
    margin-top: 3.5em;
    line-height: 1.25em;
}

.tip span {
    color: #414141;
}

.tip img {
    vertical-align: middle;
    margin-left: 12px;
}

.tip a {
    color: #414141;
    margin-left: 5px;
}

.tip a.exit {
    color: #ff3300;
    margin-left: 10px;
}

.login_main {
    clear: both;
    width: 100%;
    height: 39.4em;
    overflow: hidden;
    position: relative;
}

.login_bg {
    position: absolute;
    top: 0;
    width: 96em;
    left: 50%;
    margin-left: -48em;
}

.login_inner {
    position: absolute;
    width: 25.7em;
    height: 26.85em;
    left: 50%;
    top: 6.5em;
}

.inner_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 25.7em;
}

.wywt {
    width: 100%;
}

.login_info {
    width: 24.5em;
    position: relative;
    height: 25.65em;
    padding-top: 0.6em;
    margin: 0 auto;
}

.login_info .title {
    text-align: center;
    width: 100%;
    padding-top: 0.75em;
    height: 3.5em border-bottom: 1px solid #f4f4f4;
    line-height: 3.5em;
    margin-bottom: 2em;
    font-size: 1.2em;
    color: #333333;
    font-weight: bold;
}

.login_info .info {
    width: 21.35em;
    border: 1px solid #d5d5d5;
    margin: 0 auto 1.35em;
    height: 2.75em;
}

.login_info .info img {
    vertical-align: top;
    width: 2.75em;
    float: left;
}

.login_info .info input {
    border: 0;
    float: left;
    border-left: 1px solid #d5d5d5;
    width: 18.5em;
    height: 2.75em;
    color: #bbbbbb;
    line-height: 2.75em;
    font-size: 1em;
    text-indent: 1em;
}

.btn_login {
    width: 21.45em;
    margin: 1.25em auto;
    background-color: #d82225;
    letter-spacing: 0.2em;
    font-family: "Microsoft Yahei";
    color: #fffefe;
    height: 2.75em;
}

.login_info .rem {
    clear: both;
    width: 21.45em;
    margin: 0 auto;
}

.login_info .reg {
    width: 100%;
    height: 2.9em;
    background-color: #fcfcfc;
    border-top: 1px solid #d5d5d5;
    position: absolute;
    bottom: 0;
    line-height: 2.9em;
}

.login_info .reg a {
    color: #414141;
}

.login_info .reg a.reg_a {
    color: #0072c9;
}

.login_info .reg a.reg_a img {
    vertical-align: middle;
    margin-right: 3px;
}

#i_footer {
    width: 100%;
    height: 9em;
}

.footer-div {
    width: 51.2em;
    margin: 0 auto;
    position: relative;
    height: 9em;
    min-width: 1024px;
}

#i_footer .img {
    width: 4em;
    height: 4em;
    margin-top: 2.5em;
    margin-left: 0.75em;
}

#i_footer .img img {
    width: 4em;
}

.i_bottom_info {
    width: 100%;
    height: 1.5em;
    background: #f8f8f8;
    border-top: 2px solid #c11710;
    border-bottom: 1px solid #ececec;
    line-height: 1.5em;
    text-align: center;
    color: #c11710;
}

.i_bottom_info a {
    color: #c11710;
    padding: 0 0.4em;
}

#i_footer p {
    color: #000;
    font-weight: normal;
    line-height: 1.25em;
    padding-top: 2.5em;
    margin-left: 0.5em;
}

#i_footer p span {
    font-size: 0.6em;
}

.wyjc a {
    color: #000000;
    font-size: 0.7em;
}

.wyjc {
    float: left;
    text-align: center;
    width: 70%;
}

#error_collection {
    background-color: #fff;
    border: 1px solid #e54137;
    border-radius: 3px;
    margin-top: 2.8em;
    margin-left: 1.5em;
}

#error_collection img {
    width: 5.5em
}

.bot {
    position: absolute;
    right: 50px;
    top: 40px;
}

.dark {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
}

.reg_div {
    top: 50%;
    left: 50%;
    display: none;
    margin-left: -13.25em;
    margin-top: -18.35em;
    z-index: 1000;
    width: 26.5em;
    height: 36.7em;
    background-color: #fff;
    position: fixed;
}

.reg_div .title {
    text-align: center;
    width: 100%;
    height: 2.5em;
    border-bottom: 1px solid #f4f4f4;
    line-height: 2.5em;
    font-size: 1.2em;
    color: #333333;
    position: relative;
}

.reg_div .title a {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 2.2em;
    margin-top: 1em;
    line-height: 0;
}

.reg_div .title span {
    padding-right: 40px;
}

.reg_div .title img {
    width: 0.8em;
}

.reg_div .info {
    width: 20em;
    padding-left: 1.5em;
    border: 1px solid #d5d5d5;
    margin-top: 0.75em;
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #666666;
    font-family: "Microsoft Yahei";
    height: 2.5em;
    line-height: 2.5em;
}

.reg_main {
    clear: both;
    width: 70%;
    padding-left: 3.5em;
    padding-top: 0.2em;
}

.reg_main span {
    font-size: 0.6em;
    line-height: 20px;
    color: #9c9999;
}

.reg_main span label {
    color: #ff3300;
}

.reg_main .btn {
    width: 18em;
    position: absolute;
    bottom: 1em;
    left: 4.5em;
    margin-top: 0.95em;
}

.reg_main .btn button {
    width: 8em;
    height: 1.75em;
    border: 0;
    color: #fff;
    font-family: "Microsoft Yahei";
}

.back_div {
    top: 50%;
    left: 50%;
    display: none;
    margin-left: -12.25em;
    margin-top: -14.375em;
    z-index: 1000;
    width: 26.5em;
    height: 28.75em;
    background-color: #fff;
    position: fixed;
}

.back_div .title {
    text-align: center;
    width: 100%;
    height: 2.5em;
    border-bottom: 1px solid #f4f4f4;
    line-height: 2.5em;
    font-size: 1.2em;
    color: #333333;
    position: relative;
}

.back_div .title span {
    padding-right: 40px;
}

.back_div .title a {
    position: absolute;
    right: 0;
    top: 0;
    clear: both;
    margin-right: 1.2em;
    margin-top: 1em;
    line-height: 0;
}

.back_div .info {
    width: 20em;
    padding-left: 1.5em;
    border: 1px solid #d5d5d5;
    margin-top: 0.75em;
    border-radius: 3px;
    background-color: #f8f8f8;
    color: #666666;
    font-family: "Microsoft Yahei";
    height: 2.5em;
    line-height: 2.5em;
}

.index_banner {
    width: 100%;
    height: 260px;
    background: url("images/index_banner.png") no-repeat top center;
}

.info .textarea {
    width: 672px;
    height: 170px;
    border: 1px solid #9D9D9D;
    text-indent: 10px;
    font-size: 16px;
    color: #666666;
    font-family: "Microsoft YaHei";
    vertical-align: middle;
    margin-left: 5px;
}
/*获取验证码*/
.get-verify {
    display: inline-block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;    
    background-color: #4D87BE;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 20px;
}

#address{
	margin-left: 0px;
}
