.loginbox{
    padding-top: 60px;
    width: 300px;
}

input {
    display: inline-block;
    height: 30px;
    line-height: 20px;
    color: #333;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 6px;
}
.inputbox::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #eee;
}

.loginbut{
    display: block;
    width: 300px;
    cursor: pointer;
    background-color: #f65a5a;
    height: 46px;
    line-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.regbox{
    width: 300px;
    height: 100%;
    background-color: #f65a5a;
}

.goregbut{
    border: 1px solid #fff;
    display: block;
    width: 180px;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background-color: #f65a5a;
}

.data-left-title{
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #f65a5a;
    margin-left: 5px;
    border-bottom: 3px solid #f65a5a;
}

.data-main{
}

.data-head{
    width: 980px;
    line-height: 40px;
    color: #666;
}
.data-cftc-nav a{
    display: inline-block;
    width: 66px;
}
.data-cftc-nav-selected{
    color: #f65a5a;
}
.data-cftc tbody td{
    border-right: 1px solid #d6e9ff;
    border-bottom: 1px solid #d6e9ff;
}
.data-cftc tbody td:first-child{
    border-left: 1px solid #d6e9ff;
}
