.main_index .center{
    width: 735px;
    height: 600px;
}

.main_index .part_link{
    width: 430px;
    padding: 25px;
}

.part_link h2{
    font-size:28px;
    color: #954928;
}
.main_index .part_download{
    width: 255px;
    padding: 0;
    height: 593px;
}

.regBox{
    margin-top: 20px;
}
.regBox li{
    height: 44px;
    border: 1px solid #954928;
}
.regBox li.check_info{
    height: 22px;
    border: none;
}
.regBox li.check_info img{
    margin-left: 55px;
}
.regBox li.check_info img,
.regBox li.check_info span{
    vertical-align: middle;
}
.regBox div{
    float: left;
    width: 53px;
    height: 44px;
    overflow: hidden;
    text-indent: -400px;
    background: url("../../images/register_icons.jpg") no-repeat;
    border-right: 1px solid #954928;
}
.regBox div.item_account{
    background-position: 0 0;
}
.regBox div.item_nickname{
    background-position: 0 -52px;
}
.regBox div.item_qq{
    background-position: 0 -104px;
}
.regBox div.item_phone{
    background-position: 0 -156px;
}
.regBox div.item_pwd,
.regBox div.item_repwd
{
    background-position: 0 -208px;
}
.regBox input{
    float: left;
    height: 44px;
    line-height: 44px;
    margin: 0;
    width: 352px;
    padding: 0 10px;
}

.btnStyle{
    width:430px;
    height: 56px;
    background: #954928;
    color: #ffffff;
    font-size: 28px;
    margin-top: 20px;
    cursor: pointer;
}

.btnStyle:hover{
    background: #ab4b22;
}

.reg_logo{
    margin-top: 20px;
}
.reg_service,
.reg_client{
    display: block;
    margin-top: 20px;
}