
		  @font-face {
    font-family: 'iconfont';  /* Project id 249974 */
    src: url('//at.alicdn.com/t/font_249974_ooky095nbp.woff2?t=1641972865678') format('woff2'),
         url('//at.alicdn.com/t/font_249974_ooky095nbp.woff?t=1641972865678') format('woff'),
         url('//at.alicdn.com/t/font_249974_ooky095nbp.ttf?t=1641972865678') format('truetype');
  }
  .iconfont {   
    font-family:"iconfont" !important;   
    font-style:normal;  
  }
  img {
  border:0 none;  
  }
  ul,ol,li {
  list-style:none;
  padding:0;
  margin:0;
  }
  h1,h2,h3,h4,h5,h6,p {
  margin:0;
  font-weight:normal; 
  }
  a, a:hover, a:active, a:visited,a:link {
  text-decoration:none;
  }
  /*模版整体控制*/
  #laymod_302308 {
    position:relative;
    z-index: 1000;
      font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
  }
  #laymod_302308 .bg {
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
  }
  #laymod_302308 .bg_img {
    z-index:2;
  }
  #laymod_302308 .bodyCont_width {
    position:relative;
    z-index: 3;
  }
  /* 登录 */
  #laymod_302308 .login_box {
    position: fixed;
    top: -200%;
    opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 200;
    transition: all .5s ease-out;
    visibility: hidden;
  }
  #laymod_302308 .login_box.yid {
    display: block;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #laymod_302308 .login_box .login_bg {
    position: fixed;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
  }
  #laymod_302308 .login_box .div-login {
    z-index: 220;
      width: 550px;
      position: fixed;
      left: 0;
      right: 0;
      top: -200%;
      bottom: 0;
      background: rgba(255,255,255,1);
      height: 450px;
      margin: auto;
      padding: 2% 5%;
      border-radius: 3px;
      border: 1px solid #ccc;
      transition: all .7s cubic-bezier(0, 0.48, 0.3, 1.01);
      transition-delay:0.15s;
  }
  #laymod_302308 .login_box.yid .div-login {
    top: 0;
  }
  #laymod_302308 .login_box .div-login p {
    color: #FF5241;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #laymod_302308 .login_box .div-login label {
      margin-bottom: 20px;
      font-weight: 400;
      width: 100%;
      height: 45px;
      line-height: 44px;
      border: 1px solid #ccc;
      box-sizing: content-box;
      border-radius: 4px;
  }
  #laymod_302308 .login_box .div-login label input {
    width: 88%;
    float: right;
    text-indent: 1em;
    border-radius: 4px;
    height: 45px;
    line-height: normal;
    background: none;
  }
  #laymod_302308 .login_box .div-login label i {
    width: 12%;
    float: left;
    height: 100%;
    display: block;
    font-size: 22px;
    text-align: center;
    color: #999;
    border-radius: 4px;
  }
  #laymod_302308 .login_box .div-login .login_1 i:after {
    content:"\e759";
  }
  #laymod_302308 .login_box .div-login .login_2 i:after {
    content:"\e75b";
  }
  #laymod_302308 .login_box .div-login .login_3 i:after {
    content:"\e758";
  }
  #laymod_302308 .login_box .div-login .login_3 input {
    width: 65%;
    float: left;
  }
  #laymod_302308 .login_box .div-login .login_3 img {
    float: left;
    margin: 10px 0;
  }
  #laymod_302308 .login_box .div-login .submit-login {
    width: 100%;
    height: 40px;
    background: #FF5241;
    color: #fff;
  }
  #laymod_302308 .login_box .div-login .click_close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    color: #999;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
      transition: all .6s ease-out;
  }
  #laymod_302308 .login_box .div-login .click_close i:after {
    content: "\e74c";
  }
  /*登录和注册*/
  #laymod_302308 .login_style {
    position:fixed;
    top:-200%;
    left:0;
    width:100%;
    height:100%;
    z-index: 2000;
    transition: all .35s;
    visibility: hidden;
    opacity: 0;
    /*display*/
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
    -webkit-box-orient:vertical;/*horizontal*/
    -webkit-box-direction:normal;/*reverse*/
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;/*row*/
    -webkit-flex-direction:column;
    /*flex-wrap*/
    -webkit-flex-wrap:wrap;/*nowrap*/
    -webkit-box-lines:multiple;/*single*/
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:center;
    justify-content:center;/*主轴上对齐（横轴）*/
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    /*align-items*/
    align-items:center;/*交叉轴对齐（垂直）*/
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
  }
  #laymod_302308 .login_style.login_show {
    visibility: visible;
    top: 0;
    opacity: 1;
  }
  #laymod_302308 .login_style .loginup_bg {
    position:fixed;
    top:0;
    left:0;
    background:#000;
    width:100%;
    height:100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
    z-index: 1;
  }
  #laymod_302308 .login_style .login_account {
    width:550px;
    height:auto;
    position:relative;
    margin:0;
    background:#fff;
    border:1px solid #ccc;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -khtml-border-radius: 3px;
    -webkit-border-bottom-left-radius:3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 2% 5% 4% 5%;
    z-index: 2;
    font-size: 0;
    opacity: 0;
      transform: translateY(-200%);
      transition: all .5s cubic-bezier(0, 0.48, 0.3, 1.01);
      transition-delay:0.2s;
  }
  #laymod_302308 .login_style.login_show .login_account {
      transform: translateY(0%);
      opacity: 1;
  }
  #laymod_302308 .login_style .login_close {
    position:absolute;
    right:10px;
    top:10px;
    color:#000;
    transition:all 0.4s ease-out 0s;
    -moz-transition:all 0.4s ease-out 0s;
    -webkit-transition:all 0.4s ease-out 0s;
    -o-transition:all 0.4s ease-out 0s;
    font-size:16px;
    line-height:30px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  #laymod_302308 .login_style .login_close:before {
    content:"\e74c";
  }
  #laymod_302308 .login_style .login_account p {
    color: #FF5241;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #laymod_302308 .login_style label {
    display:block;
    width:100%;
    position:relative;
    margin:0 0 1rem 0;
    overflow:hidden;
  }
  #laymod_302308 .login_style label i {
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
    line-height:40px;
    font-size:20px;
    text-align:center;
    color:#000;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter:alpha(opacity=30);
    background:#eee;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -khtml-border-radius: 5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
  }
  #laymod_302308 .login_style label.login_1 i:before {
    content:"\e6c6";
  }
  #laymod_302308 .login_style label.login_2 i:before {
    content:"\e6da";
  }
  #laymod_302308 .login_style label.login_3 i:before {
    content:"\e6c8";
  }
  #laymod_302308 .login_style.win_reg label.login_3 i:before {
    content:"\e6da";
  }
  #laymod_302308 .login_style label.login_4 i:before {
    content:"\e6bb";
  }
  #laymod_302308 .login_style label.move_bg i {
    background:#FF5241;
    color:#fff;
  }
  #laymod_302308 .login_style input {
    display:block;
    height:40px;
    line-height:normal;
    font-size:12px;
    width:100%;
    -webkit-appearance: none;
  }
  #laymod_302308 .login_style .pass {
    border:1px solid #ccc;
    height:45px;
    line-height:normal;
    text-indent: 1em;
    font-size: 12px;
    color: #000;
    margin-bottom: 20px;
  }
  #laymod_302308 .login_style .move_bg input {
    border-color:#FF5241;
  }
  #laymod_302308 .login_style input.input-randCode {
    width:70%;
    float:left;
  }
  #laymod_302308 .login_style #verifyPic {
    float:right;
    margin:4% 0 0 0;
  }
  #laymod_302308 .login_style input.submit {
    text-indent:0;
    background:#FF5241;
    color:#fff;
    display: block;
    width: 100%;
  }
  #laymod_302308 .login_style .move_bg input.submit {
    background:#FF5241;
    color:#fff;
  }
  #laymod_302308 .topcarttotal em {
    font-style:normal;
    padding:0 5px;
  }
  #laymod_302308 .right_more .header_login.active .h_login,
  #laymod_302308 .right_more .header_login.active .h_register {
    display: none !important;
  }
  #laymod_302308 .right_more .span-logout {
    cursor: pointer;
    transition: all .3s;
  }
  #laymod_302308 .right_more .divider {
    display: none;
  }
    /* 订单 */
    #laymod_302308 .right_more .div-info .dropdown ul {
      padding: 0;
      margin: 0;
        position: absolute;
        top: 102%;
        right: -20px;
    }
    #laymod_302308 .right_more .div-info .dropdown ul li a {
      padding: 0 30px;
        line-height: 50px;
        font-size: 15px;
    }
    #laymod_302308 .right_more .div-info .dropdown ul li a i {
      margin-right: 5px;
    }
    #laymod_302308 .right_more .div-info .dropdown ul li a .wb-user:after {
      content: "\e6eb";
    }
    #laymod_302308 .right_more .div-info .dropdown ul li a .wb-order:after {
      content: "\e76f";
    }
    #laymod_302308 .right_more .div-info .dropdown ul li a .wb-settings:after {
      content: "\e80f";
    }
    #laymod_302308 .right_more .div-info .dropdown ul li a .wb-power:after {
      content: "\e7c8";
    }
    #laymod_302308 .active_false .right_more .header_login .h_login a:hover,
    #laymod_302308 .active_false .right_more .header_login .h_register a:hover,
    #laymod_302308 .active_false .right_more .header_login .span-logout:hover {
      color: #fff;
    }
    #laymod_302308 .active_false .right_more .header_login .h_pay:hover {
      background: #fff;
    }
    #laymod_302308 .active_false .right_more .header_login .h_pay:hover a {
      color: #b0b0b0;
    }
    #laymod_302308 .active_false .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a:hover {
      color: #fff;
    }
    #laymod_302308 .active_false .bodyContContent .header_nav li a:hover {
      color: #FF5241;
    }
    #laymod_302308 .active_false .bodyContContent .header_nav .s_list a:hover {
      text-indent: 1em;
    }
    #laymod_302308 .active_false .bodyContContent .header_nav li.f_nav_li:hover .s_list {
      opacity: 1;
      height: auto;
      padding-top: 15px;
    }
    #laymod_302308 .active_false .bodyContContent .header_nav li.f_nav_li:hover .s_list a {
      transition: all .8s cubic-bezier(0, 0.49, 0.65, 0.96);
      height: auto;
    }
    #laymod_302308 .active_false .bodyContContent .search_wrap:hover input,
    #laymod_302308 .active_false .bodyContContent .search_wrap:hover a {
      border: 1px solid #FF5241;
    }
    #laymod_302308 .active_false .bodyContContent .search_wrap a:hover {
      background: #FF5241;
    }
    #laymod_302308 .active_false .bodyContContent .search_wrap a:hover i:after {
      color: #fff;
    }
    #laymod_302308 .active_false .login_box .div-login .click_close:hover {
      transform: rotate(360deg);
      color: #FF5241;
    }
    #laymod_302308 .active_false .login_style .login_close:hover {
      color:#FF5241;
      transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
    #laymod_302308 .active_false .right_more .div-info .dropdown ul li a:hover {
      color: #b0b0b0;
        background-color: inherit;
    }
  #laymod_302308 .click_input {
    text-align: right
  }
  #laymod_302308 .click_input a {
      display: inline-block;
      height: 35px;
      line-height: 35px;
      color: #666;
      text-align: center;
      margin-top: 15px;
      font-size: 13px;
      transition: all .3s;
  }
  #laymod_302308 .click_input a:hover {
    color: #FF5241;
  }
  #laymod_302308 .click_input .click_remember {
    margin-right: 10px;
  }
  #laymod_302308 .remember_pass,
  #laymod_302308 .remember_pass2,
  #laymod_302308 .remember_pass3,
  #laymod_302308 .remember_pass4 {
    position: absolute;
    opacity: 0;
    width: 65%;
    top: 7.3%;
    visibility: hidden;
    transform: rotateY(180deg);
    transition: all .5s ease-out;
  }
  #laymod_302308 .remember_pass.active_login,
  #laymod_302308 .remember_pass2.active_login,
  #laymod_302308 .remember_pass3.active_login,
  #laymod_302308 .remember_pass4.active_login {
    opacity: 1;
    visibility: visible;
    transform: rotateY(0deg);
  }
  #laymod_302308 .remember_pass > p,
  #laymod_302308 .remember_pass2 > p,
  #laymod_302308 .remember_pass3 > p,
  #laymod_302308 .remember_pass4 > p {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    color: #FF5241;
  }
  #laymod_302308 .remember_account {
    margin-bottom: 20px
  }
  #laymod_302308 .remember_account p,
  #laymod_302308 .remember_alphveri p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 10px;
  }
  #laymod_302308 .remember_account .remember_input input {
    border: 1px solid #ccc;
    height: 44px;
    line-height: normal;
    width: 100%;
    text-indent: 1em;
  }
  #laymod_302308 .remember_alphveri .remember_input {
    border: 1px solid #ccc;
    height: 44px;
    line-height: normal;
    position: relative;
  }
  #laymod_302308 .remember_alphveri .remember_input input {
    width: 78%;
    float: left;
    height: 100%;
    text-indent: 1em;
  }
  #laymod_302308 .remember_alphveri .remember_input .veriImg {
    float: left;
    margin: 7px 0;
  }
  #laymod_302308 .tips {
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    color: #ef8b24;
  }
  #laymod_302308 .remember_pass #submitt1,
  #laymod_302308 .remember_pass2 #submitt2,
  #laymod_302308 .remember_pass3 #submitt3 {
    width: 100%;
    height: 40px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    background: #FF5241;
  }
  #laymod_302308 .remember_pass4 .fonticon {
    width: 100%;
    text-align: center;
    margin-top: 100px;
  }
  #laymod_302308 .remember_pass4 .iconfont {
    background: #6fc654;
    display: inline-block;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    color: #fff;
    margin: 0 auto;
  }
  #laymod_302308 .remember_pass4 .iconfont:after {
    content: '\e949';
    display: block;
    font-size: 50px;
  }
  #laymod_302308 .remember_pass4 .remember_success {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  #laymod_302308 .red {
    color: #ff0000;
    padding-right: 5px;
  }
  @media (min-width: 993px) {
    #laymod_302308 .container {
      padding: 0;
    }
    #laymod_302308 .left_title {
      float: left;
      line-height: 40px;
      height: 40px;
    }
    #laymod_302308 .right_more {
      float: right;
      height: 40px;
      line-height: 39px;
      position: relative;
    }
    #laymod_302308 .left_title .fl {
      color: #b0b0b0;
      transition:all .3s;
      font-size: 12px;
    }
    #laymod_302308 .right_more .header_login .h_login,
    #laymod_302308 .right_more .header_login .h_register {
      padding: 0 5px;
      position: relative;
    }
    #laymod_302308 .right_more .header_login div {
      display: inline-block;
    }
    #laymod_302308 .right_more .header_login div a {
      color: #b0b0b0;
      font-size: 12px;
      transition: all .3s;
    }
    #laymod_302308 .right_more .header_login .div-info {
      color: #b0b0b0;
      font-size: 12px;
    }
    #laymod_302308 .right_more .header_login .div-info .dropdown.open .caret {
      transform: rotate(180deg);
    }
    #laymod_302308 .h_pay .list-group {
      margin-bottom: 0;
    }
    /* 购物车 */
    #laymod_302308 .h_pay {
      width: 120px;
      margin-left: 15px;
      background: #424242;
      text-align: center;
    }
    #laymod_302308 .right_more .header_login .h_pay a {
      display: block;
      position: relative;
    }
    #laymod_302308 .right_more .header_login .h_pay a .badge {
      position: absolute;
        top: 2px;
        right: 15%;
        font-weight: 400;
        padding: 3px 6px;
        background: #FF5241;
    }
    #laymod_302308 .h_pay .iconfont {
      font-size: 12px;
    }
    #laymod_302308 .h_pay .iconfont:after {
      content: "\e672";
    }
    #laymod_302308 .right_more .header_login .h_pay .list-group .padding-right-10,
    #laymod_302308 .right_more .header_login .h_pay .list-group .media-body {
      display: table-cell;
    }
    #laymod_302308 .right_more .header_login .h_pay .list-group .media-body {
      line-height: 1.6;
    }
    #laymod_302308 .right_more .header_login .h_pay .media-left .text-middle {
      width: 50px;
    }
    #laymod_302308 .right_more .header_login .h_pay .list-group .media-body .topcartremove i:after {
      content: "\e76b";
    }
    #laymod_302308 .right_more .header_login .h_pay .list-group .media-body .pull-right p {
      line-height: 26px;
    }
    #laymod_302308 .h_pay .dropdown-menu {
      border-color: #f2f2f2;
        background: #fff;
        width: 360px;
        padding: 0;
          box-shadow: 0 0 5px rgba(0,0,0,.05);
          transition:all .35s;
    }
    #laymod_302308 .h_pay .dropdown-menu.open {
      display: block;
      padding-bottom: 0;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 20px;
      position: relative;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-header span.label-danger {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #FF5241;
    }
    #laymod_302308 .h_pay .dropdown-menu .list-group div {
      display: block;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer {
        height: 55px;
        line-height: 55px;
        padding: 0 15px;
        position: relative;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
        position: absolute;
        right: 15px;
        top: 13px;
        bottom: 0;
        margin: auto;
        line-height: 55px;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
      border-radius: 0;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer span {
      color: #FF5241;
    }
    #laymod_302308 .bodyContContent {
      height: 100px;
    }
    #laymod_302308 .bodyContContent .container {
      height: 100px;
      display: flex;
    }
    #laymod_302308 .bodyContContent .header_logo,
    #laymod_302308 .bodyContContent .header_nav,
    #laymod_302308 .bodyContContent .header_search {
        display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
    }
    #laymod_302308 .bodyContContent .header_logo,
    #laymod_302308 .bodyContContent .header_nav {
      padding-left: 0;
    }
    #laymod_302308 .bodyContContent .header_logo a {
      display: block;
      overflow: hidden;
    }
    #laymod_302308 .bodyContContent .header_logo a img {
      max-height: 50px;
      max-width: 180px;
      display: block;
    }
    #laymod_302308 .bodyContContent .header_nav li.f_nav_li {
      display: inline-block;
      line-height: 100px;
    }
    #laymod_302308 .bodyContContent .header_nav li.f_nav_li>a {
      display: block;
      padding: 0 10px;
    }
    #laymod_302308 .bodyContContent .header_nav li a {
  font-size:14px;
  font-weight:normal;
      color: #333;
      transition: all .45s cubic-bezier(0, 0.49, 0.65, 0.96);
        overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    #laymod_302308 .bodyContContent .s_list {
      position: absolute;
      min-width: 200px;
      background-color: #fff;
                box-shadow: 0 2px 4px #ccc;
        transform: translateY(0px);
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .5s cubic-bezier(0, 0.49, 0.65, 0.96);
    }
    #laymod_302308 .bodyContContent .s_list a {
      display: block;
      line-height: 40px;
      font-size: 12px;
      padding: 0 10px;
      height: 0;
    }
    #laymod_302308 .bodyContContent .header_search {
      padding-right: 0;
    }
    #laymod_302308 .bodyContContent .search_wrap {
      height: 50px;
      font-size: 0;
    }
    #laymod_302308 .bodyContContent .search_wrap input {
      width: 79%;
      display: inline-block;
      color: #333;
      border: 1px solid rgba(0,0,0,0.2);
      background:#fff;
      height: 22px;
      line-height: normal;
      padding: 13px 0;
      box-sizing: content-box;
      vertical-align: top;
      font-size: 14px;
      text-indent: 1em;
      transition: all .3s cubic-bezier(0, 0.49, 0.65, 0.96);
    }
    #laymod_302308 .bodyContContent .search_wrap input::-webkit-input-placeholder {
      color: rgba(51,51,51,0.5);
    }
    #laymod_302308 .bodyContContent .search_wrap a {
      display: inline-block;
      width: 20%;
      background:#fff;
      border: 1px solid rgba(0,0,0,0.2);
      border-left: none;
      height: 50px;
      font-size: 21px;
      position: relative;
      text-align: center;
      line-height: 50px;
      vertical-align: top;
      transition: all .3s cubic-bezier(0, 0.49, 0.65, 0.96);
    }
    #laymod_302308 .bodyContContent .search_wrap a i {
  color: #000;
  }
    #laymod_302308 .bodyContContent .search_wrap a i:after {
      content: "\e757";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
    }
  }
  #laymod_302308 .bodyContContent .header_nav li.active > a {
    color: #FF5241;
  }
    /* PC便捷登录 */
    #laymod_302308 .login_box .h_easy {
      margin-top: 15px;
    }
    #laymod_302308 .login_box .h_easy {
      font-size: 14px;
    }
    #laymod_302308 .login_box .h_easy a {
      color: #999;
      line-height: 30px;
      display: inline-block;
      vertical-align: top;
    }
    #laymod_302308 .login_box .h_easy .oAuth_2 {
      font-size: 30px;
    }
    #laymod_302308 .login_box .h_easy .oAuth_1 {
      margin-left: 5px;
      font-size: 30px;
    }
    #laymod_302308 .login_box .h_easy .oAuth_2:after {
      content: "\e786";
    }
    #laymod_302308 .login_box .h_easy .oAuth_1:after {
      content: "\e74a";
    }
  @media (max-width : 992px) {
    #laymod_302308 .bodyContTitle,
    #laymod_302308 .bodyContTitle .left_title,
    #laymod_302308 .bodyContTitle .account-wrap,
    #laymod_302308 .bodyContContent .header_nav,
    #laymod_302308 .bodyContContent .header_search {
      display: none;
    }
    #laymod_302308 .sj_header_click,
    #laymod_302308 .sj_header_nav {
      display: block !important;
    }
    #laymod_302308 .bodyContContent {
      position: relative;
      height: 50px;
    }
    #laymod_302308 .bodyContContent .container {
      padding: 0;
      height: auto;
    }
    /* 导航按钮 */
    #laymod_302308 .sj_header_click {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 5px;
        left: 5px;
        padding: 10px;
        box-sizing: content-box;
        z-index: 200;
    }
    #laymod_302308 .sj_header_click .click1 {
      height: 1px;
      width: 20px;
      background: #333;
      position: absolute;
        left: 0;
        top: 15px;
        transition: all .45s;
        right: 0;
        text-align: center;
        margin: auto;
    }
    #laymod_302308 .sj_header_click .click2 {
      height: 1px;
      width: 20px;
      background: #333;
      position: absolute;
      left: 0;
      right: 0;
        text-align: center;
        margin: auto;
      bottom: 15px;
      transition: all .45s;
    }
    #laymod_302308 .sj_header_click.active {
        position: fixed;
        height: 20px;
        top: 0;
        left: 0;
        padding: 10px;
        box-sizing: content-box;
        z-index: 2000;
        width: 100%;
        background: #000;
    }
    #laymod_302308 .sj_header_click.active .click1,
    #laymod_302308 .sj_header_click.active .click2 {
      width: 30px;
      background: #fff;
    }
    #laymod_302308 .sj_header_click.active .click1,
    #laymod_302308 .sj_header_click.active .click2 {
      left: 15px;
      right: auto;
    }
    #laymod_302308 .sj_header_click.active .click1 {
        transform: rotate(45deg) translateX(4px) translateY(3px);
    }
    #laymod_302308 .sj_header_click.active .click2 {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    #laymod_302308 .sj_header_nav {
        position: fixed;
      top: 40px;
      width: 100%;
      height: 0;
      z-index: 1000;
      padding: 8% 20%;
      transition: all .3s;
      visibility: hidden;
      opacity: 0;
      background: #161616;
    }
    #laymod_302308 .sj_header_nav ul {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.2s;
    }
    #laymod_302308 .sj_header_nav .sj_search_wrap {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.5s;
    }
    #laymod_302308 .sj_header_nav ul li {
      line-height: 45px;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_302308 .sj_header_nav ul li a {
      color: #fff;
      position: relative;
      text-align: center;
      display: block;
      font-size: 14px;
      padding: 0 20%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    #laymod_302308 .sj_header_nav ul li i {
      color: #fff;
      position: absolute;
      width: 20%;
      height: 45px;
      top: 0;
      right: 0;
      text-align: center;
      font-size: 14px;
    }
    #laymod_302308 .sj_header_nav ul li i:after {
      content: "\e6b6";
    }
    #laymod_302308 .sj_header_nav ul li.active a {
      color: #FF5241;
    }
    #laymod_302308 .sj_header_nav ul li .s_list {
      padding: 15px 0;
      display: none;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_302308 .sj_header_nav ul li .s_list a {
      display: block;
      line-height: 30px;
      font-size: 13px;
      color: rgba(255,255,255,0.4);
    }
    #laymod_302308 .sj_header_nav.active {
      height: 100%;
      visibility: visible;
      opacity: 1;
    }
    #laymod_302308 .sj_header_nav.active .sj_search_wrap,
    #laymod_302308 .sj_header_nav.active ul {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
    }
    #laymod_302308 .sj_search_wrap {
        line-height: 30px;
        margin-top: 10px;
        font-size: 0;
        display: block !important;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_302308 .sj_search_wrap input {
        background: none;
        font-size: 14px;
      text-indent: 2em;
      width: 80%;
      display: inline-block;
      color: #fff;
    }
    #laymod_302308 .sj_header_nav .search_wrap input::-webkit-input-placeholder {
      color: rgba(255,255,255,0.5);
    }
    #laymod_302308 .sj_search_wrap .search_btn {
      display: inline-block;
      width: 20%;
        font-size: 16px;
      position: relative;
      text-align: center;
      color: #fff;
    }
    #laymod_302308 .sj_search_wrap .search_btn i:after {
      content: "\e757";
    }
    /* Logo */
    #laymod_302308 .bodyContContent .header_logo {
      max-width: 200px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
    #laymod_302308 .bodyContContent .header_logo a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      height: 40px;
      padding-right: inherit;
      margin: 5px 0;
    }
    #laymod_302308 .bodyContContent .header_logo a img {
      display: block;
      max-height: 40px;
      max-width: 100%;
      margin: 0 auto;
    }
    #laymod_302308 .sj_login,
    #laymod_302308 .active1 {
      position: absolute;
      z-index: 1000;
      right: 5px;
      top: 3px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
    }
    #laymod_302308 .sj_login a,
    #laymod_302308 .active1 a {
      display: block;
      color: #333;
      font-size: 30px;
    }
    #laymod_302308 .sj_login i:after,
    #laymod_302308 .active1 i:after {
      content: "\e75c";
    }
    #laymod_302308 .login_box .div-login {
      width: 90%;
    }
    #laymod_302308 .login_box .div-login .login_3 input {
      width: 62%;
    }
    #laymod_302308 .login_box.active {
      top: 0;
      opacity: 1;
      visibility: visible;
    }
    #laymod_302308 .login_box.active .div-login {
      top: 0;
    }
    #laymod_302308 .login_box.active .click_account {
      margin-top: 10px;
      display: block;
        width: 100%;
        height: 40px;
        background: #fff;
        color: #FF5241;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        border-radius: 4px;
        border: 1px solid #FF5241;
    }
    #laymod_302308 .login_style.active {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
    #laymod_302308 .login_style.active .login_account {
      width: 90%;
      margin: auto;
      opacity: 1;
      transform: translateY(0%);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      height: 450px;
    }
    #laymod_302308 .login_box.active2 {
      display: none;
    }
    #laymod_302308 .sj_header_nav .div-info p {
      line-height: 40px;
      color: #fff;
      font-size: 14px;
      text-indent: 2em;
    }
    #laymod_302308 .sj_header_nav .div-info p .span-username {
      padding-right: 5px;
    }
    #laymod_302308 .sj_header_nav .div-info p {
      font-size: 12px;
    }
    #laymod_302308 .active1 {
      display: none;
    }
    #laymod_302308 .login_box .div-login label,
    #laymod_302308 .login_box.active .click_account {
      border-radius: 0;
    }
    #laymod_302308 .bodyContTitle .h_pay {
      position: absolute;
      right: 5px;
      top: 3px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      z-index: 11;
    }
    #laymod_302308 .bodyContTitle .h_pay span {
      font-size: 0;
    }
    #laymod_302308 .bodyContTitle .h_pay .badge {
      font-size: 10px;
      font-weight: 400;
      padding: 2px 4px;
      position: absolute;
      right: 5px;
      top: 7px;
      background-color: #FF5241;
    }
    #laymod_302308 .bodyContTitle .h_pay a .iconfont {
      color: #333;
      font-size: 16px;
    }
    #laymod_302308 .bodyContTitle .h_pay a .iconfont:after {
      content: "\e672";
    }
    #laymod_302308 .h_pay .dropdown-menu.open {
      display: block;
      width: 350px;
      padding-bottom: 0;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 10px 20px;
      position: relative;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-header span.label-danger {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 12px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #FF5241;
    }
    #laymod_302308 .topcart-goodnum {
      font-size: 12px !important;
    }
    #laymod_302308 .h_pay .dropdown-scrollable {
      margin-bottom: 0;
    }
    #laymod_302308 .h_pay .dropdown-scrollable .list-group-item {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    #laymod_302308 .h_pay .dropdown-scrollable .padding-right-10 a {
      display: block;
      width: 50px;
    }
    #laymod_302308 .h_pay .dropdown-scrollable .media-body h6 a {
      color: #333;
      font-size: 12px;
    }
    #laymod_302308 .h_pay .dropdown-scrollable .media-body .pull-right {
      position: absolute;
      line-height: 2;
      right: 20px;
      top: 0;
    }
    #laymod_302308 .h_pay .dropdown-scrollable .media-body .pull-right span {
      font-size: 12px;
    }
    #laymod_302308 .h_pay .dropdown-scrollable .media-body>p {
      line-height: 2;
    }
    #laymod_302308 .h_pay .dropdown-menu-footer {
      padding: 10px 20px;
      position: relative;
        height: 50px;
        line-height: 2.3;
    }
    #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
        position: absolute;
        right: 15px;
        top: 7px;
        line-height: 35px;
        height: 35px;
    }
    #laymod_302308 .h_pay .dropdown-menu-footer .red-600 {
      color: #FF5241;
      font-size: 14px;
    }
    #laymod_302308 .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
      font-size: 12px;
    }
    #laymod_302308 .right_more .header_login .h_login, 
    #laymod_302308 .right_more .header_login .h_register {
      display: none;
    }
    /* 订单 */
    #laymod_302308 .sj_header_nav .div-info {
      opacity: 0;
        transition: all .45s;
        visibility: hidden;
        transition-delay: 0.65s;
    }
    #laymod_302308 .sj_header_nav.active .div-info {
      opacity: 1;
      visibility: visible;
    }
    #laymod_302308 .sj_header_nav .div-info .dropdown1 a {
      color: #fff;
      text-align: center;
      font-size: 13px;
      line-height: 35px;
      display: block;
      padding: 0;
    }
    #laymod_302308 .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
        color: rgba(255,255,255,0.4);
      background:none;
    }
    #laymod_302308 .sj_header_nav .div-info .dropdown1 .navbar-avatar {
      line-height: 1;
      margin-top: 4%;
      padding-bottom: 2%;
    }
    #laymod_302308 .sj_header_nav .div-info .dropdown1.open .caret {
      transform: rotate(180deg);
    }
    #laymod_302308 .sj_header_nav .div-info .dropdown-menu {
      background-color: inherit;
      padding: 0;
      width: 100%;
      border: none;
      margin: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
        box-shadow: 0 6px 12px rgba(0,0,0,0);
        position: static;
        float: none;
    }
    #laymod_302308 .sj_header_nav .div-info .dropdown-menu li {
      border-bottom: none;
    }
    #laymod_302308 .sj_header_nav .div-info .divider {
      display: none;
    }
    #laymod_302308 .login_box .div-login p {
      font-size: 20px;
    }
  }
    #laymod_302308 .active_true .bodyContTitle,
    #laymod_302308 .active_true .bodyContTitle .left_title,
    #laymod_302308 .active_true .bodyContTitle .account-wrap,
    #laymod_302308 .active_true .bodyContContent .header_nav,
    #laymod_302308 .active_true .bodyContContent .header_search {
      display: none;
    }
    #laymod_302308 .active_true .sj_header_click,
    #laymod_302308 .active_true .sj_header_nav {
      display: block !important;
    }
    #laymod_302308 .active_true .bodyContContent {
      position: relative;
      height: 50px;
    }
    #laymod_302308 .active_true .bodyContContent .container {
      padding: 0;
      height: auto;
    }
    /* 导航按钮 */
    #laymod_302308 .active_true .sj_header_click {
      position: absolute;
      width: 20px;
      height: 20px;
      top: 5px;
        left: 5px;
        padding: 10px;
        box-sizing: content-box;
        z-index: 200;
    }
    #laymod_302308 .active_true .sj_header_click .click1 {
      height: 1px;
      width: 20px;
      background: #333;
      position: absolute;
        left: 0;
        top: 15px;
        transition: all .45s;
        right: 0;
        text-align: center;
        margin: auto;
    }
    #laymod_302308 .active_true .sj_header_click .click2 {
      height: 1px;
      width: 20px;
      background: #333;
      position: absolute;
      left: 0;
      right: 0;
        text-align: center;
        margin: auto;
      bottom: 15px;
      transition: all .45s;
    }
    #laymod_302308 .active_true .sj_header_click.active {
        position: fixed;
        height: 20px;
        top: 0;
        left: 0;
        padding: 10px;
        box-sizing: content-box;
        z-index: 2000;
        width: 100%;
        background: #000;
    }
    #laymod_302308 .active_true .sj_header_click.active .click1,
    #laymod_302308 .active_true .sj_header_click.active .click2 {
      width: 30px;
      background: #fff;
    }
    #laymod_302308 .active_true .sj_header_click.active .click1,
    #laymod_302308 .active_true .sj_header_click.active .click2 {
      left: 15px;
      right: auto;
    }
    #laymod_302308 .active_true .sj_header_click.active .click1 {
        transform: rotate(45deg) translateX(4px) translateY(3px);
    }
    #laymod_302308 .active_true .sj_header_click.active .click2 {
        transform: rotate(-45deg) translateX(3px) translateY(-2px);
    }
    #laymod_302308 .active_true .sj_header_nav {
        position: fixed;
      top: 40px;
      width: 100%;
      height: 0;
      z-index: 1000;
      padding: 8% 20%;
      transition: all .3s;
      visibility: hidden;
      opacity: 0;
      background: #161616;
    }
    #laymod_302308 .active_true .sj_header_nav ul {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.2s;
    }
    #laymod_302308 .active_true .sj_header_nav .sj_search_wrap {
      transform: translateY(-50px);
      transition: all .45s;
      opacity: 0;
      visibility: hidden;
      transition-delay: 0.5s;
    }
    #laymod_302308 .active_true .sj_header_nav ul li {
      line-height: 45px;
      position: relative;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_302308 .active_true .sj_header_nav ul li a {
      color: #fff;
      position: relative;
      text-align: center;
      display: block;
      font-size: 14px;
      padding: 0 20%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    #laymod_302308 .active_true .sj_header_nav ul li i {
      color: #fff;
      position: absolute;
      width: 20%;
      height: 45px;
      top: 0;
      right: 0;
      text-align: center;
      font-size: 14px;
    }
    #laymod_302308 .active_true .sj_header_nav ul li i:after {
      content: "\e6b6";
    }
    #laymod_302308 .active_true .sj_header_nav ul li.active a {
      color: #FF5241;
    }
    #laymod_302308 .active_true .sj_header_nav ul li .s_list {
      padding: 15px 0;
      display: none;
      border-top: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_302308 .active_true .sj_header_nav ul li .s_list a {
      display: block;
      line-height: 30px;
      font-size: 13px;
      color: rgba(255,255,255,0.4);
    }
    #laymod_302308 .active_true .login_box .div-login label,
    #laymod_302308 .active_true .login_box.active .click_account {
      border-radius: 0;
    }
    #laymod_302308 .active_true .sj_header_nav.active {
      height: 100%;
      visibility: visible;
      opacity: 1;
    }
    #laymod_302308 .active_true .sj_header_nav.active .sj_search_wrap,
    #laymod_302308 .active_true .sj_header_nav.active ul {
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
    }
    #laymod_302308 .active_true .sj_search_wrap {
        line-height: 30px;
        margin-top: 10px;
        font-size: 0;
        display: block !important;
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    #laymod_302308 .active_true .sj_header_nav.active .sj_search_wrap.hide {
      display: none !important;
    }
    #laymod_302308 .active_true .sj_search_wrap input {
        background: none;
        font-size: 14px;
      text-indent: 2em;
      width: 80%;
      display: inline-block;
      color: #fff;
    }
    #laymod_302308 .active_true .sj_header_nav .search_wrap input::-webkit-input-placeholder {
      color: rgba(255,255,255,0.5);
    }
    #laymod_302308 .active_true .sj_search_wrap .search_btn {
      display: inline-block;
      width: 20%;
        font-size: 16px;
      position: relative;
      text-align: center;
      color: #fff;
    }
    #laymod_302308 .active_true .sj_search_wrap .search_btn i:after {
      content: "\e757";
    }
    /* Logo */
    #laymod_302308 .active_true .bodyContContent .header_logo {
      max-width: 200px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
    #laymod_302308 .active_true .bodyContContent .header_logo a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      height: 40px;
      padding-right: inherit;
      margin: 5px 0;
    }
    #laymod_302308 .active_true .bodyContContent .header_logo a img {
      display: block;
      max-height: 40px;
      max-width: 100%;
      margin: 0 auto;
    }
    #laymod_302308 .active_true .sj_login,
    #laymod_302308 .active_true .active1 {
      position: absolute;
      z-index: 1000;
      right: 5px;
      top: 3px;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
    }
    #laymod_302308 .active_true .sj_login a,
    #laymod_302308 .active_true .active1 a {
      display: block;
      color: #333;
      font-size: 30px;
    }
    #laymod_302308 .active_true .sj_login i:after,
    #laymod_302308 .active_true .active1 i:after {
      content: "\e75c";
    }
  @media(min-width: 768px) {
    #laymod_302308 .active_true .login_box .div-login {
      width: 500px;
    }
    #laymod_302308 .active_true .login_style.active .login_account {
      width: 500px;
      margin: auto;
      opacity: 1;
      transform: translateY(0%);
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      height: 450px;
    }
  }
    #laymod_302308 .active_true .login_box .div-login .login_3 input {
      width: 62%;
    }
    #laymod_302308 .active_true .login_box.active {
      top: 0;
      opacity: 1;
      visibility: visible;
    }
    #laymod_302308 .active_true .login_box.active .div-login {
      top: 0;
    }
    #laymod_302308 .active_true .login_box.active .click_account {
      margin-top: 10px;
      display: block;
        width: 100%;
        height: 40px;
        background: #fff;
        color: #FF5241;
        text-align: center;
        line-height: 40px;
        font-size: 12px;
        border-radius: 0;
        border: 1px solid #FF5241;
    }
    #laymod_302308 .active_true .login_style.active {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
    #laymod_302308 .active_true .login_box.active2 {
      display: none;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info p {
      line-height: 40px;
      color: #fff;
      font-size: 14px;
      text-indent: 2em;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info p .span-username {
      padding-right: 5px;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info p {
      font-size: 12px;
    }
    #laymod_302308 .active_true .active1 {
      display: none;
    }
    #laymod_302308 .active_true .bodyContTitle .h_pay {
      position: absolute;
      right: 5px;
      top: 3px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      z-index: 11;
    }
    #laymod_302308 .active_true .bodyContTitle .h_pay span {
      font-size: 0;
    }
    #laymod_302308 .active_true .bodyContTitle .h_pay .badge {
      font-size: 10px;
      font-weight: 400;
      padding: 2px 4px;
      position: absolute;
      right: 5px;
      top: 7px;
      background-color: #FF5241;
    }
    #laymod_302308 .active_true .bodyContTitle .h_pay a .iconfont {
      color: #333;
      font-size: 16px;
    }
    #laymod_302308 .active_true .bodyContTitle .h_pay a .iconfont:after {
      content: "\e672";
    }
    #laymod_302308 .active_true .h_pay .dropdown-menu.open {
      display: block;
      width: 350px;
      padding-bottom: 0;
    }
    #laymod_302308 .active_true .h_pay .dropdown-menu .dropdown-menu-header {
      padding: 10px 20px;
      position: relative;
    }
    #laymod_302308 .active_true .h_pay .dropdown-menu .dropdown-menu-header span.label-danger {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 12px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #FF5241;
    }
    #laymod_302308 .active_true .topcart-goodnum {
      font-size: 12px !important;
    }
    #laymod_302308 .active_true .h_pay .dropdown-scrollable {
      margin-bottom: 0;
    }
    #laymod_302308 .active_true .h_pay .dropdown-scrollable .list-group-item {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    #laymod_302308 .active_true .h_pay .dropdown-scrollable .padding-right-10 a {
      display: block;
      width: 50px;
    }
    #laymod_302308 .active_true .h_pay .dropdown-scrollable .media-body h6 a {
      color: #333;
      font-size: 12px;
    }
    #laymod_302308 .active_true .h_pay .dropdown-scrollable .media-body .pull-right {
      position: absolute;
      line-height: 2;
      right: 20px;
      top: 0;
    }
    #laymod_302308 .active_true .h_pay .dropdown-scrollable .media-body .pull-right span {
      font-size: 12px;
    }
    #laymod_302308 .active_true .h_pay .dropdown-scrollable .media-body>p {
      line-height: 2;
    }
    #laymod_302308 .active_true .h_pay .dropdown-menu-footer {
      padding: 10px 20px;
      position: relative;
        height: 50px;
        line-height: 2.3;
    }
    #laymod_302308 .active_true .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn {
        position: absolute;
        right: 15px;
        top: 7px;
        line-height: 35px;
        height: 35px;
    }
    #laymod_302308 .active_true .h_pay .dropdown-menu-footer .red-600 {
      color: #FF5241;
      font-size: 14px;
    }
    #laymod_302308 .active_true .h_pay .dropdown-menu-footer .dropdown-menu-footer-btn .btn {
      font-size: 12px;
    }
    #laymod_302308 .active_true .right_more .header_login .h_login, 
    #laymod_302308 .active_true .right_more .header_login .h_register {
      display: none;
    }
    /* 订单 */
    #laymod_302308 .active_true .sj_header_nav .div-info {
      opacity: 0;
        transition: all .45s;
        visibility: hidden;
        transition-delay: 0.65s;
    }
    #laymod_302308 .active_true .sj_header_nav.active .div-info {
      opacity: 1;
      visibility: visible;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info .dropdown1 a {
      color: #fff;
      text-align: center;
      font-size: 13px;
      line-height: 35px;
      display: block;
      padding: 0;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info .dropdown1 .dropdown-menu a {
        color: rgba(255,255,255,0.4);
      background:none;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info .dropdown1 .navbar-avatar {
      line-height: 1;
      margin-top: 4%;
      padding-bottom: 2%;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info .dropdown1.open .caret {
      transform: rotate(180deg);
    }
    #laymod_302308 .active_true .sj_header_nav .div-info .dropdown-menu {
      background-color: inherit;
      padding: 0;
      width: 100%;
      border: none;
      margin: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
        box-shadow: 0 6px 12px rgba(0,0,0,0);
        position: static;
        float: none;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info .dropdown-menu li {
      border-bottom: none;
    }
    #laymod_302308 .active_true .sj_header_nav .div-info .divider {
      display: none;
    }
  input,
  textarea {
     -webkit-appearance: none;
  }
  #laymod_302308 .h_pay .dropdown-menu-header h5,
  #laymod_302308 .h_pay .dropdown-menu .dropdown-scrollable .media-body i,
  #laymod_302308 .h_pay .dropdown-menu .dropdown-scrollable .media-body h6 a,
  #laymod_302308 .header_login .h_pay .list-group .media-body .pull-right span {
    color: #b0b0b0;
  }
  #laymod_302308 .h_pay .dropdown-menu,
  #laymod_302308 .h_pay .list-group-item,
  #laymod_302308 .right_more .div-info .dropdown ul {
    background-color: #fff;
  }
  #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer {
      background: #f5f5f5;
  }
  #laymod_302308 .bodyCont_width .sj_pay_nav .sj_cart #nav_cart,
  #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-header span,
  #laymod_302308 .bodyContTitle .h_pay .badge,
  #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
    color: #fff;
  }
  #laymod_302308 .h_pay .dropdown-menu .dropdown-menu-footer .dropdown-menu-footer-btn a {
      background: #FF5241;
      border: none;
  }
  #laymod_302308 .h_pay .dropdown-menu,
  #laymod_302308 .h_pay .dropdown-scrollable .list-group-item,
  #laymod_302308 .right_more .div-info .dropdown ul {
    border-color: #f2f2f2;
  }
  #laymod_302308 .h_pay .dropdown-scrollable .list-group-item {
    border-left: none;
      border-radius: 0;
    border-right: none;
  }
		  /*模版整体控制*/
