#myVerify,#myCertificate{
    width:990px;
    /*height:1000px;*/
    margin:10px 0 10px 205px;
}
#myVerify .title,#myCertificate .title{
    margin:20px 0px 10px 0px ;
    border-bottom: 2px solid #ff8300;
}
#myVerify .title h3,#myCertificate .title h3{
    width:105px;
    height:35px;
    line-height: 35px;
    padding-left:15px;
    background: #ff8300;
    color:white;
}
#personIntro{
    font-size: 16px;
    width:988px;
    height:470px;
    padding-top: 20px;
    border:1px solid #999999;
}
#personIntro .imags{
    float:left;
    width:217px;
    height:400px;
    margin:20px 0 0 20px;
}
#personIntro .imags img{
    width:180px;
    height:226px;
}
.blueBtn{margin-left:100px;
    width: 900px;

    float: left;}
.blueBtn button{
    border:none;
    width:86px;
    height:36px;
    border-radius: 5px;
    background: #ff8300;
    margin:20px 0 0 20px;
    color:white;
    font-size: 16px;
}

#verifyState{
    margin-top:20px;
    width:990px;
    height:122px;
    background: #EBF6FE;
    position: relative;
}
.status-logo-blk {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 160px;
    height: 45px;
}
.status-tip-blk {
    position: absolute;
    top: 45px;
    left: 125px;
    width: 690px;
    text-align: center;
}
.service-tel-blk {
     position: absolute;
     bottom: 10px;
     right: 20px;
     height: 23px;
     width: 200px;
 }

/*申请认证记录*/
.history-blk {
    width: 990px;
}

.history-blk .table {
    width: 988px;
    min-height:300px;
    border: 1px solid #E5E5E5;
    margin-top: 10px;
}

.history-blk .table .titles {
    background-color: #F8F8F8;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    margin: 0px;
}

.history-blk .table .titles .t1 {
    position: absolute;
    left: 75px;
    top: 3px;
}

.history-blk .table .titles .t2 {
    position: absolute;
    left: 245px;
    top: 3px;
}

.history-blk .table .titles .t3 {
    position: absolute;
    left: 420px;
    top: 3px;
}

.history-blk .table .titles .t4 {
    position: absolute;
    left: 580px;
    top: 3px;
}

.history-blk .table .titles .t5 {
    position: absolute;
    right: 155px;
    top: 3px;
}

.history-blk .table .item-verify {
    width: 948px;
    height: 60px;
    margin-left: 20px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}

.history-blk .table .item-verify .time {
    position: absolute;
    top: 5px;
    left: 30px;
}

.history-blk .table .item-verify .style {
    position: absolute;
    top: 5px;
    left: 230px;
}

.history-blk .table .item-verify .status {
    position: absolute;
    top: 5px;
    left: 400px;
}

.history-blk .table .item-verify .level {
    position: absolute;
    top: 5px;
    left: 570px;
}

.history-blk .table .item-verify .comment {
    position: absolute;
    top: 5px;
    left: 700px;
    width: 190px;
    text-align: center;
}


/*我的证书*/
#myCertificate .mainContent{
    margin-top:20px;
}
#myCertificate .mainContent div{

}
#myCertificate .mainContent img{
    width:498px;
    height:694px;
}
#myCertificate .mainContent button{
    border-radius: 5px;
    background: #ff8300;
    margin:30px;
    border:none;
    width:86px;
    height:36px;
    color:white;
    font-size: 16px;
}
#myCertificate .mainContent button.lightblue{
    background: #D8EEFD;
    color:#ff8300;
}