/**
 * Created with JetBrains WebStorm.
 * User: qiuyun
 * Date: 13-9-4
 * Time: 上午11:27
 * To change this template use File | Settings | File Templates.
 */
body {
    font: 14px/1.5 'Times New Roman',tahoma, arial, sans-serif;
    background: #1a1b1d url(/img/migration/bg.jpg) repeat;
    color: #333;
}

.header-bg {
    min-width: 880px;
    background: url(/img/migration/header-bg.jpg) no-repeat center top;
    margin-bottom: 30px;
}
.header{
    position: relative;
    width: 880px;
    height: 426px;
    margin: 0 auto;
}
.nav{
    width: 267px;
    height: 30px;
    line-height: 30px;
    margin-left: 496px;
    margin-top: 0;
    color: #bebebe;
}
.navBtn{
    color: #bebebe;
    text-decoration: none;
}
.navBtn:hover{
    color: #8e0400;
    text-decoration: none;
}
.header-slogan{
    font-weight: bold;
    font-size: 42px;
    margin-top: 18px;
    line-height: 43px;
    text-align: center;
    visibility: hidden;
}
.header-detail{
    margin-top: 10px;
    line-height: 16px;
    font-size: 14px;
}
.header-txt{
    width: 548px;
    color: #8e0400;
    margin: 0 auto;
}
.header-btn{
    display: block;
    width: 168px;
    height: 45px;
    margin-top: 10px;
    background: url(/img/migration/header-btn.jpg) no-repeat;
    margin: 10px auto 0 auto;
}
.logo{
    position: absolute;
    width: 314px;
    height: 179px;
    margin-left: -157px;
    left: 50%;
    bottom: -68px;
    background: url(/img/migration/logo.png) no-repeat center center;
    z-index: 1;
}
.main {
    width: 820px;
    margin: 0 auto 60px auto;
    padding: 30px;
    background: url(/img/migration/cont-bg.jpg) repeat;
}
.agreement{
    padding-bottom: 35px;
}
.agreement-tit{
    font-size: 23px;
    color: #333;
}
.agreement-cont{
    background-color: #cccdc8;
    margin-top: 12px;
    padding: 25px 10px 25px 10px;
}
.agreement-checkBox{
    padding: 10px 0 0 5px;
    color: #333;
    font-size: 16px;
}
.agreement-btn{
    display: block;
    width: 181px;
    height: 56px;
    margin: 35px auto 0 auto;
    background: url(/img/migration/continue.jpg) no-repeat;
}
.mod-tit{
    height: 40px;
    color: #e3d2bf;
    font-size: 23px;
    background: url(/img/migration/tit.jpg) no-repeat left center;
    text-indent: 26px;
    padding-top: 45px;
}
.mod-cont{
    padding: 20px;
}
.bind-table{
    border: 0;
    margin-left: 18px;
}
.bind-result{
    margin: 10px auto 0 auto;
}
.bind-result td.bind-result-info{
    font-size: 27px;
    height: 130px;
    text-align: center;
}
.userName{
    margin: 0 14px;
}
.bind-table td{
    height: 50px;
}
.bind-table td:first-child{
    text-align: right;
}
.bind-input{
    width: 321px;
    height: 43px;
    padding:0 0 0 5px;
    line-height: 24px;
    border: 0;
    background-color: #cccdc8;
}
.bind-select{
    padding: 0;
    width: 325px;
}
.validate-code,.validate-code-td{
    +width:auto;
    width: 195px;
}
.validate-img{
}
.submitBtn{
    display: block;
    width: 180px;
    height: 57px;
    margin: 10px auto 0 auto;
    background: url(/img/migration/bind-btn.jpg) no-repeat;
}
.reward-box{
    display: inline;
    float: left;
    width: 118px;
    height: 154px;
    margin-left: 30px;
    background-color: #675643;
}
.rewardBox-wrap{
    margin-left: 4px;
    margin-top: 10px;
}
.reward-img{
    display: block;
    width: 90px;
    height: 90px;
    margin: 10px auto 0 auto;
    border: 1px solid #000;
}
.reward-tit{
    display: block;
    height: 45px;
    background-color: #2f2219;
    margin-top: 10px;
    color: #c1b1a0;
    line-height: 16px;
    padding: 7px 4px;
}
.infos .mod-cont{
    line-height: 25px;
}
.red{
    color: #8e0400;
}
/*alertpop css*/
.alertPop{
    display: none;
    position: absolute;
    width: 563px;
    font-size: 22px;
}
.alertPop p{
    margin-top: 35px;
}
.bind-success{
    font-size: 14px;
}
.confirm-bind{
    font-size: 15px;
}
.alertPop-tit{
    position: relative;
    height: 65px;
    background: url(/img/migration/alert-tit.jpg) no-repeat;
}
.alertClose{
    position: absolute;
    width: 42px;
    height: 60px;
    right: 0;
    top:0;
}
.alertPop-cont{
    padding: 40px;
    background-color: #eeeeee;
    text-align: center;
}
.alertBtn{
    float: left;
    width: 181px;
    height: 56px;
}
.alertBtn-left{
    margin-left: 40px;
}
.alertBtn-right{
    margin-left: 20px;
}
.alertBtn-login{
    background: url(/img/migration/alertBtn-login.jpg) no-repeat;
}
.alertBtn-reg{
    background: url(/img/migration/alertBtn-reg.jpg) no-repeat;
}
.alertBtn-confirm{
    background: url(/img/migration/alertBtn-confirm.jpg) no-repeat;
}
.alertBtn-reset{
    background: url(/img/migration/alertBtn-reset.jpg) no-repeat;
}