#laymod_302312 {
    position:relative;
        font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_302312 #jh2_advers_2 {
    overflow:hidden;
}
#laymod_302312 .bodyCont_width>.bg {
    position:absolute;
    z-index: 1;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
#laymod_302312 .bodyCont_width>.bg_img {
    z-index:2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#laymod_302312 .bodyCont_width {
    position:relative;
}
/*标题控制*/
#laymod_302312 .bodyContContent {
    position:relative;
    z-index: 4;
}
/*模版主体部分*/
#laymod_302312 .nybanner_1 a {
    display:block;
    width:100%;
    height:100%;
}
#laymod_302312 .nybanner_1 a .container {
    text-align:center;
    position:relative;
    height:100%;
    /*display*/
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
    /*flex-wrap*/
    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:center;
    justify-content:center;/*主轴上对齐*/
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    /*align-items*/
    align-items:center;/*交叉轴对齐*/
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
}
#laymod_302312 .nybanner_1 a .container .cont {
    width:100%;
}
#laymod_302312 .nybanner_1 a .container>p {
    width:100%;
    text-align:center;
}
#laymod_302312 .nybanner_1 a p:nth-child(1) {
    margin:0 0 2% 0;
    display:block;
    font-size:24px;
    line-height:1.4;
    color:#fff;
}
#laymod_302312 .nybanner_1 a p:nth-child(2) {
    margin:0;
    display:block;
    font-size:16px;
    line-height:1.4;
    color:#fff;
}
@media(min-width: 993px) {
    #laymod_302312 .nybanner_1 {
        height:260px;
    }
}
/*直接控制小于991px屏幕时css*/
@media (max-width:992px) {
    #laymod_302312 .bodyCont_width>.bg_img {
        background-image: url(//cdn.jihui88.com/upload//a//a2//ahsongyuan//picture//2019//10//10/c242294a-0ae7-42e0-abe8-aba23f192fbc-1577762466561_bg_img2_750x300.jpg) !important;
    }
    #laymod_302312 .nybanner_1 {
        height:150px;
    }
    #laymod_302312 .nybanner_1 a p:nth-child(1) {
        font-size:18px;
    }
    #laymod_302312 .nybanner_1 a p:nth-child(2) {
        font-size:13px;
    }
}
@media(min-width: 768px) and (max-width: 992px) {
    #laymod_302312 .nybanner_1 {
        height:200px;
    }
}
/*768<= ipad区间 <=1100*/
@media (min-width:768px) and (max-width:1100px) {
		#laymod_302312 .ql-size-12,
		#laymod_302312 .ql-size-13,
		#laymod_302312 .ql-size-14,
		#laymod_302312 .ql-size-15,
		#laymod_302312 .ql-size-16 {
			font-size:1vw;
		}
		#laymod_302312 .ql-size-17,
		#laymod_302312 .ql-size-18,
		#laymod_302312 .ql-size-19,
		#laymod_302312 .ql-size-20,
		#laymod_302312 .ql-size-21 {
			font-size:1.1vw;
		}
		#laymod_302312 .ql-size-22,
		#laymod_302312 .ql-size-23,
		#laymod_302312 .ql-size-24,
		#laymod_302312 .ql-size-25,
		#laymod_302312 .ql-size-26 {
			font-size:1.2vw;
		}
		#laymod_302312 .ql-size-27,
		#laymod_302312 .ql-size-28,
		#laymod_302312 .ql-size-29,
		#laymod_302312 .ql-size-30,
		#laymod_302312 .ql-size-31 {
			font-size:1.3vw;
		}
		#laymod_302312 .ql-size-32,
		#laymod_302312 .ql-size-33,
		#laymod_302312 .ql-size-34,
		#laymod_302312 .ql-size-35,
		#laymod_302312 .ql-size-36 {
			font-size:1.4vw;
		}
		#laymod_302312 .ql-size-37,
		#laymod_302312 .ql-size-38,
		#laymod_302312 .ql-size-39,
		#laymod_302312 .ql-size-40,
		#laymod_302312 .ql-size-41 {
			font-size:1.5vw;
		}
		#laymod_302312 .ql-size-42,
		#laymod_302312 .ql-size-43,
		#laymod_302312 .ql-size-44,
		#laymod_302312 .ql-size-45,
		#laymod_302312 .ql-size-46 {
			font-size:1.6vw;
		}
		#laymod_302312 .ql-size-47,
		#laymod_302312 .ql-size-48,
		#laymod_302312 .ql-size-49,
		#laymod_302312 .ql-size-50,
		#laymod_302312 .ql-size-51 {
			font-size:1.7vw;
		}
		#laymod_302312 .ql-size-52,
		#laymod_302312 .ql-size-53,
		#laymod_302312 .ql-size-54,
		#laymod_302312 .ql-size-55,
		#laymod_302312 .ql-size-56 {
			font-size:1.8vw;
		}
		#laymod_302312 .ql-size-57,
		#laymod_302312 .ql-size-58,
		#laymod_302312 .ql-size-59,
		#laymod_302312 .ql-size-60,
		#laymod_302312 .ql-size-61 {
			font-size:1.9vw;
		}
		#laymod_302312 .ql-size-62,
		#laymod_302312 .ql-size-63,
		#laymod_302312 .ql-size-64,
		#laymod_302312 .ql-size-65,
		#laymod_302312 .ql-size-66 {
			font-size:2vw;
		}
		#laymod_302312 .ql-size-67,
		#laymod_302312 .ql-size-68,
		#laymod_302312 .ql-size-69,
		#laymod_302312 .ql-size-70,
		#laymod_302312 .ql-size-71 {
			font-size:2.1vw;
		}
}
/*手机端区间 <=767*/
@media (max-width:767px) {
	#laymod_302312 .ql-size-12,
	#laymod_302312 .ql-size-13,
	#laymod_302312 .ql-size-14,
	#laymod_302312 .ql-size-15,
	#laymod_302312 .ql-size-16 {
		font-size:3vw;
	}
	#laymod_302312 .ql-size-17,
	#laymod_302312 .ql-size-18,
	#laymod_302312 .ql-size-19,
	#laymod_302312 .ql-size-20,
	#laymod_302312 .ql-size-21 {
		font-size:3.25vw;
	}
	#laymod_302312 .ql-size-22,
	#laymod_302312 .ql-size-23,
	#laymod_302312 .ql-size-24,
	#laymod_302312 .ql-size-25,
	#laymod_302312 .ql-size-26 {
		font-size:3.5vw;
	}
	#laymod_302312 .ql-size-27,
	#laymod_302312 .ql-size-28,
	#laymod_302312 .ql-size-29,
	#laymod_302312 .ql-size-30,
	#laymod_302312 .ql-size-31 {
		font-size:3.75vw;
	}
	#laymod_302312 .ql-size-32,
	#laymod_302312 .ql-size-33,
	#laymod_302312 .ql-size-34,
	#laymod_302312 .ql-size-35,
	#laymod_302312 .ql-size-36 {
		font-size:4vw;
	}
	#laymod_302312 .ql-size-37,
	#laymod_302312 .ql-size-38,
	#laymod_302312 .ql-size-39,
	#laymod_302312 .ql-size-40,
	#laymod_302312 .ql-size-41 {
		font-size:4.25vw;
	}
	#laymod_302312 .ql-size-42,
	#laymod_302312 .ql-size-43,
	#laymod_302312 .ql-size-44,
	#laymod_302312 .ql-size-45,
	#laymod_302312 .ql-size-46 {
		font-size:4.5vw;
	}
	#laymod_302312 .ql-size-47,
	#laymod_302312 .ql-size-48,
	#laymod_302312 .ql-size-49,
	#laymod_302312 .ql-size-50,
	#laymod_302312 .ql-size-51 {
		font-size:4.75vw;
	}
	#laymod_302312 .ql-size-52,
	#laymod_302312 .ql-size-53,
	#laymod_302312 .ql-size-54,
	#laymod_302312 .ql-size-55,
	#laymod_302312 .ql-size-56 {
		font-size:5vw;
	}
	#laymod_302312 .ql-size-57,
	#laymod_302312 .ql-size-58,
	#laymod_302312 .ql-size-59,
	#laymod_302312 .ql-size-60,
	#laymod_302312 .ql-size-61 {
		font-size:5.25vw;
	}
	#laymod_302312 .ql-size-62,
	#laymod_302312 .ql-size-63,
	#laymod_302312 .ql-size-64,
	#laymod_302312 .ql-size-65,
	#laymod_302312 .ql-size-66 {
		font-size:5.5vw;
	}
	#laymod_302312 .ql-size-67,
	#laymod_302312 .ql-size-68,
	#laymod_302312 .ql-size-69,
	#laymod_302312 .ql-size-70,
	#laymod_302312 .ql-size-71 {
		font-size:5.75vw;
	}
}
		  /* 默认引入阿里云图标 */
