/* By ZBlogPHP erx_Items [ https://app.zblogcn.com/?id=21972 ] */
/* Base */
.erx-items-wrap{margin:1.5em 0;overflow:hidden;}
.erx-items-wrap div{line-height:160%;box-sizing:border-box;}
.erx-items-img{float:left;width:48%;margin-right:6%;}
.erx-items-img a, .erx-items-img img{display:block;margin:0 auto;}
.erx-items-box{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;}
.erx-items-t{display:flex;width:100%;padding:.5em 0;}
.erx-items-t label{min-width:70px;white-space:nowrap;padding-right:10px;}
.erx-items-t > label::after{content:'：';}
.erx-items-t > span i{margin-right:1em;font-style:normal;}
/* Classified */
.erx-items-img{width:38%;margin-right:4%;border:1px #888 solid;padding:1px;}
.erx-items-t{font-size:14px;padding:.8em 0;}
.erx-items-t > label{width:60px;margin-right:25px;text-align:justify;text-align-last:justify;opacity:.68;}
.erx-items-t > label::after{content:'';}
.erx-items-t > span img{vertical-align:middle;}
.erx-items-t:nth-child(3) > span{color:#bf1c6d;font-weight:bold;font-size:1.15em;}
.erx-items-t:last-child > span{display:inline-block;color:#fff;font-size:24px;font-weight:bold;font-family:Georgia, serif;background:#ff552e;padding:.3em .5em;border-radius:3px;}
.erx-items-t:last-child > span::before{content:'\260E';margin-right:6px;font-size:20px;}
@media screen and (max-width:640px) {
    .erx-items-img{float:none;width:100%;margin:0 0 1em;}
}
