﻿
.btn {
    min-width: 100px;
}

/******登录******/

.login {
    background: #fff none repeat scroll 0 0;
    margin: 120px auto 0;
    width: 380px;
    padding-top: 20px;
    box-shadow: 0px 3px 7px #ccc;
}

.login_top {
    border-bottom: 2px solid #808080;
    text-align: center;
    height: 80px;
    position: relative;
}


    .login_top h4 {
        font-size: 30px;
    }

    .login_top h5 {
        color: #a3aeb4;
        font-size: 14px;
        line-height: 14px;
        padding-top: 14px;
        text-align: center;
    }

.login_img img {
    position: absolute;
    top: -45px;
    left: 26%;
}

.log_middle {
    padding: 40px 30px 15px;
}

.login_bottom {
    padding: 20px 30px 15px;
    border-top: 1px solid #ccc;
}

.login_row {
    margin-bottom: 15px;
}


/******注册*****/
.person_box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 3px 3px 16px #ccc;
    margin: 30px auto 0px;
    width: 980px;
    border-bottom: 3px solid #ccc;
    position: relative;
}

.box_top {
    background: #8c1515 none repeat scroll 0 0;
    height: 150px;
    width: 980px;
    margin: 0px auto;
}


    .box_top h3 {
        border-left: 1px solid #ccc;
        color: #fff;
        letter-spacing: 4px;
        margin-top: 59px;
        padding-left: 30px;
        font-size: 30px;
    }

.box_middle {
    width: 1170px;
    /*min-height: 580px;*/
    border: 1px solid #ddd;
    margin: 0px auto 30px;
    background: #fff;
}

    .box_middle h4 {
        font-size: 18px;
        font-weight: bold;
        padding: 15px 0;
        text-align: center;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 15px;
    }

.box_bottom {
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    /*margin-top:15px;*/
    text-align: center;
}

.box-left {
    float: left;
    width: 48%;
    /*border: 1px solid #ddd;*/
}

.box-right {
    float: right;
    width: 48%;
    /*border: 1px solid #ddd;*/
}

.box_row {
    margin: 0 0 2px;
    overflow: hidden;
    padding: 5px 10px 16px;
    position: relative;
}

    .box_row .box-left-col {
        float: left;
        /*padding: 3px 10px 0 0;*/
        text-align: right;
        width: 28%;
        font-size: 16px;
        line-height: 34px;
    }

    .box_row .box-righ-col {
        float: right;
        position: relative;
        width: 69%;
    }

.box_row2 {
    margin: 0 0 2px;
    overflow: hidden;
    padding: 5px 10px 16px;
    position: relative;
}

    .box_row2 .box-left-col {
        float: left;
        padding: 3px 10px 0 0;
        text-align: right;
        width: 13%;
    }

    .box_row2 .box-righ-col {
        float: right;
        position: relative;
        width: 85.3%;
    }

.box-tip {
    font-size: 16px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    /*width: 150px;
    margin: 0px 0px 12px 267px;
    background: #3398CC;*/
    margin-bottom: 15px;
    font-weight: 500;
    color: #333;
}

.box-title {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px 15px 15px;
    border-bottom: 2px dotted #ddd;
}

.box-righ-col input[type="text"], .box-righ-col input[type="password"], .box-righ-col textarea {
    border: 1px solid #ddd;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    height: 34px;
    margin: 0;
    min-width: 200px;
    padding: 0px 10px;
    text-overflow: ellipsis;
    width: 90%;
    font-family: "微软雅黑",arial;
}

    .box-righ-col input[type="text"]:focus, .box-righ-col input[type="password"]:focus {
        background: #fff;
    }

input[type="text"]:hover, input[type="password"]:hover {
    border-color: #999;
    cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 4px 0 0;
}

.pull-info {
    padding-top: 10px;
    padding-left: 18px;
}

    .pull-info a {
        padding-left: 15px;
        color: #fff;
        font-style: italic;
    }



.box a.tap {
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #333;
    display: inline-block;
    position: absolute;
    right: -1080px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 0px 8px 8px 0 !important;
    -webkit-border-radius: 0px 8px 8px 0 !important;
    -moz-border-radius: 0px 8px 8px 0 !important;
    box-shadow: 1px 5px 0px #ccc;
    -moz-box-shadow: 1px 5px 0px #ccc;
    -webkit-box-shadow: 1px 5px 0px #ccc;
}

.box a.jd {
    top: 150px;
    /*background: #996600;*/
}

    .box a.jd:hover {
        background: #f0ad4e;
        text-decoration: none;
    }

.box a.sj {
    top: 205px;
    /*background: #990066;*/
}

    .box a.sj:hover {
        background: #d9534f;
        text-decoration: none;
    }

.box a.dh {
    top: 260px;
    /*background: #0066CC;*/
}

    .box a.dh:hover {
        background: #337ab7;
        text-decoration: none;
    }


.btn {
    background-color: #3c8dbc;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    padding: 0px 12px;
}

.box_middle ul {
    position: relative;
}

    .box_middle ul li {
        width: 33.27%;
        text-align: center;
        font-size: 16px;
        float: left;
        height: 50px;
        line-height: 50px;
        border: 1px solid #ddd;
        display: inline-block;
        cursor: pointer;
        border-top: none;
        border-right: none;
    }

        .box_middle ul li:first-child {
            border-left: none;
            width: 33.29%;
        }

        .box_middle ul li.last {
            position: absolute;
            right: 0;
        }

        .box_middle ul li.active {
            background-color: #3398CC;
            color: #fff;
        }

#tab_1, #tab_3 {
    padding: 30px;
    line-height: 32px;
    font-size: 16px;
}

.box_middle .tab {
    display: none;
}

    .box_middle .tab a {
        color: #810e1f;
    }