@font-face {
  font-family: 'iconfont';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_nwvtsmw16i.eot');
  src: url('//at.alicdn.com/t/font_249974_nwvtsmw16i.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_nwvtsmw16i.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_nwvtsmw16i.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_nwvtsmw16i.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_nwvtsmw16i.svg#iconfont') format('svg');
}
.iconfont {   
  font-family:"iconfont" !important;   
  font-style:normal;  
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal;	
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
/*模版整体控制*/
#laymod_302310 #jh_proinfo_8 {
	position:relative;
	font-size: 12px;
		font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_302310 #jh_proinfo_8>.bg {
	position:absolute;
	z-index: 1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#laymod_302310 #jh_proinfo_8>.bg_img {
	z-index:2;
}
#laymod_302310 .bodyCont_width {
	position:relative;
	z-index:4;
}
#laymod_302310 .bodyContContent {
	position:relative;
	z-index: 4;
}
/*全局控制*/
#laymod_302310 .margin-t-20 {
	margin-top:20px;
}
#laymod_302310 .margin-b-25 {
	margin-bottom:25px;
}
#laymod_302310 .margin-b-30 {
	margin-bottom:30px;
}
#laymod_302310 .padding-t-20 {
	padding-top:20px;
}
#laymod_302310 .padding-b-20 {
	padding-bottom:20px;
}
#laymod_302310 .padding-b-25 {
	padding-bottom:25px;
}
#laymod_302310 .padding-15 {
	padding:15px;
}
#laymod_302310 .pc_padding-40 {
	padding:40px;
}
#laymod_302310 .pc_padding-30 {
	padding:30px;
}
#laymod_302310 .background-c-fff {
	background-color:#fff;
}
#laymod_302310 .border-1px {
	border-width:1px;
	border-style:solid;
}
#laymod_302310 .border-color-1 {
	border-color:#e5e5e5;
}
#laymod_302310 .border-2px {
	border-top:2px solid #e6e6e6;
}
#laymod_302310 .border-t-1px {
	border-top:1px solid #e6e6e6;
}
/*框架*/
#laymod_302310 .mk_content1 {
	width:81%;
	overflow:hidden;
}
#laymod_302310 .mk_content2 {
	width:19%;
}
/*左边：mk_content1*/
#laymod_302310 .l_content {
	width:100%;
	clear:both;
	overflow:hidden;
}
/*产品主图*/
#laymod_302310 .pro_img_wrap {
	max-height:576px;
	overflow:hidden;
	width:46.51%;
}
#laymod_302310 .pro_img_wrap .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#laymod_302310 .pro_img_wrap .swiper-slide {
    text-align:center;
    font-size:0;
}
#laymod_302310 .pro_img_wrap .swiper-slide img {
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#laymod_302310 .pro_img_wrap .gallery-top {
    margin:0 auto 1rem auto;
    position:relative;
    overflow:hidden;
}
#laymod_302310 .pro_img_wrap .gallery-top .swiper-slide {
	width: 100% !important;
}
#laymod_302310 .pro_img_wrap .gallery-top .swiper-slide a {
	display:block;
	float:none;
	margin:0 auto;
	position:relative;
}
#laymod_302310 .pro_img_wrap .gallery-top .swiper-slide a img {
	width:100%;
	position:relative;
	z-index: 1;
}
#laymod_302310 .pro_img_wrap .gallery-thumbs {
    box-sizing: border-box;
    padding: 0;
    margin:0 auto;
    overflow:visible;
}
#laymod_302310 .pro_img_wrap .gallery-thumbs .swiper-slide {
    width: 60px;
    opacity: 0.7;
    border:3px solid #eee;
    cursor: pointer;
    position:relative;
}
#laymod_302310 .pro_img_wrap .gallery-thumbs .swiper-slide img {
	display:block;
	width:100%;
	position:relative;
	z-index: 1;
}
#laymod_302310 .pro_img_wrap .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border-color:#FF5241;
    position:relative;
}
#laymod_302310 .pro_img_wrap .gallery-thumbs .swiper-slide-active:before {
	content:"";
	display:block;
	width:0;
	height:0;
	border:4px solid transparent;
	border-bottom-color:#FF5241;
	position:absolute;
	left:50%;
	top:-11px;
	margin:0 0 0 -3px;
	z-index: 10;
}
/*页码*/
#laymod_302310 .swiper-pagination span {
	width:4px;
	height:4px;
	margin:0 4px;
	_margin:0 2px;
}
#laymod_302310 .swiper-pagination span.swiper-pagination-bullet-active {
	background:#FF5241;
}
/*左右切换*/
#laymod_302310 .swiper-btn {
    width:15px;
    height:100%;
    position: absolute;
    top:0;
    cursor: pointer;
    font-size:12px;
    font-weight:bold;
    line-height:1;
    color:#fff;
    background:#ccc;
    z-index: 2;
    transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
    /*display*/
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*flex-direction*/
	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
    /*flex-wrap*/
	-webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    /*justify-content*/
    -webkit-justify-content:center;
	justify-content:center;/*主轴上对齐*/
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
	/*align-items*/
	align-items:center;/*交叉轴对齐*/
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
}
#laymod_302310 .swiper-prev {
    left:0;
}
#laymod_302310 .swiper-prev:before {
	content:"\e626";
}
#laymod_302310 .swiper-next {
    right:0;
}
#laymod_302310 .swiper-next:before {
	content:"\e627";
}
#laymod_302310 .swiper-btn:hover{
    background: #FF5241;
    color:#fff;
}
/*商品属性*/
#laymod_302310 .pro_shop {
	width:48.83%;
}
#laymod_302310 .t_font_color1 {
	color:#76838f;
}
#laymod_302310 .pro_shop_h1 {
	font-size:16px;
	line-height: 1.6;
	color:#000;
	margin:0 0 11px 0;
	max-width:100%;
}
#laymod_302310 .control-label {
	font-size:14px;
	line-height:1.57142857;
		color:#333;
	padding:2px 10px 2px 0;
	display:inline-table;
	font-weight:normal;
}
#laymod_302310 .btn-outline.btn-danger {
	color:#FF5241;
	border-color:#FF5241;
	background:#FF5241;
	color:#fff;
}
#laymod_302310 .btn-outline.btn-danger:active,
#laymod_302310 .btn-outline.btn-danger:focus,
#laymod_302310 .btn-outline.btn-danger:hover,
#laymod_302310 .t_font_color2 {
	color:#fff;
	background-color:#FF5241;
}
#laymod_302310 .pro_shop_price {	
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:horizontal;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:horizontal;
	-moz-box-direction:normal;
	flex-direction:row;/*row*/
	-webkit-flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:nowrap;/*nowrap*/
	-webkit-box-lines:single;/*single*/
	-moz-flex-wrap:nowrap;
	flex-wrap:nowrap;
	/*justify-content*/
	-webkit-justify-content:flex-start;
	justify-content:flex-start;/*主轴上对齐（横轴）*/
	-moz-box-pack:start;
	-webkit--moz-box-pack:start;
	box-pack:start;
	/*align-items*/
	align-items:flex-end;/*交叉轴对齐（垂直）*/
	-webkit-align-items:flex-end;
	box-align:end;
	-moz-box-align:end;
	-webkit-box-align:end;
}
#laymod_302310 .purchase-btn .btn-danger {
	background-color:#FF5241;
	border-color:#FF5241;
}
#laymod_302310 .purchase-btn .btn-primary {
	background-color:#393939;
	border-color:#393939;
}
#laymod_302310 .pro_shop_price .control-label {
	font-size:16px;
	line-height:1;
	color:#FF5241;
	font-weight:normal;
}
#laymod_302310 .pro_shop_price .control-label span {
	font-size:30px;
}
#laymod_302310 .proinfo_add,
#laymod_302310 .pro_detail .cont {
		color:#333;
}
#laymod_302310 .pro_shop_price .market_price,
#laymod_302310 .pro_shop_price .market_price span,
#laymod_302310 .pro_shop_price .member_price,
#laymod_302310 .pro_shop_price .member_price span {
	font-size:14px;
}
#laymod_302310 .pro_shop_price .market_price {
	text-decoration:line-through;
	color:#666;
}
#laymod_302310 .form-group a {
	margin-bottom:5px;
	margin-right:5px !important;
	border-radius: 3px;
	padding:2px 10px;
	display:inline-block;
	font-size:14px;
	line-height:1.57142857;
	-webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: center;
    white-space: nowrap;
}
#laymod_302310 .purchase-btn a {
	padding:6px 15px;
	border-radius: 0;
}
#laymod_302310 .pro_shop_num .bootstrap-touchspin .btn {
	padding: 2px 10px;
	font-weight:bold;   
}
#laymod_302310 .pro_shop_num .bootstrap-touchspin .bootstrap-touchspin-down {
	margin-right:-1px;
}
#laymod_302310 .pro_shop_num .bootstrap-touchspin .bootstrap-touchspin-up {
	margin-left:-1px;
}
#laymod_302310 .pro_shop_num .bootstrap-touchspin .form-control {
	height:28px;
	padding:2px 10px;
	position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-align:center;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
}
#laymod_302310 .product-attr-item {
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:horizontal;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:horizontal;
	-moz-box-direction:normal;
	flex-direction:row;/*row*/
	-webkit-flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:nowrap;/*nowrap*/
	-webkit-box-lines:single;/*single*/
	-moz-flex-wrap:nowrap;
	flex-wrap:nowrap;
	/*justify-content*/
	-webkit-justify-content:flex-start;
	justify-content:flex-start;/*主轴上对齐（横轴）*/
	-moz-box-pack:start;
	-webkit--moz-box-pack:start;
	box-pack:start;
	/*align-items*/
	align-items:flex-start;/*交叉轴对齐（垂直）*/
	-webkit-align-items:flex-start;
	box-align:start;
	-moz-box-align:start;
	-webkit-box-align:start;
	margin:5px 0;
}
#laymod_302310 .pro_shop_num {
	margin:5px 0;
	/*display*/
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/*flex-direction*/
	-webkit-box-orient:horizontal;/*horizontal*/
	-webkit-box-direction:normal;/*reverse*/
	-moz-box-orient:horizontal;
	-moz-box-direction:normal;
	flex-direction:row;/*row*/
	-webkit-flex-direction:row;
	/*flex-wrap*/
	-webkit-flex-wrap:wrap;/*nowrap*/
	-webkit-box-lines:multiple;/*single*/
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	/*justify-content*/
	-webkit-justify-content:flex-start;
	justify-content:flex-start;/*主轴上对齐（横轴）*/
	-moz-box-pack:start;
	-webkit--moz-box-pack:start;
	box-pack:start;
	/*align-items*/
	align-items:flex-start;/*交叉轴对齐（垂直）*/
	-webkit-align-items:flex-start;
	box-align:start;
	-moz-box-align:start;
	-webkit-box-align:start;
}
#laymod_302310 .pro_shop_num .width-150 {
	margin-right:5px;
	width:150px;
}
#laymod_302310 .width-150 .input-group {
	position: relative;
    display: table;
    border-collapse: separate;
}
/*表单错误提示语*/
#laymod_302310 #err_tip {
	display: none;
    position: fixed;
    top: 35%;
    left: 50%;
    width: 220px;
    padding: 0;
    margin: 0 0 0 -110px;
    z-index: 9999;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#laymod_302310 #err_tip .err_text {
	padding: 10px;
    text-align: center;
    word-wrap: break-word;
}
/*产品内容*/
#laymod_302310 .pro_detail .title {
	background:#f8f8f8;
	padding:12px 15px;
	font-size:14px;
	font-weight:bold;
		background:#f8f8f8;
		color:#333;
}
#laymod_302310 .pro_detail .cont {
	clear:both;
	overflow-x:scroll;
}
#laymod_302310 .pro_detail .cont img {
	max-width:100%;
}
/*店铺信息*/
#laymod_302310 .shop_info {
	width:100%;
	overflow:hidden;
}
#laymod_302310 .shop_info>img {
	float:left;
	margin:0 3% 0 0;
	_margin:0 1.5% 0 0;
	max-width:225px;
}
#laymod_302310 .shop_info>.shop_info_text {
	float:left;
}
#laymod_302310 .shop_info>.shop_info_text h4 {
	font-weight:bold;
	line-height:1;
	font-size:16px;
	margin:25px 0;
		color:#333;
}
#laymod_302310 .shop_info>.shop_info_text h5 {
	font-weight:bold;
	line-height:1;
	font-size:16px;
	margin:0 0 10px 0;
		color:#333;
}
#laymod_302310 .shop_info>.shop_info_text p {
	font-size:12px;
	line-height:1.5;
		color:#666;
}
/*右边：mk_content2*/
#laymod_302310 #shoper {
	height:90px;
	position:relative;
	z-index: 2;
}
#laymod_302310 .shoper_icon {
	position:relative;
	overflow:visible;
}
#laymod_302310 .shoper_icon img {
	position:relative;
	z-index: 1;
}
#laymod_302310 .shoper_icon i {
	position:absolute;
	z-index: 2;
	right:-5px;
	bottom:-5px;
	font-size:16px;
	line-height:1;
	color:#FF5241;
}
#laymod_302310 .shoper_icon i:before {
	content:"\e7c4";
}
#laymod_302310 .shoper_follow {
	width:81px;
	position:static;
}
#laymod_302310 .shoper_follow .shoper_name {
	font-size:12px;
	line-height:1.3;
	padding:10px 0;
	white-space: nowrap;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
		color:#333;
}
#laymod_302310 .shoper_follow a.shoper_hover {
	display:block;
	width:100%;
	background:#FF5241;
	font-size:12px;
	line-height:26px;
	height:26px;
	color:#fff;
	text-align:center;
	-moz-border-radius: 1px;
	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-border-radius-bottomleft:1px;
	-moz-border-radius-bottomright:1px;
	-khtml-border-radius: 1px;
	-webkit-border-bottom-left-radius:1px;
	-webkit-border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
}
#laymod_302310 .shoper_follow .hide_ewm {
	display:none;
	position:absolute;
	width:200px;
	overflow:hidden;
	right:0;
	top:80%;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-khtml-border-radius: 2px;
	-webkit-border-bottom-left-radius:2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	text-align:center;
}
#laymod_302310 .shoper_follow .hide_ewm h4 {
	font-weight:normal;
	color:#000;
	font-size:16px;
	line-height:1.3;
	margin:0 0 8px 0;
	padding:0;
	white-space: nowrap;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}
