@font-face {
  font-family: "iconfont";
  src: url("/iconfont/iconfont.eot?t=1484032757244");
  /* IE9*/
  src: url("/iconfont/iconfont.eot?t=1484032757244#iefix") format("embedded-opentype"), url("/iconfont/iconfont.woff?t=1484032757244") format("woff"), url("/iconfont/iconfont.ttf?t=1484032757244") format("truetype"), url("/iconfont/iconfont.svg?t=1484032757244#iconfont") format("svg");
  /* iOS 4.1- */ }
/*@include rounded(10px);*/
/*@include shadow(0, 1px, 2px, rgba(0,0,0,.5));*/
/*@include shadow-inset(0, 1px, 2px, rgba(0,0,0,.5));*/
/* @include box-sizing(); */
/* @include linear-gradient(#ff70b1, #d42a78); */
.user_guide {
  box-sizing: border-box;
  padding: 10px 30px;
  border-left: 1px solid #EFEFEF; }
  .user_guide h3 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px; }
  .user_guide ul {
    margin: 10px 0 0 16px; }
  .user_guide li {
    margin-bottom: 5px; }
    .user_guide li a {
      position: relative;
      padding-left: 5px; }
      .user_guide li a:before {
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        content: "";
        width: 5px;
        height: 5px;
        overflow: hidden;
        background: #d8d8d8;
        position: absolute;
        left: -14px;
        top: 6px;
        border-radius: 50%; }
      .user_guide li a:hover:before {
        background: #047acd;
        left: -8px; }

.yu_product_list {
  padding: 30px;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .yu_product_list .yu_screen > div {
    margin-bottom: 15px;
    font-size: 14px; }
    .yu_product_list .yu_screen > div:last-child {
      margin-bottom: 0; }
    .yu_product_list .yu_screen > div > p {
      margin-right: 15px; }
    .yu_product_list .yu_screen > div li > a {
      padding: 3px 10px;
      margin-right: 10px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      display: block; }
      .yu_product_list .yu_screen > div li > a.cur {
        color: white;
        background-color: #1fa9e7; }

.product_detail_wrap .yu_table > table tr {
  background-color: #fdfeff; }
  .product_detail_wrap .yu_table > table tr > th {
    width: 220px; }
  .product_detail_wrap .yu_table > table tr > td {
    text-align: left; }

/*# sourceMappingURL=product.css.map */
