﻿header,main,footer {
    width: 1200px;
    margin: auto;
    display:block;
}
.head {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    border-bottom: 3px solid #B9121A;
    padding-bottom: 20px;
}
.head ul {
    overflow: hidden;
}
.head ul li {
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    font-weight: bold;
    position: relative;
}
.head ul li .self {
    color: #B9121A;
}
.head ul li .self::after {
    content: '';
    width: 100%;
    height: 5px;
    border-radius: 97px;
    background: #B9121A;
    position: absolute;
    bottom: -15px;
    left: 0;
}

/*页脚*/
.foot {
    margin-top: 40px;
}
.foot .ft-link {
    background: #F1F0EB;
    line-height: 50px;
    border-bottom: 3px solid #B9121A;
    overflow: hidden;
}
.foot .ft-link li {
    float: left;
    margin: 0 33px;
}
.foot p {
    line-height: 60px;
    text-align: center;
}

/*邮票详情*/
.yptxt span#StampIDsubject {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 30px;
}
.yptxt span#StampIDpicture {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.yptxt span#StampIDpicture img {
    width: 500px;
    height: 400px;
    object-fit: contain;
}
.yptxt h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    color: #B9121A;
}
.yptxt span#StampIDalt p {
    line-height: 1.8;
    text-indent: 2em;
    margin-top: 15px;
}


/*分页样式*/
.page{text-align:center;margin-top:40px;clear:both;}
.page a{padding:3px 10px;border:1px solid #EAEAEE;border-radius:4px;margin-left:5px;color:#2E2E30;vertical-align:middle;}
.page a.cur{background:#B9121A;color:#FFFFFF;border:1px solid #B9121A;}
.page a:hover{border:1px solid #B9121A;}
.page input{padding:5px 7px;text-align:center;margin-left:5px;border:1px solid #EAEAEE;border-radius:4px;}
.page input[type=number]{padding:6px 0;}
.page .count{display:none;}

/*编辑器*/
figure{margin:5px auto;display:table;max-width:100%;clear:both;}
figure.image-style-align-left{float:left;}
figure.image-style-align-right{float:right;}
figure img,figure video{max-width:100%;height:auto;}
figure.image_resized img{width:100%;}
figure figcaption{text-align:center;}
figure table{border-collapse:collapse;}
figure th,figure td{border:1px solid #bfbfbf;min-width:28px;padding:0 6px;}