#laymod_302310 .shoper_follow .hide_ewm h5 {
	font-weight:normal;
	font-size:12px;
	color:#333;
	line-height:1.3;
	margin:0 0 13px 0;
	padding:0;
	white-space: nowrap;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
		color:#333;
}
#laymod_302310 .shoper_follow .hide_ewm img {
	display:block;
	width:100%;
}
/*热门产品*/
#laymod_302310 #hot_product {
	clear:both;
	position:relative;
	z-index: 1;
}
#laymod_302310 #hot_product>.title {
	text-align:center;
	font-size:12px;
	line-height:1;
	white-space: nowrap;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
		color:#666;
}
#laymod_302310 #hot_product .pro_nothing {
	font-size:12px;
	color:#000;
	line-height:2;
}
#laymod_302310 #hot_product .pro_list a {
	display:block;
	width:100%;
}
#laymod_302310 #hot_product .pro_list a>span {
	display:block;
	width:100%;
	transition:all 0.5s cubic-bezier(.075,.82,.165,1) 0s;
	-moz-transition:all 0.5s cubic-bezier(.075,.82,.165,1) 0s;
	-webkit-transition:all 0.5s cubic-bezier(.075,.82,.165,1) 0s;
	-o-transition:all 0.5s cubic-bezier(.075,.82,.165,1) 0s;
}
#laymod_302310 #hot_product .pro_list a:hover>span {
	color:#FF5241;
}
#laymod_302310 #hot_product .pro_list a>span.pro_img {
	margin:0 0 10px 0;
	position:relative;
}
#laymod_302310 #hot_product .pro_list img {
	display:block;
	width:100%;
	position:relative;
	z-index: 1;
}
#laymod_302310 #hot_product .pro_list .pro_name,
#laymod_302310 #hot_product .pro_list .pro_type {
	font-size:12px;
	line-height:1.5;
	color:#000;
	white-space: nowrap;
	max-width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}
