select::-ms-expand {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

a:hover {
  text-decoration: underline; }

.wrap {
  width: 1080px;
  margin: 0 auto;
  max-width: 92%; }

.f-cb {
  zoom: 1; }

.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  /*visibility:hidden;*/
  overflow: hidden;
  content: "."; }

.bgc {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.main {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative; }

.table {
  width: 100%;
  height: 100%;
  display: table; }
  .table .table-cell {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell; }

.headerBox {
  height: 124px; }

.navH {
  height: 166px;
  background-color: #fff; }
  .navH.us {
    height: 129px; }
  @media (max-width: 1024px) {
    .navH {
      height: 98px; }
      .navH.us {
        height: 91px; } }

.login {
  padding-top: 47px;
  padding-bottom: 100px;
  position: relative; }
  .login .box {
    width: 480px;
    height: auto;
    background-color: #fff;
    padding-bottom: 90px;
    padding-top: 36px;
    margin: 0 auto; }
    .login .box .box-new {
      width: 360px;
      height: auto;
      margin: 0 auto; }
      .login .box .box-new .tits {
        border-bottom: 2px solid #f5f5f5;
        font-size: 16px;
        line-height: 60px;
        color: #333; }
        .login .box .box-new .tits span {
          display: inline-block;
          position: relative; }
          .login .box .box-new .tits span:after {
            width: 100%;
            height: 2px;
            background-color: #e24b54;
            position: absolute;
            left: 0;
            bottom: -2px;
            content: ''; }
      .login .box .box-new .tit {
        margin-top: 35px;
        border: 1px solid #eee;
        box-sizing: border-box;
        border-radius: 2px; }
        .login .box .box-new .tit .t {
          width: 100%;
          height: 77px;
          border-bottom: 1px solid #eee;
          position: relative; }
          .login .box .box-new .tit .t .text {
            width: calc(100% - 19px);
            height: 77px;
            line-height: 30px;
            font-size: 12px;
            color: #666;
            padding-left: 19px;
            border: none;
            background: none; }
          .login .box .box-new .tit .t:last-child {
            border-bottom: none; }
          .login .box .box-new .tit .t:after {
            width: 1px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #e24b54;
            content: '';
            display: none; }
          .login .box .box-new .tit .t.on:after {
            display: block; }
      .login .box .box-new .tit1 {
        margin-top: 17px; }
        .login .box .box-new .tit1 .moreClick {
          font-size: 14px;
          line-height: 14px;
          color: #e24b54;
          display: inline-block; }
          @media (min-width: 1024px) {
            .login .box .box-new .tit1 .moreClick:hover {
              text-decoration: underline; } }
      .login .box .box-new .submit {
        width: 100%;
        height: 48px;
        background-color: #e24b54;
        border: none;
        border-radius: 2px;
        text-align: center;
        font-size: 16px;
        line-height: 48px;
        color: #fff;
        box-shadow: 0 5px 10px rgba(226, 75, 84, 0.1);
        margin-top: 50px;
        display: block; }
  .login .box1 {
    width: 510px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 25px;
    display: none; }
    .login .box1 .tits {
      text-align: center;
      font-size: 20px;
      line-height: 30px;
      color: #333;
      margin: 0 auto;
      width: 284px;
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 15px; }
    .login .box1 .itemBox {
      width: 455px;
      margin: 26px auto 0; }
      .login .box1 .itemBox .item {
        width: 220px;
        height: auto;
        float: left;
        margin-right: 15px;
        text-align: center;
        margin-bottom: 33px; }
        .login .box1 .itemBox .item:nth-child(2n) {
          margin-right: 0; }
        .login .box1 .itemBox .item .t {
          font-size: 12px;
          line-height: 14px;
          color: #999; }
        .login .box1 .itemBox .item .pic {
          width: 100%;
          height: auto;
          margin-top: 22px; }
    .login .box1 .click {
      width: 112px;
      height: 30px;
      background-color: #e24b54;
      margin: 0 auto 0;
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 30px;
      color: #fff;
      box-shadow: 0 5px 10px rgba(226, 75, 84, 0.1); }
  @media (max-width: 540px) {
    .login .box {
      width: 92%;
      padding-top: 5px;
      padding-bottom: 40px; }
      .login .box .box-new {
        width: 94%; }
        .login .box .box-new .tit {
          margin-top: 20px; }
        .login .box .box-new .submit {
          margin-top: 25px; }
    .login .box .box-new .tit .t {
      height: 46px; }
      .login .box .box-new .tit .t .text {
        height: 46px; }
    .login .box1 {
      width: 92%; }
      .login .box1 .itemBox {
        width: 92%; }
        .login .box1 .itemBox .item {
          width: 48.5%;
          margin-right: 3%;
          margin-bottom: 10px; }
    .login .login .box1 .tits {
      width: 92%;
      padding-bottom: 10px;
      font-size: 18px;
      line-height: 28px; }
    .login.on {
      padding-bottom: 140px; } }

.mainBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
  display: none; }

.navBox {
  position: fixed;
  top: 124px;
  left: 0;
  background-color: #fff;
  z-index: 10;
  width: 100%; }
  .navBox .nav {
    width: 100%;
    height: 48px;
    background-position: center;
    background-size: cover;
    background-image: url("../img/nav_bg.jpg");
    text-align: center;
    font-size: 0;
    position: relative;
    top: auto;
    left: auto; }
    .navBox .nav a {
      width: 260px;
      display: inline-block;
      font-size: 20px;
      line-height: 48px;
      color: #3e3e3e; }
      .navBox .nav a.on {
        color: #e24b54; }
  .navBox .screenBox {
    background-color: #fff;
    width: 100%;
    padding: 27px 0; }
    .navBox .screenBox .conLeft {
      float: left; }
      .navBox .screenBox .conLeft .item {
        margin-bottom: 10px; }
        .navBox .screenBox .conLeft .item .t {
          float: left;
          margin-left: 16px;
          font-size: 14px;
          line-height: 27px;
          color: #3e3e3e; }
        .navBox .screenBox .conLeft .item .t1 {
          float: left;
          margin-left: 22px; }
          .navBox .screenBox .conLeft .item .t1 a {
            display: block;
            float: left;
            margin-right: 12px; }
            .navBox .screenBox .conLeft .item .t1 a i {
              width: 14px;
              height: 27px;
              float: left;
              display: block;
              background-image: url("../img/icon1.png");
              background-repeat: no-repeat;
              background-size: cover;
              opacity: 0; }
            .navBox .screenBox .conLeft .item .t1 a em {
              width: 27px;
              height: 27px;
              float: left;
              display: block;
              background-image: url("../img/icon2.png");
              background-repeat: no-repeat;
              background-size: cover;
              opacity: 0; }
            .navBox .screenBox .conLeft .item .t1 a span {
              font-size: 14px;
              line-height: 27px;
              color: #999;
              display: block;
              float: left; }
            .navBox .screenBox .conLeft .item .t1 a.on i {
              opacity: 1; }
            .navBox .screenBox .conLeft .item .t1 a.on em {
              opacity: 1; }
            .navBox .screenBox .conLeft .item .t1 a.on span {
              background-color: #e31723;
              color: #fff; }
        .navBox .screenBox .conLeft .item:last-child {
          margin-bottom: 0; }
    .navBox .screenBox .search {
      float: right;
      margin-top: 8px;
      width: 318px;
      height: 36px;
      border-radius: 2px;
      border: 1px solid #aaa; }
      .navBox .screenBox .search .text {
        width: 268px;
        padding-left: 10px;
        height: 36px;
        float: left;
        font-size: 14px;
        line-height: 26px;
        color: #333;
        border: none;
        background: none; }
      .navBox .screenBox .search .submit {
        width: 40px;
        height: 36px;
        float: right;
        background: none;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/search.png");
        border: none; }
  .navBox .mnav {
    width: 100%;
    background-color: #fff;
    text-align: center;
    font-size: 0;
    padding: 18px 0; }
    .navBox .mnav a {
      font-size: 14px;
      line-height: 45px;
      color: #999;
      margin: 0 15px; }
      .navBox .mnav a.on {
        color: #e24b54; }
  @media (max-width: 1100px) {
    .navBox .screenBox .search {
      width: 235px; }
      .navBox .screenBox .search .text {
        width: 185px; } }
  @media (max-width: 1024px) {
    .navBox .screenBox .conLeft {
      display: none; }
    .navBox .screenBox {
      padding: 10px 0; }
    .navBox .screenBox .search {
      width: 100%;
      margin-top: 0px; }
    .navBox .nav {
      height: 40px; }
      .navBox .nav a {
        width: 110px;
        font-size: 16px;
        line-height: 40px; }
    .navBox .mnav {
      padding: 10px 0; }
      .navBox .mnav a {
        line-height: 30px; } }

.p15 {
  padding: 15px 15px 40px; }
  @media (max-width: 768px) {
    .p15 {
      padding: 10px 10px 25px; } }

.recipe {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 120px; }
  .recipe ul li {
    width: 49.3%;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
    background-color: #fff;
    position: relative; }
    .recipe ul li .pic {
      width: 48.5%;
      float: left;
      overflow: hidden;
      display: block;
      position: relative; }
      .recipe ul li .pic .img {
        transition: all 1.5s; }
      .recipe ul li .pic .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4;
        background-color: rgba(0, 0, 0, 0.2);
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("../img/video.png");
        display: none; }
      .recipe ul li .pic .tags {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6; }
        .recipe ul li .pic .tags img:nth-child(2) {
          margin-left: -13px; }
      .recipe ul li .pic.video .bg {
        display: block; }
      @media (min-width: 1024px) {
        .recipe ul li .pic:hover .img {
          transform: scale(1.1); } }
    .recipe ul li .con {
      width: calc(51.5% - 50px);
      box-sizing: border-box;
      margin-left: 25px;
      float: left;
      padding-top: 25px; }
      .recipe ul li .con .tits {
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        color: #666; }
      .recipe ul li .con .tit {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
        color: #999;
        margin-top: 10px; }
        .recipe ul li .con .tit span {
          display: block;
          height: 72px;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
      .recipe ul li .con .tit1 {
        width: calc(51.5% - 50px);
        position: absolute;
        bottom: 30px;
        right: 25px;
        font-size: 12px;
        line-height: 18px;
        color: #999; }
        .recipe ul li .con .tit1 .t {
          float: left;
          padding-left: 17px;
          background-position: left center;
          background-repeat: no-repeat;
          margin-right: 20px; }
          .recipe ul li .con .tit1 .t.t1 {
            background-image: url("../img/icon3.png"); }
          .recipe ul li .con .tit1 .t.t2 {
            background-image: url("../img/icon4.png"); }
        .recipe ul li .con .tit1 .time {
          float: right; }
    .recipe ul li:nth-child(2n) {
      margin-right: 0; }
  .recipe .moreClick {
    width: 90px;
    height: 28px;
    background-color: #e24b54;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    display: block;
    margin: 25px auto 0;
    text-align: center; }
  @media (max-width: 1100px) {
    .recipe {
      padding-bottom: 30px; }
      .recipe ul li .con .tit1 {
        bottom: 10px; }
      .recipe ul li .con .tit {
        line-height: 22px; }
        .recipe ul li .con .tit span {
          height: 66px; } }
  @media (max-width: 950px) {
    .recipe ul li {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 15px;
      padding-bottom: 10px; }
      .recipe ul li .pic {
        width: 100%;
        float: none; }
      .recipe ul li .con {
        width: 92%;
        margin: 0 auto;
        padding-top: 10px;
        float: none; }
        .recipe ul li .con .tit {
          margin-top: 5px; }
          .recipe ul li .con .tit span {
            height: auto;
            -webkit-line-clamp: auto; }
        .recipe ul li .con .tit1 {
          width: 100%;
          position: relative;
          margin-top: 10px;
          right: auto;
          bottom: auto;
          margin-top: 5px; }
    .recipe .moreClick {
      margin: 15px auto 0; } }

.recipeInfo {
  background-color: #f5f5f5;
  padding-bottom: 100px;
  padding-top: 15px; }
  .recipeInfo .top {
    background-color: #fff; }
    .recipeInfo .top .topLeft {
      width: 55.2%;
      float: left; }
      .recipeInfo .top .topLeft .list {
        width: 100%;
        height: auto;
        position: relative;
        min-height: 400px; }
        .recipeInfo .top .topLeft .list .video {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #000;
          z-index: 4; }
          .recipeInfo .top .topLeft .list .video video ,.recipeInfo .top .topLeft .list .video object,.recipeInfo .top .topLeft .list .video embed{
            width: 100%;
            height: 100%; }
			
      .recipeInfo .top .topLeft .list1 {
        width: 100%;
        height: auto;
        position: relative; }
        .recipeInfo .top .topLeft .list1 ul li {
          width: 25%;
          float: left;
          box-sizing: border-box;
          background-color: #000;
          cursor: pointer; }
          .recipeInfo .top .topLeft .list1 ul li img {
            opacity: 0.6; }
          .recipeInfo .top .topLeft .list1 ul li.swiper-slide-thumb-active {
            border: 2px solid #e24b54; }
            .recipeInfo .top .topLeft .list1 ul li.swiper-slide-thumb-active img {
              opacity: 1; }
        .recipeInfo .top .topLeft .list1 .a {
          width: 16px;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.4);
          position: absolute;
          top: 0;
          background-position: center;
          background-repeat: no-repeat;
          display: block;
          z-index: 10; }
          .recipeInfo .top .topLeft .list1 .a.prev {
            background-image: url("../img/left.png");
            left: 0; }
          .recipeInfo .top .topLeft .list1 .a.next {
            background-image: url("../img/right.png");
            right: 0; }
    .recipeInfo .top .topRight {
      width: 41.4%;
      float: right;
      padding-top: 32px; }
      .recipeInfo .top .topRight .title {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #f5f5f5;
        padding-bottom: 17px; }
        .recipeInfo .top .topRight .title .tx {
          width: 60px;
          height: 60px;
          float: left;
          margin-right: 24px; }
        .recipeInfo .top .topRight .title .t {
          float: left; }
          .recipeInfo .top .topRight .title .t .tt {
            font-size: 18px;
            line-height: 20px;
            color: #666; }
          .recipeInfo .top .topRight .title .t .tt1 {
            font-size: 12px;
            line-height: 14px;
            color: #999;
            font-family: Arial;
            margin-top: 12px; }
        .recipeInfo .top .topRight .title .t1 {
          float: right; }
          .recipeInfo .top .topRight .title .t1 a {
            float: left;
            padding-left: 25px;
            font-size: 14px;
            line-height: 18px;
            color: #999;
            background-position: left center;
            background-repeat: no-repeat;
            font-family: Arial; }
            .recipeInfo .top .topRight .title .t1 a.zan {
              background-image: url("../img/icon5.png");
              margin-right: 20px; }
            .recipeInfo .top .topRight .title .t1 a.sc {
              background-image: url("../img/icon6.png"); }
            .recipeInfo .top .topRight .title .t1 a.on.zan {
              background-image: url("../img/icon5_h.png"); }
            .recipeInfo .top .topRight .title .t1 a.on.sc {
              background-image: url("../img/icon6_h.png"); }
      .recipeInfo .top .topRight .con {
        width: 100%;
        height: auto;
        margin-top: 33px; }
        .recipeInfo .top .topRight .con .tits {
          font-size: 24px;
          line-height: 28px;
          color: #333; }
        .recipeInfo .top .topRight .con .tit {
          font-size: 14px;
          line-height: 24px;
          color: #666;
          margin-top: 24px; }
          .recipeInfo .top .topRight .con .tit .t {
            margin-bottom: 23px; }
  .recipeInfo .content {
    background-color: #fff;
    margin-top: 17px; }
    .recipeInfo .content .title {
      font-size: 18px;
      line-height: 22px;
      color: #666;
      padding-top: 17px; }
    .recipeInfo .content .titBox {
      margin-top: 30px;
      border-bottom: 1px solid #f5f5f5;
      padding-bottom: 35px; }
      .recipeInfo .content .titBox .tx {
        width: 60px;
        height: 60px;
        overflow: hidden;
        float: left; }
      .recipeInfo .content .titBox .submit {
        width: 60px;
        height: 45px;
        border-radius: 2px;
        background-color: #e24b54;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        color: #fff;
        display: block;
        float: right;
        padding-top: 15px; }
      .recipeInfo .content .titBox .text {
        width: calc(100% - 150px);
        float: left;
        margin-left: 20px;
        background-color: #f5f5f5;
        border: 1px solid #eee;
        box-sizing: border-box;
        padding: 5px 7px;
        font-size: 12px;
        line-height: 20px;
        color: #bbb;
        height: 60px; }
        .recipeInfo .content .titBox .text::-webkit-input-placeholder {
          color: #bbb; }
        .recipeInfo .content .titBox .text:-moz-placeholder {
          color: #bbb; }
        .recipeInfo .content .titBox .text:-ms-input-placeholder {
          color: #bbb; }
    .recipeInfo .content .list {
      width: 100%;
      height: auto;
      margin-top: 35px; }
      .recipeInfo .content .list ul li {
        margin-bottom: 34px; }
        .recipeInfo .content .list ul li .tx {
          width: 60px;
          height: 60px;
          float: left;
          overflow: hidden; }
        .recipeInfo .content .list ul li .con {
          width: calc(100% - 87px);
          float: right;
          margin-right: 5px;
          border-bottom: 1px solid #f5f5f5;
          padding-bottom: 33px; }
          .recipeInfo .content .list ul li .con .name {
            font-size: 12px;
            line-height: 14px;
            color: #333; }
          .recipeInfo .content .list ul li .con .txt {
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin-top: 8px; }
          .recipeInfo .content .list ul li .con .tit {
            margin-top: 6px; }
            .recipeInfo .content .list ul li .con .tit .time {
              font-size: 12px;
              line-height: 14px;
              float: left;
              color: #999;
              margin-right: 20px; }
            .recipeInfo .content .list ul li .con .tit .zan1 {
              padding-left: 20px;
              font-size: 12px;
              line-height: 14px;
              color: #999;
              background-size: 12px;
              background-repeat: no-repeat;
              background-position: left center;
              background-image: url("../img/icon5.png"); }
              .recipeInfo .content .list ul li .con .tit .zan1.on {
                background-image: url("../img/icon5_h.png"); }
        .recipeInfo .content .list ul li:last-child {
          margin-bottom: 0; }
          .recipeInfo .content .list ul li:last-child .con {
            border-bottom: none; }
      .recipeInfo .content .list .moreClick {
        width: 90px;
        height: 28px;
        background-color: #e24b54;
        margin: 0 auto;
        display: block;
        text-align: center;
        font-size: 12px;
        line-height: 28px;
        color: #fff;
        border-radius: 2px; }
  @media (max-width: 1024px) {
    .recipeInfo {
      padding-bottom: 50px; }
      .recipeInfo .top .topRight {
        padding-top: 15px; }
        .recipeInfo .top .topRight .con {
          margin-top: 10px; }
          .recipeInfo .top .topRight .con .tits {
            font-size: 20px;
            line-height: 20px; }
          .recipeInfo .top .topRight .con .tit {
            margin-top: 10px; }
            .recipeInfo .top .topRight .con .tit .t {
              margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .recipeInfo {
      padding-bottom: 30px; }
      .recipeInfo .top .topLeft {
        width: 100%;
        float: none; }
      .recipeInfo .top .topRight {
        width: 100%;
        float: none; }
      .recipeInfo .content .list ul li .con {
        padding-bottom: 15px; }
      .recipeInfo .content .list ul li {
        margin-bottom: 15px; }
      .recipeInfo .top .topRight .title .tx {
        margin-right: 10px;
        width: 40px;
        height: 40px; }
      .recipeInfo .top .topRight .title .t1 a {
        background-size: 12px;
        padding-left: 18px; }
      .recipeInfo .top .topRight .title .t1 a.zan {
        margin-right: 10px; }
      .recipeInfo .top .topRight .title .t .tt {
        font-size: 16px;
        line-height: 18px; }
      .recipeInfo .top .topRight .title .t .tt1 {
        margin-top: 5px; }
      .recipeInfo .top .topRight .con .tits {
        font-size: 16px;
        line-height: 18px; }
      .recipeInfo .content .titBox .tx {
        width: 40px;
        height: 40px; }
      .recipeInfo .content .titBox .submit {
        width: 40px;
        height: 36px;
        padding-top: 4px; }
      .recipeInfo .content .titBox .text {
        width: calc(100% - 100px);
        margin-left: 10px; }
      .recipeInfo .content .titBox {
        padding-bottom: 15px;
        margin-top: 15px; }
      .recipeInfo .content .list {
        margin-top: 15px; }
      .recipeInfo .content .list ul li .tx {
        width: 40px;
        height: 40px; }
      .recipeInfo .content .list ul li .con {
        width: calc(100% - 60px); }
      .recipeInfo .content .title {
        font-size: 16px;
        line-height: 16px; } }

.ttTop {
  width: 100%;
  height: auto;
  background-color: #fff; }
  .ttTop .tits {
    font-size: 18px;
    line-height: 48px;
    margin-left: 15px;
    color: #666;
    float: left; }
  .ttTop .topRight {
    float: right;
    margin-right: 17px;
    margin-top: 9px; }
    .ttTop .topRight a {
      width: 70px;
      height: 30px;
      background-color: #ededed;
      border-radius: 2px;
      text-align: center;
      font-size: 14px;
      line-height: 30px;
      color: #666;
      float: left; }
      .ttTop .topRight a.sc {
        background-color: #e24b54;
        color: #fff;
        margin-left: 20px;
        display: none; }
      .ttTop .topRight a.qx {
        display: none; }
    .ttTop .topRight.on a.gl {
      display: none; }
    .ttTop .topRight.on a.sc {
      display: block; }
    .ttTop .topRight.on a.qx {
      display: block; }

.show {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 120px; }
  .show ul li {
    width: 23.9%;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 1.4%;
    background-color: #fff;
    position: relative; }
    .show ul li:nth-child(4n) {
      margin-right: 0; }
    .show ul li .pic {
      width: 100%;
      height: auto;
      overflow: hidden;
      display: block; }
      .show ul li .pic .img {
        transition: all 1.5s; }
      .show ul li .pic .tags {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6; }
        .show ul li .pic .tags img:nth-child(2) {
          margin-left: -13px; }
    .show ul li .con {
      width: calc(100% - 30px);
      margin: 10px auto 12px; }
      .show ul li .con .tits {
        display: block;
        font-size: 14px;
        line-height: 16px;
        color: #666; }
        @media (min-width: 1024px) {
          .show ul li .con .tits:hover {
            color: #e24e57; } }
      .show ul li .con .tit {
        font-size: 12px;
        line-height: 14px;
        color: #999;
        font-family: Arial;
        margin-top: 13px; }
        .show ul li .con .tit a {
          padding-left: 17px;
          background-size: 12px;
          background-repeat: no-repeat;
          background-position: left center;
          margin-right: 20px;
          float: left;
          display: block;
          color: #999; }
          .show ul li .con .tit a.zan {
            background-image: url("../img/icon5.png"); }
          .show ul li .con .tit a.sc {
            background-image: url("../img/icon6.png"); }
          .show ul li .con .tit a.on.zan {
            background-image: url("../img/icon5_h.png"); }
          .show ul li .con .tit a.on.sc {
            background-image: url("../img/icon6_h.png"); }
    .show ul li .line {
      width: 100%;
      height: 1px;
      background-color: #f5f5f5; }
    .show ul li .con1 {
      width: calc(100% - 30px);
      padding: 16px 0;
      margin: 0 auto; }
      .show ul li .con1 .tx {
        width: 34px;
        height: 34px;
        overflow: hidden;
        float: left; }
      .show ul li .con1 .tit {
        width: calc(100% - 45px);
        float: right; }
        .show ul li .con1 .tit .t {
          font-size: 14px;
          line-height: 16px;
          color: #666; }
        .show ul li .con1 .tit .t1 {
          font-size: 12px;
          line-height: 14px;
          color: #999;
          font-family: Arial;
          margin-top: 4px; }
    .show ul li .xzBox {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.4);
      display: none; }
      .show ul li .xzBox .icon {
        width: 26px;
        height: 26px;
        position: absolute;
        top: 10px;
        right: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("../img/icon8.png"); }
    .show ul li.onn .xzBox {
      display: block; }
    .show ul li.on .xzBox .icon {
      background-image: url("../img/icon8_h.png"); }
  .show ul.myCollection {
    margin-top: 17px; }
  .show .moreClick {
    width: 90px;
    height: 28px;
    background-color: #e24b54;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    display: block;
    margin: 25px auto 0;
    text-align: center; }
  @media (max-width: 900px) {
    .show ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .show ul li:nth-child(4n) {
        margin-right: 2%; }
      .show ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .show ul li {
      width: 48.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      .show ul li:nth-child(3n) {
        margin-right: 3%; }
      .show ul li:nth-child(2n) {
        margin-right: 0; } }

.user {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 120px; }
  .user .wrap {
    background: #fff; }
    .user .wrap .box {
      width: 795px;
      height: auto;
      margin: 0 auto;
      padding: 40px 0; }
      .user .wrap .box .pic {
        width: 130px;
        height: auto;
        float: left; }
        .user .wrap .box .pic .img {
          width: 100%;
          height: auto; }
        .user .wrap .box .pic .picClick {
          font-size: 14px;
          line-height: 16px;
          background-position: left center;
          background-repeat: no-repeat;
          background-image: url("../img/icon7.png");
          color: #e24b54;
          display: inline-block;
          padding-left: 29px;
          margin-top: 11px; }
      .user .wrap .box .tableBox {
        width: calc(100% - 240px);
        float: right;
        padding-left: 55px;
        border-left: 1px solid #f5f5f5; }
        .user .wrap .box .tableBox .t {
          margin-bottom: 18px; }
          .user .wrap .box .tableBox .t span {
            font-size: 14px;
            line-height: 18px;
            color: #999;
            display: block;
            margin-bottom: 7px; }
          .user .wrap .box .tableBox .t .text {
            width: 100%;
            height: 32px;
            box-sizing: border-box;
            border: 1px solid #aaa;
            border-radius: 2px;
            padding-left: 10px;
            font-size: 12px;
            line-height: 32px;
            color: #333; }
            .user .wrap .box .tableBox .t .text.on {
              background-color: #f5f5f5;
              border-color: #f5f5f5; }
          .user .wrap .box .tableBox .t .sel {
            width: 100%;
            height: 32px;
            box-sizing: border-box;
            border: 1px solid #aaa;
            border-radius: 2px;
            padding-left: 10px;
            font-size: 12px;
            line-height: 32px;
            color: #333;
            background: none; }
          .user .wrap .box .tableBox .t .tt {
            width: 47%;
            float: left;
            margin-right: 6%; }
            .user .wrap .box .tableBox .t .tt:last-child {
              margin-right: 0; }
          .user .wrap .box .tableBox .t .tt1 {
            width: 29.2%;
            float: left;
            margin-right: 6.2%; }
            .user .wrap .box .tableBox .t .tt1:last-child {
              margin-right: 0; }
        .user .wrap .box .tableBox .submit {
          width: 130px;
          height: 32px;
          background-color: #e24b54;
          font-size: 14px;
          line-height: 32px;
          color: #fff;
          border: none; }
  @media (max-width: 920px) {
    .user {
      padding-bottom: 60px; }
      .user .wrap .box {
        width: 92%; }
      .user .wrap .box .tableBox {
        width: calc(100% - 181px);
        padding-left: 25px; } }
  @media (max-width: 768px) {
    .user .wrap .box {
      padding: 25px 0; }
    .user .wrap .box .pic {
      float: none; }
    .user .wrap .box .tableBox {
      width: 100%;
      float: none;
      padding-left: 0;
      border-left: none;
      margin-top: 10px; }
    .user .wrap .box .tableBox .t .tt1 {
      width: 32%;
      margin-right: 2%; }
    .user .wrap .box .tableBox .t .tt {
      width: 49%;
      margin-right: 1%; } }

.myRecipe {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 120px; }
  .myRecipe .list {
    margin-top: 16px; }
    .myRecipe .list ul li {
      width: 23.9%;
      float: left;
      margin-right: 1.4%;
      margin-bottom: 1.4%;
      background-color: #fff;
      position: relative; }
      .myRecipe .list ul li:nth-child(4n) {
        margin-right: 0; }
      .myRecipe .list ul li .pic {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        position: relative; }
        .myRecipe .list ul li .pic img {
          transition: all 1.5s; }
        .myRecipe .list ul li .pic .butBox {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(255, 255, 255, 0.4);
          display: none; }
          .myRecipe .list ul li .pic .butBox .but {
            width: 70px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            .myRecipe .list ul li .pic .butBox .but a {
              width: 70px;
              height: 30px;
              background-color: #ededed;
              border-radius: 2px;
              text-align: center;
              font-size: 14px;
              line-height: 30px;
              color: #666;
              display: block; }
              .myRecipe .list ul li .pic .butBox .but a:last-child {
                margin-top: 5px; }
              @media (min-width: 1024px) {
                .myRecipe .list ul li .pic .butBox .but a:hover {
                  color: #fff;
                  background-color: #e24b54; } }
        .myRecipe .list ul li .pic .tags {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 6; }
          .myRecipe .list ul li .pic .tags img:nth-child(2) {
            margin-left: -13px; }
        @media (min-width: 1024px) {
          .myRecipe .list ul li .pic:hover .butBox {
            display: block; } }
      .myRecipe .list ul li .con {
        width: calc(100% - 30px);
        margin: 10px auto 12px; }
        .myRecipe .list ul li .con .tits {
          display: block;
          font-size: 14px;
          line-height: 16px;
          color: #666; }
          @media (min-width: 1024px) {
            .myRecipe .list ul li .con .tits:hover {
              color: #e24e57; } }
        .myRecipe .list ul li .con .tit {
          font-size: 12px;
          line-height: 14px;
          color: #999;
          font-family: Arial;
          margin-top: 13px; }
          .myRecipe .list ul li .con .tit .t {
            padding-left: 17px;
            background-size: 12px;
            background-repeat: no-repeat;
            background-position: left center;
            margin-right: 20px;
            float: left;
            display: block;
            color: #999; }
            .myRecipe .list ul li .con .tit .t.t1 {
              background-image: url("../img/icon5.png"); }
            .myRecipe .list ul li .con .tit .t.t2 {
              background-image: url("../img/icon6.png"); }
            .myRecipe .list ul li .con .tit .t.time {
              float: right;
              margin-right: 0;
              padding-left: 0; }
      .myRecipe .list ul li .xzBox {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.4);
        display: none; }
        .myRecipe .list ul li .xzBox .icon {
          width: 26px;
          height: 26px;
          position: absolute;
          top: 10px;
          right: 10px;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("../img/icon8.png"); }
      .myRecipe .list ul li.onn .xzBox {
        display: block; }
      .myRecipe .list ul li.on .xzBox .icon {
        background-image: url("../img/icon8_h.png"); }
      .myRecipe .list ul li .box {
        width: 100%;
        min-height: 120px;
        height: 300px; }
        .myRecipe .list ul li .box a {
          width: calc(100% - 20px);
          height: calc(100% - 20px);
          position: absolute;
          padding: 10px;
          border: 3px dashed #f5f5f5;
          top: 10px;
          left: 10px;
          box-sizing: border-box; }
          .myRecipe .list ul li .box a .box-new {
            width: 100%;
            text-align: center;
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
            .myRecipe .list ul li .box a .box-new .icon {
              width: 30px;
              height: 30px;
              background-size: cover;
              background-repeat: no-repeat;
              background-image: url("../img/icon9.png");
              margin: 0 auto; }
            .myRecipe .list ul li .box a .box-new p {
              text-align: center;
              font-size: 14px;
              line-height: 16px;
              color: #999;
              margin-top: 22px; }
  .myRecipe .list1 {
    margin-top: 32px; }
    .myRecipe .list1 ul li {
      width: 23.9%;
      float: left;
      margin-right: 1.4%;
      margin-bottom: 1.4%;
      position: relative;
      height: 236px;
      background-color: #fff; }
      .myRecipe .list1 ul li .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.4);
        display: none; }
        .myRecipe .list1 ul li .bg .delete {
          width: 26px;
          height: 26px;
          position: absolute;
          top: 10px;
          right: 10px;
          display: block;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("../img/icon10.png");
          cursor: pointer; }
          @media (min-width: 1024px) {
            .myRecipe .list1 ul li .bg .delete:hover {
              background-image: url("../img/icon10_h.png"); } }
      .myRecipe .list1 ul li a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box; }
        .myRecipe .list1 ul li a .box-new {
          width: 100%;
          text-align: center;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .myRecipe .list1 ul li a .box-new .icon {
            width: 30px;
            height: 30px;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url("../img/icon9.png");
            margin: 0 auto; }
          .myRecipe .list1 ul li a .box-new p {
            text-align: center;
            font-size: 14px;
            line-height: 16px;
            color: #999;
            margin-top: 22px; }
      @media (min-width: 1024px) {
        .myRecipe .list1 ul li:hover .bg {
          display: block; } }
  .myRecipe .txt {
    width: 100%;
    height: 260px;
    border: none;
    background-color: #fff;
    font-size: 12px;
    line-height: 22px;
    color: #333;
    padding: 10px 20px;
    box-sizing: border-box;
    display: block; }
  .myRecipe .t {
    font-size: 18px;
    line-height: 18px;
    color: #333;
    margin-top: 15px; }
  .myRecipe .tt {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px; }
    .myRecipe .tt .tt-new {
      width: calc(100% - 260px);
      float: left; }
      .myRecipe .tt .tt-new em {
        float: left;
        font-size: 16px;
        line-height: 40px; }
      .myRecipe .tt .tt-new .txt {
        height: 40px;
        float: right;
        width: calc(100% - 30px); }
    .myRecipe .tt .butBox {
      width: 250px;
      float: right; }
      .myRecipe .tt .butBox a {
        width: 120px;
        height: 40px;
        background-color: #e24b54;
        color: #fff;
        float: right;
        display: block;
        font-size: 18px;
        line-height: 40px;
        text-align: center; }
        .myRecipe .tt .butBox a.add {
          float: right; }
        .myRecipe .tt .butBox a.sc {
          float: left;
          background-color: #ededed;
          color: #666; }
  @media (max-width: 1200px) {
    .myRecipe {
      padding-bottom: 80px; } }
  @media (max-width: 1024px) {
    .myRecipe .list ul li .pic .butBox {
      display: block; } }
  @media (max-width: 960px) {
    .myRecipe .list ul li {
      width: 32%;
      margin-right: 2%;
      margin-bottom: 2%; }
      .myRecipe .list ul li:nth-child(4n) {
        margin-right: 2%; }
      .myRecipe .list ul li:nth-child(3n) {
        margin-right: 0; } }
  @media (max-width: 768px) {
    .myRecipe {
      padding-bottom: 30px; }
      .myRecipe .list ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%; }
        .myRecipe .list ul li:nth-child(3n) {
          margin-right: 3%; }
        .myRecipe .list ul li:nth-child(2n) {
          margin-right: 0; }
      .myRecipe .list ul li .con .tit .t {
        margin-right: 10px;
        padding-left: 14px; }
      .myRecipe .list ul li .con {
        width: calc(100% - 20px); }
      .myRecipe .ttTop .tits {
        font-size: 16px; }
      .myRecipe .list1 ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%; }
        .myRecipe .list1 ul li:nth-child(4n) {
          margin-right: 2%; }
        .myRecipe .list1 ul li:nth-child(3n) {
          margin-right: 0; }
      .myRecipe .list1 {
        margin-top: 15px; }
      .myRecipe .list1 ul li a .box-new .icon {
        width: 20px;
        height: 20px; }
      .myRecipe .list1 ul li a .box-new p {
        margin-top: 10px; } }

.sctk {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none; }
  .sctk .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .sctk .box {
    width: 340px;
    height: 192px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .sctk .box .tits {
      text-align: center;
      font-size: 20px;
      line-height: 20px;
      color: #333;
      padding-top: 26px; }
    .sctk .box .line {
      width: 284px;
      height: 1px;
      background-color: #f5f5f5;
      margin: 20px auto 0; }
    .sctk .box .tit {
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      color: #666;
      margin-top: 20px; }
    .sctk .box .tit1 {
      text-align: center;
      font-size: 0;
      margin-top: 25px; }
      .sctk .box .tit1 a {
        width: 70px;
        height: 30px;
        background-color: #ededed;
        border-radius: 2px;
        text-align: center;
        font-size: 14px;
        line-height: 30px;
        color: #666;
        display: inline-block;
        margin: 0 15px; }
        .sctk .box .tit1 a.ensure {
          background-color: #e24b54;
          color: #fff;
          margin-left: 20px; }
.ykplayer-poster-logo{
  -webkit-background-size: 100% auto !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
/*# sourceMappingURL=style.css.map */
