/*头部*/
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: 385px;height: 466px;background: white;box-shadow: 0px 0px 1px 1px #cccccc63;margin-top: 64px;position: absolute;right: 0;}
/*tab切换*/
.box1{
    width: 100%;
    /*height: 250px;*/
}
.box_top1{display: flex;margin-top: 53px;}
.box_top1 > span{ display: flex;font-size: 22px;color:#333333;position: relative;}
.box_top1 > span:nth-child(1){margin-left: 87px;margin-right: 27px;}
.box_bottom1{width: 100%;position: relative;margin-top: 33px;}
.box_bottom1 > span{display: block;width: 100%;position: absolute;top: 0;left: 0;display: none;}
.box_bottom1 .show1{display: block;}
.yellow1{color:#3577f1!important;}
.yellow1:after{content: '';width: 28px;height: 4px;background: #3577f1;display: block;position: absolute;left: 28px;bottom: -11px;}
.inpBoxs{width: 326px;height: 51px;margin:18px auto 0 auto; position: relative;}
.inpBoxs input{width: 100%;height: 100%;border: 1px solid #eaedec;}
.inpBoxs i{position: absolute;right: 20px;top:15px;font-size: 18px!important;}
.inpBoxs button{width: 100%;height: 100%;background: #3577f1;color:white;
    border: none;font-size: 16px;}
.inpBoxs p{font-size: 14px;}
.inpBoxs p:nth-child(1) a{color:#2ec880;}
.inpBoxs p:nth-child(2) a{color:#888888;}
.bottomLogo{border-top: 1px solid #ededed;padding: 21px 0;}
.bottomLogo p:nth-child(1){margin:0 32px 0 70px;}
.bottomLogo p i:nth-child(2){color:#666666;font-size: 14px;
    vertical-align: middle;}
.bottomLogo p i:nth-child(1){font-size: 32px!important;color:#bdbdbd;vertical-align: middle;margin-right: 12px;}
/*tab切换 over*/
/*底部*/
footer{width: 100%;padding: 32px 0;background: #2d3033;color:white;}
footer p{text-align: center;}
footer p:nth-child(1){margin-bottom: 12px;}
/*底部over*/