#laymod_302310 #hot_product .pro_list .pro_price {
	color:#FF5241;
}
#laymod_302310 #hot_product .pro_list .price2 {
	text-decoration:line-through;
	color:#666;
}
#laymod_302310 #hot_product .pro_list .member-price {
	font-size:12px;
	line-height:1.5;
	color:#FF5241;
}
#laymod_302310 #hot_product .pro_list .member-price em {
	font-style:normal;
}
@media(min-width: 992px) {
	#laymod_302310 #jh_proinfo_8 {
		overflow: hidden;
	}
}
/*直接控制小于992px屏幕时css*/
@media (max-width:1200px) {
	#laymod_302310 #shoper {
		height:148px;
	}
	#laymod_302310 .shoper_follow {
		clear:both;
		width:100%;
	}
}
@media (max-width:992px) {
	#laymod_302310 #jh_proinfo_8.active_bg {
		position:relative;
		z-index: 1901;
	}
	#laymod_302310 .bodyContContent {
		padding:0;
	}
	#laymod_302310 .mt_padding-15 {
		padding:10px;
	}
	#laymod_302310 .mk_content1 {
		width:100%;
	}
	#laymod_302310 .pro_img_wrap,
	#laymod_302310 .pro_shop {
		width:100%;
		max-height: inherit;
	}
	#laymod_302310 .pro_shop_price {
		display:block;
		border-bottom:1px solid #eee;
		padding:0 0 15px 0;
		margin-bottom: 0;
	}
	#laymod_302310 .pro_shop_price .control-label {
		display:inline-block;
		vertical-align: middle;
		padding: 2px 5px 2px 0;
		width:auto;
		margin:0;
		line-height:1.3;
	}
	#laymod_302310 .pro_shop_price .control-label,
	#laymod_302310 .pro_shop_price .control-label span {
		font-size:18px;
	}
	#laymod_302310 .pro_shop_price .market_price,
	#laymod_302310 .pro_shop_price .market_price span,
	#laymod_302310 .pro_shop_price .member_price,
	#laymod_302310 .pro_shop_price .member_price span,
	#laymod_302310 .pro_shop_price .member_price em {
		font-size:12px;
		font-style:normal;
	}
	#laymod_302310 .top_content {
		margin-bottom: 15px;
	}
	#laymod_302310 .bottom_content {
		margin-bottom: 10px;
	}
	#laymod_302310 .pro_img_wrap .gallery-top {
		margin-bottom: 2rem;
	}
	/*选规格*/
	#laymod_302310 .cart_spec {
		border-bottom:1px solid #eee;
		position:relative;
	}
	#laymod_302310 .cart_spec a {
		color:#000;
		font-size:14px;
		line-height:3;
		display:block;
		width:100%;
		position:relative;
	}
	#laymod_302310 .cart_spec i {
		position:absolute;
		right:0;
		top:0;
		margin:0;
		font-size:14px;
		color:#999;
	}
	#laymod_302310 .cart_spec i:after {
		content:"\e60c";
	}
	/*购买按钮*/
	#laymod_302310 .fix_buy {
		background:#fff;
		position:fixed;
		bottom:0;
		left:0;
		width:100%;
		border-top:1px solid #ddd;
		height:50px;
		margin:0;
		z-index: 10;
	}
	#laymod_302310 .fix_buy .left,
	#laymod_302310 .fix_buy .right {
		padding:0;
		height:50px;
	}
	#laymod_302310 .fix_buy a {
		padding:0;
		display:inline-block;
		text-align:center;
		font-size:12px;
		margin:0 !important;
	}
	#laymod_302310 .fix_buy .left a {
		/*display*/
		display:-webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		/*flex-direction*/
		-webkit-box-orient:vertical;/*horizontal*/
		-webkit-box-direction:normal;/*reverse*/
		-moz-box-orient:vertical;
		-moz-box-direction:normal;
		flex-direction:column;/*row*/
		-webkit-flex-direction:column;
		/*flex-wrap*/
		-webkit-flex-wrap:wrap;/*nowrap*/
		-webkit-box-lines:multiple;/*single*/
		-moz-flex-wrap:wrap;
		flex-wrap:wrap;
		/*justify-content*/
		-webkit-justify-content:center;
		justify-content:center;/*主轴上对齐（横轴）*/
		-moz-box-pack:center;
		-webkit--moz-box-pack:center;
		box-pack:center;
		/*align-items*/
		align-items:center;/*交叉轴对齐（垂直）*/
		-webkit-align-items:center;
		box-align:center;
		-moz-box-align:center;
		-webkit-box-align:center;
		color:#666;
		line-height:20px;
		position:relative;
	}
	#laymod_302310 .fix_buy .left a span {
		font-size:20px;
		line-height:30px;
	}
	#laymod_302310 .fix_buy .left a.btn1 span:before {
		content:"\e63c";
	}
	#laymod_302310 .fix_buy .left a.btn2 span:before {
		content:"\e69f";
	}
	#laymod_302310 .fix_buy .left a.btn3 span:before {
		content:"\e89a";
	}
	#laymod_302310 .fix_buy .left a.btn3 .cart_num {
		border-radius: 100%;
		font-size:12px;
		line-height:24px;
		width:24px;
		height:24px;
		text-align:center;
		transform: scale(0.7, 0.7);
		-webkit-transform: scale(0.7, 0.7);
		-moz-transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		-o-transform: scale(0.7, 0.7);
		color:#fff;
		background:#e4393c;
		position:absolute;
		top:-5%;
		right:15%;
	}
	#laymod_302310 .fix_buy .left a.btn1 span {
		color:#ff9600;
	}
	#laymod_302310 .fix_buy .right a {
		font-size:14px;
		line-height:50px;
		color:#fff;
		background:#ff9600;
		border:0 none;
	}
	#laymod_302310 .fix_buy .right a#buy_btn {
		background:#e4393c;
	}
	/*关联控制*/
	#g_web {
		padding:0 0 50px 0;
	}
	#g_web #jh_contact_3 .side_bar {
		bottom:40px;
	}
	/*手机端购物车*/
	#laymod_302310 .add_cart {
		position:fixed;
		z-index: -1;
		width:100%;
		height:100%;
		padding:0;
		bottom:0;
		left:0;
		opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
		transition: all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	    -moz-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	    -ms-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	    -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	    -o-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.1s;
	}
	#laymod_302310 .add_cart.active_bg {
		opacity: 1;
		-moz-opacity: 1;
		filter:alpha(opacity=100);
		z-index: 2001;
	}
	#laymod_302310 .add_cart>.bg {
		position:absolute;
		width:100%;
		z-index: 1;
		height:100%;
		background:#000;
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter:alpha(opacity=50);
		top:0;
		left:0;
	}
	#laymod_302310 .add_cart>.cart_list {
		position:absolute;
		bottom:-100%;
		left:0;
		z-index: 2;
		max-height:80%;
		overflow:hidden;
		padding:0;
		background:#fff;
		-webkit-box-shadow: 0 -1px 14px rgba(0,0,0,.9);
    	box-shadow: 0 -1px 14px rgba(0,0,0,.9);
    	width:100%;
    	transition: all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	    -moz-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	    -ms-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	    -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	    -o-transition: all 1s cubic-bezier(.075,.82,.165,1) 0.5s;
	}
	#laymod_302310 .add_cart.active_bg>.cart_list {
		bottom:0;
	}
	#laymod_302310 .add_cart .title {
		border-bottom:1px solid #eee;
		padding:15px 0 10px 0;
		margin:0 10px 10px 10px;
		position:relative;
		overflow:hidden;
		/*display*/
		display:-webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		/*flex-direction*/
		-webkit-box-orient:horizontal;/*horizontal*/
		-webkit-box-direction:normal;/*reverse*/
		-moz-box-orient:horizontal;
		-moz-box-direction:normal;
		flex-direction:row;/*row*/
		-webkit-flex-direction:row;
		/*flex-wrap*/
		-webkit-flex-wrap:nowrap;/*nowrap*/
		-webkit-box-lines:single;/*single*/
		-moz-flex-wrap:nowrap;
		flex-wrap:nowrap;
		/*justify-content*/
		-webkit-justify-content:flex-start;
		justify-content:flex-start;/*主轴上对齐（横轴）*/
		-moz-box-pack:start;
		-webkit--moz-box-pack:start;
		box-pack:start;
		/*align-items*/
		align-items:flex-start;/*交叉轴对齐（垂直）*/
		-webkit-align-items:flex-start;
		box-align:start;
		-moz-box-align:start;
		-webkit-box-align:start;
	}
	#laymod_302310 .add_cart .title .cart_img {
		position:relative;
	}
	#laymod_302310 .add_cart .title .cart_img img {
		position:relative;
		z-index: 1;
	}
	#laymod_302310 .add_cart .title .cart_img i.pic_bg2 {
		position:absolute;
		display:block;
		width:100%;
		height:100%;
		top:0;
		left:0;
		z-index: 2;
	}
	#laymod_302310 .add_cart .add_cart_close {
		position:absolute;
		border:1px solid #ccc;
		width:22px;
		height:22px;
		display:block;
		right:0;
		top:10px;
		border-radius:11px;
		color:#ccc;
		font-size:1.2rem;
		line-height:22px;
		text-align:center;
	}
	#laymod_302310 .add_cart .add_cart_close:before {
		content:"\e74c";
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		margin:-1px 0 0 0;
		display:block;
	}
	#laymod_302310 .add_cart .cart_text {
		font-size:14px;
		line-height:1.8;
		color:#000;
		padding:0 0 0 15px;
		width:80%;
	}
	#laymod_302310 .add_cart .cart_text p {
		margin:0;
		max-width:100%;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	#laymod_302310 .add_cart .cart_text .p2 {
		font-size:16px;
		color:#f00;
	}
	#laymod_302310 .add_cart .cart_text .p3 {
		color:#999;
		text-decoration:line-through;
		font-size:1rem;
	}
	#laymod_302310 .add_cart .cont {
		overflow-x:hidden;
		overflow-y:auto;
		max-height:240px;
		margin:0 10px 15px 10px;
	}
	#laymod_302310 .add_cart .cart_btn {
		width:100%;
	}
	#laymod_302310 .add_cart .cart_btn a {
		display:block;
		width:100%;
		text-align:center;
		border:0 none;
		border-radius:0;
	}
	#laymod_302310 .pro_shop_num,
	#laymod_302310 .product-attr-item {
		display:block;
	}
}
@media(min-width: 992px) {
	#laymod_302310 .active_true .proinfo_add,
	#laymod_302310 .active_true .shoper_follow,
	#laymod_302310 .active_true .pro_shop .cart_spec,
	#laymod_302310 .active_true .pro_shop .add_cart .cart_list .title {
		display: none !important;
	}
	#laymod_302310 .active_true .pro_shop .cart_btn a {
		border: none;
		border-radius: 0;
		width: auto;
		font-size: 14px;
		padding: 8px 10px;
		margin-right: 7px;
	}
	#laymod_302310 .active_true #shoper {
		height: 80px;
	}
}
		  @font-face {
  font-family: 'iconfont2';  /* project id 249974 */
  src: url('//at.alicdn.com/t/font_249974_ziibnojos1.eot');
  src: url('//at.alicdn.com/t/font_249974_ziibnojos1.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_249974_ziibnojos1.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_249974_ziibnojos1.woff') format('woff'),
  url('//at.alicdn.com/t/font_249974_ziibnojos1.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_249974_ziibnojos1.svg#iconfont') format('svg');
}
#laymod_302311 .iconfont {   
  font-family:"iconfont2" !important;   
  font-style:normal;  
}
ul,ol,li {
list-style:none;
padding:0;
margin:0;
}
h1,h2,h3,h4,h5,h6,p {
margin:0;
font-weight:normal; 
}
a, a:hover, a:active, a:visited, a:focus {
text-decoration:none;
}
input,textarea {
outline:none;
resize:none;
}
i, em {
  font-style: normal;
}
/*模版整体控制*/
#laymod_302311 #jh2_foot_9 {
  position:relative;
  overflow:hidden;
    font-family:"Microsoft Yahei","PingHei","Lucida Grande","Lucida Sans Unicode";
}
#laymod_302311 .bg {
  position:absolute;
  z-index: 1;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
