#card_header {display: none;}
#skin_select {background: #fafafa; }
#skin_select .inner {width: 1300px; margin:0 auto; background: #fff; padding: 20px; overflow: hidden;}
#skin_select .box {position: relative; width: 50%; float: left; padding: 30px;}
#skin_select .box .bedge {position: absolute; top: 30px; right:30px; padding: 16px;}
#skin_select .box .bedge span {display: block; width: 50px; height: 50px;  border-radius: 100%; line-height: 50px; text-align: center; float: left; font-size: 14px;}
#skin_select .box .bedge .new {background: #000; color: #fff; margin:0 10px 0 0;}
#skin_select .box .bedge .hot {background: #fca700; color: #fff;}
#skin_select .box img {width: 100%; }
#skin_select .box .btn_wrap {margin-top: -3px;}
#skin_select .box .btn_wrap a {float: left; width: 50%; height: 50px; line-height: 50px; text-align: center; border: 1px solid #ddd;  display: block;font-size: 14px; color: #777; }
#skin_select .box .btn_wrap a:last-of-type {width: 100%; background: #f1f1f1; border-top: 0;}
#skin_select .box .btn_wrap a:hover {background: #e9e9e9; border: 1px solid #dbdbdb}
#skin_select .box .btn_wrap a:nth-of-type(1) {border-right: 0;}

@media screen and (max-width:1200px){
  #skin_select .inner {width: 100%;}
  #skin_select .box {width: 100%;}
}
@media screen and (max-width:767px){
  #skin_select .box {padding: 0; margin:0 0 30px 0;}
  #skin_select .box .bedge {top: 0; right: 0;}
}
