/*头部*/
header{height: 99px;width: 100%;background: white;line-height: 99px;}
.headerRight span{color: #3577f1;font-weight: bold;font-size: 24px;}
.headerRight span i{transform: rotate(90deg);display: inline-block;margin-right: 5px;font-size: 24px!important;}
/*头部over*/
main{width: 100%;height: 590px;background: url("../img/reast.jpg")center center;}
.accountBox{width:740px;height: 470px;background: white;box-shadow: 0px 0px 1px 1px #cccccc63;margin: 0 auto 0 auto;}
.accountBox .titleContent p{text-align: center;font-size:30px;color: #333333;}
.accountBox .titleContent{padding: 34px 0 10px 0;}
.inpBoxs{width: 325px;height: 54px;margin:15px auto 0 auto;}
.inpBoxs input{width: 100%;height: 100%;border: 1px solid #eaedec;}
.inpBoxs .code{width: 212px;}
.inpBoxs .codeBtn{width: 107px;height: 54px;background: #3577f1;border: none;color: white;font-size: 14px;cursor: pointer;}
.binding,.goOut{width: 155px;height:54px;font-size: 16px;border:none;}
.blues{background:#3577f1;color: white;}
.whites{background:white;color: #3577f1;
    border: 1px solid #eaedec;}

/*底部*/
footer{width: 100%;padding: 32px 0;background: #2d3033;color:white;}
footer p{text-align: center;}
footer p:nth-child(1){margin-bottom: 12px;}

/*底部over*/