#laymod_302311 .bodyCont_width {
  position:relative;
    opacity: 1;
  z-index:4;
}
#laymod_302311 .container-fluid .jh2_share {
  position: relative;
}
.design-html #laymod_302311 .container-fluid .jh2_share>i {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
#laymod_302311 .container-fluid div {
  padding: 0;
}
#laymod_302311 .upfoot {
  background: rgba(54,54,54,1);
  position: relative;
  z-index: 5;
}
#laymod_302311 .upfoot .jh2_cont .h3 {
  color: rgba(255,255,255,1);
  font-weight: 100;
}
#laymod_302311 .upfoot .jh2_cont .p {
  line-height: 24px;
}
#laymod_302311 .upfoot .jh2_cont .pxyz,
#laymod_302311 .upfoot .jh2_cont .pjz {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
#laymod_302311 .upfoot .jh2_cont a,
#laymod_302311 .upfoot .jh2_cont span,
#laymod_302311 .upfoot .jh2_cont .pxyz {
  color:rgba(255, 255, 255, 0.6);
}
#laymod_302311 .upfoot .jh2_cont .jh2_share .share a {
  color:rgba(255,255,255,1);
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
}
#laymod_302311 .upfoot .jh2_cont .jh2_share .share a i {
  font-size: 24px;
  display: block;
}
#laymod_302311 .upfoot .share .wechat .iconfont:after {
  content: "\e991";
}
#laymod_302311 .upfoot .share .qq .iconfont:after {
  content: "\e990";
}
#laymod_302311 .upfoot .share .qq2 .iconfont:after {
  content: "\e97d";
}
#laymod_302311 .upfoot .share .weibo .iconfont:after {
  content: "\e994";
}
#laymod_302311 .upfoot .jh2_cont .jh2_share .share .wechat_div {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  bottom: 0;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease-out;
}
#laymod_302311 .upfoot .jh2_cont .jh2_share .share .wechat_div.active {
  opacity: 1;
  visibility: visible;
}
#laymod_302311 .upfoot .jh2_cont .jh2_share .share .wechat_div .wechat_bg {
  position: absolute;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}
