
/* tc-header */
.tc-header {
    height: 62px;
    line-height: 62px;
    background: #2a3542;
}

.tc-header .tc-header-content {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.tc-header-content .logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    height: 34px;
}

.tc-header-content .logo img {
    height: 34px;
    width: 122px;
}

.tc-header-content .title {
    display: inline-block;
    margin: 5px 0 0 30px;
    vertical-align: middle;
    font-size: 18px;
    color: #aaabaf;
}

/* tc-body */
.tc-body {
    width: 1200px;
    padding-bottom: 50px;
    margin: auto;
    margin-top: 30px;
    background-color: #fefefe;
}
.tc-body .infobar {
    position: relative;
    padding: 15px 20px;
    height: 70px;
    background: #F2F2F2;
    line-height: 20px;
}

.infobar .step {
    float: left;
    margin: 2px 0 0 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #333;
    background: -webkit-linear-gradient(top left, #eee, #ccc);
    font-family: 'fantasy';
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
    transition: .6s;
}

.infobar .step.active {
    background: -webkit-linear-gradient(top left, #FFC966, orange);
    color: #fff;
    font-weight: bolder;
    box-shadow: 0 0 0 4px #fff;
}

.infobar .step.done {
    background: -webkit-linear-gradient(top left, #98FF14, #7EE000);
    color: #fff;
    font-weight: bolder;
    box-shadow: 0 0 0 4px #fff;
    cursor: default;
}

.infobar .stepinfo {
    float: left;
    margin-left: 20px;
    line-height: 42px;
}

/* tc-footer */
.tc-footer {
    margin-top: 100px;
    margin-bottom: 20px;
    color: #aaabaf;
    text-align: center;
}

/* atom */
a, .step {
    cursor: pointer;
}

.hoverreveal {
    position: relative;
    overflow: hidden;
}

.revealinfo {
    display: table-cell;
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 100px;
    color: #f2f2f2;
    text-align: center;
    vertical-align: center;
    text-decoration: none;
    background-color: rgba(0,0,0,0.7);
    transition: .3s;
    opacity: 0;
}

.revealinfo:after {
    display: inline-block;
    width: 0;
    height: 100%;
    content: '';
    vertical-align: middle;
}

.hoverreveal:hover .revealinfo {
    top: 0;
    opacity: 1;
}

.divider {
    width: 100%;
    height: 1px;
    border-top: solid 1px #ddd;
    background: transparent;
    overflow: hidden;
    outline: none;
    cursor: default;
}

.border {
    border: solid 1px #ddd;
}

.clear {
    clear: both;
}

/* fix bootstrap */
.btn-primary {
    background: -webkit-linear-gradient(top left, #FFC966, orange);
    border-color: orange;
}


/* old files */


.checkbox label {
    padding-left: 0;
}

input:focus.focus {
    border-color: #fb8c00;
    background-color: #f5ecdf;
}

.help-block {
    color: #e46f61;
}

input[type=checkbox].colored-warning:checked+.text {
    color: #000;
}

.databox {
    border: 1px solid #fb8c00;
}

.page-body {
    background-color: #fff;
}

.section-header {
    text-indent: 5px;
    color: #fb8c00;
    position: relative;
    font-size: 15px;
    /*border-left: 1px solid #fb8c00;*/
}

.section-header .divider {
    display: inline-block;
    height: 14px;
    width: 2px;
    border-left: 2px solid #fb8c00;
    position: absolute;
    top: 50%;
    left: 0;

    transform: translate(0, -50%);
}

/* used */
.reg-header {
    height: 62px;
    line-height: 62px;
    background: #2a3542;
}

.reg-header-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    background: #2a3542;
}

.reg-header .logo{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}

.reg-header .register-block,
.reg-header .title
{
    display: inline-block;
    vertical-align: middle;
}

.reg-header .logo img{
    height: 34px;
}
.reg-header .title {
    display: inline-block;
    font-size: 18px;
    color: #aaabaf;
    margin-left: 30px;
}

.reg-header .register-block {
    position: absolute;
    top: -38px;
    right: 10px;
}

.reg-header .register-block i {
    background: url(/assets/img/people.png) no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;

}

.reg-header .register-block span,
.reg-header .register-block a {
    display: inline-block;
    vertical-align: middle;
}

.reg-header .register-block span {
    color: #fff;
    font-size: 18px;
}

.reg-body{
    width: 800px;
    margin: 30px auto 0 auto;
}

.reg-footer {
    color: #aaabaf;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
}

.reg-header .register-now {
    display: inline-block;
    margin: 52px auto;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FF3600;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}

.reg-header .exit {
    display: inline-block;
    letter-spacing: 0;
    margin: 52px 18px 52px 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #01afff;
    font-size: 18px;
    font-weight: bold;
}

.reg-header .exit p {
    margin: 2px 0 10px;
}

.reg-header .user-icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.reg-header .user-icon img {
    width: 20px;
    height: 20px;
}

.reg-header .register-block .user-name-header {
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
}

.reg-header .register-block .phone-header {
    margin-top: 5px;
    font-size: 14px;
    line-height: 36px;
}