/* 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;}
/* Shopping */
.erx-items-img{width:42%;}
.erx-items-wrap .erx-items-img a{margin:0;}
.erx-items-t > label{color:#999;font-size:.8em;}
.erx-items-t > label::after{content:'';}
.erx-items-t:first-child span{color:#FF0036;font-weight:bold;font-size:1.5em;}
.erx-items-t:nth-child(2){margin:.3em 0;border:0 #ddd dotted;border-width:1px 0;justify-content:center;color:#f99b02;font-size:.8em;}
.erx-items-t:nth-child(2) > label{display:none;}
.erx-items-t:nth-last-child(2) > span{color:#007f00;font-size:.8em;}
.erx-items-t:last-child label{color:transparent;opacity:0;}
.erx-items-t:last-child a{display:inline-block;margin:0;color:#fff;background:#FF0036;padding:.5em 2.5em;}
@media screen and (max-width:640px) {
    .erx-items-img{float:none;width:100%;margin:0 0 1em;}
}