#laymod_302311 .upfoot .jh2_cont .jh2_share .share .wechat_div .wechat_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 300px;
  width: 300px;
}
#laymod_302311 .upfoot .jh2_cont .jh2_share .share .wechat_div .wechat_img img {
  max-width: 100%;
  max-height: 100%;
}
/* 留言 */
#laymod_302311 .upfoot .message_input {
  font-size: 0;
  margin-bottom: 10px;
}
#laymod_302311 .upfoot .message_input input,
#laymod_302311 .upfoot .message_code input {
  width: 30%;
  background-color: transparent;
  border: none;
  margin-right: 3%;
  border-bottom: 1px solid #dedede;
  padding: 10px 5px;
  color: #7d7d7d;
  font-size: 13px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#laymod_302311 .upfoot .message_code input {
  margin-right: 0;
}
#laymod_302311 .upfoot .jh2_message textarea {
  width: 96%;
  height: 100px;
  margin-bottom: 10px;
  line-height: 20px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  padding: 10px 5px;
  color: #7d7d7d;
  font-size: 13px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#laymod_302311 .message_input input::-webkit-input-placeholder,
#laymod_302311 .message_code input::-webkit-input-placeholder,
#laymod_302311 textarea::-webkit-input-placeholder {
  color: currentColor;
}
#laymod_302311 .message_input input:focus::-webkit-input-placeholder,
#laymod_302311 .message_code input:focus::-webkit-input-placeholder,
#laymod_302311 textarea:focus::-webkit-input-placeholder {
  color: currentColor;
}
/* 版权 */
#laymod_302311 .upfoot .jh2_message .liuyan {
  width: 100px;
  background: transparent;
  color: #999;
  font-size: 14px;
  margin-top: 35px;
  padding: 5px 0;
  height: 40px;
  border: 1px solid #dedede;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#laymod_302311 .downfoot {
  background: #fff;
  z-index: 5;
  line-height: 3;
}
#laymod_302311 .downfoot .df_copy .bqp,
#laymod_302311 .downfoot .df_copy a {
  display: inline-block;
}
#laymod_302311 .downfoot .df_copy a,
#laymod_302311 .downfoot .df_copy .bqp,
#laymod_302311 .downfoot .df_site a,
#laymod_302311 .downfoot .df_site a span {
  color: #8e8e8e;
  font-size: 12px;
}
#laymod_302311 .downfoot .df_copy a {
  margin-right: 5px;
}
@media (min-width: 993px) {
  #laymod_302311 .container-fluid {
    padding: 0 4%;
  }
  #laymod_302311 .upfoot .jh2_cont {
    padding-left: 2%;
  }
  #laymod_302311 .upfoot .jh2_cont .h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  #laymod_302311 .upfoot .jh2_cont a,
  #laymod_302311 .upfoot .jh2_cont span,
  #laymod_302311 .upfoot .jh2_cont .pxyz {
    font-size: 13px;
  }
  #laymod_302311 .downfoot .df_copy .bqp {
    margin-right: 10px;
  }
  #laymod_302311 .downfoot .df_site {
    text-align: right;
  }
  #laymod_302311 .downfoot .df_site a {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  #laymod_302311 .left_title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: rgba(255,255,255,1);
  }
  #laymod_302311 .downfoot {
    line-height: 2;
    padding: 1.5rem 0;
    text-align: center;
  }
  #laymod_302311 .upfoot .jh2_cont .h3 {
    line-height: 2rem;
    font-size: 1.4rem;
    margin-bottom: 6px;
    font-weight: normal;
    margin-top: 0;
  }
  #laymod_302311 .downfoot .df_site a {
    margin-right: 10px;
  }
}
@media only screen  and (min-device-width : 992px)  and (max-device-width : 1366px) {
  #laymod_302311 .upfoot .jh2_message .liuyan {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #laymod_302311 .downfoot {
    line-height: 2;
    padding: 1.1rem 0;
  }
  #laymod_302311 .downfoot .container-fluid {
    text-align: left;
  }
}
  #laymod_302311 .active_false .upfoot .jh2_message .liuyan:hover {
    color: #fff;
    border: 1px solid #FF5241;
    background: #FF5241;
  }
