﻿@charset "utf-8";

body, h1, h2, h3, ul, li, p {
    margin: 0;
}

ul, li {
    padding: 0;
    list-style: none;
}

input {
    outline: none;
}

body {
    font-family: "Microsoft Yahei";
    color: #333;
    line-height: 150%;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #ececec;
    -webkit-font-smoothing: subpixel-antialiased;
    background: #ececec;
}

a {
    color: #333;
    text-decoration: none;
    outline: none !important;
}

h2 {
    font-size: 36px;
    font-weight: normal;
}

a {
    color: #333;
    text-decoration: none;
    outline: none !important;
}

h2 {
    font-size: 36px;
    font-weight: normal;
}

/*
input[type="text"], input[type="password"] {
    width: 380px;
    padding-left: 8px;
    height: 45px;
    line-height: 45px;
    color: #333;
    background: url(../../WebImg/WebUI/text-bg.png) no-repeat;
}
*/

.inputText {
    font-size: 22px;
    width: 380px;
    padding-left: 8px;
    height: 45px;
    line-height: 45px;
    color: #333;
}


.selectOption {
    /*width: 380px;*/
    padding-left: 8px;
    height: 45px;
    line-height: 45px;
    color: #333;
    font-size: 26px;
}


input, select {
    font-family: "Microsoft YaHei";
}

h3 {
    color: #158DE4;
    font-weight: normal;
    line-height: 50px;
    padding: 0 330px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

    h3:before {
        content: "";
        position: absolute;
        border-top: 1px solid #444;
        right: 10px;
        width: 330px;
        top: 50%;
        z-index: 1;
        opacity: .5;
        filter: alpha(opacity=50);
    }

    h3:after {
        content: "";
        position: absolute;
        border-top: 1px solid #444;
        left: 10px;
        width: 330px;
        top: 50%;
        z-index: 1;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.tips, .infoTips {
    font-size: 21px;
}

.mlBtn {
    margin-left: 280px;
}

.infoTips i {
    width: 25px;
    height: 31px;
    vertical-align: middle;
    margin: -4px 3px 0 0;
    display: inline-block;
    background: url(../../WebImg/WebUI/info-icon.png) no-repeat;
}

.infoTips {
    position: absolute;
    left: 425px;
    top: 8px;
    width: 240px;
    height: 44px;
    line-height: 44px;
    margin-top: -6px;
}

.logo {
    width: 1050px;
    height: 90px;
    margin: 0 auto;
    background: url(/CSS/Images/logoBg.png) repeat-x;
}

.contentBox {
    width: 1020px;
    padding: 15px;
    height: auto;
    background: #fff;
    margin: 20px auto 0;
    position: relative;
    min-height: 75%;
}

.roleBox {
    width: 50px;
    height: auto;
    position: absolute;
    left: -50px;
    top: 10px;
}

    .roleBox ul li {
    }

        .roleBox ul li a {
            display: block;
            width: 100%;
            height: 145px;
            vertical-align: middle;
            text-align: center;
            margin-bottom: 8px;
            line-height: 34px;
            padding-top: 7px;
            cursor: pointer;
            font-size: 30px;
            background: url(../../WebImg/WebUI/role-bg.png) repeat-x left top;
            color: #fff;
        }

    .roleBox .current a {
        background: url(../../WebImg/WebUI/role-current-bg.png) repeat-x left top;
    }

.regBox {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

    .regBox h2 {
        padding-left: 55px;
        background: url(../../WebImg/WebUI/reg-icon.png) no-repeat left center;
    }

.regContent {
    width: 100%;
    font-size: 26px;
    margin-top: 10px;
}

    .regContent .inputTips, .regContent label {
        display: inline-block;
    }

.regItem {
    margin-bottom: 12px;
    position: relative;
}

    .regItem label {
        width: 365px;
        text-align: right;
     line-height: 30px;
    }

    .regItem .inputTips {
        position: relative;
        vertical-align: middle;
    }

.tips, .tips b, .tips span {
    display: inline-block;
}

.btn-120 {
    width: 120px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: url(../images/btn-120.png) no-repeat;
}
.tips {
    position: absolute;
    left: 390px;
    top: 0;
    width: 240px;
    height: 44px;
    line-height: 44px;
    margin-left: -10px;
    color: #797979;
}

    .tips span {
        background: #feefe3;
        border-left: 0;
        height: 42px;
        line-height: 42px;
    }

.showTips {
    border: 1px solid #fbcdb0;
    padding: 0 5px 0 5px;
}

.hidB {
    width: 0px;
}

.showB {
    width: 11px;
    height: 44px;
    vertical-align: middle;
    margin-top: -4px;
    background: url(../../WebImg/WebUI/iTips-icon.png) no-repeat left top;
}

.inputTips .uploadBtn {
    margin-left: -8px;
}

.licence-ex {
    margin: 10px 0 10px 350px;
}

.okImg {
    display: none;
    margin-top: 15px;
}

.personInfo, .createAccount {
    display: none;
}

.popContent img {
    border: 1px solid #ddd;
}

.btnStyle span {
    display: inline-block;
    vertical-align: middle;
}

.btn-120 {
    width: 124px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border:none;
    font-size:22px;
    color: #fff;
    background: url(../images/btn-120.png) no-repeat;
}

.indexBox {
    width: 50px;
    height: auto;
    position: absolute;
    right: -50px;
    top: 10px;
}

    .indexBox ul li a {
        display: block;
        width: 100%;
        height: 145px;
        vertical-align: middle;
        text-align: center;
        margin-bottom: 8px;
        line-height: 34px;
        padding-top: 7px;
        cursor: pointer;
        font-size: 30px;
        background: url(../../WebImg/WebUI/role-current-bg.png) repeat-x left top;
        color: #fff;
    }
